From f9ed47d16fbb11cc291348e5bdde257d327388d4 Mon Sep 17 00:00:00 2001 From: Weblate Date: Fri, 22 Mar 2024 02:45:00 +0100 Subject: [PATCH 01/41] Added translation using Weblate (Arabic) --- .../templates/README_ar.md.j2 | 89 +++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 tools/readme_generator/templates/README_ar.md.j2 diff --git a/tools/readme_generator/templates/README_ar.md.j2 b/tools/readme_generator/templates/README_ar.md.j2 new file mode 100644 index 0000000000..46f33e45eb --- /dev/null +++ b/tools/readme_generator/templates/README_ar.md.j2 @@ -0,0 +1,89 @@ +{% if manifest.id == "example" -%} +# Packaging an app, starting from this example + +* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. +* Edit the `manifest.json` with app specific info. +* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. + * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) +* Add a `LICENSE` file for the package. +* Edit `doc/DISCLAIMER*.md` +* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator + +--- +{% endif -%} + + + +# {{manifest.name}} for YunoHost + +[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) + +[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) + +*[Lire ce readme en français.](./README_fr.md)* + +> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. +If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* + +## Overview + +{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} +**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} +{% endif -%} + +{% if upstream.demo %} +**Demo:** <{{upstream.demo}}> +{% endif -%} + +{% if screenshots %} +## Screenshots + +{% for screenshot in screenshots -%} + ![Screenshot of {{manifest.name}}](./{{screenshot}}) +{% endfor %} +{% endif -%} + +{% if disclaimer -%} +## Disclaimers / important information + +{{ disclaimer }} +{% endif -%} + +{% if antifeatures -%} +## :red_circle: Antifeatures + +{% for antifeature in antifeatures.values() -%} + - **{{ antifeature.title }}**: {{ antifeature.description }} +{% endfor %} +{% endif -%} + +## Documentation and resources + +{% if upstream.website -%}- Official app website: <{{ upstream.website }}> +{% endif -%} +{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> +{% endif -%} +{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> +{% endif -%} +{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> +{% endif -%} +- YunoHost Store: +- Report a bug: + +## Developer info + +Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). + +To try the testing branch, please proceed like that. + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +or +sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +``` + +**More info regarding app packaging:** + From bfcfdd99302edeeef0b20161fc1edd82cc1778b3 Mon Sep 17 00:00:00 2001 From: Weblate Date: Fri, 22 Mar 2024 02:45:13 +0100 Subject: [PATCH 02/41] Added translation using Weblate (Bengali (Bangladesh)) --- .../templates/README_bn_BD.md.j2 | 89 +++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 tools/readme_generator/templates/README_bn_BD.md.j2 diff --git a/tools/readme_generator/templates/README_bn_BD.md.j2 b/tools/readme_generator/templates/README_bn_BD.md.j2 new file mode 100644 index 0000000000..46f33e45eb --- /dev/null +++ b/tools/readme_generator/templates/README_bn_BD.md.j2 @@ -0,0 +1,89 @@ +{% if manifest.id == "example" -%} +# Packaging an app, starting from this example + +* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. +* Edit the `manifest.json` with app specific info. +* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. + * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) +* Add a `LICENSE` file for the package. +* Edit `doc/DISCLAIMER*.md` +* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator + +--- +{% endif -%} + + + +# {{manifest.name}} for YunoHost + +[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) + +[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) + +*[Lire ce readme en français.](./README_fr.md)* + +> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. +If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* + +## Overview + +{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} +**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} +{% endif -%} + +{% if upstream.demo %} +**Demo:** <{{upstream.demo}}> +{% endif -%} + +{% if screenshots %} +## Screenshots + +{% for screenshot in screenshots -%} + ![Screenshot of {{manifest.name}}](./{{screenshot}}) +{% endfor %} +{% endif -%} + +{% if disclaimer -%} +## Disclaimers / important information + +{{ disclaimer }} +{% endif -%} + +{% if antifeatures -%} +## :red_circle: Antifeatures + +{% for antifeature in antifeatures.values() -%} + - **{{ antifeature.title }}**: {{ antifeature.description }} +{% endfor %} +{% endif -%} + +## Documentation and resources + +{% if upstream.website -%}- Official app website: <{{ upstream.website }}> +{% endif -%} +{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> +{% endif -%} +{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> +{% endif -%} +{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> +{% endif -%} +- YunoHost Store: +- Report a bug: + +## Developer info + +Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). + +To try the testing branch, please proceed like that. + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +or +sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +``` + +**More info regarding app packaging:** + From 09e8454b9c29de25d463cfac2a62d6cca1213f6b Mon Sep 17 00:00:00 2001 From: Weblate Date: Fri, 22 Mar 2024 02:45:14 +0100 Subject: [PATCH 03/41] Added translation using Weblate (Breton) --- .../templates/README_br.md.j2 | 89 +++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 tools/readme_generator/templates/README_br.md.j2 diff --git a/tools/readme_generator/templates/README_br.md.j2 b/tools/readme_generator/templates/README_br.md.j2 new file mode 100644 index 0000000000..46f33e45eb --- /dev/null +++ b/tools/readme_generator/templates/README_br.md.j2 @@ -0,0 +1,89 @@ +{% if manifest.id == "example" -%} +# Packaging an app, starting from this example + +* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. +* Edit the `manifest.json` with app specific info. +* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. + * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) +* Add a `LICENSE` file for the package. +* Edit `doc/DISCLAIMER*.md` +* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator + +--- +{% endif -%} + + + +# {{manifest.name}} for YunoHost + +[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) + +[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) + +*[Lire ce readme en français.](./README_fr.md)* + +> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. +If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* + +## Overview + +{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} +**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} +{% endif -%} + +{% if upstream.demo %} +**Demo:** <{{upstream.demo}}> +{% endif -%} + +{% if screenshots %} +## Screenshots + +{% for screenshot in screenshots -%} + ![Screenshot of {{manifest.name}}](./{{screenshot}}) +{% endfor %} +{% endif -%} + +{% if disclaimer -%} +## Disclaimers / important information + +{{ disclaimer }} +{% endif -%} + +{% if antifeatures -%} +## :red_circle: Antifeatures + +{% for antifeature in antifeatures.values() -%} + - **{{ antifeature.title }}**: {{ antifeature.description }} +{% endfor %} +{% endif -%} + +## Documentation and resources + +{% if upstream.website -%}- Official app website: <{{ upstream.website }}> +{% endif -%} +{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> +{% endif -%} +{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> +{% endif -%} +{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> +{% endif -%} +- YunoHost Store: +- Report a bug: + +## Developer info + +Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). + +To try the testing branch, please proceed like that. + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +or +sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +``` + +**More info regarding app packaging:** + From 96f6eaf19532d6460a1c8cc0f813e14dc26341e3 Mon Sep 17 00:00:00 2001 From: Weblate Date: Fri, 22 Mar 2024 02:45:24 +0100 Subject: [PATCH 04/41] Added translation using Weblate (Catalan) --- .../templates/README_ca.md.j2 | 89 +++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 tools/readme_generator/templates/README_ca.md.j2 diff --git a/tools/readme_generator/templates/README_ca.md.j2 b/tools/readme_generator/templates/README_ca.md.j2 new file mode 100644 index 0000000000..46f33e45eb --- /dev/null +++ b/tools/readme_generator/templates/README_ca.md.j2 @@ -0,0 +1,89 @@ +{% if manifest.id == "example" -%} +# Packaging an app, starting from this example + +* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. +* Edit the `manifest.json` with app specific info. +* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. + * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) +* Add a `LICENSE` file for the package. +* Edit `doc/DISCLAIMER*.md` +* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator + +--- +{% endif -%} + + + +# {{manifest.name}} for YunoHost + +[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) + +[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) + +*[Lire ce readme en français.](./README_fr.md)* + +> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. +If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* + +## Overview + +{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} +**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} +{% endif -%} + +{% if upstream.demo %} +**Demo:** <{{upstream.demo}}> +{% endif -%} + +{% if screenshots %} +## Screenshots + +{% for screenshot in screenshots -%} + ![Screenshot of {{manifest.name}}](./{{screenshot}}) +{% endfor %} +{% endif -%} + +{% if disclaimer -%} +## Disclaimers / important information + +{{ disclaimer }} +{% endif -%} + +{% if antifeatures -%} +## :red_circle: Antifeatures + +{% for antifeature in antifeatures.values() -%} + - **{{ antifeature.title }}**: {{ antifeature.description }} +{% endfor %} +{% endif -%} + +## Documentation and resources + +{% if upstream.website -%}- Official app website: <{{ upstream.website }}> +{% endif -%} +{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> +{% endif -%} +{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> +{% endif -%} +{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> +{% endif -%} +- YunoHost Store: +- Report a bug: + +## Developer info + +Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). + +To try the testing branch, please proceed like that. + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +or +sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +``` + +**More info regarding app packaging:** + From cfea0245ed25987eddf85e95a0cbfb9747dbdb88 Mon Sep 17 00:00:00 2001 From: Weblate Date: Fri, 22 Mar 2024 02:45:26 +0100 Subject: [PATCH 05/41] Added translation using Weblate (Kurdish (Central)) --- .../templates/README_ckb.md.j2 | 89 +++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 tools/readme_generator/templates/README_ckb.md.j2 diff --git a/tools/readme_generator/templates/README_ckb.md.j2 b/tools/readme_generator/templates/README_ckb.md.j2 new file mode 100644 index 0000000000..46f33e45eb --- /dev/null +++ b/tools/readme_generator/templates/README_ckb.md.j2 @@ -0,0 +1,89 @@ +{% if manifest.id == "example" -%} +# Packaging an app, starting from this example + +* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. +* Edit the `manifest.json` with app specific info. +* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. + * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) +* Add a `LICENSE` file for the package. +* Edit `doc/DISCLAIMER*.md` +* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator + +--- +{% endif -%} + + + +# {{manifest.name}} for YunoHost + +[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) + +[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) + +*[Lire ce readme en français.](./README_fr.md)* + +> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. +If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* + +## Overview + +{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} +**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} +{% endif -%} + +{% if upstream.demo %} +**Demo:** <{{upstream.demo}}> +{% endif -%} + +{% if screenshots %} +## Screenshots + +{% for screenshot in screenshots -%} + ![Screenshot of {{manifest.name}}](./{{screenshot}}) +{% endfor %} +{% endif -%} + +{% if disclaimer -%} +## Disclaimers / important information + +{{ disclaimer }} +{% endif -%} + +{% if antifeatures -%} +## :red_circle: Antifeatures + +{% for antifeature in antifeatures.values() -%} + - **{{ antifeature.title }}**: {{ antifeature.description }} +{% endfor %} +{% endif -%} + +## Documentation and resources + +{% if upstream.website -%}- Official app website: <{{ upstream.website }}> +{% endif -%} +{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> +{% endif -%} +{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> +{% endif -%} +{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> +{% endif -%} +- YunoHost Store: +- Report a bug: + +## Developer info + +Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). + +To try the testing branch, please proceed like that. + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +or +sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +``` + +**More info regarding app packaging:** + From 8d96027d330a2269abb070c4d33e21697f3a866c Mon Sep 17 00:00:00 2001 From: Weblate Date: Fri, 22 Mar 2024 02:45:34 +0100 Subject: [PATCH 06/41] Added translation using Weblate (Czech) --- .../templates/README_cs.md.j2 | 89 +++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 tools/readme_generator/templates/README_cs.md.j2 diff --git a/tools/readme_generator/templates/README_cs.md.j2 b/tools/readme_generator/templates/README_cs.md.j2 new file mode 100644 index 0000000000..46f33e45eb --- /dev/null +++ b/tools/readme_generator/templates/README_cs.md.j2 @@ -0,0 +1,89 @@ +{% if manifest.id == "example" -%} +# Packaging an app, starting from this example + +* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. +* Edit the `manifest.json` with app specific info. +* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. + * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) +* Add a `LICENSE` file for the package. +* Edit `doc/DISCLAIMER*.md` +* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator + +--- +{% endif -%} + + + +# {{manifest.name}} for YunoHost + +[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) + +[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) + +*[Lire ce readme en français.](./README_fr.md)* + +> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. +If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* + +## Overview + +{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} +**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} +{% endif -%} + +{% if upstream.demo %} +**Demo:** <{{upstream.demo}}> +{% endif -%} + +{% if screenshots %} +## Screenshots + +{% for screenshot in screenshots -%} + ![Screenshot of {{manifest.name}}](./{{screenshot}}) +{% endfor %} +{% endif -%} + +{% if disclaimer -%} +## Disclaimers / important information + +{{ disclaimer }} +{% endif -%} + +{% if antifeatures -%} +## :red_circle: Antifeatures + +{% for antifeature in antifeatures.values() -%} + - **{{ antifeature.title }}**: {{ antifeature.description }} +{% endfor %} +{% endif -%} + +## Documentation and resources + +{% if upstream.website -%}- Official app website: <{{ upstream.website }}> +{% endif -%} +{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> +{% endif -%} +{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> +{% endif -%} +{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> +{% endif -%} +- YunoHost Store: +- Report a bug: + +## Developer info + +Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). + +To try the testing branch, please proceed like that. + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +or +sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +``` + +**More info regarding app packaging:** + From d2732f1b0df77843c523763a6b635738c7662283 Mon Sep 17 00:00:00 2001 From: Weblate Date: Fri, 22 Mar 2024 02:45:44 +0100 Subject: [PATCH 07/41] Added translation using Weblate (Danish) --- .../templates/README_da.md.j2 | 89 +++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 tools/readme_generator/templates/README_da.md.j2 diff --git a/tools/readme_generator/templates/README_da.md.j2 b/tools/readme_generator/templates/README_da.md.j2 new file mode 100644 index 0000000000..46f33e45eb --- /dev/null +++ b/tools/readme_generator/templates/README_da.md.j2 @@ -0,0 +1,89 @@ +{% if manifest.id == "example" -%} +# Packaging an app, starting from this example + +* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. +* Edit the `manifest.json` with app specific info. +* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. + * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) +* Add a `LICENSE` file for the package. +* Edit `doc/DISCLAIMER*.md` +* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator + +--- +{% endif -%} + + + +# {{manifest.name}} for YunoHost + +[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) + +[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) + +*[Lire ce readme en français.](./README_fr.md)* + +> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. +If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* + +## Overview + +{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} +**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} +{% endif -%} + +{% if upstream.demo %} +**Demo:** <{{upstream.demo}}> +{% endif -%} + +{% if screenshots %} +## Screenshots + +{% for screenshot in screenshots -%} + ![Screenshot of {{manifest.name}}](./{{screenshot}}) +{% endfor %} +{% endif -%} + +{% if disclaimer -%} +## Disclaimers / important information + +{{ disclaimer }} +{% endif -%} + +{% if antifeatures -%} +## :red_circle: Antifeatures + +{% for antifeature in antifeatures.values() -%} + - **{{ antifeature.title }}**: {{ antifeature.description }} +{% endfor %} +{% endif -%} + +## Documentation and resources + +{% if upstream.website -%}- Official app website: <{{ upstream.website }}> +{% endif -%} +{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> +{% endif -%} +{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> +{% endif -%} +{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> +{% endif -%} +- YunoHost Store: +- Report a bug: + +## Developer info + +Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). + +To try the testing branch, please proceed like that. + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +or +sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +``` + +**More info regarding app packaging:** + From f12ba920d9523c7fbd8a271c5034f04ad8f74b3d Mon Sep 17 00:00:00 2001 From: Weblate Date: Fri, 22 Mar 2024 02:45:56 +0100 Subject: [PATCH 08/41] Added translation using Weblate (German) --- .../templates/README_de.md.j2 | 89 +++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 tools/readme_generator/templates/README_de.md.j2 diff --git a/tools/readme_generator/templates/README_de.md.j2 b/tools/readme_generator/templates/README_de.md.j2 new file mode 100644 index 0000000000..46f33e45eb --- /dev/null +++ b/tools/readme_generator/templates/README_de.md.j2 @@ -0,0 +1,89 @@ +{% if manifest.id == "example" -%} +# Packaging an app, starting from this example + +* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. +* Edit the `manifest.json` with app specific info. +* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. + * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) +* Add a `LICENSE` file for the package. +* Edit `doc/DISCLAIMER*.md` +* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator + +--- +{% endif -%} + + + +# {{manifest.name}} for YunoHost + +[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) + +[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) + +*[Lire ce readme en français.](./README_fr.md)* + +> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. +If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* + +## Overview + +{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} +**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} +{% endif -%} + +{% if upstream.demo %} +**Demo:** <{{upstream.demo}}> +{% endif -%} + +{% if screenshots %} +## Screenshots + +{% for screenshot in screenshots -%} + ![Screenshot of {{manifest.name}}](./{{screenshot}}) +{% endfor %} +{% endif -%} + +{% if disclaimer -%} +## Disclaimers / important information + +{{ disclaimer }} +{% endif -%} + +{% if antifeatures -%} +## :red_circle: Antifeatures + +{% for antifeature in antifeatures.values() -%} + - **{{ antifeature.title }}**: {{ antifeature.description }} +{% endfor %} +{% endif -%} + +## Documentation and resources + +{% if upstream.website -%}- Official app website: <{{ upstream.website }}> +{% endif -%} +{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> +{% endif -%} +{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> +{% endif -%} +{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> +{% endif -%} +- YunoHost Store: +- Report a bug: + +## Developer info + +Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). + +To try the testing branch, please proceed like that. + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +or +sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +``` + +**More info regarding app packaging:** + From 7e3ad1386bf32ae8cd96b7841ca2c1c451c2a10b Mon Sep 17 00:00:00 2001 From: Weblate Date: Fri, 22 Mar 2024 02:46:15 +0100 Subject: [PATCH 09/41] Added translation using Weblate (Greek) --- .../templates/README_el.md.j2 | 89 +++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 tools/readme_generator/templates/README_el.md.j2 diff --git a/tools/readme_generator/templates/README_el.md.j2 b/tools/readme_generator/templates/README_el.md.j2 new file mode 100644 index 0000000000..46f33e45eb --- /dev/null +++ b/tools/readme_generator/templates/README_el.md.j2 @@ -0,0 +1,89 @@ +{% if manifest.id == "example" -%} +# Packaging an app, starting from this example + +* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. +* Edit the `manifest.json` with app specific info. +* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. + * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) +* Add a `LICENSE` file for the package. +* Edit `doc/DISCLAIMER*.md` +* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator + +--- +{% endif -%} + + + +# {{manifest.name}} for YunoHost + +[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) + +[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) + +*[Lire ce readme en français.](./README_fr.md)* + +> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. +If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* + +## Overview + +{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} +**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} +{% endif -%} + +{% if upstream.demo %} +**Demo:** <{{upstream.demo}}> +{% endif -%} + +{% if screenshots %} +## Screenshots + +{% for screenshot in screenshots -%} + ![Screenshot of {{manifest.name}}](./{{screenshot}}) +{% endfor %} +{% endif -%} + +{% if disclaimer -%} +## Disclaimers / important information + +{{ disclaimer }} +{% endif -%} + +{% if antifeatures -%} +## :red_circle: Antifeatures + +{% for antifeature in antifeatures.values() -%} + - **{{ antifeature.title }}**: {{ antifeature.description }} +{% endfor %} +{% endif -%} + +## Documentation and resources + +{% if upstream.website -%}- Official app website: <{{ upstream.website }}> +{% endif -%} +{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> +{% endif -%} +{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> +{% endif -%} +{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> +{% endif -%} +- YunoHost Store: +- Report a bug: + +## Developer info + +Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). + +To try the testing branch, please proceed like that. + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +or +sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +``` + +**More info regarding app packaging:** + From 0d3efb7109602743e35790952a6532adbeed64cc Mon Sep 17 00:00:00 2001 From: Weblate Date: Fri, 22 Mar 2024 02:46:17 +0100 Subject: [PATCH 10/41] Added translation using Weblate (Esperanto) --- .../templates/README_eo.md.j2 | 89 +++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 tools/readme_generator/templates/README_eo.md.j2 diff --git a/tools/readme_generator/templates/README_eo.md.j2 b/tools/readme_generator/templates/README_eo.md.j2 new file mode 100644 index 0000000000..46f33e45eb --- /dev/null +++ b/tools/readme_generator/templates/README_eo.md.j2 @@ -0,0 +1,89 @@ +{% if manifest.id == "example" -%} +# Packaging an app, starting from this example + +* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. +* Edit the `manifest.json` with app specific info. +* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. + * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) +* Add a `LICENSE` file for the package. +* Edit `doc/DISCLAIMER*.md` +* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator + +--- +{% endif -%} + + + +# {{manifest.name}} for YunoHost + +[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) + +[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) + +*[Lire ce readme en français.](./README_fr.md)* + +> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. +If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* + +## Overview + +{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} +**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} +{% endif -%} + +{% if upstream.demo %} +**Demo:** <{{upstream.demo}}> +{% endif -%} + +{% if screenshots %} +## Screenshots + +{% for screenshot in screenshots -%} + ![Screenshot of {{manifest.name}}](./{{screenshot}}) +{% endfor %} +{% endif -%} + +{% if disclaimer -%} +## Disclaimers / important information + +{{ disclaimer }} +{% endif -%} + +{% if antifeatures -%} +## :red_circle: Antifeatures + +{% for antifeature in antifeatures.values() -%} + - **{{ antifeature.title }}**: {{ antifeature.description }} +{% endfor %} +{% endif -%} + +## Documentation and resources + +{% if upstream.website -%}- Official app website: <{{ upstream.website }}> +{% endif -%} +{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> +{% endif -%} +{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> +{% endif -%} +{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> +{% endif -%} +- YunoHost Store: +- Report a bug: + +## Developer info + +Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). + +To try the testing branch, please proceed like that. + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +or +sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +``` + +**More info regarding app packaging:** + From ba1de7af1842b78d11e83e1f44e8c0db013d2991 Mon Sep 17 00:00:00 2001 From: Weblate Date: Fri, 22 Mar 2024 02:46:36 +0100 Subject: [PATCH 11/41] Added translation using Weblate (Spanish) --- .../templates/README_es.md.j2 | 89 +++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 tools/readme_generator/templates/README_es.md.j2 diff --git a/tools/readme_generator/templates/README_es.md.j2 b/tools/readme_generator/templates/README_es.md.j2 new file mode 100644 index 0000000000..46f33e45eb --- /dev/null +++ b/tools/readme_generator/templates/README_es.md.j2 @@ -0,0 +1,89 @@ +{% if manifest.id == "example" -%} +# Packaging an app, starting from this example + +* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. +* Edit the `manifest.json` with app specific info. +* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. + * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) +* Add a `LICENSE` file for the package. +* Edit `doc/DISCLAIMER*.md` +* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator + +--- +{% endif -%} + + + +# {{manifest.name}} for YunoHost + +[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) + +[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) + +*[Lire ce readme en français.](./README_fr.md)* + +> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. +If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* + +## Overview + +{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} +**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} +{% endif -%} + +{% if upstream.demo %} +**Demo:** <{{upstream.demo}}> +{% endif -%} + +{% if screenshots %} +## Screenshots + +{% for screenshot in screenshots -%} + ![Screenshot of {{manifest.name}}](./{{screenshot}}) +{% endfor %} +{% endif -%} + +{% if disclaimer -%} +## Disclaimers / important information + +{{ disclaimer }} +{% endif -%} + +{% if antifeatures -%} +## :red_circle: Antifeatures + +{% for antifeature in antifeatures.values() -%} + - **{{ antifeature.title }}**: {{ antifeature.description }} +{% endfor %} +{% endif -%} + +## Documentation and resources + +{% if upstream.website -%}- Official app website: <{{ upstream.website }}> +{% endif -%} +{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> +{% endif -%} +{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> +{% endif -%} +{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> +{% endif -%} +- YunoHost Store: +- Report a bug: + +## Developer info + +Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). + +To try the testing branch, please proceed like that. + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +or +sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +``` + +**More info regarding app packaging:** + From b0724e4d21615dce535dde9bbf3d732c0c68cd66 Mon Sep 17 00:00:00 2001 From: Weblate Date: Fri, 22 Mar 2024 02:46:38 +0100 Subject: [PATCH 12/41] Added translation using Weblate (Basque) --- .../templates/README_eu.md.j2 | 89 +++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 tools/readme_generator/templates/README_eu.md.j2 diff --git a/tools/readme_generator/templates/README_eu.md.j2 b/tools/readme_generator/templates/README_eu.md.j2 new file mode 100644 index 0000000000..46f33e45eb --- /dev/null +++ b/tools/readme_generator/templates/README_eu.md.j2 @@ -0,0 +1,89 @@ +{% if manifest.id == "example" -%} +# Packaging an app, starting from this example + +* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. +* Edit the `manifest.json` with app specific info. +* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. + * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) +* Add a `LICENSE` file for the package. +* Edit `doc/DISCLAIMER*.md` +* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator + +--- +{% endif -%} + + + +# {{manifest.name}} for YunoHost + +[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) + +[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) + +*[Lire ce readme en français.](./README_fr.md)* + +> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. +If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* + +## Overview + +{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} +**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} +{% endif -%} + +{% if upstream.demo %} +**Demo:** <{{upstream.demo}}> +{% endif -%} + +{% if screenshots %} +## Screenshots + +{% for screenshot in screenshots -%} + ![Screenshot of {{manifest.name}}](./{{screenshot}}) +{% endfor %} +{% endif -%} + +{% if disclaimer -%} +## Disclaimers / important information + +{{ disclaimer }} +{% endif -%} + +{% if antifeatures -%} +## :red_circle: Antifeatures + +{% for antifeature in antifeatures.values() -%} + - **{{ antifeature.title }}**: {{ antifeature.description }} +{% endfor %} +{% endif -%} + +## Documentation and resources + +{% if upstream.website -%}- Official app website: <{{ upstream.website }}> +{% endif -%} +{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> +{% endif -%} +{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> +{% endif -%} +{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> +{% endif -%} +- YunoHost Store: +- Report a bug: + +## Developer info + +Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). + +To try the testing branch, please proceed like that. + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +or +sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +``` + +**More info regarding app packaging:** + From 4efcd6d99e800999425d37a8ba0a6791b5ef4126 Mon Sep 17 00:00:00 2001 From: Weblate Date: Fri, 22 Mar 2024 02:46:57 +0100 Subject: [PATCH 13/41] Added translation using Weblate (Persian) --- .../templates/README_fa.md.j2 | 89 +++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 tools/readme_generator/templates/README_fa.md.j2 diff --git a/tools/readme_generator/templates/README_fa.md.j2 b/tools/readme_generator/templates/README_fa.md.j2 new file mode 100644 index 0000000000..46f33e45eb --- /dev/null +++ b/tools/readme_generator/templates/README_fa.md.j2 @@ -0,0 +1,89 @@ +{% if manifest.id == "example" -%} +# Packaging an app, starting from this example + +* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. +* Edit the `manifest.json` with app specific info. +* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. + * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) +* Add a `LICENSE` file for the package. +* Edit `doc/DISCLAIMER*.md` +* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator + +--- +{% endif -%} + + + +# {{manifest.name}} for YunoHost + +[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) + +[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) + +*[Lire ce readme en français.](./README_fr.md)* + +> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. +If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* + +## Overview + +{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} +**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} +{% endif -%} + +{% if upstream.demo %} +**Demo:** <{{upstream.demo}}> +{% endif -%} + +{% if screenshots %} +## Screenshots + +{% for screenshot in screenshots -%} + ![Screenshot of {{manifest.name}}](./{{screenshot}}) +{% endfor %} +{% endif -%} + +{% if disclaimer -%} +## Disclaimers / important information + +{{ disclaimer }} +{% endif -%} + +{% if antifeatures -%} +## :red_circle: Antifeatures + +{% for antifeature in antifeatures.values() -%} + - **{{ antifeature.title }}**: {{ antifeature.description }} +{% endfor %} +{% endif -%} + +## Documentation and resources + +{% if upstream.website -%}- Official app website: <{{ upstream.website }}> +{% endif -%} +{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> +{% endif -%} +{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> +{% endif -%} +{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> +{% endif -%} +- YunoHost Store: +- Report a bug: + +## Developer info + +Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). + +To try the testing branch, please proceed like that. + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +or +sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +``` + +**More info regarding app packaging:** + From 2ab67ef0d4d20189ace29992894f791b5461a287 Mon Sep 17 00:00:00 2001 From: Weblate Date: Fri, 22 Mar 2024 02:46:59 +0100 Subject: [PATCH 14/41] Added translation using Weblate (Finnish) --- .../templates/README_fi.md.j2 | 89 +++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 tools/readme_generator/templates/README_fi.md.j2 diff --git a/tools/readme_generator/templates/README_fi.md.j2 b/tools/readme_generator/templates/README_fi.md.j2 new file mode 100644 index 0000000000..46f33e45eb --- /dev/null +++ b/tools/readme_generator/templates/README_fi.md.j2 @@ -0,0 +1,89 @@ +{% if manifest.id == "example" -%} +# Packaging an app, starting from this example + +* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. +* Edit the `manifest.json` with app specific info. +* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. + * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) +* Add a `LICENSE` file for the package. +* Edit `doc/DISCLAIMER*.md` +* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator + +--- +{% endif -%} + + + +# {{manifest.name}} for YunoHost + +[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) + +[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) + +*[Lire ce readme en français.](./README_fr.md)* + +> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. +If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* + +## Overview + +{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} +**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} +{% endif -%} + +{% if upstream.demo %} +**Demo:** <{{upstream.demo}}> +{% endif -%} + +{% if screenshots %} +## Screenshots + +{% for screenshot in screenshots -%} + ![Screenshot of {{manifest.name}}](./{{screenshot}}) +{% endfor %} +{% endif -%} + +{% if disclaimer -%} +## Disclaimers / important information + +{{ disclaimer }} +{% endif -%} + +{% if antifeatures -%} +## :red_circle: Antifeatures + +{% for antifeature in antifeatures.values() -%} + - **{{ antifeature.title }}**: {{ antifeature.description }} +{% endfor %} +{% endif -%} + +## Documentation and resources + +{% if upstream.website -%}- Official app website: <{{ upstream.website }}> +{% endif -%} +{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> +{% endif -%} +{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> +{% endif -%} +{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> +{% endif -%} +- YunoHost Store: +- Report a bug: + +## Developer info + +Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). + +To try the testing branch, please proceed like that. + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +or +sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +``` + +**More info regarding app packaging:** + From 0825d299cce7797619cf950910cf459ec087e8f2 Mon Sep 17 00:00:00 2001 From: Weblate Date: Fri, 22 Mar 2024 02:47:18 +0100 Subject: [PATCH 15/41] Added translation using Weblate (French) --- .../templates/README_fr.md.j2 | 89 +++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 tools/readme_generator/templates/README_fr.md.j2 diff --git a/tools/readme_generator/templates/README_fr.md.j2 b/tools/readme_generator/templates/README_fr.md.j2 new file mode 100644 index 0000000000..46f33e45eb --- /dev/null +++ b/tools/readme_generator/templates/README_fr.md.j2 @@ -0,0 +1,89 @@ +{% if manifest.id == "example" -%} +# Packaging an app, starting from this example + +* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. +* Edit the `manifest.json` with app specific info. +* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. + * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) +* Add a `LICENSE` file for the package. +* Edit `doc/DISCLAIMER*.md` +* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator + +--- +{% endif -%} + + + +# {{manifest.name}} for YunoHost + +[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) + +[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) + +*[Lire ce readme en français.](./README_fr.md)* + +> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. +If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* + +## Overview + +{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} +**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} +{% endif -%} + +{% if upstream.demo %} +**Demo:** <{{upstream.demo}}> +{% endif -%} + +{% if screenshots %} +## Screenshots + +{% for screenshot in screenshots -%} + ![Screenshot of {{manifest.name}}](./{{screenshot}}) +{% endfor %} +{% endif -%} + +{% if disclaimer -%} +## Disclaimers / important information + +{{ disclaimer }} +{% endif -%} + +{% if antifeatures -%} +## :red_circle: Antifeatures + +{% for antifeature in antifeatures.values() -%} + - **{{ antifeature.title }}**: {{ antifeature.description }} +{% endfor %} +{% endif -%} + +## Documentation and resources + +{% if upstream.website -%}- Official app website: <{{ upstream.website }}> +{% endif -%} +{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> +{% endif -%} +{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> +{% endif -%} +{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> +{% endif -%} +- YunoHost Store: +- Report a bug: + +## Developer info + +Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). + +To try the testing branch, please proceed like that. + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +or +sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +``` + +**More info regarding app packaging:** + From 460137b063cf516149959d151c2857e984182bcd Mon Sep 17 00:00:00 2001 From: Weblate Date: Fri, 22 Mar 2024 02:47:19 +0100 Subject: [PATCH 16/41] Added translation using Weblate (Galician) --- .../templates/README_gl.md.j2 | 89 +++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 tools/readme_generator/templates/README_gl.md.j2 diff --git a/tools/readme_generator/templates/README_gl.md.j2 b/tools/readme_generator/templates/README_gl.md.j2 new file mode 100644 index 0000000000..46f33e45eb --- /dev/null +++ b/tools/readme_generator/templates/README_gl.md.j2 @@ -0,0 +1,89 @@ +{% if manifest.id == "example" -%} +# Packaging an app, starting from this example + +* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. +* Edit the `manifest.json` with app specific info. +* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. + * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) +* Add a `LICENSE` file for the package. +* Edit `doc/DISCLAIMER*.md` +* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator + +--- +{% endif -%} + + + +# {{manifest.name}} for YunoHost + +[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) + +[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) + +*[Lire ce readme en français.](./README_fr.md)* + +> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. +If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* + +## Overview + +{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} +**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} +{% endif -%} + +{% if upstream.demo %} +**Demo:** <{{upstream.demo}}> +{% endif -%} + +{% if screenshots %} +## Screenshots + +{% for screenshot in screenshots -%} + ![Screenshot of {{manifest.name}}](./{{screenshot}}) +{% endfor %} +{% endif -%} + +{% if disclaimer -%} +## Disclaimers / important information + +{{ disclaimer }} +{% endif -%} + +{% if antifeatures -%} +## :red_circle: Antifeatures + +{% for antifeature in antifeatures.values() -%} + - **{{ antifeature.title }}**: {{ antifeature.description }} +{% endfor %} +{% endif -%} + +## Documentation and resources + +{% if upstream.website -%}- Official app website: <{{ upstream.website }}> +{% endif -%} +{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> +{% endif -%} +{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> +{% endif -%} +{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> +{% endif -%} +- YunoHost Store: +- Report a bug: + +## Developer info + +Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). + +To try the testing branch, please proceed like that. + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +or +sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +``` + +**More info regarding app packaging:** + From de46c04f077899a483c157bcfc77adeff67aed3c Mon Sep 17 00:00:00 2001 From: Weblate Date: Fri, 22 Mar 2024 02:47:28 +0100 Subject: [PATCH 17/41] Added translation using Weblate (Hebrew) --- .../templates/README_he.md.j2 | 89 +++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 tools/readme_generator/templates/README_he.md.j2 diff --git a/tools/readme_generator/templates/README_he.md.j2 b/tools/readme_generator/templates/README_he.md.j2 new file mode 100644 index 0000000000..46f33e45eb --- /dev/null +++ b/tools/readme_generator/templates/README_he.md.j2 @@ -0,0 +1,89 @@ +{% if manifest.id == "example" -%} +# Packaging an app, starting from this example + +* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. +* Edit the `manifest.json` with app specific info. +* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. + * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) +* Add a `LICENSE` file for the package. +* Edit `doc/DISCLAIMER*.md` +* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator + +--- +{% endif -%} + + + +# {{manifest.name}} for YunoHost + +[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) + +[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) + +*[Lire ce readme en français.](./README_fr.md)* + +> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. +If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* + +## Overview + +{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} +**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} +{% endif -%} + +{% if upstream.demo %} +**Demo:** <{{upstream.demo}}> +{% endif -%} + +{% if screenshots %} +## Screenshots + +{% for screenshot in screenshots -%} + ![Screenshot of {{manifest.name}}](./{{screenshot}}) +{% endfor %} +{% endif -%} + +{% if disclaimer -%} +## Disclaimers / important information + +{{ disclaimer }} +{% endif -%} + +{% if antifeatures -%} +## :red_circle: Antifeatures + +{% for antifeature in antifeatures.values() -%} + - **{{ antifeature.title }}**: {{ antifeature.description }} +{% endfor %} +{% endif -%} + +## Documentation and resources + +{% if upstream.website -%}- Official app website: <{{ upstream.website }}> +{% endif -%} +{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> +{% endif -%} +{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> +{% endif -%} +{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> +{% endif -%} +- YunoHost Store: +- Report a bug: + +## Developer info + +Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). + +To try the testing branch, please proceed like that. + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +or +sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +``` + +**More info regarding app packaging:** + From e0540488d8befce2e493bdc479e003ec85849034 Mon Sep 17 00:00:00 2001 From: Weblate Date: Fri, 22 Mar 2024 02:47:39 +0100 Subject: [PATCH 18/41] Added translation using Weblate (Hindi) --- .../templates/README_hi.md.j2 | 89 +++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 tools/readme_generator/templates/README_hi.md.j2 diff --git a/tools/readme_generator/templates/README_hi.md.j2 b/tools/readme_generator/templates/README_hi.md.j2 new file mode 100644 index 0000000000..46f33e45eb --- /dev/null +++ b/tools/readme_generator/templates/README_hi.md.j2 @@ -0,0 +1,89 @@ +{% if manifest.id == "example" -%} +# Packaging an app, starting from this example + +* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. +* Edit the `manifest.json` with app specific info. +* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. + * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) +* Add a `LICENSE` file for the package. +* Edit `doc/DISCLAIMER*.md` +* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator + +--- +{% endif -%} + + + +# {{manifest.name}} for YunoHost + +[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) + +[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) + +*[Lire ce readme en français.](./README_fr.md)* + +> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. +If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* + +## Overview + +{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} +**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} +{% endif -%} + +{% if upstream.demo %} +**Demo:** <{{upstream.demo}}> +{% endif -%} + +{% if screenshots %} +## Screenshots + +{% for screenshot in screenshots -%} + ![Screenshot of {{manifest.name}}](./{{screenshot}}) +{% endfor %} +{% endif -%} + +{% if disclaimer -%} +## Disclaimers / important information + +{{ disclaimer }} +{% endif -%} + +{% if antifeatures -%} +## :red_circle: Antifeatures + +{% for antifeature in antifeatures.values() -%} + - **{{ antifeature.title }}**: {{ antifeature.description }} +{% endfor %} +{% endif -%} + +## Documentation and resources + +{% if upstream.website -%}- Official app website: <{{ upstream.website }}> +{% endif -%} +{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> +{% endif -%} +{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> +{% endif -%} +{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> +{% endif -%} +- YunoHost Store: +- Report a bug: + +## Developer info + +Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). + +To try the testing branch, please proceed like that. + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +or +sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +``` + +**More info regarding app packaging:** + From 629e3d6ec61a57540a4c961b880dd96eb9ef910d Mon Sep 17 00:00:00 2001 From: Weblate Date: Fri, 22 Mar 2024 02:47:50 +0100 Subject: [PATCH 19/41] Added translation using Weblate (Hungarian) --- .../templates/README_hu.md.j2 | 89 +++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 tools/readme_generator/templates/README_hu.md.j2 diff --git a/tools/readme_generator/templates/README_hu.md.j2 b/tools/readme_generator/templates/README_hu.md.j2 new file mode 100644 index 0000000000..46f33e45eb --- /dev/null +++ b/tools/readme_generator/templates/README_hu.md.j2 @@ -0,0 +1,89 @@ +{% if manifest.id == "example" -%} +# Packaging an app, starting from this example + +* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. +* Edit the `manifest.json` with app specific info. +* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. + * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) +* Add a `LICENSE` file for the package. +* Edit `doc/DISCLAIMER*.md` +* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator + +--- +{% endif -%} + + + +# {{manifest.name}} for YunoHost + +[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) + +[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) + +*[Lire ce readme en français.](./README_fr.md)* + +> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. +If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* + +## Overview + +{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} +**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} +{% endif -%} + +{% if upstream.demo %} +**Demo:** <{{upstream.demo}}> +{% endif -%} + +{% if screenshots %} +## Screenshots + +{% for screenshot in screenshots -%} + ![Screenshot of {{manifest.name}}](./{{screenshot}}) +{% endfor %} +{% endif -%} + +{% if disclaimer -%} +## Disclaimers / important information + +{{ disclaimer }} +{% endif -%} + +{% if antifeatures -%} +## :red_circle: Antifeatures + +{% for antifeature in antifeatures.values() -%} + - **{{ antifeature.title }}**: {{ antifeature.description }} +{% endfor %} +{% endif -%} + +## Documentation and resources + +{% if upstream.website -%}- Official app website: <{{ upstream.website }}> +{% endif -%} +{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> +{% endif -%} +{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> +{% endif -%} +{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> +{% endif -%} +- YunoHost Store: +- Report a bug: + +## Developer info + +Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). + +To try the testing branch, please proceed like that. + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +or +sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +``` + +**More info regarding app packaging:** + From a006c2054356d964ad45b95f933db9919a2eead7 Mon Sep 17 00:00:00 2001 From: Weblate Date: Fri, 22 Mar 2024 02:48:10 +0100 Subject: [PATCH 20/41] Added translation using Weblate (Indonesian) --- .../templates/README_id.md.j2 | 89 +++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 tools/readme_generator/templates/README_id.md.j2 diff --git a/tools/readme_generator/templates/README_id.md.j2 b/tools/readme_generator/templates/README_id.md.j2 new file mode 100644 index 0000000000..46f33e45eb --- /dev/null +++ b/tools/readme_generator/templates/README_id.md.j2 @@ -0,0 +1,89 @@ +{% if manifest.id == "example" -%} +# Packaging an app, starting from this example + +* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. +* Edit the `manifest.json` with app specific info. +* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. + * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) +* Add a `LICENSE` file for the package. +* Edit `doc/DISCLAIMER*.md` +* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator + +--- +{% endif -%} + + + +# {{manifest.name}} for YunoHost + +[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) + +[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) + +*[Lire ce readme en français.](./README_fr.md)* + +> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. +If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* + +## Overview + +{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} +**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} +{% endif -%} + +{% if upstream.demo %} +**Demo:** <{{upstream.demo}}> +{% endif -%} + +{% if screenshots %} +## Screenshots + +{% for screenshot in screenshots -%} + ![Screenshot of {{manifest.name}}](./{{screenshot}}) +{% endfor %} +{% endif -%} + +{% if disclaimer -%} +## Disclaimers / important information + +{{ disclaimer }} +{% endif -%} + +{% if antifeatures -%} +## :red_circle: Antifeatures + +{% for antifeature in antifeatures.values() -%} + - **{{ antifeature.title }}**: {{ antifeature.description }} +{% endfor %} +{% endif -%} + +## Documentation and resources + +{% if upstream.website -%}- Official app website: <{{ upstream.website }}> +{% endif -%} +{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> +{% endif -%} +{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> +{% endif -%} +{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> +{% endif -%} +- YunoHost Store: +- Report a bug: + +## Developer info + +Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). + +To try the testing branch, please proceed like that. + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +or +sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +``` + +**More info regarding app packaging:** + From 61da1db4d1ddae998b17ed6cf2c723b998423dc0 Mon Sep 17 00:00:00 2001 From: Weblate Date: Fri, 22 Mar 2024 02:48:20 +0100 Subject: [PATCH 21/41] Added translation using Weblate (Italian) --- .../templates/README_it.md.j2 | 89 +++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 tools/readme_generator/templates/README_it.md.j2 diff --git a/tools/readme_generator/templates/README_it.md.j2 b/tools/readme_generator/templates/README_it.md.j2 new file mode 100644 index 0000000000..46f33e45eb --- /dev/null +++ b/tools/readme_generator/templates/README_it.md.j2 @@ -0,0 +1,89 @@ +{% if manifest.id == "example" -%} +# Packaging an app, starting from this example + +* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. +* Edit the `manifest.json` with app specific info. +* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. + * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) +* Add a `LICENSE` file for the package. +* Edit `doc/DISCLAIMER*.md` +* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator + +--- +{% endif -%} + + + +# {{manifest.name}} for YunoHost + +[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) + +[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) + +*[Lire ce readme en français.](./README_fr.md)* + +> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. +If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* + +## Overview + +{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} +**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} +{% endif -%} + +{% if upstream.demo %} +**Demo:** <{{upstream.demo}}> +{% endif -%} + +{% if screenshots %} +## Screenshots + +{% for screenshot in screenshots -%} + ![Screenshot of {{manifest.name}}](./{{screenshot}}) +{% endfor %} +{% endif -%} + +{% if disclaimer -%} +## Disclaimers / important information + +{{ disclaimer }} +{% endif -%} + +{% if antifeatures -%} +## :red_circle: Antifeatures + +{% for antifeature in antifeatures.values() -%} + - **{{ antifeature.title }}**: {{ antifeature.description }} +{% endfor %} +{% endif -%} + +## Documentation and resources + +{% if upstream.website -%}- Official app website: <{{ upstream.website }}> +{% endif -%} +{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> +{% endif -%} +{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> +{% endif -%} +{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> +{% endif -%} +- YunoHost Store: +- Report a bug: + +## Developer info + +Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). + +To try the testing branch, please proceed like that. + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +or +sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +``` + +**More info regarding app packaging:** + From 0f161afe75cfcb444d53fdddca243844afaad2f7 Mon Sep 17 00:00:00 2001 From: Weblate Date: Fri, 22 Mar 2024 02:48:22 +0100 Subject: [PATCH 22/41] Added translation using Weblate (Japanese) --- .../templates/README_ja.md.j2 | 89 +++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 tools/readme_generator/templates/README_ja.md.j2 diff --git a/tools/readme_generator/templates/README_ja.md.j2 b/tools/readme_generator/templates/README_ja.md.j2 new file mode 100644 index 0000000000..46f33e45eb --- /dev/null +++ b/tools/readme_generator/templates/README_ja.md.j2 @@ -0,0 +1,89 @@ +{% if manifest.id == "example" -%} +# Packaging an app, starting from this example + +* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. +* Edit the `manifest.json` with app specific info. +* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. + * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) +* Add a `LICENSE` file for the package. +* Edit `doc/DISCLAIMER*.md` +* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator + +--- +{% endif -%} + + + +# {{manifest.name}} for YunoHost + +[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) + +[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) + +*[Lire ce readme en français.](./README_fr.md)* + +> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. +If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* + +## Overview + +{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} +**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} +{% endif -%} + +{% if upstream.demo %} +**Demo:** <{{upstream.demo}}> +{% endif -%} + +{% if screenshots %} +## Screenshots + +{% for screenshot in screenshots -%} + ![Screenshot of {{manifest.name}}](./{{screenshot}}) +{% endfor %} +{% endif -%} + +{% if disclaimer -%} +## Disclaimers / important information + +{{ disclaimer }} +{% endif -%} + +{% if antifeatures -%} +## :red_circle: Antifeatures + +{% for antifeature in antifeatures.values() -%} + - **{{ antifeature.title }}**: {{ antifeature.description }} +{% endfor %} +{% endif -%} + +## Documentation and resources + +{% if upstream.website -%}- Official app website: <{{ upstream.website }}> +{% endif -%} +{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> +{% endif -%} +{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> +{% endif -%} +{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> +{% endif -%} +- YunoHost Store: +- Report a bug: + +## Developer info + +Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). + +To try the testing branch, please proceed like that. + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +or +sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +``` + +**More info regarding app packaging:** + From b08b202c021caaeff5c8eea640884404bf5df54c Mon Sep 17 00:00:00 2001 From: Weblate Date: Fri, 22 Mar 2024 02:48:42 +0100 Subject: [PATCH 23/41] Added translation using Weblate (Kabyle) --- .../templates/README_kab.md.j2 | 89 +++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 tools/readme_generator/templates/README_kab.md.j2 diff --git a/tools/readme_generator/templates/README_kab.md.j2 b/tools/readme_generator/templates/README_kab.md.j2 new file mode 100644 index 0000000000..46f33e45eb --- /dev/null +++ b/tools/readme_generator/templates/README_kab.md.j2 @@ -0,0 +1,89 @@ +{% if manifest.id == "example" -%} +# Packaging an app, starting from this example + +* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. +* Edit the `manifest.json` with app specific info. +* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. + * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) +* Add a `LICENSE` file for the package. +* Edit `doc/DISCLAIMER*.md` +* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator + +--- +{% endif -%} + + + +# {{manifest.name}} for YunoHost + +[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) + +[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) + +*[Lire ce readme en français.](./README_fr.md)* + +> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. +If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* + +## Overview + +{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} +**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} +{% endif -%} + +{% if upstream.demo %} +**Demo:** <{{upstream.demo}}> +{% endif -%} + +{% if screenshots %} +## Screenshots + +{% for screenshot in screenshots -%} + ![Screenshot of {{manifest.name}}](./{{screenshot}}) +{% endfor %} +{% endif -%} + +{% if disclaimer -%} +## Disclaimers / important information + +{{ disclaimer }} +{% endif -%} + +{% if antifeatures -%} +## :red_circle: Antifeatures + +{% for antifeature in antifeatures.values() -%} + - **{{ antifeature.title }}**: {{ antifeature.description }} +{% endfor %} +{% endif -%} + +## Documentation and resources + +{% if upstream.website -%}- Official app website: <{{ upstream.website }}> +{% endif -%} +{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> +{% endif -%} +{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> +{% endif -%} +{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> +{% endif -%} +- YunoHost Store: +- Report a bug: + +## Developer info + +Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). + +To try the testing branch, please proceed like that. + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +or +sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +``` + +**More info regarding app packaging:** + From 3cb8c0e6aab9adaee0c2fdb8b02e653b2a72af1e Mon Sep 17 00:00:00 2001 From: Weblate Date: Fri, 22 Mar 2024 02:48:53 +0100 Subject: [PATCH 24/41] Added translation using Weblate (Korean) --- .../templates/README_ko.md.j2 | 89 +++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 tools/readme_generator/templates/README_ko.md.j2 diff --git a/tools/readme_generator/templates/README_ko.md.j2 b/tools/readme_generator/templates/README_ko.md.j2 new file mode 100644 index 0000000000..46f33e45eb --- /dev/null +++ b/tools/readme_generator/templates/README_ko.md.j2 @@ -0,0 +1,89 @@ +{% if manifest.id == "example" -%} +# Packaging an app, starting from this example + +* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. +* Edit the `manifest.json` with app specific info. +* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. + * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) +* Add a `LICENSE` file for the package. +* Edit `doc/DISCLAIMER*.md` +* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator + +--- +{% endif -%} + + + +# {{manifest.name}} for YunoHost + +[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) + +[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) + +*[Lire ce readme en français.](./README_fr.md)* + +> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. +If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* + +## Overview + +{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} +**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} +{% endif -%} + +{% if upstream.demo %} +**Demo:** <{{upstream.demo}}> +{% endif -%} + +{% if screenshots %} +## Screenshots + +{% for screenshot in screenshots -%} + ![Screenshot of {{manifest.name}}](./{{screenshot}}) +{% endfor %} +{% endif -%} + +{% if disclaimer -%} +## Disclaimers / important information + +{{ disclaimer }} +{% endif -%} + +{% if antifeatures -%} +## :red_circle: Antifeatures + +{% for antifeature in antifeatures.values() -%} + - **{{ antifeature.title }}**: {{ antifeature.description }} +{% endfor %} +{% endif -%} + +## Documentation and resources + +{% if upstream.website -%}- Official app website: <{{ upstream.website }}> +{% endif -%} +{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> +{% endif -%} +{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> +{% endif -%} +{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> +{% endif -%} +- YunoHost Store: +- Report a bug: + +## Developer info + +Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). + +To try the testing branch, please proceed like that. + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +or +sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +``` + +**More info regarding app packaging:** + From 97b7a806fa28c76043c4c64923cc7a6baf48e624 Mon Sep 17 00:00:00 2001 From: Weblate Date: Fri, 22 Mar 2024 02:49:03 +0100 Subject: [PATCH 25/41] Added translation using Weblate (Lithuanian) --- .../templates/README_lt.md.j2 | 89 +++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 tools/readme_generator/templates/README_lt.md.j2 diff --git a/tools/readme_generator/templates/README_lt.md.j2 b/tools/readme_generator/templates/README_lt.md.j2 new file mode 100644 index 0000000000..46f33e45eb --- /dev/null +++ b/tools/readme_generator/templates/README_lt.md.j2 @@ -0,0 +1,89 @@ +{% if manifest.id == "example" -%} +# Packaging an app, starting from this example + +* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. +* Edit the `manifest.json` with app specific info. +* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. + * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) +* Add a `LICENSE` file for the package. +* Edit `doc/DISCLAIMER*.md` +* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator + +--- +{% endif -%} + + + +# {{manifest.name}} for YunoHost + +[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) + +[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) + +*[Lire ce readme en français.](./README_fr.md)* + +> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. +If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* + +## Overview + +{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} +**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} +{% endif -%} + +{% if upstream.demo %} +**Demo:** <{{upstream.demo}}> +{% endif -%} + +{% if screenshots %} +## Screenshots + +{% for screenshot in screenshots -%} + ![Screenshot of {{manifest.name}}](./{{screenshot}}) +{% endfor %} +{% endif -%} + +{% if disclaimer -%} +## Disclaimers / important information + +{{ disclaimer }} +{% endif -%} + +{% if antifeatures -%} +## :red_circle: Antifeatures + +{% for antifeature in antifeatures.values() -%} + - **{{ antifeature.title }}**: {{ antifeature.description }} +{% endfor %} +{% endif -%} + +## Documentation and resources + +{% if upstream.website -%}- Official app website: <{{ upstream.website }}> +{% endif -%} +{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> +{% endif -%} +{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> +{% endif -%} +{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> +{% endif -%} +- YunoHost Store: +- Report a bug: + +## Developer info + +Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). + +To try the testing branch, please proceed like that. + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +or +sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +``` + +**More info regarding app packaging:** + From 16966088451af33cde6c2cad05d1cfe5820bc1d0 Mon Sep 17 00:00:00 2001 From: Weblate Date: Fri, 22 Mar 2024 02:49:13 +0100 Subject: [PATCH 26/41] Added translation using Weblate (Macedonian) --- .../templates/README_mk.md.j2 | 89 +++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 tools/readme_generator/templates/README_mk.md.j2 diff --git a/tools/readme_generator/templates/README_mk.md.j2 b/tools/readme_generator/templates/README_mk.md.j2 new file mode 100644 index 0000000000..46f33e45eb --- /dev/null +++ b/tools/readme_generator/templates/README_mk.md.j2 @@ -0,0 +1,89 @@ +{% if manifest.id == "example" -%} +# Packaging an app, starting from this example + +* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. +* Edit the `manifest.json` with app specific info. +* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. + * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) +* Add a `LICENSE` file for the package. +* Edit `doc/DISCLAIMER*.md` +* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator + +--- +{% endif -%} + + + +# {{manifest.name}} for YunoHost + +[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) + +[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) + +*[Lire ce readme en français.](./README_fr.md)* + +> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. +If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* + +## Overview + +{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} +**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} +{% endif -%} + +{% if upstream.demo %} +**Demo:** <{{upstream.demo}}> +{% endif -%} + +{% if screenshots %} +## Screenshots + +{% for screenshot in screenshots -%} + ![Screenshot of {{manifest.name}}](./{{screenshot}}) +{% endfor %} +{% endif -%} + +{% if disclaimer -%} +## Disclaimers / important information + +{{ disclaimer }} +{% endif -%} + +{% if antifeatures -%} +## :red_circle: Antifeatures + +{% for antifeature in antifeatures.values() -%} + - **{{ antifeature.title }}**: {{ antifeature.description }} +{% endfor %} +{% endif -%} + +## Documentation and resources + +{% if upstream.website -%}- Official app website: <{{ upstream.website }}> +{% endif -%} +{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> +{% endif -%} +{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> +{% endif -%} +{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> +{% endif -%} +- YunoHost Store: +- Report a bug: + +## Developer info + +Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). + +To try the testing branch, please proceed like that. + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +or +sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +``` + +**More info regarding app packaging:** + From 7d77c63adeda4038ef903e0786ec559a85c8f03b Mon Sep 17 00:00:00 2001 From: Weblate Date: Fri, 22 Mar 2024 02:49:22 +0100 Subject: [PATCH 27/41] =?UTF-8?q?Added=20translation=20using=20Weblate=20(?= =?UTF-8?q?Norwegian=20Bokm=C3=A5l)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/README_nb_NO.md.j2 | 89 +++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 tools/readme_generator/templates/README_nb_NO.md.j2 diff --git a/tools/readme_generator/templates/README_nb_NO.md.j2 b/tools/readme_generator/templates/README_nb_NO.md.j2 new file mode 100644 index 0000000000..46f33e45eb --- /dev/null +++ b/tools/readme_generator/templates/README_nb_NO.md.j2 @@ -0,0 +1,89 @@ +{% if manifest.id == "example" -%} +# Packaging an app, starting from this example + +* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. +* Edit the `manifest.json` with app specific info. +* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. + * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) +* Add a `LICENSE` file for the package. +* Edit `doc/DISCLAIMER*.md` +* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator + +--- +{% endif -%} + + + +# {{manifest.name}} for YunoHost + +[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) + +[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) + +*[Lire ce readme en français.](./README_fr.md)* + +> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. +If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* + +## Overview + +{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} +**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} +{% endif -%} + +{% if upstream.demo %} +**Demo:** <{{upstream.demo}}> +{% endif -%} + +{% if screenshots %} +## Screenshots + +{% for screenshot in screenshots -%} + ![Screenshot of {{manifest.name}}](./{{screenshot}}) +{% endfor %} +{% endif -%} + +{% if disclaimer -%} +## Disclaimers / important information + +{{ disclaimer }} +{% endif -%} + +{% if antifeatures -%} +## :red_circle: Antifeatures + +{% for antifeature in antifeatures.values() -%} + - **{{ antifeature.title }}**: {{ antifeature.description }} +{% endfor %} +{% endif -%} + +## Documentation and resources + +{% if upstream.website -%}- Official app website: <{{ upstream.website }}> +{% endif -%} +{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> +{% endif -%} +{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> +{% endif -%} +{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> +{% endif -%} +- YunoHost Store: +- Report a bug: + +## Developer info + +Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). + +To try the testing branch, please proceed like that. + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +or +sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +``` + +**More info regarding app packaging:** + From 3d6ecb43768f7a925f3fe8f37f0ce7bb6f14b359 Mon Sep 17 00:00:00 2001 From: Weblate Date: Fri, 22 Mar 2024 02:49:24 +0100 Subject: [PATCH 28/41] Added translation using Weblate (Nepali) --- .../templates/README_ne.md.j2 | 89 +++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 tools/readme_generator/templates/README_ne.md.j2 diff --git a/tools/readme_generator/templates/README_ne.md.j2 b/tools/readme_generator/templates/README_ne.md.j2 new file mode 100644 index 0000000000..46f33e45eb --- /dev/null +++ b/tools/readme_generator/templates/README_ne.md.j2 @@ -0,0 +1,89 @@ +{% if manifest.id == "example" -%} +# Packaging an app, starting from this example + +* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. +* Edit the `manifest.json` with app specific info. +* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. + * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) +* Add a `LICENSE` file for the package. +* Edit `doc/DISCLAIMER*.md` +* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator + +--- +{% endif -%} + + + +# {{manifest.name}} for YunoHost + +[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) + +[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) + +*[Lire ce readme en français.](./README_fr.md)* + +> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. +If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* + +## Overview + +{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} +**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} +{% endif -%} + +{% if upstream.demo %} +**Demo:** <{{upstream.demo}}> +{% endif -%} + +{% if screenshots %} +## Screenshots + +{% for screenshot in screenshots -%} + ![Screenshot of {{manifest.name}}](./{{screenshot}}) +{% endfor %} +{% endif -%} + +{% if disclaimer -%} +## Disclaimers / important information + +{{ disclaimer }} +{% endif -%} + +{% if antifeatures -%} +## :red_circle: Antifeatures + +{% for antifeature in antifeatures.values() -%} + - **{{ antifeature.title }}**: {{ antifeature.description }} +{% endfor %} +{% endif -%} + +## Documentation and resources + +{% if upstream.website -%}- Official app website: <{{ upstream.website }}> +{% endif -%} +{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> +{% endif -%} +{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> +{% endif -%} +{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> +{% endif -%} +- YunoHost Store: +- Report a bug: + +## Developer info + +Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). + +To try the testing branch, please proceed like that. + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +or +sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +``` + +**More info regarding app packaging:** + From 297b0ec6000d536c83d3447ea68c4d5c3f8b8b64 Mon Sep 17 00:00:00 2001 From: Weblate Date: Fri, 22 Mar 2024 02:49:43 +0100 Subject: [PATCH 29/41] Added translation using Weblate (Dutch) --- .../templates/README_nl.md.j2 | 89 +++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 tools/readme_generator/templates/README_nl.md.j2 diff --git a/tools/readme_generator/templates/README_nl.md.j2 b/tools/readme_generator/templates/README_nl.md.j2 new file mode 100644 index 0000000000..46f33e45eb --- /dev/null +++ b/tools/readme_generator/templates/README_nl.md.j2 @@ -0,0 +1,89 @@ +{% if manifest.id == "example" -%} +# Packaging an app, starting from this example + +* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. +* Edit the `manifest.json` with app specific info. +* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. + * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) +* Add a `LICENSE` file for the package. +* Edit `doc/DISCLAIMER*.md` +* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator + +--- +{% endif -%} + + + +# {{manifest.name}} for YunoHost + +[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) + +[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) + +*[Lire ce readme en français.](./README_fr.md)* + +> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. +If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* + +## Overview + +{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} +**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} +{% endif -%} + +{% if upstream.demo %} +**Demo:** <{{upstream.demo}}> +{% endif -%} + +{% if screenshots %} +## Screenshots + +{% for screenshot in screenshots -%} + ![Screenshot of {{manifest.name}}](./{{screenshot}}) +{% endfor %} +{% endif -%} + +{% if disclaimer -%} +## Disclaimers / important information + +{{ disclaimer }} +{% endif -%} + +{% if antifeatures -%} +## :red_circle: Antifeatures + +{% for antifeature in antifeatures.values() -%} + - **{{ antifeature.title }}**: {{ antifeature.description }} +{% endfor %} +{% endif -%} + +## Documentation and resources + +{% if upstream.website -%}- Official app website: <{{ upstream.website }}> +{% endif -%} +{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> +{% endif -%} +{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> +{% endif -%} +{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> +{% endif -%} +- YunoHost Store: +- Report a bug: + +## Developer info + +Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). + +To try the testing branch, please proceed like that. + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +or +sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +``` + +**More info regarding app packaging:** + From d749c0e0a6fd7c22e0e86bbdaaca58feaa2f006b Mon Sep 17 00:00:00 2001 From: Weblate Date: Fri, 22 Mar 2024 02:49:45 +0100 Subject: [PATCH 30/41] Added translation using Weblate (Occitan) --- .../templates/README_oc.md.j2 | 89 +++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 tools/readme_generator/templates/README_oc.md.j2 diff --git a/tools/readme_generator/templates/README_oc.md.j2 b/tools/readme_generator/templates/README_oc.md.j2 new file mode 100644 index 0000000000..46f33e45eb --- /dev/null +++ b/tools/readme_generator/templates/README_oc.md.j2 @@ -0,0 +1,89 @@ +{% if manifest.id == "example" -%} +# Packaging an app, starting from this example + +* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. +* Edit the `manifest.json` with app specific info. +* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. + * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) +* Add a `LICENSE` file for the package. +* Edit `doc/DISCLAIMER*.md` +* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator + +--- +{% endif -%} + + + +# {{manifest.name}} for YunoHost + +[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) + +[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) + +*[Lire ce readme en français.](./README_fr.md)* + +> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. +If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* + +## Overview + +{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} +**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} +{% endif -%} + +{% if upstream.demo %} +**Demo:** <{{upstream.demo}}> +{% endif -%} + +{% if screenshots %} +## Screenshots + +{% for screenshot in screenshots -%} + ![Screenshot of {{manifest.name}}](./{{screenshot}}) +{% endfor %} +{% endif -%} + +{% if disclaimer -%} +## Disclaimers / important information + +{{ disclaimer }} +{% endif -%} + +{% if antifeatures -%} +## :red_circle: Antifeatures + +{% for antifeature in antifeatures.values() -%} + - **{{ antifeature.title }}**: {{ antifeature.description }} +{% endfor %} +{% endif -%} + +## Documentation and resources + +{% if upstream.website -%}- Official app website: <{{ upstream.website }}> +{% endif -%} +{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> +{% endif -%} +{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> +{% endif -%} +{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> +{% endif -%} +- YunoHost Store: +- Report a bug: + +## Developer info + +Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). + +To try the testing branch, please proceed like that. + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +or +sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +``` + +**More info regarding app packaging:** + From 58d443b5d5c0aabdbdaa06ac89f45ae3af460112 Mon Sep 17 00:00:00 2001 From: Weblate Date: Fri, 22 Mar 2024 02:50:05 +0100 Subject: [PATCH 31/41] Added translation using Weblate (Polish) --- .../templates/README_pl.md.j2 | 89 +++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 tools/readme_generator/templates/README_pl.md.j2 diff --git a/tools/readme_generator/templates/README_pl.md.j2 b/tools/readme_generator/templates/README_pl.md.j2 new file mode 100644 index 0000000000..46f33e45eb --- /dev/null +++ b/tools/readme_generator/templates/README_pl.md.j2 @@ -0,0 +1,89 @@ +{% if manifest.id == "example" -%} +# Packaging an app, starting from this example + +* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. +* Edit the `manifest.json` with app specific info. +* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. + * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) +* Add a `LICENSE` file for the package. +* Edit `doc/DISCLAIMER*.md` +* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator + +--- +{% endif -%} + + + +# {{manifest.name}} for YunoHost + +[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) + +[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) + +*[Lire ce readme en français.](./README_fr.md)* + +> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. +If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* + +## Overview + +{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} +**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} +{% endif -%} + +{% if upstream.demo %} +**Demo:** <{{upstream.demo}}> +{% endif -%} + +{% if screenshots %} +## Screenshots + +{% for screenshot in screenshots -%} + ![Screenshot of {{manifest.name}}](./{{screenshot}}) +{% endfor %} +{% endif -%} + +{% if disclaimer -%} +## Disclaimers / important information + +{{ disclaimer }} +{% endif -%} + +{% if antifeatures -%} +## :red_circle: Antifeatures + +{% for antifeature in antifeatures.values() -%} + - **{{ antifeature.title }}**: {{ antifeature.description }} +{% endfor %} +{% endif -%} + +## Documentation and resources + +{% if upstream.website -%}- Official app website: <{{ upstream.website }}> +{% endif -%} +{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> +{% endif -%} +{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> +{% endif -%} +{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> +{% endif -%} +- YunoHost Store: +- Report a bug: + +## Developer info + +Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). + +To try the testing branch, please proceed like that. + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +or +sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +``` + +**More info regarding app packaging:** + From 1ed062981eed02d54d95000eb923942c50c66cfb Mon Sep 17 00:00:00 2001 From: Weblate Date: Fri, 22 Mar 2024 02:50:15 +0100 Subject: [PATCH 32/41] Added translation using Weblate (Portuguese) --- .../templates/README_pt.md.j2 | 89 +++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 tools/readme_generator/templates/README_pt.md.j2 diff --git a/tools/readme_generator/templates/README_pt.md.j2 b/tools/readme_generator/templates/README_pt.md.j2 new file mode 100644 index 0000000000..46f33e45eb --- /dev/null +++ b/tools/readme_generator/templates/README_pt.md.j2 @@ -0,0 +1,89 @@ +{% if manifest.id == "example" -%} +# Packaging an app, starting from this example + +* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. +* Edit the `manifest.json` with app specific info. +* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. + * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) +* Add a `LICENSE` file for the package. +* Edit `doc/DISCLAIMER*.md` +* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator + +--- +{% endif -%} + + + +# {{manifest.name}} for YunoHost + +[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) + +[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) + +*[Lire ce readme en français.](./README_fr.md)* + +> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. +If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* + +## Overview + +{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} +**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} +{% endif -%} + +{% if upstream.demo %} +**Demo:** <{{upstream.demo}}> +{% endif -%} + +{% if screenshots %} +## Screenshots + +{% for screenshot in screenshots -%} + ![Screenshot of {{manifest.name}}](./{{screenshot}}) +{% endfor %} +{% endif -%} + +{% if disclaimer -%} +## Disclaimers / important information + +{{ disclaimer }} +{% endif -%} + +{% if antifeatures -%} +## :red_circle: Antifeatures + +{% for antifeature in antifeatures.values() -%} + - **{{ antifeature.title }}**: {{ antifeature.description }} +{% endfor %} +{% endif -%} + +## Documentation and resources + +{% if upstream.website -%}- Official app website: <{{ upstream.website }}> +{% endif -%} +{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> +{% endif -%} +{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> +{% endif -%} +{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> +{% endif -%} +- YunoHost Store: +- Report a bug: + +## Developer info + +Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). + +To try the testing branch, please proceed like that. + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +or +sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +``` + +**More info regarding app packaging:** + From 43b1662492b986310467ff48bec6230d6caa940b Mon Sep 17 00:00:00 2001 From: Weblate Date: Fri, 22 Mar 2024 02:50:25 +0100 Subject: [PATCH 33/41] Added translation using Weblate (Portuguese (Brazil)) --- .../templates/README_pt_BR.md.j2 | 89 +++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 tools/readme_generator/templates/README_pt_BR.md.j2 diff --git a/tools/readme_generator/templates/README_pt_BR.md.j2 b/tools/readme_generator/templates/README_pt_BR.md.j2 new file mode 100644 index 0000000000..46f33e45eb --- /dev/null +++ b/tools/readme_generator/templates/README_pt_BR.md.j2 @@ -0,0 +1,89 @@ +{% if manifest.id == "example" -%} +# Packaging an app, starting from this example + +* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. +* Edit the `manifest.json` with app specific info. +* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. + * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) +* Add a `LICENSE` file for the package. +* Edit `doc/DISCLAIMER*.md` +* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator + +--- +{% endif -%} + + + +# {{manifest.name}} for YunoHost + +[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) + +[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) + +*[Lire ce readme en français.](./README_fr.md)* + +> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. +If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* + +## Overview + +{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} +**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} +{% endif -%} + +{% if upstream.demo %} +**Demo:** <{{upstream.demo}}> +{% endif -%} + +{% if screenshots %} +## Screenshots + +{% for screenshot in screenshots -%} + ![Screenshot of {{manifest.name}}](./{{screenshot}}) +{% endfor %} +{% endif -%} + +{% if disclaimer -%} +## Disclaimers / important information + +{{ disclaimer }} +{% endif -%} + +{% if antifeatures -%} +## :red_circle: Antifeatures + +{% for antifeature in antifeatures.values() -%} + - **{{ antifeature.title }}**: {{ antifeature.description }} +{% endfor %} +{% endif -%} + +## Documentation and resources + +{% if upstream.website -%}- Official app website: <{{ upstream.website }}> +{% endif -%} +{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> +{% endif -%} +{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> +{% endif -%} +{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> +{% endif -%} +- YunoHost Store: +- Report a bug: + +## Developer info + +Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). + +To try the testing branch, please proceed like that. + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +or +sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +``` + +**More info regarding app packaging:** + From 8d47e9f7454798733c6bdbd650b2764d5beda5bb Mon Sep 17 00:00:00 2001 From: Weblate Date: Fri, 22 Mar 2024 02:50:26 +0100 Subject: [PATCH 34/41] Added translation using Weblate (Russian) --- .../templates/README_ru.md.j2 | 89 +++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 tools/readme_generator/templates/README_ru.md.j2 diff --git a/tools/readme_generator/templates/README_ru.md.j2 b/tools/readme_generator/templates/README_ru.md.j2 new file mode 100644 index 0000000000..46f33e45eb --- /dev/null +++ b/tools/readme_generator/templates/README_ru.md.j2 @@ -0,0 +1,89 @@ +{% if manifest.id == "example" -%} +# Packaging an app, starting from this example + +* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. +* Edit the `manifest.json` with app specific info. +* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. + * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) +* Add a `LICENSE` file for the package. +* Edit `doc/DISCLAIMER*.md` +* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator + +--- +{% endif -%} + + + +# {{manifest.name}} for YunoHost + +[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) + +[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) + +*[Lire ce readme en français.](./README_fr.md)* + +> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. +If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* + +## Overview + +{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} +**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} +{% endif -%} + +{% if upstream.demo %} +**Demo:** <{{upstream.demo}}> +{% endif -%} + +{% if screenshots %} +## Screenshots + +{% for screenshot in screenshots -%} + ![Screenshot of {{manifest.name}}](./{{screenshot}}) +{% endfor %} +{% endif -%} + +{% if disclaimer -%} +## Disclaimers / important information + +{{ disclaimer }} +{% endif -%} + +{% if antifeatures -%} +## :red_circle: Antifeatures + +{% for antifeature in antifeatures.values() -%} + - **{{ antifeature.title }}**: {{ antifeature.description }} +{% endfor %} +{% endif -%} + +## Documentation and resources + +{% if upstream.website -%}- Official app website: <{{ upstream.website }}> +{% endif -%} +{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> +{% endif -%} +{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> +{% endif -%} +{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> +{% endif -%} +- YunoHost Store: +- Report a bug: + +## Developer info + +Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). + +To try the testing branch, please proceed like that. + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +or +sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +``` + +**More info regarding app packaging:** + From f08c925de6ebac8ca1ea24a8da0eaaad78a887c5 Mon Sep 17 00:00:00 2001 From: Weblate Date: Fri, 22 Mar 2024 02:50:35 +0100 Subject: [PATCH 35/41] Added translation using Weblate (Slovak) --- .../templates/README_sk.md.j2 | 89 +++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 tools/readme_generator/templates/README_sk.md.j2 diff --git a/tools/readme_generator/templates/README_sk.md.j2 b/tools/readme_generator/templates/README_sk.md.j2 new file mode 100644 index 0000000000..46f33e45eb --- /dev/null +++ b/tools/readme_generator/templates/README_sk.md.j2 @@ -0,0 +1,89 @@ +{% if manifest.id == "example" -%} +# Packaging an app, starting from this example + +* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. +* Edit the `manifest.json` with app specific info. +* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. + * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) +* Add a `LICENSE` file for the package. +* Edit `doc/DISCLAIMER*.md` +* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator + +--- +{% endif -%} + + + +# {{manifest.name}} for YunoHost + +[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) + +[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) + +*[Lire ce readme en français.](./README_fr.md)* + +> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. +If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* + +## Overview + +{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} +**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} +{% endif -%} + +{% if upstream.demo %} +**Demo:** <{{upstream.demo}}> +{% endif -%} + +{% if screenshots %} +## Screenshots + +{% for screenshot in screenshots -%} + ![Screenshot of {{manifest.name}}](./{{screenshot}}) +{% endfor %} +{% endif -%} + +{% if disclaimer -%} +## Disclaimers / important information + +{{ disclaimer }} +{% endif -%} + +{% if antifeatures -%} +## :red_circle: Antifeatures + +{% for antifeature in antifeatures.values() -%} + - **{{ antifeature.title }}**: {{ antifeature.description }} +{% endfor %} +{% endif -%} + +## Documentation and resources + +{% if upstream.website -%}- Official app website: <{{ upstream.website }}> +{% endif -%} +{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> +{% endif -%} +{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> +{% endif -%} +{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> +{% endif -%} +- YunoHost Store: +- Report a bug: + +## Developer info + +Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). + +To try the testing branch, please proceed like that. + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +or +sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +``` + +**More info regarding app packaging:** + From 5b8103c32176426489096563df93d3415f3a8ccf Mon Sep 17 00:00:00 2001 From: Weblate Date: Fri, 22 Mar 2024 02:50:46 +0100 Subject: [PATCH 36/41] Added translation using Weblate (Slovenian) --- .../templates/README_sl.md.j2 | 89 +++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 tools/readme_generator/templates/README_sl.md.j2 diff --git a/tools/readme_generator/templates/README_sl.md.j2 b/tools/readme_generator/templates/README_sl.md.j2 new file mode 100644 index 0000000000..46f33e45eb --- /dev/null +++ b/tools/readme_generator/templates/README_sl.md.j2 @@ -0,0 +1,89 @@ +{% if manifest.id == "example" -%} +# Packaging an app, starting from this example + +* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. +* Edit the `manifest.json` with app specific info. +* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. + * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) +* Add a `LICENSE` file for the package. +* Edit `doc/DISCLAIMER*.md` +* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator + +--- +{% endif -%} + + + +# {{manifest.name}} for YunoHost + +[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) + +[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) + +*[Lire ce readme en français.](./README_fr.md)* + +> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. +If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* + +## Overview + +{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} +**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} +{% endif -%} + +{% if upstream.demo %} +**Demo:** <{{upstream.demo}}> +{% endif -%} + +{% if screenshots %} +## Screenshots + +{% for screenshot in screenshots -%} + ![Screenshot of {{manifest.name}}](./{{screenshot}}) +{% endfor %} +{% endif -%} + +{% if disclaimer -%} +## Disclaimers / important information + +{{ disclaimer }} +{% endif -%} + +{% if antifeatures -%} +## :red_circle: Antifeatures + +{% for antifeature in antifeatures.values() -%} + - **{{ antifeature.title }}**: {{ antifeature.description }} +{% endfor %} +{% endif -%} + +## Documentation and resources + +{% if upstream.website -%}- Official app website: <{{ upstream.website }}> +{% endif -%} +{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> +{% endif -%} +{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> +{% endif -%} +{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> +{% endif -%} +- YunoHost Store: +- Report a bug: + +## Developer info + +Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). + +To try the testing branch, please proceed like that. + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +or +sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +``` + +**More info regarding app packaging:** + From bfe04b3a4b0c6fead0bfb21c57fe78cbc3be7750 Mon Sep 17 00:00:00 2001 From: Weblate Date: Fri, 22 Mar 2024 02:51:07 +0100 Subject: [PATCH 37/41] Added translation using Weblate (Swedish) --- .../templates/README_sv.md.j2 | 89 +++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 tools/readme_generator/templates/README_sv.md.j2 diff --git a/tools/readme_generator/templates/README_sv.md.j2 b/tools/readme_generator/templates/README_sv.md.j2 new file mode 100644 index 0000000000..46f33e45eb --- /dev/null +++ b/tools/readme_generator/templates/README_sv.md.j2 @@ -0,0 +1,89 @@ +{% if manifest.id == "example" -%} +# Packaging an app, starting from this example + +* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. +* Edit the `manifest.json` with app specific info. +* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. + * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) +* Add a `LICENSE` file for the package. +* Edit `doc/DISCLAIMER*.md` +* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator + +--- +{% endif -%} + + + +# {{manifest.name}} for YunoHost + +[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) + +[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) + +*[Lire ce readme en français.](./README_fr.md)* + +> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. +If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* + +## Overview + +{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} +**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} +{% endif -%} + +{% if upstream.demo %} +**Demo:** <{{upstream.demo}}> +{% endif -%} + +{% if screenshots %} +## Screenshots + +{% for screenshot in screenshots -%} + ![Screenshot of {{manifest.name}}](./{{screenshot}}) +{% endfor %} +{% endif -%} + +{% if disclaimer -%} +## Disclaimers / important information + +{{ disclaimer }} +{% endif -%} + +{% if antifeatures -%} +## :red_circle: Antifeatures + +{% for antifeature in antifeatures.values() -%} + - **{{ antifeature.title }}**: {{ antifeature.description }} +{% endfor %} +{% endif -%} + +## Documentation and resources + +{% if upstream.website -%}- Official app website: <{{ upstream.website }}> +{% endif -%} +{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> +{% endif -%} +{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> +{% endif -%} +{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> +{% endif -%} +- YunoHost Store: +- Report a bug: + +## Developer info + +Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). + +To try the testing branch, please proceed like that. + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +or +sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +``` + +**More info regarding app packaging:** + From f75544d63e643ce9a9c57cacc0e48a7496b81783 Mon Sep 17 00:00:00 2001 From: Weblate Date: Fri, 22 Mar 2024 02:51:17 +0100 Subject: [PATCH 38/41] Added translation using Weblate (Telugu) --- .../templates/README_te.md.j2 | 89 +++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 tools/readme_generator/templates/README_te.md.j2 diff --git a/tools/readme_generator/templates/README_te.md.j2 b/tools/readme_generator/templates/README_te.md.j2 new file mode 100644 index 0000000000..46f33e45eb --- /dev/null +++ b/tools/readme_generator/templates/README_te.md.j2 @@ -0,0 +1,89 @@ +{% if manifest.id == "example" -%} +# Packaging an app, starting from this example + +* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. +* Edit the `manifest.json` with app specific info. +* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. + * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) +* Add a `LICENSE` file for the package. +* Edit `doc/DISCLAIMER*.md` +* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator + +--- +{% endif -%} + + + +# {{manifest.name}} for YunoHost + +[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) + +[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) + +*[Lire ce readme en français.](./README_fr.md)* + +> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. +If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* + +## Overview + +{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} +**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} +{% endif -%} + +{% if upstream.demo %} +**Demo:** <{{upstream.demo}}> +{% endif -%} + +{% if screenshots %} +## Screenshots + +{% for screenshot in screenshots -%} + ![Screenshot of {{manifest.name}}](./{{screenshot}}) +{% endfor %} +{% endif -%} + +{% if disclaimer -%} +## Disclaimers / important information + +{{ disclaimer }} +{% endif -%} + +{% if antifeatures -%} +## :red_circle: Antifeatures + +{% for antifeature in antifeatures.values() -%} + - **{{ antifeature.title }}**: {{ antifeature.description }} +{% endfor %} +{% endif -%} + +## Documentation and resources + +{% if upstream.website -%}- Official app website: <{{ upstream.website }}> +{% endif -%} +{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> +{% endif -%} +{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> +{% endif -%} +{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> +{% endif -%} +- YunoHost Store: +- Report a bug: + +## Developer info + +Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). + +To try the testing branch, please proceed like that. + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +or +sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +``` + +**More info regarding app packaging:** + From a6e0c5545fd44286c7b65d927b85d8de94aeeb28 Mon Sep 17 00:00:00 2001 From: Weblate Date: Fri, 22 Mar 2024 02:51:27 +0100 Subject: [PATCH 39/41] Added translation using Weblate (Turkish) --- .../templates/README_tr.md.j2 | 89 +++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 tools/readme_generator/templates/README_tr.md.j2 diff --git a/tools/readme_generator/templates/README_tr.md.j2 b/tools/readme_generator/templates/README_tr.md.j2 new file mode 100644 index 0000000000..46f33e45eb --- /dev/null +++ b/tools/readme_generator/templates/README_tr.md.j2 @@ -0,0 +1,89 @@ +{% if manifest.id == "example" -%} +# Packaging an app, starting from this example + +* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. +* Edit the `manifest.json` with app specific info. +* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. + * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) +* Add a `LICENSE` file for the package. +* Edit `doc/DISCLAIMER*.md` +* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator + +--- +{% endif -%} + + + +# {{manifest.name}} for YunoHost + +[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) + +[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) + +*[Lire ce readme en français.](./README_fr.md)* + +> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. +If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* + +## Overview + +{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} +**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} +{% endif -%} + +{% if upstream.demo %} +**Demo:** <{{upstream.demo}}> +{% endif -%} + +{% if screenshots %} +## Screenshots + +{% for screenshot in screenshots -%} + ![Screenshot of {{manifest.name}}](./{{screenshot}}) +{% endfor %} +{% endif -%} + +{% if disclaimer -%} +## Disclaimers / important information + +{{ disclaimer }} +{% endif -%} + +{% if antifeatures -%} +## :red_circle: Antifeatures + +{% for antifeature in antifeatures.values() -%} + - **{{ antifeature.title }}**: {{ antifeature.description }} +{% endfor %} +{% endif -%} + +## Documentation and resources + +{% if upstream.website -%}- Official app website: <{{ upstream.website }}> +{% endif -%} +{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> +{% endif -%} +{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> +{% endif -%} +{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> +{% endif -%} +- YunoHost Store: +- Report a bug: + +## Developer info + +Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). + +To try the testing branch, please proceed like that. + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +or +sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +``` + +**More info regarding app packaging:** + From 4eb994b0d2d818bb13a41304476bf98333fb4358 Mon Sep 17 00:00:00 2001 From: Weblate Date: Fri, 22 Mar 2024 02:51:28 +0100 Subject: [PATCH 40/41] Added translation using Weblate (Ukrainian) --- .../templates/README_uk.md.j2 | 89 +++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 tools/readme_generator/templates/README_uk.md.j2 diff --git a/tools/readme_generator/templates/README_uk.md.j2 b/tools/readme_generator/templates/README_uk.md.j2 new file mode 100644 index 0000000000..46f33e45eb --- /dev/null +++ b/tools/readme_generator/templates/README_uk.md.j2 @@ -0,0 +1,89 @@ +{% if manifest.id == "example" -%} +# Packaging an app, starting from this example + +* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. +* Edit the `manifest.json` with app specific info. +* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. + * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) +* Add a `LICENSE` file for the package. +* Edit `doc/DISCLAIMER*.md` +* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator + +--- +{% endif -%} + + + +# {{manifest.name}} for YunoHost + +[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) + +[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) + +*[Lire ce readme en français.](./README_fr.md)* + +> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. +If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* + +## Overview + +{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} +**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} +{% endif -%} + +{% if upstream.demo %} +**Demo:** <{{upstream.demo}}> +{% endif -%} + +{% if screenshots %} +## Screenshots + +{% for screenshot in screenshots -%} + ![Screenshot of {{manifest.name}}](./{{screenshot}}) +{% endfor %} +{% endif -%} + +{% if disclaimer -%} +## Disclaimers / important information + +{{ disclaimer }} +{% endif -%} + +{% if antifeatures -%} +## :red_circle: Antifeatures + +{% for antifeature in antifeatures.values() -%} + - **{{ antifeature.title }}**: {{ antifeature.description }} +{% endfor %} +{% endif -%} + +## Documentation and resources + +{% if upstream.website -%}- Official app website: <{{ upstream.website }}> +{% endif -%} +{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> +{% endif -%} +{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> +{% endif -%} +{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> +{% endif -%} +- YunoHost Store: +- Report a bug: + +## Developer info + +Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). + +To try the testing branch, please proceed like that. + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +or +sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +``` + +**More info regarding app packaging:** + From 82d2341f733aabe82b365e40e9dbeb040672b86d Mon Sep 17 00:00:00 2001 From: Weblate Date: Fri, 22 Mar 2024 02:51:38 +0100 Subject: [PATCH 41/41] Added translation using Weblate (Chinese (Simplified)) --- .../templates/README_zh_Hans.md.j2 | 89 +++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 tools/readme_generator/templates/README_zh_Hans.md.j2 diff --git a/tools/readme_generator/templates/README_zh_Hans.md.j2 b/tools/readme_generator/templates/README_zh_Hans.md.j2 new file mode 100644 index 0000000000..46f33e45eb --- /dev/null +++ b/tools/readme_generator/templates/README_zh_Hans.md.j2 @@ -0,0 +1,89 @@ +{% if manifest.id == "example" -%} +# Packaging an app, starting from this example + +* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. +* Edit the `manifest.json` with app specific info. +* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. + * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) +* Add a `LICENSE` file for the package. +* Edit `doc/DISCLAIMER*.md` +* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator + +--- +{% endif -%} + + + +# {{manifest.name}} for YunoHost + +[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) + +[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) + +*[Lire ce readme en français.](./README_fr.md)* + +> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. +If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* + +## Overview + +{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} +**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} +{% endif -%} + +{% if upstream.demo %} +**Demo:** <{{upstream.demo}}> +{% endif -%} + +{% if screenshots %} +## Screenshots + +{% for screenshot in screenshots -%} + ![Screenshot of {{manifest.name}}](./{{screenshot}}) +{% endfor %} +{% endif -%} + +{% if disclaimer -%} +## Disclaimers / important information + +{{ disclaimer }} +{% endif -%} + +{% if antifeatures -%} +## :red_circle: Antifeatures + +{% for antifeature in antifeatures.values() -%} + - **{{ antifeature.title }}**: {{ antifeature.description }} +{% endfor %} +{% endif -%} + +## Documentation and resources + +{% if upstream.website -%}- Official app website: <{{ upstream.website }}> +{% endif -%} +{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> +{% endif -%} +{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> +{% endif -%} +{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> +{% endif -%} +- YunoHost Store: +- Report a bug: + +## Developer info + +Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). + +To try the testing branch, please proceed like that. + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +or +sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug +``` + +**More info regarding app packaging:** +