diff --git a/readme_generator/translations/ar/LC_MESSAGES/messages.po b/readme_generator/translations/ar/LC_MESSAGES/messages.po index 193ffd6..e9d1483 100644 --- a/readme_generator/translations/ar/LC_MESSAGES/messages.po +++ b/readme_generator/translations/ar/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-22 06:28+0100\n" +"POT-Creation-Date: 2024-03-23 03:25+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -29,17 +29,18 @@ msgstr "" #: templates/README.md.j2:4 msgid "" "Copy this app before working on it, using the ['Use this template'](https://" -"github.com/YunoHost/example_ynh/generate) button on the Github repo." +"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " +"the Github repo." msgstr "" #: templates/README.md.j2:5 -msgid "Edit the `manifest.json` with app specific info." +msgid "Edit the `manifest.toml` with app specific info" msgstr "" #: templates/README.md.j2:6 msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, " -"and any relevant conf files in `conf/`." +"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " +"any relevant conf files in `conf/`." msgstr "" #: templates/README.md.j2:7 @@ -49,53 +50,63 @@ msgid "" msgstr "" #: templates/README.md.j2:8 -msgid "Add a `LICENSE` file for the package." +msgid "" +"Edit the `change_url` and `config` scripts too, or remove them if you have " +"no use of them" msgstr "" #: templates/README.md.j2:9 -msgid "Edit `doc/DISCLAIMER*.md`" +msgid "" +"Add a `LICENSE` file for the package. NB: this LICENSE file is not meant to " +"necessarily be the LICENSE of the upstream app - it is only the LICENSE you " +"want this package's code to published with ;). We recommend to use [the " +"AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt)." msgstr "" #: templates/README.md.j2:10 -msgid "" -"The `README.md` files are to be automatically generated by https://github." -"com/YunoHost/apps/tree/master/tools/readme_generator" +msgid "Edit files under the `doc/` directory" msgstr "" -#: templates/README.md.j2:16 +#: templates/README.md.j2:11 msgid "" -"N.B.: This README was automatically generated by https://github.com/YunoHost/" -"apps/tree/master/tools/readme_generator\n" +"The `README.md` files are to be automatically generated by " +msgstr "" + +#: templates/README.md.j2:17 +msgid "" +"N.B.: This README was automatically generated by \n" "It shall NOT be edited by hand." msgstr "" -#: templates/README.md.j2:20 +#: templates/README.md.j2:21 #, python-format msgid "%(application_name)s for YunoHost" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Integration level" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Working status" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Maintenance status" msgstr "" -#: templates/README.md.j2:24 +#: templates/README.md.j2:25 #, python-format msgid "Install %(application_name)s with YunoHost" msgstr "" -#: templates/README.md.j2:26 +#: templates/README.md.j2:27 msgid "Read this README is other languages." msgstr "" -#: templates/README.md.j2:28 +#: templates/README.md.j2:29 #, python-format msgid "" "This package allows you to install %(application_name)s quickly and simply " @@ -104,77 +115,81 @@ msgid "" "#/install) to learn how to install it." msgstr "" -#: templates/README.md.j2:31 +#: templates/README.md.j2:32 msgid "Overview" msgstr "" -#: templates/README.md.j2:34 +#: templates/README.md.j2:35 msgid "**Shipped version:**" msgstr "" -#: templates/README.md.j2:38 +#: templates/README.md.j2:39 msgid "**Demo:**" msgstr "" -#: templates/README.md.j2:42 +#: templates/README.md.j2:43 msgid "Screenshots" msgstr "" -#: templates/README.md.j2:45 +#: templates/README.md.j2:46 #, python-format msgid "Screenshot of %(application_name)s" msgstr "" -#: templates/README.md.j2:50 +#: templates/README.md.j2:51 msgid "Disclaimers / important information" msgstr "" -#: templates/README.md.j2:56 +#: templates/README.md.j2:57 msgid "Antifeatures" msgstr "" -#: templates/README.md.j2:63 +#: templates/README.md.j2:64 msgid "Documentation and resources" msgstr "" -#: templates/README.md.j2:65 +#: templates/README.md.j2:66 msgid "Official app website:" msgstr "" -#: templates/README.md.j2:67 +#: templates/README.md.j2:68 msgid "Official user documentation:" msgstr "" -#: templates/README.md.j2:69 +#: templates/README.md.j2:70 msgid "Official admin documentation:" msgstr "" -#: templates/README.md.j2:71 +#: templates/README.md.j2:72 msgid "Upstream app code repository:" msgstr "" -#: templates/README.md.j2:73 +#: templates/README.md.j2:74 msgid "YunoHost Store:" msgstr "" -#: templates/README.md.j2:74 +#: templates/README.md.j2:75 msgid "Report a bug:" msgstr "" -#: templates/README.md.j2:76 +#: templates/README.md.j2:77 msgid "Developer info" msgstr "" -#: templates/README.md.j2:78 +#: templates/README.md.j2:79 #, python-format msgid "" "Please send your pull request to the [testing branch](%(testing_branch_url)s)" msgstr "" -#: templates/README.md.j2:81 +#: templates/README.md.j2:82 msgid "To try the testing branch, please proceed like that." msgstr "" -#: templates/README.md.j2:89 +#: templates/README.md.j2:86 +msgid "or" +msgstr "" + +#: templates/README.md.j2:90 msgid "More info regarding app packaging:" msgstr "" diff --git a/readme_generator/translations/bn_BD/LC_MESSAGES/messages.po b/readme_generator/translations/bn_BD/LC_MESSAGES/messages.po index 21949fd..09258d1 100644 --- a/readme_generator/translations/bn_BD/LC_MESSAGES/messages.po +++ b/readme_generator/translations/bn_BD/LC_MESSAGES/messages.po @@ -7,13 +7,13 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-22 06:28+0100\n" +"POT-Creation-Date: 2024-03-23 03:25+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: bn_BD\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.14.0\n" @@ -28,155 +28,168 @@ msgstr "" #: templates/README.md.j2:4 msgid "" -"Copy this app before working on it, using the ['Use this " -"template'](https://github.com/YunoHost/example_ynh/generate) button on " +"Copy this app before working on it, using the ['Use this template'](https://" +"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " "the Github repo." msgstr "" #: templates/README.md.j2:5 -msgid "Edit the `manifest.json` with app specific info." +msgid "Edit the `manifest.toml` with app specific info" msgstr "" #: templates/README.md.j2:6 msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts," -" and any relevant conf files in `conf/`." +"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " +"any relevant conf files in `conf/`." msgstr "" #: templates/README.md.j2:7 msgid "" -"Using the [script helpers " -"documentation.](https://yunohost.org/packaging_apps_helpers)" +"Using the [script helpers documentation.](https://yunohost.org/" +"packaging_apps_helpers)" msgstr "" #: templates/README.md.j2:8 -msgid "Add a `LICENSE` file for the package." +msgid "" +"Edit the `change_url` and `config` scripts too, or remove them if you have " +"no use of them" msgstr "" #: templates/README.md.j2:9 -msgid "Edit `doc/DISCLAIMER*.md`" +msgid "" +"Add a `LICENSE` file for the package. NB: this LICENSE file is not meant to " +"necessarily be the LICENSE of the upstream app - it is only the LICENSE you " +"want this package's code to published with ;). We recommend to use [the " +"AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt)." msgstr "" #: templates/README.md.j2:10 -msgid "" -"The `README.md` files are to be automatically generated by " -"https://github.com/YunoHost/apps/tree/master/tools/readme_generator" +msgid "Edit files under the `doc/` directory" msgstr "" -#: templates/README.md.j2:16 +#: templates/README.md.j2:11 msgid "" -"N.B.: This README was automatically generated by " -"https://github.com/YunoHost/apps/tree/master/tools/readme_generator\n" +"The `README.md` files are to be automatically generated by " +msgstr "" + +#: templates/README.md.j2:17 +msgid "" +"N.B.: This README was automatically generated by \n" "It shall NOT be edited by hand." msgstr "" -#: templates/README.md.j2:20 +#: templates/README.md.j2:21 #, python-format msgid "%(application_name)s for YunoHost" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Integration level" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Working status" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Maintenance status" msgstr "" -#: templates/README.md.j2:24 +#: templates/README.md.j2:25 #, python-format msgid "Install %(application_name)s with YunoHost" msgstr "" -#: templates/README.md.j2:26 +#: templates/README.md.j2:27 msgid "Read this README is other languages." msgstr "" -#: templates/README.md.j2:28 +#: templates/README.md.j2:29 #, python-format msgid "" -"This package allows you to install %(application_name)s quickly and " -"simply on a YunoHost server.\n" -"If you don't have YunoHost, please consult [the " -"guide](https://yunohost.org/#/install) to learn how to install it." +"This package allows you to install %(application_name)s quickly and simply " +"on a YunoHost server.\n" +"If you don't have YunoHost, please consult [the guide](https://yunohost.org/" +"#/install) to learn how to install it." msgstr "" -#: templates/README.md.j2:31 +#: templates/README.md.j2:32 msgid "Overview" msgstr "" -#: templates/README.md.j2:34 +#: templates/README.md.j2:35 msgid "**Shipped version:**" msgstr "" -#: templates/README.md.j2:38 +#: templates/README.md.j2:39 msgid "**Demo:**" msgstr "" -#: templates/README.md.j2:42 +#: templates/README.md.j2:43 msgid "Screenshots" msgstr "" -#: templates/README.md.j2:45 +#: templates/README.md.j2:46 #, python-format msgid "Screenshot of %(application_name)s" msgstr "" -#: templates/README.md.j2:50 +#: templates/README.md.j2:51 msgid "Disclaimers / important information" msgstr "" -#: templates/README.md.j2:56 +#: templates/README.md.j2:57 msgid "Antifeatures" msgstr "" -#: templates/README.md.j2:63 +#: templates/README.md.j2:64 msgid "Documentation and resources" msgstr "" -#: templates/README.md.j2:65 +#: templates/README.md.j2:66 msgid "Official app website:" msgstr "" -#: templates/README.md.j2:67 +#: templates/README.md.j2:68 msgid "Official user documentation:" msgstr "" -#: templates/README.md.j2:69 +#: templates/README.md.j2:70 msgid "Official admin documentation:" msgstr "" -#: templates/README.md.j2:71 +#: templates/README.md.j2:72 msgid "Upstream app code repository:" msgstr "" -#: templates/README.md.j2:73 +#: templates/README.md.j2:74 msgid "YunoHost Store:" msgstr "" -#: templates/README.md.j2:74 +#: templates/README.md.j2:75 msgid "Report a bug:" msgstr "" -#: templates/README.md.j2:76 +#: templates/README.md.j2:77 msgid "Developer info" msgstr "" -#: templates/README.md.j2:78 +#: templates/README.md.j2:79 #, python-format msgid "" -"Please send your pull request to the [testing " -"branch](%(testing_branch_url)s)" +"Please send your pull request to the [testing branch](%(testing_branch_url)s)" msgstr "" -#: templates/README.md.j2:81 +#: templates/README.md.j2:82 msgid "To try the testing branch, please proceed like that." msgstr "" -#: templates/README.md.j2:89 +#: templates/README.md.j2:86 +msgid "or" +msgstr "" + +#: templates/README.md.j2:90 msgid "More info regarding app packaging:" msgstr "" diff --git a/readme_generator/translations/br/LC_MESSAGES/messages.po b/readme_generator/translations/br/LC_MESSAGES/messages.po index 1b1fdd8..1c01af1 100644 --- a/readme_generator/translations/br/LC_MESSAGES/messages.po +++ b/readme_generator/translations/br/LC_MESSAGES/messages.po @@ -7,13 +7,13 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-22 06:28+0100\n" +"POT-Creation-Date: 2024-03-23 03:25+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: br\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.14.0\n" @@ -28,155 +28,168 @@ msgstr "" #: templates/README.md.j2:4 msgid "" -"Copy this app before working on it, using the ['Use this " -"template'](https://github.com/YunoHost/example_ynh/generate) button on " +"Copy this app before working on it, using the ['Use this template'](https://" +"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " "the Github repo." msgstr "" #: templates/README.md.j2:5 -msgid "Edit the `manifest.json` with app specific info." +msgid "Edit the `manifest.toml` with app specific info" msgstr "" #: templates/README.md.j2:6 msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts," -" and any relevant conf files in `conf/`." +"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " +"any relevant conf files in `conf/`." msgstr "" #: templates/README.md.j2:7 msgid "" -"Using the [script helpers " -"documentation.](https://yunohost.org/packaging_apps_helpers)" +"Using the [script helpers documentation.](https://yunohost.org/" +"packaging_apps_helpers)" msgstr "" #: templates/README.md.j2:8 -msgid "Add a `LICENSE` file for the package." +msgid "" +"Edit the `change_url` and `config` scripts too, or remove them if you have " +"no use of them" msgstr "" #: templates/README.md.j2:9 -msgid "Edit `doc/DISCLAIMER*.md`" +msgid "" +"Add a `LICENSE` file for the package. NB: this LICENSE file is not meant to " +"necessarily be the LICENSE of the upstream app - it is only the LICENSE you " +"want this package's code to published with ;). We recommend to use [the " +"AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt)." msgstr "" #: templates/README.md.j2:10 -msgid "" -"The `README.md` files are to be automatically generated by " -"https://github.com/YunoHost/apps/tree/master/tools/readme_generator" +msgid "Edit files under the `doc/` directory" msgstr "" -#: templates/README.md.j2:16 +#: templates/README.md.j2:11 msgid "" -"N.B.: This README was automatically generated by " -"https://github.com/YunoHost/apps/tree/master/tools/readme_generator\n" +"The `README.md` files are to be automatically generated by " +msgstr "" + +#: templates/README.md.j2:17 +msgid "" +"N.B.: This README was automatically generated by \n" "It shall NOT be edited by hand." msgstr "" -#: templates/README.md.j2:20 +#: templates/README.md.j2:21 #, python-format msgid "%(application_name)s for YunoHost" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Integration level" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Working status" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Maintenance status" msgstr "" -#: templates/README.md.j2:24 +#: templates/README.md.j2:25 #, python-format msgid "Install %(application_name)s with YunoHost" msgstr "" -#: templates/README.md.j2:26 +#: templates/README.md.j2:27 msgid "Read this README is other languages." msgstr "" -#: templates/README.md.j2:28 +#: templates/README.md.j2:29 #, python-format msgid "" -"This package allows you to install %(application_name)s quickly and " -"simply on a YunoHost server.\n" -"If you don't have YunoHost, please consult [the " -"guide](https://yunohost.org/#/install) to learn how to install it." +"This package allows you to install %(application_name)s quickly and simply " +"on a YunoHost server.\n" +"If you don't have YunoHost, please consult [the guide](https://yunohost.org/" +"#/install) to learn how to install it." msgstr "" -#: templates/README.md.j2:31 +#: templates/README.md.j2:32 msgid "Overview" msgstr "" -#: templates/README.md.j2:34 +#: templates/README.md.j2:35 msgid "**Shipped version:**" msgstr "" -#: templates/README.md.j2:38 +#: templates/README.md.j2:39 msgid "**Demo:**" msgstr "" -#: templates/README.md.j2:42 +#: templates/README.md.j2:43 msgid "Screenshots" msgstr "" -#: templates/README.md.j2:45 +#: templates/README.md.j2:46 #, python-format msgid "Screenshot of %(application_name)s" msgstr "" -#: templates/README.md.j2:50 +#: templates/README.md.j2:51 msgid "Disclaimers / important information" msgstr "" -#: templates/README.md.j2:56 +#: templates/README.md.j2:57 msgid "Antifeatures" msgstr "" -#: templates/README.md.j2:63 +#: templates/README.md.j2:64 msgid "Documentation and resources" msgstr "" -#: templates/README.md.j2:65 +#: templates/README.md.j2:66 msgid "Official app website:" msgstr "" -#: templates/README.md.j2:67 +#: templates/README.md.j2:68 msgid "Official user documentation:" msgstr "" -#: templates/README.md.j2:69 +#: templates/README.md.j2:70 msgid "Official admin documentation:" msgstr "" -#: templates/README.md.j2:71 +#: templates/README.md.j2:72 msgid "Upstream app code repository:" msgstr "" -#: templates/README.md.j2:73 +#: templates/README.md.j2:74 msgid "YunoHost Store:" msgstr "" -#: templates/README.md.j2:74 +#: templates/README.md.j2:75 msgid "Report a bug:" msgstr "" -#: templates/README.md.j2:76 +#: templates/README.md.j2:77 msgid "Developer info" msgstr "" -#: templates/README.md.j2:78 +#: templates/README.md.j2:79 #, python-format msgid "" -"Please send your pull request to the [testing " -"branch](%(testing_branch_url)s)" +"Please send your pull request to the [testing branch](%(testing_branch_url)s)" msgstr "" -#: templates/README.md.j2:81 +#: templates/README.md.j2:82 msgid "To try the testing branch, please proceed like that." msgstr "" -#: templates/README.md.j2:89 +#: templates/README.md.j2:86 +msgid "or" +msgstr "" + +#: templates/README.md.j2:90 msgid "More info regarding app packaging:" msgstr "" diff --git a/readme_generator/translations/ca/LC_MESSAGES/messages.po b/readme_generator/translations/ca/LC_MESSAGES/messages.po index ec55146..08982d4 100644 --- a/readme_generator/translations/ca/LC_MESSAGES/messages.po +++ b/readme_generator/translations/ca/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-22 06:28+0100\n" +"POT-Creation-Date: 2024-03-23 03:25+0100\n" "PO-Revision-Date: 2024-03-23 01:17+0000\n" "Last-Translator: Francescc \n" "Language-Team: Catalan " msgstr "" "Els fitxers `README.md` estan generats automàticament per https://github.com/" "YunoHost/apps/tree/master/tools/readme_generator" -#: templates/README.md.j2:16 +#: templates/README.md.j2:17 +#, fuzzy +#| msgid "" +#| "N.B.: This README was automatically generated by https://github.com/" +#| "YunoHost/apps/tree/master/tools/readme_generator\n" +#| "It shall NOT be edited by hand." msgid "" -"N.B.: This README was automatically generated by https://github.com/YunoHost/" -"apps/tree/master/tools/readme_generator\n" +"N.B.: This README was automatically generated by \n" "It shall NOT be edited by hand." msgstr "" "N.B.: Aquest README ha estat generat automàticament per https://github.com/" "YunoHost/apps/tree/master/tools/readme_generator\n" "NO s'ha de modificar manualment." -#: templates/README.md.j2:20 +#: templates/README.md.j2:21 #, python-format msgid "%(application_name)s for YunoHost" msgstr "%(application_name)s per YunoHost" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Integration level" msgstr "Nivell d'integració" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Working status" msgstr "Estat de funcionament" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Maintenance status" msgstr "Estat de manteniment" -#: templates/README.md.j2:24 +#: templates/README.md.j2:25 #, python-format msgid "Install %(application_name)s with YunoHost" msgstr "Instal·la %(application_name)s amb YunoHosth" -#: templates/README.md.j2:26 +#: templates/README.md.j2:27 msgid "Read this README is other languages." msgstr "Llegeix aquest README en altres idiomes." -#: templates/README.md.j2:28 +#: templates/README.md.j2:29 #, python-format msgid "" "This package allows you to install %(application_name)s quickly and simply " @@ -123,77 +154,87 @@ msgstr "" "Si no tens YunoHost, consulta [la guia](https://yunohost.org/#/install) per " "saber com instal·lar-lo." -#: templates/README.md.j2:31 +#: templates/README.md.j2:32 msgid "Overview" msgstr "Visió general" -#: templates/README.md.j2:34 +#: templates/README.md.j2:35 msgid "**Shipped version:**" msgstr "**Versió inclosa:**" -#: templates/README.md.j2:38 +#: templates/README.md.j2:39 msgid "**Demo:**" msgstr "**Demo:**" -#: templates/README.md.j2:42 +#: templates/README.md.j2:43 msgid "Screenshots" msgstr "Captures de pantalla" -#: templates/README.md.j2:45 +#: templates/README.md.j2:46 #, python-format msgid "Screenshot of %(application_name)s" msgstr "Captures de pantalla de %(application_name)s" -#: templates/README.md.j2:50 +#: templates/README.md.j2:51 msgid "Disclaimers / important information" msgstr "Avís / informació important" -#: templates/README.md.j2:56 +#: templates/README.md.j2:57 msgid "Antifeatures" msgstr "Anticaracterístiques" -#: templates/README.md.j2:63 +#: templates/README.md.j2:64 msgid "Documentation and resources" msgstr "Documentació i recursos" -#: templates/README.md.j2:65 +#: templates/README.md.j2:66 msgid "Official app website:" msgstr "Lloc web oficial de l'aplicació:" -#: templates/README.md.j2:67 +#: templates/README.md.j2:68 msgid "Official user documentation:" msgstr "Documentació oficial per l'usuari:" -#: templates/README.md.j2:69 +#: templates/README.md.j2:70 msgid "Official admin documentation:" msgstr "Documentació oficial per l'administrador:" -#: templates/README.md.j2:71 +#: templates/README.md.j2:72 msgid "Upstream app code repository:" msgstr "Repositori oficial del codi de l'aplicació:" -#: templates/README.md.j2:73 +#: templates/README.md.j2:74 msgid "YunoHost Store:" msgstr "Botiga YunoHost:" -#: templates/README.md.j2:74 +#: templates/README.md.j2:75 msgid "Report a bug:" msgstr "Reportar un error:" -#: templates/README.md.j2:76 +#: templates/README.md.j2:77 msgid "Developer info" msgstr "Informació per a desenvolupadors" -#: templates/README.md.j2:78 +#: templates/README.md.j2:79 #, python-format msgid "" "Please send your pull request to the [testing branch](%(testing_branch_url)s)" msgstr "Envieu les pull request a la [branca testing](%(testing_branch_url)s)" -#: templates/README.md.j2:81 +#: templates/README.md.j2:82 msgid "To try the testing branch, please proceed like that." msgstr "Per provar la branca testing, procedir com descrit a continuació." -#: templates/README.md.j2:89 +#: templates/README.md.j2:86 +msgid "or" +msgstr "" + +#: templates/README.md.j2:90 msgid "More info regarding app packaging:" msgstr "Més informació sobre l'empaquetatge d'aplicacions:" + +#~ msgid "Add a `LICENSE` file for the package." +#~ msgstr "Afegeix un fitxer `LICENSE` per al paquet." + +#~ msgid "Edit `doc/DISCLAIMER*.md`" +#~ msgstr "Edita `doc/DISCLAIMER*.md`" diff --git a/readme_generator/translations/ckb/LC_MESSAGES/messages.po b/readme_generator/translations/ckb/LC_MESSAGES/messages.po index 21bfeb5..872396a 100644 --- a/readme_generator/translations/ckb/LC_MESSAGES/messages.po +++ b/readme_generator/translations/ckb/LC_MESSAGES/messages.po @@ -7,13 +7,13 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-22 06:28+0100\n" +"POT-Creation-Date: 2024-03-23 03:25+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ckb\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.14.0\n" @@ -28,155 +28,168 @@ msgstr "" #: templates/README.md.j2:4 msgid "" -"Copy this app before working on it, using the ['Use this " -"template'](https://github.com/YunoHost/example_ynh/generate) button on " +"Copy this app before working on it, using the ['Use this template'](https://" +"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " "the Github repo." msgstr "" #: templates/README.md.j2:5 -msgid "Edit the `manifest.json` with app specific info." +msgid "Edit the `manifest.toml` with app specific info" msgstr "" #: templates/README.md.j2:6 msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts," -" and any relevant conf files in `conf/`." +"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " +"any relevant conf files in `conf/`." msgstr "" #: templates/README.md.j2:7 msgid "" -"Using the [script helpers " -"documentation.](https://yunohost.org/packaging_apps_helpers)" +"Using the [script helpers documentation.](https://yunohost.org/" +"packaging_apps_helpers)" msgstr "" #: templates/README.md.j2:8 -msgid "Add a `LICENSE` file for the package." +msgid "" +"Edit the `change_url` and `config` scripts too, or remove them if you have " +"no use of them" msgstr "" #: templates/README.md.j2:9 -msgid "Edit `doc/DISCLAIMER*.md`" +msgid "" +"Add a `LICENSE` file for the package. NB: this LICENSE file is not meant to " +"necessarily be the LICENSE of the upstream app - it is only the LICENSE you " +"want this package's code to published with ;). We recommend to use [the " +"AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt)." msgstr "" #: templates/README.md.j2:10 -msgid "" -"The `README.md` files are to be automatically generated by " -"https://github.com/YunoHost/apps/tree/master/tools/readme_generator" +msgid "Edit files under the `doc/` directory" msgstr "" -#: templates/README.md.j2:16 +#: templates/README.md.j2:11 msgid "" -"N.B.: This README was automatically generated by " -"https://github.com/YunoHost/apps/tree/master/tools/readme_generator\n" +"The `README.md` files are to be automatically generated by " +msgstr "" + +#: templates/README.md.j2:17 +msgid "" +"N.B.: This README was automatically generated by \n" "It shall NOT be edited by hand." msgstr "" -#: templates/README.md.j2:20 +#: templates/README.md.j2:21 #, python-format msgid "%(application_name)s for YunoHost" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Integration level" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Working status" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Maintenance status" msgstr "" -#: templates/README.md.j2:24 +#: templates/README.md.j2:25 #, python-format msgid "Install %(application_name)s with YunoHost" msgstr "" -#: templates/README.md.j2:26 +#: templates/README.md.j2:27 msgid "Read this README is other languages." msgstr "" -#: templates/README.md.j2:28 +#: templates/README.md.j2:29 #, python-format msgid "" -"This package allows you to install %(application_name)s quickly and " -"simply on a YunoHost server.\n" -"If you don't have YunoHost, please consult [the " -"guide](https://yunohost.org/#/install) to learn how to install it." +"This package allows you to install %(application_name)s quickly and simply " +"on a YunoHost server.\n" +"If you don't have YunoHost, please consult [the guide](https://yunohost.org/" +"#/install) to learn how to install it." msgstr "" -#: templates/README.md.j2:31 +#: templates/README.md.j2:32 msgid "Overview" msgstr "" -#: templates/README.md.j2:34 +#: templates/README.md.j2:35 msgid "**Shipped version:**" msgstr "" -#: templates/README.md.j2:38 +#: templates/README.md.j2:39 msgid "**Demo:**" msgstr "" -#: templates/README.md.j2:42 +#: templates/README.md.j2:43 msgid "Screenshots" msgstr "" -#: templates/README.md.j2:45 +#: templates/README.md.j2:46 #, python-format msgid "Screenshot of %(application_name)s" msgstr "" -#: templates/README.md.j2:50 +#: templates/README.md.j2:51 msgid "Disclaimers / important information" msgstr "" -#: templates/README.md.j2:56 +#: templates/README.md.j2:57 msgid "Antifeatures" msgstr "" -#: templates/README.md.j2:63 +#: templates/README.md.j2:64 msgid "Documentation and resources" msgstr "" -#: templates/README.md.j2:65 +#: templates/README.md.j2:66 msgid "Official app website:" msgstr "" -#: templates/README.md.j2:67 +#: templates/README.md.j2:68 msgid "Official user documentation:" msgstr "" -#: templates/README.md.j2:69 +#: templates/README.md.j2:70 msgid "Official admin documentation:" msgstr "" -#: templates/README.md.j2:71 +#: templates/README.md.j2:72 msgid "Upstream app code repository:" msgstr "" -#: templates/README.md.j2:73 +#: templates/README.md.j2:74 msgid "YunoHost Store:" msgstr "" -#: templates/README.md.j2:74 +#: templates/README.md.j2:75 msgid "Report a bug:" msgstr "" -#: templates/README.md.j2:76 +#: templates/README.md.j2:77 msgid "Developer info" msgstr "" -#: templates/README.md.j2:78 +#: templates/README.md.j2:79 #, python-format msgid "" -"Please send your pull request to the [testing " -"branch](%(testing_branch_url)s)" +"Please send your pull request to the [testing branch](%(testing_branch_url)s)" msgstr "" -#: templates/README.md.j2:81 +#: templates/README.md.j2:82 msgid "To try the testing branch, please proceed like that." msgstr "" -#: templates/README.md.j2:89 +#: templates/README.md.j2:86 +msgid "or" +msgstr "" + +#: templates/README.md.j2:90 msgid "More info regarding app packaging:" msgstr "" diff --git a/readme_generator/translations/cs/LC_MESSAGES/messages.po b/readme_generator/translations/cs/LC_MESSAGES/messages.po index 8e526b0..8c31f6f 100644 --- a/readme_generator/translations/cs/LC_MESSAGES/messages.po +++ b/readme_generator/translations/cs/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-22 06:28+0100\n" +"POT-Creation-Date: 2024-03-23 03:25+0100\n" "PO-Revision-Date: 2024-03-23 19:05+0000\n" "Last-Translator: OniriCorpe \n" "Language-Team: Czech " msgstr "" "Soubory `README.md` jsou automaticky generovány pomocí https://github.com/" "YunoHost/apps/tree/master/tools/readme_generator" -#: templates/README.md.j2:16 +#: templates/README.md.j2:17 +#, fuzzy +#| msgid "" +#| "The `README.md` files are to be automatically generated by https://github." +#| "com/YunoHost/apps/tree/master/tools/readme_generator" msgid "" -"N.B.: This README was automatically generated by https://github.com/YunoHost/" -"apps/tree/master/tools/readme_generator\n" +"N.B.: This README was automatically generated by \n" "It shall NOT be edited by hand." msgstr "" +"Soubory `README.md` jsou automaticky generovány pomocí https://github.com/" +"YunoHost/apps/tree/master/tools/readme_generator" -#: templates/README.md.j2:20 +#: templates/README.md.j2:21 #, python-format msgid "%(application_name)s for YunoHost" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Integration level" msgstr "Úroveň integrace" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Working status" msgstr "Stav funkčnosti" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Maintenance status" msgstr "Stav údržby" -#: templates/README.md.j2:24 +#: templates/README.md.j2:25 #, fuzzy, python-format msgid "Install %(application_name)s with YunoHost" msgstr "Instalovat %(application_name)s do YunoHost" -#: templates/README.md.j2:26 +#: templates/README.md.j2:27 msgid "Read this README is other languages." msgstr "Přečíst toto README v jiných jazycích." -#: templates/README.md.j2:28 +#: templates/README.md.j2:29 #, python-format msgid "" "This package allows you to install %(application_name)s quickly and simply " @@ -116,77 +148,87 @@ msgid "" "#/install) to learn how to install it." msgstr "" -#: templates/README.md.j2:31 +#: templates/README.md.j2:32 msgid "Overview" msgstr "" -#: templates/README.md.j2:34 +#: templates/README.md.j2:35 msgid "**Shipped version:**" msgstr "" -#: templates/README.md.j2:38 +#: templates/README.md.j2:39 msgid "**Demo:**" msgstr "" -#: templates/README.md.j2:42 +#: templates/README.md.j2:43 msgid "Screenshots" msgstr "" -#: templates/README.md.j2:45 +#: templates/README.md.j2:46 #, python-format msgid "Screenshot of %(application_name)s" msgstr "" -#: templates/README.md.j2:50 +#: templates/README.md.j2:51 msgid "Disclaimers / important information" msgstr "" -#: templates/README.md.j2:56 +#: templates/README.md.j2:57 msgid "Antifeatures" msgstr "" -#: templates/README.md.j2:63 +#: templates/README.md.j2:64 msgid "Documentation and resources" msgstr "" -#: templates/README.md.j2:65 +#: templates/README.md.j2:66 msgid "Official app website:" msgstr "" -#: templates/README.md.j2:67 +#: templates/README.md.j2:68 msgid "Official user documentation:" msgstr "" -#: templates/README.md.j2:69 +#: templates/README.md.j2:70 msgid "Official admin documentation:" msgstr "" -#: templates/README.md.j2:71 +#: templates/README.md.j2:72 msgid "Upstream app code repository:" msgstr "" -#: templates/README.md.j2:73 +#: templates/README.md.j2:74 msgid "YunoHost Store:" msgstr "" -#: templates/README.md.j2:74 +#: templates/README.md.j2:75 msgid "Report a bug:" msgstr "" -#: templates/README.md.j2:76 +#: templates/README.md.j2:77 msgid "Developer info" msgstr "" -#: templates/README.md.j2:78 +#: templates/README.md.j2:79 #, python-format msgid "" "Please send your pull request to the [testing branch](%(testing_branch_url)s)" msgstr "" -#: templates/README.md.j2:81 +#: templates/README.md.j2:82 msgid "To try the testing branch, please proceed like that." msgstr "" -#: templates/README.md.j2:89 +#: templates/README.md.j2:86 +msgid "or" +msgstr "" + +#: templates/README.md.j2:90 msgid "More info regarding app packaging:" msgstr "" + +#~ msgid "Add a `LICENSE` file for the package." +#~ msgstr "Přidat `LICENSE` soubor pro balíček." + +#~ msgid "Edit `doc/DISCLAIMER*.md`" +#~ msgstr "Upravit `doc/DISCLAIMER*.md`" diff --git a/readme_generator/translations/da/LC_MESSAGES/messages.po b/readme_generator/translations/da/LC_MESSAGES/messages.po index 56f4407..415293e 100644 --- a/readme_generator/translations/da/LC_MESSAGES/messages.po +++ b/readme_generator/translations/da/LC_MESSAGES/messages.po @@ -7,13 +7,13 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-22 06:28+0100\n" +"POT-Creation-Date: 2024-03-23 03:25+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: da\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.14.0\n" @@ -28,155 +28,168 @@ msgstr "" #: templates/README.md.j2:4 msgid "" -"Copy this app before working on it, using the ['Use this " -"template'](https://github.com/YunoHost/example_ynh/generate) button on " +"Copy this app before working on it, using the ['Use this template'](https://" +"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " "the Github repo." msgstr "" #: templates/README.md.j2:5 -msgid "Edit the `manifest.json` with app specific info." +msgid "Edit the `manifest.toml` with app specific info" msgstr "" #: templates/README.md.j2:6 msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts," -" and any relevant conf files in `conf/`." +"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " +"any relevant conf files in `conf/`." msgstr "" #: templates/README.md.j2:7 msgid "" -"Using the [script helpers " -"documentation.](https://yunohost.org/packaging_apps_helpers)" +"Using the [script helpers documentation.](https://yunohost.org/" +"packaging_apps_helpers)" msgstr "" #: templates/README.md.j2:8 -msgid "Add a `LICENSE` file for the package." +msgid "" +"Edit the `change_url` and `config` scripts too, or remove them if you have " +"no use of them" msgstr "" #: templates/README.md.j2:9 -msgid "Edit `doc/DISCLAIMER*.md`" +msgid "" +"Add a `LICENSE` file for the package. NB: this LICENSE file is not meant to " +"necessarily be the LICENSE of the upstream app - it is only the LICENSE you " +"want this package's code to published with ;). We recommend to use [the " +"AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt)." msgstr "" #: templates/README.md.j2:10 -msgid "" -"The `README.md` files are to be automatically generated by " -"https://github.com/YunoHost/apps/tree/master/tools/readme_generator" +msgid "Edit files under the `doc/` directory" msgstr "" -#: templates/README.md.j2:16 +#: templates/README.md.j2:11 msgid "" -"N.B.: This README was automatically generated by " -"https://github.com/YunoHost/apps/tree/master/tools/readme_generator\n" +"The `README.md` files are to be automatically generated by " +msgstr "" + +#: templates/README.md.j2:17 +msgid "" +"N.B.: This README was automatically generated by \n" "It shall NOT be edited by hand." msgstr "" -#: templates/README.md.j2:20 +#: templates/README.md.j2:21 #, python-format msgid "%(application_name)s for YunoHost" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Integration level" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Working status" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Maintenance status" msgstr "" -#: templates/README.md.j2:24 +#: templates/README.md.j2:25 #, python-format msgid "Install %(application_name)s with YunoHost" msgstr "" -#: templates/README.md.j2:26 +#: templates/README.md.j2:27 msgid "Read this README is other languages." msgstr "" -#: templates/README.md.j2:28 +#: templates/README.md.j2:29 #, python-format msgid "" -"This package allows you to install %(application_name)s quickly and " -"simply on a YunoHost server.\n" -"If you don't have YunoHost, please consult [the " -"guide](https://yunohost.org/#/install) to learn how to install it." +"This package allows you to install %(application_name)s quickly and simply " +"on a YunoHost server.\n" +"If you don't have YunoHost, please consult [the guide](https://yunohost.org/" +"#/install) to learn how to install it." msgstr "" -#: templates/README.md.j2:31 +#: templates/README.md.j2:32 msgid "Overview" msgstr "" -#: templates/README.md.j2:34 +#: templates/README.md.j2:35 msgid "**Shipped version:**" msgstr "" -#: templates/README.md.j2:38 +#: templates/README.md.j2:39 msgid "**Demo:**" msgstr "" -#: templates/README.md.j2:42 +#: templates/README.md.j2:43 msgid "Screenshots" msgstr "" -#: templates/README.md.j2:45 +#: templates/README.md.j2:46 #, python-format msgid "Screenshot of %(application_name)s" msgstr "" -#: templates/README.md.j2:50 +#: templates/README.md.j2:51 msgid "Disclaimers / important information" msgstr "" -#: templates/README.md.j2:56 +#: templates/README.md.j2:57 msgid "Antifeatures" msgstr "" -#: templates/README.md.j2:63 +#: templates/README.md.j2:64 msgid "Documentation and resources" msgstr "" -#: templates/README.md.j2:65 +#: templates/README.md.j2:66 msgid "Official app website:" msgstr "" -#: templates/README.md.j2:67 +#: templates/README.md.j2:68 msgid "Official user documentation:" msgstr "" -#: templates/README.md.j2:69 +#: templates/README.md.j2:70 msgid "Official admin documentation:" msgstr "" -#: templates/README.md.j2:71 +#: templates/README.md.j2:72 msgid "Upstream app code repository:" msgstr "" -#: templates/README.md.j2:73 +#: templates/README.md.j2:74 msgid "YunoHost Store:" msgstr "" -#: templates/README.md.j2:74 +#: templates/README.md.j2:75 msgid "Report a bug:" msgstr "" -#: templates/README.md.j2:76 +#: templates/README.md.j2:77 msgid "Developer info" msgstr "" -#: templates/README.md.j2:78 +#: templates/README.md.j2:79 #, python-format msgid "" -"Please send your pull request to the [testing " -"branch](%(testing_branch_url)s)" +"Please send your pull request to the [testing branch](%(testing_branch_url)s)" msgstr "" -#: templates/README.md.j2:81 +#: templates/README.md.j2:82 msgid "To try the testing branch, please proceed like that." msgstr "" -#: templates/README.md.j2:89 +#: templates/README.md.j2:86 +msgid "or" +msgstr "" + +#: templates/README.md.j2:90 msgid "More info regarding app packaging:" msgstr "" diff --git a/readme_generator/translations/de/LC_MESSAGES/messages.po b/readme_generator/translations/de/LC_MESSAGES/messages.po index 4aebe30..cc4b7df 100644 --- a/readme_generator/translations/de/LC_MESSAGES/messages.po +++ b/readme_generator/translations/de/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-22 06:28+0100\n" +"POT-Creation-Date: 2024-03-23 03:25+0100\n" "PO-Revision-Date: 2024-03-24 00:36+0000\n" "Last-Translator: Gregor \n" "Language-Team: German " msgstr "" "Die `README.md`-Dateien werden automatisch generiert von: https://github.com/" "YunoHost/apps/tree/master/tools/readme_generator" -#: templates/README.md.j2:16 +#: templates/README.md.j2:17 +#, fuzzy +#| msgid "" +#| "N.B.: This README was automatically generated by https://github.com/" +#| "YunoHost/apps/tree/master/tools/readme_generator\n" +#| "It shall NOT be edited by hand." msgid "" -"N.B.: This README was automatically generated by https://github.com/YunoHost/" -"apps/tree/master/tools/readme_generator\n" +"N.B.: This README was automatically generated by \n" "It shall NOT be edited by hand." msgstr "" "N.B.: Diese README wurde automatisch von https://github.com/YunoHost/apps/" "tree/master/tools/readme_generator generiert.\n" "Sie darf NICHT von Hand bearbeitet werden!" -#: templates/README.md.j2:20 +#: templates/README.md.j2:21 #, python-format msgid "%(application_name)s for YunoHost" msgstr "%(application_name)s für YunoHost" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Integration level" msgstr "Integrationsstufe" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Working status" msgstr "Arbeitsstatus" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Maintenance status" msgstr "Wartungszustand" -#: templates/README.md.j2:24 +#: templates/README.md.j2:25 #, python-format msgid "Install %(application_name)s with YunoHost" msgstr "Installieren Sie %(application_name)s mit YunoHost" -#: templates/README.md.j2:26 +#: templates/README.md.j2:27 msgid "Read this README is other languages." msgstr "Lesen Sie dieses README in anderen Sprachen." -#: templates/README.md.j2:28 +#: templates/README.md.j2:29 #, python-format msgid "" "This package allows you to install %(application_name)s quickly and simply " @@ -123,83 +147,92 @@ msgid "" msgstr "" "Mit diesem Paket können Sie %(application_name)s schnell und einfach auf " "einem YunoHost-Server installieren.\n" -"Wenn Sie kein YunoHost haben, lesen Sie bitte [die " -"Anleitung](https://yunohost.org/#/install), um zu erfahren, wie Sie es " -"installieren." +"Wenn Sie kein YunoHost haben, lesen Sie bitte [die Anleitung](https://" +"yunohost.org/#/install), um zu erfahren, wie Sie es installieren." -#: templates/README.md.j2:31 +#: templates/README.md.j2:32 msgid "Overview" msgstr "Übersicht" -#: templates/README.md.j2:34 +#: templates/README.md.j2:35 msgid "**Shipped version:**" msgstr "**Ausgelieferte Version:**" -#: templates/README.md.j2:38 +#: templates/README.md.j2:39 msgid "**Demo:**" msgstr "**Demo:**" -#: templates/README.md.j2:42 +#: templates/README.md.j2:43 msgid "Screenshots" msgstr "Bildschirmfotos" -#: templates/README.md.j2:45 +#: templates/README.md.j2:46 #, python-format msgid "Screenshot of %(application_name)s" msgstr "Bildschirmfotos von %(application_name)s" -#: templates/README.md.j2:50 +#: templates/README.md.j2:51 msgid "Disclaimers / important information" msgstr "Haftungsausschlüsse / wichtige Informationen" -#: templates/README.md.j2:56 +#: templates/README.md.j2:57 msgid "Antifeatures" msgstr "Anti-Eigenschaften" -#: templates/README.md.j2:63 +#: templates/README.md.j2:64 msgid "Documentation and resources" msgstr "Dokumentation und Ressourcen" -#: templates/README.md.j2:65 +#: templates/README.md.j2:66 msgid "Official app website:" msgstr "Offizielle Website der App:" -#: templates/README.md.j2:67 +#: templates/README.md.j2:68 msgid "Official user documentation:" msgstr "Offizielle Benutzerdokumentation:" -#: templates/README.md.j2:69 +#: templates/README.md.j2:70 msgid "Official admin documentation:" msgstr "Offizielle Verwaltungsdokumentation:" -#: templates/README.md.j2:71 +#: templates/README.md.j2:72 msgid "Upstream app code repository:" msgstr "Upstream App Repository:" -#: templates/README.md.j2:73 +#: templates/README.md.j2:74 msgid "YunoHost Store:" msgstr "YunoHost-Shop:" -#: templates/README.md.j2:74 +#: templates/README.md.j2:75 msgid "Report a bug:" msgstr "Fehler melden:" -#: templates/README.md.j2:76 +#: templates/README.md.j2:77 msgid "Developer info" msgstr "Entwickler Infos" -#: templates/README.md.j2:78 +#: templates/README.md.j2:79 #, python-format msgid "" "Please send your pull request to the [testing branch](%(testing_branch_url)s)" msgstr "" -"Bitte senden Sie Ihre Pull-Anfrage an den [Testsing-" -"Zweig](%(testing_branch_url)s)" +"Bitte senden Sie Ihre Pull-Anfrage an den [Testsing-Zweig]" +"(%(testing_branch_url)s)" -#: templates/README.md.j2:81 +#: templates/README.md.j2:82 msgid "To try the testing branch, please proceed like that." msgstr "Um den Testzweig auszuprobieren, gehen Sie bitte wie folgt vor." -#: templates/README.md.j2:89 +#: templates/README.md.j2:86 +msgid "or" +msgstr "" + +#: templates/README.md.j2:90 msgid "More info regarding app packaging:" msgstr "Weitere Informationen zur App-Verpackung:" + +#~ msgid "Add a `LICENSE` file for the package." +#~ msgstr "Fügen Sie eine `LICENSE`-Datei für das Paket hinzu." + +#~ msgid "Edit `doc/DISCLAIMER*.md`" +#~ msgstr "Bearbeite `doc/DISCLAIMER*.md`" diff --git a/readme_generator/translations/el/LC_MESSAGES/messages.po b/readme_generator/translations/el/LC_MESSAGES/messages.po index 0659182..5c42448 100644 --- a/readme_generator/translations/el/LC_MESSAGES/messages.po +++ b/readme_generator/translations/el/LC_MESSAGES/messages.po @@ -7,13 +7,13 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-22 06:28+0100\n" +"POT-Creation-Date: 2024-03-23 03:25+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: el\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.14.0\n" @@ -28,155 +28,168 @@ msgstr "" #: templates/README.md.j2:4 msgid "" -"Copy this app before working on it, using the ['Use this " -"template'](https://github.com/YunoHost/example_ynh/generate) button on " +"Copy this app before working on it, using the ['Use this template'](https://" +"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " "the Github repo." msgstr "" #: templates/README.md.j2:5 -msgid "Edit the `manifest.json` with app specific info." +msgid "Edit the `manifest.toml` with app specific info" msgstr "" #: templates/README.md.j2:6 msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts," -" and any relevant conf files in `conf/`." +"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " +"any relevant conf files in `conf/`." msgstr "" #: templates/README.md.j2:7 msgid "" -"Using the [script helpers " -"documentation.](https://yunohost.org/packaging_apps_helpers)" +"Using the [script helpers documentation.](https://yunohost.org/" +"packaging_apps_helpers)" msgstr "" #: templates/README.md.j2:8 -msgid "Add a `LICENSE` file for the package." +msgid "" +"Edit the `change_url` and `config` scripts too, or remove them if you have " +"no use of them" msgstr "" #: templates/README.md.j2:9 -msgid "Edit `doc/DISCLAIMER*.md`" +msgid "" +"Add a `LICENSE` file for the package. NB: this LICENSE file is not meant to " +"necessarily be the LICENSE of the upstream app - it is only the LICENSE you " +"want this package's code to published with ;). We recommend to use [the " +"AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt)." msgstr "" #: templates/README.md.j2:10 -msgid "" -"The `README.md` files are to be automatically generated by " -"https://github.com/YunoHost/apps/tree/master/tools/readme_generator" +msgid "Edit files under the `doc/` directory" msgstr "" -#: templates/README.md.j2:16 +#: templates/README.md.j2:11 msgid "" -"N.B.: This README was automatically generated by " -"https://github.com/YunoHost/apps/tree/master/tools/readme_generator\n" +"The `README.md` files are to be automatically generated by " +msgstr "" + +#: templates/README.md.j2:17 +msgid "" +"N.B.: This README was automatically generated by \n" "It shall NOT be edited by hand." msgstr "" -#: templates/README.md.j2:20 +#: templates/README.md.j2:21 #, python-format msgid "%(application_name)s for YunoHost" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Integration level" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Working status" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Maintenance status" msgstr "" -#: templates/README.md.j2:24 +#: templates/README.md.j2:25 #, python-format msgid "Install %(application_name)s with YunoHost" msgstr "" -#: templates/README.md.j2:26 +#: templates/README.md.j2:27 msgid "Read this README is other languages." msgstr "" -#: templates/README.md.j2:28 +#: templates/README.md.j2:29 #, python-format msgid "" -"This package allows you to install %(application_name)s quickly and " -"simply on a YunoHost server.\n" -"If you don't have YunoHost, please consult [the " -"guide](https://yunohost.org/#/install) to learn how to install it." +"This package allows you to install %(application_name)s quickly and simply " +"on a YunoHost server.\n" +"If you don't have YunoHost, please consult [the guide](https://yunohost.org/" +"#/install) to learn how to install it." msgstr "" -#: templates/README.md.j2:31 +#: templates/README.md.j2:32 msgid "Overview" msgstr "" -#: templates/README.md.j2:34 +#: templates/README.md.j2:35 msgid "**Shipped version:**" msgstr "" -#: templates/README.md.j2:38 +#: templates/README.md.j2:39 msgid "**Demo:**" msgstr "" -#: templates/README.md.j2:42 +#: templates/README.md.j2:43 msgid "Screenshots" msgstr "" -#: templates/README.md.j2:45 +#: templates/README.md.j2:46 #, python-format msgid "Screenshot of %(application_name)s" msgstr "" -#: templates/README.md.j2:50 +#: templates/README.md.j2:51 msgid "Disclaimers / important information" msgstr "" -#: templates/README.md.j2:56 +#: templates/README.md.j2:57 msgid "Antifeatures" msgstr "" -#: templates/README.md.j2:63 +#: templates/README.md.j2:64 msgid "Documentation and resources" msgstr "" -#: templates/README.md.j2:65 +#: templates/README.md.j2:66 msgid "Official app website:" msgstr "" -#: templates/README.md.j2:67 +#: templates/README.md.j2:68 msgid "Official user documentation:" msgstr "" -#: templates/README.md.j2:69 +#: templates/README.md.j2:70 msgid "Official admin documentation:" msgstr "" -#: templates/README.md.j2:71 +#: templates/README.md.j2:72 msgid "Upstream app code repository:" msgstr "" -#: templates/README.md.j2:73 +#: templates/README.md.j2:74 msgid "YunoHost Store:" msgstr "" -#: templates/README.md.j2:74 +#: templates/README.md.j2:75 msgid "Report a bug:" msgstr "" -#: templates/README.md.j2:76 +#: templates/README.md.j2:77 msgid "Developer info" msgstr "" -#: templates/README.md.j2:78 +#: templates/README.md.j2:79 #, python-format msgid "" -"Please send your pull request to the [testing " -"branch](%(testing_branch_url)s)" +"Please send your pull request to the [testing branch](%(testing_branch_url)s)" msgstr "" -#: templates/README.md.j2:81 +#: templates/README.md.j2:82 msgid "To try the testing branch, please proceed like that." msgstr "" -#: templates/README.md.j2:89 +#: templates/README.md.j2:86 +msgid "or" +msgstr "" + +#: templates/README.md.j2:90 msgid "More info regarding app packaging:" msgstr "" diff --git a/readme_generator/translations/eo/LC_MESSAGES/messages.po b/readme_generator/translations/eo/LC_MESSAGES/messages.po index 0d022bb..26da6fd 100644 --- a/readme_generator/translations/eo/LC_MESSAGES/messages.po +++ b/readme_generator/translations/eo/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-22 06:28+0100\n" +"POT-Creation-Date: 2024-03-23 03:25+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -29,17 +29,18 @@ msgstr "" #: templates/README.md.j2:4 msgid "" "Copy this app before working on it, using the ['Use this template'](https://" -"github.com/YunoHost/example_ynh/generate) button on the Github repo." +"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " +"the Github repo." msgstr "" #: templates/README.md.j2:5 -msgid "Edit the `manifest.json` with app specific info." +msgid "Edit the `manifest.toml` with app specific info" msgstr "" #: templates/README.md.j2:6 msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, " -"and any relevant conf files in `conf/`." +"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " +"any relevant conf files in `conf/`." msgstr "" #: templates/README.md.j2:7 @@ -49,53 +50,63 @@ msgid "" msgstr "" #: templates/README.md.j2:8 -msgid "Add a `LICENSE` file for the package." +msgid "" +"Edit the `change_url` and `config` scripts too, or remove them if you have " +"no use of them" msgstr "" #: templates/README.md.j2:9 -msgid "Edit `doc/DISCLAIMER*.md`" +msgid "" +"Add a `LICENSE` file for the package. NB: this LICENSE file is not meant to " +"necessarily be the LICENSE of the upstream app - it is only the LICENSE you " +"want this package's code to published with ;). We recommend to use [the " +"AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt)." msgstr "" #: templates/README.md.j2:10 -msgid "" -"The `README.md` files are to be automatically generated by https://github." -"com/YunoHost/apps/tree/master/tools/readme_generator" +msgid "Edit files under the `doc/` directory" msgstr "" -#: templates/README.md.j2:16 +#: templates/README.md.j2:11 msgid "" -"N.B.: This README was automatically generated by https://github.com/YunoHost/" -"apps/tree/master/tools/readme_generator\n" +"The `README.md` files are to be automatically generated by " +msgstr "" + +#: templates/README.md.j2:17 +msgid "" +"N.B.: This README was automatically generated by \n" "It shall NOT be edited by hand." msgstr "" -#: templates/README.md.j2:20 +#: templates/README.md.j2:21 #, python-format msgid "%(application_name)s for YunoHost" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Integration level" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Working status" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Maintenance status" msgstr "" -#: templates/README.md.j2:24 +#: templates/README.md.j2:25 #, python-format msgid "Install %(application_name)s with YunoHost" msgstr "" -#: templates/README.md.j2:26 +#: templates/README.md.j2:27 msgid "Read this README is other languages." msgstr "" -#: templates/README.md.j2:28 +#: templates/README.md.j2:29 #, python-format msgid "" "This package allows you to install %(application_name)s quickly and simply " @@ -104,77 +115,81 @@ msgid "" "#/install) to learn how to install it." msgstr "" -#: templates/README.md.j2:31 +#: templates/README.md.j2:32 msgid "Overview" msgstr "" -#: templates/README.md.j2:34 +#: templates/README.md.j2:35 msgid "**Shipped version:**" msgstr "" -#: templates/README.md.j2:38 +#: templates/README.md.j2:39 msgid "**Demo:**" msgstr "" -#: templates/README.md.j2:42 +#: templates/README.md.j2:43 msgid "Screenshots" msgstr "" -#: templates/README.md.j2:45 +#: templates/README.md.j2:46 #, python-format msgid "Screenshot of %(application_name)s" msgstr "" -#: templates/README.md.j2:50 +#: templates/README.md.j2:51 msgid "Disclaimers / important information" msgstr "" -#: templates/README.md.j2:56 +#: templates/README.md.j2:57 msgid "Antifeatures" msgstr "" -#: templates/README.md.j2:63 +#: templates/README.md.j2:64 msgid "Documentation and resources" msgstr "" -#: templates/README.md.j2:65 +#: templates/README.md.j2:66 msgid "Official app website:" msgstr "" -#: templates/README.md.j2:67 +#: templates/README.md.j2:68 msgid "Official user documentation:" msgstr "" -#: templates/README.md.j2:69 +#: templates/README.md.j2:70 msgid "Official admin documentation:" msgstr "" -#: templates/README.md.j2:71 +#: templates/README.md.j2:72 msgid "Upstream app code repository:" msgstr "" -#: templates/README.md.j2:73 +#: templates/README.md.j2:74 msgid "YunoHost Store:" msgstr "" -#: templates/README.md.j2:74 +#: templates/README.md.j2:75 msgid "Report a bug:" msgstr "" -#: templates/README.md.j2:76 +#: templates/README.md.j2:77 msgid "Developer info" msgstr "" -#: templates/README.md.j2:78 +#: templates/README.md.j2:79 #, python-format msgid "" "Please send your pull request to the [testing branch](%(testing_branch_url)s)" msgstr "" -#: templates/README.md.j2:81 +#: templates/README.md.j2:82 msgid "To try the testing branch, please proceed like that." msgstr "" -#: templates/README.md.j2:89 +#: templates/README.md.j2:86 +msgid "or" +msgstr "" + +#: templates/README.md.j2:90 msgid "More info regarding app packaging:" msgstr "" diff --git a/readme_generator/translations/es/LC_MESSAGES/messages.po b/readme_generator/translations/es/LC_MESSAGES/messages.po index 9ddf744..abc0697 100644 --- a/readme_generator/translations/es/LC_MESSAGES/messages.po +++ b/readme_generator/translations/es/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-22 06:28+0100\n" +"POT-Creation-Date: 2024-03-23 03:25+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -29,17 +29,18 @@ msgstr "" #: templates/README.md.j2:4 msgid "" "Copy this app before working on it, using the ['Use this template'](https://" -"github.com/YunoHost/example_ynh/generate) button on the Github repo." +"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " +"the Github repo." msgstr "" #: templates/README.md.j2:5 -msgid "Edit the `manifest.json` with app specific info." +msgid "Edit the `manifest.toml` with app specific info" msgstr "" #: templates/README.md.j2:6 msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, " -"and any relevant conf files in `conf/`." +"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " +"any relevant conf files in `conf/`." msgstr "" #: templates/README.md.j2:7 @@ -49,53 +50,63 @@ msgid "" msgstr "" #: templates/README.md.j2:8 -msgid "Add a `LICENSE` file for the package." +msgid "" +"Edit the `change_url` and `config` scripts too, or remove them if you have " +"no use of them" msgstr "" #: templates/README.md.j2:9 -msgid "Edit `doc/DISCLAIMER*.md`" +msgid "" +"Add a `LICENSE` file for the package. NB: this LICENSE file is not meant to " +"necessarily be the LICENSE of the upstream app - it is only the LICENSE you " +"want this package's code to published with ;). We recommend to use [the " +"AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt)." msgstr "" #: templates/README.md.j2:10 -msgid "" -"The `README.md` files are to be automatically generated by https://github." -"com/YunoHost/apps/tree/master/tools/readme_generator" +msgid "Edit files under the `doc/` directory" msgstr "" -#: templates/README.md.j2:16 +#: templates/README.md.j2:11 msgid "" -"N.B.: This README was automatically generated by https://github.com/YunoHost/" -"apps/tree/master/tools/readme_generator\n" +"The `README.md` files are to be automatically generated by " +msgstr "" + +#: templates/README.md.j2:17 +msgid "" +"N.B.: This README was automatically generated by \n" "It shall NOT be edited by hand." msgstr "" -#: templates/README.md.j2:20 +#: templates/README.md.j2:21 #, python-format msgid "%(application_name)s for YunoHost" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Integration level" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Working status" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Maintenance status" msgstr "" -#: templates/README.md.j2:24 +#: templates/README.md.j2:25 #, python-format msgid "Install %(application_name)s with YunoHost" msgstr "" -#: templates/README.md.j2:26 +#: templates/README.md.j2:27 msgid "Read this README is other languages." msgstr "" -#: templates/README.md.j2:28 +#: templates/README.md.j2:29 #, python-format msgid "" "This package allows you to install %(application_name)s quickly and simply " @@ -104,77 +115,81 @@ msgid "" "#/install) to learn how to install it." msgstr "" -#: templates/README.md.j2:31 +#: templates/README.md.j2:32 msgid "Overview" msgstr "" -#: templates/README.md.j2:34 +#: templates/README.md.j2:35 msgid "**Shipped version:**" msgstr "" -#: templates/README.md.j2:38 +#: templates/README.md.j2:39 msgid "**Demo:**" msgstr "" -#: templates/README.md.j2:42 +#: templates/README.md.j2:43 msgid "Screenshots" msgstr "" -#: templates/README.md.j2:45 +#: templates/README.md.j2:46 #, python-format msgid "Screenshot of %(application_name)s" msgstr "" -#: templates/README.md.j2:50 +#: templates/README.md.j2:51 msgid "Disclaimers / important information" msgstr "" -#: templates/README.md.j2:56 +#: templates/README.md.j2:57 msgid "Antifeatures" msgstr "" -#: templates/README.md.j2:63 +#: templates/README.md.j2:64 msgid "Documentation and resources" msgstr "" -#: templates/README.md.j2:65 +#: templates/README.md.j2:66 msgid "Official app website:" msgstr "" -#: templates/README.md.j2:67 +#: templates/README.md.j2:68 msgid "Official user documentation:" msgstr "" -#: templates/README.md.j2:69 +#: templates/README.md.j2:70 msgid "Official admin documentation:" msgstr "" -#: templates/README.md.j2:71 +#: templates/README.md.j2:72 msgid "Upstream app code repository:" msgstr "" -#: templates/README.md.j2:73 +#: templates/README.md.j2:74 msgid "YunoHost Store:" msgstr "" -#: templates/README.md.j2:74 +#: templates/README.md.j2:75 msgid "Report a bug:" msgstr "" -#: templates/README.md.j2:76 +#: templates/README.md.j2:77 msgid "Developer info" msgstr "" -#: templates/README.md.j2:78 +#: templates/README.md.j2:79 #, python-format msgid "" "Please send your pull request to the [testing branch](%(testing_branch_url)s)" msgstr "" -#: templates/README.md.j2:81 +#: templates/README.md.j2:82 msgid "To try the testing branch, please proceed like that." msgstr "" -#: templates/README.md.j2:89 +#: templates/README.md.j2:86 +msgid "or" +msgstr "" + +#: templates/README.md.j2:90 msgid "More info regarding app packaging:" msgstr "" diff --git a/readme_generator/translations/eu/LC_MESSAGES/messages.po b/readme_generator/translations/eu/LC_MESSAGES/messages.po index 92e87cc..31e8db2 100644 --- a/readme_generator/translations/eu/LC_MESSAGES/messages.po +++ b/readme_generator/translations/eu/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-22 06:28+0100\n" +"POT-Creation-Date: 2024-03-23 03:25+0100\n" "PO-Revision-Date: 2024-03-23 13:39+0000\n" "Last-Translator: xabirequejo \n" "Language-Team: Basque " +msgstr "" + +#: templates/README.md.j2:17 +msgid "" +"N.B.: This README was automatically generated by \n" "It shall NOT be edited by hand." msgstr "" -#: templates/README.md.j2:20 +#: templates/README.md.j2:21 #, python-format msgid "%(application_name)s for YunoHost" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Integration level" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Working status" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Maintenance status" msgstr "" -#: templates/README.md.j2:24 +#: templates/README.md.j2:25 #, python-format msgid "Install %(application_name)s with YunoHost" msgstr "" -#: templates/README.md.j2:26 +#: templates/README.md.j2:27 msgid "Read this README is other languages." msgstr "Irakurri README hau beste hizkuntzatan." -#: templates/README.md.j2:28 +#: templates/README.md.j2:29 #, python-format msgid "" "This package allows you to install %(application_name)s quickly and simply " @@ -108,77 +121,81 @@ msgid "" "#/install) to learn how to install it." msgstr "" -#: templates/README.md.j2:31 +#: templates/README.md.j2:32 msgid "Overview" msgstr "" -#: templates/README.md.j2:34 +#: templates/README.md.j2:35 msgid "**Shipped version:**" msgstr "" -#: templates/README.md.j2:38 +#: templates/README.md.j2:39 msgid "**Demo:**" msgstr "" -#: templates/README.md.j2:42 +#: templates/README.md.j2:43 msgid "Screenshots" msgstr "Pantaila-argazkiak" -#: templates/README.md.j2:45 +#: templates/README.md.j2:46 #, python-format msgid "Screenshot of %(application_name)s" msgstr "%(application_name)s(r)en pantaila-argazkia" -#: templates/README.md.j2:50 +#: templates/README.md.j2:51 msgid "Disclaimers / important information" msgstr "" -#: templates/README.md.j2:56 +#: templates/README.md.j2:57 msgid "Antifeatures" msgstr "" -#: templates/README.md.j2:63 +#: templates/README.md.j2:64 msgid "Documentation and resources" msgstr "Dokumentazioa eta baliabideak" -#: templates/README.md.j2:65 +#: templates/README.md.j2:66 msgid "Official app website:" msgstr "Aplikazioaren webgune nagusia:" -#: templates/README.md.j2:67 +#: templates/README.md.j2:68 msgid "Official user documentation:" msgstr "" -#: templates/README.md.j2:69 +#: templates/README.md.j2:70 msgid "Official admin documentation:" msgstr "" -#: templates/README.md.j2:71 +#: templates/README.md.j2:72 msgid "Upstream app code repository:" msgstr "" -#: templates/README.md.j2:73 +#: templates/README.md.j2:74 msgid "YunoHost Store:" msgstr "YunoHost Denda:" -#: templates/README.md.j2:74 +#: templates/README.md.j2:75 msgid "Report a bug:" msgstr "Eman errore baten berri:" -#: templates/README.md.j2:76 +#: templates/README.md.j2:77 msgid "Developer info" msgstr "Garatzaileentzako informazioa" -#: templates/README.md.j2:78 +#: templates/README.md.j2:79 #, python-format msgid "" "Please send your pull request to the [testing branch](%(testing_branch_url)s)" msgstr "" -#: templates/README.md.j2:81 +#: templates/README.md.j2:82 msgid "To try the testing branch, please proceed like that." msgstr "" -#: templates/README.md.j2:89 +#: templates/README.md.j2:86 +msgid "or" +msgstr "" + +#: templates/README.md.j2:90 msgid "More info regarding app packaging:" msgstr "Informazio gehiago aplikazioaren paketatzeari buruz:" diff --git a/readme_generator/translations/fa/LC_MESSAGES/messages.po b/readme_generator/translations/fa/LC_MESSAGES/messages.po index 2025b3b..7b7ce5f 100644 --- a/readme_generator/translations/fa/LC_MESSAGES/messages.po +++ b/readme_generator/translations/fa/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-22 06:28+0100\n" +"POT-Creation-Date: 2024-03-23 03:25+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -29,17 +29,18 @@ msgstr "" #: templates/README.md.j2:4 msgid "" "Copy this app before working on it, using the ['Use this template'](https://" -"github.com/YunoHost/example_ynh/generate) button on the Github repo." +"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " +"the Github repo." msgstr "" #: templates/README.md.j2:5 -msgid "Edit the `manifest.json` with app specific info." +msgid "Edit the `manifest.toml` with app specific info" msgstr "" #: templates/README.md.j2:6 msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, " -"and any relevant conf files in `conf/`." +"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " +"any relevant conf files in `conf/`." msgstr "" #: templates/README.md.j2:7 @@ -49,53 +50,63 @@ msgid "" msgstr "" #: templates/README.md.j2:8 -msgid "Add a `LICENSE` file for the package." +msgid "" +"Edit the `change_url` and `config` scripts too, or remove them if you have " +"no use of them" msgstr "" #: templates/README.md.j2:9 -msgid "Edit `doc/DISCLAIMER*.md`" +msgid "" +"Add a `LICENSE` file for the package. NB: this LICENSE file is not meant to " +"necessarily be the LICENSE of the upstream app - it is only the LICENSE you " +"want this package's code to published with ;). We recommend to use [the " +"AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt)." msgstr "" #: templates/README.md.j2:10 -msgid "" -"The `README.md` files are to be automatically generated by https://github." -"com/YunoHost/apps/tree/master/tools/readme_generator" +msgid "Edit files under the `doc/` directory" msgstr "" -#: templates/README.md.j2:16 +#: templates/README.md.j2:11 msgid "" -"N.B.: This README was automatically generated by https://github.com/YunoHost/" -"apps/tree/master/tools/readme_generator\n" +"The `README.md` files are to be automatically generated by " +msgstr "" + +#: templates/README.md.j2:17 +msgid "" +"N.B.: This README was automatically generated by \n" "It shall NOT be edited by hand." msgstr "" -#: templates/README.md.j2:20 +#: templates/README.md.j2:21 #, python-format msgid "%(application_name)s for YunoHost" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Integration level" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Working status" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Maintenance status" msgstr "" -#: templates/README.md.j2:24 +#: templates/README.md.j2:25 #, python-format msgid "Install %(application_name)s with YunoHost" msgstr "" -#: templates/README.md.j2:26 +#: templates/README.md.j2:27 msgid "Read this README is other languages." msgstr "" -#: templates/README.md.j2:28 +#: templates/README.md.j2:29 #, python-format msgid "" "This package allows you to install %(application_name)s quickly and simply " @@ -104,77 +115,81 @@ msgid "" "#/install) to learn how to install it." msgstr "" -#: templates/README.md.j2:31 +#: templates/README.md.j2:32 msgid "Overview" msgstr "" -#: templates/README.md.j2:34 +#: templates/README.md.j2:35 msgid "**Shipped version:**" msgstr "" -#: templates/README.md.j2:38 +#: templates/README.md.j2:39 msgid "**Demo:**" msgstr "" -#: templates/README.md.j2:42 +#: templates/README.md.j2:43 msgid "Screenshots" msgstr "" -#: templates/README.md.j2:45 +#: templates/README.md.j2:46 #, python-format msgid "Screenshot of %(application_name)s" msgstr "" -#: templates/README.md.j2:50 +#: templates/README.md.j2:51 msgid "Disclaimers / important information" msgstr "" -#: templates/README.md.j2:56 +#: templates/README.md.j2:57 msgid "Antifeatures" msgstr "" -#: templates/README.md.j2:63 +#: templates/README.md.j2:64 msgid "Documentation and resources" msgstr "" -#: templates/README.md.j2:65 +#: templates/README.md.j2:66 msgid "Official app website:" msgstr "" -#: templates/README.md.j2:67 +#: templates/README.md.j2:68 msgid "Official user documentation:" msgstr "" -#: templates/README.md.j2:69 +#: templates/README.md.j2:70 msgid "Official admin documentation:" msgstr "" -#: templates/README.md.j2:71 +#: templates/README.md.j2:72 msgid "Upstream app code repository:" msgstr "" -#: templates/README.md.j2:73 +#: templates/README.md.j2:74 msgid "YunoHost Store:" msgstr "" -#: templates/README.md.j2:74 +#: templates/README.md.j2:75 msgid "Report a bug:" msgstr "" -#: templates/README.md.j2:76 +#: templates/README.md.j2:77 msgid "Developer info" msgstr "" -#: templates/README.md.j2:78 +#: templates/README.md.j2:79 #, python-format msgid "" "Please send your pull request to the [testing branch](%(testing_branch_url)s)" msgstr "" -#: templates/README.md.j2:81 +#: templates/README.md.j2:82 msgid "To try the testing branch, please proceed like that." msgstr "" -#: templates/README.md.j2:89 +#: templates/README.md.j2:86 +msgid "or" +msgstr "" + +#: templates/README.md.j2:90 msgid "More info regarding app packaging:" msgstr "" diff --git a/readme_generator/translations/fi/LC_MESSAGES/messages.po b/readme_generator/translations/fi/LC_MESSAGES/messages.po index 9bb6b75..fb25450 100644 --- a/readme_generator/translations/fi/LC_MESSAGES/messages.po +++ b/readme_generator/translations/fi/LC_MESSAGES/messages.po @@ -7,13 +7,13 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-22 06:28+0100\n" +"POT-Creation-Date: 2024-03-23 03:25+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: fi\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.14.0\n" @@ -28,155 +28,168 @@ msgstr "" #: templates/README.md.j2:4 msgid "" -"Copy this app before working on it, using the ['Use this " -"template'](https://github.com/YunoHost/example_ynh/generate) button on " +"Copy this app before working on it, using the ['Use this template'](https://" +"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " "the Github repo." msgstr "" #: templates/README.md.j2:5 -msgid "Edit the `manifest.json` with app specific info." +msgid "Edit the `manifest.toml` with app specific info" msgstr "" #: templates/README.md.j2:6 msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts," -" and any relevant conf files in `conf/`." +"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " +"any relevant conf files in `conf/`." msgstr "" #: templates/README.md.j2:7 msgid "" -"Using the [script helpers " -"documentation.](https://yunohost.org/packaging_apps_helpers)" +"Using the [script helpers documentation.](https://yunohost.org/" +"packaging_apps_helpers)" msgstr "" #: templates/README.md.j2:8 -msgid "Add a `LICENSE` file for the package." +msgid "" +"Edit the `change_url` and `config` scripts too, or remove them if you have " +"no use of them" msgstr "" #: templates/README.md.j2:9 -msgid "Edit `doc/DISCLAIMER*.md`" +msgid "" +"Add a `LICENSE` file for the package. NB: this LICENSE file is not meant to " +"necessarily be the LICENSE of the upstream app - it is only the LICENSE you " +"want this package's code to published with ;). We recommend to use [the " +"AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt)." msgstr "" #: templates/README.md.j2:10 -msgid "" -"The `README.md` files are to be automatically generated by " -"https://github.com/YunoHost/apps/tree/master/tools/readme_generator" +msgid "Edit files under the `doc/` directory" msgstr "" -#: templates/README.md.j2:16 +#: templates/README.md.j2:11 msgid "" -"N.B.: This README was automatically generated by " -"https://github.com/YunoHost/apps/tree/master/tools/readme_generator\n" +"The `README.md` files are to be automatically generated by " +msgstr "" + +#: templates/README.md.j2:17 +msgid "" +"N.B.: This README was automatically generated by \n" "It shall NOT be edited by hand." msgstr "" -#: templates/README.md.j2:20 +#: templates/README.md.j2:21 #, python-format msgid "%(application_name)s for YunoHost" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Integration level" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Working status" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Maintenance status" msgstr "" -#: templates/README.md.j2:24 +#: templates/README.md.j2:25 #, python-format msgid "Install %(application_name)s with YunoHost" msgstr "" -#: templates/README.md.j2:26 +#: templates/README.md.j2:27 msgid "Read this README is other languages." msgstr "" -#: templates/README.md.j2:28 +#: templates/README.md.j2:29 #, python-format msgid "" -"This package allows you to install %(application_name)s quickly and " -"simply on a YunoHost server.\n" -"If you don't have YunoHost, please consult [the " -"guide](https://yunohost.org/#/install) to learn how to install it." +"This package allows you to install %(application_name)s quickly and simply " +"on a YunoHost server.\n" +"If you don't have YunoHost, please consult [the guide](https://yunohost.org/" +"#/install) to learn how to install it." msgstr "" -#: templates/README.md.j2:31 +#: templates/README.md.j2:32 msgid "Overview" msgstr "" -#: templates/README.md.j2:34 +#: templates/README.md.j2:35 msgid "**Shipped version:**" msgstr "" -#: templates/README.md.j2:38 +#: templates/README.md.j2:39 msgid "**Demo:**" msgstr "" -#: templates/README.md.j2:42 +#: templates/README.md.j2:43 msgid "Screenshots" msgstr "" -#: templates/README.md.j2:45 +#: templates/README.md.j2:46 #, python-format msgid "Screenshot of %(application_name)s" msgstr "" -#: templates/README.md.j2:50 +#: templates/README.md.j2:51 msgid "Disclaimers / important information" msgstr "" -#: templates/README.md.j2:56 +#: templates/README.md.j2:57 msgid "Antifeatures" msgstr "" -#: templates/README.md.j2:63 +#: templates/README.md.j2:64 msgid "Documentation and resources" msgstr "" -#: templates/README.md.j2:65 +#: templates/README.md.j2:66 msgid "Official app website:" msgstr "" -#: templates/README.md.j2:67 +#: templates/README.md.j2:68 msgid "Official user documentation:" msgstr "" -#: templates/README.md.j2:69 +#: templates/README.md.j2:70 msgid "Official admin documentation:" msgstr "" -#: templates/README.md.j2:71 +#: templates/README.md.j2:72 msgid "Upstream app code repository:" msgstr "" -#: templates/README.md.j2:73 +#: templates/README.md.j2:74 msgid "YunoHost Store:" msgstr "" -#: templates/README.md.j2:74 +#: templates/README.md.j2:75 msgid "Report a bug:" msgstr "" -#: templates/README.md.j2:76 +#: templates/README.md.j2:77 msgid "Developer info" msgstr "" -#: templates/README.md.j2:78 +#: templates/README.md.j2:79 #, python-format msgid "" -"Please send your pull request to the [testing " -"branch](%(testing_branch_url)s)" +"Please send your pull request to the [testing branch](%(testing_branch_url)s)" msgstr "" -#: templates/README.md.j2:81 +#: templates/README.md.j2:82 msgid "To try the testing branch, please proceed like that." msgstr "" -#: templates/README.md.j2:89 +#: templates/README.md.j2:86 +msgid "or" +msgstr "" + +#: templates/README.md.j2:90 msgid "More info regarding app packaging:" msgstr "" diff --git a/readme_generator/translations/fr/LC_MESSAGES/messages.po b/readme_generator/translations/fr/LC_MESSAGES/messages.po index 85c364d..894ea48 100644 --- a/readme_generator/translations/fr/LC_MESSAGES/messages.po +++ b/readme_generator/translations/fr/LC_MESSAGES/messages.po @@ -7,18 +7,16 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-22 06:28+0100\n" +"POT-Creation-Date: 2024-03-23 03:25+0100\n" "PO-Revision-Date: 2024-03-23 02:50+0000\n" "Last-Translator: OniriCorpe \n" "Language-Team: French \n" "Language: fr\n" -"Language-Team: French \n" -"Plural-Forms: nplurals=2; plural=n > 1;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" "Generated-By: Babel 2.14.0\n" #: templates/ALL_README.md.j2:12 @@ -33,14 +31,13 @@ msgstr "Packager une application, à partir de cet exemple" #: templates/README.md.j2:4 #, fuzzy msgid "" -"Copy this app before working on it, using the ['Use this " -"template'](https://github.com/new?template_name=example_ynh&template_owner=YunoHost)" -" button on the Github repo." +"Copy this app before working on it, using the ['Use this template'](https://" +"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " +"the Github repo." msgstr "" -"Copiez cette application avant de travailler dessus, en utilisant le " -"bouton ['Utilisez ce " -"template'](https://github.com/new?template_name=example_ynh&template_owner=YunoHost)" -" sur ce dépôt Github." +"Copiez cette application avant de travailler dessus, en utilisant le bouton " +"['Utilisez ce template'](https://github.com/new?" +"template_name=example_ynh&template_owner=YunoHost) sur ce dépôt Github." #: templates/README.md.j2:5 #, fuzzy @@ -52,40 +49,40 @@ msgstr "" #: templates/README.md.j2:6 #, fuzzy msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, " -"and any relevant conf files in `conf/`." +"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " +"any relevant conf files in `conf/`." msgstr "" "Éditez les scripts `install`, `upgrade`, `remove`, `backup` et `restore` " "ainsi que tous les fichiers de configurations pertinants dans `conf/`." #: templates/README.md.j2:7 msgid "" -"Using the [script helpers " -"documentation.](https://yunohost.org/packaging_apps_helpers)" +"Using the [script helpers documentation.](https://yunohost.org/" +"packaging_apps_helpers)" msgstr "" -"Utilisez la [documentation des " -"helpers.](https://yunohost.org/packaging_apps_helpers)" +"Utilisez la [documentation des helpers.](https://yunohost.org/" +"packaging_apps_helpers)" #: templates/README.md.j2:8 msgid "" -"Edit the `change_url` and `config` scripts too, or remove them if you " -"have no use of them" +"Edit the `change_url` and `config` scripts too, or remove them if you have " +"no use of them" msgstr "" -"Modifiez également les scripts `change_url` et `config`, ou supprimez-les" -" si vous n'en avez pas l'utilité" +"Modifiez également les scripts `change_url` et `config`, ou supprimez-les si " +"vous n'en avez pas l'utilité" #: templates/README.md.j2:9 msgid "" -"Add a `LICENSE` file for the package. NB: this LICENSE file is not meant " -"to necessarily be the LICENSE of the upstream app - it is only the " -"LICENSE you want this package's code to published with ;). We recommend " -"to use [the AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt)." +"Add a `LICENSE` file for the package. NB: this LICENSE file is not meant to " +"necessarily be the LICENSE of the upstream app - it is only the LICENSE you " +"want this package's code to published with ;). We recommend to use [the " +"AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt)." msgstr "" -"Ajouter un fichier `LICENSE` pour le paquet. NB : ce fichier LICENSE " -"n'est pas censé être nécessairement identique à la LICENCE de " -"l'application packagée - c'est seulement la LICENCE avec laquelle vous " -"voulez que le code de ce paquet soit publié ;). Nous recommandons " -"d'utiliser [l'AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt)." +"Ajouter un fichier `LICENSE` pour le paquet. NB : ce fichier LICENSE n'est " +"pas censé être nécessairement identique à la LICENCE de l'application " +"packagée - c'est seulement la LICENCE avec laquelle vous voulez que le code " +"de ce paquet soit publié ;). Nous recommandons d'utiliser [l'AGPL-3](https://" +"www.gnu.org/licenses/agpl-3.0.txt)." #: templates/README.md.j2:10 msgid "Edit files under the `doc/` directory" @@ -94,21 +91,21 @@ msgstr "Modifier des fichiers dans le dossier `doc/`" #: templates/README.md.j2:11 #, fuzzy msgid "" -"The `README.md` files are to be automatically generated by " -"" +"The `README.md` files are to be automatically generated by " msgstr "" -"Les fichiers `README.md` sont automatiquement généré par " -"" +"Les fichiers `README.md` sont automatiquement généré par " #: templates/README.md.j2:17 #, fuzzy msgid "" -"N.B.: This README was automatically generated by " -"\n" +"N.B.: This README was automatically generated by \n" "It shall NOT be edited by hand." msgstr "" -"Nota bene : ce README est automatiquement généré par " -"\n" +"Nota bene : ce README est automatiquement généré par \n" "Il ne doit pas être modifié à la main." #: templates/README.md.j2:21 @@ -140,16 +137,15 @@ msgstr "Lire le README dans d'autres langues." #: templates/README.md.j2:29 #, fuzzy, python-format msgid "" -"This package allows you to install %(application_name)s quickly and " -"simply on a YunoHost server.\n" -"If you don't have YunoHost, please consult [the " -"guide](https://yunohost.org/#/install) to learn how to install it." +"This package allows you to install %(application_name)s quickly and simply " +"on a YunoHost server.\n" +"If you don't have YunoHost, please consult [the guide](https://yunohost.org/" +"#/install) to learn how to install it." msgstr "" "Ce package vous permet d’installer %(application_name)s rapidement et " "simplement sur un serveur YunoHost.\n" -"Si vous n’avez pas YunoHost, regardez " -"[ici](https://yunohost.org/#/install) pour savoir comment l’installer et " -"en profiter." +"Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) " +"pour savoir comment l’installer et en profiter." #: templates/README.md.j2:32 msgid "Overview" @@ -215,11 +211,10 @@ msgstr "Informations pour les développeurs" #: templates/README.md.j2:79 #, python-format msgid "" -"Please send your pull request to the [testing " -"branch](%(testing_branch_url)s)" +"Please send your pull request to the [testing branch](%(testing_branch_url)s)" msgstr "" -"Merci de faire vos pull request sur la [branche " -"branch](%(testing_branch_url)s)" +"Merci de faire vos pull request sur la [branche branch]" +"(%(testing_branch_url)s)" #: templates/README.md.j2:82 msgid "To try the testing branch, please proceed like that." @@ -238,4 +233,3 @@ msgstr "Plus d'infos sur le packaging d'applications :" #~ msgid "Edit `doc/DISCLAIMER*.md`" #~ msgstr "Éditez `doc/DISCLAIMER*.md`" - diff --git a/readme_generator/translations/gl/LC_MESSAGES/messages.po b/readme_generator/translations/gl/LC_MESSAGES/messages.po index 3235a7e..ea9198f 100644 --- a/readme_generator/translations/gl/LC_MESSAGES/messages.po +++ b/readme_generator/translations/gl/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-22 06:28+0100\n" +"POT-Creation-Date: 2024-03-23 03:25+0100\n" "PO-Revision-Date: 2024-03-23 13:39+0000\n" "Last-Translator: \"José M.\" \n" "Language-Team: Galician " msgstr "" "Os ficheiros `README.md` créanse automáticamente con https://github.com/" "YunoHost/apps/tree/master/tools/readme_generator" -#: templates/README.md.j2:16 +#: templates/README.md.j2:17 +#, fuzzy +#| msgid "" +#| "N.B.: This README was automatically generated by https://github.com/" +#| "YunoHost/apps/tree/master/tools/readme_generator\n" +#| "It shall NOT be edited by hand." msgid "" -"N.B.: This README was automatically generated by https://github.com/YunoHost/" -"apps/tree/master/tools/readme_generator\n" +"N.B.: This README was automatically generated by \n" "It shall NOT be edited by hand." msgstr "" "NOTA: Este README foi creado automáticamente por https://github.com/YunoHost/" "apps/tree/master/tools/readme_generator\n" "NON debe editarse manualmente." -#: templates/README.md.j2:20 +#: templates/README.md.j2:21 #, python-format msgid "%(application_name)s for YunoHost" msgstr "%(application_name)s para YunoHost" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Integration level" msgstr "Nivel de integración" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Working status" msgstr "Estado de funcionamento" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Maintenance status" msgstr "Estado de mantemento" -#: templates/README.md.j2:24 +#: templates/README.md.j2:25 #, python-format msgid "Install %(application_name)s with YunoHost" msgstr "Instalar %(application_name)s con YunoHost" -#: templates/README.md.j2:26 +#: templates/README.md.j2:27 msgid "Read this README is other languages." msgstr "Le este README en outros idiomas." -#: templates/README.md.j2:28 +#: templates/README.md.j2:29 #, python-format msgid "" "This package allows you to install %(application_name)s quickly and simply " @@ -122,77 +153,87 @@ msgstr "" "Se non usas YunoHost, le a [documentación](https://yunohost.org/#/install) " "para saber como instalalo." -#: templates/README.md.j2:31 +#: templates/README.md.j2:32 msgid "Overview" msgstr "Vista xeral" -#: templates/README.md.j2:34 +#: templates/README.md.j2:35 msgid "**Shipped version:**" msgstr "**Versión proporcionada**" -#: templates/README.md.j2:38 +#: templates/README.md.j2:39 msgid "**Demo:**" msgstr "**Demo**" -#: templates/README.md.j2:42 +#: templates/README.md.j2:43 msgid "Screenshots" msgstr "Capturas de pantalla" -#: templates/README.md.j2:45 +#: templates/README.md.j2:46 #, python-format msgid "Screenshot of %(application_name)s" msgstr "Captura de pantalla de %(application_name)s" -#: templates/README.md.j2:50 +#: templates/README.md.j2:51 msgid "Disclaimers / important information" msgstr "Avisos / información importante" -#: templates/README.md.j2:56 +#: templates/README.md.j2:57 msgid "Antifeatures" msgstr "Caraterísticas cuestionables" -#: templates/README.md.j2:63 +#: templates/README.md.j2:64 msgid "Documentation and resources" msgstr "Documentación e recursos" -#: templates/README.md.j2:65 +#: templates/README.md.j2:66 msgid "Official app website:" msgstr "Web oficial da app:" -#: templates/README.md.j2:67 +#: templates/README.md.j2:68 msgid "Official user documentation:" msgstr "Documentación oficial para usuarias:" -#: templates/README.md.j2:69 +#: templates/README.md.j2:70 msgid "Official admin documentation:" msgstr "Documentación oficial para admin:" -#: templates/README.md.j2:71 +#: templates/README.md.j2:72 msgid "Upstream app code repository:" msgstr "Repositorio de orixe do código:" -#: templates/README.md.j2:73 +#: templates/README.md.j2:74 msgid "YunoHost Store:" msgstr "Tenda YunoHost:" -#: templates/README.md.j2:74 +#: templates/README.md.j2:75 msgid "Report a bug:" msgstr "Informar dun problema:" -#: templates/README.md.j2:76 +#: templates/README.md.j2:77 msgid "Developer info" msgstr "Info de desenvolvemento" -#: templates/README.md.j2:78 +#: templates/README.md.j2:79 #, python-format msgid "" "Please send your pull request to the [testing branch](%(testing_branch_url)s)" msgstr "Envía a túa colaboración á [rama testing](%(testing_branch_url)s)" -#: templates/README.md.j2:81 +#: templates/README.md.j2:82 msgid "To try the testing branch, please proceed like that." msgstr "Para probar a rama testing, procede deste xeito." -#: templates/README.md.j2:89 +#: templates/README.md.j2:86 +msgid "or" +msgstr "" + +#: templates/README.md.j2:90 msgid "More info regarding app packaging:" msgstr "Máis info sobre o empaquetado da app:" + +#~ msgid "Add a `LICENSE` file for the package." +#~ msgstr "Engade un ficheiro `LICENSE` para o paquete." + +#~ msgid "Edit `doc/DISCLAIMER*.md`" +#~ msgstr "Edita `doc/DISCLAIMER*.md`" diff --git a/readme_generator/translations/he/LC_MESSAGES/messages.po b/readme_generator/translations/he/LC_MESSAGES/messages.po index 821f168..9ecf8a0 100644 --- a/readme_generator/translations/he/LC_MESSAGES/messages.po +++ b/readme_generator/translations/he/LC_MESSAGES/messages.po @@ -7,13 +7,13 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-22 06:28+0100\n" +"POT-Creation-Date: 2024-03-23 03:25+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: he\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.14.0\n" @@ -28,155 +28,168 @@ msgstr "" #: templates/README.md.j2:4 msgid "" -"Copy this app before working on it, using the ['Use this " -"template'](https://github.com/YunoHost/example_ynh/generate) button on " +"Copy this app before working on it, using the ['Use this template'](https://" +"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " "the Github repo." msgstr "" #: templates/README.md.j2:5 -msgid "Edit the `manifest.json` with app specific info." +msgid "Edit the `manifest.toml` with app specific info" msgstr "" #: templates/README.md.j2:6 msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts," -" and any relevant conf files in `conf/`." +"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " +"any relevant conf files in `conf/`." msgstr "" #: templates/README.md.j2:7 msgid "" -"Using the [script helpers " -"documentation.](https://yunohost.org/packaging_apps_helpers)" +"Using the [script helpers documentation.](https://yunohost.org/" +"packaging_apps_helpers)" msgstr "" #: templates/README.md.j2:8 -msgid "Add a `LICENSE` file for the package." +msgid "" +"Edit the `change_url` and `config` scripts too, or remove them if you have " +"no use of them" msgstr "" #: templates/README.md.j2:9 -msgid "Edit `doc/DISCLAIMER*.md`" +msgid "" +"Add a `LICENSE` file for the package. NB: this LICENSE file is not meant to " +"necessarily be the LICENSE of the upstream app - it is only the LICENSE you " +"want this package's code to published with ;). We recommend to use [the " +"AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt)." msgstr "" #: templates/README.md.j2:10 -msgid "" -"The `README.md` files are to be automatically generated by " -"https://github.com/YunoHost/apps/tree/master/tools/readme_generator" +msgid "Edit files under the `doc/` directory" msgstr "" -#: templates/README.md.j2:16 +#: templates/README.md.j2:11 msgid "" -"N.B.: This README was automatically generated by " -"https://github.com/YunoHost/apps/tree/master/tools/readme_generator\n" +"The `README.md` files are to be automatically generated by " +msgstr "" + +#: templates/README.md.j2:17 +msgid "" +"N.B.: This README was automatically generated by \n" "It shall NOT be edited by hand." msgstr "" -#: templates/README.md.j2:20 +#: templates/README.md.j2:21 #, python-format msgid "%(application_name)s for YunoHost" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Integration level" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Working status" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Maintenance status" msgstr "" -#: templates/README.md.j2:24 +#: templates/README.md.j2:25 #, python-format msgid "Install %(application_name)s with YunoHost" msgstr "" -#: templates/README.md.j2:26 +#: templates/README.md.j2:27 msgid "Read this README is other languages." msgstr "" -#: templates/README.md.j2:28 +#: templates/README.md.j2:29 #, python-format msgid "" -"This package allows you to install %(application_name)s quickly and " -"simply on a YunoHost server.\n" -"If you don't have YunoHost, please consult [the " -"guide](https://yunohost.org/#/install) to learn how to install it." +"This package allows you to install %(application_name)s quickly and simply " +"on a YunoHost server.\n" +"If you don't have YunoHost, please consult [the guide](https://yunohost.org/" +"#/install) to learn how to install it." msgstr "" -#: templates/README.md.j2:31 +#: templates/README.md.j2:32 msgid "Overview" msgstr "" -#: templates/README.md.j2:34 +#: templates/README.md.j2:35 msgid "**Shipped version:**" msgstr "" -#: templates/README.md.j2:38 +#: templates/README.md.j2:39 msgid "**Demo:**" msgstr "" -#: templates/README.md.j2:42 +#: templates/README.md.j2:43 msgid "Screenshots" msgstr "" -#: templates/README.md.j2:45 +#: templates/README.md.j2:46 #, python-format msgid "Screenshot of %(application_name)s" msgstr "" -#: templates/README.md.j2:50 +#: templates/README.md.j2:51 msgid "Disclaimers / important information" msgstr "" -#: templates/README.md.j2:56 +#: templates/README.md.j2:57 msgid "Antifeatures" msgstr "" -#: templates/README.md.j2:63 +#: templates/README.md.j2:64 msgid "Documentation and resources" msgstr "" -#: templates/README.md.j2:65 +#: templates/README.md.j2:66 msgid "Official app website:" msgstr "" -#: templates/README.md.j2:67 +#: templates/README.md.j2:68 msgid "Official user documentation:" msgstr "" -#: templates/README.md.j2:69 +#: templates/README.md.j2:70 msgid "Official admin documentation:" msgstr "" -#: templates/README.md.j2:71 +#: templates/README.md.j2:72 msgid "Upstream app code repository:" msgstr "" -#: templates/README.md.j2:73 +#: templates/README.md.j2:74 msgid "YunoHost Store:" msgstr "" -#: templates/README.md.j2:74 +#: templates/README.md.j2:75 msgid "Report a bug:" msgstr "" -#: templates/README.md.j2:76 +#: templates/README.md.j2:77 msgid "Developer info" msgstr "" -#: templates/README.md.j2:78 +#: templates/README.md.j2:79 #, python-format msgid "" -"Please send your pull request to the [testing " -"branch](%(testing_branch_url)s)" +"Please send your pull request to the [testing branch](%(testing_branch_url)s)" msgstr "" -#: templates/README.md.j2:81 +#: templates/README.md.j2:82 msgid "To try the testing branch, please proceed like that." msgstr "" -#: templates/README.md.j2:89 +#: templates/README.md.j2:86 +msgid "or" +msgstr "" + +#: templates/README.md.j2:90 msgid "More info regarding app packaging:" msgstr "" diff --git a/readme_generator/translations/hi/LC_MESSAGES/messages.po b/readme_generator/translations/hi/LC_MESSAGES/messages.po index 757173b..d13e2ec 100644 --- a/readme_generator/translations/hi/LC_MESSAGES/messages.po +++ b/readme_generator/translations/hi/LC_MESSAGES/messages.po @@ -7,13 +7,13 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-22 06:28+0100\n" +"POT-Creation-Date: 2024-03-23 03:25+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: hi\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.14.0\n" @@ -28,155 +28,168 @@ msgstr "" #: templates/README.md.j2:4 msgid "" -"Copy this app before working on it, using the ['Use this " -"template'](https://github.com/YunoHost/example_ynh/generate) button on " +"Copy this app before working on it, using the ['Use this template'](https://" +"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " "the Github repo." msgstr "" #: templates/README.md.j2:5 -msgid "Edit the `manifest.json` with app specific info." +msgid "Edit the `manifest.toml` with app specific info" msgstr "" #: templates/README.md.j2:6 msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts," -" and any relevant conf files in `conf/`." +"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " +"any relevant conf files in `conf/`." msgstr "" #: templates/README.md.j2:7 msgid "" -"Using the [script helpers " -"documentation.](https://yunohost.org/packaging_apps_helpers)" +"Using the [script helpers documentation.](https://yunohost.org/" +"packaging_apps_helpers)" msgstr "" #: templates/README.md.j2:8 -msgid "Add a `LICENSE` file for the package." +msgid "" +"Edit the `change_url` and `config` scripts too, or remove them if you have " +"no use of them" msgstr "" #: templates/README.md.j2:9 -msgid "Edit `doc/DISCLAIMER*.md`" +msgid "" +"Add a `LICENSE` file for the package. NB: this LICENSE file is not meant to " +"necessarily be the LICENSE of the upstream app - it is only the LICENSE you " +"want this package's code to published with ;). We recommend to use [the " +"AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt)." msgstr "" #: templates/README.md.j2:10 -msgid "" -"The `README.md` files are to be automatically generated by " -"https://github.com/YunoHost/apps/tree/master/tools/readme_generator" +msgid "Edit files under the `doc/` directory" msgstr "" -#: templates/README.md.j2:16 +#: templates/README.md.j2:11 msgid "" -"N.B.: This README was automatically generated by " -"https://github.com/YunoHost/apps/tree/master/tools/readme_generator\n" +"The `README.md` files are to be automatically generated by " +msgstr "" + +#: templates/README.md.j2:17 +msgid "" +"N.B.: This README was automatically generated by \n" "It shall NOT be edited by hand." msgstr "" -#: templates/README.md.j2:20 +#: templates/README.md.j2:21 #, python-format msgid "%(application_name)s for YunoHost" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Integration level" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Working status" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Maintenance status" msgstr "" -#: templates/README.md.j2:24 +#: templates/README.md.j2:25 #, python-format msgid "Install %(application_name)s with YunoHost" msgstr "" -#: templates/README.md.j2:26 +#: templates/README.md.j2:27 msgid "Read this README is other languages." msgstr "" -#: templates/README.md.j2:28 +#: templates/README.md.j2:29 #, python-format msgid "" -"This package allows you to install %(application_name)s quickly and " -"simply on a YunoHost server.\n" -"If you don't have YunoHost, please consult [the " -"guide](https://yunohost.org/#/install) to learn how to install it." +"This package allows you to install %(application_name)s quickly and simply " +"on a YunoHost server.\n" +"If you don't have YunoHost, please consult [the guide](https://yunohost.org/" +"#/install) to learn how to install it." msgstr "" -#: templates/README.md.j2:31 +#: templates/README.md.j2:32 msgid "Overview" msgstr "" -#: templates/README.md.j2:34 +#: templates/README.md.j2:35 msgid "**Shipped version:**" msgstr "" -#: templates/README.md.j2:38 +#: templates/README.md.j2:39 msgid "**Demo:**" msgstr "" -#: templates/README.md.j2:42 +#: templates/README.md.j2:43 msgid "Screenshots" msgstr "" -#: templates/README.md.j2:45 +#: templates/README.md.j2:46 #, python-format msgid "Screenshot of %(application_name)s" msgstr "" -#: templates/README.md.j2:50 +#: templates/README.md.j2:51 msgid "Disclaimers / important information" msgstr "" -#: templates/README.md.j2:56 +#: templates/README.md.j2:57 msgid "Antifeatures" msgstr "" -#: templates/README.md.j2:63 +#: templates/README.md.j2:64 msgid "Documentation and resources" msgstr "" -#: templates/README.md.j2:65 +#: templates/README.md.j2:66 msgid "Official app website:" msgstr "" -#: templates/README.md.j2:67 +#: templates/README.md.j2:68 msgid "Official user documentation:" msgstr "" -#: templates/README.md.j2:69 +#: templates/README.md.j2:70 msgid "Official admin documentation:" msgstr "" -#: templates/README.md.j2:71 +#: templates/README.md.j2:72 msgid "Upstream app code repository:" msgstr "" -#: templates/README.md.j2:73 +#: templates/README.md.j2:74 msgid "YunoHost Store:" msgstr "" -#: templates/README.md.j2:74 +#: templates/README.md.j2:75 msgid "Report a bug:" msgstr "" -#: templates/README.md.j2:76 +#: templates/README.md.j2:77 msgid "Developer info" msgstr "" -#: templates/README.md.j2:78 +#: templates/README.md.j2:79 #, python-format msgid "" -"Please send your pull request to the [testing " -"branch](%(testing_branch_url)s)" +"Please send your pull request to the [testing branch](%(testing_branch_url)s)" msgstr "" -#: templates/README.md.j2:81 +#: templates/README.md.j2:82 msgid "To try the testing branch, please proceed like that." msgstr "" -#: templates/README.md.j2:89 +#: templates/README.md.j2:86 +msgid "or" +msgstr "" + +#: templates/README.md.j2:90 msgid "More info regarding app packaging:" msgstr "" diff --git a/readme_generator/translations/hu/LC_MESSAGES/messages.po b/readme_generator/translations/hu/LC_MESSAGES/messages.po index f3bd8c2..6b99870 100644 --- a/readme_generator/translations/hu/LC_MESSAGES/messages.po +++ b/readme_generator/translations/hu/LC_MESSAGES/messages.po @@ -7,13 +7,13 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-22 06:28+0100\n" +"POT-Creation-Date: 2024-03-23 03:25+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: hu\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.14.0\n" @@ -28,155 +28,168 @@ msgstr "" #: templates/README.md.j2:4 msgid "" -"Copy this app before working on it, using the ['Use this " -"template'](https://github.com/YunoHost/example_ynh/generate) button on " +"Copy this app before working on it, using the ['Use this template'](https://" +"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " "the Github repo." msgstr "" #: templates/README.md.j2:5 -msgid "Edit the `manifest.json` with app specific info." +msgid "Edit the `manifest.toml` with app specific info" msgstr "" #: templates/README.md.j2:6 msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts," -" and any relevant conf files in `conf/`." +"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " +"any relevant conf files in `conf/`." msgstr "" #: templates/README.md.j2:7 msgid "" -"Using the [script helpers " -"documentation.](https://yunohost.org/packaging_apps_helpers)" +"Using the [script helpers documentation.](https://yunohost.org/" +"packaging_apps_helpers)" msgstr "" #: templates/README.md.j2:8 -msgid "Add a `LICENSE` file for the package." +msgid "" +"Edit the `change_url` and `config` scripts too, or remove them if you have " +"no use of them" msgstr "" #: templates/README.md.j2:9 -msgid "Edit `doc/DISCLAIMER*.md`" +msgid "" +"Add a `LICENSE` file for the package. NB: this LICENSE file is not meant to " +"necessarily be the LICENSE of the upstream app - it is only the LICENSE you " +"want this package's code to published with ;). We recommend to use [the " +"AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt)." msgstr "" #: templates/README.md.j2:10 -msgid "" -"The `README.md` files are to be automatically generated by " -"https://github.com/YunoHost/apps/tree/master/tools/readme_generator" +msgid "Edit files under the `doc/` directory" msgstr "" -#: templates/README.md.j2:16 +#: templates/README.md.j2:11 msgid "" -"N.B.: This README was automatically generated by " -"https://github.com/YunoHost/apps/tree/master/tools/readme_generator\n" +"The `README.md` files are to be automatically generated by " +msgstr "" + +#: templates/README.md.j2:17 +msgid "" +"N.B.: This README was automatically generated by \n" "It shall NOT be edited by hand." msgstr "" -#: templates/README.md.j2:20 +#: templates/README.md.j2:21 #, python-format msgid "%(application_name)s for YunoHost" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Integration level" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Working status" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Maintenance status" msgstr "" -#: templates/README.md.j2:24 +#: templates/README.md.j2:25 #, python-format msgid "Install %(application_name)s with YunoHost" msgstr "" -#: templates/README.md.j2:26 +#: templates/README.md.j2:27 msgid "Read this README is other languages." msgstr "" -#: templates/README.md.j2:28 +#: templates/README.md.j2:29 #, python-format msgid "" -"This package allows you to install %(application_name)s quickly and " -"simply on a YunoHost server.\n" -"If you don't have YunoHost, please consult [the " -"guide](https://yunohost.org/#/install) to learn how to install it." +"This package allows you to install %(application_name)s quickly and simply " +"on a YunoHost server.\n" +"If you don't have YunoHost, please consult [the guide](https://yunohost.org/" +"#/install) to learn how to install it." msgstr "" -#: templates/README.md.j2:31 +#: templates/README.md.j2:32 msgid "Overview" msgstr "" -#: templates/README.md.j2:34 +#: templates/README.md.j2:35 msgid "**Shipped version:**" msgstr "" -#: templates/README.md.j2:38 +#: templates/README.md.j2:39 msgid "**Demo:**" msgstr "" -#: templates/README.md.j2:42 +#: templates/README.md.j2:43 msgid "Screenshots" msgstr "" -#: templates/README.md.j2:45 +#: templates/README.md.j2:46 #, python-format msgid "Screenshot of %(application_name)s" msgstr "" -#: templates/README.md.j2:50 +#: templates/README.md.j2:51 msgid "Disclaimers / important information" msgstr "" -#: templates/README.md.j2:56 +#: templates/README.md.j2:57 msgid "Antifeatures" msgstr "" -#: templates/README.md.j2:63 +#: templates/README.md.j2:64 msgid "Documentation and resources" msgstr "" -#: templates/README.md.j2:65 +#: templates/README.md.j2:66 msgid "Official app website:" msgstr "" -#: templates/README.md.j2:67 +#: templates/README.md.j2:68 msgid "Official user documentation:" msgstr "" -#: templates/README.md.j2:69 +#: templates/README.md.j2:70 msgid "Official admin documentation:" msgstr "" -#: templates/README.md.j2:71 +#: templates/README.md.j2:72 msgid "Upstream app code repository:" msgstr "" -#: templates/README.md.j2:73 +#: templates/README.md.j2:74 msgid "YunoHost Store:" msgstr "" -#: templates/README.md.j2:74 +#: templates/README.md.j2:75 msgid "Report a bug:" msgstr "" -#: templates/README.md.j2:76 +#: templates/README.md.j2:77 msgid "Developer info" msgstr "" -#: templates/README.md.j2:78 +#: templates/README.md.j2:79 #, python-format msgid "" -"Please send your pull request to the [testing " -"branch](%(testing_branch_url)s)" +"Please send your pull request to the [testing branch](%(testing_branch_url)s)" msgstr "" -#: templates/README.md.j2:81 +#: templates/README.md.j2:82 msgid "To try the testing branch, please proceed like that." msgstr "" -#: templates/README.md.j2:89 +#: templates/README.md.j2:86 +msgid "or" +msgstr "" + +#: templates/README.md.j2:90 msgid "More info regarding app packaging:" msgstr "" diff --git a/readme_generator/translations/id/LC_MESSAGES/messages.po b/readme_generator/translations/id/LC_MESSAGES/messages.po index 3297b0a..f3e2c31 100644 --- a/readme_generator/translations/id/LC_MESSAGES/messages.po +++ b/readme_generator/translations/id/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-22 06:28+0100\n" +"POT-Creation-Date: 2024-03-23 03:25+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -29,17 +29,18 @@ msgstr "" #: templates/README.md.j2:4 msgid "" "Copy this app before working on it, using the ['Use this template'](https://" -"github.com/YunoHost/example_ynh/generate) button on the Github repo." +"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " +"the Github repo." msgstr "" #: templates/README.md.j2:5 -msgid "Edit the `manifest.json` with app specific info." +msgid "Edit the `manifest.toml` with app specific info" msgstr "" #: templates/README.md.j2:6 msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, " -"and any relevant conf files in `conf/`." +"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " +"any relevant conf files in `conf/`." msgstr "" #: templates/README.md.j2:7 @@ -49,53 +50,63 @@ msgid "" msgstr "" #: templates/README.md.j2:8 -msgid "Add a `LICENSE` file for the package." +msgid "" +"Edit the `change_url` and `config` scripts too, or remove them if you have " +"no use of them" msgstr "" #: templates/README.md.j2:9 -msgid "Edit `doc/DISCLAIMER*.md`" +msgid "" +"Add a `LICENSE` file for the package. NB: this LICENSE file is not meant to " +"necessarily be the LICENSE of the upstream app - it is only the LICENSE you " +"want this package's code to published with ;). We recommend to use [the " +"AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt)." msgstr "" #: templates/README.md.j2:10 -msgid "" -"The `README.md` files are to be automatically generated by https://github." -"com/YunoHost/apps/tree/master/tools/readme_generator" +msgid "Edit files under the `doc/` directory" msgstr "" -#: templates/README.md.j2:16 +#: templates/README.md.j2:11 msgid "" -"N.B.: This README was automatically generated by https://github.com/YunoHost/" -"apps/tree/master/tools/readme_generator\n" +"The `README.md` files are to be automatically generated by " +msgstr "" + +#: templates/README.md.j2:17 +msgid "" +"N.B.: This README was automatically generated by \n" "It shall NOT be edited by hand." msgstr "" -#: templates/README.md.j2:20 +#: templates/README.md.j2:21 #, python-format msgid "%(application_name)s for YunoHost" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Integration level" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Working status" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Maintenance status" msgstr "" -#: templates/README.md.j2:24 +#: templates/README.md.j2:25 #, python-format msgid "Install %(application_name)s with YunoHost" msgstr "" -#: templates/README.md.j2:26 +#: templates/README.md.j2:27 msgid "Read this README is other languages." msgstr "" -#: templates/README.md.j2:28 +#: templates/README.md.j2:29 #, python-format msgid "" "This package allows you to install %(application_name)s quickly and simply " @@ -104,77 +115,81 @@ msgid "" "#/install) to learn how to install it." msgstr "" -#: templates/README.md.j2:31 +#: templates/README.md.j2:32 msgid "Overview" msgstr "" -#: templates/README.md.j2:34 +#: templates/README.md.j2:35 msgid "**Shipped version:**" msgstr "" -#: templates/README.md.j2:38 +#: templates/README.md.j2:39 msgid "**Demo:**" msgstr "" -#: templates/README.md.j2:42 +#: templates/README.md.j2:43 msgid "Screenshots" msgstr "" -#: templates/README.md.j2:45 +#: templates/README.md.j2:46 #, python-format msgid "Screenshot of %(application_name)s" msgstr "" -#: templates/README.md.j2:50 +#: templates/README.md.j2:51 msgid "Disclaimers / important information" msgstr "" -#: templates/README.md.j2:56 +#: templates/README.md.j2:57 msgid "Antifeatures" msgstr "" -#: templates/README.md.j2:63 +#: templates/README.md.j2:64 msgid "Documentation and resources" msgstr "" -#: templates/README.md.j2:65 +#: templates/README.md.j2:66 msgid "Official app website:" msgstr "" -#: templates/README.md.j2:67 +#: templates/README.md.j2:68 msgid "Official user documentation:" msgstr "" -#: templates/README.md.j2:69 +#: templates/README.md.j2:70 msgid "Official admin documentation:" msgstr "" -#: templates/README.md.j2:71 +#: templates/README.md.j2:72 msgid "Upstream app code repository:" msgstr "" -#: templates/README.md.j2:73 +#: templates/README.md.j2:74 msgid "YunoHost Store:" msgstr "" -#: templates/README.md.j2:74 +#: templates/README.md.j2:75 msgid "Report a bug:" msgstr "" -#: templates/README.md.j2:76 +#: templates/README.md.j2:77 msgid "Developer info" msgstr "" -#: templates/README.md.j2:78 +#: templates/README.md.j2:79 #, python-format msgid "" "Please send your pull request to the [testing branch](%(testing_branch_url)s)" msgstr "" -#: templates/README.md.j2:81 +#: templates/README.md.j2:82 msgid "To try the testing branch, please proceed like that." msgstr "" -#: templates/README.md.j2:89 +#: templates/README.md.j2:86 +msgid "or" +msgstr "" + +#: templates/README.md.j2:90 msgid "More info regarding app packaging:" msgstr "" diff --git a/readme_generator/translations/it/LC_MESSAGES/messages.po b/readme_generator/translations/it/LC_MESSAGES/messages.po index 1cc144d..4eb4f18 100644 --- a/readme_generator/translations/it/LC_MESSAGES/messages.po +++ b/readme_generator/translations/it/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-22 06:28+0100\n" +"POT-Creation-Date: 2024-03-23 03:25+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -29,17 +29,18 @@ msgstr "" #: templates/README.md.j2:4 msgid "" "Copy this app before working on it, using the ['Use this template'](https://" -"github.com/YunoHost/example_ynh/generate) button on the Github repo." +"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " +"the Github repo." msgstr "" #: templates/README.md.j2:5 -msgid "Edit the `manifest.json` with app specific info." +msgid "Edit the `manifest.toml` with app specific info" msgstr "" #: templates/README.md.j2:6 msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, " -"and any relevant conf files in `conf/`." +"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " +"any relevant conf files in `conf/`." msgstr "" #: templates/README.md.j2:7 @@ -49,53 +50,63 @@ msgid "" msgstr "" #: templates/README.md.j2:8 -msgid "Add a `LICENSE` file for the package." +msgid "" +"Edit the `change_url` and `config` scripts too, or remove them if you have " +"no use of them" msgstr "" #: templates/README.md.j2:9 -msgid "Edit `doc/DISCLAIMER*.md`" +msgid "" +"Add a `LICENSE` file for the package. NB: this LICENSE file is not meant to " +"necessarily be the LICENSE of the upstream app - it is only the LICENSE you " +"want this package's code to published with ;). We recommend to use [the " +"AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt)." msgstr "" #: templates/README.md.j2:10 -msgid "" -"The `README.md` files are to be automatically generated by https://github." -"com/YunoHost/apps/tree/master/tools/readme_generator" +msgid "Edit files under the `doc/` directory" msgstr "" -#: templates/README.md.j2:16 +#: templates/README.md.j2:11 msgid "" -"N.B.: This README was automatically generated by https://github.com/YunoHost/" -"apps/tree/master/tools/readme_generator\n" +"The `README.md` files are to be automatically generated by " +msgstr "" + +#: templates/README.md.j2:17 +msgid "" +"N.B.: This README was automatically generated by \n" "It shall NOT be edited by hand." msgstr "" -#: templates/README.md.j2:20 +#: templates/README.md.j2:21 #, python-format msgid "%(application_name)s for YunoHost" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Integration level" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Working status" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Maintenance status" msgstr "" -#: templates/README.md.j2:24 +#: templates/README.md.j2:25 #, python-format msgid "Install %(application_name)s with YunoHost" msgstr "" -#: templates/README.md.j2:26 +#: templates/README.md.j2:27 msgid "Read this README is other languages." msgstr "" -#: templates/README.md.j2:28 +#: templates/README.md.j2:29 #, python-format msgid "" "This package allows you to install %(application_name)s quickly and simply " @@ -104,77 +115,81 @@ msgid "" "#/install) to learn how to install it." msgstr "" -#: templates/README.md.j2:31 +#: templates/README.md.j2:32 msgid "Overview" msgstr "" -#: templates/README.md.j2:34 +#: templates/README.md.j2:35 msgid "**Shipped version:**" msgstr "" -#: templates/README.md.j2:38 +#: templates/README.md.j2:39 msgid "**Demo:**" msgstr "" -#: templates/README.md.j2:42 +#: templates/README.md.j2:43 msgid "Screenshots" msgstr "" -#: templates/README.md.j2:45 +#: templates/README.md.j2:46 #, python-format msgid "Screenshot of %(application_name)s" msgstr "" -#: templates/README.md.j2:50 +#: templates/README.md.j2:51 msgid "Disclaimers / important information" msgstr "" -#: templates/README.md.j2:56 +#: templates/README.md.j2:57 msgid "Antifeatures" msgstr "" -#: templates/README.md.j2:63 +#: templates/README.md.j2:64 msgid "Documentation and resources" msgstr "" -#: templates/README.md.j2:65 +#: templates/README.md.j2:66 msgid "Official app website:" msgstr "" -#: templates/README.md.j2:67 +#: templates/README.md.j2:68 msgid "Official user documentation:" msgstr "" -#: templates/README.md.j2:69 +#: templates/README.md.j2:70 msgid "Official admin documentation:" msgstr "" -#: templates/README.md.j2:71 +#: templates/README.md.j2:72 msgid "Upstream app code repository:" msgstr "" -#: templates/README.md.j2:73 +#: templates/README.md.j2:74 msgid "YunoHost Store:" msgstr "" -#: templates/README.md.j2:74 +#: templates/README.md.j2:75 msgid "Report a bug:" msgstr "" -#: templates/README.md.j2:76 +#: templates/README.md.j2:77 msgid "Developer info" msgstr "" -#: templates/README.md.j2:78 +#: templates/README.md.j2:79 #, python-format msgid "" "Please send your pull request to the [testing branch](%(testing_branch_url)s)" msgstr "" -#: templates/README.md.j2:81 +#: templates/README.md.j2:82 msgid "To try the testing branch, please proceed like that." msgstr "" -#: templates/README.md.j2:89 +#: templates/README.md.j2:86 +msgid "or" +msgstr "" + +#: templates/README.md.j2:90 msgid "More info regarding app packaging:" msgstr "" diff --git a/readme_generator/translations/ja/LC_MESSAGES/messages.po b/readme_generator/translations/ja/LC_MESSAGES/messages.po index c01aa81..b137213 100644 --- a/readme_generator/translations/ja/LC_MESSAGES/messages.po +++ b/readme_generator/translations/ja/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-22 06:28+0100\n" +"POT-Creation-Date: 2024-03-23 03:25+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -29,17 +29,18 @@ msgstr "" #: templates/README.md.j2:4 msgid "" "Copy this app before working on it, using the ['Use this template'](https://" -"github.com/YunoHost/example_ynh/generate) button on the Github repo." +"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " +"the Github repo." msgstr "" #: templates/README.md.j2:5 -msgid "Edit the `manifest.json` with app specific info." +msgid "Edit the `manifest.toml` with app specific info" msgstr "" #: templates/README.md.j2:6 msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, " -"and any relevant conf files in `conf/`." +"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " +"any relevant conf files in `conf/`." msgstr "" #: templates/README.md.j2:7 @@ -49,53 +50,63 @@ msgid "" msgstr "" #: templates/README.md.j2:8 -msgid "Add a `LICENSE` file for the package." +msgid "" +"Edit the `change_url` and `config` scripts too, or remove them if you have " +"no use of them" msgstr "" #: templates/README.md.j2:9 -msgid "Edit `doc/DISCLAIMER*.md`" +msgid "" +"Add a `LICENSE` file for the package. NB: this LICENSE file is not meant to " +"necessarily be the LICENSE of the upstream app - it is only the LICENSE you " +"want this package's code to published with ;). We recommend to use [the " +"AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt)." msgstr "" #: templates/README.md.j2:10 -msgid "" -"The `README.md` files are to be automatically generated by https://github." -"com/YunoHost/apps/tree/master/tools/readme_generator" +msgid "Edit files under the `doc/` directory" msgstr "" -#: templates/README.md.j2:16 +#: templates/README.md.j2:11 msgid "" -"N.B.: This README was automatically generated by https://github.com/YunoHost/" -"apps/tree/master/tools/readme_generator\n" +"The `README.md` files are to be automatically generated by " +msgstr "" + +#: templates/README.md.j2:17 +msgid "" +"N.B.: This README was automatically generated by \n" "It shall NOT be edited by hand." msgstr "" -#: templates/README.md.j2:20 +#: templates/README.md.j2:21 #, python-format msgid "%(application_name)s for YunoHost" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Integration level" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Working status" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Maintenance status" msgstr "" -#: templates/README.md.j2:24 +#: templates/README.md.j2:25 #, python-format msgid "Install %(application_name)s with YunoHost" msgstr "" -#: templates/README.md.j2:26 +#: templates/README.md.j2:27 msgid "Read this README is other languages." msgstr "" -#: templates/README.md.j2:28 +#: templates/README.md.j2:29 #, python-format msgid "" "This package allows you to install %(application_name)s quickly and simply " @@ -104,77 +115,81 @@ msgid "" "#/install) to learn how to install it." msgstr "" -#: templates/README.md.j2:31 +#: templates/README.md.j2:32 msgid "Overview" msgstr "" -#: templates/README.md.j2:34 +#: templates/README.md.j2:35 msgid "**Shipped version:**" msgstr "" -#: templates/README.md.j2:38 +#: templates/README.md.j2:39 msgid "**Demo:**" msgstr "" -#: templates/README.md.j2:42 +#: templates/README.md.j2:43 msgid "Screenshots" msgstr "" -#: templates/README.md.j2:45 +#: templates/README.md.j2:46 #, python-format msgid "Screenshot of %(application_name)s" msgstr "" -#: templates/README.md.j2:50 +#: templates/README.md.j2:51 msgid "Disclaimers / important information" msgstr "" -#: templates/README.md.j2:56 +#: templates/README.md.j2:57 msgid "Antifeatures" msgstr "" -#: templates/README.md.j2:63 +#: templates/README.md.j2:64 msgid "Documentation and resources" msgstr "" -#: templates/README.md.j2:65 +#: templates/README.md.j2:66 msgid "Official app website:" msgstr "" -#: templates/README.md.j2:67 +#: templates/README.md.j2:68 msgid "Official user documentation:" msgstr "" -#: templates/README.md.j2:69 +#: templates/README.md.j2:70 msgid "Official admin documentation:" msgstr "" -#: templates/README.md.j2:71 +#: templates/README.md.j2:72 msgid "Upstream app code repository:" msgstr "" -#: templates/README.md.j2:73 +#: templates/README.md.j2:74 msgid "YunoHost Store:" msgstr "" -#: templates/README.md.j2:74 +#: templates/README.md.j2:75 msgid "Report a bug:" msgstr "" -#: templates/README.md.j2:76 +#: templates/README.md.j2:77 msgid "Developer info" msgstr "" -#: templates/README.md.j2:78 +#: templates/README.md.j2:79 #, python-format msgid "" "Please send your pull request to the [testing branch](%(testing_branch_url)s)" msgstr "" -#: templates/README.md.j2:81 +#: templates/README.md.j2:82 msgid "To try the testing branch, please proceed like that." msgstr "" -#: templates/README.md.j2:89 +#: templates/README.md.j2:86 +msgid "or" +msgstr "" + +#: templates/README.md.j2:90 msgid "More info regarding app packaging:" msgstr "" diff --git a/readme_generator/translations/kab/LC_MESSAGES/messages.po b/readme_generator/translations/kab/LC_MESSAGES/messages.po index 6d2b8e6..3921d9e 100644 --- a/readme_generator/translations/kab/LC_MESSAGES/messages.po +++ b/readme_generator/translations/kab/LC_MESSAGES/messages.po @@ -7,13 +7,13 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-22 06:28+0100\n" +"POT-Creation-Date: 2024-03-23 03:25+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: kab\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.14.0\n" @@ -28,155 +28,168 @@ msgstr "" #: templates/README.md.j2:4 msgid "" -"Copy this app before working on it, using the ['Use this " -"template'](https://github.com/YunoHost/example_ynh/generate) button on " +"Copy this app before working on it, using the ['Use this template'](https://" +"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " "the Github repo." msgstr "" #: templates/README.md.j2:5 -msgid "Edit the `manifest.json` with app specific info." +msgid "Edit the `manifest.toml` with app specific info" msgstr "" #: templates/README.md.j2:6 msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts," -" and any relevant conf files in `conf/`." +"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " +"any relevant conf files in `conf/`." msgstr "" #: templates/README.md.j2:7 msgid "" -"Using the [script helpers " -"documentation.](https://yunohost.org/packaging_apps_helpers)" +"Using the [script helpers documentation.](https://yunohost.org/" +"packaging_apps_helpers)" msgstr "" #: templates/README.md.j2:8 -msgid "Add a `LICENSE` file for the package." +msgid "" +"Edit the `change_url` and `config` scripts too, or remove them if you have " +"no use of them" msgstr "" #: templates/README.md.j2:9 -msgid "Edit `doc/DISCLAIMER*.md`" +msgid "" +"Add a `LICENSE` file for the package. NB: this LICENSE file is not meant to " +"necessarily be the LICENSE of the upstream app - it is only the LICENSE you " +"want this package's code to published with ;). We recommend to use [the " +"AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt)." msgstr "" #: templates/README.md.j2:10 -msgid "" -"The `README.md` files are to be automatically generated by " -"https://github.com/YunoHost/apps/tree/master/tools/readme_generator" +msgid "Edit files under the `doc/` directory" msgstr "" -#: templates/README.md.j2:16 +#: templates/README.md.j2:11 msgid "" -"N.B.: This README was automatically generated by " -"https://github.com/YunoHost/apps/tree/master/tools/readme_generator\n" +"The `README.md` files are to be automatically generated by " +msgstr "" + +#: templates/README.md.j2:17 +msgid "" +"N.B.: This README was automatically generated by \n" "It shall NOT be edited by hand." msgstr "" -#: templates/README.md.j2:20 +#: templates/README.md.j2:21 #, python-format msgid "%(application_name)s for YunoHost" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Integration level" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Working status" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Maintenance status" msgstr "" -#: templates/README.md.j2:24 +#: templates/README.md.j2:25 #, python-format msgid "Install %(application_name)s with YunoHost" msgstr "" -#: templates/README.md.j2:26 +#: templates/README.md.j2:27 msgid "Read this README is other languages." msgstr "" -#: templates/README.md.j2:28 +#: templates/README.md.j2:29 #, python-format msgid "" -"This package allows you to install %(application_name)s quickly and " -"simply on a YunoHost server.\n" -"If you don't have YunoHost, please consult [the " -"guide](https://yunohost.org/#/install) to learn how to install it." +"This package allows you to install %(application_name)s quickly and simply " +"on a YunoHost server.\n" +"If you don't have YunoHost, please consult [the guide](https://yunohost.org/" +"#/install) to learn how to install it." msgstr "" -#: templates/README.md.j2:31 +#: templates/README.md.j2:32 msgid "Overview" msgstr "" -#: templates/README.md.j2:34 +#: templates/README.md.j2:35 msgid "**Shipped version:**" msgstr "" -#: templates/README.md.j2:38 +#: templates/README.md.j2:39 msgid "**Demo:**" msgstr "" -#: templates/README.md.j2:42 +#: templates/README.md.j2:43 msgid "Screenshots" msgstr "" -#: templates/README.md.j2:45 +#: templates/README.md.j2:46 #, python-format msgid "Screenshot of %(application_name)s" msgstr "" -#: templates/README.md.j2:50 +#: templates/README.md.j2:51 msgid "Disclaimers / important information" msgstr "" -#: templates/README.md.j2:56 +#: templates/README.md.j2:57 msgid "Antifeatures" msgstr "" -#: templates/README.md.j2:63 +#: templates/README.md.j2:64 msgid "Documentation and resources" msgstr "" -#: templates/README.md.j2:65 +#: templates/README.md.j2:66 msgid "Official app website:" msgstr "" -#: templates/README.md.j2:67 +#: templates/README.md.j2:68 msgid "Official user documentation:" msgstr "" -#: templates/README.md.j2:69 +#: templates/README.md.j2:70 msgid "Official admin documentation:" msgstr "" -#: templates/README.md.j2:71 +#: templates/README.md.j2:72 msgid "Upstream app code repository:" msgstr "" -#: templates/README.md.j2:73 +#: templates/README.md.j2:74 msgid "YunoHost Store:" msgstr "" -#: templates/README.md.j2:74 +#: templates/README.md.j2:75 msgid "Report a bug:" msgstr "" -#: templates/README.md.j2:76 +#: templates/README.md.j2:77 msgid "Developer info" msgstr "" -#: templates/README.md.j2:78 +#: templates/README.md.j2:79 #, python-format msgid "" -"Please send your pull request to the [testing " -"branch](%(testing_branch_url)s)" +"Please send your pull request to the [testing branch](%(testing_branch_url)s)" msgstr "" -#: templates/README.md.j2:81 +#: templates/README.md.j2:82 msgid "To try the testing branch, please proceed like that." msgstr "" -#: templates/README.md.j2:89 +#: templates/README.md.j2:86 +msgid "or" +msgstr "" + +#: templates/README.md.j2:90 msgid "More info regarding app packaging:" msgstr "" diff --git a/readme_generator/translations/ko/LC_MESSAGES/messages.po b/readme_generator/translations/ko/LC_MESSAGES/messages.po index 560f091..8c94233 100644 --- a/readme_generator/translations/ko/LC_MESSAGES/messages.po +++ b/readme_generator/translations/ko/LC_MESSAGES/messages.po @@ -7,13 +7,13 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-22 06:28+0100\n" +"POT-Creation-Date: 2024-03-23 03:25+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ko\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.14.0\n" @@ -28,155 +28,168 @@ msgstr "" #: templates/README.md.j2:4 msgid "" -"Copy this app before working on it, using the ['Use this " -"template'](https://github.com/YunoHost/example_ynh/generate) button on " +"Copy this app before working on it, using the ['Use this template'](https://" +"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " "the Github repo." msgstr "" #: templates/README.md.j2:5 -msgid "Edit the `manifest.json` with app specific info." +msgid "Edit the `manifest.toml` with app specific info" msgstr "" #: templates/README.md.j2:6 msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts," -" and any relevant conf files in `conf/`." +"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " +"any relevant conf files in `conf/`." msgstr "" #: templates/README.md.j2:7 msgid "" -"Using the [script helpers " -"documentation.](https://yunohost.org/packaging_apps_helpers)" +"Using the [script helpers documentation.](https://yunohost.org/" +"packaging_apps_helpers)" msgstr "" #: templates/README.md.j2:8 -msgid "Add a `LICENSE` file for the package." +msgid "" +"Edit the `change_url` and `config` scripts too, or remove them if you have " +"no use of them" msgstr "" #: templates/README.md.j2:9 -msgid "Edit `doc/DISCLAIMER*.md`" +msgid "" +"Add a `LICENSE` file for the package. NB: this LICENSE file is not meant to " +"necessarily be the LICENSE of the upstream app - it is only the LICENSE you " +"want this package's code to published with ;). We recommend to use [the " +"AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt)." msgstr "" #: templates/README.md.j2:10 -msgid "" -"The `README.md` files are to be automatically generated by " -"https://github.com/YunoHost/apps/tree/master/tools/readme_generator" +msgid "Edit files under the `doc/` directory" msgstr "" -#: templates/README.md.j2:16 +#: templates/README.md.j2:11 msgid "" -"N.B.: This README was automatically generated by " -"https://github.com/YunoHost/apps/tree/master/tools/readme_generator\n" +"The `README.md` files are to be automatically generated by " +msgstr "" + +#: templates/README.md.j2:17 +msgid "" +"N.B.: This README was automatically generated by \n" "It shall NOT be edited by hand." msgstr "" -#: templates/README.md.j2:20 +#: templates/README.md.j2:21 #, python-format msgid "%(application_name)s for YunoHost" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Integration level" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Working status" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Maintenance status" msgstr "" -#: templates/README.md.j2:24 +#: templates/README.md.j2:25 #, python-format msgid "Install %(application_name)s with YunoHost" msgstr "" -#: templates/README.md.j2:26 +#: templates/README.md.j2:27 msgid "Read this README is other languages." msgstr "" -#: templates/README.md.j2:28 +#: templates/README.md.j2:29 #, python-format msgid "" -"This package allows you to install %(application_name)s quickly and " -"simply on a YunoHost server.\n" -"If you don't have YunoHost, please consult [the " -"guide](https://yunohost.org/#/install) to learn how to install it." +"This package allows you to install %(application_name)s quickly and simply " +"on a YunoHost server.\n" +"If you don't have YunoHost, please consult [the guide](https://yunohost.org/" +"#/install) to learn how to install it." msgstr "" -#: templates/README.md.j2:31 +#: templates/README.md.j2:32 msgid "Overview" msgstr "" -#: templates/README.md.j2:34 +#: templates/README.md.j2:35 msgid "**Shipped version:**" msgstr "" -#: templates/README.md.j2:38 +#: templates/README.md.j2:39 msgid "**Demo:**" msgstr "" -#: templates/README.md.j2:42 +#: templates/README.md.j2:43 msgid "Screenshots" msgstr "" -#: templates/README.md.j2:45 +#: templates/README.md.j2:46 #, python-format msgid "Screenshot of %(application_name)s" msgstr "" -#: templates/README.md.j2:50 +#: templates/README.md.j2:51 msgid "Disclaimers / important information" msgstr "" -#: templates/README.md.j2:56 +#: templates/README.md.j2:57 msgid "Antifeatures" msgstr "" -#: templates/README.md.j2:63 +#: templates/README.md.j2:64 msgid "Documentation and resources" msgstr "" -#: templates/README.md.j2:65 +#: templates/README.md.j2:66 msgid "Official app website:" msgstr "" -#: templates/README.md.j2:67 +#: templates/README.md.j2:68 msgid "Official user documentation:" msgstr "" -#: templates/README.md.j2:69 +#: templates/README.md.j2:70 msgid "Official admin documentation:" msgstr "" -#: templates/README.md.j2:71 +#: templates/README.md.j2:72 msgid "Upstream app code repository:" msgstr "" -#: templates/README.md.j2:73 +#: templates/README.md.j2:74 msgid "YunoHost Store:" msgstr "" -#: templates/README.md.j2:74 +#: templates/README.md.j2:75 msgid "Report a bug:" msgstr "" -#: templates/README.md.j2:76 +#: templates/README.md.j2:77 msgid "Developer info" msgstr "" -#: templates/README.md.j2:78 +#: templates/README.md.j2:79 #, python-format msgid "" -"Please send your pull request to the [testing " -"branch](%(testing_branch_url)s)" +"Please send your pull request to the [testing branch](%(testing_branch_url)s)" msgstr "" -#: templates/README.md.j2:81 +#: templates/README.md.j2:82 msgid "To try the testing branch, please proceed like that." msgstr "" -#: templates/README.md.j2:89 +#: templates/README.md.j2:86 +msgid "or" +msgstr "" + +#: templates/README.md.j2:90 msgid "More info regarding app packaging:" msgstr "" diff --git a/readme_generator/translations/lt/LC_MESSAGES/messages.po b/readme_generator/translations/lt/LC_MESSAGES/messages.po index f8fb4c3..9ffdd2c 100644 --- a/readme_generator/translations/lt/LC_MESSAGES/messages.po +++ b/readme_generator/translations/lt/LC_MESSAGES/messages.po @@ -7,13 +7,13 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-22 06:28+0100\n" +"POT-Creation-Date: 2024-03-23 03:25+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: lt\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.14.0\n" @@ -28,155 +28,168 @@ msgstr "" #: templates/README.md.j2:4 msgid "" -"Copy this app before working on it, using the ['Use this " -"template'](https://github.com/YunoHost/example_ynh/generate) button on " +"Copy this app before working on it, using the ['Use this template'](https://" +"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " "the Github repo." msgstr "" #: templates/README.md.j2:5 -msgid "Edit the `manifest.json` with app specific info." +msgid "Edit the `manifest.toml` with app specific info" msgstr "" #: templates/README.md.j2:6 msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts," -" and any relevant conf files in `conf/`." +"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " +"any relevant conf files in `conf/`." msgstr "" #: templates/README.md.j2:7 msgid "" -"Using the [script helpers " -"documentation.](https://yunohost.org/packaging_apps_helpers)" +"Using the [script helpers documentation.](https://yunohost.org/" +"packaging_apps_helpers)" msgstr "" #: templates/README.md.j2:8 -msgid "Add a `LICENSE` file for the package." +msgid "" +"Edit the `change_url` and `config` scripts too, or remove them if you have " +"no use of them" msgstr "" #: templates/README.md.j2:9 -msgid "Edit `doc/DISCLAIMER*.md`" +msgid "" +"Add a `LICENSE` file for the package. NB: this LICENSE file is not meant to " +"necessarily be the LICENSE of the upstream app - it is only the LICENSE you " +"want this package's code to published with ;). We recommend to use [the " +"AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt)." msgstr "" #: templates/README.md.j2:10 -msgid "" -"The `README.md` files are to be automatically generated by " -"https://github.com/YunoHost/apps/tree/master/tools/readme_generator" +msgid "Edit files under the `doc/` directory" msgstr "" -#: templates/README.md.j2:16 +#: templates/README.md.j2:11 msgid "" -"N.B.: This README was automatically generated by " -"https://github.com/YunoHost/apps/tree/master/tools/readme_generator\n" +"The `README.md` files are to be automatically generated by " +msgstr "" + +#: templates/README.md.j2:17 +msgid "" +"N.B.: This README was automatically generated by \n" "It shall NOT be edited by hand." msgstr "" -#: templates/README.md.j2:20 +#: templates/README.md.j2:21 #, python-format msgid "%(application_name)s for YunoHost" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Integration level" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Working status" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Maintenance status" msgstr "" -#: templates/README.md.j2:24 +#: templates/README.md.j2:25 #, python-format msgid "Install %(application_name)s with YunoHost" msgstr "" -#: templates/README.md.j2:26 +#: templates/README.md.j2:27 msgid "Read this README is other languages." msgstr "" -#: templates/README.md.j2:28 +#: templates/README.md.j2:29 #, python-format msgid "" -"This package allows you to install %(application_name)s quickly and " -"simply on a YunoHost server.\n" -"If you don't have YunoHost, please consult [the " -"guide](https://yunohost.org/#/install) to learn how to install it." +"This package allows you to install %(application_name)s quickly and simply " +"on a YunoHost server.\n" +"If you don't have YunoHost, please consult [the guide](https://yunohost.org/" +"#/install) to learn how to install it." msgstr "" -#: templates/README.md.j2:31 +#: templates/README.md.j2:32 msgid "Overview" msgstr "" -#: templates/README.md.j2:34 +#: templates/README.md.j2:35 msgid "**Shipped version:**" msgstr "" -#: templates/README.md.j2:38 +#: templates/README.md.j2:39 msgid "**Demo:**" msgstr "" -#: templates/README.md.j2:42 +#: templates/README.md.j2:43 msgid "Screenshots" msgstr "" -#: templates/README.md.j2:45 +#: templates/README.md.j2:46 #, python-format msgid "Screenshot of %(application_name)s" msgstr "" -#: templates/README.md.j2:50 +#: templates/README.md.j2:51 msgid "Disclaimers / important information" msgstr "" -#: templates/README.md.j2:56 +#: templates/README.md.j2:57 msgid "Antifeatures" msgstr "" -#: templates/README.md.j2:63 +#: templates/README.md.j2:64 msgid "Documentation and resources" msgstr "" -#: templates/README.md.j2:65 +#: templates/README.md.j2:66 msgid "Official app website:" msgstr "" -#: templates/README.md.j2:67 +#: templates/README.md.j2:68 msgid "Official user documentation:" msgstr "" -#: templates/README.md.j2:69 +#: templates/README.md.j2:70 msgid "Official admin documentation:" msgstr "" -#: templates/README.md.j2:71 +#: templates/README.md.j2:72 msgid "Upstream app code repository:" msgstr "" -#: templates/README.md.j2:73 +#: templates/README.md.j2:74 msgid "YunoHost Store:" msgstr "" -#: templates/README.md.j2:74 +#: templates/README.md.j2:75 msgid "Report a bug:" msgstr "" -#: templates/README.md.j2:76 +#: templates/README.md.j2:77 msgid "Developer info" msgstr "" -#: templates/README.md.j2:78 +#: templates/README.md.j2:79 #, python-format msgid "" -"Please send your pull request to the [testing " -"branch](%(testing_branch_url)s)" +"Please send your pull request to the [testing branch](%(testing_branch_url)s)" msgstr "" -#: templates/README.md.j2:81 +#: templates/README.md.j2:82 msgid "To try the testing branch, please proceed like that." msgstr "" -#: templates/README.md.j2:89 +#: templates/README.md.j2:86 +msgid "or" +msgstr "" + +#: templates/README.md.j2:90 msgid "More info regarding app packaging:" msgstr "" diff --git a/readme_generator/translations/mk/LC_MESSAGES/messages.po b/readme_generator/translations/mk/LC_MESSAGES/messages.po index c929db2..1454fe3 100644 --- a/readme_generator/translations/mk/LC_MESSAGES/messages.po +++ b/readme_generator/translations/mk/LC_MESSAGES/messages.po @@ -7,13 +7,13 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-22 06:28+0100\n" +"POT-Creation-Date: 2024-03-23 03:25+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: mk\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.14.0\n" @@ -28,155 +28,168 @@ msgstr "" #: templates/README.md.j2:4 msgid "" -"Copy this app before working on it, using the ['Use this " -"template'](https://github.com/YunoHost/example_ynh/generate) button on " +"Copy this app before working on it, using the ['Use this template'](https://" +"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " "the Github repo." msgstr "" #: templates/README.md.j2:5 -msgid "Edit the `manifest.json` with app specific info." +msgid "Edit the `manifest.toml` with app specific info" msgstr "" #: templates/README.md.j2:6 msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts," -" and any relevant conf files in `conf/`." +"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " +"any relevant conf files in `conf/`." msgstr "" #: templates/README.md.j2:7 msgid "" -"Using the [script helpers " -"documentation.](https://yunohost.org/packaging_apps_helpers)" +"Using the [script helpers documentation.](https://yunohost.org/" +"packaging_apps_helpers)" msgstr "" #: templates/README.md.j2:8 -msgid "Add a `LICENSE` file for the package." +msgid "" +"Edit the `change_url` and `config` scripts too, or remove them if you have " +"no use of them" msgstr "" #: templates/README.md.j2:9 -msgid "Edit `doc/DISCLAIMER*.md`" +msgid "" +"Add a `LICENSE` file for the package. NB: this LICENSE file is not meant to " +"necessarily be the LICENSE of the upstream app - it is only the LICENSE you " +"want this package's code to published with ;). We recommend to use [the " +"AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt)." msgstr "" #: templates/README.md.j2:10 -msgid "" -"The `README.md` files are to be automatically generated by " -"https://github.com/YunoHost/apps/tree/master/tools/readme_generator" +msgid "Edit files under the `doc/` directory" msgstr "" -#: templates/README.md.j2:16 +#: templates/README.md.j2:11 msgid "" -"N.B.: This README was automatically generated by " -"https://github.com/YunoHost/apps/tree/master/tools/readme_generator\n" +"The `README.md` files are to be automatically generated by " +msgstr "" + +#: templates/README.md.j2:17 +msgid "" +"N.B.: This README was automatically generated by \n" "It shall NOT be edited by hand." msgstr "" -#: templates/README.md.j2:20 +#: templates/README.md.j2:21 #, python-format msgid "%(application_name)s for YunoHost" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Integration level" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Working status" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Maintenance status" msgstr "" -#: templates/README.md.j2:24 +#: templates/README.md.j2:25 #, python-format msgid "Install %(application_name)s with YunoHost" msgstr "" -#: templates/README.md.j2:26 +#: templates/README.md.j2:27 msgid "Read this README is other languages." msgstr "" -#: templates/README.md.j2:28 +#: templates/README.md.j2:29 #, python-format msgid "" -"This package allows you to install %(application_name)s quickly and " -"simply on a YunoHost server.\n" -"If you don't have YunoHost, please consult [the " -"guide](https://yunohost.org/#/install) to learn how to install it." +"This package allows you to install %(application_name)s quickly and simply " +"on a YunoHost server.\n" +"If you don't have YunoHost, please consult [the guide](https://yunohost.org/" +"#/install) to learn how to install it." msgstr "" -#: templates/README.md.j2:31 +#: templates/README.md.j2:32 msgid "Overview" msgstr "" -#: templates/README.md.j2:34 +#: templates/README.md.j2:35 msgid "**Shipped version:**" msgstr "" -#: templates/README.md.j2:38 +#: templates/README.md.j2:39 msgid "**Demo:**" msgstr "" -#: templates/README.md.j2:42 +#: templates/README.md.j2:43 msgid "Screenshots" msgstr "" -#: templates/README.md.j2:45 +#: templates/README.md.j2:46 #, python-format msgid "Screenshot of %(application_name)s" msgstr "" -#: templates/README.md.j2:50 +#: templates/README.md.j2:51 msgid "Disclaimers / important information" msgstr "" -#: templates/README.md.j2:56 +#: templates/README.md.j2:57 msgid "Antifeatures" msgstr "" -#: templates/README.md.j2:63 +#: templates/README.md.j2:64 msgid "Documentation and resources" msgstr "" -#: templates/README.md.j2:65 +#: templates/README.md.j2:66 msgid "Official app website:" msgstr "" -#: templates/README.md.j2:67 +#: templates/README.md.j2:68 msgid "Official user documentation:" msgstr "" -#: templates/README.md.j2:69 +#: templates/README.md.j2:70 msgid "Official admin documentation:" msgstr "" -#: templates/README.md.j2:71 +#: templates/README.md.j2:72 msgid "Upstream app code repository:" msgstr "" -#: templates/README.md.j2:73 +#: templates/README.md.j2:74 msgid "YunoHost Store:" msgstr "" -#: templates/README.md.j2:74 +#: templates/README.md.j2:75 msgid "Report a bug:" msgstr "" -#: templates/README.md.j2:76 +#: templates/README.md.j2:77 msgid "Developer info" msgstr "" -#: templates/README.md.j2:78 +#: templates/README.md.j2:79 #, python-format msgid "" -"Please send your pull request to the [testing " -"branch](%(testing_branch_url)s)" +"Please send your pull request to the [testing branch](%(testing_branch_url)s)" msgstr "" -#: templates/README.md.j2:81 +#: templates/README.md.j2:82 msgid "To try the testing branch, please proceed like that." msgstr "" -#: templates/README.md.j2:89 +#: templates/README.md.j2:86 +msgid "or" +msgstr "" + +#: templates/README.md.j2:90 msgid "More info regarding app packaging:" msgstr "" diff --git a/readme_generator/translations/nb_NO/LC_MESSAGES/messages.po b/readme_generator/translations/nb_NO/LC_MESSAGES/messages.po index c5d42cb..7d5e01e 100644 --- a/readme_generator/translations/nb_NO/LC_MESSAGES/messages.po +++ b/readme_generator/translations/nb_NO/LC_MESSAGES/messages.po @@ -7,13 +7,13 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-22 06:28+0100\n" +"POT-Creation-Date: 2024-03-23 03:25+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: nb_NO\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.14.0\n" @@ -28,155 +28,168 @@ msgstr "" #: templates/README.md.j2:4 msgid "" -"Copy this app before working on it, using the ['Use this " -"template'](https://github.com/YunoHost/example_ynh/generate) button on " +"Copy this app before working on it, using the ['Use this template'](https://" +"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " "the Github repo." msgstr "" #: templates/README.md.j2:5 -msgid "Edit the `manifest.json` with app specific info." +msgid "Edit the `manifest.toml` with app specific info" msgstr "" #: templates/README.md.j2:6 msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts," -" and any relevant conf files in `conf/`." +"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " +"any relevant conf files in `conf/`." msgstr "" #: templates/README.md.j2:7 msgid "" -"Using the [script helpers " -"documentation.](https://yunohost.org/packaging_apps_helpers)" +"Using the [script helpers documentation.](https://yunohost.org/" +"packaging_apps_helpers)" msgstr "" #: templates/README.md.j2:8 -msgid "Add a `LICENSE` file for the package." +msgid "" +"Edit the `change_url` and `config` scripts too, or remove them if you have " +"no use of them" msgstr "" #: templates/README.md.j2:9 -msgid "Edit `doc/DISCLAIMER*.md`" +msgid "" +"Add a `LICENSE` file for the package. NB: this LICENSE file is not meant to " +"necessarily be the LICENSE of the upstream app - it is only the LICENSE you " +"want this package's code to published with ;). We recommend to use [the " +"AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt)." msgstr "" #: templates/README.md.j2:10 -msgid "" -"The `README.md` files are to be automatically generated by " -"https://github.com/YunoHost/apps/tree/master/tools/readme_generator" +msgid "Edit files under the `doc/` directory" msgstr "" -#: templates/README.md.j2:16 +#: templates/README.md.j2:11 msgid "" -"N.B.: This README was automatically generated by " -"https://github.com/YunoHost/apps/tree/master/tools/readme_generator\n" +"The `README.md` files are to be automatically generated by " +msgstr "" + +#: templates/README.md.j2:17 +msgid "" +"N.B.: This README was automatically generated by \n" "It shall NOT be edited by hand." msgstr "" -#: templates/README.md.j2:20 +#: templates/README.md.j2:21 #, python-format msgid "%(application_name)s for YunoHost" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Integration level" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Working status" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Maintenance status" msgstr "" -#: templates/README.md.j2:24 +#: templates/README.md.j2:25 #, python-format msgid "Install %(application_name)s with YunoHost" msgstr "" -#: templates/README.md.j2:26 +#: templates/README.md.j2:27 msgid "Read this README is other languages." msgstr "" -#: templates/README.md.j2:28 +#: templates/README.md.j2:29 #, python-format msgid "" -"This package allows you to install %(application_name)s quickly and " -"simply on a YunoHost server.\n" -"If you don't have YunoHost, please consult [the " -"guide](https://yunohost.org/#/install) to learn how to install it." +"This package allows you to install %(application_name)s quickly and simply " +"on a YunoHost server.\n" +"If you don't have YunoHost, please consult [the guide](https://yunohost.org/" +"#/install) to learn how to install it." msgstr "" -#: templates/README.md.j2:31 +#: templates/README.md.j2:32 msgid "Overview" msgstr "" -#: templates/README.md.j2:34 +#: templates/README.md.j2:35 msgid "**Shipped version:**" msgstr "" -#: templates/README.md.j2:38 +#: templates/README.md.j2:39 msgid "**Demo:**" msgstr "" -#: templates/README.md.j2:42 +#: templates/README.md.j2:43 msgid "Screenshots" msgstr "" -#: templates/README.md.j2:45 +#: templates/README.md.j2:46 #, python-format msgid "Screenshot of %(application_name)s" msgstr "" -#: templates/README.md.j2:50 +#: templates/README.md.j2:51 msgid "Disclaimers / important information" msgstr "" -#: templates/README.md.j2:56 +#: templates/README.md.j2:57 msgid "Antifeatures" msgstr "" -#: templates/README.md.j2:63 +#: templates/README.md.j2:64 msgid "Documentation and resources" msgstr "" -#: templates/README.md.j2:65 +#: templates/README.md.j2:66 msgid "Official app website:" msgstr "" -#: templates/README.md.j2:67 +#: templates/README.md.j2:68 msgid "Official user documentation:" msgstr "" -#: templates/README.md.j2:69 +#: templates/README.md.j2:70 msgid "Official admin documentation:" msgstr "" -#: templates/README.md.j2:71 +#: templates/README.md.j2:72 msgid "Upstream app code repository:" msgstr "" -#: templates/README.md.j2:73 +#: templates/README.md.j2:74 msgid "YunoHost Store:" msgstr "" -#: templates/README.md.j2:74 +#: templates/README.md.j2:75 msgid "Report a bug:" msgstr "" -#: templates/README.md.j2:76 +#: templates/README.md.j2:77 msgid "Developer info" msgstr "" -#: templates/README.md.j2:78 +#: templates/README.md.j2:79 #, python-format msgid "" -"Please send your pull request to the [testing " -"branch](%(testing_branch_url)s)" +"Please send your pull request to the [testing branch](%(testing_branch_url)s)" msgstr "" -#: templates/README.md.j2:81 +#: templates/README.md.j2:82 msgid "To try the testing branch, please proceed like that." msgstr "" -#: templates/README.md.j2:89 +#: templates/README.md.j2:86 +msgid "or" +msgstr "" + +#: templates/README.md.j2:90 msgid "More info regarding app packaging:" msgstr "" diff --git a/readme_generator/translations/ne/LC_MESSAGES/messages.po b/readme_generator/translations/ne/LC_MESSAGES/messages.po index 3342cf3..6f54d68 100644 --- a/readme_generator/translations/ne/LC_MESSAGES/messages.po +++ b/readme_generator/translations/ne/LC_MESSAGES/messages.po @@ -7,13 +7,13 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-22 06:28+0100\n" +"POT-Creation-Date: 2024-03-23 03:25+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ne\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.14.0\n" @@ -28,155 +28,168 @@ msgstr "" #: templates/README.md.j2:4 msgid "" -"Copy this app before working on it, using the ['Use this " -"template'](https://github.com/YunoHost/example_ynh/generate) button on " +"Copy this app before working on it, using the ['Use this template'](https://" +"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " "the Github repo." msgstr "" #: templates/README.md.j2:5 -msgid "Edit the `manifest.json` with app specific info." +msgid "Edit the `manifest.toml` with app specific info" msgstr "" #: templates/README.md.j2:6 msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts," -" and any relevant conf files in `conf/`." +"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " +"any relevant conf files in `conf/`." msgstr "" #: templates/README.md.j2:7 msgid "" -"Using the [script helpers " -"documentation.](https://yunohost.org/packaging_apps_helpers)" +"Using the [script helpers documentation.](https://yunohost.org/" +"packaging_apps_helpers)" msgstr "" #: templates/README.md.j2:8 -msgid "Add a `LICENSE` file for the package." +msgid "" +"Edit the `change_url` and `config` scripts too, or remove them if you have " +"no use of them" msgstr "" #: templates/README.md.j2:9 -msgid "Edit `doc/DISCLAIMER*.md`" +msgid "" +"Add a `LICENSE` file for the package. NB: this LICENSE file is not meant to " +"necessarily be the LICENSE of the upstream app - it is only the LICENSE you " +"want this package's code to published with ;). We recommend to use [the " +"AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt)." msgstr "" #: templates/README.md.j2:10 -msgid "" -"The `README.md` files are to be automatically generated by " -"https://github.com/YunoHost/apps/tree/master/tools/readme_generator" +msgid "Edit files under the `doc/` directory" msgstr "" -#: templates/README.md.j2:16 +#: templates/README.md.j2:11 msgid "" -"N.B.: This README was automatically generated by " -"https://github.com/YunoHost/apps/tree/master/tools/readme_generator\n" +"The `README.md` files are to be automatically generated by " +msgstr "" + +#: templates/README.md.j2:17 +msgid "" +"N.B.: This README was automatically generated by \n" "It shall NOT be edited by hand." msgstr "" -#: templates/README.md.j2:20 +#: templates/README.md.j2:21 #, python-format msgid "%(application_name)s for YunoHost" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Integration level" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Working status" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Maintenance status" msgstr "" -#: templates/README.md.j2:24 +#: templates/README.md.j2:25 #, python-format msgid "Install %(application_name)s with YunoHost" msgstr "" -#: templates/README.md.j2:26 +#: templates/README.md.j2:27 msgid "Read this README is other languages." msgstr "" -#: templates/README.md.j2:28 +#: templates/README.md.j2:29 #, python-format msgid "" -"This package allows you to install %(application_name)s quickly and " -"simply on a YunoHost server.\n" -"If you don't have YunoHost, please consult [the " -"guide](https://yunohost.org/#/install) to learn how to install it." +"This package allows you to install %(application_name)s quickly and simply " +"on a YunoHost server.\n" +"If you don't have YunoHost, please consult [the guide](https://yunohost.org/" +"#/install) to learn how to install it." msgstr "" -#: templates/README.md.j2:31 +#: templates/README.md.j2:32 msgid "Overview" msgstr "" -#: templates/README.md.j2:34 +#: templates/README.md.j2:35 msgid "**Shipped version:**" msgstr "" -#: templates/README.md.j2:38 +#: templates/README.md.j2:39 msgid "**Demo:**" msgstr "" -#: templates/README.md.j2:42 +#: templates/README.md.j2:43 msgid "Screenshots" msgstr "" -#: templates/README.md.j2:45 +#: templates/README.md.j2:46 #, python-format msgid "Screenshot of %(application_name)s" msgstr "" -#: templates/README.md.j2:50 +#: templates/README.md.j2:51 msgid "Disclaimers / important information" msgstr "" -#: templates/README.md.j2:56 +#: templates/README.md.j2:57 msgid "Antifeatures" msgstr "" -#: templates/README.md.j2:63 +#: templates/README.md.j2:64 msgid "Documentation and resources" msgstr "" -#: templates/README.md.j2:65 +#: templates/README.md.j2:66 msgid "Official app website:" msgstr "" -#: templates/README.md.j2:67 +#: templates/README.md.j2:68 msgid "Official user documentation:" msgstr "" -#: templates/README.md.j2:69 +#: templates/README.md.j2:70 msgid "Official admin documentation:" msgstr "" -#: templates/README.md.j2:71 +#: templates/README.md.j2:72 msgid "Upstream app code repository:" msgstr "" -#: templates/README.md.j2:73 +#: templates/README.md.j2:74 msgid "YunoHost Store:" msgstr "" -#: templates/README.md.j2:74 +#: templates/README.md.j2:75 msgid "Report a bug:" msgstr "" -#: templates/README.md.j2:76 +#: templates/README.md.j2:77 msgid "Developer info" msgstr "" -#: templates/README.md.j2:78 +#: templates/README.md.j2:79 #, python-format msgid "" -"Please send your pull request to the [testing " -"branch](%(testing_branch_url)s)" +"Please send your pull request to the [testing branch](%(testing_branch_url)s)" msgstr "" -#: templates/README.md.j2:81 +#: templates/README.md.j2:82 msgid "To try the testing branch, please proceed like that." msgstr "" -#: templates/README.md.j2:89 +#: templates/README.md.j2:86 +msgid "or" +msgstr "" + +#: templates/README.md.j2:90 msgid "More info regarding app packaging:" msgstr "" diff --git a/readme_generator/translations/nl/LC_MESSAGES/messages.po b/readme_generator/translations/nl/LC_MESSAGES/messages.po index 1bf9245..d4b16d4 100644 --- a/readme_generator/translations/nl/LC_MESSAGES/messages.po +++ b/readme_generator/translations/nl/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-22 06:28+0100\n" +"POT-Creation-Date: 2024-03-23 03:25+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -29,17 +29,18 @@ msgstr "" #: templates/README.md.j2:4 msgid "" "Copy this app before working on it, using the ['Use this template'](https://" -"github.com/YunoHost/example_ynh/generate) button on the Github repo." +"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " +"the Github repo." msgstr "" #: templates/README.md.j2:5 -msgid "Edit the `manifest.json` with app specific info." +msgid "Edit the `manifest.toml` with app specific info" msgstr "" #: templates/README.md.j2:6 msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, " -"and any relevant conf files in `conf/`." +"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " +"any relevant conf files in `conf/`." msgstr "" #: templates/README.md.j2:7 @@ -49,53 +50,63 @@ msgid "" msgstr "" #: templates/README.md.j2:8 -msgid "Add a `LICENSE` file for the package." +msgid "" +"Edit the `change_url` and `config` scripts too, or remove them if you have " +"no use of them" msgstr "" #: templates/README.md.j2:9 -msgid "Edit `doc/DISCLAIMER*.md`" +msgid "" +"Add a `LICENSE` file for the package. NB: this LICENSE file is not meant to " +"necessarily be the LICENSE of the upstream app - it is only the LICENSE you " +"want this package's code to published with ;). We recommend to use [the " +"AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt)." msgstr "" #: templates/README.md.j2:10 -msgid "" -"The `README.md` files are to be automatically generated by https://github." -"com/YunoHost/apps/tree/master/tools/readme_generator" +msgid "Edit files under the `doc/` directory" msgstr "" -#: templates/README.md.j2:16 +#: templates/README.md.j2:11 msgid "" -"N.B.: This README was automatically generated by https://github.com/YunoHost/" -"apps/tree/master/tools/readme_generator\n" +"The `README.md` files are to be automatically generated by " +msgstr "" + +#: templates/README.md.j2:17 +msgid "" +"N.B.: This README was automatically generated by \n" "It shall NOT be edited by hand." msgstr "" -#: templates/README.md.j2:20 +#: templates/README.md.j2:21 #, python-format msgid "%(application_name)s for YunoHost" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Integration level" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Working status" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Maintenance status" msgstr "" -#: templates/README.md.j2:24 +#: templates/README.md.j2:25 #, python-format msgid "Install %(application_name)s with YunoHost" msgstr "" -#: templates/README.md.j2:26 +#: templates/README.md.j2:27 msgid "Read this README is other languages." msgstr "" -#: templates/README.md.j2:28 +#: templates/README.md.j2:29 #, python-format msgid "" "This package allows you to install %(application_name)s quickly and simply " @@ -104,77 +115,81 @@ msgid "" "#/install) to learn how to install it." msgstr "" -#: templates/README.md.j2:31 +#: templates/README.md.j2:32 msgid "Overview" msgstr "" -#: templates/README.md.j2:34 +#: templates/README.md.j2:35 msgid "**Shipped version:**" msgstr "" -#: templates/README.md.j2:38 +#: templates/README.md.j2:39 msgid "**Demo:**" msgstr "" -#: templates/README.md.j2:42 +#: templates/README.md.j2:43 msgid "Screenshots" msgstr "" -#: templates/README.md.j2:45 +#: templates/README.md.j2:46 #, python-format msgid "Screenshot of %(application_name)s" msgstr "" -#: templates/README.md.j2:50 +#: templates/README.md.j2:51 msgid "Disclaimers / important information" msgstr "" -#: templates/README.md.j2:56 +#: templates/README.md.j2:57 msgid "Antifeatures" msgstr "" -#: templates/README.md.j2:63 +#: templates/README.md.j2:64 msgid "Documentation and resources" msgstr "" -#: templates/README.md.j2:65 +#: templates/README.md.j2:66 msgid "Official app website:" msgstr "" -#: templates/README.md.j2:67 +#: templates/README.md.j2:68 msgid "Official user documentation:" msgstr "" -#: templates/README.md.j2:69 +#: templates/README.md.j2:70 msgid "Official admin documentation:" msgstr "" -#: templates/README.md.j2:71 +#: templates/README.md.j2:72 msgid "Upstream app code repository:" msgstr "" -#: templates/README.md.j2:73 +#: templates/README.md.j2:74 msgid "YunoHost Store:" msgstr "" -#: templates/README.md.j2:74 +#: templates/README.md.j2:75 msgid "Report a bug:" msgstr "" -#: templates/README.md.j2:76 +#: templates/README.md.j2:77 msgid "Developer info" msgstr "" -#: templates/README.md.j2:78 +#: templates/README.md.j2:79 #, python-format msgid "" "Please send your pull request to the [testing branch](%(testing_branch_url)s)" msgstr "" -#: templates/README.md.j2:81 +#: templates/README.md.j2:82 msgid "To try the testing branch, please proceed like that." msgstr "" -#: templates/README.md.j2:89 +#: templates/README.md.j2:86 +msgid "or" +msgstr "" + +#: templates/README.md.j2:90 msgid "More info regarding app packaging:" msgstr "" diff --git a/readme_generator/translations/oc/LC_MESSAGES/messages.po b/readme_generator/translations/oc/LC_MESSAGES/messages.po index b01060f..71609f1 100644 --- a/readme_generator/translations/oc/LC_MESSAGES/messages.po +++ b/readme_generator/translations/oc/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-22 06:28+0100\n" +"POT-Creation-Date: 2024-03-23 03:25+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -29,17 +29,18 @@ msgstr "" #: templates/README.md.j2:4 msgid "" "Copy this app before working on it, using the ['Use this template'](https://" -"github.com/YunoHost/example_ynh/generate) button on the Github repo." +"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " +"the Github repo." msgstr "" #: templates/README.md.j2:5 -msgid "Edit the `manifest.json` with app specific info." +msgid "Edit the `manifest.toml` with app specific info" msgstr "" #: templates/README.md.j2:6 msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, " -"and any relevant conf files in `conf/`." +"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " +"any relevant conf files in `conf/`." msgstr "" #: templates/README.md.j2:7 @@ -49,53 +50,63 @@ msgid "" msgstr "" #: templates/README.md.j2:8 -msgid "Add a `LICENSE` file for the package." +msgid "" +"Edit the `change_url` and `config` scripts too, or remove them if you have " +"no use of them" msgstr "" #: templates/README.md.j2:9 -msgid "Edit `doc/DISCLAIMER*.md`" +msgid "" +"Add a `LICENSE` file for the package. NB: this LICENSE file is not meant to " +"necessarily be the LICENSE of the upstream app - it is only the LICENSE you " +"want this package's code to published with ;). We recommend to use [the " +"AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt)." msgstr "" #: templates/README.md.j2:10 -msgid "" -"The `README.md` files are to be automatically generated by https://github." -"com/YunoHost/apps/tree/master/tools/readme_generator" +msgid "Edit files under the `doc/` directory" msgstr "" -#: templates/README.md.j2:16 +#: templates/README.md.j2:11 msgid "" -"N.B.: This README was automatically generated by https://github.com/YunoHost/" -"apps/tree/master/tools/readme_generator\n" +"The `README.md` files are to be automatically generated by " +msgstr "" + +#: templates/README.md.j2:17 +msgid "" +"N.B.: This README was automatically generated by \n" "It shall NOT be edited by hand." msgstr "" -#: templates/README.md.j2:20 +#: templates/README.md.j2:21 #, python-format msgid "%(application_name)s for YunoHost" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Integration level" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Working status" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Maintenance status" msgstr "" -#: templates/README.md.j2:24 +#: templates/README.md.j2:25 #, python-format msgid "Install %(application_name)s with YunoHost" msgstr "" -#: templates/README.md.j2:26 +#: templates/README.md.j2:27 msgid "Read this README is other languages." msgstr "" -#: templates/README.md.j2:28 +#: templates/README.md.j2:29 #, python-format msgid "" "This package allows you to install %(application_name)s quickly and simply " @@ -104,77 +115,81 @@ msgid "" "#/install) to learn how to install it." msgstr "" -#: templates/README.md.j2:31 +#: templates/README.md.j2:32 msgid "Overview" msgstr "" -#: templates/README.md.j2:34 +#: templates/README.md.j2:35 msgid "**Shipped version:**" msgstr "" -#: templates/README.md.j2:38 +#: templates/README.md.j2:39 msgid "**Demo:**" msgstr "" -#: templates/README.md.j2:42 +#: templates/README.md.j2:43 msgid "Screenshots" msgstr "" -#: templates/README.md.j2:45 +#: templates/README.md.j2:46 #, python-format msgid "Screenshot of %(application_name)s" msgstr "" -#: templates/README.md.j2:50 +#: templates/README.md.j2:51 msgid "Disclaimers / important information" msgstr "" -#: templates/README.md.j2:56 +#: templates/README.md.j2:57 msgid "Antifeatures" msgstr "" -#: templates/README.md.j2:63 +#: templates/README.md.j2:64 msgid "Documentation and resources" msgstr "" -#: templates/README.md.j2:65 +#: templates/README.md.j2:66 msgid "Official app website:" msgstr "" -#: templates/README.md.j2:67 +#: templates/README.md.j2:68 msgid "Official user documentation:" msgstr "" -#: templates/README.md.j2:69 +#: templates/README.md.j2:70 msgid "Official admin documentation:" msgstr "" -#: templates/README.md.j2:71 +#: templates/README.md.j2:72 msgid "Upstream app code repository:" msgstr "" -#: templates/README.md.j2:73 +#: templates/README.md.j2:74 msgid "YunoHost Store:" msgstr "" -#: templates/README.md.j2:74 +#: templates/README.md.j2:75 msgid "Report a bug:" msgstr "" -#: templates/README.md.j2:76 +#: templates/README.md.j2:77 msgid "Developer info" msgstr "" -#: templates/README.md.j2:78 +#: templates/README.md.j2:79 #, python-format msgid "" "Please send your pull request to the [testing branch](%(testing_branch_url)s)" msgstr "" -#: templates/README.md.j2:81 +#: templates/README.md.j2:82 msgid "To try the testing branch, please proceed like that." msgstr "" -#: templates/README.md.j2:89 +#: templates/README.md.j2:86 +msgid "or" +msgstr "" + +#: templates/README.md.j2:90 msgid "More info regarding app packaging:" msgstr "" diff --git a/readme_generator/translations/pl/LC_MESSAGES/messages.po b/readme_generator/translations/pl/LC_MESSAGES/messages.po index 488a438..3d9ebf3 100644 --- a/readme_generator/translations/pl/LC_MESSAGES/messages.po +++ b/readme_generator/translations/pl/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-22 06:28+0100\n" +"POT-Creation-Date: 2024-03-23 03:25+0100\n" "PO-Revision-Date: 2024-03-24 01:14+0000\n" "Last-Translator: Eryk Michalak \n" "Language-Team: Polish " msgstr "" "Pliki `README.md` są automatycznie generowane przez https://github.com/" "YunoHost/apps/tree/master/tools/readme_generator" -#: templates/README.md.j2:16 +#: templates/README.md.j2:17 +#, fuzzy +#| msgid "" +#| "N.B.: This README was automatically generated by https://github.com/" +#| "YunoHost/apps/tree/master/tools/readme_generator\n" +#| "It shall NOT be edited by hand." msgid "" -"N.B.: This README was automatically generated by https://github.com/YunoHost/" -"apps/tree/master/tools/readme_generator\n" +"N.B.: This README was automatically generated by \n" "It shall NOT be edited by hand." msgstr "" "To README zostało automatycznie wygenerowane przez https://github.com/" "YunoHost/apps/tree/master/tools/readme_generator\n" "Nie powinno być ono edytowane ręcznie." -#: templates/README.md.j2:20 +#: templates/README.md.j2:21 #, python-format msgid "%(application_name)s for YunoHost" msgstr "%(application_name)s dla YunoHost" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Integration level" msgstr "Poziom integracji" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Working status" msgstr "Status działania" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Maintenance status" msgstr "Status utrzymania" -#: templates/README.md.j2:24 +#: templates/README.md.j2:25 #, python-format msgid "Install %(application_name)s with YunoHost" msgstr "Zainstaluj %(application_name)s z YunoHost" -#: templates/README.md.j2:26 +#: templates/README.md.j2:27 msgid "Read this README is other languages." msgstr "Przeczytaj README w innym języku." -#: templates/README.md.j2:28 +#: templates/README.md.j2:29 #, python-format msgid "" "This package allows you to install %(application_name)s quickly and simply " @@ -121,80 +152,90 @@ msgid "" msgstr "" "Ta aplikacja pozwala na szybką i prostą instalację %(application_name)s na " "serwerze YunoHost.\n" -"Jeżeli nie masz YunoHost zapoznaj się z [poradnikiem](https://yunohost.org/" -"#/install) instalacji." +"Jeżeli nie masz YunoHost zapoznaj się z [poradnikiem](https://yunohost.org/#/" +"install) instalacji." -#: templates/README.md.j2:31 +#: templates/README.md.j2:32 msgid "Overview" msgstr "Przegląd" -#: templates/README.md.j2:34 +#: templates/README.md.j2:35 msgid "**Shipped version:**" msgstr "**Dostarczona wersja:**" -#: templates/README.md.j2:38 +#: templates/README.md.j2:39 msgid "**Demo:**" msgstr "**Demo:**" -#: templates/README.md.j2:42 +#: templates/README.md.j2:43 msgid "Screenshots" msgstr "Zrzuty ekranu" -#: templates/README.md.j2:45 +#: templates/README.md.j2:46 #, python-format msgid "Screenshot of %(application_name)s" msgstr "Zrzut ekranu z %(application_name)s" -#: templates/README.md.j2:50 +#: templates/README.md.j2:51 msgid "Disclaimers / important information" msgstr "Zastrzeżenia / ważne informacje" -#: templates/README.md.j2:56 +#: templates/README.md.j2:57 msgid "Antifeatures" msgstr "Niepożądane funkcje" -#: templates/README.md.j2:63 +#: templates/README.md.j2:64 msgid "Documentation and resources" msgstr "Dokumentacja i zasoby" -#: templates/README.md.j2:65 +#: templates/README.md.j2:66 msgid "Official app website:" msgstr "Oficjalna strona aplikacji:" -#: templates/README.md.j2:67 +#: templates/README.md.j2:68 msgid "Official user documentation:" msgstr "Oficjalna dokumentacja:" -#: templates/README.md.j2:69 +#: templates/README.md.j2:70 msgid "Official admin documentation:" msgstr "Oficjalna dokumentacja dla administratora:" -#: templates/README.md.j2:71 +#: templates/README.md.j2:72 msgid "Upstream app code repository:" msgstr "Repozytorium z kodem źródłowym:" -#: templates/README.md.j2:73 +#: templates/README.md.j2:74 msgid "YunoHost Store:" msgstr "Sklep YunoHost:" -#: templates/README.md.j2:74 +#: templates/README.md.j2:75 msgid "Report a bug:" msgstr "Zgłaszanie błędów:" -#: templates/README.md.j2:76 +#: templates/README.md.j2:77 msgid "Developer info" msgstr "Informacje od twórców" -#: templates/README.md.j2:78 +#: templates/README.md.j2:79 #, python-format msgid "" "Please send your pull request to the [testing branch](%(testing_branch_url)s)" msgstr "Wyślij swój pull request do [gałęzi testowej](%(testing_branch_url)s)" -#: templates/README.md.j2:81 +#: templates/README.md.j2:82 msgid "To try the testing branch, please proceed like that." msgstr "Aby wypróbować gałąź testową postępuj zgodnie z instrukcjami." -#: templates/README.md.j2:89 +#: templates/README.md.j2:86 +msgid "or" +msgstr "" + +#: templates/README.md.j2:90 msgid "More info regarding app packaging:" msgstr "Więcej informacji o tworzeniu paczek aplikacji:" + +#~ msgid "Add a `LICENSE` file for the package." +#~ msgstr "Dodaj plik `LICENSE` dla paczki." + +#~ msgid "Edit `doc/DISCLAIMER*.md`" +#~ msgstr "Edytuj `doc/DISCLAIMER*.md`" diff --git a/readme_generator/translations/pt/LC_MESSAGES/messages.po b/readme_generator/translations/pt/LC_MESSAGES/messages.po index 97c3583..ee443fa 100644 --- a/readme_generator/translations/pt/LC_MESSAGES/messages.po +++ b/readme_generator/translations/pt/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-22 06:28+0100\n" +"POT-Creation-Date: 2024-03-23 03:25+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -29,17 +29,18 @@ msgstr "" #: templates/README.md.j2:4 msgid "" "Copy this app before working on it, using the ['Use this template'](https://" -"github.com/YunoHost/example_ynh/generate) button on the Github repo." +"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " +"the Github repo." msgstr "" #: templates/README.md.j2:5 -msgid "Edit the `manifest.json` with app specific info." +msgid "Edit the `manifest.toml` with app specific info" msgstr "" #: templates/README.md.j2:6 msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, " -"and any relevant conf files in `conf/`." +"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " +"any relevant conf files in `conf/`." msgstr "" #: templates/README.md.j2:7 @@ -49,53 +50,63 @@ msgid "" msgstr "" #: templates/README.md.j2:8 -msgid "Add a `LICENSE` file for the package." +msgid "" +"Edit the `change_url` and `config` scripts too, or remove them if you have " +"no use of them" msgstr "" #: templates/README.md.j2:9 -msgid "Edit `doc/DISCLAIMER*.md`" +msgid "" +"Add a `LICENSE` file for the package. NB: this LICENSE file is not meant to " +"necessarily be the LICENSE of the upstream app - it is only the LICENSE you " +"want this package's code to published with ;). We recommend to use [the " +"AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt)." msgstr "" #: templates/README.md.j2:10 -msgid "" -"The `README.md` files are to be automatically generated by https://github." -"com/YunoHost/apps/tree/master/tools/readme_generator" +msgid "Edit files under the `doc/` directory" msgstr "" -#: templates/README.md.j2:16 +#: templates/README.md.j2:11 msgid "" -"N.B.: This README was automatically generated by https://github.com/YunoHost/" -"apps/tree/master/tools/readme_generator\n" +"The `README.md` files are to be automatically generated by " +msgstr "" + +#: templates/README.md.j2:17 +msgid "" +"N.B.: This README was automatically generated by \n" "It shall NOT be edited by hand." msgstr "" -#: templates/README.md.j2:20 +#: templates/README.md.j2:21 #, python-format msgid "%(application_name)s for YunoHost" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Integration level" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Working status" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Maintenance status" msgstr "" -#: templates/README.md.j2:24 +#: templates/README.md.j2:25 #, python-format msgid "Install %(application_name)s with YunoHost" msgstr "" -#: templates/README.md.j2:26 +#: templates/README.md.j2:27 msgid "Read this README is other languages." msgstr "" -#: templates/README.md.j2:28 +#: templates/README.md.j2:29 #, python-format msgid "" "This package allows you to install %(application_name)s quickly and simply " @@ -104,77 +115,81 @@ msgid "" "#/install) to learn how to install it." msgstr "" -#: templates/README.md.j2:31 +#: templates/README.md.j2:32 msgid "Overview" msgstr "" -#: templates/README.md.j2:34 +#: templates/README.md.j2:35 msgid "**Shipped version:**" msgstr "" -#: templates/README.md.j2:38 +#: templates/README.md.j2:39 msgid "**Demo:**" msgstr "" -#: templates/README.md.j2:42 +#: templates/README.md.j2:43 msgid "Screenshots" msgstr "" -#: templates/README.md.j2:45 +#: templates/README.md.j2:46 #, python-format msgid "Screenshot of %(application_name)s" msgstr "" -#: templates/README.md.j2:50 +#: templates/README.md.j2:51 msgid "Disclaimers / important information" msgstr "" -#: templates/README.md.j2:56 +#: templates/README.md.j2:57 msgid "Antifeatures" msgstr "" -#: templates/README.md.j2:63 +#: templates/README.md.j2:64 msgid "Documentation and resources" msgstr "" -#: templates/README.md.j2:65 +#: templates/README.md.j2:66 msgid "Official app website:" msgstr "" -#: templates/README.md.j2:67 +#: templates/README.md.j2:68 msgid "Official user documentation:" msgstr "" -#: templates/README.md.j2:69 +#: templates/README.md.j2:70 msgid "Official admin documentation:" msgstr "" -#: templates/README.md.j2:71 +#: templates/README.md.j2:72 msgid "Upstream app code repository:" msgstr "" -#: templates/README.md.j2:73 +#: templates/README.md.j2:74 msgid "YunoHost Store:" msgstr "" -#: templates/README.md.j2:74 +#: templates/README.md.j2:75 msgid "Report a bug:" msgstr "" -#: templates/README.md.j2:76 +#: templates/README.md.j2:77 msgid "Developer info" msgstr "" -#: templates/README.md.j2:78 +#: templates/README.md.j2:79 #, python-format msgid "" "Please send your pull request to the [testing branch](%(testing_branch_url)s)" msgstr "" -#: templates/README.md.j2:81 +#: templates/README.md.j2:82 msgid "To try the testing branch, please proceed like that." msgstr "" -#: templates/README.md.j2:89 +#: templates/README.md.j2:86 +msgid "or" +msgstr "" + +#: templates/README.md.j2:90 msgid "More info regarding app packaging:" msgstr "" diff --git a/readme_generator/translations/pt_BR/LC_MESSAGES/messages.po b/readme_generator/translations/pt_BR/LC_MESSAGES/messages.po index ad564b7..3dee0c6 100644 --- a/readme_generator/translations/pt_BR/LC_MESSAGES/messages.po +++ b/readme_generator/translations/pt_BR/LC_MESSAGES/messages.po @@ -7,13 +7,13 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-22 06:28+0100\n" +"POT-Creation-Date: 2024-03-23 03:25+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: pt_BR\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.14.0\n" @@ -28,155 +28,168 @@ msgstr "" #: templates/README.md.j2:4 msgid "" -"Copy this app before working on it, using the ['Use this " -"template'](https://github.com/YunoHost/example_ynh/generate) button on " +"Copy this app before working on it, using the ['Use this template'](https://" +"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " "the Github repo." msgstr "" #: templates/README.md.j2:5 -msgid "Edit the `manifest.json` with app specific info." +msgid "Edit the `manifest.toml` with app specific info" msgstr "" #: templates/README.md.j2:6 msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts," -" and any relevant conf files in `conf/`." +"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " +"any relevant conf files in `conf/`." msgstr "" #: templates/README.md.j2:7 msgid "" -"Using the [script helpers " -"documentation.](https://yunohost.org/packaging_apps_helpers)" +"Using the [script helpers documentation.](https://yunohost.org/" +"packaging_apps_helpers)" msgstr "" #: templates/README.md.j2:8 -msgid "Add a `LICENSE` file for the package." +msgid "" +"Edit the `change_url` and `config` scripts too, or remove them if you have " +"no use of them" msgstr "" #: templates/README.md.j2:9 -msgid "Edit `doc/DISCLAIMER*.md`" +msgid "" +"Add a `LICENSE` file for the package. NB: this LICENSE file is not meant to " +"necessarily be the LICENSE of the upstream app - it is only the LICENSE you " +"want this package's code to published with ;). We recommend to use [the " +"AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt)." msgstr "" #: templates/README.md.j2:10 -msgid "" -"The `README.md` files are to be automatically generated by " -"https://github.com/YunoHost/apps/tree/master/tools/readme_generator" +msgid "Edit files under the `doc/` directory" msgstr "" -#: templates/README.md.j2:16 +#: templates/README.md.j2:11 msgid "" -"N.B.: This README was automatically generated by " -"https://github.com/YunoHost/apps/tree/master/tools/readme_generator\n" +"The `README.md` files are to be automatically generated by " +msgstr "" + +#: templates/README.md.j2:17 +msgid "" +"N.B.: This README was automatically generated by \n" "It shall NOT be edited by hand." msgstr "" -#: templates/README.md.j2:20 +#: templates/README.md.j2:21 #, python-format msgid "%(application_name)s for YunoHost" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Integration level" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Working status" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Maintenance status" msgstr "" -#: templates/README.md.j2:24 +#: templates/README.md.j2:25 #, python-format msgid "Install %(application_name)s with YunoHost" msgstr "" -#: templates/README.md.j2:26 +#: templates/README.md.j2:27 msgid "Read this README is other languages." msgstr "" -#: templates/README.md.j2:28 +#: templates/README.md.j2:29 #, python-format msgid "" -"This package allows you to install %(application_name)s quickly and " -"simply on a YunoHost server.\n" -"If you don't have YunoHost, please consult [the " -"guide](https://yunohost.org/#/install) to learn how to install it." +"This package allows you to install %(application_name)s quickly and simply " +"on a YunoHost server.\n" +"If you don't have YunoHost, please consult [the guide](https://yunohost.org/" +"#/install) to learn how to install it." msgstr "" -#: templates/README.md.j2:31 +#: templates/README.md.j2:32 msgid "Overview" msgstr "" -#: templates/README.md.j2:34 +#: templates/README.md.j2:35 msgid "**Shipped version:**" msgstr "" -#: templates/README.md.j2:38 +#: templates/README.md.j2:39 msgid "**Demo:**" msgstr "" -#: templates/README.md.j2:42 +#: templates/README.md.j2:43 msgid "Screenshots" msgstr "" -#: templates/README.md.j2:45 +#: templates/README.md.j2:46 #, python-format msgid "Screenshot of %(application_name)s" msgstr "" -#: templates/README.md.j2:50 +#: templates/README.md.j2:51 msgid "Disclaimers / important information" msgstr "" -#: templates/README.md.j2:56 +#: templates/README.md.j2:57 msgid "Antifeatures" msgstr "" -#: templates/README.md.j2:63 +#: templates/README.md.j2:64 msgid "Documentation and resources" msgstr "" -#: templates/README.md.j2:65 +#: templates/README.md.j2:66 msgid "Official app website:" msgstr "" -#: templates/README.md.j2:67 +#: templates/README.md.j2:68 msgid "Official user documentation:" msgstr "" -#: templates/README.md.j2:69 +#: templates/README.md.j2:70 msgid "Official admin documentation:" msgstr "" -#: templates/README.md.j2:71 +#: templates/README.md.j2:72 msgid "Upstream app code repository:" msgstr "" -#: templates/README.md.j2:73 +#: templates/README.md.j2:74 msgid "YunoHost Store:" msgstr "" -#: templates/README.md.j2:74 +#: templates/README.md.j2:75 msgid "Report a bug:" msgstr "" -#: templates/README.md.j2:76 +#: templates/README.md.j2:77 msgid "Developer info" msgstr "" -#: templates/README.md.j2:78 +#: templates/README.md.j2:79 #, python-format msgid "" -"Please send your pull request to the [testing " -"branch](%(testing_branch_url)s)" +"Please send your pull request to the [testing branch](%(testing_branch_url)s)" msgstr "" -#: templates/README.md.j2:81 +#: templates/README.md.j2:82 msgid "To try the testing branch, please proceed like that." msgstr "" -#: templates/README.md.j2:89 +#: templates/README.md.j2:86 +msgid "or" +msgstr "" + +#: templates/README.md.j2:90 msgid "More info regarding app packaging:" msgstr "" diff --git a/readme_generator/translations/ru/LC_MESSAGES/messages.po b/readme_generator/translations/ru/LC_MESSAGES/messages.po index 50575f4..98102d5 100644 --- a/readme_generator/translations/ru/LC_MESSAGES/messages.po +++ b/readme_generator/translations/ru/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-22 06:28+0100\n" +"POT-Creation-Date: 2024-03-23 03:25+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -29,17 +29,18 @@ msgstr "" #: templates/README.md.j2:4 msgid "" "Copy this app before working on it, using the ['Use this template'](https://" -"github.com/YunoHost/example_ynh/generate) button on the Github repo." +"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " +"the Github repo." msgstr "" #: templates/README.md.j2:5 -msgid "Edit the `manifest.json` with app specific info." +msgid "Edit the `manifest.toml` with app specific info" msgstr "" #: templates/README.md.j2:6 msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, " -"and any relevant conf files in `conf/`." +"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " +"any relevant conf files in `conf/`." msgstr "" #: templates/README.md.j2:7 @@ -49,53 +50,63 @@ msgid "" msgstr "" #: templates/README.md.j2:8 -msgid "Add a `LICENSE` file for the package." +msgid "" +"Edit the `change_url` and `config` scripts too, or remove them if you have " +"no use of them" msgstr "" #: templates/README.md.j2:9 -msgid "Edit `doc/DISCLAIMER*.md`" +msgid "" +"Add a `LICENSE` file for the package. NB: this LICENSE file is not meant to " +"necessarily be the LICENSE of the upstream app - it is only the LICENSE you " +"want this package's code to published with ;). We recommend to use [the " +"AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt)." msgstr "" #: templates/README.md.j2:10 -msgid "" -"The `README.md` files are to be automatically generated by https://github." -"com/YunoHost/apps/tree/master/tools/readme_generator" +msgid "Edit files under the `doc/` directory" msgstr "" -#: templates/README.md.j2:16 +#: templates/README.md.j2:11 msgid "" -"N.B.: This README was automatically generated by https://github.com/YunoHost/" -"apps/tree/master/tools/readme_generator\n" +"The `README.md` files are to be automatically generated by " +msgstr "" + +#: templates/README.md.j2:17 +msgid "" +"N.B.: This README was automatically generated by \n" "It shall NOT be edited by hand." msgstr "" -#: templates/README.md.j2:20 +#: templates/README.md.j2:21 #, python-format msgid "%(application_name)s for YunoHost" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Integration level" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Working status" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Maintenance status" msgstr "" -#: templates/README.md.j2:24 +#: templates/README.md.j2:25 #, python-format msgid "Install %(application_name)s with YunoHost" msgstr "" -#: templates/README.md.j2:26 +#: templates/README.md.j2:27 msgid "Read this README is other languages." msgstr "" -#: templates/README.md.j2:28 +#: templates/README.md.j2:29 #, python-format msgid "" "This package allows you to install %(application_name)s quickly and simply " @@ -104,77 +115,81 @@ msgid "" "#/install) to learn how to install it." msgstr "" -#: templates/README.md.j2:31 +#: templates/README.md.j2:32 msgid "Overview" msgstr "" -#: templates/README.md.j2:34 +#: templates/README.md.j2:35 msgid "**Shipped version:**" msgstr "" -#: templates/README.md.j2:38 +#: templates/README.md.j2:39 msgid "**Demo:**" msgstr "" -#: templates/README.md.j2:42 +#: templates/README.md.j2:43 msgid "Screenshots" msgstr "" -#: templates/README.md.j2:45 +#: templates/README.md.j2:46 #, python-format msgid "Screenshot of %(application_name)s" msgstr "" -#: templates/README.md.j2:50 +#: templates/README.md.j2:51 msgid "Disclaimers / important information" msgstr "" -#: templates/README.md.j2:56 +#: templates/README.md.j2:57 msgid "Antifeatures" msgstr "" -#: templates/README.md.j2:63 +#: templates/README.md.j2:64 msgid "Documentation and resources" msgstr "" -#: templates/README.md.j2:65 +#: templates/README.md.j2:66 msgid "Official app website:" msgstr "" -#: templates/README.md.j2:67 +#: templates/README.md.j2:68 msgid "Official user documentation:" msgstr "" -#: templates/README.md.j2:69 +#: templates/README.md.j2:70 msgid "Official admin documentation:" msgstr "" -#: templates/README.md.j2:71 +#: templates/README.md.j2:72 msgid "Upstream app code repository:" msgstr "" -#: templates/README.md.j2:73 +#: templates/README.md.j2:74 msgid "YunoHost Store:" msgstr "" -#: templates/README.md.j2:74 +#: templates/README.md.j2:75 msgid "Report a bug:" msgstr "" -#: templates/README.md.j2:76 +#: templates/README.md.j2:77 msgid "Developer info" msgstr "" -#: templates/README.md.j2:78 +#: templates/README.md.j2:79 #, python-format msgid "" "Please send your pull request to the [testing branch](%(testing_branch_url)s)" msgstr "" -#: templates/README.md.j2:81 +#: templates/README.md.j2:82 msgid "To try the testing branch, please proceed like that." msgstr "" -#: templates/README.md.j2:89 +#: templates/README.md.j2:86 +msgid "or" +msgstr "" + +#: templates/README.md.j2:90 msgid "More info regarding app packaging:" msgstr "" diff --git a/readme_generator/translations/sk/LC_MESSAGES/messages.po b/readme_generator/translations/sk/LC_MESSAGES/messages.po index d5e39db..605b4fd 100644 --- a/readme_generator/translations/sk/LC_MESSAGES/messages.po +++ b/readme_generator/translations/sk/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-22 06:28+0100\n" +"POT-Creation-Date: 2024-03-23 03:25+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -29,17 +29,18 @@ msgstr "" #: templates/README.md.j2:4 msgid "" "Copy this app before working on it, using the ['Use this template'](https://" -"github.com/YunoHost/example_ynh/generate) button on the Github repo." +"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " +"the Github repo." msgstr "" #: templates/README.md.j2:5 -msgid "Edit the `manifest.json` with app specific info." +msgid "Edit the `manifest.toml` with app specific info" msgstr "" #: templates/README.md.j2:6 msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, " -"and any relevant conf files in `conf/`." +"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " +"any relevant conf files in `conf/`." msgstr "" #: templates/README.md.j2:7 @@ -49,53 +50,63 @@ msgid "" msgstr "" #: templates/README.md.j2:8 -msgid "Add a `LICENSE` file for the package." +msgid "" +"Edit the `change_url` and `config` scripts too, or remove them if you have " +"no use of them" msgstr "" #: templates/README.md.j2:9 -msgid "Edit `doc/DISCLAIMER*.md`" +msgid "" +"Add a `LICENSE` file for the package. NB: this LICENSE file is not meant to " +"necessarily be the LICENSE of the upstream app - it is only the LICENSE you " +"want this package's code to published with ;). We recommend to use [the " +"AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt)." msgstr "" #: templates/README.md.j2:10 -msgid "" -"The `README.md` files are to be automatically generated by https://github." -"com/YunoHost/apps/tree/master/tools/readme_generator" +msgid "Edit files under the `doc/` directory" msgstr "" -#: templates/README.md.j2:16 +#: templates/README.md.j2:11 msgid "" -"N.B.: This README was automatically generated by https://github.com/YunoHost/" -"apps/tree/master/tools/readme_generator\n" +"The `README.md` files are to be automatically generated by " +msgstr "" + +#: templates/README.md.j2:17 +msgid "" +"N.B.: This README was automatically generated by \n" "It shall NOT be edited by hand." msgstr "" -#: templates/README.md.j2:20 +#: templates/README.md.j2:21 #, python-format msgid "%(application_name)s for YunoHost" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Integration level" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Working status" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Maintenance status" msgstr "" -#: templates/README.md.j2:24 +#: templates/README.md.j2:25 #, python-format msgid "Install %(application_name)s with YunoHost" msgstr "" -#: templates/README.md.j2:26 +#: templates/README.md.j2:27 msgid "Read this README is other languages." msgstr "" -#: templates/README.md.j2:28 +#: templates/README.md.j2:29 #, python-format msgid "" "This package allows you to install %(application_name)s quickly and simply " @@ -104,77 +115,81 @@ msgid "" "#/install) to learn how to install it." msgstr "" -#: templates/README.md.j2:31 +#: templates/README.md.j2:32 msgid "Overview" msgstr "" -#: templates/README.md.j2:34 +#: templates/README.md.j2:35 msgid "**Shipped version:**" msgstr "" -#: templates/README.md.j2:38 +#: templates/README.md.j2:39 msgid "**Demo:**" msgstr "" -#: templates/README.md.j2:42 +#: templates/README.md.j2:43 msgid "Screenshots" msgstr "" -#: templates/README.md.j2:45 +#: templates/README.md.j2:46 #, python-format msgid "Screenshot of %(application_name)s" msgstr "" -#: templates/README.md.j2:50 +#: templates/README.md.j2:51 msgid "Disclaimers / important information" msgstr "" -#: templates/README.md.j2:56 +#: templates/README.md.j2:57 msgid "Antifeatures" msgstr "" -#: templates/README.md.j2:63 +#: templates/README.md.j2:64 msgid "Documentation and resources" msgstr "" -#: templates/README.md.j2:65 +#: templates/README.md.j2:66 msgid "Official app website:" msgstr "" -#: templates/README.md.j2:67 +#: templates/README.md.j2:68 msgid "Official user documentation:" msgstr "" -#: templates/README.md.j2:69 +#: templates/README.md.j2:70 msgid "Official admin documentation:" msgstr "" -#: templates/README.md.j2:71 +#: templates/README.md.j2:72 msgid "Upstream app code repository:" msgstr "" -#: templates/README.md.j2:73 +#: templates/README.md.j2:74 msgid "YunoHost Store:" msgstr "" -#: templates/README.md.j2:74 +#: templates/README.md.j2:75 msgid "Report a bug:" msgstr "" -#: templates/README.md.j2:76 +#: templates/README.md.j2:77 msgid "Developer info" msgstr "" -#: templates/README.md.j2:78 +#: templates/README.md.j2:79 #, python-format msgid "" "Please send your pull request to the [testing branch](%(testing_branch_url)s)" msgstr "" -#: templates/README.md.j2:81 +#: templates/README.md.j2:82 msgid "To try the testing branch, please proceed like that." msgstr "" -#: templates/README.md.j2:89 +#: templates/README.md.j2:86 +msgid "or" +msgstr "" + +#: templates/README.md.j2:90 msgid "More info regarding app packaging:" msgstr "" diff --git a/readme_generator/translations/sl/LC_MESSAGES/messages.po b/readme_generator/translations/sl/LC_MESSAGES/messages.po index c21596d..824028b 100644 --- a/readme_generator/translations/sl/LC_MESSAGES/messages.po +++ b/readme_generator/translations/sl/LC_MESSAGES/messages.po @@ -7,13 +7,13 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-22 06:28+0100\n" +"POT-Creation-Date: 2024-03-23 03:25+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: sl\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.14.0\n" @@ -28,155 +28,168 @@ msgstr "" #: templates/README.md.j2:4 msgid "" -"Copy this app before working on it, using the ['Use this " -"template'](https://github.com/YunoHost/example_ynh/generate) button on " +"Copy this app before working on it, using the ['Use this template'](https://" +"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " "the Github repo." msgstr "" #: templates/README.md.j2:5 -msgid "Edit the `manifest.json` with app specific info." +msgid "Edit the `manifest.toml` with app specific info" msgstr "" #: templates/README.md.j2:6 msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts," -" and any relevant conf files in `conf/`." +"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " +"any relevant conf files in `conf/`." msgstr "" #: templates/README.md.j2:7 msgid "" -"Using the [script helpers " -"documentation.](https://yunohost.org/packaging_apps_helpers)" +"Using the [script helpers documentation.](https://yunohost.org/" +"packaging_apps_helpers)" msgstr "" #: templates/README.md.j2:8 -msgid "Add a `LICENSE` file for the package." +msgid "" +"Edit the `change_url` and `config` scripts too, or remove them if you have " +"no use of them" msgstr "" #: templates/README.md.j2:9 -msgid "Edit `doc/DISCLAIMER*.md`" +msgid "" +"Add a `LICENSE` file for the package. NB: this LICENSE file is not meant to " +"necessarily be the LICENSE of the upstream app - it is only the LICENSE you " +"want this package's code to published with ;). We recommend to use [the " +"AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt)." msgstr "" #: templates/README.md.j2:10 -msgid "" -"The `README.md` files are to be automatically generated by " -"https://github.com/YunoHost/apps/tree/master/tools/readme_generator" +msgid "Edit files under the `doc/` directory" msgstr "" -#: templates/README.md.j2:16 +#: templates/README.md.j2:11 msgid "" -"N.B.: This README was automatically generated by " -"https://github.com/YunoHost/apps/tree/master/tools/readme_generator\n" +"The `README.md` files are to be automatically generated by " +msgstr "" + +#: templates/README.md.j2:17 +msgid "" +"N.B.: This README was automatically generated by \n" "It shall NOT be edited by hand." msgstr "" -#: templates/README.md.j2:20 +#: templates/README.md.j2:21 #, python-format msgid "%(application_name)s for YunoHost" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Integration level" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Working status" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Maintenance status" msgstr "" -#: templates/README.md.j2:24 +#: templates/README.md.j2:25 #, python-format msgid "Install %(application_name)s with YunoHost" msgstr "" -#: templates/README.md.j2:26 +#: templates/README.md.j2:27 msgid "Read this README is other languages." msgstr "" -#: templates/README.md.j2:28 +#: templates/README.md.j2:29 #, python-format msgid "" -"This package allows you to install %(application_name)s quickly and " -"simply on a YunoHost server.\n" -"If you don't have YunoHost, please consult [the " -"guide](https://yunohost.org/#/install) to learn how to install it." +"This package allows you to install %(application_name)s quickly and simply " +"on a YunoHost server.\n" +"If you don't have YunoHost, please consult [the guide](https://yunohost.org/" +"#/install) to learn how to install it." msgstr "" -#: templates/README.md.j2:31 +#: templates/README.md.j2:32 msgid "Overview" msgstr "" -#: templates/README.md.j2:34 +#: templates/README.md.j2:35 msgid "**Shipped version:**" msgstr "" -#: templates/README.md.j2:38 +#: templates/README.md.j2:39 msgid "**Demo:**" msgstr "" -#: templates/README.md.j2:42 +#: templates/README.md.j2:43 msgid "Screenshots" msgstr "" -#: templates/README.md.j2:45 +#: templates/README.md.j2:46 #, python-format msgid "Screenshot of %(application_name)s" msgstr "" -#: templates/README.md.j2:50 +#: templates/README.md.j2:51 msgid "Disclaimers / important information" msgstr "" -#: templates/README.md.j2:56 +#: templates/README.md.j2:57 msgid "Antifeatures" msgstr "" -#: templates/README.md.j2:63 +#: templates/README.md.j2:64 msgid "Documentation and resources" msgstr "" -#: templates/README.md.j2:65 +#: templates/README.md.j2:66 msgid "Official app website:" msgstr "" -#: templates/README.md.j2:67 +#: templates/README.md.j2:68 msgid "Official user documentation:" msgstr "" -#: templates/README.md.j2:69 +#: templates/README.md.j2:70 msgid "Official admin documentation:" msgstr "" -#: templates/README.md.j2:71 +#: templates/README.md.j2:72 msgid "Upstream app code repository:" msgstr "" -#: templates/README.md.j2:73 +#: templates/README.md.j2:74 msgid "YunoHost Store:" msgstr "" -#: templates/README.md.j2:74 +#: templates/README.md.j2:75 msgid "Report a bug:" msgstr "" -#: templates/README.md.j2:76 +#: templates/README.md.j2:77 msgid "Developer info" msgstr "" -#: templates/README.md.j2:78 +#: templates/README.md.j2:79 #, python-format msgid "" -"Please send your pull request to the [testing " -"branch](%(testing_branch_url)s)" +"Please send your pull request to the [testing branch](%(testing_branch_url)s)" msgstr "" -#: templates/README.md.j2:81 +#: templates/README.md.j2:82 msgid "To try the testing branch, please proceed like that." msgstr "" -#: templates/README.md.j2:89 +#: templates/README.md.j2:86 +msgid "or" +msgstr "" + +#: templates/README.md.j2:90 msgid "More info regarding app packaging:" msgstr "" diff --git a/readme_generator/translations/sv/LC_MESSAGES/messages.po b/readme_generator/translations/sv/LC_MESSAGES/messages.po index 68a2adb..ee08fbc 100644 --- a/readme_generator/translations/sv/LC_MESSAGES/messages.po +++ b/readme_generator/translations/sv/LC_MESSAGES/messages.po @@ -7,13 +7,13 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-22 06:28+0100\n" +"POT-Creation-Date: 2024-03-23 03:25+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: sv\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.14.0\n" @@ -28,155 +28,168 @@ msgstr "" #: templates/README.md.j2:4 msgid "" -"Copy this app before working on it, using the ['Use this " -"template'](https://github.com/YunoHost/example_ynh/generate) button on " +"Copy this app before working on it, using the ['Use this template'](https://" +"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " "the Github repo." msgstr "" #: templates/README.md.j2:5 -msgid "Edit the `manifest.json` with app specific info." +msgid "Edit the `manifest.toml` with app specific info" msgstr "" #: templates/README.md.j2:6 msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts," -" and any relevant conf files in `conf/`." +"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " +"any relevant conf files in `conf/`." msgstr "" #: templates/README.md.j2:7 msgid "" -"Using the [script helpers " -"documentation.](https://yunohost.org/packaging_apps_helpers)" +"Using the [script helpers documentation.](https://yunohost.org/" +"packaging_apps_helpers)" msgstr "" #: templates/README.md.j2:8 -msgid "Add a `LICENSE` file for the package." +msgid "" +"Edit the `change_url` and `config` scripts too, or remove them if you have " +"no use of them" msgstr "" #: templates/README.md.j2:9 -msgid "Edit `doc/DISCLAIMER*.md`" +msgid "" +"Add a `LICENSE` file for the package. NB: this LICENSE file is not meant to " +"necessarily be the LICENSE of the upstream app - it is only the LICENSE you " +"want this package's code to published with ;). We recommend to use [the " +"AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt)." msgstr "" #: templates/README.md.j2:10 -msgid "" -"The `README.md` files are to be automatically generated by " -"https://github.com/YunoHost/apps/tree/master/tools/readme_generator" +msgid "Edit files under the `doc/` directory" msgstr "" -#: templates/README.md.j2:16 +#: templates/README.md.j2:11 msgid "" -"N.B.: This README was automatically generated by " -"https://github.com/YunoHost/apps/tree/master/tools/readme_generator\n" +"The `README.md` files are to be automatically generated by " +msgstr "" + +#: templates/README.md.j2:17 +msgid "" +"N.B.: This README was automatically generated by \n" "It shall NOT be edited by hand." msgstr "" -#: templates/README.md.j2:20 +#: templates/README.md.j2:21 #, python-format msgid "%(application_name)s for YunoHost" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Integration level" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Working status" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Maintenance status" msgstr "" -#: templates/README.md.j2:24 +#: templates/README.md.j2:25 #, python-format msgid "Install %(application_name)s with YunoHost" msgstr "" -#: templates/README.md.j2:26 +#: templates/README.md.j2:27 msgid "Read this README is other languages." msgstr "" -#: templates/README.md.j2:28 +#: templates/README.md.j2:29 #, python-format msgid "" -"This package allows you to install %(application_name)s quickly and " -"simply on a YunoHost server.\n" -"If you don't have YunoHost, please consult [the " -"guide](https://yunohost.org/#/install) to learn how to install it." +"This package allows you to install %(application_name)s quickly and simply " +"on a YunoHost server.\n" +"If you don't have YunoHost, please consult [the guide](https://yunohost.org/" +"#/install) to learn how to install it." msgstr "" -#: templates/README.md.j2:31 +#: templates/README.md.j2:32 msgid "Overview" msgstr "" -#: templates/README.md.j2:34 +#: templates/README.md.j2:35 msgid "**Shipped version:**" msgstr "" -#: templates/README.md.j2:38 +#: templates/README.md.j2:39 msgid "**Demo:**" msgstr "" -#: templates/README.md.j2:42 +#: templates/README.md.j2:43 msgid "Screenshots" msgstr "" -#: templates/README.md.j2:45 +#: templates/README.md.j2:46 #, python-format msgid "Screenshot of %(application_name)s" msgstr "" -#: templates/README.md.j2:50 +#: templates/README.md.j2:51 msgid "Disclaimers / important information" msgstr "" -#: templates/README.md.j2:56 +#: templates/README.md.j2:57 msgid "Antifeatures" msgstr "" -#: templates/README.md.j2:63 +#: templates/README.md.j2:64 msgid "Documentation and resources" msgstr "" -#: templates/README.md.j2:65 +#: templates/README.md.j2:66 msgid "Official app website:" msgstr "" -#: templates/README.md.j2:67 +#: templates/README.md.j2:68 msgid "Official user documentation:" msgstr "" -#: templates/README.md.j2:69 +#: templates/README.md.j2:70 msgid "Official admin documentation:" msgstr "" -#: templates/README.md.j2:71 +#: templates/README.md.j2:72 msgid "Upstream app code repository:" msgstr "" -#: templates/README.md.j2:73 +#: templates/README.md.j2:74 msgid "YunoHost Store:" msgstr "" -#: templates/README.md.j2:74 +#: templates/README.md.j2:75 msgid "Report a bug:" msgstr "" -#: templates/README.md.j2:76 +#: templates/README.md.j2:77 msgid "Developer info" msgstr "" -#: templates/README.md.j2:78 +#: templates/README.md.j2:79 #, python-format msgid "" -"Please send your pull request to the [testing " -"branch](%(testing_branch_url)s)" +"Please send your pull request to the [testing branch](%(testing_branch_url)s)" msgstr "" -#: templates/README.md.j2:81 +#: templates/README.md.j2:82 msgid "To try the testing branch, please proceed like that." msgstr "" -#: templates/README.md.j2:89 +#: templates/README.md.j2:86 +msgid "or" +msgstr "" + +#: templates/README.md.j2:90 msgid "More info regarding app packaging:" msgstr "" diff --git a/readme_generator/translations/te/LC_MESSAGES/messages.po b/readme_generator/translations/te/LC_MESSAGES/messages.po index eec91ed..a6c5974 100644 --- a/readme_generator/translations/te/LC_MESSAGES/messages.po +++ b/readme_generator/translations/te/LC_MESSAGES/messages.po @@ -7,13 +7,13 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-22 06:28+0100\n" +"POT-Creation-Date: 2024-03-23 03:25+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: te\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.14.0\n" @@ -28,155 +28,168 @@ msgstr "" #: templates/README.md.j2:4 msgid "" -"Copy this app before working on it, using the ['Use this " -"template'](https://github.com/YunoHost/example_ynh/generate) button on " +"Copy this app before working on it, using the ['Use this template'](https://" +"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " "the Github repo." msgstr "" #: templates/README.md.j2:5 -msgid "Edit the `manifest.json` with app specific info." +msgid "Edit the `manifest.toml` with app specific info" msgstr "" #: templates/README.md.j2:6 msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts," -" and any relevant conf files in `conf/`." +"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " +"any relevant conf files in `conf/`." msgstr "" #: templates/README.md.j2:7 msgid "" -"Using the [script helpers " -"documentation.](https://yunohost.org/packaging_apps_helpers)" +"Using the [script helpers documentation.](https://yunohost.org/" +"packaging_apps_helpers)" msgstr "" #: templates/README.md.j2:8 -msgid "Add a `LICENSE` file for the package." +msgid "" +"Edit the `change_url` and `config` scripts too, or remove them if you have " +"no use of them" msgstr "" #: templates/README.md.j2:9 -msgid "Edit `doc/DISCLAIMER*.md`" +msgid "" +"Add a `LICENSE` file for the package. NB: this LICENSE file is not meant to " +"necessarily be the LICENSE of the upstream app - it is only the LICENSE you " +"want this package's code to published with ;). We recommend to use [the " +"AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt)." msgstr "" #: templates/README.md.j2:10 -msgid "" -"The `README.md` files are to be automatically generated by " -"https://github.com/YunoHost/apps/tree/master/tools/readme_generator" +msgid "Edit files under the `doc/` directory" msgstr "" -#: templates/README.md.j2:16 +#: templates/README.md.j2:11 msgid "" -"N.B.: This README was automatically generated by " -"https://github.com/YunoHost/apps/tree/master/tools/readme_generator\n" +"The `README.md` files are to be automatically generated by " +msgstr "" + +#: templates/README.md.j2:17 +msgid "" +"N.B.: This README was automatically generated by \n" "It shall NOT be edited by hand." msgstr "" -#: templates/README.md.j2:20 +#: templates/README.md.j2:21 #, python-format msgid "%(application_name)s for YunoHost" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Integration level" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Working status" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Maintenance status" msgstr "" -#: templates/README.md.j2:24 +#: templates/README.md.j2:25 #, python-format msgid "Install %(application_name)s with YunoHost" msgstr "" -#: templates/README.md.j2:26 +#: templates/README.md.j2:27 msgid "Read this README is other languages." msgstr "" -#: templates/README.md.j2:28 +#: templates/README.md.j2:29 #, python-format msgid "" -"This package allows you to install %(application_name)s quickly and " -"simply on a YunoHost server.\n" -"If you don't have YunoHost, please consult [the " -"guide](https://yunohost.org/#/install) to learn how to install it." +"This package allows you to install %(application_name)s quickly and simply " +"on a YunoHost server.\n" +"If you don't have YunoHost, please consult [the guide](https://yunohost.org/" +"#/install) to learn how to install it." msgstr "" -#: templates/README.md.j2:31 +#: templates/README.md.j2:32 msgid "Overview" msgstr "" -#: templates/README.md.j2:34 +#: templates/README.md.j2:35 msgid "**Shipped version:**" msgstr "" -#: templates/README.md.j2:38 +#: templates/README.md.j2:39 msgid "**Demo:**" msgstr "" -#: templates/README.md.j2:42 +#: templates/README.md.j2:43 msgid "Screenshots" msgstr "" -#: templates/README.md.j2:45 +#: templates/README.md.j2:46 #, python-format msgid "Screenshot of %(application_name)s" msgstr "" -#: templates/README.md.j2:50 +#: templates/README.md.j2:51 msgid "Disclaimers / important information" msgstr "" -#: templates/README.md.j2:56 +#: templates/README.md.j2:57 msgid "Antifeatures" msgstr "" -#: templates/README.md.j2:63 +#: templates/README.md.j2:64 msgid "Documentation and resources" msgstr "" -#: templates/README.md.j2:65 +#: templates/README.md.j2:66 msgid "Official app website:" msgstr "" -#: templates/README.md.j2:67 +#: templates/README.md.j2:68 msgid "Official user documentation:" msgstr "" -#: templates/README.md.j2:69 +#: templates/README.md.j2:70 msgid "Official admin documentation:" msgstr "" -#: templates/README.md.j2:71 +#: templates/README.md.j2:72 msgid "Upstream app code repository:" msgstr "" -#: templates/README.md.j2:73 +#: templates/README.md.j2:74 msgid "YunoHost Store:" msgstr "" -#: templates/README.md.j2:74 +#: templates/README.md.j2:75 msgid "Report a bug:" msgstr "" -#: templates/README.md.j2:76 +#: templates/README.md.j2:77 msgid "Developer info" msgstr "" -#: templates/README.md.j2:78 +#: templates/README.md.j2:79 #, python-format msgid "" -"Please send your pull request to the [testing " -"branch](%(testing_branch_url)s)" +"Please send your pull request to the [testing branch](%(testing_branch_url)s)" msgstr "" -#: templates/README.md.j2:81 +#: templates/README.md.j2:82 msgid "To try the testing branch, please proceed like that." msgstr "" -#: templates/README.md.j2:89 +#: templates/README.md.j2:86 +msgid "or" +msgstr "" + +#: templates/README.md.j2:90 msgid "More info regarding app packaging:" msgstr "" diff --git a/readme_generator/translations/tr/LC_MESSAGES/messages.po b/readme_generator/translations/tr/LC_MESSAGES/messages.po index 8be25ce..c8fc4b9 100644 --- a/readme_generator/translations/tr/LC_MESSAGES/messages.po +++ b/readme_generator/translations/tr/LC_MESSAGES/messages.po @@ -7,13 +7,13 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-22 06:28+0100\n" +"POT-Creation-Date: 2024-03-23 03:25+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: tr\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.14.0\n" @@ -28,155 +28,168 @@ msgstr "" #: templates/README.md.j2:4 msgid "" -"Copy this app before working on it, using the ['Use this " -"template'](https://github.com/YunoHost/example_ynh/generate) button on " +"Copy this app before working on it, using the ['Use this template'](https://" +"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " "the Github repo." msgstr "" #: templates/README.md.j2:5 -msgid "Edit the `manifest.json` with app specific info." +msgid "Edit the `manifest.toml` with app specific info" msgstr "" #: templates/README.md.j2:6 msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts," -" and any relevant conf files in `conf/`." +"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " +"any relevant conf files in `conf/`." msgstr "" #: templates/README.md.j2:7 msgid "" -"Using the [script helpers " -"documentation.](https://yunohost.org/packaging_apps_helpers)" +"Using the [script helpers documentation.](https://yunohost.org/" +"packaging_apps_helpers)" msgstr "" #: templates/README.md.j2:8 -msgid "Add a `LICENSE` file for the package." +msgid "" +"Edit the `change_url` and `config` scripts too, or remove them if you have " +"no use of them" msgstr "" #: templates/README.md.j2:9 -msgid "Edit `doc/DISCLAIMER*.md`" +msgid "" +"Add a `LICENSE` file for the package. NB: this LICENSE file is not meant to " +"necessarily be the LICENSE of the upstream app - it is only the LICENSE you " +"want this package's code to published with ;). We recommend to use [the " +"AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt)." msgstr "" #: templates/README.md.j2:10 -msgid "" -"The `README.md` files are to be automatically generated by " -"https://github.com/YunoHost/apps/tree/master/tools/readme_generator" +msgid "Edit files under the `doc/` directory" msgstr "" -#: templates/README.md.j2:16 +#: templates/README.md.j2:11 msgid "" -"N.B.: This README was automatically generated by " -"https://github.com/YunoHost/apps/tree/master/tools/readme_generator\n" +"The `README.md` files are to be automatically generated by " +msgstr "" + +#: templates/README.md.j2:17 +msgid "" +"N.B.: This README was automatically generated by \n" "It shall NOT be edited by hand." msgstr "" -#: templates/README.md.j2:20 +#: templates/README.md.j2:21 #, python-format msgid "%(application_name)s for YunoHost" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Integration level" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Working status" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Maintenance status" msgstr "" -#: templates/README.md.j2:24 +#: templates/README.md.j2:25 #, python-format msgid "Install %(application_name)s with YunoHost" msgstr "" -#: templates/README.md.j2:26 +#: templates/README.md.j2:27 msgid "Read this README is other languages." msgstr "" -#: templates/README.md.j2:28 +#: templates/README.md.j2:29 #, python-format msgid "" -"This package allows you to install %(application_name)s quickly and " -"simply on a YunoHost server.\n" -"If you don't have YunoHost, please consult [the " -"guide](https://yunohost.org/#/install) to learn how to install it." +"This package allows you to install %(application_name)s quickly and simply " +"on a YunoHost server.\n" +"If you don't have YunoHost, please consult [the guide](https://yunohost.org/" +"#/install) to learn how to install it." msgstr "" -#: templates/README.md.j2:31 +#: templates/README.md.j2:32 msgid "Overview" msgstr "" -#: templates/README.md.j2:34 +#: templates/README.md.j2:35 msgid "**Shipped version:**" msgstr "" -#: templates/README.md.j2:38 +#: templates/README.md.j2:39 msgid "**Demo:**" msgstr "" -#: templates/README.md.j2:42 +#: templates/README.md.j2:43 msgid "Screenshots" msgstr "" -#: templates/README.md.j2:45 +#: templates/README.md.j2:46 #, python-format msgid "Screenshot of %(application_name)s" msgstr "" -#: templates/README.md.j2:50 +#: templates/README.md.j2:51 msgid "Disclaimers / important information" msgstr "" -#: templates/README.md.j2:56 +#: templates/README.md.j2:57 msgid "Antifeatures" msgstr "" -#: templates/README.md.j2:63 +#: templates/README.md.j2:64 msgid "Documentation and resources" msgstr "" -#: templates/README.md.j2:65 +#: templates/README.md.j2:66 msgid "Official app website:" msgstr "" -#: templates/README.md.j2:67 +#: templates/README.md.j2:68 msgid "Official user documentation:" msgstr "" -#: templates/README.md.j2:69 +#: templates/README.md.j2:70 msgid "Official admin documentation:" msgstr "" -#: templates/README.md.j2:71 +#: templates/README.md.j2:72 msgid "Upstream app code repository:" msgstr "" -#: templates/README.md.j2:73 +#: templates/README.md.j2:74 msgid "YunoHost Store:" msgstr "" -#: templates/README.md.j2:74 +#: templates/README.md.j2:75 msgid "Report a bug:" msgstr "" -#: templates/README.md.j2:76 +#: templates/README.md.j2:77 msgid "Developer info" msgstr "" -#: templates/README.md.j2:78 +#: templates/README.md.j2:79 #, python-format msgid "" -"Please send your pull request to the [testing " -"branch](%(testing_branch_url)s)" +"Please send your pull request to the [testing branch](%(testing_branch_url)s)" msgstr "" -#: templates/README.md.j2:81 +#: templates/README.md.j2:82 msgid "To try the testing branch, please proceed like that." msgstr "" -#: templates/README.md.j2:89 +#: templates/README.md.j2:86 +msgid "or" +msgstr "" + +#: templates/README.md.j2:90 msgid "More info regarding app packaging:" msgstr "" diff --git a/readme_generator/translations/uk/LC_MESSAGES/messages.po b/readme_generator/translations/uk/LC_MESSAGES/messages.po index 315b96b..25c1937 100644 --- a/readme_generator/translations/uk/LC_MESSAGES/messages.po +++ b/readme_generator/translations/uk/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-22 06:28+0100\n" +"POT-Creation-Date: 2024-03-23 03:25+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -29,17 +29,18 @@ msgstr "" #: templates/README.md.j2:4 msgid "" "Copy this app before working on it, using the ['Use this template'](https://" -"github.com/YunoHost/example_ynh/generate) button on the Github repo." +"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " +"the Github repo." msgstr "" #: templates/README.md.j2:5 -msgid "Edit the `manifest.json` with app specific info." +msgid "Edit the `manifest.toml` with app specific info" msgstr "" #: templates/README.md.j2:6 msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, " -"and any relevant conf files in `conf/`." +"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " +"any relevant conf files in `conf/`." msgstr "" #: templates/README.md.j2:7 @@ -49,53 +50,63 @@ msgid "" msgstr "" #: templates/README.md.j2:8 -msgid "Add a `LICENSE` file for the package." +msgid "" +"Edit the `change_url` and `config` scripts too, or remove them if you have " +"no use of them" msgstr "" #: templates/README.md.j2:9 -msgid "Edit `doc/DISCLAIMER*.md`" +msgid "" +"Add a `LICENSE` file for the package. NB: this LICENSE file is not meant to " +"necessarily be the LICENSE of the upstream app - it is only the LICENSE you " +"want this package's code to published with ;). We recommend to use [the " +"AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt)." msgstr "" #: templates/README.md.j2:10 -msgid "" -"The `README.md` files are to be automatically generated by https://github." -"com/YunoHost/apps/tree/master/tools/readme_generator" +msgid "Edit files under the `doc/` directory" msgstr "" -#: templates/README.md.j2:16 +#: templates/README.md.j2:11 msgid "" -"N.B.: This README was automatically generated by https://github.com/YunoHost/" -"apps/tree/master/tools/readme_generator\n" +"The `README.md` files are to be automatically generated by " +msgstr "" + +#: templates/README.md.j2:17 +msgid "" +"N.B.: This README was automatically generated by \n" "It shall NOT be edited by hand." msgstr "" -#: templates/README.md.j2:20 +#: templates/README.md.j2:21 #, python-format msgid "%(application_name)s for YunoHost" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Integration level" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Working status" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Maintenance status" msgstr "" -#: templates/README.md.j2:24 +#: templates/README.md.j2:25 #, python-format msgid "Install %(application_name)s with YunoHost" msgstr "" -#: templates/README.md.j2:26 +#: templates/README.md.j2:27 msgid "Read this README is other languages." msgstr "" -#: templates/README.md.j2:28 +#: templates/README.md.j2:29 #, python-format msgid "" "This package allows you to install %(application_name)s quickly and simply " @@ -104,77 +115,81 @@ msgid "" "#/install) to learn how to install it." msgstr "" -#: templates/README.md.j2:31 +#: templates/README.md.j2:32 msgid "Overview" msgstr "" -#: templates/README.md.j2:34 +#: templates/README.md.j2:35 msgid "**Shipped version:**" msgstr "" -#: templates/README.md.j2:38 +#: templates/README.md.j2:39 msgid "**Demo:**" msgstr "" -#: templates/README.md.j2:42 +#: templates/README.md.j2:43 msgid "Screenshots" msgstr "" -#: templates/README.md.j2:45 +#: templates/README.md.j2:46 #, python-format msgid "Screenshot of %(application_name)s" msgstr "" -#: templates/README.md.j2:50 +#: templates/README.md.j2:51 msgid "Disclaimers / important information" msgstr "" -#: templates/README.md.j2:56 +#: templates/README.md.j2:57 msgid "Antifeatures" msgstr "" -#: templates/README.md.j2:63 +#: templates/README.md.j2:64 msgid "Documentation and resources" msgstr "" -#: templates/README.md.j2:65 +#: templates/README.md.j2:66 msgid "Official app website:" msgstr "" -#: templates/README.md.j2:67 +#: templates/README.md.j2:68 msgid "Official user documentation:" msgstr "" -#: templates/README.md.j2:69 +#: templates/README.md.j2:70 msgid "Official admin documentation:" msgstr "" -#: templates/README.md.j2:71 +#: templates/README.md.j2:72 msgid "Upstream app code repository:" msgstr "" -#: templates/README.md.j2:73 +#: templates/README.md.j2:74 msgid "YunoHost Store:" msgstr "" -#: templates/README.md.j2:74 +#: templates/README.md.j2:75 msgid "Report a bug:" msgstr "" -#: templates/README.md.j2:76 +#: templates/README.md.j2:77 msgid "Developer info" msgstr "" -#: templates/README.md.j2:78 +#: templates/README.md.j2:79 #, python-format msgid "" "Please send your pull request to the [testing branch](%(testing_branch_url)s)" msgstr "" -#: templates/README.md.j2:81 +#: templates/README.md.j2:82 msgid "To try the testing branch, please proceed like that." msgstr "" -#: templates/README.md.j2:89 +#: templates/README.md.j2:86 +msgid "or" +msgstr "" + +#: templates/README.md.j2:90 msgid "More info regarding app packaging:" msgstr "" diff --git a/readme_generator/translations/zh_Hans/LC_MESSAGES/messages.po b/readme_generator/translations/zh_Hans/LC_MESSAGES/messages.po index 56d6928..64577d5 100644 --- a/readme_generator/translations/zh_Hans/LC_MESSAGES/messages.po +++ b/readme_generator/translations/zh_Hans/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-22 06:28+0100\n" +"POT-Creation-Date: 2024-03-23 03:25+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -29,17 +29,18 @@ msgstr "" #: templates/README.md.j2:4 msgid "" "Copy this app before working on it, using the ['Use this template'](https://" -"github.com/YunoHost/example_ynh/generate) button on the Github repo." +"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " +"the Github repo." msgstr "" #: templates/README.md.j2:5 -msgid "Edit the `manifest.json` with app specific info." +msgid "Edit the `manifest.toml` with app specific info" msgstr "" #: templates/README.md.j2:6 msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, " -"and any relevant conf files in `conf/`." +"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " +"any relevant conf files in `conf/`." msgstr "" #: templates/README.md.j2:7 @@ -49,53 +50,63 @@ msgid "" msgstr "" #: templates/README.md.j2:8 -msgid "Add a `LICENSE` file for the package." +msgid "" +"Edit the `change_url` and `config` scripts too, or remove them if you have " +"no use of them" msgstr "" #: templates/README.md.j2:9 -msgid "Edit `doc/DISCLAIMER*.md`" +msgid "" +"Add a `LICENSE` file for the package. NB: this LICENSE file is not meant to " +"necessarily be the LICENSE of the upstream app - it is only the LICENSE you " +"want this package's code to published with ;). We recommend to use [the " +"AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt)." msgstr "" #: templates/README.md.j2:10 -msgid "" -"The `README.md` files are to be automatically generated by https://github." -"com/YunoHost/apps/tree/master/tools/readme_generator" +msgid "Edit files under the `doc/` directory" msgstr "" -#: templates/README.md.j2:16 +#: templates/README.md.j2:11 msgid "" -"N.B.: This README was automatically generated by https://github.com/YunoHost/" -"apps/tree/master/tools/readme_generator\n" +"The `README.md` files are to be automatically generated by " +msgstr "" + +#: templates/README.md.j2:17 +msgid "" +"N.B.: This README was automatically generated by \n" "It shall NOT be edited by hand." msgstr "" -#: templates/README.md.j2:20 +#: templates/README.md.j2:21 #, python-format msgid "%(application_name)s for YunoHost" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Integration level" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Working status" msgstr "" -#: templates/README.md.j2:22 +#: templates/README.md.j2:23 msgid "Maintenance status" msgstr "" -#: templates/README.md.j2:24 +#: templates/README.md.j2:25 #, python-format msgid "Install %(application_name)s with YunoHost" msgstr "" -#: templates/README.md.j2:26 +#: templates/README.md.j2:27 msgid "Read this README is other languages." msgstr "" -#: templates/README.md.j2:28 +#: templates/README.md.j2:29 #, python-format msgid "" "This package allows you to install %(application_name)s quickly and simply " @@ -104,77 +115,81 @@ msgid "" "#/install) to learn how to install it." msgstr "" -#: templates/README.md.j2:31 +#: templates/README.md.j2:32 msgid "Overview" msgstr "" -#: templates/README.md.j2:34 +#: templates/README.md.j2:35 msgid "**Shipped version:**" msgstr "" -#: templates/README.md.j2:38 +#: templates/README.md.j2:39 msgid "**Demo:**" msgstr "" -#: templates/README.md.j2:42 +#: templates/README.md.j2:43 msgid "Screenshots" msgstr "" -#: templates/README.md.j2:45 +#: templates/README.md.j2:46 #, python-format msgid "Screenshot of %(application_name)s" msgstr "" -#: templates/README.md.j2:50 +#: templates/README.md.j2:51 msgid "Disclaimers / important information" msgstr "" -#: templates/README.md.j2:56 +#: templates/README.md.j2:57 msgid "Antifeatures" msgstr "" -#: templates/README.md.j2:63 +#: templates/README.md.j2:64 msgid "Documentation and resources" msgstr "" -#: templates/README.md.j2:65 +#: templates/README.md.j2:66 msgid "Official app website:" msgstr "" -#: templates/README.md.j2:67 +#: templates/README.md.j2:68 msgid "Official user documentation:" msgstr "" -#: templates/README.md.j2:69 +#: templates/README.md.j2:70 msgid "Official admin documentation:" msgstr "" -#: templates/README.md.j2:71 +#: templates/README.md.j2:72 msgid "Upstream app code repository:" msgstr "" -#: templates/README.md.j2:73 +#: templates/README.md.j2:74 msgid "YunoHost Store:" msgstr "" -#: templates/README.md.j2:74 +#: templates/README.md.j2:75 msgid "Report a bug:" msgstr "" -#: templates/README.md.j2:76 +#: templates/README.md.j2:77 msgid "Developer info" msgstr "" -#: templates/README.md.j2:78 +#: templates/README.md.j2:79 #, python-format msgid "" "Please send your pull request to the [testing branch](%(testing_branch_url)s)" msgstr "" -#: templates/README.md.j2:81 +#: templates/README.md.j2:82 msgid "To try the testing branch, please proceed like that." msgstr "" -#: templates/README.md.j2:89 +#: templates/README.md.j2:86 +msgid "or" +msgstr "" + +#: templates/README.md.j2:90 msgid "More info regarding app packaging:" msgstr ""