From 63d677940e602b0a27c4ddc22cd682d6d289c314 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 6 Jan 2025 18:55:16 +0100 Subject: [PATCH 1/5] readme_generator: simpler README template --- readme_generator/templates/README.md.j2 | 110 ++++++++---------------- 1 file changed, 36 insertions(+), 74 deletions(-) diff --git a/readme_generator/templates/README.md.j2 b/readme_generator/templates/README.md.j2 index d3fd1f16..b03842e5 100644 --- a/readme_generator/templates/README.md.j2 +++ b/readme_generator/templates/README.md.j2 @@ -1,94 +1,56 @@ {% 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/new?template_name=example_ynh&template_owner=YunoHost) button on the Github repo") }} -- {{ _("Edit the `manifest.toml` 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)") }} -- {{ _("Edit the `change_url` and `config` scripts too, or remove them if you have no use of them") }} -- {{ _("Add a `LICENSE` file for the package.") }} - - {{ _("NB: this `LICENSE` file is not meant to necessarily be the same LICENSE as the upstream app - it is only the LICENSE you want this package's code to published with and you can choose it freely! (If you don't know which to choose, we recommend [the AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt))") }} -- {{ _("Edit files under the `doc/` directory ([see the page about documenting packages](https://yunohost.org/packaging_app_doc))") }} -- {{ _("The `README.md` files are to be automatically generated by ") }} +# Packaging an app, starting from this example + +- (Alternatively to this small tutorial, consider checking out !) +- Copy this app before working on it, using the ['Use this template'](https://github.com/new?template_name=example_ynh&template_owner=YunoHost) button on the Github repo +- Edit the `manifest.toml` 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) +- Edit the `change_url` and `config` scripts too, or remove them if you have no use of them +- Add a `LICENSE` file for the package. + - NB: this `LICENSE` file is not meant to necessarily be the same LICENSE as the upstream app - it is only the LICENSE you want this package's code to published with and you can choose it freely! (If you don't know which to choose, we recommend [the AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt)) +- Edit files under the `doc/` directory ([see the page about documenting packages](https://yunohost.org/packaging_app_doc)) +- The `README.md` files are to be automatically generated by --- {% endif -%} -# {{ _("%(application_name)s for YunoHost")|format(application_name=manifest.name) }} +
-[![{{ _("Integration level") }}](https://apps.yunohost.org/badge/integration/{{manifest.id}})](https://ci-apps.yunohost.org/ci/apps/{{manifest.id}}/) -![{{ _("Working status") }}](https://apps.yunohost.org/badge/state/{{manifest.id}}) -![{{ _("Maintenance status") }}](https://apps.yunohost.org/badge/maintained/{{manifest.id}}) +

+ + {{ manifest.name }}, packaged for YunoHost +

-[![{{ _("Install %(application_name)s with YunoHost")|format(application_name=manifest.name) }}](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) +{{ manifest.description['en'] }} -*[{{ _("Read this README in other languages.") }}](./ALL_README.md)* +{% if upstream.website %}[🌐 Official app website]({{ upstream.website }}){% endif %} +{% if upstream.website and upstream.demo %} | {% endif %} +{% if upstream.demo %}[Demo]({{ upstream.demo }}){% endif %} -> *{{ _("This package allows you to install %(application_name)s quickly and simply on a YunoHost server.")|format(application_name=manifest.name) }}* -> *{{ _("If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.") }}* +**Shipped version:** {{ manifest.version }} -## {{ _("Overview") }} +[![Results from automatic tests](https://apps.yunohost.org/badge/integration/{{ manifest.id }})](https://ci-apps.yunohost.org/ci/apps/{{manifest.id}}/) +![Working status](https://apps.yunohost.org/badge/state/{{ manifest.id }}) +![Maintenance status](https://apps.yunohost.org/badge/maintained/{{ manifest.id }}) -{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} +Looking for more info?  ➜  [↗️ Browse in YunoHost catalog](https://apps.yunohost.org/app/{{ manifest.id }}) -**{{ _("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 %(application_name)s")|format(application_name=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") }} +Found a bug?  ➜  [👾 Browse issues](https://github.com/YunoHost-Apps/{{ manifest.id }}_ynh/issues) and click "New issue" -{{ _("Please send your pull request to the [`testing` branch](%(testing_branch_url)s).")|format(testing_branch_url="https://github.com/YunoHost-Apps/" + manifest.id + "_ynh/tree/testing") }} +
-{{ _("To try the `testing` branch, please proceed like that:") }} +## 📦 Developer info -```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 -``` +Pull request are welcome and should target the [`testing` branch](https://github.com/YunoHost-Apps/{{ manifest.id }}_ynh/tree/testing). -**{{ _("More info regarding app packaging:") }}** +The `testing` branch can be tried using: +- fresh install: `sudo yunohost app install https://github.com/YunoHost-Apps/{{ manifest.id }}_ynh/tree/testing` +- upgrade an existing install: `sudo yunohost app upgrade {{ manifest.id }} -u https://github.com/YunoHost-Apps/{{ manifest.id }}_ynh/tree/testing` +More info regarding app packaging ➜ [📚 App packaging documentation](https://doc.yunohost.org/packaging_apps) From 327023740067ab18f8a7a22bacc24b353c07deae Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 6 Jan 2025 19:36:50 +0100 Subject: [PATCH 2/5] readme_generator: simplify code / remove translation because we'll have a unique README instead --- readme_generator/README.md | 23 -- readme_generator/{templates => }/README.md.j2 | 6 +- readme_generator/babel.cfg | 1 - readme_generator/make_readme.py | 187 +------------ readme_generator/messages.pot | 208 --------------- readme_generator/templates/ALL_README.md.j2 | 13 - .../translations/ar/LC_MESSAGES/messages.mo | Bin 770 -> 0 bytes .../translations/ar/LC_MESSAGES/messages.po | 212 --------------- .../bn_BD/LC_MESSAGES/messages.mo | Bin 436 -> 0 bytes .../bn_BD/LC_MESSAGES/messages.po | 206 --------------- .../translations/br/LC_MESSAGES/messages.mo | Bin 719 -> 0 bytes .../translations/br/LC_MESSAGES/messages.po | 206 --------------- .../translations/ca/LC_MESSAGES/messages.mo | Bin 4789 -> 0 bytes .../translations/ca/LC_MESSAGES/messages.po | 237 ----------------- .../translations/ckb/LC_MESSAGES/messages.mo | Bin 434 -> 0 bytes .../translations/ckb/LC_MESSAGES/messages.po | 206 --------------- .../translations/cs/LC_MESSAGES/messages.mo | Bin 2255 -> 0 bytes .../translations/cs/LC_MESSAGES/messages.po | 235 ----------------- .../translations/da/LC_MESSAGES/messages.mo | Bin 558 -> 0 bytes .../translations/da/LC_MESSAGES/messages.po | 209 --------------- .../translations/de/LC_MESSAGES/messages.mo | Bin 5733 -> 0 bytes .../translations/de/LC_MESSAGES/messages.po | 247 ------------------ .../translations/el/LC_MESSAGES/messages.mo | Bin 433 -> 0 bytes .../translations/el/LC_MESSAGES/messages.po | 206 --------------- .../translations/eo/LC_MESSAGES/messages.po | 206 --------------- .../translations/es/LC_MESSAGES/messages.mo | Bin 5725 -> 0 bytes .../translations/es/LC_MESSAGES/messages.po | 237 ----------------- .../translations/eu/LC_MESSAGES/messages.mo | Bin 5840 -> 0 bytes .../translations/eu/LC_MESSAGES/messages.po | 233 ----------------- .../translations/fa/LC_MESSAGES/messages.po | 206 --------------- .../translations/fi/LC_MESSAGES/messages.mo | Bin 433 -> 0 bytes .../translations/fi/LC_MESSAGES/messages.po | 206 --------------- .../translations/fr/LC_MESSAGES/messages.mo | Bin 6071 -> 0 bytes .../translations/fr/LC_MESSAGES/messages.po | 244 ----------------- .../translations/gl/LC_MESSAGES/messages.mo | Bin 5744 -> 0 bytes .../translations/gl/LC_MESSAGES/messages.po | 239 ----------------- .../translations/he/LC_MESSAGES/messages.mo | Bin 433 -> 0 bytes .../translations/he/LC_MESSAGES/messages.po | 206 --------------- .../translations/hi/LC_MESSAGES/messages.mo | Bin 433 -> 0 bytes .../translations/hi/LC_MESSAGES/messages.po | 206 --------------- .../translations/hu/LC_MESSAGES/messages.mo | Bin 426 -> 0 bytes .../translations/hu/LC_MESSAGES/messages.po | 206 --------------- .../translations/id/LC_MESSAGES/messages.mo | Bin 5758 -> 0 bytes .../translations/id/LC_MESSAGES/messages.po | 234 ----------------- .../translations/it/LC_MESSAGES/messages.mo | Bin 5904 -> 0 bytes .../translations/it/LC_MESSAGES/messages.po | 238 ----------------- .../translations/ja/LC_MESSAGES/messages.po | 206 --------------- .../translations/kab/LC_MESSAGES/messages.mo | Bin 434 -> 0 bytes .../translations/kab/LC_MESSAGES/messages.po | 206 --------------- .../translations/ko/LC_MESSAGES/messages.mo | Bin 426 -> 0 bytes .../translations/ko/LC_MESSAGES/messages.po | 206 --------------- .../translations/lt/LC_MESSAGES/messages.mo | Bin 496 -> 0 bytes .../translations/lt/LC_MESSAGES/messages.po | 206 --------------- .../translations/mk/LC_MESSAGES/messages.mo | Bin 433 -> 0 bytes .../translations/mk/LC_MESSAGES/messages.po | 206 --------------- .../nb_NO/LC_MESSAGES/messages.mo | Bin 436 -> 0 bytes .../nb_NO/LC_MESSAGES/messages.po | 206 --------------- .../translations/ne/LC_MESSAGES/messages.mo | Bin 433 -> 0 bytes .../translations/ne/LC_MESSAGES/messages.po | 206 --------------- .../translations/nl/LC_MESSAGES/messages.mo | Bin 5803 -> 0 bytes .../translations/nl/LC_MESSAGES/messages.po | 239 ----------------- .../translations/oc/LC_MESSAGES/messages.po | 206 --------------- .../translations/pl/LC_MESSAGES/messages.mo | Bin 5817 -> 0 bytes .../translations/pl/LC_MESSAGES/messages.po | 238 ----------------- .../translations/pt/LC_MESSAGES/messages.mo | Bin 474 -> 0 bytes .../translations/pt/LC_MESSAGES/messages.po | 225 ---------------- .../pt_BR/LC_MESSAGES/messages.mo | Bin 435 -> 0 bytes .../pt_BR/LC_MESSAGES/messages.po | 206 --------------- .../translations/ru/LC_MESSAGES/messages.mo | Bin 7218 -> 0 bytes .../translations/ru/LC_MESSAGES/messages.po | 236 ----------------- .../translations/sk/LC_MESSAGES/messages.po | 206 --------------- .../translations/sl/LC_MESSAGES/messages.mo | Bin 485 -> 0 bytes .../translations/sl/LC_MESSAGES/messages.po | 206 --------------- .../translations/sv/LC_MESSAGES/messages.mo | Bin 433 -> 0 bytes .../translations/sv/LC_MESSAGES/messages.po | 206 --------------- .../translations/te/LC_MESSAGES/messages.mo | Bin 433 -> 0 bytes .../translations/te/LC_MESSAGES/messages.po | 206 --------------- .../translations/tr/LC_MESSAGES/messages.mo | Bin 1105 -> 0 bytes .../translations/tr/LC_MESSAGES/messages.po | 227 ---------------- .../translations/uk/LC_MESSAGES/messages.po | 206 --------------- .../zh_Hans/LC_MESSAGES/messages.mo | Bin 5551 -> 0 bytes .../zh_Hans/LC_MESSAGES/messages.po | 228 ---------------- 82 files changed, 16 insertions(+), 9324 deletions(-) rename readme_generator/{templates => }/README.md.j2 (91%) delete mode 100644 readme_generator/babel.cfg delete mode 100644 readme_generator/messages.pot delete mode 100644 readme_generator/templates/ALL_README.md.j2 delete mode 100644 readme_generator/translations/ar/LC_MESSAGES/messages.mo delete mode 100644 readme_generator/translations/ar/LC_MESSAGES/messages.po delete mode 100644 readme_generator/translations/bn_BD/LC_MESSAGES/messages.mo delete mode 100644 readme_generator/translations/bn_BD/LC_MESSAGES/messages.po delete mode 100644 readme_generator/translations/br/LC_MESSAGES/messages.mo delete mode 100644 readme_generator/translations/br/LC_MESSAGES/messages.po delete mode 100644 readme_generator/translations/ca/LC_MESSAGES/messages.mo delete mode 100644 readme_generator/translations/ca/LC_MESSAGES/messages.po delete mode 100644 readme_generator/translations/ckb/LC_MESSAGES/messages.mo delete mode 100644 readme_generator/translations/ckb/LC_MESSAGES/messages.po delete mode 100644 readme_generator/translations/cs/LC_MESSAGES/messages.mo delete mode 100644 readme_generator/translations/cs/LC_MESSAGES/messages.po delete mode 100644 readme_generator/translations/da/LC_MESSAGES/messages.mo delete mode 100644 readme_generator/translations/da/LC_MESSAGES/messages.po delete mode 100644 readme_generator/translations/de/LC_MESSAGES/messages.mo delete mode 100644 readme_generator/translations/de/LC_MESSAGES/messages.po delete mode 100644 readme_generator/translations/el/LC_MESSAGES/messages.mo delete mode 100644 readme_generator/translations/el/LC_MESSAGES/messages.po delete mode 100644 readme_generator/translations/eo/LC_MESSAGES/messages.po delete mode 100644 readme_generator/translations/es/LC_MESSAGES/messages.mo delete mode 100644 readme_generator/translations/es/LC_MESSAGES/messages.po delete mode 100644 readme_generator/translations/eu/LC_MESSAGES/messages.mo delete mode 100644 readme_generator/translations/eu/LC_MESSAGES/messages.po delete mode 100644 readme_generator/translations/fa/LC_MESSAGES/messages.po delete mode 100644 readme_generator/translations/fi/LC_MESSAGES/messages.mo delete mode 100644 readme_generator/translations/fi/LC_MESSAGES/messages.po delete mode 100644 readme_generator/translations/fr/LC_MESSAGES/messages.mo delete mode 100644 readme_generator/translations/fr/LC_MESSAGES/messages.po delete mode 100644 readme_generator/translations/gl/LC_MESSAGES/messages.mo delete mode 100644 readme_generator/translations/gl/LC_MESSAGES/messages.po delete mode 100644 readme_generator/translations/he/LC_MESSAGES/messages.mo delete mode 100644 readme_generator/translations/he/LC_MESSAGES/messages.po delete mode 100644 readme_generator/translations/hi/LC_MESSAGES/messages.mo delete mode 100644 readme_generator/translations/hi/LC_MESSAGES/messages.po delete mode 100644 readme_generator/translations/hu/LC_MESSAGES/messages.mo delete mode 100644 readme_generator/translations/hu/LC_MESSAGES/messages.po delete mode 100644 readme_generator/translations/id/LC_MESSAGES/messages.mo delete mode 100644 readme_generator/translations/id/LC_MESSAGES/messages.po delete mode 100644 readme_generator/translations/it/LC_MESSAGES/messages.mo delete mode 100644 readme_generator/translations/it/LC_MESSAGES/messages.po delete mode 100644 readme_generator/translations/ja/LC_MESSAGES/messages.po delete mode 100644 readme_generator/translations/kab/LC_MESSAGES/messages.mo delete mode 100644 readme_generator/translations/kab/LC_MESSAGES/messages.po delete mode 100644 readme_generator/translations/ko/LC_MESSAGES/messages.mo delete mode 100644 readme_generator/translations/ko/LC_MESSAGES/messages.po delete mode 100644 readme_generator/translations/lt/LC_MESSAGES/messages.mo delete mode 100644 readme_generator/translations/lt/LC_MESSAGES/messages.po delete mode 100644 readme_generator/translations/mk/LC_MESSAGES/messages.mo delete mode 100644 readme_generator/translations/mk/LC_MESSAGES/messages.po delete mode 100644 readme_generator/translations/nb_NO/LC_MESSAGES/messages.mo delete mode 100644 readme_generator/translations/nb_NO/LC_MESSAGES/messages.po delete mode 100644 readme_generator/translations/ne/LC_MESSAGES/messages.mo delete mode 100644 readme_generator/translations/ne/LC_MESSAGES/messages.po delete mode 100644 readme_generator/translations/nl/LC_MESSAGES/messages.mo delete mode 100644 readme_generator/translations/nl/LC_MESSAGES/messages.po delete mode 100644 readme_generator/translations/oc/LC_MESSAGES/messages.po delete mode 100644 readme_generator/translations/pl/LC_MESSAGES/messages.mo delete mode 100644 readme_generator/translations/pl/LC_MESSAGES/messages.po delete mode 100644 readme_generator/translations/pt/LC_MESSAGES/messages.mo delete mode 100644 readme_generator/translations/pt/LC_MESSAGES/messages.po delete mode 100644 readme_generator/translations/pt_BR/LC_MESSAGES/messages.mo delete mode 100644 readme_generator/translations/pt_BR/LC_MESSAGES/messages.po delete mode 100644 readme_generator/translations/ru/LC_MESSAGES/messages.mo delete mode 100644 readme_generator/translations/ru/LC_MESSAGES/messages.po delete mode 100644 readme_generator/translations/sk/LC_MESSAGES/messages.po delete mode 100644 readme_generator/translations/sl/LC_MESSAGES/messages.mo delete mode 100644 readme_generator/translations/sl/LC_MESSAGES/messages.po delete mode 100644 readme_generator/translations/sv/LC_MESSAGES/messages.mo delete mode 100644 readme_generator/translations/sv/LC_MESSAGES/messages.po delete mode 100644 readme_generator/translations/te/LC_MESSAGES/messages.mo delete mode 100644 readme_generator/translations/te/LC_MESSAGES/messages.po delete mode 100644 readme_generator/translations/tr/LC_MESSAGES/messages.mo delete mode 100644 readme_generator/translations/tr/LC_MESSAGES/messages.po delete mode 100644 readme_generator/translations/uk/LC_MESSAGES/messages.po delete mode 100644 readme_generator/translations/zh_Hans/LC_MESSAGES/messages.mo delete mode 100644 readme_generator/translations/zh_Hans/LC_MESSAGES/messages.po diff --git a/readme_generator/README.md b/readme_generator/README.md index 1f3aadd7..e50f43ba 100644 --- a/readme_generator/README.md +++ b/readme_generator/README.md @@ -44,26 +44,3 @@ Add the webhook.service to systemd config, then start it: ```bash systemctl start the_webhook_service ``` - -## Translation - -It's based on Babel integrated into jinja2 : - -```bash -source venv/bin/activate - -# Extract the english sentences from the code, needed if you modified it -pybabel extract --ignore-dirs venv -F babel.cfg -o messages.pot . - -# If working on a new locale: initialize it: (in this example: fr) -pybabel init -i messages.pot -d translations -l fr -# Otherwise, update the existing .po: -pybabel update -i messages.pot -d translations -# To update only a specific language: (in this example: fr) -pybabel update -i messages.pot -d translations -l fr - -# ... translate stuff in translations//LC_MESSAGES/messages.po -# re-run the 'update' command to let Babel properly format the text -# then compile: -pybabel compile -d translations -``` diff --git a/readme_generator/templates/README.md.j2 b/readme_generator/README.md.j2 similarity index 91% rename from readme_generator/templates/README.md.j2 rename to readme_generator/README.md.j2 index b03842e5..6170d0b9 100644 --- a/readme_generator/templates/README.md.j2 +++ b/readme_generator/README.md.j2 @@ -29,9 +29,9 @@ It shall NOT be edited by hand. {{ manifest.description['en'] }} -{% if upstream.website %}[🌐 Official app website]({{ upstream.website }}){% endif %} -{% if upstream.website and upstream.demo %} | {% endif %} -{% if upstream.demo %}[Demo]({{ upstream.demo }}){% endif %} +{% if manifest.upstream.website %}[🌐 Official app website]({{ manifest.upstream.website }}){% endif %} +{% if manifest.upstream.website and manifest.upstream.demo %} | {% endif %} +{% if manifest.upstream.demo %}[Demo]({{ manifest.upstream.demo }}){% endif %} **Shipped version:** {{ manifest.version }} diff --git a/readme_generator/babel.cfg b/readme_generator/babel.cfg deleted file mode 100644 index bc949349..00000000 --- a/readme_generator/babel.cfg +++ /dev/null @@ -1 +0,0 @@ -[jinja2: ./templates/*.j2] diff --git a/readme_generator/make_readme.py b/readme_generator/make_readme.py index 0c20a343..b11b6036 100755 --- a/readme_generator/make_readme.py +++ b/readme_generator/make_readme.py @@ -1,195 +1,37 @@ #! /usr/bin/env python3 import sys -import os import argparse -import json from pathlib import Path -from copy import deepcopy - -from typing import Dict, Optional, List, Tuple import toml from jinja2 import Environment, FileSystemLoader -from babel.support import Translations -from babel.messages.pofile import PoFileParser -from langcodes import Language # add apps/tools to sys.path sys.path.insert(0, str(Path(__file__).parent.parent)) -from appslib import get_apps_repo - README_GEN_DIR = Path(__file__).resolve().parent -TRANSLATIONS_DIR = README_GEN_DIR / "translations" - - -def value_for_lang(values: Dict, lang: str): - if not isinstance(values, dict): - return values - if lang in values: - return values[lang] - elif "en" in values: - return values["en"] - else: - return list(values.values())[0] - -def generate_READMEs(app_path: Path, apps_repo_path: Path): +def generate_READMEs(app_path: Path): if not app_path.exists(): raise Exception("App path provided doesn't exists ?!") - if (app_path / "manifest.json").exists(): - manifest = json.load(open(app_path / "manifest.json")) - else: - manifest = toml.load(open(app_path / "manifest.toml")) - - upstream = manifest.get("upstream", {}) - - catalog = toml.load((apps_repo_path / "apps.toml").open(encoding="utf-8")) - from_catalog = catalog.get(manifest["id"], {}) - - antifeatures_list = toml.load( - (apps_repo_path / "antifeatures.toml").open(encoding="utf-8") - ) - - if not upstream and not (app_path / "doc" / "DISCLAIMER.md").exists(): - print( - "There's no 'upstream' key in the manifest, and doc/DISCLAIMER.md doesn't exists - therefore assuming that we shall not auto-update the README.md for this app yet." - ) - return - - poparser = PoFileParser({}) - poparser.parse((README_GEN_DIR / "messages.pot").open(encoding="utf-8")) - - # we only want to translate a README if all strings are translatables so we - # do this loop to detect which language provides a full translation - fully_translated_langs: List[str] = [] - for available_translations in os.listdir(TRANSLATIONS_DIR): - translations = Translations.load(TRANSLATIONS_DIR, available_translations) - - is_fully_translated = True - for sentence in poparser.catalog: - # ignore empty strings - if not sentence.strip(): - continue - - if sentence not in translations._catalog: - print(f"The sentence: {repr(sentence)} is not in the target catalog") - is_fully_translated = False - break + manifest = toml.load(open(app_path / "manifest.toml")) - if not translations._catalog[sentence]: - print(f"The sentence: '{repr(sentence)}' is not translated") - is_fully_translated = False - break - - if is_fully_translated: - fully_translated_langs.append(available_translations) - else: - print( - "WARNING: skip generating translated README for " - f"{Language(available_translations).language_name()} ({available_translations}) " - "because it is not fully translated yet." - ) - - fully_translated_langs.sort() - print( - f"Available languages for translation: {', '.join(fully_translated_langs) if fully_translated_langs else []}" + env = Environment( + loader=FileSystemLoader(README_GEN_DIR), ) + template = env.get_template("README.md.j2") - screenshots: List[str] = [] - - screenshots_dir = app_path / "doc" / "screenshots" - if screenshots_dir.exists(): - for entry in sorted(screenshots_dir.iterdir()): - # only pick files (no folder) on the root of 'screenshots' - if not entry.is_file(): - continue - # ignore '.gitkeep' or any file whose name begins with a dot - if entry.name.startswith("."): - continue - screenshots.append(str(entry.relative_to(app_path))) - - def generate_single_README(lang_suffix: str, lang: str): - env = Environment( - loader=FileSystemLoader(README_GEN_DIR / "templates"), - extensions=["jinja2.ext.i18n"], - ) - translations = Translations.load(TRANSLATIONS_DIR, [lang]) - env.install_gettext_translations(translations) - - template = env.get_template("README.md.j2") - - if (app_path / "doc" / f"DESCRIPTION{lang_suffix}.md").exists(): - description = ( - app_path / "doc" / f"DESCRIPTION{lang_suffix}.md" - ).read_text() - # Fallback to english if maintainer too lazy to translate the description - elif (app_path / "doc" / "DESCRIPTION.md").exists(): - description = (app_path / "doc" / "DESCRIPTION.md").read_text() - else: - description = None - - disclaimer: Optional[str] - if (app_path / "doc" / f"DISCLAIMER{lang_suffix}.md").exists(): - disclaimer = (app_path / "doc" / f"DISCLAIMER{lang_suffix}.md").read_text() - # Fallback to english if maintainer too lazy to translate the disclaimer idk - elif (app_path / "doc" / "DISCLAIMER.md").exists(): - disclaimer = (app_path / "doc" / "DISCLAIMER.md").read_text() - else: - disclaimer = None + out: str = template.render(manifest=manifest) + (app_path / "README.md").write_text(out) - # TODO: Add url to the documentation... and actually create that documentation :D - antifeatures = { - a: deepcopy(antifeatures_list[a]) - for a in from_catalog.get("antifeatures", []) - } - for k, v in antifeatures.items(): - antifeatures[k]["title"] = value_for_lang(v["title"], lang) - if manifest.get("antifeatures", {}).get(k, None): - antifeatures[k]["description"] = value_for_lang( - manifest.get("antifeatures", {}).get(k, None), lang - ) - else: - antifeatures[k]["description"] = value_for_lang( - antifeatures[k]["description"], lang - ) - - out: str = template.render( - lang=lang, - upstream=upstream, - description=description, - screenshots=screenshots, - disclaimer=disclaimer, - antifeatures=antifeatures, - manifest=manifest, - ) - (app_path / f"README{lang_suffix}.md").write_text(out) - - generate_single_README("", "en") - - for lang in fully_translated_langs: - generate_single_README("_" + lang, lang) - - links_to_other_READMEs = [] - for language in fully_translated_langs: - translations = Translations.load(TRANSLATIONS_DIR, [language]) - language_name_in_itself = Language.get(language).autonym() - links_to_other_READMEs.append( - ( - f"README_{language}.md", - translations.gettext("Read the README in %(language)s") - % {"language": language_name_in_itself}, - ) - ) - - env = Environment(loader=FileSystemLoader(README_GEN_DIR / "templates")) - out: str = env.get_template("ALL_README.md.j2").render( - links_to_other_READMEs=links_to_other_READMEs - ) - (app_path / "ALL_README.md").write_text(out) + # Delete legacy READMEs + for legacy_README in app_path.glob("README_*.md"): + legacy_README.unlink() + if (app_path / "ALL_README.md").exists(): + (app_path / "ALL_README.md").unlink() def main(): @@ -199,12 +41,9 @@ def main(): parser.add_argument( "app_path", type=Path, help="Path to the app to generate/update READMEs for" ) - get_apps_repo.add_args(parser) args = parser.parse_args() - apps_path = get_apps_repo.from_args(args) - - generate_READMEs(args.app_path, apps_path) + generate_READMEs(args.app_path) if __name__ == "__main__": diff --git a/readme_generator/messages.pot b/readme_generator/messages.pot deleted file mode 100644 index 539dd2f7..00000000 --- a/readme_generator/messages.pot +++ /dev/null @@ -1,208 +0,0 @@ -# Translations template for PROJECT. -# Copyright (C) 2024 ORGANIZATION -# This file is distributed under the same license as the PROJECT project. -# FIRST AUTHOR , 2024. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PROJECT VERSION\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-31 19:33+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.14.0\n" - -#: templates/ALL_README.md.j2:11 -#, python-format -msgid "Read the README in %(language)s" -msgstr "" - -#: templates/README.md.j2:2 -msgid "Packaging an app, starting from this example" -msgstr "" - -#: templates/README.md.j2:4 -msgid "" -"Copy this app before working on it, using the ['Use this " -"template'](https://github.com/new?template_name=example_ynh&template_owner=YunoHost)" -" button on the Github repo" -msgstr "" - -#: templates/README.md.j2:5 -msgid "Edit the `manifest.toml` with app specific info" -msgstr "" - -#: templates/README.md.j2:6 -msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, " -"and any relevant conf files in `conf/`" -msgstr "" - -#: templates/README.md.j2:7 -msgid "" -"Using the [script helpers " -"documentation](https://yunohost.org/packaging_apps_helpers)" -msgstr "" - -#: templates/README.md.j2:8 -msgid "" -"Edit the `change_url` and `config` scripts too, or remove them if you " -"have no use of them" -msgstr "" - -#: templates/README.md.j2:9 -msgid "Add a `LICENSE` file for the package." -msgstr "" - -#: templates/README.md.j2:10 -msgid "" -"NB: this `LICENSE` file is not meant to necessarily be the same LICENSE " -"as the upstream app - it is only the LICENSE you want this package's code" -" to published with and you can choose it freely! (If you don't know which" -" to choose, we recommend [the " -"AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt))" -msgstr "" - -#: templates/README.md.j2:11 -msgid "" -"Edit files under the `doc/` directory ([see the page about documenting " -"packages](https://yunohost.org/packaging_app_doc))" -msgstr "" - -#: templates/README.md.j2:12 -msgid "" -"The `README.md` files are to be automatically generated by " -"" -msgstr "" - -#: templates/README.md.j2:18 -msgid "" -"N.B.: This README was automatically generated by " -"\n" -"It shall NOT be edited by hand." -msgstr "" - -#: templates/README.md.j2:22 -#, python-format -msgid "%(application_name)s for YunoHost" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Integration level" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Working status" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Maintenance status" -msgstr "" - -#: templates/README.md.j2:26 -#, python-format -msgid "Install %(application_name)s with YunoHost" -msgstr "" - -#: templates/README.md.j2:28 -msgid "Read this README in other languages." -msgstr "" - -#: templates/README.md.j2:30 -#, python-format -msgid "" -"This package allows you to install %(application_name)s quickly and " -"simply on a YunoHost server." -msgstr "" - -#: templates/README.md.j2:31 -msgid "" -"If you don't have YunoHost, please consult [the " -"guide](https://yunohost.org/install) to learn how to install it." -msgstr "" - -#: templates/README.md.j2:33 -msgid "Overview" -msgstr "" - -#: templates/README.md.j2:37 -msgid "Shipped version:" -msgstr "" - -#: templates/README.md.j2:41 -msgid "Demo:" -msgstr "" - -#: templates/README.md.j2:45 -msgid "Screenshots" -msgstr "" - -#: templates/README.md.j2:48 -#, python-format -msgid "Screenshot of %(application_name)s" -msgstr "" - -#: templates/README.md.j2:53 -msgid "Disclaimers / important information" -msgstr "" - -#: templates/README.md.j2:59 -msgid "Antifeatures" -msgstr "" - -#: templates/README.md.j2:66 -msgid "Documentation and resources" -msgstr "" - -#: templates/README.md.j2:68 -msgid "Official app website:" -msgstr "" - -#: templates/README.md.j2:70 -msgid "Official user documentation:" -msgstr "" - -#: templates/README.md.j2:72 -msgid "Official admin documentation:" -msgstr "" - -#: templates/README.md.j2:74 -msgid "Upstream app code repository:" -msgstr "" - -#: templates/README.md.j2:76 -msgid "YunoHost Store:" -msgstr "" - -#: templates/README.md.j2:77 -msgid "Report a bug:" -msgstr "" - -#: templates/README.md.j2:79 -msgid "Developer info" -msgstr "" - -#: templates/README.md.j2:81 -#, python-format -msgid "" -"Please send your pull request to the [`testing` " -"branch](%(testing_branch_url)s)." -msgstr "" - -#: templates/README.md.j2:83 -msgid "To try the `testing` branch, please proceed like that:" -msgstr "" - -#: templates/README.md.j2:87 -msgid "or" -msgstr "" - -#: templates/README.md.j2:91 -msgid "More info regarding app packaging:" -msgstr "" - diff --git a/readme_generator/templates/ALL_README.md.j2 b/readme_generator/templates/ALL_README.md.j2 deleted file mode 100644 index 2bdcfe2d..00000000 --- a/readme_generator/templates/ALL_README.md.j2 +++ /dev/null @@ -1,13 +0,0 @@ -# All available README files by language - -- [Read the README in English](README.md) -{% for filename, translated_sentence in links_to_other_READMEs -%} -- [{{ translated_sentence }}]({{ filename }}) -{% endfor -%} - -{% if False -%} -Yes this is a hack to add the translatable string to messages.pot - -{{- _("Read the README in %(language)s") }} -{% endif -%} - diff --git a/readme_generator/translations/ar/LC_MESSAGES/messages.mo b/readme_generator/translations/ar/LC_MESSAGES/messages.mo deleted file mode 100644 index 1678ff55e3a4e38791aac4b245f55ff6a7695d73..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 770 zcmY*XO>fgc5H(*HA2}m2msYLXjpKfx%83hxI5bk+L}?0?6We6#xFl<9cZ1q%RY2+i zap4Cb4hcmdKu8FF2wGo|_$SOZEfFI<&CJ`G**Et7zJB$Mg?0sT1F?d*hNvTqJwYrY zDB>pK72?k&%ld>qM7+LiSqtcYp-1}6%q&bN)})=MG){O7lmpGOMUaXLWr#hI4nXx1 z3G9FlvOcp~jCPS>&dl#txFy-A(NDQ5D2=PbYO00 z$kUBfs(HJ`vQ#J%$vEkfyTe$LcItuMY>*avmY6P5p^AC169z33HAp3ZjfNN179KY? zL%U9;B5gsr>{FEr531YsI&220ryNE>t$rt{R9fNI);g9>q>(nGgMU)WJ*6_~IgUCX z!U~5du7~0Zsfe9yvW0XmSV!RA14d%TnJ{-cR5;V=9#CONwJ4k}?G}pmy_74)QR-oa zyC`;`oUBh1UV=`K3dxke-L8_gX`NBC#{>y^C+*@7@L+8>QFgOG6tqvOsTfEPcy^Xb z|5gbmq0fE42)CgKc!f?riGj6fC?k~ga>?AJxuIX5wp1G!N1@qOC{fOMZ zSk!}uY!^Q>gVn-v!L=>@E`OoF>5+a5`lJ4uKiBU;pX%>=oS)=J`H4x#$ev=!SpUE@ lf2lv~5$I8VjQj`Vt^7!TF*ES^{3T(rDLB?Yk^ApW{RKCE|4;w` diff --git a/readme_generator/translations/ar/LC_MESSAGES/messages.po b/readme_generator/translations/ar/LC_MESSAGES/messages.po deleted file mode 100644 index dc04d94e..00000000 --- a/readme_generator/translations/ar/LC_MESSAGES/messages.po +++ /dev/null @@ -1,212 +0,0 @@ -# Translations template for PROJECT. -# Copyright (C) 2024 ORGANIZATION -# This file is distributed under the same license as the PROJECT project. -# FIRST AUTHOR , 2024. -# -msgid "" -msgstr "" -"Project-Id-Version: PROJECT VERSION\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-31 19:33+0200\n" -"PO-Revision-Date: 2024-03-29 17:24+0000\n" -"Last-Translator: ButterflyOfFire \n" -"Language-Team: Arabic \n" -"Language: ar\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " -"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n" -"X-Generator: Weblate 5.3.1\n" -"Generated-By: Babel 2.14.0\n" - -#: templates/ALL_README.md.j2:11 -#, python-format -msgid "Read the README in %(language)s" -msgstr "قراءة README باللغة %(language)s" - -#: templates/README.md.j2:2 -msgid "Packaging an app, starting from this example" -msgstr "أنشاء حزمة تطبيقية بمتابعة هذا المثال" - -#: templates/README.md.j2:4 -msgid "" -"Copy this app before working on it, using the ['Use this template'](https://" -"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " -"the Github repo" -msgstr "" - -#: templates/README.md.j2:5 -msgid "Edit the `manifest.toml` with app specific info" -msgstr "" - -#: templates/README.md.j2:6 -msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " -"any relevant conf files in `conf/`" -msgstr "" - -#: templates/README.md.j2:7 -msgid "" -"Using the [script helpers documentation](https://yunohost.org/" -"packaging_apps_helpers)" -msgstr "" - -#: templates/README.md.j2:8 -msgid "" -"Edit the `change_url` and `config` scripts too, or remove them if you have " -"no use of them" -msgstr "" - -#: templates/README.md.j2:9 -msgid "Add a `LICENSE` file for the package." -msgstr "" - -#: templates/README.md.j2:10 -msgid "" -"NB: this `LICENSE` file is not meant to necessarily be the same LICENSE as " -"the upstream app - it is only the LICENSE you want this package's code to " -"published with and you can choose it freely! (If you don't know which to " -"choose, we recommend [the AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt))" -msgstr "" - -#: templates/README.md.j2:11 -msgid "" -"Edit files under the `doc/` directory ([see the page about documenting " -"packages](https://yunohost.org/packaging_app_doc))" -msgstr "" - -#: templates/README.md.j2:12 -msgid "" -"The `README.md` files are to be automatically generated by " -msgstr "" - -#: templates/README.md.j2:18 -msgid "" -"N.B.: This README was automatically generated by \n" -"It shall NOT be edited by hand." -msgstr "" - -#: templates/README.md.j2:22 -#, python-format -msgid "%(application_name)s for YunoHost" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Integration level" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Working status" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Maintenance status" -msgstr "" - -#: templates/README.md.j2:26 -#, python-format -msgid "Install %(application_name)s with YunoHost" -msgstr "" - -#: templates/README.md.j2:28 -#, fuzzy -#| msgid "Read the README in %(language)s" -msgid "Read this README in other languages." -msgstr "قراءة README باللغة %(language)s" - -#: templates/README.md.j2:30 -#, python-format -msgid "" -"This package allows you to install %(application_name)s quickly and simply " -"on a YunoHost server." -msgstr "" - -#: templates/README.md.j2:31 -msgid "" -"If you don't have YunoHost, please consult [the guide](https://yunohost.org/" -"install) to learn how to install it." -msgstr "" - -#: templates/README.md.j2:33 -msgid "Overview" -msgstr "" - -#: templates/README.md.j2:37 -msgid "Shipped version:" -msgstr "" - -#: templates/README.md.j2:41 -msgid "Demo:" -msgstr "" - -#: templates/README.md.j2:45 -msgid "Screenshots" -msgstr "" - -#: templates/README.md.j2:48 -#, python-format -msgid "Screenshot of %(application_name)s" -msgstr "" - -#: templates/README.md.j2:53 -msgid "Disclaimers / important information" -msgstr "" - -#: templates/README.md.j2:59 -msgid "Antifeatures" -msgstr "" - -#: templates/README.md.j2:66 -msgid "Documentation and resources" -msgstr "" - -#: templates/README.md.j2:68 -msgid "Official app website:" -msgstr "" - -#: templates/README.md.j2:70 -msgid "Official user documentation:" -msgstr "" - -#: templates/README.md.j2:72 -msgid "Official admin documentation:" -msgstr "" - -#: templates/README.md.j2:74 -msgid "Upstream app code repository:" -msgstr "" - -#: templates/README.md.j2:76 -msgid "YunoHost Store:" -msgstr "" - -#: templates/README.md.j2:77 -msgid "Report a bug:" -msgstr "" - -#: templates/README.md.j2:79 -msgid "Developer info" -msgstr "" - -#: templates/README.md.j2:81 -#, python-format -msgid "" -"Please send your pull request to the [`testing` branch]" -"(%(testing_branch_url)s)." -msgstr "" - -#: templates/README.md.j2:83 -msgid "To try the `testing` branch, please proceed like that:" -msgstr "" - -#: templates/README.md.j2:87 -msgid "or" -msgstr "" - -#: templates/README.md.j2:91 -msgid "More info regarding app packaging:" -msgstr "" diff --git a/readme_generator/translations/bn_BD/LC_MESSAGES/messages.mo b/readme_generator/translations/bn_BD/LC_MESSAGES/messages.mo deleted file mode 100644 index 85a0b3d9d61d3ed123de21930bcda0eab26460a0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 436 zcmYk2-%7(U6viib)l09vh~R}X&ur_Ekx{T+qgK{+bY-A7lC@c_bV*54aWCK-_@- zv?S>wN@iBd8X+~rs;mkK+EPI#Fe0%ZO|SegOvz$l&65l!l2L6gKu9&i$hF-e*cafs z$iBqxsBb&AZH$nzm#QQE`0k0HLYzS8quT_>QU4*C5o=17hD=hfYO00A$ZxgSnEN@c z>n$o7XVPE_W8`H^O9Nc-#~}REkTJT!hzriFdEH7{!?lnbWme6XRGvFV-=lZJ(UFIo z)3FstG1+~EGqA0R;F@t0X4@EuX0Q6ZscFT>D1V|-G3~W_4Wpf}3%zC%2+u`P@e-ra Ys?yfYZ)6Cz7zK32YUB=_p+WRM0atf`7XSbN diff --git a/readme_generator/translations/bn_BD/LC_MESSAGES/messages.po b/readme_generator/translations/bn_BD/LC_MESSAGES/messages.po deleted file mode 100644 index 2c17f458..00000000 --- a/readme_generator/translations/bn_BD/LC_MESSAGES/messages.po +++ /dev/null @@ -1,206 +0,0 @@ -# Translations template for PROJECT. -# Copyright (C) 2024 ORGANIZATION -# This file is distributed under the same license as the PROJECT project. -# FIRST AUTHOR , 2024. -# -msgid "" -msgstr "" -"Project-Id-Version: PROJECT VERSION\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-31 19:33+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" -"Language: bn_BD\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.14.0\n" - -#: templates/ALL_README.md.j2:11 -#, python-format -msgid "Read the README in %(language)s" -msgstr "" - -#: templates/README.md.j2:2 -msgid "Packaging an app, starting from this example" -msgstr "" - -#: templates/README.md.j2:4 -msgid "" -"Copy this app before working on it, using the ['Use this template'](https://" -"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " -"the Github repo" -msgstr "" - -#: templates/README.md.j2:5 -msgid "Edit the `manifest.toml` with app specific info" -msgstr "" - -#: templates/README.md.j2:6 -msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " -"any relevant conf files in `conf/`" -msgstr "" - -#: templates/README.md.j2:7 -msgid "" -"Using the [script helpers documentation](https://yunohost.org/" -"packaging_apps_helpers)" -msgstr "" - -#: templates/README.md.j2:8 -msgid "" -"Edit the `change_url` and `config` scripts too, or remove them if you have " -"no use of them" -msgstr "" - -#: templates/README.md.j2:9 -msgid "Add a `LICENSE` file for the package." -msgstr "" - -#: templates/README.md.j2:10 -msgid "" -"NB: this `LICENSE` file is not meant to necessarily be the same LICENSE as " -"the upstream app - it is only the LICENSE you want this package's code to " -"published with and you can choose it freely! (If you don't know which to " -"choose, we recommend [the AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt))" -msgstr "" - -#: templates/README.md.j2:11 -msgid "" -"Edit files under the `doc/` directory ([see the page about documenting " -"packages](https://yunohost.org/packaging_app_doc))" -msgstr "" - -#: templates/README.md.j2:12 -msgid "" -"The `README.md` files are to be automatically generated by " -msgstr "" - -#: templates/README.md.j2:18 -msgid "" -"N.B.: This README was automatically generated by \n" -"It shall NOT be edited by hand." -msgstr "" - -#: templates/README.md.j2:22 -#, python-format -msgid "%(application_name)s for YunoHost" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Integration level" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Working status" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Maintenance status" -msgstr "" - -#: templates/README.md.j2:26 -#, python-format -msgid "Install %(application_name)s with YunoHost" -msgstr "" - -#: templates/README.md.j2:28 -msgid "Read this README in other languages." -msgstr "" - -#: templates/README.md.j2:30 -#, python-format -msgid "" -"This package allows you to install %(application_name)s quickly and simply " -"on a YunoHost server." -msgstr "" - -#: templates/README.md.j2:31 -msgid "" -"If you don't have YunoHost, please consult [the guide](https://yunohost.org/" -"install) to learn how to install it." -msgstr "" - -#: templates/README.md.j2:33 -msgid "Overview" -msgstr "" - -#: templates/README.md.j2:37 -msgid "Shipped version:" -msgstr "" - -#: templates/README.md.j2:41 -msgid "Demo:" -msgstr "" - -#: templates/README.md.j2:45 -msgid "Screenshots" -msgstr "" - -#: templates/README.md.j2:48 -#, python-format -msgid "Screenshot of %(application_name)s" -msgstr "" - -#: templates/README.md.j2:53 -msgid "Disclaimers / important information" -msgstr "" - -#: templates/README.md.j2:59 -msgid "Antifeatures" -msgstr "" - -#: templates/README.md.j2:66 -msgid "Documentation and resources" -msgstr "" - -#: templates/README.md.j2:68 -msgid "Official app website:" -msgstr "" - -#: templates/README.md.j2:70 -msgid "Official user documentation:" -msgstr "" - -#: templates/README.md.j2:72 -msgid "Official admin documentation:" -msgstr "" - -#: templates/README.md.j2:74 -msgid "Upstream app code repository:" -msgstr "" - -#: templates/README.md.j2:76 -msgid "YunoHost Store:" -msgstr "" - -#: templates/README.md.j2:77 -msgid "Report a bug:" -msgstr "" - -#: templates/README.md.j2:79 -msgid "Developer info" -msgstr "" - -#: templates/README.md.j2:81 -#, python-format -msgid "" -"Please send your pull request to the [`testing` branch]" -"(%(testing_branch_url)s)." -msgstr "" - -#: templates/README.md.j2:83 -msgid "To try the `testing` branch, please proceed like that:" -msgstr "" - -#: templates/README.md.j2:87 -msgid "or" -msgstr "" - -#: templates/README.md.j2:91 -msgid "More info regarding app packaging:" -msgstr "" diff --git a/readme_generator/translations/br/LC_MESSAGES/messages.mo b/readme_generator/translations/br/LC_MESSAGES/messages.mo deleted file mode 100644 index dd8426cdd0b7654e641bab4486add53c6695129d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 719 zcmYk4!ET#C5Qg2VCyqV$u$9s%Q99|eromvL7TdI?3c!c+@xa01M@ z5g}oec|eE27@-#-8=X;?QWQcV{?xtGUiTx33&?Vq#pGKaX6f0_{3>xSd2685T(%82 zN{1xwjN0J*6>pjyse}|7ZPqB1RmUqdT{p!H=X7Ud{KJSVrlz;ZFDgv zk7;xwqsS$n2qpOVolAQ#*s>tNs}1+>L;Hv#iX{(AA5X_lmS)M}FLBSQGgZJEyq06K`o(oCOw^eh7#(!|K5vAEM6T4jmQ_eb%i1_!pSB5;T}UQ; NDH_7gT@Nh={{io0x3&NP diff --git a/readme_generator/translations/br/LC_MESSAGES/messages.po b/readme_generator/translations/br/LC_MESSAGES/messages.po deleted file mode 100644 index 6c40c623..00000000 --- a/readme_generator/translations/br/LC_MESSAGES/messages.po +++ /dev/null @@ -1,206 +0,0 @@ -# Translations template for PROJECT. -# Copyright (C) 2024 ORGANIZATION -# This file is distributed under the same license as the PROJECT project. -# FIRST AUTHOR , 2024. -# -msgid "" -msgstr "" -"Project-Id-Version: PROJECT VERSION\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-31 19:33+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" -"Language: br\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.14.0\n" - -#: templates/ALL_README.md.j2:11 -#, python-format -msgid "Read the README in %(language)s" -msgstr "" - -#: templates/README.md.j2:2 -msgid "Packaging an app, starting from this example" -msgstr "" - -#: templates/README.md.j2:4 -msgid "" -"Copy this app before working on it, using the ['Use this template'](https://" -"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " -"the Github repo" -msgstr "" - -#: templates/README.md.j2:5 -msgid "Edit the `manifest.toml` with app specific info" -msgstr "" - -#: templates/README.md.j2:6 -msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " -"any relevant conf files in `conf/`" -msgstr "" - -#: templates/README.md.j2:7 -msgid "" -"Using the [script helpers documentation](https://yunohost.org/" -"packaging_apps_helpers)" -msgstr "" - -#: templates/README.md.j2:8 -msgid "" -"Edit the `change_url` and `config` scripts too, or remove them if you have " -"no use of them" -msgstr "" - -#: templates/README.md.j2:9 -msgid "Add a `LICENSE` file for the package." -msgstr "" - -#: templates/README.md.j2:10 -msgid "" -"NB: this `LICENSE` file is not meant to necessarily be the same LICENSE as " -"the upstream app - it is only the LICENSE you want this package's code to " -"published with and you can choose it freely! (If you don't know which to " -"choose, we recommend [the AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt))" -msgstr "" - -#: templates/README.md.j2:11 -msgid "" -"Edit files under the `doc/` directory ([see the page about documenting " -"packages](https://yunohost.org/packaging_app_doc))" -msgstr "" - -#: templates/README.md.j2:12 -msgid "" -"The `README.md` files are to be automatically generated by " -msgstr "" - -#: templates/README.md.j2:18 -msgid "" -"N.B.: This README was automatically generated by \n" -"It shall NOT be edited by hand." -msgstr "" - -#: templates/README.md.j2:22 -#, python-format -msgid "%(application_name)s for YunoHost" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Integration level" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Working status" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Maintenance status" -msgstr "" - -#: templates/README.md.j2:26 -#, python-format -msgid "Install %(application_name)s with YunoHost" -msgstr "" - -#: templates/README.md.j2:28 -msgid "Read this README in other languages." -msgstr "" - -#: templates/README.md.j2:30 -#, python-format -msgid "" -"This package allows you to install %(application_name)s quickly and simply " -"on a YunoHost server." -msgstr "" - -#: templates/README.md.j2:31 -msgid "" -"If you don't have YunoHost, please consult [the guide](https://yunohost.org/" -"install) to learn how to install it." -msgstr "" - -#: templates/README.md.j2:33 -msgid "Overview" -msgstr "" - -#: templates/README.md.j2:37 -msgid "Shipped version:" -msgstr "" - -#: templates/README.md.j2:41 -msgid "Demo:" -msgstr "" - -#: templates/README.md.j2:45 -msgid "Screenshots" -msgstr "" - -#: templates/README.md.j2:48 -#, python-format -msgid "Screenshot of %(application_name)s" -msgstr "" - -#: templates/README.md.j2:53 -msgid "Disclaimers / important information" -msgstr "" - -#: templates/README.md.j2:59 -msgid "Antifeatures" -msgstr "" - -#: templates/README.md.j2:66 -msgid "Documentation and resources" -msgstr "" - -#: templates/README.md.j2:68 -msgid "Official app website:" -msgstr "" - -#: templates/README.md.j2:70 -msgid "Official user documentation:" -msgstr "" - -#: templates/README.md.j2:72 -msgid "Official admin documentation:" -msgstr "" - -#: templates/README.md.j2:74 -msgid "Upstream app code repository:" -msgstr "" - -#: templates/README.md.j2:76 -msgid "YunoHost Store:" -msgstr "" - -#: templates/README.md.j2:77 -msgid "Report a bug:" -msgstr "" - -#: templates/README.md.j2:79 -msgid "Developer info" -msgstr "" - -#: templates/README.md.j2:81 -#, python-format -msgid "" -"Please send your pull request to the [`testing` branch]" -"(%(testing_branch_url)s)." -msgstr "" - -#: templates/README.md.j2:83 -msgid "To try the `testing` branch, please proceed like that:" -msgstr "" - -#: templates/README.md.j2:87 -msgid "or" -msgstr "" - -#: templates/README.md.j2:91 -msgid "More info regarding app packaging:" -msgstr "" diff --git a/readme_generator/translations/ca/LC_MESSAGES/messages.mo b/readme_generator/translations/ca/LC_MESSAGES/messages.mo deleted file mode 100644 index f04e0667e7a0c559bf981aa45761adc7d250f39a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4789 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, 2024. -# -msgid "" -msgstr "" -"Project-Id-Version: PROJECT VERSION\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-31 19:33+0200\n" -"PO-Revision-Date: 2024-03-25 07:12+0000\n" -"Last-Translator: OniriCorpe \n" -"Language-Team: Catalan \n" -"Language: ca\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.3.1\n" -"Generated-By: Babel 2.14.0\n" - -#: templates/ALL_README.md.j2:11 -#, python-format -msgid "Read the README in %(language)s" -msgstr "Llegir el README en %(language)s" - -#: templates/README.md.j2:2 -msgid "Packaging an app, starting from this example" -msgstr "Empaquetar una aplicació, comença amb aquest exemple" - -#: templates/README.md.j2:4 -msgid "" -"Copy this app before working on it, using the ['Use this template'](https://" -"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " -"the Github repo" -msgstr "" -"Copia aquesta aplicació abans de treballar-hi, utilitza el botó [«Utilitza " -"aquesta plantilla»](https://github.com/new?" -"template_name=example_ynh&template_owner=YunoHost) al repositori de Github" - -#: templates/README.md.j2:5 -msgid "Edit the `manifest.toml` with app specific info" -msgstr "Edita el `manifest.toml`amb la informació específica de l'aplicació" - -#: templates/README.md.j2:6 -msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " -"any relevant conf files in `conf/`" -msgstr "" -"Edita els scripts `install`, `upgrade`, `remove`, `backup` i `restore`, i " -"tots els arxius rellevants de `conf/`" - -#: templates/README.md.j2:7 -msgid "" -"Using the [script helpers documentation](https://yunohost.org/" -"packaging_apps_helpers)" -msgstr "" -"Utilitza la [documentació dels script helpers](https://yunohost.org/" -"packaging_apps_helpers)" - -#: templates/README.md.j2:8 -msgid "" -"Edit the `change_url` and `config` scripts too, or remove them if you have " -"no use of them" -msgstr "" - -#: templates/README.md.j2:9 -msgid "Add a `LICENSE` file for the package." -msgstr "Afegeix un fitxer `LICENSE` per al paquet." - -#: templates/README.md.j2:10 -msgid "" -"NB: this `LICENSE` file is not meant to necessarily be the same LICENSE as " -"the upstream app - it is only the LICENSE you want this package's code to " -"published with and you can choose it freely! (If you don't know which to " -"choose, we recommend [the AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt))" -msgstr "" - -#: templates/README.md.j2:11 -#, fuzzy -#| msgid "" -#| "Using the [script helpers documentation.](https://yunohost.org/" -#| "packaging_apps_helpers)" -msgid "" -"Edit files under the `doc/` directory ([see the page about documenting " -"packages](https://yunohost.org/packaging_app_doc))" -msgstr "" -"Utilitza la [documentació dels script helpers.](https://yunohost.org/" -"packaging_apps_helpers)" - -#: templates/README.md.j2:12 -msgid "" -"The `README.md` files are to be automatically generated by " -msgstr "" -"Els fitxers `README.md` estan generats automàticament per " - -#: templates/README.md.j2:18 -msgid "" -"N.B.: This README was automatically generated by \n" -"It shall NOT be edited by hand." -msgstr "" -"N.B.: Aquest README ha estat generat automàticament per \n" -"NO s'ha de modificar manualment." - -#: templates/README.md.j2:22 -#, python-format -msgid "%(application_name)s for YunoHost" -msgstr "%(application_name)s per YunoHost" - -#: templates/README.md.j2:24 -msgid "Integration level" -msgstr "Nivell d'integració" - -#: templates/README.md.j2:24 -msgid "Working status" -msgstr "Estat de funcionament" - -#: templates/README.md.j2:24 -msgid "Maintenance status" -msgstr "Estat de manteniment" - -#: templates/README.md.j2:26 -#, python-format -msgid "Install %(application_name)s with YunoHost" -msgstr "Instal·la %(application_name)s amb YunoHosth" - -#: templates/README.md.j2:28 -#, fuzzy -#| msgid "Read this README is other languages." -msgid "Read this README in other languages." -msgstr "Llegeix aquest README en altres idiomes." - -#: templates/README.md.j2:30 -#, python-format -msgid "" -"This package allows you to install %(application_name)s quickly and simply " -"on a YunoHost server." -msgstr "" -"Aquest paquet et permet instal·lar %(application_name)s de forma ràpida i " -"senzilla en un servidor YunoHost." - -#: templates/README.md.j2:31 -msgid "" -"If you don't have YunoHost, please consult [the guide](https://yunohost.org/" -"install) to learn how to install it." -msgstr "" -"Si no tens YunoHost, consulta [la guia](https://yunohost.org/install) per " -"saber com instal·lar-lo." - -#: templates/README.md.j2:33 -msgid "Overview" -msgstr "Visió general" - -#: templates/README.md.j2:37 -msgid "Shipped version:" -msgstr "Versió inclosa:" - -#: templates/README.md.j2:41 -msgid "Demo:" -msgstr "Demo:" - -#: templates/README.md.j2:45 -msgid "Screenshots" -msgstr "Captures de pantalla" - -#: templates/README.md.j2:48 -#, python-format -msgid "Screenshot of %(application_name)s" -msgstr "Captures de pantalla de %(application_name)s" - -#: templates/README.md.j2:53 -msgid "Disclaimers / important information" -msgstr "Avís / informació important" - -#: templates/README.md.j2:59 -msgid "Antifeatures" -msgstr "Anticaracterístiques" - -#: templates/README.md.j2:66 -msgid "Documentation and resources" -msgstr "Documentació i recursos" - -#: templates/README.md.j2:68 -msgid "Official app website:" -msgstr "Lloc web oficial de l'aplicació:" - -#: templates/README.md.j2:70 -msgid "Official user documentation:" -msgstr "Documentació oficial per l'usuari:" - -#: templates/README.md.j2:72 -msgid "Official admin documentation:" -msgstr "Documentació oficial per l'administrador:" - -#: templates/README.md.j2:74 -msgid "Upstream app code repository:" -msgstr "Repositori oficial del codi de l'aplicació:" - -#: templates/README.md.j2:76 -msgid "YunoHost Store:" -msgstr "Botiga YunoHost:" - -#: templates/README.md.j2:77 -msgid "Report a bug:" -msgstr "Reportar un error:" - -#: templates/README.md.j2:79 -msgid "Developer info" -msgstr "Informació per a desenvolupadors" - -#: templates/README.md.j2:81 -#, python-format -msgid "" -"Please send your pull request to the [`testing` branch]" -"(%(testing_branch_url)s)." -msgstr "" -"Envieu les pull request a la [branca `testing`](%(testing_branch_url)s)." - -#: templates/README.md.j2:83 -msgid "To try the `testing` branch, please proceed like that:" -msgstr "Per provar la branca `testing`, procedir com descrit a continuació:" - -#: templates/README.md.j2:87 -msgid "or" -msgstr "" - -#: templates/README.md.j2:91 -msgid "More info regarding app packaging:" -msgstr "Més informació sobre l'empaquetatge d'aplicacions:" - -#~ msgid "Edit `doc/DISCLAIMER*.md`" -#~ msgstr "Edita `doc/DISCLAIMER*.md`" diff --git a/readme_generator/translations/ckb/LC_MESSAGES/messages.mo b/readme_generator/translations/ckb/LC_MESSAGES/messages.mo deleted file mode 100644 index 27edcd26a75b7d48b8eb40dfeeaafccda8eca892..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 434 zcmYk2&q~8U5XLKb%F(lj6+9?)Y7&c-EdkSJ)kxEXG!*o-j8h z{8tAC=9~SP-^YF&?7#O+?U_C_ecXwEb!O%_^9bE8k>ZKv8o~mWOsYz7jFL3IBhw5m zNxBH*xs|d;NDYxHs{$r%sUQ;=k;o5cSAGzrWU;W4ID@HVRGSMBP|YxMZFdOv1-LG< zFR?r7+m3A;Bc$x5>PSDnd*Y`M#Sr-DHpWrde~9PAno*@8la#BPY9TT5TP-%`eopIp zi%Q0sG?>B|dD+s^0Q2Y7pMs3h4MtpWW+iniX${vxZj@OyUs8GQ7=4f42}egBa!$uq z6h>tC5zfH2rh;q6O_Xh85SqQ}^QNX1AEW${O2xF->NSjZzAo~bNgzBIMa4^uMypC& VH@|^lvc+gZSFA?vz!@4u?-OlCe~, 2024. -# -msgid "" -msgstr "" -"Project-Id-Version: PROJECT VERSION\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-31 19:33+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" -"Language: ckb\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.14.0\n" - -#: templates/ALL_README.md.j2:11 -#, python-format -msgid "Read the README in %(language)s" -msgstr "" - -#: templates/README.md.j2:2 -msgid "Packaging an app, starting from this example" -msgstr "" - -#: templates/README.md.j2:4 -msgid "" -"Copy this app before working on it, using the ['Use this template'](https://" -"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " -"the Github repo" -msgstr "" - -#: templates/README.md.j2:5 -msgid "Edit the `manifest.toml` with app specific info" -msgstr "" - -#: templates/README.md.j2:6 -msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " -"any relevant conf files in `conf/`" -msgstr "" - -#: templates/README.md.j2:7 -msgid "" -"Using the [script helpers documentation](https://yunohost.org/" -"packaging_apps_helpers)" -msgstr "" - -#: templates/README.md.j2:8 -msgid "" -"Edit the `change_url` and `config` scripts too, or remove them if you have " -"no use of them" -msgstr "" - -#: templates/README.md.j2:9 -msgid "Add a `LICENSE` file for the package." -msgstr "" - -#: templates/README.md.j2:10 -msgid "" -"NB: this `LICENSE` file is not meant to necessarily be the same LICENSE as " -"the upstream app - it is only the LICENSE you want this package's code to " -"published with and you can choose it freely! (If you don't know which to " -"choose, we recommend [the AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt))" -msgstr "" - -#: templates/README.md.j2:11 -msgid "" -"Edit files under the `doc/` directory ([see the page about documenting " -"packages](https://yunohost.org/packaging_app_doc))" -msgstr "" - -#: templates/README.md.j2:12 -msgid "" -"The `README.md` files are to be automatically generated by " -msgstr "" - -#: templates/README.md.j2:18 -msgid "" -"N.B.: This README was automatically generated by \n" -"It shall NOT be edited by hand." -msgstr "" - -#: templates/README.md.j2:22 -#, python-format -msgid "%(application_name)s for YunoHost" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Integration level" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Working status" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Maintenance status" -msgstr "" - -#: templates/README.md.j2:26 -#, python-format -msgid "Install %(application_name)s with YunoHost" -msgstr "" - -#: templates/README.md.j2:28 -msgid "Read this README in other languages." -msgstr "" - -#: templates/README.md.j2:30 -#, python-format -msgid "" -"This package allows you to install %(application_name)s quickly and simply " -"on a YunoHost server." -msgstr "" - -#: templates/README.md.j2:31 -msgid "" -"If you don't have YunoHost, please consult [the guide](https://yunohost.org/" -"install) to learn how to install it." -msgstr "" - -#: templates/README.md.j2:33 -msgid "Overview" -msgstr "" - -#: templates/README.md.j2:37 -msgid "Shipped version:" -msgstr "" - -#: templates/README.md.j2:41 -msgid "Demo:" -msgstr "" - -#: templates/README.md.j2:45 -msgid "Screenshots" -msgstr "" - -#: templates/README.md.j2:48 -#, python-format -msgid "Screenshot of %(application_name)s" -msgstr "" - -#: templates/README.md.j2:53 -msgid "Disclaimers / important information" -msgstr "" - -#: templates/README.md.j2:59 -msgid "Antifeatures" -msgstr "" - -#: templates/README.md.j2:66 -msgid "Documentation and resources" -msgstr "" - -#: templates/README.md.j2:68 -msgid "Official app website:" -msgstr "" - -#: templates/README.md.j2:70 -msgid "Official user documentation:" -msgstr "" - -#: templates/README.md.j2:72 -msgid "Official admin documentation:" -msgstr "" - -#: templates/README.md.j2:74 -msgid "Upstream app code repository:" -msgstr "" - -#: templates/README.md.j2:76 -msgid "YunoHost Store:" -msgstr "" - -#: templates/README.md.j2:77 -msgid "Report a bug:" -msgstr "" - -#: templates/README.md.j2:79 -msgid "Developer info" -msgstr "" - -#: templates/README.md.j2:81 -#, python-format -msgid "" -"Please send your pull request to the [`testing` branch]" -"(%(testing_branch_url)s)." -msgstr "" - -#: templates/README.md.j2:83 -msgid "To try the `testing` branch, please proceed like that:" -msgstr "" - -#: templates/README.md.j2:87 -msgid "or" -msgstr "" - -#: templates/README.md.j2:91 -msgid "More info regarding app packaging:" -msgstr "" diff --git a/readme_generator/translations/cs/LC_MESSAGES/messages.mo b/readme_generator/translations/cs/LC_MESSAGES/messages.mo deleted file mode 100644 index d7442dbe7bf84f64d5e16fca11f84c2877b9a572..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2255 zcmb_d&u<$=6ds@yFh2ynaN+Qfph?uMw`r+VxphlO+%{6&MEOA}5sJsVV|(n~nbpp$ zQ&)iC1edBO4&{~;;t+AEgoH#ct`D5}2cQz-ip0ObH@kM6N*s#BD&ueG&CHwkzW4Ua z<5MTTVR&A_cnjlGj5jcT!*CBh!`QpPw}IaQuLCvkZ=es{eYV(tA9xD$ec(LsA@CjG zAHXkwC!b?%8~7FQHQ?{Shw$+ia0c`J=NbDI_zUne;DeKl-2lG%LgBXod=+y8ya4oxqqpFy+rn_{FvCWsDLAuFCTVFt}j|fg$YTSqwws z)L30vs@>eIHK-*cK`ot>h3Mikqvh?9t0G4si6$J)eHe7`MiCu^1i9s5e`U7hUMRXi3|afjo8*d3_O>7y0B zr$k!4ohf}o8#_nM%vxNEKX=>p+#jVP(X19qn;RQa8Ox)nF;9&wX{S6C?ll#$?&oh! zq?RQO;wp4zW06sVOpwaNn)%$!)c{^2(dWuipj9g;$BM~`*x^`2tj;BDimN~nBDR@f>pAO=Os<@ddAE>SXK1B5 zE{Giy#Wn;F3(H1rak*Y2)JTJtlp?O$8LDT>Yzs6siuH0F7DYxWQA4XyP2w4%MpOY9 z8&F$-ZqzKK=728$OW7us@DZHxZ7PHxb7Mv7TdgDGr-&&QyJJ5(y~4Jqy-`q19T6oW zH5BR~i-khw;AGk)0~EW1VwZK=_KP+|{=4qN-SN>mc5B>#6W&tY6@m3uLhnPkhQA6e z-4#KHW+xHPl{U~OsrBlnEko~vtZlq4U7^zYnzteP(jD@ak$Z)1*A_Rt`kJ@ANH^9h z^_4RpuidPbR*|Q-m2zd!)jF-vwe8hay15AAFW2geE35A>E-!D?HaD+eYr(&_C3rlE z(kM4SmBM=u>LlAJ-J^SMS};1G{*i92 zgWQ74j3x@z8~%(>#mQ94WA2hT;!{#K4!7~7&avUQt`4KGaV}T3K(I~A`*0qnqr>JP zudh3sb>*Zwa-QxYvf+Um?#HAdU-;Bfm}K-|c+iV@nB~=WI}B>(md4uFr><0am|cE% zfDnUDnQi9%0tSx>To)-%RjoJHG*oCGnx5!byY!B}#bf`GCPMM_(stBbJE86sQWoUx bS= diff --git a/readme_generator/translations/cs/LC_MESSAGES/messages.po b/readme_generator/translations/cs/LC_MESSAGES/messages.po deleted file mode 100644 index b328655f..00000000 --- a/readme_generator/translations/cs/LC_MESSAGES/messages.po +++ /dev/null @@ -1,235 +0,0 @@ -# Translations template for PROJECT. -# Copyright (C) 2024 ORGANIZATION -# This file is distributed under the same license as the PROJECT project. -# FIRST AUTHOR , 2024. -# -msgid "" -msgstr "" -"Project-Id-Version: PROJECT VERSION\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-31 19:33+0200\n" -"PO-Revision-Date: 2024-03-25 07:12+0000\n" -"Last-Translator: OniriCorpe \n" -"Language-Team: Czech \n" -"Language: cs\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -"X-Generator: Weblate 5.3.1\n" -"Generated-By: Babel 2.14.0\n" - -#: templates/ALL_README.md.j2:11 -#, fuzzy, python-format -msgid "Read the README in %(language)s" -msgstr "Přečíst README v %(language)s" - -#: templates/README.md.j2:2 -msgid "Packaging an app, starting from this example" -msgstr "Připravuji aplikaci, začínám od tohoto příkladu" - -#: templates/README.md.j2:4 -msgid "" -"Copy this app before working on it, using the ['Use this template'](https://" -"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " -"the Github repo" -msgstr "" -"Před úpravami proveďte kopii této aplikace, použijte ['Použít tuto šablonu']" -"(https://github.com/new?template_name=example_ynh&template_owner=YunoHost) " -"odpovídající možnosti na Github repositáři" - -#: templates/README.md.j2:5 -msgid "Edit the `manifest.toml` with app specific info" -msgstr "Pro úpravu specifických inforamací o aplikaci upravte `manifest.toml`" - -#: templates/README.md.j2:6 -msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " -"any relevant conf files in `conf/`" -msgstr "" -"Upravte skripty `install`, `upgrade`, `remove`, `backup`, a `restore`, a " -"další relevantní konfigurační soubory v `conf/`" - -#: templates/README.md.j2:7 -msgid "" -"Using the [script helpers documentation](https://yunohost.org/" -"packaging_apps_helpers)" -msgstr "" -"Použít [dokumentaci pro pomocníky skriptů](https://yunohost.org/" -"packaging_apps_helpers)" - -#: templates/README.md.j2:8 -msgid "" -"Edit the `change_url` and `config` scripts too, or remove them if you have " -"no use of them" -msgstr "" - -#: templates/README.md.j2:9 -msgid "Add a `LICENSE` file for the package." -msgstr "Přidat `LICENSE` soubor pro balíček." - -#: templates/README.md.j2:10 -msgid "" -"NB: this `LICENSE` file is not meant to necessarily be the same LICENSE as " -"the upstream app - it is only the LICENSE you want this package's code to " -"published with and you can choose it freely! (If you don't know which to " -"choose, we recommend [the AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt))" -msgstr "" - -#: templates/README.md.j2:11 -#, fuzzy -#| msgid "" -#| "Using the [script helpers documentation.](https://yunohost.org/" -#| "packaging_apps_helpers)" -msgid "" -"Edit files under the `doc/` directory ([see the page about documenting " -"packages](https://yunohost.org/packaging_app_doc))" -msgstr "" -"Použít [dokumentaci pro pomocníky skriptů.](https://yunohost.org/" -"packaging_apps_helpers)" - -#: templates/README.md.j2:12 -msgid "" -"The `README.md` files are to be automatically generated by " -msgstr "" -"Soubory `README.md` jsou automaticky generovány pomocí " - -#: templates/README.md.j2:18 -#, fuzzy -#| msgid "" -#| "The `README.md` files are to be automatically generated by https://github." -#| "com/YunoHost/apps/tree/master/tools/readme_generator" -msgid "" -"N.B.: This README was automatically generated by \n" -"It shall NOT be edited by hand." -msgstr "" -"Soubory `README.md` jsou automaticky generovány pomocí " - -#: templates/README.md.j2:22 -#, python-format -msgid "%(application_name)s for YunoHost" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Integration level" -msgstr "Úroveň integrace" - -#: templates/README.md.j2:24 -msgid "Working status" -msgstr "Stav funkčnosti" - -#: templates/README.md.j2:24 -msgid "Maintenance status" -msgstr "Stav údržby" - -#: templates/README.md.j2:26 -#, fuzzy, python-format -msgid "Install %(application_name)s with YunoHost" -msgstr "Instalovat %(application_name)s do YunoHost" - -#: templates/README.md.j2:28 -#, fuzzy -#| msgid "Read this README is other languages." -msgid "Read this README in other languages." -msgstr "Přečíst toto README v jiných jazycích." - -#: templates/README.md.j2:30 -#, python-format -msgid "" -"This package allows you to install %(application_name)s quickly and simply " -"on a YunoHost server." -msgstr "" - -#: templates/README.md.j2:31 -msgid "" -"If you don't have YunoHost, please consult [the guide](https://yunohost.org/" -"install) to learn how to install it." -msgstr "" - -#: templates/README.md.j2:33 -msgid "Overview" -msgstr "" - -#: templates/README.md.j2:37 -msgid "Shipped version:" -msgstr "" - -#: templates/README.md.j2:41 -msgid "Demo:" -msgstr "" - -#: templates/README.md.j2:45 -msgid "Screenshots" -msgstr "" - -#: templates/README.md.j2:48 -#, python-format -msgid "Screenshot of %(application_name)s" -msgstr "" - -#: templates/README.md.j2:53 -msgid "Disclaimers / important information" -msgstr "" - -#: templates/README.md.j2:59 -msgid "Antifeatures" -msgstr "" - -#: templates/README.md.j2:66 -msgid "Documentation and resources" -msgstr "" - -#: templates/README.md.j2:68 -msgid "Official app website:" -msgstr "" - -#: templates/README.md.j2:70 -msgid "Official user documentation:" -msgstr "" - -#: templates/README.md.j2:72 -msgid "Official admin documentation:" -msgstr "" - -#: templates/README.md.j2:74 -msgid "Upstream app code repository:" -msgstr "" - -#: templates/README.md.j2:76 -msgid "YunoHost Store:" -msgstr "" - -#: templates/README.md.j2:77 -msgid "Report a bug:" -msgstr "" - -#: templates/README.md.j2:79 -msgid "Developer info" -msgstr "" - -#: templates/README.md.j2:81 -#, python-format -msgid "" -"Please send your pull request to the [`testing` branch]" -"(%(testing_branch_url)s)." -msgstr "" - -#: templates/README.md.j2:83 -msgid "To try the `testing` branch, please proceed like that:" -msgstr "" - -#: templates/README.md.j2:87 -msgid "or" -msgstr "" - -#: templates/README.md.j2:91 -msgid "More info regarding app packaging:" -msgstr "" - -#~ msgid "Edit `doc/DISCLAIMER*.md`" -#~ msgstr "Upravit `doc/DISCLAIMER*.md`" diff --git a/readme_generator/translations/da/LC_MESSAGES/messages.mo b/readme_generator/translations/da/LC_MESSAGES/messages.mo deleted file mode 100644 index 0ba702963068ad464ab18216d4ea6255e3233030..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 558 zcmY+B(N5bi6o$jZZo(bcNE{|jqS~C$O-RUX5!sSLrG%DHVC>E`ha@PqgY6=C5H5It z?L~MGo`n;-Qtg*M*~juZ{*TYg`s$-Y`aoY&)b!d`Ap>4GR{b=8=P1+$k;h*Q!2?J6tXl0Y+uf#I#R~A z+!Sl2ElW&ZX6(l-H*BmpxT7IU@vdyLSST!VxQv37B|{bla5Ut};LGpfapcCrST@!| zno3xuIrPus7>)z-(~Xi~5FZ3#m`10k`*d|~jg3)E->q~DYiq-O-~KCt-UFE{$egEi z?$`4!jK4VbHT6A3mZL=7yy<7cUsmUk2{#!e(X#2bx8wd)(xN1*4>k2-@!tA%B}&nFJILP`fG`(*fm~VR$wtCR+ mxWCxp!XSqWyrS, 2024. -# -msgid "" -msgstr "" -"Project-Id-Version: PROJECT VERSION\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-31 19:33+0200\n" -"PO-Revision-Date: 2024-04-24 00:11+0000\n" -"Last-Translator: Øjvind Fritjof Arnfred \n" -"Language-Team: Danish \n" -"Language: da\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.3.1\n" -"Generated-By: Babel 2.14.0\n" - -#: templates/ALL_README.md.j2:11 -#, python-format -msgid "Read the README in %(language)s" -msgstr "Læs vores README på %(language)s" - -#: templates/README.md.j2:2 -msgid "Packaging an app, starting from this example" -msgstr "" - -#: templates/README.md.j2:4 -msgid "" -"Copy this app before working on it, using the ['Use this template'](https://" -"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " -"the Github repo" -msgstr "" - -#: templates/README.md.j2:5 -msgid "Edit the `manifest.toml` with app specific info" -msgstr "" - -#: templates/README.md.j2:6 -msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " -"any relevant conf files in `conf/`" -msgstr "" - -#: templates/README.md.j2:7 -msgid "" -"Using the [script helpers documentation](https://yunohost.org/" -"packaging_apps_helpers)" -msgstr "" - -#: templates/README.md.j2:8 -msgid "" -"Edit the `change_url` and `config` scripts too, or remove them if you have " -"no use of them" -msgstr "" - -#: templates/README.md.j2:9 -msgid "Add a `LICENSE` file for the package." -msgstr "" - -#: templates/README.md.j2:10 -msgid "" -"NB: this `LICENSE` file is not meant to necessarily be the same LICENSE as " -"the upstream app - it is only the LICENSE you want this package's code to " -"published with and you can choose it freely! (If you don't know which to " -"choose, we recommend [the AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt))" -msgstr "" - -#: templates/README.md.j2:11 -msgid "" -"Edit files under the `doc/` directory ([see the page about documenting " -"packages](https://yunohost.org/packaging_app_doc))" -msgstr "" - -#: templates/README.md.j2:12 -msgid "" -"The `README.md` files are to be automatically generated by " -msgstr "" - -#: templates/README.md.j2:18 -msgid "" -"N.B.: This README was automatically generated by \n" -"It shall NOT be edited by hand." -msgstr "" - -#: templates/README.md.j2:22 -#, python-format -msgid "%(application_name)s for YunoHost" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Integration level" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Working status" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Maintenance status" -msgstr "" - -#: templates/README.md.j2:26 -#, python-format -msgid "Install %(application_name)s with YunoHost" -msgstr "" - -#: templates/README.md.j2:28 -msgid "Read this README in other languages." -msgstr "" - -#: templates/README.md.j2:30 -#, python-format -msgid "" -"This package allows you to install %(application_name)s quickly and simply " -"on a YunoHost server." -msgstr "" - -#: templates/README.md.j2:31 -msgid "" -"If you don't have YunoHost, please consult [the guide](https://yunohost.org/" -"install) to learn how to install it." -msgstr "" - -#: templates/README.md.j2:33 -msgid "Overview" -msgstr "" - -#: templates/README.md.j2:37 -msgid "Shipped version:" -msgstr "" - -#: templates/README.md.j2:41 -msgid "Demo:" -msgstr "" - -#: templates/README.md.j2:45 -msgid "Screenshots" -msgstr "" - -#: templates/README.md.j2:48 -#, python-format -msgid "Screenshot of %(application_name)s" -msgstr "" - -#: templates/README.md.j2:53 -msgid "Disclaimers / important information" -msgstr "" - -#: templates/README.md.j2:59 -msgid "Antifeatures" -msgstr "" - -#: templates/README.md.j2:66 -msgid "Documentation and resources" -msgstr "" - -#: templates/README.md.j2:68 -msgid "Official app website:" -msgstr "" - -#: templates/README.md.j2:70 -msgid "Official user documentation:" -msgstr "" - -#: templates/README.md.j2:72 -msgid "Official admin documentation:" -msgstr "" - -#: templates/README.md.j2:74 -msgid "Upstream app code repository:" -msgstr "" - -#: templates/README.md.j2:76 -msgid "YunoHost Store:" -msgstr "" - -#: templates/README.md.j2:77 -msgid "Report a bug:" -msgstr "" - -#: templates/README.md.j2:79 -msgid "Developer info" -msgstr "" - -#: templates/README.md.j2:81 -#, python-format -msgid "" -"Please send your pull request to the [`testing` branch]" -"(%(testing_branch_url)s)." -msgstr "" - -#: templates/README.md.j2:83 -msgid "To try the `testing` branch, please proceed like that:" -msgstr "" - -#: templates/README.md.j2:87 -msgid "or" -msgstr "" - -#: templates/README.md.j2:91 -msgid "More info regarding app packaging:" -msgstr "" diff --git a/readme_generator/translations/de/LC_MESSAGES/messages.mo b/readme_generator/translations/de/LC_MESSAGES/messages.mo deleted file mode 100644 index 3b4b9f50042db8dc58e69bfa6d693cfb71b9c4c9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5733 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 NU}un0HZpJ3KLLs@7#jcp diff --git a/readme_generator/translations/de/LC_MESSAGES/messages.po b/readme_generator/translations/de/LC_MESSAGES/messages.po deleted file mode 100644 index 4a440351..00000000 --- a/readme_generator/translations/de/LC_MESSAGES/messages.po +++ /dev/null @@ -1,247 +0,0 @@ -# Translations template for PROJECT. -# Copyright (C) 2024 ORGANIZATION -# This file is distributed under the same license as the PROJECT project. -# FIRST AUTHOR , 2024. -# -msgid "" -msgstr "" -"Project-Id-Version: PROJECT VERSION\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-31 19:33+0200\n" -"PO-Revision-Date: 2024-11-17 14:54+0000\n" -"Last-Translator: Éric Gaspar \n" -"Language-Team: German \n" -"Language: de\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.4.3\n" -"Generated-By: Babel 2.14.0\n" - -#: templates/ALL_README.md.j2:11 -#, python-format -msgid "Read the README in %(language)s" -msgstr "Die README in %(language)s lesen" - -#: templates/README.md.j2:2 -msgid "Packaging an app, starting from this example" -msgstr "Paketierung einer Applikation, ausgehend von diesem Beispiel" - -#: templates/README.md.j2:4 -msgid "" -"Copy this app before working on it, using the ['Use this template'](https://" -"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " -"the Github repo" -msgstr "" -"Kopieren Sie diese Appikation, bevor Sie diese bearbeiten, indem Sie die " -"Schaltfläche ['Diese Vorlage verwenden'](https://github.com/new?" -"template_name=example_ynh&template_owner=YunoHost) im Git-Repository " -"verwenden" - -#: templates/README.md.j2:5 -msgid "Edit the `manifest.toml` with app specific info" -msgstr "Die `manifest.toml`mit App-spezifischen Informationen bearbeiten" - -#: templates/README.md.j2:6 -msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " -"any relevant conf files in `conf/`" -msgstr "" -"Die Skripte `install`, `upgrade`, `remove`, `backup` und `restore` sowie " -"alle relevanten Konfigurations-Dateien in `conf/` bearbeiten" - -#: templates/README.md.j2:7 -msgid "" -"Using the [script helpers documentation](https://yunohost.org/" -"packaging_apps_helpers)" -msgstr "" -"Die [Skript-Helper-Dokumentation](https://yunohost.org/" -"packaging_apps_helpers) verwenden" - -#: templates/README.md.j2:8 -msgid "" -"Edit the `change_url` and `config` scripts too, or remove them if you have " -"no use of them" -msgstr "" -"Bearbeiten Sie auch die Skripte `change_url` und `config` oder entfernen Sie " -"diese, wenn Sie keine Verwendung dafür haben" - -#: templates/README.md.j2:9 -msgid "Add a `LICENSE` file for the package." -msgstr "Fügen Sie eine `LICENSE`-Datei für das Paket hinzu." - -#: templates/README.md.j2:10 -msgid "" -"NB: this `LICENSE` file is not meant to necessarily be the same LICENSE as " -"the upstream app - it is only the LICENSE you want this package's code to " -"published with and you can choose it freely! (If you don't know which to " -"choose, we recommend [the AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt))" -msgstr "" -"NB: Diese `LICENSE`-Datei muss nicht unbedingt dieselbe LICENSE wie die " -"Upstream-App sein - es ist nur die LICENSE, mit der Code dieses Pakets " -"veröffentlicht werden soll, und Sie können sie frei wählen! (Wenn Sie nicht " -"wissen, welche Sie wählen sollen, empfehlen wir [die AGPL-3](https://www.gnu." -"org/licenses/agpl-3.0.txt))" - -#: templates/README.md.j2:11 -#, fuzzy -#| msgid "" -#| "Using the [script helpers documentation.](https://yunohost.org/" -#| "packaging_apps_helpers)" -msgid "" -"Edit files under the `doc/` directory ([see the page about documenting " -"packages](https://yunohost.org/packaging_app_doc))" -msgstr "" -"Bearbeiten Sie Dateien im Verzeichnis `doc/` ([siehe Seite zum Dokumentieren " -"von Paketen](https://yunohost.org/packaging_app_doc))" - -#: templates/README.md.j2:12 -msgid "" -"The `README.md` files are to be automatically generated by " -msgstr "" -"Die `README.md`-Dateien werden automatisch generiert durch " - -#: templates/README.md.j2:18 -msgid "" -"N.B.: This README was automatically generated by \n" -"It shall NOT be edited by hand." -msgstr "" -"N.B.: Diese README wurde automatisch von generiert.\n" -"Sie darf NICHT von Hand bearbeitet werden." - -#: templates/README.md.j2:22 -#, python-format -msgid "%(application_name)s for YunoHost" -msgstr "%(application_name)s für YunoHost" - -#: templates/README.md.j2:24 -msgid "Integration level" -msgstr "Integrations-Level" - -#: templates/README.md.j2:24 -msgid "Working status" -msgstr "Funktionsstatus" - -#: templates/README.md.j2:24 -msgid "Maintenance status" -msgstr "Wartungsstatus" - -#: templates/README.md.j2:26 -#, python-format -msgid "Install %(application_name)s with YunoHost" -msgstr "%(application_name)s mit YunoHost installieren" - -#: templates/README.md.j2:28 -msgid "Read this README in other languages." -msgstr "Dieses README in anderen Sprachen lesen." - -#: templates/README.md.j2:30 -#, python-format -msgid "" -"This package allows you to install %(application_name)s quickly and simply " -"on a YunoHost server." -msgstr "" -"Mit diesem Paket können Sie %(application_name)s schnell und einfach auf " -"einem YunoHost-Server installieren." - -#: templates/README.md.j2:31 -msgid "" -"If you don't have YunoHost, please consult [the guide](https://yunohost.org/" -"install) to learn how to install it." -msgstr "" -"Wenn Sie YunoHost nicht haben, lesen Sie bitte [die Anleitung](https://" -"yunohost.org/install), um zu erfahren, wie Sie es installieren." - -#: templates/README.md.j2:33 -msgid "Overview" -msgstr "Übersicht" - -#: templates/README.md.j2:37 -msgid "Shipped version:" -msgstr "Ausgelieferte Version:" - -#: templates/README.md.j2:41 -msgid "Demo:" -msgstr "Demo:" - -#: templates/README.md.j2:45 -msgid "Screenshots" -msgstr "Bildschirmfotos" - -#: templates/README.md.j2:48 -#, python-format -msgid "Screenshot of %(application_name)s" -msgstr "Bildschirmfotos von %(application_name)s" - -#: templates/README.md.j2:53 -msgid "Disclaimers / important information" -msgstr "Haftungsausschlüsse / wichtige Informationen" - -#: templates/README.md.j2:59 -msgid "Antifeatures" -msgstr "Anti-Eigenschaften" - -#: templates/README.md.j2:66 -msgid "Documentation and resources" -msgstr "Dokumentation und Ressourcen" - -#: templates/README.md.j2:68 -msgid "Official app website:" -msgstr "Offizielle Website der App:" - -#: templates/README.md.j2:70 -msgid "Official user documentation:" -msgstr "Offizielle Benutzerdokumentation:" - -#: templates/README.md.j2:72 -msgid "Official admin documentation:" -msgstr "Offizielle Verwaltungsdokumentation:" - -#: templates/README.md.j2:74 -msgid "Upstream app code repository:" -msgstr "Upstream App Repository:" - -#: templates/README.md.j2:76 -msgid "YunoHost Store:" -msgstr "YunoHost-Shop:" - -#: templates/README.md.j2:77 -msgid "Report a bug:" -msgstr "Einen Fehler melden:" - -#: templates/README.md.j2:79 -msgid "Developer info" -msgstr "Entwicklerinformationen" - -#: templates/README.md.j2:81 -#, python-format -msgid "" -"Please send your pull request to the [`testing` branch]" -"(%(testing_branch_url)s)." -msgstr "" -"Bitte senden Sie Ihren Pull-Request an den [`testing` branch]" -"(%(testing_branch_url)s)." - -#: templates/README.md.j2:83 -msgid "To try the `testing` branch, please proceed like that:" -msgstr "Um den `testing` Branch auszuprobieren, gehen Sie bitte wie folgt vor:" - -#: templates/README.md.j2:87 -msgid "or" -msgstr "oder" - -#: templates/README.md.j2:91 -msgid "More info regarding app packaging:" -msgstr "Weitere Informationen zur App-Paketierung:" - -#~ msgid "Edit files under the `doc/` directory" -#~ msgstr "Dateien unter dem Verzeichnis `doc/` bearbeiten" - -#~ msgid "Edit `doc/DISCLAIMER*.md`" -#~ msgstr "Bearbeite `doc/DISCLAIMER*.md`" diff --git a/readme_generator/translations/el/LC_MESSAGES/messages.mo b/readme_generator/translations/el/LC_MESSAGES/messages.mo deleted file mode 100644 index 119f55fc3dae40017505441c30e0bb88f48b6c09..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 433 zcmYk2-%7(U6viib)l09vh~R}XkG6Hl$SBxtQ7h|Ox-!tatj%gAOG=W8yY?A;J)gzY zfAheB^PPO0-$yu@^F$YSB7Ne&amsIeDdN)5xvcl`mlm*D%z zy~6&m?|QCljgYaIx+DGg9!Qu$oWL|hcL|Q8{$nyH&WvgUxuQaIYNWy_Y>nL5`vv8E ziz+6VvY65uMb*;E0vZ1kkTbf$NJzn)l(&j, 2024. -# -msgid "" -msgstr "" -"Project-Id-Version: PROJECT VERSION\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-31 19:33+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" -"Language: el\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.14.0\n" - -#: templates/ALL_README.md.j2:11 -#, python-format -msgid "Read the README in %(language)s" -msgstr "" - -#: templates/README.md.j2:2 -msgid "Packaging an app, starting from this example" -msgstr "" - -#: templates/README.md.j2:4 -msgid "" -"Copy this app before working on it, using the ['Use this template'](https://" -"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " -"the Github repo" -msgstr "" - -#: templates/README.md.j2:5 -msgid "Edit the `manifest.toml` with app specific info" -msgstr "" - -#: templates/README.md.j2:6 -msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " -"any relevant conf files in `conf/`" -msgstr "" - -#: templates/README.md.j2:7 -msgid "" -"Using the [script helpers documentation](https://yunohost.org/" -"packaging_apps_helpers)" -msgstr "" - -#: templates/README.md.j2:8 -msgid "" -"Edit the `change_url` and `config` scripts too, or remove them if you have " -"no use of them" -msgstr "" - -#: templates/README.md.j2:9 -msgid "Add a `LICENSE` file for the package." -msgstr "" - -#: templates/README.md.j2:10 -msgid "" -"NB: this `LICENSE` file is not meant to necessarily be the same LICENSE as " -"the upstream app - it is only the LICENSE you want this package's code to " -"published with and you can choose it freely! (If you don't know which to " -"choose, we recommend [the AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt))" -msgstr "" - -#: templates/README.md.j2:11 -msgid "" -"Edit files under the `doc/` directory ([see the page about documenting " -"packages](https://yunohost.org/packaging_app_doc))" -msgstr "" - -#: templates/README.md.j2:12 -msgid "" -"The `README.md` files are to be automatically generated by " -msgstr "" - -#: templates/README.md.j2:18 -msgid "" -"N.B.: This README was automatically generated by \n" -"It shall NOT be edited by hand." -msgstr "" - -#: templates/README.md.j2:22 -#, python-format -msgid "%(application_name)s for YunoHost" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Integration level" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Working status" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Maintenance status" -msgstr "" - -#: templates/README.md.j2:26 -#, python-format -msgid "Install %(application_name)s with YunoHost" -msgstr "" - -#: templates/README.md.j2:28 -msgid "Read this README in other languages." -msgstr "" - -#: templates/README.md.j2:30 -#, python-format -msgid "" -"This package allows you to install %(application_name)s quickly and simply " -"on a YunoHost server." -msgstr "" - -#: templates/README.md.j2:31 -msgid "" -"If you don't have YunoHost, please consult [the guide](https://yunohost.org/" -"install) to learn how to install it." -msgstr "" - -#: templates/README.md.j2:33 -msgid "Overview" -msgstr "" - -#: templates/README.md.j2:37 -msgid "Shipped version:" -msgstr "" - -#: templates/README.md.j2:41 -msgid "Demo:" -msgstr "" - -#: templates/README.md.j2:45 -msgid "Screenshots" -msgstr "" - -#: templates/README.md.j2:48 -#, python-format -msgid "Screenshot of %(application_name)s" -msgstr "" - -#: templates/README.md.j2:53 -msgid "Disclaimers / important information" -msgstr "" - -#: templates/README.md.j2:59 -msgid "Antifeatures" -msgstr "" - -#: templates/README.md.j2:66 -msgid "Documentation and resources" -msgstr "" - -#: templates/README.md.j2:68 -msgid "Official app website:" -msgstr "" - -#: templates/README.md.j2:70 -msgid "Official user documentation:" -msgstr "" - -#: templates/README.md.j2:72 -msgid "Official admin documentation:" -msgstr "" - -#: templates/README.md.j2:74 -msgid "Upstream app code repository:" -msgstr "" - -#: templates/README.md.j2:76 -msgid "YunoHost Store:" -msgstr "" - -#: templates/README.md.j2:77 -msgid "Report a bug:" -msgstr "" - -#: templates/README.md.j2:79 -msgid "Developer info" -msgstr "" - -#: templates/README.md.j2:81 -#, python-format -msgid "" -"Please send your pull request to the [`testing` branch]" -"(%(testing_branch_url)s)." -msgstr "" - -#: templates/README.md.j2:83 -msgid "To try the `testing` branch, please proceed like that:" -msgstr "" - -#: templates/README.md.j2:87 -msgid "or" -msgstr "" - -#: templates/README.md.j2:91 -msgid "More info regarding app packaging:" -msgstr "" diff --git a/readme_generator/translations/eo/LC_MESSAGES/messages.po b/readme_generator/translations/eo/LC_MESSAGES/messages.po deleted file mode 100644 index ae40fe20..00000000 --- a/readme_generator/translations/eo/LC_MESSAGES/messages.po +++ /dev/null @@ -1,206 +0,0 @@ -# Translations template for PROJECT. -# Copyright (C) 2024 ORGANIZATION -# This file is distributed under the same license as the PROJECT project. -# FIRST AUTHOR , 2024. -# -msgid "" -msgstr "" -"Project-Id-Version: PROJECT VERSION\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-31 19:33+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" -"Language: eo\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.14.0\n" - -#: templates/ALL_README.md.j2:11 -#, python-format -msgid "Read the README in %(language)s" -msgstr "" - -#: templates/README.md.j2:2 -msgid "Packaging an app, starting from this example" -msgstr "" - -#: templates/README.md.j2:4 -msgid "" -"Copy this app before working on it, using the ['Use this template'](https://" -"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " -"the Github repo" -msgstr "" - -#: templates/README.md.j2:5 -msgid "Edit the `manifest.toml` with app specific info" -msgstr "" - -#: templates/README.md.j2:6 -msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " -"any relevant conf files in `conf/`" -msgstr "" - -#: templates/README.md.j2:7 -msgid "" -"Using the [script helpers documentation](https://yunohost.org/" -"packaging_apps_helpers)" -msgstr "" - -#: templates/README.md.j2:8 -msgid "" -"Edit the `change_url` and `config` scripts too, or remove them if you have " -"no use of them" -msgstr "" - -#: templates/README.md.j2:9 -msgid "Add a `LICENSE` file for the package." -msgstr "" - -#: templates/README.md.j2:10 -msgid "" -"NB: this `LICENSE` file is not meant to necessarily be the same LICENSE as " -"the upstream app - it is only the LICENSE you want this package's code to " -"published with and you can choose it freely! (If you don't know which to " -"choose, we recommend [the AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt))" -msgstr "" - -#: templates/README.md.j2:11 -msgid "" -"Edit files under the `doc/` directory ([see the page about documenting " -"packages](https://yunohost.org/packaging_app_doc))" -msgstr "" - -#: templates/README.md.j2:12 -msgid "" -"The `README.md` files are to be automatically generated by " -msgstr "" - -#: templates/README.md.j2:18 -msgid "" -"N.B.: This README was automatically generated by \n" -"It shall NOT be edited by hand." -msgstr "" - -#: templates/README.md.j2:22 -#, python-format -msgid "%(application_name)s for YunoHost" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Integration level" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Working status" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Maintenance status" -msgstr "" - -#: templates/README.md.j2:26 -#, python-format -msgid "Install %(application_name)s with YunoHost" -msgstr "" - -#: templates/README.md.j2:28 -msgid "Read this README in other languages." -msgstr "" - -#: templates/README.md.j2:30 -#, python-format -msgid "" -"This package allows you to install %(application_name)s quickly and simply " -"on a YunoHost server." -msgstr "" - -#: templates/README.md.j2:31 -msgid "" -"If you don't have YunoHost, please consult [the guide](https://yunohost.org/" -"install) to learn how to install it." -msgstr "" - -#: templates/README.md.j2:33 -msgid "Overview" -msgstr "" - -#: templates/README.md.j2:37 -msgid "Shipped version:" -msgstr "" - -#: templates/README.md.j2:41 -msgid "Demo:" -msgstr "" - -#: templates/README.md.j2:45 -msgid "Screenshots" -msgstr "" - -#: templates/README.md.j2:48 -#, python-format -msgid "Screenshot of %(application_name)s" -msgstr "" - -#: templates/README.md.j2:53 -msgid "Disclaimers / important information" -msgstr "" - -#: templates/README.md.j2:59 -msgid "Antifeatures" -msgstr "" - -#: templates/README.md.j2:66 -msgid "Documentation and resources" -msgstr "" - -#: templates/README.md.j2:68 -msgid "Official app website:" -msgstr "" - -#: templates/README.md.j2:70 -msgid "Official user documentation:" -msgstr "" - -#: templates/README.md.j2:72 -msgid "Official admin documentation:" -msgstr "" - -#: templates/README.md.j2:74 -msgid "Upstream app code repository:" -msgstr "" - -#: templates/README.md.j2:76 -msgid "YunoHost Store:" -msgstr "" - -#: templates/README.md.j2:77 -msgid "Report a bug:" -msgstr "" - -#: templates/README.md.j2:79 -msgid "Developer info" -msgstr "" - -#: templates/README.md.j2:81 -#, python-format -msgid "" -"Please send your pull request to the [`testing` branch]" -"(%(testing_branch_url)s)." -msgstr "" - -#: templates/README.md.j2:83 -msgid "To try the `testing` branch, please proceed like that:" -msgstr "" - -#: templates/README.md.j2:87 -msgid "or" -msgstr "" - -#: templates/README.md.j2:91 -msgid "More info regarding app packaging:" -msgstr "" diff --git a/readme_generator/translations/es/LC_MESSAGES/messages.mo b/readme_generator/translations/es/LC_MESSAGES/messages.mo deleted file mode 100644 index 63ead5e405134eff320c74c7019e1de050c30f74..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5725 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, 2024. -# -msgid "" -msgstr "" -"Project-Id-Version: PROJECT VERSION\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-31 19:33+0200\n" -"PO-Revision-Date: 2024-09-02 20:54+0000\n" -"Last-Translator: GreNa \n" -"Language-Team: Spanish \n" -"Language: es\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.4.3\n" -"Generated-By: Babel 2.14.0\n" - -#: templates/ALL_README.md.j2:11 -#, python-format -msgid "Read the README in %(language)s" -msgstr "Lea el README en %(language)s" - -#: templates/README.md.j2:2 -msgid "Packaging an app, starting from this example" -msgstr "Armar una aplicación empezando por este ejemplo" - -#: templates/README.md.j2:4 -msgid "" -"Copy this app before working on it, using the ['Use this template'](https://" -"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " -"the Github repo" -msgstr "" -"Copia esta aplicación antes se trabajar en ella,utilizando el botón ['use " -"esta plantilla'](https://github.com/new?" -"template_name=example_ynh&template_owner=YunoHost) en el repositorio de " -"Github" - -#: templates/README.md.j2:5 -msgid "Edit the `manifest.toml` with app specific info" -msgstr "" -"Edita el archivo `manifest.toml` con las informaciones especifica de la " -"aplicación" - -#: templates/README.md.j2:6 -msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " -"any relevant conf files in `conf/`" -msgstr "" -"Edita los archivos de scripts `install`, `upgrade`, `remove`, `backup`, " -"`restore` y los archivos de configuraciones ubicados en `conf/`" - -#: templates/README.md.j2:7 -msgid "" -"Using the [script helpers documentation](https://yunohost.org/" -"packaging_apps_helpers)" -msgstr "" -"Usando la [documentación des los scripts helpers](https://yunohost.org/" -"packaging_apps_helpers)" - -#: templates/README.md.j2:8 -msgid "" -"Edit the `change_url` and `config` scripts too, or remove them if you have " -"no use of them" -msgstr "" -"Edita el archivo de script `change_url` and `config` o borra los si no les " -"son utiles" - -#: templates/README.md.j2:9 -msgid "Add a `LICENSE` file for the package." -msgstr "Agrega un archivo `LICENSE` para el paquete." - -#: templates/README.md.j2:10 -msgid "" -"NB: this `LICENSE` file is not meant to necessarily be the same LICENSE as " -"the upstream app - it is only the LICENSE you want this package's code to " -"published with and you can choose it freely! (If you don't know which to " -"choose, we recommend [the AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt))" -msgstr "" -"No es necesario que la `LICENSE` de los script de gestion de aplicacion sea " -"la misma que la LICENSE de la aplicacion gestionada. Recomendamos usar [the " -"AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt)" - -#: templates/README.md.j2:11 -msgid "" -"Edit files under the `doc/` directory ([see the page about documenting " -"packages](https://yunohost.org/packaging_app_doc))" -msgstr "" -"Edita los archivos en el directorio`doc/` ([más informaciones](https://" -"yunohost.org/packaging_app_doc))" - -#: templates/README.md.j2:12 -msgid "" -"The `README.md` files are to be automatically generated by " -msgstr "" -"Los archivos`README.md`estan generados automáticamente " - -#: templates/README.md.j2:18 -msgid "" -"N.B.: This README was automatically generated by \n" -"It shall NOT be edited by hand." -msgstr "" -"Este archivo README esta generado automaticamente\n" -"No se debe editar a mano." - -#: templates/README.md.j2:22 -#, python-format -msgid "%(application_name)s for YunoHost" -msgstr "%(application_name)s para Yunohost" - -#: templates/README.md.j2:24 -msgid "Integration level" -msgstr "Nivel de integración" - -#: templates/README.md.j2:24 -msgid "Working status" -msgstr "Estado funcional" - -#: templates/README.md.j2:24 -msgid "Maintenance status" -msgstr "Estado En Mantención" - -#: templates/README.md.j2:26 -#, python-format -msgid "Install %(application_name)s with YunoHost" -msgstr "Instalar %(application_name)s con Yunhost" - -#: templates/README.md.j2:28 -msgid "Read this README in other languages." -msgstr "Leer este README en otros idiomas." - -#: templates/README.md.j2:30 -#, python-format -msgid "" -"This package allows you to install %(application_name)s quickly and simply " -"on a YunoHost server." -msgstr "" -"Este paquete le permite instalar%(application_name)s rapidamente y " -"simplement en un servidor YunoHost." - -#: templates/README.md.j2:31 -msgid "" -"If you don't have YunoHost, please consult [the guide](https://yunohost.org/" -"install) to learn how to install it." -msgstr "" -"Si no tiene YunoHost, visita [the guide](https://yunohost.org/install) para " -"aprender como instalarla." - -#: templates/README.md.j2:33 -msgid "Overview" -msgstr "Descripción general" - -#: templates/README.md.j2:37 -msgid "Shipped version:" -msgstr "Versión actual:" - -#: templates/README.md.j2:41 -msgid "Demo:" -msgstr "Demo:" - -#: templates/README.md.j2:45 -msgid "Screenshots" -msgstr "Capturas" - -#: templates/README.md.j2:48 -#, python-format -msgid "Screenshot of %(application_name)s" -msgstr "Captura de %(application_name)s" - -#: templates/README.md.j2:53 -msgid "Disclaimers / important information" -msgstr "informaciones importantes" - -#: templates/README.md.j2:59 -msgid "Antifeatures" -msgstr "Características no deseables" - -#: templates/README.md.j2:66 -msgid "Documentation and resources" -msgstr "Documentaciones y recursos" - -#: templates/README.md.j2:68 -msgid "Official app website:" -msgstr "Sitio web oficial:" - -#: templates/README.md.j2:70 -msgid "Official user documentation:" -msgstr "Documentación usuario oficial:" - -#: templates/README.md.j2:72 -msgid "Official admin documentation:" -msgstr "Documentación administrador oficial:" - -#: templates/README.md.j2:74 -msgid "Upstream app code repository:" -msgstr "Repositorio del código fuente oficial de la aplicación :" - -#: templates/README.md.j2:76 -msgid "YunoHost Store:" -msgstr "Catálogo YunoHost:" - -#: templates/README.md.j2:77 -msgid "Report a bug:" -msgstr "Reportar un error:" - -#: templates/README.md.j2:79 -msgid "Developer info" -msgstr "Información para desarrolladores" - -#: templates/README.md.j2:81 -#, python-format -msgid "" -"Please send your pull request to the [`testing` branch]" -"(%(testing_branch_url)s)." -msgstr "" -"Por favor enviar sus correcciones a la [rama `testing`]" -"(%(testing_branch_url)s)." - -#: templates/README.md.j2:83 -msgid "To try the `testing` branch, please proceed like that:" -msgstr "Para probar la rama `testing`, sigue asÍ:" - -#: templates/README.md.j2:87 -msgid "or" -msgstr "o" - -#: templates/README.md.j2:91 -msgid "More info regarding app packaging:" -msgstr "Mas informaciones sobre el empaquetado de aplicaciones:" diff --git a/readme_generator/translations/eu/LC_MESSAGES/messages.mo b/readme_generator/translations/eu/LC_MESSAGES/messages.mo deleted file mode 100644 index 6f6414e67cd9f9a32ddbcc36638bd5d037401dfe..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5840 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 diff --git a/readme_generator/translations/eu/LC_MESSAGES/messages.po b/readme_generator/translations/eu/LC_MESSAGES/messages.po deleted file mode 100644 index c71604b0..00000000 --- a/readme_generator/translations/eu/LC_MESSAGES/messages.po +++ /dev/null @@ -1,233 +0,0 @@ -# Translations template for PROJECT. -# Copyright (C) 2024 ORGANIZATION -# This file is distributed under the same license as the PROJECT project. -# FIRST AUTHOR , 2024. -# -msgid "" -msgstr "" -"Project-Id-Version: PROJECT VERSION\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-31 19:33+0200\n" -"PO-Revision-Date: 2024-03-31 21:42+0000\n" -"Last-Translator: xabirequejo \n" -"Language-Team: Basque \n" -"Language: eu\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.3.1\n" -"Generated-By: Babel 2.14.0\n" - -#: templates/ALL_README.md.j2:11 -#, python-format -msgid "Read the README in %(language)s" -msgstr "Irakurri README %(language)sz" - -#: templates/README.md.j2:2 -msgid "Packaging an app, starting from this example" -msgstr "Aplikazio bat paketatzen, honako adibidea oinarritzat hartuz" - -#: templates/README.md.j2:4 -msgid "" -"Copy this app before working on it, using the ['Use this template'](https://" -"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " -"the Github repo" -msgstr "" -"Kopiatu aplikazio hau aldaketak egin baino lehen, Github gordailuko " -"['Erabili txantiloi hau'](https://github.com/new?" -"template_name=example_ynh&template_owner=YunoHost) botoia erabiliz" - -#: templates/README.md.j2:5 -msgid "Edit the `manifest.toml` with app specific info" -msgstr "Editatu `manifest.toml` aplikazioaren informazio zehatzarekin" - -#: templates/README.md.j2:6 -msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " -"any relevant conf files in `conf/`" -msgstr "" -"Editatu `install`, `upgrade`, `remove`, `backup` eta `restore` scriptak, eta " -"konfigurazio fitxategiak `conf/` direktorioan, beharrezkoak badira" - -#: templates/README.md.j2:7 -msgid "" -"Using the [script helpers documentation](https://yunohost.org/" -"packaging_apps_helpers)" -msgstr "" -"Erabili [scripten laguntza-dokumentazioa](https://yunohost.org/" -"packaging_apps_helpers)" - -#: templates/README.md.j2:8 -msgid "" -"Edit the `change_url` and `config` scripts too, or remove them if you have " -"no use of them" -msgstr "" -"Editatu `change_url` eta `config` scriptak ere, edo kendu ez badute inolako " -"betekizunik" - -#: templates/README.md.j2:9 -msgid "Add a `LICENSE` file for the package." -msgstr "Gehitu `LICENSE` fitxategia paketerako." - -#: templates/README.md.j2:10 -msgid "" -"NB: this `LICENSE` file is not meant to necessarily be the same LICENSE as " -"the upstream app - it is only the LICENSE you want this package's code to " -"published with and you can choose it freely! (If you don't know which to " -"choose, we recommend [the AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt))" -msgstr "" -"Ohart ongi: `LICENSE` fitxategiak ez du zertan jatorrizko aplikazioaren " -"lizentzia bera izan: pakete honen kodeak izatea nahi duzun lizentzia baino " -"ez da eta aske zara berau aukeratzeko! (Ez badakizu zein aukeratu, guk " -"[AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt) gomendatzen dugu)" - -#: templates/README.md.j2:11 -msgid "" -"Edit files under the `doc/` directory ([see the page about documenting " -"packages](https://yunohost.org/packaging_app_doc))" -msgstr "" -"Editatu `doc/` direktorioko fitxategiak ([ikus paketeak dokumentatzeari " -"buruzko orria](https://yunohost.org/packaging_app_doc))" - -#: templates/README.md.j2:12 -msgid "" -"The `README.md` files are to be automatically generated by " -msgstr "" -"`README.md` fitxategiak automatikoki sortuko dira ri esker" - -#: templates/README.md.j2:18 -msgid "" -"N.B.: This README was automatically generated by \n" -"It shall NOT be edited by hand." -msgstr "" -"Ohart ongi: README hau automatikoki sortu da ri esker\n" -"EZ editatu eskuz." - -#: templates/README.md.j2:22 -#, python-format -msgid "%(application_name)s for YunoHost" -msgstr "%(application_name)s YunoHost-erako" - -#: templates/README.md.j2:24 -msgid "Integration level" -msgstr "Integrazio maila" - -#: templates/README.md.j2:24 -msgid "Working status" -msgstr "Funtzionamendu egoera" - -#: templates/README.md.j2:24 -msgid "Maintenance status" -msgstr "Mantentze egoera" - -#: templates/README.md.j2:26 -#, python-format -msgid "Install %(application_name)s with YunoHost" -msgstr "Instalatu %(application_name)s YunoHost-ekin" - -#: templates/README.md.j2:28 -msgid "Read this README in other languages." -msgstr "Irakurri README hau beste hizkuntzatan." - -#: templates/README.md.j2:30 -#, python-format -msgid "" -"This package allows you to install %(application_name)s quickly and simply " -"on a YunoHost server." -msgstr "" -"Pakete honek %(application_name)s YunoHost zerbitzari batean azkar eta " -"zailtasunik gabe instalatzea ahalbidetzen dizu." - -#: templates/README.md.j2:31 -msgid "" -"If you don't have YunoHost, please consult [the guide](https://yunohost.org/" -"install) to learn how to install it." -msgstr "" -"YunoHost ez baduzu, kontsultatu [gida](https://yunohost.org/install) nola " -"instalatu ikasteko." - -#: templates/README.md.j2:33 -msgid "Overview" -msgstr "Aurreikuspena" - -#: templates/README.md.j2:37 -msgid "Shipped version:" -msgstr "Paketatutako bertsioa:" - -#: templates/README.md.j2:41 -msgid "Demo:" -msgstr "Demoa:" - -#: templates/README.md.j2:45 -msgid "Screenshots" -msgstr "Pantaila-argazkiak" - -#: templates/README.md.j2:48 -#, python-format -msgid "Screenshot of %(application_name)s" -msgstr "%(application_name)s(r)en pantaila-argazkia" - -#: templates/README.md.j2:53 -msgid "Disclaimers / important information" -msgstr "Ezespena / informazio garrantzitsua" - -#: templates/README.md.j2:59 -msgid "Antifeatures" -msgstr "Ezaugarri zalantzagarriak" - -#: templates/README.md.j2:66 -msgid "Documentation and resources" -msgstr "Dokumentazioa eta baliabideak" - -#: templates/README.md.j2:68 -msgid "Official app website:" -msgstr "Aplikazioaren webgune ofiziala:" - -#: templates/README.md.j2:70 -msgid "Official user documentation:" -msgstr "Erabiltzaileen dokumentazio ofiziala:" - -#: templates/README.md.j2:72 -msgid "Official admin documentation:" -msgstr "Administratzaileen dokumentazio ofiziala:" - -#: templates/README.md.j2:74 -msgid "Upstream app code repository:" -msgstr "Jatorrizko aplikazioaren kode-gordailua:" - -#: templates/README.md.j2:76 -msgid "YunoHost Store:" -msgstr "YunoHost Denda:" - -#: templates/README.md.j2:77 -msgid "Report a bug:" -msgstr "Eman errore baten berri:" - -#: templates/README.md.j2:79 -msgid "Developer info" -msgstr "Garatzaileentzako informazioa" - -#: templates/README.md.j2:81 -#, python-format -msgid "" -"Please send your pull request to the [`testing` branch]" -"(%(testing_branch_url)s)." -msgstr "Bidali `pull request`a [`testing` abarrera](%(testing_branch_url)s)." - -#: templates/README.md.j2:83 -msgid "To try the `testing` branch, please proceed like that:" -msgstr "`testing` abarra probatzeko, ondorengoa egin:" - -#: templates/README.md.j2:87 -msgid "or" -msgstr "edo" - -#: templates/README.md.j2:91 -msgid "More info regarding app packaging:" -msgstr "Informazio gehiago aplikazioaren paketatzeari buruz:" diff --git a/readme_generator/translations/fa/LC_MESSAGES/messages.po b/readme_generator/translations/fa/LC_MESSAGES/messages.po deleted file mode 100644 index a39112a7..00000000 --- a/readme_generator/translations/fa/LC_MESSAGES/messages.po +++ /dev/null @@ -1,206 +0,0 @@ -# Translations template for PROJECT. -# Copyright (C) 2024 ORGANIZATION -# This file is distributed under the same license as the PROJECT project. -# FIRST AUTHOR , 2024. -# -msgid "" -msgstr "" -"Project-Id-Version: PROJECT VERSION\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-31 19:33+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" -"Language: fa\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.14.0\n" - -#: templates/ALL_README.md.j2:11 -#, python-format -msgid "Read the README in %(language)s" -msgstr "" - -#: templates/README.md.j2:2 -msgid "Packaging an app, starting from this example" -msgstr "" - -#: templates/README.md.j2:4 -msgid "" -"Copy this app before working on it, using the ['Use this template'](https://" -"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " -"the Github repo" -msgstr "" - -#: templates/README.md.j2:5 -msgid "Edit the `manifest.toml` with app specific info" -msgstr "" - -#: templates/README.md.j2:6 -msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " -"any relevant conf files in `conf/`" -msgstr "" - -#: templates/README.md.j2:7 -msgid "" -"Using the [script helpers documentation](https://yunohost.org/" -"packaging_apps_helpers)" -msgstr "" - -#: templates/README.md.j2:8 -msgid "" -"Edit the `change_url` and `config` scripts too, or remove them if you have " -"no use of them" -msgstr "" - -#: templates/README.md.j2:9 -msgid "Add a `LICENSE` file for the package." -msgstr "" - -#: templates/README.md.j2:10 -msgid "" -"NB: this `LICENSE` file is not meant to necessarily be the same LICENSE as " -"the upstream app - it is only the LICENSE you want this package's code to " -"published with and you can choose it freely! (If you don't know which to " -"choose, we recommend [the AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt))" -msgstr "" - -#: templates/README.md.j2:11 -msgid "" -"Edit files under the `doc/` directory ([see the page about documenting " -"packages](https://yunohost.org/packaging_app_doc))" -msgstr "" - -#: templates/README.md.j2:12 -msgid "" -"The `README.md` files are to be automatically generated by " -msgstr "" - -#: templates/README.md.j2:18 -msgid "" -"N.B.: This README was automatically generated by \n" -"It shall NOT be edited by hand." -msgstr "" - -#: templates/README.md.j2:22 -#, python-format -msgid "%(application_name)s for YunoHost" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Integration level" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Working status" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Maintenance status" -msgstr "" - -#: templates/README.md.j2:26 -#, python-format -msgid "Install %(application_name)s with YunoHost" -msgstr "" - -#: templates/README.md.j2:28 -msgid "Read this README in other languages." -msgstr "" - -#: templates/README.md.j2:30 -#, python-format -msgid "" -"This package allows you to install %(application_name)s quickly and simply " -"on a YunoHost server." -msgstr "" - -#: templates/README.md.j2:31 -msgid "" -"If you don't have YunoHost, please consult [the guide](https://yunohost.org/" -"install) to learn how to install it." -msgstr "" - -#: templates/README.md.j2:33 -msgid "Overview" -msgstr "" - -#: templates/README.md.j2:37 -msgid "Shipped version:" -msgstr "" - -#: templates/README.md.j2:41 -msgid "Demo:" -msgstr "" - -#: templates/README.md.j2:45 -msgid "Screenshots" -msgstr "" - -#: templates/README.md.j2:48 -#, python-format -msgid "Screenshot of %(application_name)s" -msgstr "" - -#: templates/README.md.j2:53 -msgid "Disclaimers / important information" -msgstr "" - -#: templates/README.md.j2:59 -msgid "Antifeatures" -msgstr "" - -#: templates/README.md.j2:66 -msgid "Documentation and resources" -msgstr "" - -#: templates/README.md.j2:68 -msgid "Official app website:" -msgstr "" - -#: templates/README.md.j2:70 -msgid "Official user documentation:" -msgstr "" - -#: templates/README.md.j2:72 -msgid "Official admin documentation:" -msgstr "" - -#: templates/README.md.j2:74 -msgid "Upstream app code repository:" -msgstr "" - -#: templates/README.md.j2:76 -msgid "YunoHost Store:" -msgstr "" - -#: templates/README.md.j2:77 -msgid "Report a bug:" -msgstr "" - -#: templates/README.md.j2:79 -msgid "Developer info" -msgstr "" - -#: templates/README.md.j2:81 -#, python-format -msgid "" -"Please send your pull request to the [`testing` branch]" -"(%(testing_branch_url)s)." -msgstr "" - -#: templates/README.md.j2:83 -msgid "To try the `testing` branch, please proceed like that:" -msgstr "" - -#: templates/README.md.j2:87 -msgid "or" -msgstr "" - -#: templates/README.md.j2:91 -msgid "More info regarding app packaging:" -msgstr "" diff --git a/readme_generator/translations/fi/LC_MESSAGES/messages.mo b/readme_generator/translations/fi/LC_MESSAGES/messages.mo deleted file mode 100644 index ebb7065ea8d43473a74328c3f346fc140c09c5c3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 433 zcmYk2&q~8U5XLKb%F(lj5j-e$G>JvZmVjxyYNTmG8VY*bCfgWEcf)2Q_UtqGdOnLA z|J8wk`DQ=n_pu)b`|mwdd!`RfA9vzkotgQ~JYu(tm3-!z#vsQfS4}AefjEio=_G|E zO%_2kw-R1Ur7>)ZGRJXSG?+>PH1vbnwLhIEbg{7FD8-55Oq&ZhWttOkZFhk7CAu!y zSHvCmZO68a5flDWcBCKQ1N9ROBb@qh7m+aNKSpzE%~+!`RZKJ$(^3)eTP-){e#WY5 z3k4Tk8BA`BqG(xRfa~&4V9MEsfRKV)an&kT;f++A#;ocu*?8^x>e>BtI$ zknaA$Ik&Be6q*Z@WLq18=CAsqu2?BXkUcTgaP75vjl-R0pj6*E&u=k diff --git a/readme_generator/translations/fi/LC_MESSAGES/messages.po b/readme_generator/translations/fi/LC_MESSAGES/messages.po deleted file mode 100644 index 499b67cc..00000000 --- a/readme_generator/translations/fi/LC_MESSAGES/messages.po +++ /dev/null @@ -1,206 +0,0 @@ -# Translations template for PROJECT. -# Copyright (C) 2024 ORGANIZATION -# This file is distributed under the same license as the PROJECT project. -# FIRST AUTHOR , 2024. -# -msgid "" -msgstr "" -"Project-Id-Version: PROJECT VERSION\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-31 19:33+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" -"Language: fi\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.14.0\n" - -#: templates/ALL_README.md.j2:11 -#, python-format -msgid "Read the README in %(language)s" -msgstr "" - -#: templates/README.md.j2:2 -msgid "Packaging an app, starting from this example" -msgstr "" - -#: templates/README.md.j2:4 -msgid "" -"Copy this app before working on it, using the ['Use this template'](https://" -"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " -"the Github repo" -msgstr "" - -#: templates/README.md.j2:5 -msgid "Edit the `manifest.toml` with app specific info" -msgstr "" - -#: templates/README.md.j2:6 -msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " -"any relevant conf files in `conf/`" -msgstr "" - -#: templates/README.md.j2:7 -msgid "" -"Using the [script helpers documentation](https://yunohost.org/" -"packaging_apps_helpers)" -msgstr "" - -#: templates/README.md.j2:8 -msgid "" -"Edit the `change_url` and `config` scripts too, or remove them if you have " -"no use of them" -msgstr "" - -#: templates/README.md.j2:9 -msgid "Add a `LICENSE` file for the package." -msgstr "" - -#: templates/README.md.j2:10 -msgid "" -"NB: this `LICENSE` file is not meant to necessarily be the same LICENSE as " -"the upstream app - it is only the LICENSE you want this package's code to " -"published with and you can choose it freely! (If you don't know which to " -"choose, we recommend [the AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt))" -msgstr "" - -#: templates/README.md.j2:11 -msgid "" -"Edit files under the `doc/` directory ([see the page about documenting " -"packages](https://yunohost.org/packaging_app_doc))" -msgstr "" - -#: templates/README.md.j2:12 -msgid "" -"The `README.md` files are to be automatically generated by " -msgstr "" - -#: templates/README.md.j2:18 -msgid "" -"N.B.: This README was automatically generated by \n" -"It shall NOT be edited by hand." -msgstr "" - -#: templates/README.md.j2:22 -#, python-format -msgid "%(application_name)s for YunoHost" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Integration level" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Working status" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Maintenance status" -msgstr "" - -#: templates/README.md.j2:26 -#, python-format -msgid "Install %(application_name)s with YunoHost" -msgstr "" - -#: templates/README.md.j2:28 -msgid "Read this README in other languages." -msgstr "" - -#: templates/README.md.j2:30 -#, python-format -msgid "" -"This package allows you to install %(application_name)s quickly and simply " -"on a YunoHost server." -msgstr "" - -#: templates/README.md.j2:31 -msgid "" -"If you don't have YunoHost, please consult [the guide](https://yunohost.org/" -"install) to learn how to install it." -msgstr "" - -#: templates/README.md.j2:33 -msgid "Overview" -msgstr "" - -#: templates/README.md.j2:37 -msgid "Shipped version:" -msgstr "" - -#: templates/README.md.j2:41 -msgid "Demo:" -msgstr "" - -#: templates/README.md.j2:45 -msgid "Screenshots" -msgstr "" - -#: templates/README.md.j2:48 -#, python-format -msgid "Screenshot of %(application_name)s" -msgstr "" - -#: templates/README.md.j2:53 -msgid "Disclaimers / important information" -msgstr "" - -#: templates/README.md.j2:59 -msgid "Antifeatures" -msgstr "" - -#: templates/README.md.j2:66 -msgid "Documentation and resources" -msgstr "" - -#: templates/README.md.j2:68 -msgid "Official app website:" -msgstr "" - -#: templates/README.md.j2:70 -msgid "Official user documentation:" -msgstr "" - -#: templates/README.md.j2:72 -msgid "Official admin documentation:" -msgstr "" - -#: templates/README.md.j2:74 -msgid "Upstream app code repository:" -msgstr "" - -#: templates/README.md.j2:76 -msgid "YunoHost Store:" -msgstr "" - -#: templates/README.md.j2:77 -msgid "Report a bug:" -msgstr "" - -#: templates/README.md.j2:79 -msgid "Developer info" -msgstr "" - -#: templates/README.md.j2:81 -#, python-format -msgid "" -"Please send your pull request to the [`testing` branch]" -"(%(testing_branch_url)s)." -msgstr "" - -#: templates/README.md.j2:83 -msgid "To try the `testing` branch, please proceed like that:" -msgstr "" - -#: templates/README.md.j2:87 -msgid "or" -msgstr "" - -#: templates/README.md.j2:91 -msgid "More info regarding app packaging:" -msgstr "" diff --git a/readme_generator/translations/fr/LC_MESSAGES/messages.mo b/readme_generator/translations/fr/LC_MESSAGES/messages.mo deleted file mode 100644 index bd15d94f8659a5100beaa2e89b82d38684e84fd8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6071 zcmchb+ix6K9mfx}P~viJxtGEzkl1ea(l!*LO;d1fr?q4|R_wGCQ+a1+&+bk$J2Ra# z`U;7ySNP`NNgmpwu1U6X0?1Y4Dxk^WZb! zufey0(Tz&I8_d8@flq?BfzN<@;23-qJj>!3{0`UzZ+bg>fS&{J1b+;^5Bwu|3-~Jd zN$@rB+u&_CDRmMbe-7Tx=a=50)Ca(Sfa3ox$CTo&YJxTJG`Im8@Dt#3;HSYC!FPdw z2gUxe8KrIpYv6mq)8JKb1#E-A1wRX(WRdLK0WX4AL5cfC@IBzGprr1v;CJ!!HBjt- zlg&OZ-0$%{X0iM9g3*d9$li)Fu zCh>j^{1Es8DEs^Y{0#VKa38##q#FGC4JiB6-(T$W2q+xLK#Bhc;630^!AJ0dMa2C87C%3>;;D^Dlg1Dr91WNv% z1##1H?<3$bULWNp*9l&f!{tkI%N9!WsxI-Xy2MvZxr6Bw^rtSrA7%kvBB+ zR`=pmKblAJL$S@&Lbt0u-CkW;TwdQ?ZtGqU8n+@F7@c_jC9iK9Y9Y#kp7F9gHC8Rg z$)3&zfz=q-9fLiiM{#;7i26E?bdc3_Zsmj6*q*&;O|d*P!zA=FGyB-wAj=ZlYBu{p zHpn{-KOQzCGx~hB!nu0ZT=w{a+1ZN*CnitgQDoAymH+d)lV=&5@=tbq(Am?eNn*8R zhH;C(yC#eiljkqWx2u@uyA-EI8nI0OcGTDm^&0)PX zz)j3Z6)e+6mvcoEi`>f-i&x&zMPDb^8bfi!m*i=+Sa>>ehGplnRc0+k?qWLDN!|$q zJHXF^Ff^!q#rGoZ58@a)NRJYIxOa!1JH(z#5!D_I0)HTeiq$neG8BdxMALT*3N1Xi zv06WMz@gD-)aXaKYfk2=iL9|rub+hVQ;oYC+2xD|J>P?|ffs6$4BM-Acid=AJ*Ds? z)3GFa>Ms45zV0i#CfyCpNNu<|>{t^?>S{u)G?N>>G#(ZeDyOB|C_2JQETknRUDP)< zPvkV3L@lY_ZfAVLKwEcGs5*FT?)Y4JYp1v)^JU)7H`E1KsxV4&upBpUog9Y6u!R1^lRxymlrP7*Us0M7W6~sTWc#PzjS_m zd1jSKSKorn7L5_7Eq(6d>Z)E}V3gjsytc5i`h|t1r3=fOoAO zi?d)+)FL7Sy_k3m7tYNEWMaJ+N4^|~krxKpc;AX%3^3rEjE$LIl^)fe(+D!tQ{Dz) zC?k+#B)2tfBAsUeV_wbywh#qHr=TX?U1yKvy$OQS5#OK75@qXV6 zU0BYkN^!QQH7P+jsfQ#*hUVJlNs=PDuhb)UIYW$Rl zkRs@b{c@`QTV*PHPlPF5#cptuV}TtHXVK*e*-WnpT}g}7EOG_w(sC2Idf<<4Un5v? z-*;w3+)YSflkvXDS2=O@_=m4&zS^vE@XFQiO;S*`T&+^G%t_zO&F6x%EG2oy^HK@Xo9J%l=&L(8_m%$D`~JMuX@ib)H2^II4BdC0a~;c{S`tU z*@Ih724J0(7K2(_=b@-*B7+yZ6bS-JFNQ&<^pUlnRAFjTICz&aa$QtQIH#YgM!YLwyLt zi(!O9bt2=a7, 2024. -# -msgid "" -msgstr "" -"Project-Id-Version: PROJECT VERSION\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-31 19:33+0200\n" -"PO-Revision-Date: 2024-03-31 19:17+0000\n" -"Last-Translator: OniriCorpe \n" -"Language-Team: French \n" -"Language: fr\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 5.3.1\n" -"Generated-By: Babel 2.14.0\n" - -#: templates/ALL_README.md.j2:11 -#, python-format -msgid "Read the README in %(language)s" -msgstr "Lire le README en %(language)s" - -#: templates/README.md.j2:2 -msgid "Packaging an app, starting from this example" -msgstr "Packager une application, à partir de cet exemple" - -#: templates/README.md.j2:4 -msgid "" -"Copy this app before working on it, using the ['Use this template'](https://" -"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " -"the Github repo" -msgstr "" -"Copiez cette application avant de travailler dessus, en utilisant le bouton " -"['Utilisez ce template'](https://github.com/new?" -"template_name=example_ynh&template_owner=YunoHost) sur ce dépôt Github" - -#: templates/README.md.j2:5 -msgid "Edit the `manifest.toml` with app specific info" -msgstr "" -"Éditez le `manifest.toml` avec les informations spécifiques à cette " -"application" - -#: templates/README.md.j2:6 -msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " -"any relevant conf files in `conf/`" -msgstr "" -"Éditez les scripts `install`, `upgrade`, `remove`, `backup` et `restore` " -"ainsi que tous les fichiers de configurations pertinents dans `conf/`" - -#: templates/README.md.j2:7 -msgid "" -"Using the [script helpers documentation](https://yunohost.org/" -"packaging_apps_helpers)" -msgstr "" -"Utilisez la [documentation des helpers](https://yunohost.org/" -"packaging_apps_helpers)" - -#: templates/README.md.j2:8 -msgid "" -"Edit the `change_url` and `config` scripts too, or remove them if you have " -"no use of them" -msgstr "" -"Modifiez également les scripts `change_url` et `config`, ou supprimez-les si " -"vous n'en avez pas l'utilité" - -#: templates/README.md.j2:9 -msgid "Add a `LICENSE` file for the package." -msgstr "Ajoutez un fichier `LICENCE` for le paquet." - -#: templates/README.md.j2:10 -msgid "" -"NB: this `LICENSE` file is not meant to necessarily be the same LICENSE as " -"the upstream app - it is only the LICENSE you want this package's code to " -"published with and you can choose it freely! (If you don't know which to " -"choose, we recommend [the AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt))" -msgstr "" -"NB : ce fichier `LICENSE` ne doit pas nécessairement être identique à la " -"LICENCE de l'application packagée ; c'est seulement la LICENCE avec laquelle " -"vous voulez que le code de ce paquet soit publié et vos pouvez librement la " -"choisir ! (Si vous ne savez pas laquelle choisir, nous recommandons " -"[l'AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt))" - -#: templates/README.md.j2:11 -msgid "" -"Edit files under the `doc/` directory ([see the page about documenting " -"packages](https://yunohost.org/packaging_app_doc))" -msgstr "" -"Modifiez les fichiers du dossier `doc/` ([voir la page concernant la " -"documentation des packages](https://yunohost.org/packaging_app_doc))" - -#: templates/README.md.j2:12 -msgid "" -"The `README.md` files are to be automatically generated by " -msgstr "" -"Les fichiers `README.md` sont automatiquement généré par " - -#: templates/README.md.j2:18 -msgid "" -"N.B.: This README was automatically generated by \n" -"It shall NOT be edited by hand." -msgstr "" -"Nota bene : ce README est automatiquement généré par \n" -"Il NE doit PAS être modifié à la main." - -#: templates/README.md.j2:22 -#, python-format -msgid "%(application_name)s for YunoHost" -msgstr "%(application_name)s pour YunoHost" - -#: templates/README.md.j2:24 -msgid "Integration level" -msgstr "Niveau d’intégration" - -#: templates/README.md.j2:24 -msgid "Working status" -msgstr "Statut du fonctionnement" - -#: templates/README.md.j2:24 -msgid "Maintenance status" -msgstr "Statut de maintenance" - -#: templates/README.md.j2:26 -#, python-format -msgid "Install %(application_name)s with YunoHost" -msgstr "Installer %(application_name)s avec YunoHost" - -#: templates/README.md.j2:28 -msgid "Read this README in other languages." -msgstr "Lire le README dans d'autres langues." - -#: templates/README.md.j2:30 -#, python-format -msgid "" -"This package allows you to install %(application_name)s quickly and simply " -"on a YunoHost server." -msgstr "" -"Ce package vous permet d’installer %(application_name)s rapidement et " -"simplement sur un serveur YunoHost." - -#: templates/README.md.j2:31 -msgid "" -"If you don't have YunoHost, please consult [the guide](https://yunohost.org/" -"install) to learn how to install it." -msgstr "" -"Si vous n’avez pas YunoHost, consultez [ce guide](https://yunohost.org/" -"install) pour savoir comment l’installer et en profiter." - -#: templates/README.md.j2:33 -msgid "Overview" -msgstr "Vue d’ensemble" - -#: templates/README.md.j2:37 -msgid "Shipped version:" -msgstr "Version incluse :" - -#: templates/README.md.j2:41 -msgid "Demo:" -msgstr "Démo :" - -#: templates/README.md.j2:45 -msgid "Screenshots" -msgstr "Captures d’écran" - -#: templates/README.md.j2:48 -#, python-format -msgid "Screenshot of %(application_name)s" -msgstr "Capture d’écran de %(application_name)s" - -#: templates/README.md.j2:53 -msgid "Disclaimers / important information" -msgstr "Avertissements / informations importantes" - -#: templates/README.md.j2:59 -msgid "Antifeatures" -msgstr "Anti-fonctionnalités" - -#: templates/README.md.j2:66 -msgid "Documentation and resources" -msgstr "Documentations et ressources" - -#: templates/README.md.j2:68 -msgid "Official app website:" -msgstr "Site officiel de l’app :" - -#: templates/README.md.j2:70 -msgid "Official user documentation:" -msgstr "Documentation officielle utilisateur :" - -#: templates/README.md.j2:72 -msgid "Official admin documentation:" -msgstr "Documentation officielle de l’admin :" - -#: templates/README.md.j2:74 -msgid "Upstream app code repository:" -msgstr "Dépôt de code officiel de l’app :" - -#: templates/README.md.j2:76 -msgid "YunoHost Store:" -msgstr "YunoHost Store :" - -#: templates/README.md.j2:77 -msgid "Report a bug:" -msgstr "Signaler un bug :" - -#: templates/README.md.j2:79 -msgid "Developer info" -msgstr "Informations pour les développeurs" - -#: templates/README.md.j2:81 -#, python-format -msgid "" -"Please send your pull request to the [`testing` branch]" -"(%(testing_branch_url)s)." -msgstr "" -"Merci de faire vos pull request sur la [branche `testing`]" -"(%(testing_branch_url)s)." - -#: templates/README.md.j2:83 -msgid "To try the `testing` branch, please proceed like that:" -msgstr "Pour essayer la branche `testing`, procédez comme suit :" - -#: templates/README.md.j2:87 -msgid "or" -msgstr "ou" - -#: templates/README.md.j2:91 -msgid "More info regarding app packaging:" -msgstr "Plus d’infos sur le packaging d’applications :" - -#~ msgid "Edit files under the `doc/` directory" -#~ msgstr "Modifier des fichiers dans le dossier `doc/`" - -#~ msgid "Edit `doc/DISCLAIMER*.md`" -#~ msgstr "Éditez `doc/DISCLAIMER*.md`" diff --git a/readme_generator/translations/gl/LC_MESSAGES/messages.mo b/readme_generator/translations/gl/LC_MESSAGES/messages.mo deleted file mode 100644 index a10229ca81ed5473d8d0746eec8b4b6833250741..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5744 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 diff --git a/readme_generator/translations/gl/LC_MESSAGES/messages.po b/readme_generator/translations/gl/LC_MESSAGES/messages.po deleted file mode 100644 index 6b80b0a3..00000000 --- a/readme_generator/translations/gl/LC_MESSAGES/messages.po +++ /dev/null @@ -1,239 +0,0 @@ -# Translations template for PROJECT. -# Copyright (C) 2024 ORGANIZATION -# This file is distributed under the same license as the PROJECT project. -# FIRST AUTHOR , 2024. -# -msgid "" -msgstr "" -"Project-Id-Version: PROJECT VERSION\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-31 19:33+0200\n" -"PO-Revision-Date: 2024-08-22 04:54+0000\n" -"Last-Translator: \"José M.\" \n" -"Language-Team: Galician \n" -"Language: gl\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.4.3\n" -"Generated-By: Babel 2.14.0\n" - -#: templates/ALL_README.md.j2:11 -#, python-format -msgid "Read the README in %(language)s" -msgstr "Le o README en %(language)s" - -#: templates/README.md.j2:2 -msgid "Packaging an app, starting from this example" -msgstr "A empaquetar unha app, mira este exemplo" - -#: templates/README.md.j2:4 -msgid "" -"Copy this app before working on it, using the ['Use this template'](https://" -"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " -"the Github repo" -msgstr "" -"Copia esta app antes de traballar nela, usando o botón ['Usa este modelo']" -"(https://github.com/new?template_name=example_ynh&template_owner=YunoHost) " -"no repo en Github" - -#: templates/README.md.j2:5 -msgid "Edit the `manifest.toml` with app specific info" -msgstr "Edita o `manifest.toml` con información específica da app" - -#: templates/README.md.j2:6 -msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " -"any relevant conf files in `conf/`" -msgstr "" -"Edita os scripts `install`, `upgrade`, `remove`, `backup` e `restore`, así " -"como os ficheiros conf necesarios en `conf/`" - -#: templates/README.md.j2:7 -msgid "" -"Using the [script helpers documentation](https://yunohost.org/" -"packaging_apps_helpers)" -msgstr "" -"Usar a [documentación dos asistentes para scripts](https://yunohost.org/" -"packaging_apps_helpers)" - -#: templates/README.md.j2:8 -msgid "" -"Edit the `change_url` and `config` scripts too, or remove them if you have " -"no use of them" -msgstr "" -"Editar tamén os scripts `change_url` e `config` , ou eliminalos se non os " -"usaches" - -#: templates/README.md.j2:9 -msgid "Add a `LICENSE` file for the package." -msgstr "Engade un ficheiro `LICENSE` para o paquete." - -#: templates/README.md.j2:10 -msgid "" -"NB: this `LICENSE` file is not meant to necessarily be the same LICENSE as " -"the upstream app - it is only the LICENSE you want this package's code to " -"published with and you can choose it freely! (If you don't know which to " -"choose, we recommend [the AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt))" -msgstr "" -"Nota: este ficheiro `LICENSE` non ten que ser necesariamente o LICENSE da " -"app da que procede - só é a LICENZA coa que queres publicar o código deste " -"paquete. Podes elixir libremente! (Se non o tes claro, recomendamos usar a " -"licenza [AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt))" - -#: templates/README.md.j2:11 -msgid "" -"Edit files under the `doc/` directory ([see the page about documenting " -"packages](https://yunohost.org/packaging_app_doc))" -msgstr "" -"Editar os ficheiros dentro do directorio `doc/` ([le a páxina acerca de " -"documentar os paquetes](https://yunohost.org/packaging_app_doc))" - -#: templates/README.md.j2:12 -msgid "" -"The `README.md` files are to be automatically generated by " -msgstr "" -"Os ficheiros `README.md` créanse automáticamente con " - -#: templates/README.md.j2:18 -msgid "" -"N.B.: This README was automatically generated by \n" -"It shall NOT be edited by hand." -msgstr "" -"NOTA: Este README foi creado automáticamente por \n" -"NON debe editarse manualmente." - -#: templates/README.md.j2:22 -#, python-format -msgid "%(application_name)s for YunoHost" -msgstr "%(application_name)s para YunoHost" - -#: templates/README.md.j2:24 -msgid "Integration level" -msgstr "Nivel de integración" - -#: templates/README.md.j2:24 -msgid "Working status" -msgstr "Estado de funcionamento" - -#: templates/README.md.j2:24 -msgid "Maintenance status" -msgstr "Estado de mantemento" - -#: templates/README.md.j2:26 -#, python-format -msgid "Install %(application_name)s with YunoHost" -msgstr "Instalar %(application_name)s con YunoHost" - -#: templates/README.md.j2:28 -msgid "Read this README in other languages." -msgstr "Le este README en outros idiomas." - -#: templates/README.md.j2:30 -#, python-format -msgid "" -"This package allows you to install %(application_name)s quickly and simply " -"on a YunoHost server." -msgstr "" -"Este paquete permíteche instalar %(application_name)s de xeito rápido e " -"doado nun servidor YunoHost." - -#: templates/README.md.j2:31 -msgid "" -"If you don't have YunoHost, please consult [the guide](https://yunohost.org/" -"install) to learn how to install it." -msgstr "" -"Se non usas YunoHost, le a [documentación](https://yunohost.org/install) " -"para saber como instalalo." - -#: templates/README.md.j2:33 -msgid "Overview" -msgstr "Vista xeral" - -#: templates/README.md.j2:37 -msgid "Shipped version:" -msgstr "Versión proporcionada:" - -#: templates/README.md.j2:41 -msgid "Demo:" -msgstr "Demo:" - -#: templates/README.md.j2:45 -msgid "Screenshots" -msgstr "Capturas de pantalla" - -#: templates/README.md.j2:48 -#, python-format -msgid "Screenshot of %(application_name)s" -msgstr "Captura de pantalla de %(application_name)s" - -#: templates/README.md.j2:53 -msgid "Disclaimers / important information" -msgstr "Avisos / información importante" - -#: templates/README.md.j2:59 -msgid "Antifeatures" -msgstr "Debes considerar" - -#: templates/README.md.j2:66 -msgid "Documentation and resources" -msgstr "Documentación e recursos" - -#: templates/README.md.j2:68 -msgid "Official app website:" -msgstr "Web oficial da app:" - -#: templates/README.md.j2:70 -msgid "Official user documentation:" -msgstr "Documentación oficial para usuarias:" - -#: templates/README.md.j2:72 -msgid "Official admin documentation:" -msgstr "Documentación oficial para admin:" - -#: templates/README.md.j2:74 -msgid "Upstream app code repository:" -msgstr "Repositorio de orixe do código:" - -#: templates/README.md.j2:76 -msgid "YunoHost Store:" -msgstr "Tenda YunoHost:" - -#: templates/README.md.j2:77 -msgid "Report a bug:" -msgstr "Informar dun problema:" - -#: templates/README.md.j2:79 -msgid "Developer info" -msgstr "Info de desenvolvemento" - -#: templates/README.md.j2:81 -#, python-format -msgid "" -"Please send your pull request to the [`testing` branch]" -"(%(testing_branch_url)s)." -msgstr "Envía a túa colaboración á [rama `testing`](%(testing_branch_url)s)." - -#: templates/README.md.j2:83 -msgid "To try the `testing` branch, please proceed like that:" -msgstr "Para probar a rama `testing`, procede deste xeito:" - -#: templates/README.md.j2:87 -msgid "or" -msgstr "ou" - -#: templates/README.md.j2:91 -msgid "More info regarding app packaging:" -msgstr "Máis info sobre o empaquetado da app:" - -#~ msgid "Edit files under the `doc/` directory" -#~ msgstr "Editar os ficheiros dentro do directorio `doc/`" - -#~ msgid "Edit `doc/DISCLAIMER*.md`" -#~ msgstr "Edita `doc/DISCLAIMER*.md`" diff --git a/readme_generator/translations/he/LC_MESSAGES/messages.mo b/readme_generator/translations/he/LC_MESSAGES/messages.mo deleted file mode 100644 index 9866e477a4de0e0b9a249eb8de2b567eb93c073e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 433 zcmYk2&q~8U5XLKb%F(lj6+9?)Y7&c-EdkSJ)kxEXG!*ocY%#<`KGGBE>VyHG~B$nN*eF7$s@^K&Ba5 zl5`Qqb1P+ykQyRYRs~GjQb8s#B9R}?Zu}rf$zow8aRyV#s5TcMpqgRi+U^kSD{x(8 zUt@RFw;kIyMo8I9)scRDkHk+QiXrgPeT<{9{}j)OHKR&HCMj1n)k0$Aw_0q?{hZeI z4wZ~EX)uK`^0K9+0dClzfQ->CMqF@aC3P!l4YxvWm02}kQhDweeUIK5M<*U~&c{|1 zMr8jF&cL>&f@{W2l3im6n!W1Frlu7iqkKc9V%lr<8b*6xmw3%25T1*o;w46-Ri&-F U-@Gu{VKkvDRwH-d3=N|93E_2rEC2ui diff --git a/readme_generator/translations/he/LC_MESSAGES/messages.po b/readme_generator/translations/he/LC_MESSAGES/messages.po deleted file mode 100644 index 16078acc..00000000 --- a/readme_generator/translations/he/LC_MESSAGES/messages.po +++ /dev/null @@ -1,206 +0,0 @@ -# Translations template for PROJECT. -# Copyright (C) 2024 ORGANIZATION -# This file is distributed under the same license as the PROJECT project. -# FIRST AUTHOR , 2024. -# -msgid "" -msgstr "" -"Project-Id-Version: PROJECT VERSION\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-31 19:33+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" -"Language: he\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.14.0\n" - -#: templates/ALL_README.md.j2:11 -#, python-format -msgid "Read the README in %(language)s" -msgstr "" - -#: templates/README.md.j2:2 -msgid "Packaging an app, starting from this example" -msgstr "" - -#: templates/README.md.j2:4 -msgid "" -"Copy this app before working on it, using the ['Use this template'](https://" -"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " -"the Github repo" -msgstr "" - -#: templates/README.md.j2:5 -msgid "Edit the `manifest.toml` with app specific info" -msgstr "" - -#: templates/README.md.j2:6 -msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " -"any relevant conf files in `conf/`" -msgstr "" - -#: templates/README.md.j2:7 -msgid "" -"Using the [script helpers documentation](https://yunohost.org/" -"packaging_apps_helpers)" -msgstr "" - -#: templates/README.md.j2:8 -msgid "" -"Edit the `change_url` and `config` scripts too, or remove them if you have " -"no use of them" -msgstr "" - -#: templates/README.md.j2:9 -msgid "Add a `LICENSE` file for the package." -msgstr "" - -#: templates/README.md.j2:10 -msgid "" -"NB: this `LICENSE` file is not meant to necessarily be the same LICENSE as " -"the upstream app - it is only the LICENSE you want this package's code to " -"published with and you can choose it freely! (If you don't know which to " -"choose, we recommend [the AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt))" -msgstr "" - -#: templates/README.md.j2:11 -msgid "" -"Edit files under the `doc/` directory ([see the page about documenting " -"packages](https://yunohost.org/packaging_app_doc))" -msgstr "" - -#: templates/README.md.j2:12 -msgid "" -"The `README.md` files are to be automatically generated by " -msgstr "" - -#: templates/README.md.j2:18 -msgid "" -"N.B.: This README was automatically generated by \n" -"It shall NOT be edited by hand." -msgstr "" - -#: templates/README.md.j2:22 -#, python-format -msgid "%(application_name)s for YunoHost" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Integration level" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Working status" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Maintenance status" -msgstr "" - -#: templates/README.md.j2:26 -#, python-format -msgid "Install %(application_name)s with YunoHost" -msgstr "" - -#: templates/README.md.j2:28 -msgid "Read this README in other languages." -msgstr "" - -#: templates/README.md.j2:30 -#, python-format -msgid "" -"This package allows you to install %(application_name)s quickly and simply " -"on a YunoHost server." -msgstr "" - -#: templates/README.md.j2:31 -msgid "" -"If you don't have YunoHost, please consult [the guide](https://yunohost.org/" -"install) to learn how to install it." -msgstr "" - -#: templates/README.md.j2:33 -msgid "Overview" -msgstr "" - -#: templates/README.md.j2:37 -msgid "Shipped version:" -msgstr "" - -#: templates/README.md.j2:41 -msgid "Demo:" -msgstr "" - -#: templates/README.md.j2:45 -msgid "Screenshots" -msgstr "" - -#: templates/README.md.j2:48 -#, python-format -msgid "Screenshot of %(application_name)s" -msgstr "" - -#: templates/README.md.j2:53 -msgid "Disclaimers / important information" -msgstr "" - -#: templates/README.md.j2:59 -msgid "Antifeatures" -msgstr "" - -#: templates/README.md.j2:66 -msgid "Documentation and resources" -msgstr "" - -#: templates/README.md.j2:68 -msgid "Official app website:" -msgstr "" - -#: templates/README.md.j2:70 -msgid "Official user documentation:" -msgstr "" - -#: templates/README.md.j2:72 -msgid "Official admin documentation:" -msgstr "" - -#: templates/README.md.j2:74 -msgid "Upstream app code repository:" -msgstr "" - -#: templates/README.md.j2:76 -msgid "YunoHost Store:" -msgstr "" - -#: templates/README.md.j2:77 -msgid "Report a bug:" -msgstr "" - -#: templates/README.md.j2:79 -msgid "Developer info" -msgstr "" - -#: templates/README.md.j2:81 -#, python-format -msgid "" -"Please send your pull request to the [`testing` branch]" -"(%(testing_branch_url)s)." -msgstr "" - -#: templates/README.md.j2:83 -msgid "To try the `testing` branch, please proceed like that:" -msgstr "" - -#: templates/README.md.j2:87 -msgid "or" -msgstr "" - -#: templates/README.md.j2:91 -msgid "More info regarding app packaging:" -msgstr "" diff --git a/readme_generator/translations/hi/LC_MESSAGES/messages.mo b/readme_generator/translations/hi/LC_MESSAGES/messages.mo deleted file mode 100644 index ce65ef01eb2e109d59348d922637d8b6848d5c3d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 433 zcmYk2&q~8U5XLKb%F(lj6+9?)Y7&c-EdkSJ)kxEXG!*ocY%#<`KGGBE>VyHG~B$nN*eF7$s@^K&Ba5 zl5`Qqb1P+ykQyRYRs~GjQb8s#B9R}?Zu}rf$zow8aRyV#s5TcMpqgRi+U^kSD{x(8 zUt@RFw;kIyMo8I9)scRDkHk+QiXrgPeT<{9{}j)OHKR&HCMj1n)k0$Aw_0q?{hZeI z4wZ~EX)uK`^0K9+0dA^40U4uPjJV*;O6pe98g7N$Dzj?7r1IP``X0SAj!rz}oR6(2 zjL7~UoPljk1=oz5B)i5CG<(&TO-(C4M)`(H#kAMzHH`MYF7cX4AUqdE#Y>Dvt4dpU Uzj, 2024. -# -msgid "" -msgstr "" -"Project-Id-Version: PROJECT VERSION\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-31 19:33+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" -"Language: hi\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.14.0\n" - -#: templates/ALL_README.md.j2:11 -#, python-format -msgid "Read the README in %(language)s" -msgstr "" - -#: templates/README.md.j2:2 -msgid "Packaging an app, starting from this example" -msgstr "" - -#: templates/README.md.j2:4 -msgid "" -"Copy this app before working on it, using the ['Use this template'](https://" -"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " -"the Github repo" -msgstr "" - -#: templates/README.md.j2:5 -msgid "Edit the `manifest.toml` with app specific info" -msgstr "" - -#: templates/README.md.j2:6 -msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " -"any relevant conf files in `conf/`" -msgstr "" - -#: templates/README.md.j2:7 -msgid "" -"Using the [script helpers documentation](https://yunohost.org/" -"packaging_apps_helpers)" -msgstr "" - -#: templates/README.md.j2:8 -msgid "" -"Edit the `change_url` and `config` scripts too, or remove them if you have " -"no use of them" -msgstr "" - -#: templates/README.md.j2:9 -msgid "Add a `LICENSE` file for the package." -msgstr "" - -#: templates/README.md.j2:10 -msgid "" -"NB: this `LICENSE` file is not meant to necessarily be the same LICENSE as " -"the upstream app - it is only the LICENSE you want this package's code to " -"published with and you can choose it freely! (If you don't know which to " -"choose, we recommend [the AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt))" -msgstr "" - -#: templates/README.md.j2:11 -msgid "" -"Edit files under the `doc/` directory ([see the page about documenting " -"packages](https://yunohost.org/packaging_app_doc))" -msgstr "" - -#: templates/README.md.j2:12 -msgid "" -"The `README.md` files are to be automatically generated by " -msgstr "" - -#: templates/README.md.j2:18 -msgid "" -"N.B.: This README was automatically generated by \n" -"It shall NOT be edited by hand." -msgstr "" - -#: templates/README.md.j2:22 -#, python-format -msgid "%(application_name)s for YunoHost" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Integration level" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Working status" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Maintenance status" -msgstr "" - -#: templates/README.md.j2:26 -#, python-format -msgid "Install %(application_name)s with YunoHost" -msgstr "" - -#: templates/README.md.j2:28 -msgid "Read this README in other languages." -msgstr "" - -#: templates/README.md.j2:30 -#, python-format -msgid "" -"This package allows you to install %(application_name)s quickly and simply " -"on a YunoHost server." -msgstr "" - -#: templates/README.md.j2:31 -msgid "" -"If you don't have YunoHost, please consult [the guide](https://yunohost.org/" -"install) to learn how to install it." -msgstr "" - -#: templates/README.md.j2:33 -msgid "Overview" -msgstr "" - -#: templates/README.md.j2:37 -msgid "Shipped version:" -msgstr "" - -#: templates/README.md.j2:41 -msgid "Demo:" -msgstr "" - -#: templates/README.md.j2:45 -msgid "Screenshots" -msgstr "" - -#: templates/README.md.j2:48 -#, python-format -msgid "Screenshot of %(application_name)s" -msgstr "" - -#: templates/README.md.j2:53 -msgid "Disclaimers / important information" -msgstr "" - -#: templates/README.md.j2:59 -msgid "Antifeatures" -msgstr "" - -#: templates/README.md.j2:66 -msgid "Documentation and resources" -msgstr "" - -#: templates/README.md.j2:68 -msgid "Official app website:" -msgstr "" - -#: templates/README.md.j2:70 -msgid "Official user documentation:" -msgstr "" - -#: templates/README.md.j2:72 -msgid "Official admin documentation:" -msgstr "" - -#: templates/README.md.j2:74 -msgid "Upstream app code repository:" -msgstr "" - -#: templates/README.md.j2:76 -msgid "YunoHost Store:" -msgstr "" - -#: templates/README.md.j2:77 -msgid "Report a bug:" -msgstr "" - -#: templates/README.md.j2:79 -msgid "Developer info" -msgstr "" - -#: templates/README.md.j2:81 -#, python-format -msgid "" -"Please send your pull request to the [`testing` branch]" -"(%(testing_branch_url)s)." -msgstr "" - -#: templates/README.md.j2:83 -msgid "To try the `testing` branch, please proceed like that:" -msgstr "" - -#: templates/README.md.j2:87 -msgid "or" -msgstr "" - -#: templates/README.md.j2:91 -msgid "More info regarding app packaging:" -msgstr "" diff --git a/readme_generator/translations/hu/LC_MESSAGES/messages.mo b/readme_generator/translations/hu/LC_MESSAGES/messages.mo deleted file mode 100644 index f9d7f5480c237825d55089c22c0a32deda165362..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 426 zcmYjNO-sW-5Ut=TN6#Mi;H^&G#3E%&!L(U5(lj9r1-)&PZ5l~;!|tY7@Nf9{{4H+$ zssjV_W*+Z7=Hu-2y=Uvh_POng4*aW2JHOc@bh|{!7oHmk3s`ZbD=7#{()f|iGPI)U zGK?2a${VQ+M7pdBn6{;cOcF#RKb+tCL6Fkr(n;bBW{NXo6(C@S6XaoU2>2R258)f) zjr!Qd*b*V-`>J#L;XP45g(!x=M-MTH!v1r-pw66W1DRq%*UU&oklz})v-&x!>jNse z;L6$*mMF@WmDX_E{sG81+YuzB;7(Gviq&u@)lS=0^9A+99i#7Yg2zr2M)ddqcYvLl z6ov~M;m}xV!(Yu+Q?p8pQNCqLb2Dkp21Z9-7j?rGP?5``5+y;Sb!D9U-=Hu(5Hw|L MUL$Yd4y{G+6WFYM)&Kwi diff --git a/readme_generator/translations/hu/LC_MESSAGES/messages.po b/readme_generator/translations/hu/LC_MESSAGES/messages.po deleted file mode 100644 index 0f5bcd06..00000000 --- a/readme_generator/translations/hu/LC_MESSAGES/messages.po +++ /dev/null @@ -1,206 +0,0 @@ -# Translations template for PROJECT. -# Copyright (C) 2024 ORGANIZATION -# This file is distributed under the same license as the PROJECT project. -# FIRST AUTHOR , 2024. -# -msgid "" -msgstr "" -"Project-Id-Version: PROJECT VERSION\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-31 19:33+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" -"Language: hu\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.14.0\n" - -#: templates/ALL_README.md.j2:11 -#, python-format -msgid "Read the README in %(language)s" -msgstr "" - -#: templates/README.md.j2:2 -msgid "Packaging an app, starting from this example" -msgstr "" - -#: templates/README.md.j2:4 -msgid "" -"Copy this app before working on it, using the ['Use this template'](https://" -"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " -"the Github repo" -msgstr "" - -#: templates/README.md.j2:5 -msgid "Edit the `manifest.toml` with app specific info" -msgstr "" - -#: templates/README.md.j2:6 -msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " -"any relevant conf files in `conf/`" -msgstr "" - -#: templates/README.md.j2:7 -msgid "" -"Using the [script helpers documentation](https://yunohost.org/" -"packaging_apps_helpers)" -msgstr "" - -#: templates/README.md.j2:8 -msgid "" -"Edit the `change_url` and `config` scripts too, or remove them if you have " -"no use of them" -msgstr "" - -#: templates/README.md.j2:9 -msgid "Add a `LICENSE` file for the package." -msgstr "" - -#: templates/README.md.j2:10 -msgid "" -"NB: this `LICENSE` file is not meant to necessarily be the same LICENSE as " -"the upstream app - it is only the LICENSE you want this package's code to " -"published with and you can choose it freely! (If you don't know which to " -"choose, we recommend [the AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt))" -msgstr "" - -#: templates/README.md.j2:11 -msgid "" -"Edit files under the `doc/` directory ([see the page about documenting " -"packages](https://yunohost.org/packaging_app_doc))" -msgstr "" - -#: templates/README.md.j2:12 -msgid "" -"The `README.md` files are to be automatically generated by " -msgstr "" - -#: templates/README.md.j2:18 -msgid "" -"N.B.: This README was automatically generated by \n" -"It shall NOT be edited by hand." -msgstr "" - -#: templates/README.md.j2:22 -#, python-format -msgid "%(application_name)s for YunoHost" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Integration level" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Working status" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Maintenance status" -msgstr "" - -#: templates/README.md.j2:26 -#, python-format -msgid "Install %(application_name)s with YunoHost" -msgstr "" - -#: templates/README.md.j2:28 -msgid "Read this README in other languages." -msgstr "" - -#: templates/README.md.j2:30 -#, python-format -msgid "" -"This package allows you to install %(application_name)s quickly and simply " -"on a YunoHost server." -msgstr "" - -#: templates/README.md.j2:31 -msgid "" -"If you don't have YunoHost, please consult [the guide](https://yunohost.org/" -"install) to learn how to install it." -msgstr "" - -#: templates/README.md.j2:33 -msgid "Overview" -msgstr "" - -#: templates/README.md.j2:37 -msgid "Shipped version:" -msgstr "" - -#: templates/README.md.j2:41 -msgid "Demo:" -msgstr "" - -#: templates/README.md.j2:45 -msgid "Screenshots" -msgstr "" - -#: templates/README.md.j2:48 -#, python-format -msgid "Screenshot of %(application_name)s" -msgstr "" - -#: templates/README.md.j2:53 -msgid "Disclaimers / important information" -msgstr "" - -#: templates/README.md.j2:59 -msgid "Antifeatures" -msgstr "" - -#: templates/README.md.j2:66 -msgid "Documentation and resources" -msgstr "" - -#: templates/README.md.j2:68 -msgid "Official app website:" -msgstr "" - -#: templates/README.md.j2:70 -msgid "Official user documentation:" -msgstr "" - -#: templates/README.md.j2:72 -msgid "Official admin documentation:" -msgstr "" - -#: templates/README.md.j2:74 -msgid "Upstream app code repository:" -msgstr "" - -#: templates/README.md.j2:76 -msgid "YunoHost Store:" -msgstr "" - -#: templates/README.md.j2:77 -msgid "Report a bug:" -msgstr "" - -#: templates/README.md.j2:79 -msgid "Developer info" -msgstr "" - -#: templates/README.md.j2:81 -#, python-format -msgid "" -"Please send your pull request to the [`testing` branch]" -"(%(testing_branch_url)s)." -msgstr "" - -#: templates/README.md.j2:83 -msgid "To try the `testing` branch, please proceed like that:" -msgstr "" - -#: templates/README.md.j2:87 -msgid "or" -msgstr "" - -#: templates/README.md.j2:91 -msgid "More info regarding app packaging:" -msgstr "" diff --git a/readme_generator/translations/id/LC_MESSAGES/messages.mo b/readme_generator/translations/id/LC_MESSAGES/messages.mo deleted file mode 100644 index b840eaf3e187bca632cc4b6548ba596355108433..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5758 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 diff --git a/readme_generator/translations/id/LC_MESSAGES/messages.po b/readme_generator/translations/id/LC_MESSAGES/messages.po deleted file mode 100644 index 546f4d75..00000000 --- a/readme_generator/translations/id/LC_MESSAGES/messages.po +++ /dev/null @@ -1,234 +0,0 @@ -# Translations template for PROJECT. -# Copyright (C) 2024 ORGANIZATION -# This file is distributed under the same license as the PROJECT project. -# FIRST AUTHOR , 2024. -# -msgid "" -msgstr "" -"Project-Id-Version: PROJECT VERSION\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-31 19:33+0200\n" -"PO-Revision-Date: 2024-07-27 02:54+0000\n" -"Last-Translator: cjdw \n" -"Language-Team: Indonesian \n" -"Language: id\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 5.4.3\n" -"Generated-By: Babel 2.14.0\n" - -#: templates/ALL_README.md.j2:11 -#, python-format -msgid "Read the README in %(language)s" -msgstr "Baca README dalam bahasa %(language)s" - -#: templates/README.md.j2:2 -msgid "Packaging an app, starting from this example" -msgstr "Memaket satu aplikasi, dimulai dari contoh ini" - -#: templates/README.md.j2:4 -msgid "" -"Copy this app before working on it, using the ['Use this template'](https://" -"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " -"the Github repo" -msgstr "" -"Salin aplikasi ini sebelum mengerjakannya, menggunakan tombol ['Gunakan " -"templat ini'](https://github.com/new?" -"template_name=example_ynh&template_owner=YunoHost) di repo Github" - -#: templates/README.md.j2:5 -msgid "Edit the `manifest.toml` with app specific info" -msgstr "Edit `manifest.toml` dengan info khas aplikasi" - -#: templates/README.md.j2:6 -msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " -"any relevant conf files in `conf/`" -msgstr "" -"Edit skrip `install`, `upgrade`, `remove`, `backup` and `restore`, dan " -"setiap berkas conf yang relevan dalam `conf/`" - -#: templates/README.md.j2:7 -msgid "" -"Using the [script helpers documentation](https://yunohost.org/" -"packaging_apps_helpers)" -msgstr "" -"Menggunakan [dokumentasi pembantu skrip](https://yunohost.org/" -"packaging_apps_helpers)" - -#: templates/README.md.j2:8 -msgid "" -"Edit the `change_url` and `config` scripts too, or remove them if you have " -"no use of them" -msgstr "" -"Juga edit skrip `change_url` dan `config`, atau singkirkan mereka bila Anda " -"sudah tidak memerlukannya" - -#: templates/README.md.j2:9 -msgid "Add a `LICENSE` file for the package." -msgstr "Tambah berkas `LICENSE` pada paket." - -#: templates/README.md.j2:10 -msgid "" -"NB: this `LICENSE` file is not meant to necessarily be the same LICENSE as " -"the upstream app - it is only the LICENSE you want this package's code to " -"published with and you can choose it freely! (If you don't know which to " -"choose, we recommend [the AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt))" -msgstr "" -"NB: berkas `LICENSE` ini tidak dimaksudkan untuk selalu sama dengan aplikasi " -"hulu - hanya LICENSE yang Anda inginkan untuk menerbitkan kode paket ini dan " -"Anda bisa bebas memilihnya! (Bila Anda tidak tahu mana yang harus dipilih, " -"kami sarankan [the AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt))" - -#: templates/README.md.j2:11 -msgid "" -"Edit files under the `doc/` directory ([see the page about documenting " -"packages](https://yunohost.org/packaging_app_doc))" -msgstr "" -"Edit berkas di bawah direktori `doc/` ([lihat halaman mengenai " -"mendokumentasikan paket](https://yunohost.org/packaging_app_doc))" - -#: templates/README.md.j2:12 -msgid "" -"The `README.md` files are to be automatically generated by " -msgstr "" -"Berkas `README.md` akan dibuat secara otomatis oleh " - -#: templates/README.md.j2:18 -msgid "" -"N.B.: This README was automatically generated by \n" -"It shall NOT be edited by hand." -msgstr "" -"N.B.: README ini dibuat secara otomatis oleh \n" -"Ini TIDAK boleh diedit dengan tangan." - -#: templates/README.md.j2:22 -#, python-format -msgid "%(application_name)s for YunoHost" -msgstr "%(application_name)s untuk YunoHost" - -#: templates/README.md.j2:24 -msgid "Integration level" -msgstr "Tingkat integrasi" - -#: templates/README.md.j2:24 -msgid "Working status" -msgstr "Status kerja" - -#: templates/README.md.j2:24 -msgid "Maintenance status" -msgstr "Status pemeliharaan" - -#: templates/README.md.j2:26 -#, python-format -msgid "Install %(application_name)s with YunoHost" -msgstr "Pasang %(application_name)s dengan YunoHost" - -#: templates/README.md.j2:28 -msgid "Read this README in other languages." -msgstr "Baca README ini dengan bahasa yang lain." - -#: templates/README.md.j2:30 -#, python-format -msgid "" -"This package allows you to install %(application_name)s quickly and simply " -"on a YunoHost server." -msgstr "" -"Paket ini memperbolehkan Anda untuk memasang %(application_name)s secara " -"cepat dan mudah pada server YunoHost." - -#: templates/README.md.j2:31 -msgid "" -"If you don't have YunoHost, please consult [the guide](https://yunohost.org/" -"install) to learn how to install it." -msgstr "" -"Bila Anda tidak mempunyai YunoHost, silakan berkonsultasi dengan [panduan]" -"(https://yunohost.org/install) untuk mempelajari bagaimana untuk memasangnya." - -#: templates/README.md.j2:33 -msgid "Overview" -msgstr "Ringkasan" - -#: templates/README.md.j2:37 -msgid "Shipped version:" -msgstr "Versi terkirim:" - -#: templates/README.md.j2:41 -msgid "Demo:" -msgstr "Demo:" - -#: templates/README.md.j2:45 -msgid "Screenshots" -msgstr "Tangkapan Layar" - -#: templates/README.md.j2:48 -#, python-format -msgid "Screenshot of %(application_name)s" -msgstr "Tangkapan Layar pada %(application_name)s" - -#: templates/README.md.j2:53 -msgid "Disclaimers / important information" -msgstr "Sangkalan / informasi penting" - -#: templates/README.md.j2:59 -msgid "Antifeatures" -msgstr "Antifitur" - -#: templates/README.md.j2:66 -msgid "Documentation and resources" -msgstr "Dokumentasi dan sumber daya" - -#: templates/README.md.j2:68 -msgid "Official app website:" -msgstr "Website aplikasi resmi:" - -#: templates/README.md.j2:70 -msgid "Official user documentation:" -msgstr "Dokumentasi pengguna resmi:" - -#: templates/README.md.j2:72 -msgid "Official admin documentation:" -msgstr "Dokumentasi admin resmi:" - -#: templates/README.md.j2:74 -msgid "Upstream app code repository:" -msgstr "Depot kode aplikasi hulu:" - -#: templates/README.md.j2:76 -msgid "YunoHost Store:" -msgstr "Gudang YunoHost:" - -#: templates/README.md.j2:77 -msgid "Report a bug:" -msgstr "Laporkan bug:" - -#: templates/README.md.j2:79 -msgid "Developer info" -msgstr "Info developer" - -#: templates/README.md.j2:81 -#, python-format -msgid "" -"Please send your pull request to the [`testing` branch]" -"(%(testing_branch_url)s)." -msgstr "" -"Silakan kirim pull request ke [`testing` branch](%(testing_branch_url)s)." - -#: templates/README.md.j2:83 -msgid "To try the `testing` branch, please proceed like that:" -msgstr "Untuk mencoba branch `testing`, silakan dilanjutkan seperti:" - -#: templates/README.md.j2:87 -msgid "or" -msgstr "atau" - -#: templates/README.md.j2:91 -msgid "More info regarding app packaging:" -msgstr "Info lebih lanjut mengenai pemaketan aplikasi:" diff --git a/readme_generator/translations/it/LC_MESSAGES/messages.mo b/readme_generator/translations/it/LC_MESSAGES/messages.mo deleted file mode 100644 index fac9659e6d08596e353f038036000493eb2f2b82..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5904 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 diff --git a/readme_generator/translations/it/LC_MESSAGES/messages.po b/readme_generator/translations/it/LC_MESSAGES/messages.po deleted file mode 100644 index a6f292be..00000000 --- a/readme_generator/translations/it/LC_MESSAGES/messages.po +++ /dev/null @@ -1,238 +0,0 @@ -# Translations template for PROJECT. -# Copyright (C) 2024 ORGANIZATION -# This file is distributed under the same license as the PROJECT project. -# FIRST AUTHOR , 2024. -# -msgid "" -msgstr "" -"Project-Id-Version: PROJECT VERSION\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-31 19:33+0200\n" -"PO-Revision-Date: 2024-11-18 15:54+0000\n" -"Last-Translator: Tommi \n" -"Language-Team: Italian \n" -"Language: it\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.4.3\n" -"Generated-By: Babel 2.14.0\n" - -#: templates/ALL_README.md.j2:11 -#, python-format -msgid "Read the README in %(language)s" -msgstr "Leggi il “README” in %(language)s" - -#: templates/README.md.j2:2 -msgid "Packaging an app, starting from this example" -msgstr "Creare il pacchetto di un’app, partendo da questo esempio" - -#: templates/README.md.j2:4 -msgid "" -"Copy this app before working on it, using the ['Use this template'](https://" -"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " -"the Github repo" -msgstr "" -"Prima di lavorarci, copia quest’app usando [il bottone “Use this template” " -"nella repository su GitHub](https://github.com/new?" -"template_name=example_ynh&template_owner=YunoHost)" - -#: templates/README.md.j2:5 -msgid "Edit the `manifest.toml` with app specific info" -msgstr "" -"Modifica il file `manifest.toml` con le informazioni specifiche dell’app" - -#: templates/README.md.j2:6 -msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " -"any relevant conf files in `conf/`" -msgstr "" -"Modifica gli script `install`, `upgrade`, `remove`, `backup` e `restore`, " -"oltre a i possibili file di configurazione in `conf/`" - -#: templates/README.md.j2:7 -msgid "" -"Using the [script helpers documentation](https://yunohost.org/" -"packaging_apps_helpers)" -msgstr "" -"Usa [la documentazione per “script helpers”](https://yunohost.org/" -"packaging_apps_helpers)" - -#: templates/README.md.j2:8 -msgid "" -"Edit the `change_url` and `config` scripts too, or remove them if you have " -"no use of them" -msgstr "" -"Modifica anche gli script `change_url` and `config`, oppure rimuovili se non " -"servono" - -#: templates/README.md.j2:9 -msgid "Add a `LICENSE` file for the package." -msgstr "Aggiungi un file `LICENSE` per il pacchetto." - -#: templates/README.md.j2:10 -msgid "" -"NB: this `LICENSE` file is not meant to necessarily be the same LICENSE as " -"the upstream app - it is only the LICENSE you want this package's code to " -"published with and you can choose it freely! (If you don't know which to " -"choose, we recommend [the AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt))" -msgstr "" -"NB: questo file `LICENSE` non deve necessariamente essere la stessa licenza " -"dell’app upstream, è unicamente la licenza con cui vuoi sia pubblicato il " -"codice di questo pacchetto e puoi sceglierla liberamente! (Se non sai quale " -"scegliere, ti raccomandiamo la licenza [AGPL-3](https://www.gnu.org/licenses/" -"agpl-3.0.txt))" - -#: templates/README.md.j2:11 -msgid "" -"Edit files under the `doc/` directory ([see the page about documenting " -"packages](https://yunohost.org/packaging_app_doc))" -msgstr "" -"Modifica i file nella cartella `doc` ([vedi la pagina riguardo la " -"documentazione dei pacchetti](https://yunohost.org/packaging_app_doc))" - -#: templates/README.md.j2:12 -msgid "" -"The `README.md` files are to be automatically generated by " -msgstr "" -"I file `README.md` sono generati automaticamente da " - -#: templates/README.md.j2:18 -msgid "" -"N.B.: This README was automatically generated by \n" -"It shall NOT be edited by hand." -msgstr "" -"N.B.: Questo README è stato automaticamente generato da \n" -"NON DEVE essere modificato manualmente." - -#: templates/README.md.j2:22 -#, python-format -msgid "%(application_name)s for YunoHost" -msgstr "%(application_name)s per YunoHost" - -#: templates/README.md.j2:24 -msgid "Integration level" -msgstr "Livello di integrazione" - -#: templates/README.md.j2:24 -msgid "Working status" -msgstr "Stato di funzionamento" - -#: templates/README.md.j2:24 -msgid "Maintenance status" -msgstr "Stato di manutenzione" - -#: templates/README.md.j2:26 -#, python-format -msgid "Install %(application_name)s with YunoHost" -msgstr "Installa %(application_name)s con YunoHost" - -#: templates/README.md.j2:28 -msgid "Read this README in other languages." -msgstr "Leggi questo README in altre lingue." - -#: templates/README.md.j2:30 -#, python-format -msgid "" -"This package allows you to install %(application_name)s quickly and simply " -"on a YunoHost server." -msgstr "" -"Questo pacchetto ti permette di installare %(application_name)s su un server " -"YunoHost in modo semplice e veloce." - -#: templates/README.md.j2:31 -msgid "" -"If you don't have YunoHost, please consult [the guide](https://yunohost.org/" -"install) to learn how to install it." -msgstr "" -"Se non hai YunoHost, consulta [la guida](https://yunohost.org/install) per " -"imparare a installarlo." - -#: templates/README.md.j2:33 -msgid "Overview" -msgstr "Panoramica" - -#: templates/README.md.j2:37 -msgid "Shipped version:" -msgstr "Versione pubblicata:" - -#: templates/README.md.j2:41 -msgid "Demo:" -msgstr "Prova:" - -#: templates/README.md.j2:45 -msgid "Screenshots" -msgstr "Screenshot" - -#: templates/README.md.j2:48 -#, python-format -msgid "Screenshot of %(application_name)s" -msgstr "Screenshot di %(application_name)s" - -#: templates/README.md.j2:53 -msgid "Disclaimers / important information" -msgstr "Attenzione/informazioni importanti" - -#: templates/README.md.j2:59 -msgid "Antifeatures" -msgstr "" - -#: templates/README.md.j2:66 -msgid "Documentation and resources" -msgstr "Documentazione e risorse" - -#: templates/README.md.j2:68 -msgid "Official app website:" -msgstr "Sito web ufficiale dell’app:" - -#: templates/README.md.j2:70 -msgid "Official user documentation:" -msgstr "Documentazione ufficiale per gli utenti:" - -#: templates/README.md.j2:72 -msgid "Official admin documentation:" -msgstr "Documentazione ufficiale per gli amministratori:" - -#: templates/README.md.j2:74 -msgid "Upstream app code repository:" -msgstr "Repository upstream del codice dell’app:" - -#: templates/README.md.j2:76 -msgid "YunoHost Store:" -msgstr "Store di YunoHost:" - -#: templates/README.md.j2:77 -msgid "Report a bug:" -msgstr "Segnala un problema:" - -#: templates/README.md.j2:79 -msgid "Developer info" -msgstr "Informazioni per sviluppatori" - -#: templates/README.md.j2:81 -#, python-format -msgid "" -"Please send your pull request to the [`testing` branch]" -"(%(testing_branch_url)s)." -msgstr "" -"Si prega di inviare la tua pull request alla [branch di `testing`]" -"(%(testing_branch_url)s)." - -#: templates/README.md.j2:83 -msgid "To try the `testing` branch, please proceed like that:" -msgstr "" -"Per provare la branch di `testing`, si prega di procedere in questo modo:" - -#: templates/README.md.j2:87 -msgid "or" -msgstr "o" - -#: templates/README.md.j2:91 -msgid "More info regarding app packaging:" -msgstr "Maggiori informazioni riguardo il pacchetto di quest’app:" diff --git a/readme_generator/translations/ja/LC_MESSAGES/messages.po b/readme_generator/translations/ja/LC_MESSAGES/messages.po deleted file mode 100644 index 066b3f9b..00000000 --- a/readme_generator/translations/ja/LC_MESSAGES/messages.po +++ /dev/null @@ -1,206 +0,0 @@ -# Translations template for PROJECT. -# Copyright (C) 2024 ORGANIZATION -# This file is distributed under the same license as the PROJECT project. -# FIRST AUTHOR , 2024. -# -msgid "" -msgstr "" -"Project-Id-Version: PROJECT VERSION\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-31 19:33+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" -"Language: ja\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.14.0\n" - -#: templates/ALL_README.md.j2:11 -#, python-format -msgid "Read the README in %(language)s" -msgstr "" - -#: templates/README.md.j2:2 -msgid "Packaging an app, starting from this example" -msgstr "" - -#: templates/README.md.j2:4 -msgid "" -"Copy this app before working on it, using the ['Use this template'](https://" -"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " -"the Github repo" -msgstr "" - -#: templates/README.md.j2:5 -msgid "Edit the `manifest.toml` with app specific info" -msgstr "" - -#: templates/README.md.j2:6 -msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " -"any relevant conf files in `conf/`" -msgstr "" - -#: templates/README.md.j2:7 -msgid "" -"Using the [script helpers documentation](https://yunohost.org/" -"packaging_apps_helpers)" -msgstr "" - -#: templates/README.md.j2:8 -msgid "" -"Edit the `change_url` and `config` scripts too, or remove them if you have " -"no use of them" -msgstr "" - -#: templates/README.md.j2:9 -msgid "Add a `LICENSE` file for the package." -msgstr "" - -#: templates/README.md.j2:10 -msgid "" -"NB: this `LICENSE` file is not meant to necessarily be the same LICENSE as " -"the upstream app - it is only the LICENSE you want this package's code to " -"published with and you can choose it freely! (If you don't know which to " -"choose, we recommend [the AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt))" -msgstr "" - -#: templates/README.md.j2:11 -msgid "" -"Edit files under the `doc/` directory ([see the page about documenting " -"packages](https://yunohost.org/packaging_app_doc))" -msgstr "" - -#: templates/README.md.j2:12 -msgid "" -"The `README.md` files are to be automatically generated by " -msgstr "" - -#: templates/README.md.j2:18 -msgid "" -"N.B.: This README was automatically generated by \n" -"It shall NOT be edited by hand." -msgstr "" - -#: templates/README.md.j2:22 -#, python-format -msgid "%(application_name)s for YunoHost" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Integration level" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Working status" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Maintenance status" -msgstr "" - -#: templates/README.md.j2:26 -#, python-format -msgid "Install %(application_name)s with YunoHost" -msgstr "" - -#: templates/README.md.j2:28 -msgid "Read this README in other languages." -msgstr "" - -#: templates/README.md.j2:30 -#, python-format -msgid "" -"This package allows you to install %(application_name)s quickly and simply " -"on a YunoHost server." -msgstr "" - -#: templates/README.md.j2:31 -msgid "" -"If you don't have YunoHost, please consult [the guide](https://yunohost.org/" -"install) to learn how to install it." -msgstr "" - -#: templates/README.md.j2:33 -msgid "Overview" -msgstr "" - -#: templates/README.md.j2:37 -msgid "Shipped version:" -msgstr "" - -#: templates/README.md.j2:41 -msgid "Demo:" -msgstr "" - -#: templates/README.md.j2:45 -msgid "Screenshots" -msgstr "" - -#: templates/README.md.j2:48 -#, python-format -msgid "Screenshot of %(application_name)s" -msgstr "" - -#: templates/README.md.j2:53 -msgid "Disclaimers / important information" -msgstr "" - -#: templates/README.md.j2:59 -msgid "Antifeatures" -msgstr "" - -#: templates/README.md.j2:66 -msgid "Documentation and resources" -msgstr "" - -#: templates/README.md.j2:68 -msgid "Official app website:" -msgstr "" - -#: templates/README.md.j2:70 -msgid "Official user documentation:" -msgstr "" - -#: templates/README.md.j2:72 -msgid "Official admin documentation:" -msgstr "" - -#: templates/README.md.j2:74 -msgid "Upstream app code repository:" -msgstr "" - -#: templates/README.md.j2:76 -msgid "YunoHost Store:" -msgstr "" - -#: templates/README.md.j2:77 -msgid "Report a bug:" -msgstr "" - -#: templates/README.md.j2:79 -msgid "Developer info" -msgstr "" - -#: templates/README.md.j2:81 -#, python-format -msgid "" -"Please send your pull request to the [`testing` branch]" -"(%(testing_branch_url)s)." -msgstr "" - -#: templates/README.md.j2:83 -msgid "To try the `testing` branch, please proceed like that:" -msgstr "" - -#: templates/README.md.j2:87 -msgid "or" -msgstr "" - -#: templates/README.md.j2:91 -msgid "More info regarding app packaging:" -msgstr "" diff --git a/readme_generator/translations/kab/LC_MESSAGES/messages.mo b/readme_generator/translations/kab/LC_MESSAGES/messages.mo deleted file mode 100644 index ffa6521370915f1d786d4b51ccbc5a5b124d3bc6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 434 zcmYk2&q~8U5XLKb%F(lj6+9?)Y7&c-EdkSJ)kxEXG!*o-j8h z{8tAC=9~SP-^YF&?7#O+?U_C_ecXwEb!O%_^9bE8k>ZKv8o~mWOsYz7jFL3IBhw5m zNxBH*xs|d;NDYxHs{$r%sUQ;=k;o5cSAGzrWU;W4ID@HVRGSMBP|YxMZFdOv1-LG< zFR?r7+m3A;Bc$x5>PSDnd*Y`M#Sr-DHpWrde~9PAno*@8la#BPY9TT5TP-%`eopIp zi%Q0sG?>B|dD+s^0H5jVPeI1$1|u#wvy!@%w1#UTH_EJe~thE diff --git a/readme_generator/translations/kab/LC_MESSAGES/messages.po b/readme_generator/translations/kab/LC_MESSAGES/messages.po deleted file mode 100644 index fbe6f991..00000000 --- a/readme_generator/translations/kab/LC_MESSAGES/messages.po +++ /dev/null @@ -1,206 +0,0 @@ -# Translations template for PROJECT. -# Copyright (C) 2024 ORGANIZATION -# This file is distributed under the same license as the PROJECT project. -# FIRST AUTHOR , 2024. -# -msgid "" -msgstr "" -"Project-Id-Version: PROJECT VERSION\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-31 19:33+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" -"Language: kab\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.14.0\n" - -#: templates/ALL_README.md.j2:11 -#, python-format -msgid "Read the README in %(language)s" -msgstr "" - -#: templates/README.md.j2:2 -msgid "Packaging an app, starting from this example" -msgstr "" - -#: templates/README.md.j2:4 -msgid "" -"Copy this app before working on it, using the ['Use this template'](https://" -"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " -"the Github repo" -msgstr "" - -#: templates/README.md.j2:5 -msgid "Edit the `manifest.toml` with app specific info" -msgstr "" - -#: templates/README.md.j2:6 -msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " -"any relevant conf files in `conf/`" -msgstr "" - -#: templates/README.md.j2:7 -msgid "" -"Using the [script helpers documentation](https://yunohost.org/" -"packaging_apps_helpers)" -msgstr "" - -#: templates/README.md.j2:8 -msgid "" -"Edit the `change_url` and `config` scripts too, or remove them if you have " -"no use of them" -msgstr "" - -#: templates/README.md.j2:9 -msgid "Add a `LICENSE` file for the package." -msgstr "" - -#: templates/README.md.j2:10 -msgid "" -"NB: this `LICENSE` file is not meant to necessarily be the same LICENSE as " -"the upstream app - it is only the LICENSE you want this package's code to " -"published with and you can choose it freely! (If you don't know which to " -"choose, we recommend [the AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt))" -msgstr "" - -#: templates/README.md.j2:11 -msgid "" -"Edit files under the `doc/` directory ([see the page about documenting " -"packages](https://yunohost.org/packaging_app_doc))" -msgstr "" - -#: templates/README.md.j2:12 -msgid "" -"The `README.md` files are to be automatically generated by " -msgstr "" - -#: templates/README.md.j2:18 -msgid "" -"N.B.: This README was automatically generated by \n" -"It shall NOT be edited by hand." -msgstr "" - -#: templates/README.md.j2:22 -#, python-format -msgid "%(application_name)s for YunoHost" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Integration level" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Working status" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Maintenance status" -msgstr "" - -#: templates/README.md.j2:26 -#, python-format -msgid "Install %(application_name)s with YunoHost" -msgstr "" - -#: templates/README.md.j2:28 -msgid "Read this README in other languages." -msgstr "" - -#: templates/README.md.j2:30 -#, python-format -msgid "" -"This package allows you to install %(application_name)s quickly and simply " -"on a YunoHost server." -msgstr "" - -#: templates/README.md.j2:31 -msgid "" -"If you don't have YunoHost, please consult [the guide](https://yunohost.org/" -"install) to learn how to install it." -msgstr "" - -#: templates/README.md.j2:33 -msgid "Overview" -msgstr "" - -#: templates/README.md.j2:37 -msgid "Shipped version:" -msgstr "" - -#: templates/README.md.j2:41 -msgid "Demo:" -msgstr "" - -#: templates/README.md.j2:45 -msgid "Screenshots" -msgstr "" - -#: templates/README.md.j2:48 -#, python-format -msgid "Screenshot of %(application_name)s" -msgstr "" - -#: templates/README.md.j2:53 -msgid "Disclaimers / important information" -msgstr "" - -#: templates/README.md.j2:59 -msgid "Antifeatures" -msgstr "" - -#: templates/README.md.j2:66 -msgid "Documentation and resources" -msgstr "" - -#: templates/README.md.j2:68 -msgid "Official app website:" -msgstr "" - -#: templates/README.md.j2:70 -msgid "Official user documentation:" -msgstr "" - -#: templates/README.md.j2:72 -msgid "Official admin documentation:" -msgstr "" - -#: templates/README.md.j2:74 -msgid "Upstream app code repository:" -msgstr "" - -#: templates/README.md.j2:76 -msgid "YunoHost Store:" -msgstr "" - -#: templates/README.md.j2:77 -msgid "Report a bug:" -msgstr "" - -#: templates/README.md.j2:79 -msgid "Developer info" -msgstr "" - -#: templates/README.md.j2:81 -#, python-format -msgid "" -"Please send your pull request to the [`testing` branch]" -"(%(testing_branch_url)s)." -msgstr "" - -#: templates/README.md.j2:83 -msgid "To try the `testing` branch, please proceed like that:" -msgstr "" - -#: templates/README.md.j2:87 -msgid "or" -msgstr "" - -#: templates/README.md.j2:91 -msgid "More info regarding app packaging:" -msgstr "" diff --git a/readme_generator/translations/ko/LC_MESSAGES/messages.mo b/readme_generator/translations/ko/LC_MESSAGES/messages.mo deleted file mode 100644 index 0bfa817630a963236b3c3626b8ec03e6792d6ce6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 426 zcmYjNO-sW-5Ut=TN6#Mi;H^&G#3E%&!L(Uzq-jDL3VPcn+ZauE!|p~b_&5A}{uVcW z)q#O|GmrNk^Ko+g-m`UN`_%SX2maN$o!{&cx?Q5=6VDBV1+2N!l@tUeX?#a#8CuhH z6~;>^<&9JZB3)JmOxsdJCJCaEA1ANam#TC6;oVa|g(!x=NAs9OVgDgsQfI-mflM)>Yi6V($Zw6@S^b>V^&XX6 zaAj=@OB7|xN^AHm{{Up1?FbT5a3`r-#cH^bYNze0`GR`lj?wox!DA;1BYJp%JHXCN z3d4nsuy3ri;jiYRsaYk)D1T&1b2Dkp7DfkN7j?@OP?5``5+y;SO=X, 2024. -# -msgid "" -msgstr "" -"Project-Id-Version: PROJECT VERSION\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-31 19:33+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" -"Language: ko\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.14.0\n" - -#: templates/ALL_README.md.j2:11 -#, python-format -msgid "Read the README in %(language)s" -msgstr "" - -#: templates/README.md.j2:2 -msgid "Packaging an app, starting from this example" -msgstr "" - -#: templates/README.md.j2:4 -msgid "" -"Copy this app before working on it, using the ['Use this template'](https://" -"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " -"the Github repo" -msgstr "" - -#: templates/README.md.j2:5 -msgid "Edit the `manifest.toml` with app specific info" -msgstr "" - -#: templates/README.md.j2:6 -msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " -"any relevant conf files in `conf/`" -msgstr "" - -#: templates/README.md.j2:7 -msgid "" -"Using the [script helpers documentation](https://yunohost.org/" -"packaging_apps_helpers)" -msgstr "" - -#: templates/README.md.j2:8 -msgid "" -"Edit the `change_url` and `config` scripts too, or remove them if you have " -"no use of them" -msgstr "" - -#: templates/README.md.j2:9 -msgid "Add a `LICENSE` file for the package." -msgstr "" - -#: templates/README.md.j2:10 -msgid "" -"NB: this `LICENSE` file is not meant to necessarily be the same LICENSE as " -"the upstream app - it is only the LICENSE you want this package's code to " -"published with and you can choose it freely! (If you don't know which to " -"choose, we recommend [the AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt))" -msgstr "" - -#: templates/README.md.j2:11 -msgid "" -"Edit files under the `doc/` directory ([see the page about documenting " -"packages](https://yunohost.org/packaging_app_doc))" -msgstr "" - -#: templates/README.md.j2:12 -msgid "" -"The `README.md` files are to be automatically generated by " -msgstr "" - -#: templates/README.md.j2:18 -msgid "" -"N.B.: This README was automatically generated by \n" -"It shall NOT be edited by hand." -msgstr "" - -#: templates/README.md.j2:22 -#, python-format -msgid "%(application_name)s for YunoHost" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Integration level" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Working status" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Maintenance status" -msgstr "" - -#: templates/README.md.j2:26 -#, python-format -msgid "Install %(application_name)s with YunoHost" -msgstr "" - -#: templates/README.md.j2:28 -msgid "Read this README in other languages." -msgstr "" - -#: templates/README.md.j2:30 -#, python-format -msgid "" -"This package allows you to install %(application_name)s quickly and simply " -"on a YunoHost server." -msgstr "" - -#: templates/README.md.j2:31 -msgid "" -"If you don't have YunoHost, please consult [the guide](https://yunohost.org/" -"install) to learn how to install it." -msgstr "" - -#: templates/README.md.j2:33 -msgid "Overview" -msgstr "" - -#: templates/README.md.j2:37 -msgid "Shipped version:" -msgstr "" - -#: templates/README.md.j2:41 -msgid "Demo:" -msgstr "" - -#: templates/README.md.j2:45 -msgid "Screenshots" -msgstr "" - -#: templates/README.md.j2:48 -#, python-format -msgid "Screenshot of %(application_name)s" -msgstr "" - -#: templates/README.md.j2:53 -msgid "Disclaimers / important information" -msgstr "" - -#: templates/README.md.j2:59 -msgid "Antifeatures" -msgstr "" - -#: templates/README.md.j2:66 -msgid "Documentation and resources" -msgstr "" - -#: templates/README.md.j2:68 -msgid "Official app website:" -msgstr "" - -#: templates/README.md.j2:70 -msgid "Official user documentation:" -msgstr "" - -#: templates/README.md.j2:72 -msgid "Official admin documentation:" -msgstr "" - -#: templates/README.md.j2:74 -msgid "Upstream app code repository:" -msgstr "" - -#: templates/README.md.j2:76 -msgid "YunoHost Store:" -msgstr "" - -#: templates/README.md.j2:77 -msgid "Report a bug:" -msgstr "" - -#: templates/README.md.j2:79 -msgid "Developer info" -msgstr "" - -#: templates/README.md.j2:81 -#, python-format -msgid "" -"Please send your pull request to the [`testing` branch]" -"(%(testing_branch_url)s)." -msgstr "" - -#: templates/README.md.j2:83 -msgid "To try the `testing` branch, please proceed like that:" -msgstr "" - -#: templates/README.md.j2:87 -msgid "or" -msgstr "" - -#: templates/README.md.j2:91 -msgid "More info regarding app packaging:" -msgstr "" diff --git a/readme_generator/translations/lt/LC_MESSAGES/messages.mo b/readme_generator/translations/lt/LC_MESSAGES/messages.mo deleted file mode 100644 index 8e7a07987ab59cacf547aa0f689f8131c7b63d83..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 496 zcmYk2!A{#i5QeGLlaHJ^3=)lq=!9J-s-g{UaS}s~a2z>SBzjwt#dYQEM(Z^q60gAv z^+Eb99YZOMG}8PtpXT4$Kl>k__9#A39#9^&;$3{E`Zo=+?ai(ErB)8(H7=E{OQQwM zv-B#OU6662{l(;dGisi-k8&bDUTu9c{p=bV`8F z`~k8)`aZBP!XKV6&KQB1sr#~Z`p4ZwVTMVH(-6L=B8g9aq_fDombJs&N?ljd87m-c zoY~O+m8_~A6iO>gHfsWP(a3@fEB9YuuH;65Hd=Y}s+tD+|&Nzd|#}|$UtVSpJ(6~DszH#lrcgkX, 2024. -# -msgid "" -msgstr "" -"Project-Id-Version: PROJECT VERSION\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-31 19:33+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" -"Language: lt\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.14.0\n" - -#: templates/ALL_README.md.j2:11 -#, python-format -msgid "Read the README in %(language)s" -msgstr "" - -#: templates/README.md.j2:2 -msgid "Packaging an app, starting from this example" -msgstr "" - -#: templates/README.md.j2:4 -msgid "" -"Copy this app before working on it, using the ['Use this template'](https://" -"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " -"the Github repo" -msgstr "" - -#: templates/README.md.j2:5 -msgid "Edit the `manifest.toml` with app specific info" -msgstr "" - -#: templates/README.md.j2:6 -msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " -"any relevant conf files in `conf/`" -msgstr "" - -#: templates/README.md.j2:7 -msgid "" -"Using the [script helpers documentation](https://yunohost.org/" -"packaging_apps_helpers)" -msgstr "" - -#: templates/README.md.j2:8 -msgid "" -"Edit the `change_url` and `config` scripts too, or remove them if you have " -"no use of them" -msgstr "" - -#: templates/README.md.j2:9 -msgid "Add a `LICENSE` file for the package." -msgstr "" - -#: templates/README.md.j2:10 -msgid "" -"NB: this `LICENSE` file is not meant to necessarily be the same LICENSE as " -"the upstream app - it is only the LICENSE you want this package's code to " -"published with and you can choose it freely! (If you don't know which to " -"choose, we recommend [the AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt))" -msgstr "" - -#: templates/README.md.j2:11 -msgid "" -"Edit files under the `doc/` directory ([see the page about documenting " -"packages](https://yunohost.org/packaging_app_doc))" -msgstr "" - -#: templates/README.md.j2:12 -msgid "" -"The `README.md` files are to be automatically generated by " -msgstr "" - -#: templates/README.md.j2:18 -msgid "" -"N.B.: This README was automatically generated by \n" -"It shall NOT be edited by hand." -msgstr "" - -#: templates/README.md.j2:22 -#, python-format -msgid "%(application_name)s for YunoHost" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Integration level" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Working status" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Maintenance status" -msgstr "" - -#: templates/README.md.j2:26 -#, python-format -msgid "Install %(application_name)s with YunoHost" -msgstr "" - -#: templates/README.md.j2:28 -msgid "Read this README in other languages." -msgstr "" - -#: templates/README.md.j2:30 -#, python-format -msgid "" -"This package allows you to install %(application_name)s quickly and simply " -"on a YunoHost server." -msgstr "" - -#: templates/README.md.j2:31 -msgid "" -"If you don't have YunoHost, please consult [the guide](https://yunohost.org/" -"install) to learn how to install it." -msgstr "" - -#: templates/README.md.j2:33 -msgid "Overview" -msgstr "" - -#: templates/README.md.j2:37 -msgid "Shipped version:" -msgstr "" - -#: templates/README.md.j2:41 -msgid "Demo:" -msgstr "" - -#: templates/README.md.j2:45 -msgid "Screenshots" -msgstr "" - -#: templates/README.md.j2:48 -#, python-format -msgid "Screenshot of %(application_name)s" -msgstr "" - -#: templates/README.md.j2:53 -msgid "Disclaimers / important information" -msgstr "" - -#: templates/README.md.j2:59 -msgid "Antifeatures" -msgstr "" - -#: templates/README.md.j2:66 -msgid "Documentation and resources" -msgstr "" - -#: templates/README.md.j2:68 -msgid "Official app website:" -msgstr "" - -#: templates/README.md.j2:70 -msgid "Official user documentation:" -msgstr "" - -#: templates/README.md.j2:72 -msgid "Official admin documentation:" -msgstr "" - -#: templates/README.md.j2:74 -msgid "Upstream app code repository:" -msgstr "" - -#: templates/README.md.j2:76 -msgid "YunoHost Store:" -msgstr "" - -#: templates/README.md.j2:77 -msgid "Report a bug:" -msgstr "" - -#: templates/README.md.j2:79 -msgid "Developer info" -msgstr "" - -#: templates/README.md.j2:81 -#, python-format -msgid "" -"Please send your pull request to the [`testing` branch]" -"(%(testing_branch_url)s)." -msgstr "" - -#: templates/README.md.j2:83 -msgid "To try the `testing` branch, please proceed like that:" -msgstr "" - -#: templates/README.md.j2:87 -msgid "or" -msgstr "" - -#: templates/README.md.j2:91 -msgid "More info regarding app packaging:" -msgstr "" diff --git a/readme_generator/translations/mk/LC_MESSAGES/messages.mo b/readme_generator/translations/mk/LC_MESSAGES/messages.mo deleted file mode 100644 index 440738970597741fad36804dd5baee88afcef2d8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 433 zcmYk2&q~8U5XLKb%F(lj6+9?)Y7&c-EdkSZ)kxEXG!*o-j8h z{8tAC=9~SP-^YF&?7#O+?U_C_ecXwEb!O%_^9bE8mg0$J8iE{FOsZ0FjN&A^BhwVE zNU{u~g_W>INDZMX${Z$bp&%6)kq)-4j27FoKznZX+B9{fB5ltT|O0Qc1b0s1_0, 2024. -# -msgid "" -msgstr "" -"Project-Id-Version: PROJECT VERSION\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-31 19:33+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" -"Language: mk\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.14.0\n" - -#: templates/ALL_README.md.j2:11 -#, python-format -msgid "Read the README in %(language)s" -msgstr "" - -#: templates/README.md.j2:2 -msgid "Packaging an app, starting from this example" -msgstr "" - -#: templates/README.md.j2:4 -msgid "" -"Copy this app before working on it, using the ['Use this template'](https://" -"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " -"the Github repo" -msgstr "" - -#: templates/README.md.j2:5 -msgid "Edit the `manifest.toml` with app specific info" -msgstr "" - -#: templates/README.md.j2:6 -msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " -"any relevant conf files in `conf/`" -msgstr "" - -#: templates/README.md.j2:7 -msgid "" -"Using the [script helpers documentation](https://yunohost.org/" -"packaging_apps_helpers)" -msgstr "" - -#: templates/README.md.j2:8 -msgid "" -"Edit the `change_url` and `config` scripts too, or remove them if you have " -"no use of them" -msgstr "" - -#: templates/README.md.j2:9 -msgid "Add a `LICENSE` file for the package." -msgstr "" - -#: templates/README.md.j2:10 -msgid "" -"NB: this `LICENSE` file is not meant to necessarily be the same LICENSE as " -"the upstream app - it is only the LICENSE you want this package's code to " -"published with and you can choose it freely! (If you don't know which to " -"choose, we recommend [the AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt))" -msgstr "" - -#: templates/README.md.j2:11 -msgid "" -"Edit files under the `doc/` directory ([see the page about documenting " -"packages](https://yunohost.org/packaging_app_doc))" -msgstr "" - -#: templates/README.md.j2:12 -msgid "" -"The `README.md` files are to be automatically generated by " -msgstr "" - -#: templates/README.md.j2:18 -msgid "" -"N.B.: This README was automatically generated by \n" -"It shall NOT be edited by hand." -msgstr "" - -#: templates/README.md.j2:22 -#, python-format -msgid "%(application_name)s for YunoHost" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Integration level" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Working status" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Maintenance status" -msgstr "" - -#: templates/README.md.j2:26 -#, python-format -msgid "Install %(application_name)s with YunoHost" -msgstr "" - -#: templates/README.md.j2:28 -msgid "Read this README in other languages." -msgstr "" - -#: templates/README.md.j2:30 -#, python-format -msgid "" -"This package allows you to install %(application_name)s quickly and simply " -"on a YunoHost server." -msgstr "" - -#: templates/README.md.j2:31 -msgid "" -"If you don't have YunoHost, please consult [the guide](https://yunohost.org/" -"install) to learn how to install it." -msgstr "" - -#: templates/README.md.j2:33 -msgid "Overview" -msgstr "" - -#: templates/README.md.j2:37 -msgid "Shipped version:" -msgstr "" - -#: templates/README.md.j2:41 -msgid "Demo:" -msgstr "" - -#: templates/README.md.j2:45 -msgid "Screenshots" -msgstr "" - -#: templates/README.md.j2:48 -#, python-format -msgid "Screenshot of %(application_name)s" -msgstr "" - -#: templates/README.md.j2:53 -msgid "Disclaimers / important information" -msgstr "" - -#: templates/README.md.j2:59 -msgid "Antifeatures" -msgstr "" - -#: templates/README.md.j2:66 -msgid "Documentation and resources" -msgstr "" - -#: templates/README.md.j2:68 -msgid "Official app website:" -msgstr "" - -#: templates/README.md.j2:70 -msgid "Official user documentation:" -msgstr "" - -#: templates/README.md.j2:72 -msgid "Official admin documentation:" -msgstr "" - -#: templates/README.md.j2:74 -msgid "Upstream app code repository:" -msgstr "" - -#: templates/README.md.j2:76 -msgid "YunoHost Store:" -msgstr "" - -#: templates/README.md.j2:77 -msgid "Report a bug:" -msgstr "" - -#: templates/README.md.j2:79 -msgid "Developer info" -msgstr "" - -#: templates/README.md.j2:81 -#, python-format -msgid "" -"Please send your pull request to the [`testing` branch]" -"(%(testing_branch_url)s)." -msgstr "" - -#: templates/README.md.j2:83 -msgid "To try the `testing` branch, please proceed like that:" -msgstr "" - -#: templates/README.md.j2:87 -msgid "or" -msgstr "" - -#: templates/README.md.j2:91 -msgid "More info regarding app packaging:" -msgstr "" diff --git a/readme_generator/translations/nb_NO/LC_MESSAGES/messages.mo b/readme_generator/translations/nb_NO/LC_MESSAGES/messages.mo deleted file mode 100644 index d86ff0b552a000920daec2879c2605d81bb54553..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 436 zcmYjNO-sW-5Ut=TN6#Ks@SxPGNi0&f1WcP%BTW<1P|%BPlWmNoyJ2@D_7C_E{CoZu zH-6QDfq8Ep^B(hYu>amOwP*U!^l=CN)tQ;!%n~{-k>Z)<8o~mWOsYz7jFL3IBhw5m zNxBH*xs|d;NDYxHs{$r%sUQ;=k;o5cSAGzrWU;W4ID@HVRGSMBP|YxMZFdOv1-LG< zFR?r7+m3A;A*Af3>YRRb_ry;jiXrgPZH%L^{}9iKHKR&HCMj1n)k0$Aw_0q>{hZeI z7L|-MX>1B3, 2024. -# -msgid "" -msgstr "" -"Project-Id-Version: PROJECT VERSION\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-31 19:33+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" -"Language: nb_NO\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.14.0\n" - -#: templates/ALL_README.md.j2:11 -#, python-format -msgid "Read the README in %(language)s" -msgstr "" - -#: templates/README.md.j2:2 -msgid "Packaging an app, starting from this example" -msgstr "" - -#: templates/README.md.j2:4 -msgid "" -"Copy this app before working on it, using the ['Use this template'](https://" -"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " -"the Github repo" -msgstr "" - -#: templates/README.md.j2:5 -msgid "Edit the `manifest.toml` with app specific info" -msgstr "" - -#: templates/README.md.j2:6 -msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " -"any relevant conf files in `conf/`" -msgstr "" - -#: templates/README.md.j2:7 -msgid "" -"Using the [script helpers documentation](https://yunohost.org/" -"packaging_apps_helpers)" -msgstr "" - -#: templates/README.md.j2:8 -msgid "" -"Edit the `change_url` and `config` scripts too, or remove them if you have " -"no use of them" -msgstr "" - -#: templates/README.md.j2:9 -msgid "Add a `LICENSE` file for the package." -msgstr "" - -#: templates/README.md.j2:10 -msgid "" -"NB: this `LICENSE` file is not meant to necessarily be the same LICENSE as " -"the upstream app - it is only the LICENSE you want this package's code to " -"published with and you can choose it freely! (If you don't know which to " -"choose, we recommend [the AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt))" -msgstr "" - -#: templates/README.md.j2:11 -msgid "" -"Edit files under the `doc/` directory ([see the page about documenting " -"packages](https://yunohost.org/packaging_app_doc))" -msgstr "" - -#: templates/README.md.j2:12 -msgid "" -"The `README.md` files are to be automatically generated by " -msgstr "" - -#: templates/README.md.j2:18 -msgid "" -"N.B.: This README was automatically generated by \n" -"It shall NOT be edited by hand." -msgstr "" - -#: templates/README.md.j2:22 -#, python-format -msgid "%(application_name)s for YunoHost" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Integration level" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Working status" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Maintenance status" -msgstr "" - -#: templates/README.md.j2:26 -#, python-format -msgid "Install %(application_name)s with YunoHost" -msgstr "" - -#: templates/README.md.j2:28 -msgid "Read this README in other languages." -msgstr "" - -#: templates/README.md.j2:30 -#, python-format -msgid "" -"This package allows you to install %(application_name)s quickly and simply " -"on a YunoHost server." -msgstr "" - -#: templates/README.md.j2:31 -msgid "" -"If you don't have YunoHost, please consult [the guide](https://yunohost.org/" -"install) to learn how to install it." -msgstr "" - -#: templates/README.md.j2:33 -msgid "Overview" -msgstr "" - -#: templates/README.md.j2:37 -msgid "Shipped version:" -msgstr "" - -#: templates/README.md.j2:41 -msgid "Demo:" -msgstr "" - -#: templates/README.md.j2:45 -msgid "Screenshots" -msgstr "" - -#: templates/README.md.j2:48 -#, python-format -msgid "Screenshot of %(application_name)s" -msgstr "" - -#: templates/README.md.j2:53 -msgid "Disclaimers / important information" -msgstr "" - -#: templates/README.md.j2:59 -msgid "Antifeatures" -msgstr "" - -#: templates/README.md.j2:66 -msgid "Documentation and resources" -msgstr "" - -#: templates/README.md.j2:68 -msgid "Official app website:" -msgstr "" - -#: templates/README.md.j2:70 -msgid "Official user documentation:" -msgstr "" - -#: templates/README.md.j2:72 -msgid "Official admin documentation:" -msgstr "" - -#: templates/README.md.j2:74 -msgid "Upstream app code repository:" -msgstr "" - -#: templates/README.md.j2:76 -msgid "YunoHost Store:" -msgstr "" - -#: templates/README.md.j2:77 -msgid "Report a bug:" -msgstr "" - -#: templates/README.md.j2:79 -msgid "Developer info" -msgstr "" - -#: templates/README.md.j2:81 -#, python-format -msgid "" -"Please send your pull request to the [`testing` branch]" -"(%(testing_branch_url)s)." -msgstr "" - -#: templates/README.md.j2:83 -msgid "To try the `testing` branch, please proceed like that:" -msgstr "" - -#: templates/README.md.j2:87 -msgid "or" -msgstr "" - -#: templates/README.md.j2:91 -msgid "More info regarding app packaging:" -msgstr "" diff --git a/readme_generator/translations/ne/LC_MESSAGES/messages.mo b/readme_generator/translations/ne/LC_MESSAGES/messages.mo deleted file mode 100644 index acf1fb3eceae702a9a3b3a478eb5f6884648265d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 433 zcmYjNO-sW-5Ut=TN6#Ks@SxPuBo--K0;cV%k){c0DCljQY-1$d4V#VFv%kT==WlW1 zR~;Cb_vSJ0F&_u}?>($N>_hD14*aV#oZoN>9T#i$EHVQ@4ojh%Qb|hUB)Vsllq^}Y z2%@=_h+1g_VN;YjjN77tR8hi0KbT$n(`mvM3oDLNm}tQbUVte#f)dwu2Vh@<>k|8l zy2HNh*ft6w5ie!u^rL%Vega_xQ=i;LGz|KW(VST`-WW(Vmrccu(vItM7~GwM3N(qIHw~k3_`a1 zgL7_M6D5t1m}Fa{gAuRhqON!;M%n?-S+4e=-07 diff --git a/readme_generator/translations/ne/LC_MESSAGES/messages.po b/readme_generator/translations/ne/LC_MESSAGES/messages.po deleted file mode 100644 index 174c38e8..00000000 --- a/readme_generator/translations/ne/LC_MESSAGES/messages.po +++ /dev/null @@ -1,206 +0,0 @@ -# Translations template for PROJECT. -# Copyright (C) 2024 ORGANIZATION -# This file is distributed under the same license as the PROJECT project. -# FIRST AUTHOR , 2024. -# -msgid "" -msgstr "" -"Project-Id-Version: PROJECT VERSION\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-31 19:33+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" -"Language: ne\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.14.0\n" - -#: templates/ALL_README.md.j2:11 -#, python-format -msgid "Read the README in %(language)s" -msgstr "" - -#: templates/README.md.j2:2 -msgid "Packaging an app, starting from this example" -msgstr "" - -#: templates/README.md.j2:4 -msgid "" -"Copy this app before working on it, using the ['Use this template'](https://" -"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " -"the Github repo" -msgstr "" - -#: templates/README.md.j2:5 -msgid "Edit the `manifest.toml` with app specific info" -msgstr "" - -#: templates/README.md.j2:6 -msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " -"any relevant conf files in `conf/`" -msgstr "" - -#: templates/README.md.j2:7 -msgid "" -"Using the [script helpers documentation](https://yunohost.org/" -"packaging_apps_helpers)" -msgstr "" - -#: templates/README.md.j2:8 -msgid "" -"Edit the `change_url` and `config` scripts too, or remove them if you have " -"no use of them" -msgstr "" - -#: templates/README.md.j2:9 -msgid "Add a `LICENSE` file for the package." -msgstr "" - -#: templates/README.md.j2:10 -msgid "" -"NB: this `LICENSE` file is not meant to necessarily be the same LICENSE as " -"the upstream app - it is only the LICENSE you want this package's code to " -"published with and you can choose it freely! (If you don't know which to " -"choose, we recommend [the AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt))" -msgstr "" - -#: templates/README.md.j2:11 -msgid "" -"Edit files under the `doc/` directory ([see the page about documenting " -"packages](https://yunohost.org/packaging_app_doc))" -msgstr "" - -#: templates/README.md.j2:12 -msgid "" -"The `README.md` files are to be automatically generated by " -msgstr "" - -#: templates/README.md.j2:18 -msgid "" -"N.B.: This README was automatically generated by \n" -"It shall NOT be edited by hand." -msgstr "" - -#: templates/README.md.j2:22 -#, python-format -msgid "%(application_name)s for YunoHost" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Integration level" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Working status" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Maintenance status" -msgstr "" - -#: templates/README.md.j2:26 -#, python-format -msgid "Install %(application_name)s with YunoHost" -msgstr "" - -#: templates/README.md.j2:28 -msgid "Read this README in other languages." -msgstr "" - -#: templates/README.md.j2:30 -#, python-format -msgid "" -"This package allows you to install %(application_name)s quickly and simply " -"on a YunoHost server." -msgstr "" - -#: templates/README.md.j2:31 -msgid "" -"If you don't have YunoHost, please consult [the guide](https://yunohost.org/" -"install) to learn how to install it." -msgstr "" - -#: templates/README.md.j2:33 -msgid "Overview" -msgstr "" - -#: templates/README.md.j2:37 -msgid "Shipped version:" -msgstr "" - -#: templates/README.md.j2:41 -msgid "Demo:" -msgstr "" - -#: templates/README.md.j2:45 -msgid "Screenshots" -msgstr "" - -#: templates/README.md.j2:48 -#, python-format -msgid "Screenshot of %(application_name)s" -msgstr "" - -#: templates/README.md.j2:53 -msgid "Disclaimers / important information" -msgstr "" - -#: templates/README.md.j2:59 -msgid "Antifeatures" -msgstr "" - -#: templates/README.md.j2:66 -msgid "Documentation and resources" -msgstr "" - -#: templates/README.md.j2:68 -msgid "Official app website:" -msgstr "" - -#: templates/README.md.j2:70 -msgid "Official user documentation:" -msgstr "" - -#: templates/README.md.j2:72 -msgid "Official admin documentation:" -msgstr "" - -#: templates/README.md.j2:74 -msgid "Upstream app code repository:" -msgstr "" - -#: templates/README.md.j2:76 -msgid "YunoHost Store:" -msgstr "" - -#: templates/README.md.j2:77 -msgid "Report a bug:" -msgstr "" - -#: templates/README.md.j2:79 -msgid "Developer info" -msgstr "" - -#: templates/README.md.j2:81 -#, python-format -msgid "" -"Please send your pull request to the [`testing` branch]" -"(%(testing_branch_url)s)." -msgstr "" - -#: templates/README.md.j2:83 -msgid "To try the `testing` branch, please proceed like that:" -msgstr "" - -#: templates/README.md.j2:87 -msgid "or" -msgstr "" - -#: templates/README.md.j2:91 -msgid "More info regarding app packaging:" -msgstr "" diff --git a/readme_generator/translations/nl/LC_MESSAGES/messages.mo b/readme_generator/translations/nl/LC_MESSAGES/messages.mo deleted file mode 100644 index 28530d808cd676e3d5e5510e1b2d7e5ffe2ca988..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5803 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, 2024. -# -msgid "" -msgstr "" -"Project-Id-Version: PROJECT VERSION\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-31 19:33+0200\n" -"PO-Revision-Date: 2024-11-16 09:10+0000\n" -"Last-Translator: Éric Gaspar \n" -"Language-Team: Dutch \n" -"Language: nl\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.4.3\n" -"Generated-By: Babel 2.14.0\n" - -#: templates/ALL_README.md.j2:11 -#, python-format -msgid "Read the README in %(language)s" -msgstr "Lees de README in het %(language)s" - -#: templates/README.md.j2:2 -msgid "Packaging an app, starting from this example" -msgstr "Package een app, uitgaand van dit voorbeeld" - -#: templates/README.md.j2:4 -msgid "" -"Copy this app before working on it, using the ['Use this template'](https://" -"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " -"the Github repo" -msgstr "" -"Kopieer deze app voordat je er aan werkt, met de knop ['Gebruik dit " -"template'](https://github.com/new?" -"template_name=example_ynh&template_owner=YunoHost)" - -#: templates/README.md.j2:5 -msgid "Edit the `manifest.toml` with app specific info" -msgstr "Bewerk `manifest.toml` met app-specifieke informatie" - -#: templates/README.md.j2:6 -msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " -"any relevant conf files in `conf/`" -msgstr "" -"Bewerk de scripts `install`, `upgrade`, `remove`, `backup` en `restore` , en " -"alle overige relevante configuratiebestanden in `conf/`" - -#: templates/README.md.j2:7 -msgid "" -"Using the [script helpers documentation](https://yunohost.org/" -"packaging_apps_helpers)" -msgstr "" -"Gebruik de [script helpers documentatie](https://yunohost.org/" -"packaging_apps_helpers)" - -#: templates/README.md.j2:8 -msgid "" -"Edit the `change_url` and `config` scripts too, or remove them if you have " -"no use of them" -msgstr "" -"Bewerk ook de `change_url` - en `config`-scripts, of verwijder ze als ze " -"niet nodig zijn" - -#: templates/README.md.j2:9 -msgid "Add a `LICENSE` file for the package." -msgstr "Voeg een `LICENSE`-bestand toe voor het pakket." - -#: templates/README.md.j2:10 -msgid "" -"NB: this `LICENSE` file is not meant to necessarily be the same LICENSE as " -"the upstream app - it is only the LICENSE you want this package's code to " -"published with and you can choose it freely! (If you don't know which to " -"choose, we recommend [the AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt))" -msgstr "" -"Voeg een `LICENSE`-bestand voor het pakket toe. NB: deze licentie is niet " -"per se dezelfde als de licentie van de upstream app - het is enkel de " -"licentie voor de code van het pakket en je bent vrij deze zelf te kiezen! " -"(Mocht je niet weten welke te kiezen, wij bevelen [de AGPL-3](https://www." -"gnu.org/licenses/agpl-3.0.txt) aan)" - -#: templates/README.md.j2:11 -msgid "" -"Edit files under the `doc/` directory ([see the page about documenting " -"packages](https://yunohost.org/packaging_app_doc))" -msgstr "" -"Bewerk bestanden in de map `doc/` ([zie de pagina over het documenteren van " -"pakketten](https://yunohost.org/packaging_app_doc))" - -#: templates/README.md.j2:12 -msgid "" -"The `README.md` files are to be automatically generated by " -msgstr "" -"De `README.md`-bestanden worden automatisch gegenereerd door " - -#: templates/README.md.j2:18 -msgid "" -"N.B.: This README was automatically generated by \n" -"It shall NOT be edited by hand." -msgstr "" -"NB: Deze README is automatisch gegenereerd door \n" -"Hij mag NIET handmatig aangepast worden." - -#: templates/README.md.j2:22 -#, python-format -msgid "%(application_name)s for YunoHost" -msgstr "%(application_name)s voor Yunohost" - -#: templates/README.md.j2:24 -msgid "Integration level" -msgstr "Integratieniveau" - -#: templates/README.md.j2:24 -msgid "Working status" -msgstr "Mate van functioneren" - -#: templates/README.md.j2:24 -msgid "Maintenance status" -msgstr "Onderhoudsstatus" - -#: templates/README.md.j2:26 -#, python-format -msgid "Install %(application_name)s with YunoHost" -msgstr "%(application_name)s met Yunohost installeren" - -#: templates/README.md.j2:28 -msgid "Read this README in other languages." -msgstr "Deze README in een andere taal lezen." - -#: templates/README.md.j2:30 -#, python-format -msgid "" -"This package allows you to install %(application_name)s quickly and simply " -"on a YunoHost server." -msgstr "" -"Met dit pakket kun je %(application_name)s snel en eenvoudig op een YunoHost-" -"server installeren." - -#: templates/README.md.j2:31 -msgid "" -"If you don't have YunoHost, please consult [the guide](https://yunohost.org/" -"install) to learn how to install it." -msgstr "" -"Als je nog geen YunoHost hebt, lees dan [de installatiehandleiding](https://" -"yunohost.org/install), om te zien hoe je 'm installeert." - -#: templates/README.md.j2:33 -msgid "Overview" -msgstr "Overzicht" - -#: templates/README.md.j2:37 -msgid "Shipped version:" -msgstr "Geleverde versie:" - -#: templates/README.md.j2:41 -msgid "Demo:" -msgstr "Demo:" - -#: templates/README.md.j2:45 -msgid "Screenshots" -msgstr "Schermafdrukken" - -#: templates/README.md.j2:48 -#, python-format -msgid "Screenshot of %(application_name)s" -msgstr "Schermafdrukken van %(application_name)s" - -#: templates/README.md.j2:53 -msgid "Disclaimers / important information" -msgstr "Uitsluitingen / belangrijke informatie" - -#: templates/README.md.j2:59 -msgid "Antifeatures" -msgstr "Anti-eigenschappen" - -#: templates/README.md.j2:66 -msgid "Documentation and resources" -msgstr "Documentatie en bronnen" - -#: templates/README.md.j2:68 -msgid "Official app website:" -msgstr "Officiele website van de app:" - -#: templates/README.md.j2:70 -msgid "Official user documentation:" -msgstr "Officiele gebruikersdocumentatie:" - -#: templates/README.md.j2:72 -msgid "Official admin documentation:" -msgstr "Officiele beheerdersdocumentatie:" - -#: templates/README.md.j2:74 -msgid "Upstream app code repository:" -msgstr "Upstream app codedepot:" - -#: templates/README.md.j2:76 -msgid "YunoHost Store:" -msgstr "YunoHost-store:" - -#: templates/README.md.j2:77 -msgid "Report a bug:" -msgstr "Meld een bug:" - -#: templates/README.md.j2:79 -msgid "Developer info" -msgstr "Ontwikkelaarsinformatie" - -#: templates/README.md.j2:81 -#, python-format -msgid "" -"Please send your pull request to the [`testing` branch]" -"(%(testing_branch_url)s)." -msgstr "" -"Stuur je pull request alsjeblieft naar de [`testing`-branch]" -"(%(testing_branch_url)s)." - -#: templates/README.md.j2:83 -msgid "To try the `testing` branch, please proceed like that:" -msgstr "Om de `testing`-branch uit te proberen, ga als volgt te werk:" - -#: templates/README.md.j2:87 -msgid "or" -msgstr "of" - -#: templates/README.md.j2:91 -msgid "More info regarding app packaging:" -msgstr "Verdere informatie over app-packaging:" - -#~ msgid "Edit files under the `doc/` directory" -#~ msgstr "Bestanden in de `doc/`-directory bewerken" diff --git a/readme_generator/translations/oc/LC_MESSAGES/messages.po b/readme_generator/translations/oc/LC_MESSAGES/messages.po deleted file mode 100644 index 85d17f46..00000000 --- a/readme_generator/translations/oc/LC_MESSAGES/messages.po +++ /dev/null @@ -1,206 +0,0 @@ -# Translations template for PROJECT. -# Copyright (C) 2024 ORGANIZATION -# This file is distributed under the same license as the PROJECT project. -# FIRST AUTHOR , 2024. -# -msgid "" -msgstr "" -"Project-Id-Version: PROJECT VERSION\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-31 19:33+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" -"Language: oc\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.14.0\n" - -#: templates/ALL_README.md.j2:11 -#, python-format -msgid "Read the README in %(language)s" -msgstr "" - -#: templates/README.md.j2:2 -msgid "Packaging an app, starting from this example" -msgstr "" - -#: templates/README.md.j2:4 -msgid "" -"Copy this app before working on it, using the ['Use this template'](https://" -"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " -"the Github repo" -msgstr "" - -#: templates/README.md.j2:5 -msgid "Edit the `manifest.toml` with app specific info" -msgstr "" - -#: templates/README.md.j2:6 -msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " -"any relevant conf files in `conf/`" -msgstr "" - -#: templates/README.md.j2:7 -msgid "" -"Using the [script helpers documentation](https://yunohost.org/" -"packaging_apps_helpers)" -msgstr "" - -#: templates/README.md.j2:8 -msgid "" -"Edit the `change_url` and `config` scripts too, or remove them if you have " -"no use of them" -msgstr "" - -#: templates/README.md.j2:9 -msgid "Add a `LICENSE` file for the package." -msgstr "" - -#: templates/README.md.j2:10 -msgid "" -"NB: this `LICENSE` file is not meant to necessarily be the same LICENSE as " -"the upstream app - it is only the LICENSE you want this package's code to " -"published with and you can choose it freely! (If you don't know which to " -"choose, we recommend [the AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt))" -msgstr "" - -#: templates/README.md.j2:11 -msgid "" -"Edit files under the `doc/` directory ([see the page about documenting " -"packages](https://yunohost.org/packaging_app_doc))" -msgstr "" - -#: templates/README.md.j2:12 -msgid "" -"The `README.md` files are to be automatically generated by " -msgstr "" - -#: templates/README.md.j2:18 -msgid "" -"N.B.: This README was automatically generated by \n" -"It shall NOT be edited by hand." -msgstr "" - -#: templates/README.md.j2:22 -#, python-format -msgid "%(application_name)s for YunoHost" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Integration level" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Working status" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Maintenance status" -msgstr "" - -#: templates/README.md.j2:26 -#, python-format -msgid "Install %(application_name)s with YunoHost" -msgstr "" - -#: templates/README.md.j2:28 -msgid "Read this README in other languages." -msgstr "" - -#: templates/README.md.j2:30 -#, python-format -msgid "" -"This package allows you to install %(application_name)s quickly and simply " -"on a YunoHost server." -msgstr "" - -#: templates/README.md.j2:31 -msgid "" -"If you don't have YunoHost, please consult [the guide](https://yunohost.org/" -"install) to learn how to install it." -msgstr "" - -#: templates/README.md.j2:33 -msgid "Overview" -msgstr "" - -#: templates/README.md.j2:37 -msgid "Shipped version:" -msgstr "" - -#: templates/README.md.j2:41 -msgid "Demo:" -msgstr "" - -#: templates/README.md.j2:45 -msgid "Screenshots" -msgstr "" - -#: templates/README.md.j2:48 -#, python-format -msgid "Screenshot of %(application_name)s" -msgstr "" - -#: templates/README.md.j2:53 -msgid "Disclaimers / important information" -msgstr "" - -#: templates/README.md.j2:59 -msgid "Antifeatures" -msgstr "" - -#: templates/README.md.j2:66 -msgid "Documentation and resources" -msgstr "" - -#: templates/README.md.j2:68 -msgid "Official app website:" -msgstr "" - -#: templates/README.md.j2:70 -msgid "Official user documentation:" -msgstr "" - -#: templates/README.md.j2:72 -msgid "Official admin documentation:" -msgstr "" - -#: templates/README.md.j2:74 -msgid "Upstream app code repository:" -msgstr "" - -#: templates/README.md.j2:76 -msgid "YunoHost Store:" -msgstr "" - -#: templates/README.md.j2:77 -msgid "Report a bug:" -msgstr "" - -#: templates/README.md.j2:79 -msgid "Developer info" -msgstr "" - -#: templates/README.md.j2:81 -#, python-format -msgid "" -"Please send your pull request to the [`testing` branch]" -"(%(testing_branch_url)s)." -msgstr "" - -#: templates/README.md.j2:83 -msgid "To try the `testing` branch, please proceed like that:" -msgstr "" - -#: templates/README.md.j2:87 -msgid "or" -msgstr "" - -#: templates/README.md.j2:91 -msgid "More info regarding app packaging:" -msgstr "" diff --git a/readme_generator/translations/pl/LC_MESSAGES/messages.mo b/readme_generator/translations/pl/LC_MESSAGES/messages.mo deleted file mode 100644 index d9b3adc597032b878a616b3a02608a1e01924ed8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5817 zcmcJTTZ|-C8OIAjf$@TZcf1_X-JOBy?pc=0rr7~!cZX$gXLqtQ>&gyfy1M#I_nEG) zQ`BXfuJAyRjlP4LjlO82m>6Fqnn3n#cYH7!A4qtU2NDvWOnfks=!3tnF5SH_s4-C4 zo_}}MIp6s%|L;=!#;rGe-{G3&^Cdn{T<19Vfj|Bbf4IWy9p?`4DR3Y70{AiT74RkS zci@M?;0DL}1ekzd1HS{_4!#7Az$@V6;3A7H_(QM(-uMyD03QJF0)GL13VaQ`6?_Z4 z6MP%|0eJh3j&nCU{u=x;zu&mYaXth73l#ltz1ea2>NLQ4@G!UrYVfPzZ^5sFuY(^4 z{|Soxn`a#7qu@OFN$@cEEVu%;z~6)SgLkt?&TWHd!Dm6S`*rXZ@GVeW_jm9$^n4o> z|NVi(6!=$A^u2{mm%)9Y`0q{dbKqY=-p%RzD1%96ce+qsNtY3#6I9Jx6zpaSVMNrQF35ZLaSHMHy74VzjKS1Hgu}?eB z0ni6O3%&?SynhLbKmP=>)cG@*fqw&AppP-j;2%Np_ib!`0=yqYCFcbY)104y*Mq+S zQ8V|&7eLYJi+tqT&xdg2=ZY-xlj2ida(;E~$tC&{rrZyr>sR;)r%>5}mN^eGJHLdB!aLzIR3PB9ZW#K;a}#5Ot-u}V zxma!6NIjkg_E8%r&QhnNT-7?ca%}n3`f^Kc8(-%ulAczf>-F8Pt~*OXVz#xLq>+xD zV>TSAq-SDw#_Z_k#9qs3T>9ZEl*_^IbF0QLGxu3_=?vZjj^;qe1Q`=eYIKfew=VmvVy+@?x7t z9>ybe&dn7k=cjo+H|XlEH1b=yb}i2a+os!6u@{*ziB)3lydugG z9=MR}F;He(jclrVE;j;8fV8sPqT*mmvI*kE_5IeoYNcT}ayweS7GmUE8$zUEc`8o9 zSUo;=K3B#KMx5*G3*uE#tn`)%RIX>EHFe&=4d4|6ONBIEu)}58Y4QkKy z$(5`WU}>Upl;jukpqjJl8tw&d;Aw?7lQec#B}0UMc&6({9btgv&N$3X=T!Y@y{R@N ztIjMh9ba8mLze_gaSXyef-+KF4fV;Nj%tt8kv&qV(yD>*xRFF!HwJE;=%@iB{J0Tm zw=>XNr5qbQG_#VZxQB3c>huPwtTgm48{G>p;89pu*6@U=pa4cH`4tHr|8VJ=usE>q<|OprT>wkk~9 zzKMJ2SrCQn!ScS{eWl>d&cXDpknpB8fpSV4I=3~1%;MQ ztevbKns8`19M-!*nkOgqR0pw+8*VrBYlrF!_2lV<1U_~gB0^=gbk>TDh{YD%65%f5 z8|kM~5>2cYS8uiwej%Wx+7VRkJvqB?w!F1f+>!b+7tht5Gq5J#R1y>0_Rac~pp@D+ z7gx^-)ntL?kVsXFVi6*hmR8eFyG>`^BRWCcgF+Ocz0z!IN$jlmOc)Yw{1KCAO=klW zTE%JgL8s_iWD8k_eemyt&Kne%FjJ8~b{OXz}8dDDm7jox=T}u={|g=aJb`s zte^o_)}0OFL?e+{y)#tfq8CQi)40VqeMvbtX*y@86D-dcX@zi&uEf(xS1wwG>S>?W z7+=f03GLszDaBjm);Z@~+4{?3R}~?(F5RK&*vMIn><*o=w$iD6s|=x9vy#JVwpuUlfv+8>`Zd+#%S&f!tEX$nm(-)Do2x5#pFe$S zdFCXQuC@W0V`dB+HPs_$Po7k#mMEo1mRFZnPJUzQ`0+E#>+27(v>uDqO8x!eGn$yhc%IfmO=!5lznPXPk1FDWfY)SOf3ESuy z4^ocYDAvj1*^NhPhbQYqn{6G{mIDGx$~M*Ewn=8z{4{d?+9Ng^#7z~1`OkRq(1RQ+ zPZop4#e?c$wV-&q@8H5ii}$Gg`}40y7Vnj>vvPak$iW5m%rp6YS+g+5o`dYU=fRn8 z*G?2IN8EW%w`F)!_to#MADY>FwCwm3DlCO4?x^JIC2AeJU2li48Kc5LMK%kqmjy=0nF^>&fw_87g^}yAB;CC{ z8oE1IFM8a`MxKfLsm!0;Mx5?i6=!bSw?X>8PN0D+W9Or3+vsxUT%px7Ok$0)l+NLm zmm}}W%R}cp6pb>ydszp@W&9kvyO*(CCWB%*KI<2wr?=xOgVC{Vj~JLn2_6w=7&TOV zmm$q|(`xRV-OMbLSw>fgY=9#y`CQ1c^ih-I@xIXsD*P|0J)Sr7LnC(K?%m5O?nk3A z88OC9&7Y>2>SX%#(>7yey8FD^(er$Ef8-nD!z4h6ju{nNF}@w>%AT>nvSj|(v6I8b zL#M%Q_%5_V7yvo=TDoU4X66R8-Z5lm6Mwq{Bfetu&X{V(c}xOSs?PY7O^S2ohBgZz zb!>!@YLlMkb^@ZJ2k+t8(zLmru!2EX`i-g)fsOb?(TE8>X@TEx72Wy*EC@d zenn39KFyn?d>*oZSCIDT>UZgWmZ5W$6h}oEBFSBM&YoL3u_P7rn(D!$zU5D$<$$-$ zLP`R|m^b;G&ydF+yZZb*Bz6d>wVJKvrjBr9)?Od8CuzhkR zLYmiOtj(0oC(b^5(YP-uEybirs&t+_9Z<$(A+-nJF+Z^`9@@5r9GV#vN>#})l+ran zKA~LAp{}nzcQ8_$|KIFss2Dz_sLFh}!Vju#K8+emgLFk#M$T$!UM^Tr7Fjd>Y+6i{ z2A=7zPoZWM6*pkjWSi*jWh3%JD(~1k(6hh$oZCsAb0e{ytf3H6#iqy6j#Zmo2zd2U zMsim(>3A;ey3TC5qBizwZsQsiZpAPkvucJTFDUXrFKRjGyLbXw-x2a{>e#w4(G zT$>GDxPWSLHfr}#f_f~xmv4D3f-lsxz3j|)=?I%LJ+6iPpAavh!%;|DwTr~a<9KoR z)kz#VmlH09)VZvi=K`*juPg~k_MWW w{fKCB%)okqffw>3Q@t2hW7@m_M`dbwEvsoKGq5nPrt5uQhhsaN4sFf(H-2SW9RL6T diff --git a/readme_generator/translations/pl/LC_MESSAGES/messages.po b/readme_generator/translations/pl/LC_MESSAGES/messages.po deleted file mode 100644 index 48c741a4..00000000 --- a/readme_generator/translations/pl/LC_MESSAGES/messages.po +++ /dev/null @@ -1,238 +0,0 @@ -# Translations template for PROJECT. -# Copyright (C) 2024 ORGANIZATION -# This file is distributed under the same license as the PROJECT project. -# FIRST AUTHOR , 2024. -# -msgid "" -msgstr "" -"Project-Id-Version: PROJECT VERSION\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-31 19:33+0200\n" -"PO-Revision-Date: 2024-11-17 14:54+0000\n" -"Last-Translator: Eryk Michalak \n" -"Language-Team: Polish \n" -"Language: pl\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 5.4.3\n" -"Generated-By: Babel 2.14.0\n" - -#: templates/ALL_README.md.j2:11 -#, python-format -msgid "Read the README in %(language)s" -msgstr "Przeczytaj README w języku %(language)s" - -#: templates/README.md.j2:2 -msgid "Packaging an app, starting from this example" -msgstr "Pakowanie aplikacji, zaczynając od tego przykładu" - -#: templates/README.md.j2:4 -msgid "" -"Copy this app before working on it, using the ['Use this template'](https://" -"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " -"the Github repo" -msgstr "" -"Skopiuj tę aplikację zanim rozpoczniesz nad nią pracę używając przycisku " -"['Użyj tego szablonu'](https://github.com/new?" -"template_name=example_ynh&template_owner=YunoHost) na GitHubie" - -#: templates/README.md.j2:5 -msgid "Edit the `manifest.toml` with app specific info" -msgstr "Edytuj `manifest.toml` z informacjami o danej aplikacji" - -#: templates/README.md.j2:6 -msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " -"any relevant conf files in `conf/`" -msgstr "" -"Edytuj skrypty `install`, `upgrade`, `remove`, `backup` i `restore` i inne " -"powiązane pliki w `conf/`" - -#: templates/README.md.j2:7 -msgid "" -"Using the [script helpers documentation](https://yunohost.org/" -"packaging_apps_helpers)" -msgstr "" -"Używa [dokumentacji do skryptów pomocniczych](https://yunohost.org/" -"packaging_apps_helpers)" - -#: templates/README.md.j2:8 -msgid "" -"Edit the `change_url` and `config` scripts too, or remove them if you have " -"no use of them" -msgstr "" -"Edytuj również skrypty `change_url` i `config` lub usuń je, jeśli nie są Ci " -"potrzebne" - -#: templates/README.md.j2:9 -msgid "Add a `LICENSE` file for the package." -msgstr "Dodaj plik `LICENSE` dla paczki." - -#: templates/README.md.j2:10 -msgid "" -"NB: this `LICENSE` file is not meant to necessarily be the same LICENSE as " -"the upstream app - it is only the LICENSE you want this package's code to " -"published with and you can choose it freely! (If you don't know which to " -"choose, we recommend [the AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt))" -msgstr "" -"UWAGA: plik `LICENSE` niekoniecznie musi być tą samą LICENCJĄ, co aplikacja " -"źródłowa — jest to po prostu LICENCJA, z którą chcesz opublikować kod tego " -"pakietu, i możesz ją wybrać swobodnie! (Jeśli nie wiesz, którą wybrać, " -"zalecamy [AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt))" - -#: templates/README.md.j2:11 -msgid "" -"Edit files under the `doc/` directory ([see the page about documenting " -"packages](https://yunohost.org/packaging_app_doc))" -msgstr "" -"Edytuj pliki w katalogu `doc/` ([zobacz stronę o dokumentowaniu " -"pakietów](https://yunohost.org/packaging_app_doc))" - -#: templates/README.md.j2:12 -msgid "" -"The `README.md` files are to be automatically generated by " -msgstr "" -"Pliki `README.md` są automatycznie generowane przez " - -#: templates/README.md.j2:18 -msgid "" -"N.B.: This README was automatically generated by \n" -"It shall NOT be edited by hand." -msgstr "" -"To README zostało automatycznie wygenerowane przez \n" -"Nie powinno być ono edytowane ręcznie." - -#: templates/README.md.j2:22 -#, python-format -msgid "%(application_name)s for YunoHost" -msgstr "%(application_name)s dla YunoHost" - -#: templates/README.md.j2:24 -msgid "Integration level" -msgstr "Poziom integracji" - -#: templates/README.md.j2:24 -msgid "Working status" -msgstr "Status działania" - -#: templates/README.md.j2:24 -msgid "Maintenance status" -msgstr "Status utrzymania" - -#: templates/README.md.j2:26 -#, python-format -msgid "Install %(application_name)s with YunoHost" -msgstr "Zainstaluj %(application_name)s z YunoHost" - -#: templates/README.md.j2:28 -msgid "Read this README in other languages." -msgstr "Przeczytaj plik README w innym języku." - -#: templates/README.md.j2:30 -#, python-format -msgid "" -"This package allows you to install %(application_name)s quickly and simply " -"on a YunoHost server." -msgstr "" -"Ta aplikacja pozwala na szybką i prostą instalację %(application_name)s na " -"serwerze YunoHost." - -#: templates/README.md.j2:31 -msgid "" -"If you don't have YunoHost, please consult [the guide](https://yunohost.org/" -"install) to learn how to install it." -msgstr "" -"Jeżeli nie masz YunoHost zapoznaj się z [poradnikiem](https://yunohost.org/" -"install) instalacji." - -#: templates/README.md.j2:33 -msgid "Overview" -msgstr "Przegląd" - -#: templates/README.md.j2:37 -msgid "Shipped version:" -msgstr "Dostarczona wersja:" - -#: templates/README.md.j2:41 -msgid "Demo:" -msgstr "Demo:" - -#: templates/README.md.j2:45 -msgid "Screenshots" -msgstr "Zrzuty ekranu" - -#: templates/README.md.j2:48 -#, python-format -msgid "Screenshot of %(application_name)s" -msgstr "Zrzut ekranu z %(application_name)s" - -#: templates/README.md.j2:53 -msgid "Disclaimers / important information" -msgstr "Zastrzeżenia / ważne informacje" - -#: templates/README.md.j2:59 -msgid "Antifeatures" -msgstr "Niepożądane funkcje" - -#: templates/README.md.j2:66 -msgid "Documentation and resources" -msgstr "Dokumentacja i zasoby" - -#: templates/README.md.j2:68 -msgid "Official app website:" -msgstr "Oficjalna strona aplikacji:" - -#: templates/README.md.j2:70 -msgid "Official user documentation:" -msgstr "Oficjalna dokumentacja:" - -#: templates/README.md.j2:72 -msgid "Official admin documentation:" -msgstr "Oficjalna dokumentacja dla administratora:" - -#: templates/README.md.j2:74 -msgid "Upstream app code repository:" -msgstr "Repozytorium z kodem źródłowym:" - -#: templates/README.md.j2:76 -msgid "YunoHost Store:" -msgstr "Sklep YunoHost:" - -#: templates/README.md.j2:77 -msgid "Report a bug:" -msgstr "Zgłaszanie błędów:" - -#: templates/README.md.j2:79 -msgid "Developer info" -msgstr "Informacje od twórców" - -#: templates/README.md.j2:81 -#, python-format -msgid "" -"Please send your pull request to the [`testing` branch]" -"(%(testing_branch_url)s)." -msgstr "" -"Wyślij swój pull request do [gałęzi `testing`](%(testing_branch_url)s)." - -#: templates/README.md.j2:83 -msgid "To try the `testing` branch, please proceed like that:" -msgstr "Aby wypróbować gałąź `testing` postępuj zgodnie z instrukcjami:" - -#: templates/README.md.j2:87 -msgid "or" -msgstr "lub" - -#: templates/README.md.j2:91 -msgid "More info regarding app packaging:" -msgstr "Więcej informacji o tworzeniu paczek aplikacji:" - -#~ msgid "Edit `doc/DISCLAIMER*.md`" -#~ msgstr "Edytuj `doc/DISCLAIMER*.md`" diff --git a/readme_generator/translations/pt/LC_MESSAGES/messages.mo b/readme_generator/translations/pt/LC_MESSAGES/messages.mo deleted file mode 100644 index bde94003a4eacdb1bb15064c3de87d8e3ac775cb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 474 zcmY*V%TB{E5G;aIj+{B{fddGfP##ioA0m*HMoQYK51`!KW=VrmJF*=_KZHA9#<$>5 zO2tSc+v{2HjKB8xK57O#h6jd+hP#HRh7}rypXTz~td-^uu@tX3*Ca^D14@+%P9YXj zmuZO#;b>ZN(GyA^TSF{NokS|l5^`Inii`yXD;|&`zGYP>@t8&mQ{NquXh1v{dIK5- zC(nbvZ-q>0GM0?1oM|B`bSGg5eK+!<=xusAu2kK4hiQI4eQFz3e`5}ZW`_jI!YTtWgkZAw_ diff --git a/readme_generator/translations/pt/LC_MESSAGES/messages.po b/readme_generator/translations/pt/LC_MESSAGES/messages.po deleted file mode 100644 index 7e89f853..00000000 --- a/readme_generator/translations/pt/LC_MESSAGES/messages.po +++ /dev/null @@ -1,225 +0,0 @@ -# Translations template for PROJECT. -# Copyright (C) 2024 ORGANIZATION -# This file is distributed under the same license as the PROJECT project. -# FIRST AUTHOR , 2024. -# -msgid "" -msgstr "" -"Project-Id-Version: PROJECT VERSION\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-31 19:33+0200\n" -"PO-Revision-Date: 2024-11-16 09:10+0000\n" -"Last-Translator: Éric Gaspar \n" -"Language-Team: Portuguese \n" -"Language: pt\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 5.4.3\n" -"Generated-By: Babel 2.14.0\n" - -#: templates/ALL_README.md.j2:11 -#, fuzzy, python-format -msgid "Read the README in %(language)s" -msgstr "Leia o README em %(language)s" - -#: templates/README.md.j2:2 -#, fuzzy -msgid "Packaging an app, starting from this example" -msgstr "Acondicionamento de uma aplicação, começando com este exemplo" - -#: templates/README.md.j2:4 -#, fuzzy -msgid "" -"Copy this app before working on it, using the ['Use this template'](https://" -"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " -"the Github repo" -msgstr "" -"Copie esta aplicação antes de trabalhar nela, utilizando o botão ['Use this " -"template'](https://github.com/" -"new?template_name=example_ynh&template_owner=YunoHost) no repositório do " -"GitHub" - -#: templates/README.md.j2:5 -#, fuzzy -msgid "Edit the `manifest.toml` with app specific info" -msgstr "Edite o `manifest.toml` com informações específicas da aplicação" - -#: templates/README.md.j2:6 -#, fuzzy -msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " -"any relevant conf files in `conf/`" -msgstr "" -"Edite os scripts `install`, `upgrade`, `remove`, `backup` e `restore` e " -"quaisquer ficheiros conf relevantes em `conf/`" - -#: templates/README.md.j2:7 -#, fuzzy -msgid "" -"Using the [script helpers documentation](https://yunohost.org/" -"packaging_apps_helpers)" -msgstr "" -"Utilizando a [documentação dos auxiliares de script](https://yunohost.org/" -"packaging_apps_helpers)" - -#: templates/README.md.j2:8 -#, fuzzy -msgid "" -"Edit the `change_url` and `config` scripts too, or remove them if you have " -"no use of them" -msgstr "" -"Edite também os scripts `change_url` e `config` ou remova-os se não os " -"utilizar" - -#: templates/README.md.j2:9 -msgid "Add a `LICENSE` file for the package." -msgstr "" - -#: templates/README.md.j2:10 -msgid "" -"NB: this `LICENSE` file is not meant to necessarily be the same LICENSE as " -"the upstream app - it is only the LICENSE you want this package's code to " -"published with and you can choose it freely! (If you don't know which to " -"choose, we recommend [the AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt))" -msgstr "" - -#: templates/README.md.j2:11 -msgid "" -"Edit files under the `doc/` directory ([see the page about documenting " -"packages](https://yunohost.org/packaging_app_doc))" -msgstr "" - -#: templates/README.md.j2:12 -msgid "" -"The `README.md` files are to be automatically generated by " -msgstr "" - -#: templates/README.md.j2:18 -msgid "" -"N.B.: This README was automatically generated by \n" -"It shall NOT be edited by hand." -msgstr "" - -#: templates/README.md.j2:22 -#, python-format -msgid "%(application_name)s for YunoHost" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Integration level" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Working status" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Maintenance status" -msgstr "" - -#: templates/README.md.j2:26 -#, python-format -msgid "Install %(application_name)s with YunoHost" -msgstr "" - -#: templates/README.md.j2:28 -msgid "Read this README in other languages." -msgstr "" - -#: templates/README.md.j2:30 -#, python-format -msgid "" -"This package allows you to install %(application_name)s quickly and simply " -"on a YunoHost server." -msgstr "" - -#: templates/README.md.j2:31 -msgid "" -"If you don't have YunoHost, please consult [the guide](https://yunohost.org/" -"install) to learn how to install it." -msgstr "" - -#: templates/README.md.j2:33 -msgid "Overview" -msgstr "" - -#: templates/README.md.j2:37 -msgid "Shipped version:" -msgstr "" - -#: templates/README.md.j2:41 -msgid "Demo:" -msgstr "" - -#: templates/README.md.j2:45 -msgid "Screenshots" -msgstr "" - -#: templates/README.md.j2:48 -#, python-format -msgid "Screenshot of %(application_name)s" -msgstr "" - -#: templates/README.md.j2:53 -msgid "Disclaimers / important information" -msgstr "" - -#: templates/README.md.j2:59 -msgid "Antifeatures" -msgstr "" - -#: templates/README.md.j2:66 -msgid "Documentation and resources" -msgstr "" - -#: templates/README.md.j2:68 -msgid "Official app website:" -msgstr "" - -#: templates/README.md.j2:70 -msgid "Official user documentation:" -msgstr "" - -#: templates/README.md.j2:72 -msgid "Official admin documentation:" -msgstr "" - -#: templates/README.md.j2:74 -msgid "Upstream app code repository:" -msgstr "" - -#: templates/README.md.j2:76 -msgid "YunoHost Store:" -msgstr "" - -#: templates/README.md.j2:77 -msgid "Report a bug:" -msgstr "" - -#: templates/README.md.j2:79 -msgid "Developer info" -msgstr "" - -#: templates/README.md.j2:81 -#, python-format -msgid "" -"Please send your pull request to the [`testing` branch]" -"(%(testing_branch_url)s)." -msgstr "" - -#: templates/README.md.j2:83 -msgid "To try the `testing` branch, please proceed like that:" -msgstr "" - -#: templates/README.md.j2:87 -msgid "or" -msgstr "" - -#: templates/README.md.j2:91 -msgid "More info regarding app packaging:" -msgstr "" diff --git a/readme_generator/translations/pt_BR/LC_MESSAGES/messages.mo b/readme_generator/translations/pt_BR/LC_MESSAGES/messages.mo deleted file mode 100644 index 1291c6dbd6ef0dd56e29101cf493580c019e5761..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 435 zcmYk2&q~8U5XLKb%F(ljJ$O*+)Fc)uTPh~as*$D%X(;GLw#ha|(%rDT5&Hl>g0JVZ zxba^d7?^MNV}2j|aj^g1Gqq>>(DYF!{?)0O-^?R)yF`j-mTL$LSTd<9!7)nG_>N37 zv?S>wjOSL$8X+}As;mm|+fqR$Fd~r`&aS*5NXcShC2~nBk zWM5!+)VCemHbzLTOxi8Z52LnbL#HPu35A6! z^%j+kGifk|G4isdr2#hj(NF(0WQ=Yw;({|Psar{FxE6Aw%&Pg4YT}O3_c%G`=n^?6 zV=D?Hvik{VU|UncHRC4BwlNINUiDd1(~6H#{zRo>deZ7OjCQ^*^O{K@JQqd9ON>UV XN?SL-iNW7u, 2024. -# -msgid "" -msgstr "" -"Project-Id-Version: PROJECT VERSION\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-31 19:33+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" -"Language: pt_BR\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.14.0\n" - -#: templates/ALL_README.md.j2:11 -#, python-format -msgid "Read the README in %(language)s" -msgstr "" - -#: templates/README.md.j2:2 -msgid "Packaging an app, starting from this example" -msgstr "" - -#: templates/README.md.j2:4 -msgid "" -"Copy this app before working on it, using the ['Use this template'](https://" -"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " -"the Github repo" -msgstr "" - -#: templates/README.md.j2:5 -msgid "Edit the `manifest.toml` with app specific info" -msgstr "" - -#: templates/README.md.j2:6 -msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " -"any relevant conf files in `conf/`" -msgstr "" - -#: templates/README.md.j2:7 -msgid "" -"Using the [script helpers documentation](https://yunohost.org/" -"packaging_apps_helpers)" -msgstr "" - -#: templates/README.md.j2:8 -msgid "" -"Edit the `change_url` and `config` scripts too, or remove them if you have " -"no use of them" -msgstr "" - -#: templates/README.md.j2:9 -msgid "Add a `LICENSE` file for the package." -msgstr "" - -#: templates/README.md.j2:10 -msgid "" -"NB: this `LICENSE` file is not meant to necessarily be the same LICENSE as " -"the upstream app - it is only the LICENSE you want this package's code to " -"published with and you can choose it freely! (If you don't know which to " -"choose, we recommend [the AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt))" -msgstr "" - -#: templates/README.md.j2:11 -msgid "" -"Edit files under the `doc/` directory ([see the page about documenting " -"packages](https://yunohost.org/packaging_app_doc))" -msgstr "" - -#: templates/README.md.j2:12 -msgid "" -"The `README.md` files are to be automatically generated by " -msgstr "" - -#: templates/README.md.j2:18 -msgid "" -"N.B.: This README was automatically generated by \n" -"It shall NOT be edited by hand." -msgstr "" - -#: templates/README.md.j2:22 -#, python-format -msgid "%(application_name)s for YunoHost" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Integration level" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Working status" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Maintenance status" -msgstr "" - -#: templates/README.md.j2:26 -#, python-format -msgid "Install %(application_name)s with YunoHost" -msgstr "" - -#: templates/README.md.j2:28 -msgid "Read this README in other languages." -msgstr "" - -#: templates/README.md.j2:30 -#, python-format -msgid "" -"This package allows you to install %(application_name)s quickly and simply " -"on a YunoHost server." -msgstr "" - -#: templates/README.md.j2:31 -msgid "" -"If you don't have YunoHost, please consult [the guide](https://yunohost.org/" -"install) to learn how to install it." -msgstr "" - -#: templates/README.md.j2:33 -msgid "Overview" -msgstr "" - -#: templates/README.md.j2:37 -msgid "Shipped version:" -msgstr "" - -#: templates/README.md.j2:41 -msgid "Demo:" -msgstr "" - -#: templates/README.md.j2:45 -msgid "Screenshots" -msgstr "" - -#: templates/README.md.j2:48 -#, python-format -msgid "Screenshot of %(application_name)s" -msgstr "" - -#: templates/README.md.j2:53 -msgid "Disclaimers / important information" -msgstr "" - -#: templates/README.md.j2:59 -msgid "Antifeatures" -msgstr "" - -#: templates/README.md.j2:66 -msgid "Documentation and resources" -msgstr "" - -#: templates/README.md.j2:68 -msgid "Official app website:" -msgstr "" - -#: templates/README.md.j2:70 -msgid "Official user documentation:" -msgstr "" - -#: templates/README.md.j2:72 -msgid "Official admin documentation:" -msgstr "" - -#: templates/README.md.j2:74 -msgid "Upstream app code repository:" -msgstr "" - -#: templates/README.md.j2:76 -msgid "YunoHost Store:" -msgstr "" - -#: templates/README.md.j2:77 -msgid "Report a bug:" -msgstr "" - -#: templates/README.md.j2:79 -msgid "Developer info" -msgstr "" - -#: templates/README.md.j2:81 -#, python-format -msgid "" -"Please send your pull request to the [`testing` branch]" -"(%(testing_branch_url)s)." -msgstr "" - -#: templates/README.md.j2:83 -msgid "To try the `testing` branch, please proceed like that:" -msgstr "" - -#: templates/README.md.j2:87 -msgid "or" -msgstr "" - -#: templates/README.md.j2:91 -msgid "More info regarding app packaging:" -msgstr "" diff --git a/readme_generator/translations/ru/LC_MESSAGES/messages.mo b/readme_generator/translations/ru/LC_MESSAGES/messages.mo deleted file mode 100644 index 009778e98f83134287332547582186a725082e2e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 7218 zcmcJT`)?dq6~`~Mw2jL%ylH`3Ac@_0cax@%XdAb68@II-Cn0et!7bkL?s#{|?#y-` z*;wiidGx8IO({)5&=yLN!Y?4li5ur(R|p9ten2xq^vC>w=s$pjR0)3IbMDNp*N)Q` zL^s*}?#$eK?m6G{J?Gx_<<-}oP`rA1-^}~bk0^Bq`07Xb;MKfFsawFu!8PEIz>kCH z!BgNLz>k6MwMu;w48d=LN5GrFQ{WW%dvGr}z+eyjF<1bvzm7G)yTDt)UxS|k{{pTC z-vPe?z6-tr-gLcE>+x|0{3_R%Z&2#<;J-offAuP*_^JwEKe!p(3EJS-!8gHgfp3GK z0RIJw{Z&0m-3a!Bp9VLB2f<;m1pW!U6I{173;B`FT4t{~_Jxmt+b+8DY1aAc|gMS29;nb^O0?vajBz+(3hos+u zM?uNk$Y(SD!5r78K=Jdh;NQUYpHu2B*8L=;jd1;E7T*Hij8ntlUXW1LN$^qdx8OeT z#xF4!Y=QTICqc>c-@!b1!hSHGCrk^OAha8c476l3a;S zMbqt<J+zt3^2+HQlKNZf>l|yRPoA%lCC(uT@F2eO81ThwgfE{ zR&8xfcu}YsWXuXP8MDD66H{cQMn>|UUoE7M88{Bb<4o-9OIJ3lm1~w;wZ|jBUNYX5 z%APyvR7*N2`%W_qbm)2gnk@S;u;2L6(9Wcu@*-WcxZ!#v$kyJZxY+2j?6^T_)$65x zU5c7j->TU1H8msOCJ;o_%vOaIg0(x#_8Vs`cZzlE_I_bi9Lv~pTy6X;l)BbyST4FE z=+J8rOpELpQ3XxA>`Xf4G-t!9>lM#k7p4KU)8DVrheaqX6h!q%L|8r(WEq+1pR7C{Wg%Oqt=S8b$E{Z#bCl-{yJ z3AMc{U_2;EicW!Q6ViX*Um2RAVzSqSJhI_oQ%Sma*R4DiZonCNqGtuf@e zOp>SV!J^ZaF)S-*rLry{$rVg{x*1K>ouG!FsbDBjnNqe~U9Nc^a*!G&`ufx@x_60s z_PJ!cRddQUF_ez(*DagG(1R%YN-CkjhjwnuZCcb&tJTU^-N+Ot{nT~?J1AJyW<9ql zzabwU2r1AVlPK1)>Kc+!d%N6?Hi}(ONqozm2q3!aF7@bNF=fB)?|1B$+G+Z*QH?9q z^^36lP;N~6UL(y=)-Bb}v?2nD1zLRQBEP=O|hVq4Q&rv*jyw!WbKoK!6i@L0sx?LmPUkxt82GZ9sbYIm9J zxIqmG(S%kiv#ue5+Ff&+P0|e?0fkmnql8dOSIajl>8?e!P-Vo2{yyxw!GT3(YU;;p z1xAA`-)8E}Kfg?!#9aht=7SH8LQ|yc#7>Y$TGa<*Dj4y{7M#ZD^@G z`=sQou&DNQ7nrFR*$UAbyAn?qcja`e&^5cx))*{R-lFWUz9|Lc+0;JuNVfH7&92>q z^lsT5ipulVPT%_hJ7aFRlKW1ULcJ>r0*8w2ZIAEkNi~ui393#dcYjn3a-&{R_w3w} z+hy-}B=fngw7;U>J2bc}H?kwQbx=RNqc}3W{(C#N5A|%L)#XM}bHE|P^NaeyJ=?bF z?Su5vEkh%N!`to~+`4tw(C*#$Ff>(fZj@$J?D*2@sbOZt&M##kjUy&5Ps2 zn@QWx4Y{P0qAlvp6HeH(vmW_YJ@=sJH-e&eo8~eY*mO6$qC6RJ*KFJ{FtAatU908m zhFb%(o{ujiPseldoQmII!~!Gdl7l=rZ_LGSB?ozWkq2+a zvy7f&4aUrJdp16+Wl(&nUo({jGHRfX2vwb%tRSBmmFgD0zn*$&m~6) zg_-ka*$c^$5B+p2?#Q9`;binY9U1? znT&N-ofDpClSA-_f5}l5zYf_ZA(91x=}uu=5y?>&6_s)A^C`o)Rf7{o#Ngl49co zHjQW`xASJ+X7Ha-(CSp^4OF=Sv}s4TAwQhCk_V(n6jw z1#&^k=MWr;gVOf97W_Z`YKmWv=XLyAd_vPMUypwlzY?E_Uo%b4lx^10;DsI|NrO$A z=8Wu9csbAK3nXx*5ZhJKy&akw7nvMKBj{QS0Y(diE&YcQ)6#@G!bwXB4lW8w@URe{ zmkutCfnAk!Eax2mav9OGN2VJdWvWdNdfJdF`_6IJkg_;yidaTs$yk@3Bqh(itQAXL zvwO+_krRmX$?;Uh(gH9dU5-NK0#SF%WIC^VO+KX^rVY>VV5-Cf(g|1S6n2loi>zs? zL|W&f+b`fYZ75BVEN%9v_$+0|=Bda2m*0DIC_0!qj7W<(MigdmT)x|Mwm}XStV_i) zE8`<0a2mm1VU2jwq{XLm@W?5N5?Cp7D@}eMS2{-;s4yCZ2F__>i8gvpvZ~^rv!*$N z;cs`%uB;yz76RlbkrF}MNh>!?EjAFUDamP!%OyRdv&B&j$+OxhJd=zuD77qO+MS5* zKGs$;y}R?{=skYGnza_hGw4p`(e5O8y7b3vd+ef$mp31of^aBh;*vdB%932svXiH% zYMLkiPAAWq<=~17J_vOVYT*---w+MR$wiK!&zrM>l!5rd&--P6uw5K(T3gp}Nm1IV zrOL^lh#5De*9gy02XUHlOF~Q$Qnx4J-aoR^};KT2-ueWQJQc1t0dj%bFzjsDk&xgbd?7= z`UNwjEW1zl)W7MIBDt$H^DM|E8)$m|$BRyxL*a4iX64pI^JHKexSXb+GwPHh2;6s_ v6NQbdoM}3L$&^1>cl~W3Ug0Pq+d%rWgC7E~a&d+?QM0kNvjZLG9IXBWN^rTk diff --git a/readme_generator/translations/ru/LC_MESSAGES/messages.po b/readme_generator/translations/ru/LC_MESSAGES/messages.po deleted file mode 100644 index 47bf759f..00000000 --- a/readme_generator/translations/ru/LC_MESSAGES/messages.po +++ /dev/null @@ -1,236 +0,0 @@ -# Translations template for PROJECT. -# Copyright (C) 2024 ORGANIZATION -# This file is distributed under the same license as the PROJECT project. -# FIRST AUTHOR , 2024. -# -msgid "" -msgstr "" -"Project-Id-Version: PROJECT VERSION\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-31 19:33+0200\n" -"PO-Revision-Date: 2024-08-07 06:55+0000\n" -"Last-Translator: Ivan Davydov \n" -"Language-Team: Russian \n" -"Language: ru\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 5.4.3\n" -"Generated-By: Babel 2.14.0\n" - -#: templates/ALL_README.md.j2:11 -#, python-format -msgid "Read the README in %(language)s" -msgstr "Прочитать README на %(language)s" - -#: templates/README.md.j2:2 -msgid "Packaging an app, starting from this example" -msgstr "Пакетирование приложения, начиная с этого примера" - -#: templates/README.md.j2:4 -msgid "" -"Copy this app before working on it, using the ['Use this template'](https://" -"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " -"the Github repo" -msgstr "" -"Скопируйте приложение перед тем, как работать над ним, используя кнопку " -"['Use this template'](https://github.com/new?" -"template_name=example_ynh&template_owner=YunoHost) на GitHub-репозитории" - -#: templates/README.md.j2:5 -msgid "Edit the `manifest.toml` with app specific info" -msgstr "Отредактируйте `manifest.toml`, добавив данные приложения" - -#: templates/README.md.j2:6 -msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " -"any relevant conf files in `conf/`" -msgstr "" -"Отредактируйте скрипты `install`, `upgrade`, `remove`, `backup` and " -"`restore`, и добавьте необходимые файлы конфигурации в `conf/`" - -#: templates/README.md.j2:7 -msgid "" -"Using the [script helpers documentation](https://yunohost.org/" -"packaging_apps_helpers)" -msgstr "" -"Используя [документацию по помощникам скриптов](https://yunohost.org/" -"packaging_apps_helpers)" - -#: templates/README.md.j2:8 -msgid "" -"Edit the `change_url` and `config` scripts too, or remove them if you have " -"no use of them" -msgstr "" -"Также отредактируйте скрипты `change_url` and `config`, или удалите их, если " -"Вы их не используете" - -#: templates/README.md.j2:9 -msgid "Add a `LICENSE` file for the package." -msgstr "Добавьте файл `LICENSE` в пакет." - -#: templates/README.md.j2:10 -msgid "" -"NB: this `LICENSE` file is not meant to necessarily be the same LICENSE as " -"the upstream app - it is only the LICENSE you want this package's code to " -"published with and you can choose it freely! (If you don't know which to " -"choose, we recommend [the AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt))" -msgstr "" -"Важно: этот файл `LICENSE` не обязан быть таким же, как и в главной ветке " -"приложения - это только лицензия, под которой Вы хотите распространять код " -"данного пакета. (если Вы не знаете, какую выбрать лицензию, мы рекомендуем " -"[AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt))" - -#: templates/README.md.j2:11 -msgid "" -"Edit files under the `doc/` directory ([see the page about documenting " -"packages](https://yunohost.org/packaging_app_doc))" -msgstr "" -"Отредактируйте файлы в директории `doc/` ([смотрите страницу о " -"документировании пакетов](https://yunohost.org/packaging_app_doc))" - -#: templates/README.md.j2:12 -msgid "" -"The `README.md` files are to be automatically generated by " -msgstr "" -"Файлы `README.md` автоматически генерируются " - -#: templates/README.md.j2:18 -msgid "" -"N.B.: This README was automatically generated by \n" -"It shall NOT be edited by hand." -msgstr "" -"Важно: этот README был автоматически сгенерирован \n" -"Он НЕ ДОЛЖЕН редактироваться вручную." - -#: templates/README.md.j2:22 -#, python-format -msgid "%(application_name)s for YunoHost" -msgstr "%(application_name)s для YunoHost" - -#: templates/README.md.j2:24 -msgid "Integration level" -msgstr "Уровень интеграции" - -#: templates/README.md.j2:24 -msgid "Working status" -msgstr "Состояние работы" - -#: templates/README.md.j2:24 -msgid "Maintenance status" -msgstr "Состояние сопровождения" - -#: templates/README.md.j2:26 -#, python-format -msgid "Install %(application_name)s with YunoHost" -msgstr "Установите %(application_name)s с YunoHost" - -#: templates/README.md.j2:28 -msgid "Read this README in other languages." -msgstr "Прочтите этот README на других языках." - -#: templates/README.md.j2:30 -#, python-format -msgid "" -"This package allows you to install %(application_name)s quickly and simply " -"on a YunoHost server." -msgstr "" -"Этот пакет позволяет Вам установить %(application_name)s быстро и просто на " -"YunoHost-сервер." - -#: templates/README.md.j2:31 -msgid "" -"If you don't have YunoHost, please consult [the guide](https://yunohost.org/" -"install) to learn how to install it." -msgstr "" -"Если у Вас нет YunoHost, пожалуйста, посмотрите [инструкцию](https://" -"yunohost.org/install), чтобы узнать, как установить его." - -#: templates/README.md.j2:33 -msgid "Overview" -msgstr "Обзор" - -#: templates/README.md.j2:37 -msgid "Shipped version:" -msgstr "Поставляемая версия:" - -#: templates/README.md.j2:41 -msgid "Demo:" -msgstr "Демо-версия:" - -#: templates/README.md.j2:45 -msgid "Screenshots" -msgstr "Снимки экрана" - -#: templates/README.md.j2:48 -#, python-format -msgid "Screenshot of %(application_name)s" -msgstr "Снимок экрана %(application_name)s" - -#: templates/README.md.j2:53 -msgid "Disclaimers / important information" -msgstr "Дисклеймеры / важная информация" - -#: templates/README.md.j2:59 -msgid "Antifeatures" -msgstr "Анти-функции" - -#: templates/README.md.j2:66 -msgid "Documentation and resources" -msgstr "Документация и ресурсы" - -#: templates/README.md.j2:68 -msgid "Official app website:" -msgstr "Официальный веб-сайт приложения:" - -#: templates/README.md.j2:70 -msgid "Official user documentation:" -msgstr "Официальная документация пользователя:" - -#: templates/README.md.j2:72 -msgid "Official admin documentation:" -msgstr "Официальная документация администратора:" - -#: templates/README.md.j2:74 -msgid "Upstream app code repository:" -msgstr "Репозиторий кода главной ветки приложения:" - -#: templates/README.md.j2:76 -msgid "YunoHost Store:" -msgstr "Магазин YunoHost:" - -#: templates/README.md.j2:77 -msgid "Report a bug:" -msgstr "Сообщите об ошибке:" - -#: templates/README.md.j2:79 -msgid "Developer info" -msgstr "Информация для разработчиков" - -#: templates/README.md.j2:81 -#, python-format -msgid "" -"Please send your pull request to the [`testing` branch]" -"(%(testing_branch_url)s)." -msgstr "" -"Пришлите Ваш запрос на слияние в [ветку `testing`](%(testing_branch_url)s)." - -#: templates/README.md.j2:83 -msgid "To try the `testing` branch, please proceed like that:" -msgstr "" -"Чтобы попробовать ветку `testing`, пожалуйста, сделайте что-то вроде этого:" - -#: templates/README.md.j2:87 -msgid "or" -msgstr "или" - -#: templates/README.md.j2:91 -msgid "More info regarding app packaging:" -msgstr "Больше информации о пакетировании приложений:" diff --git a/readme_generator/translations/sk/LC_MESSAGES/messages.po b/readme_generator/translations/sk/LC_MESSAGES/messages.po deleted file mode 100644 index 7003979f..00000000 --- a/readme_generator/translations/sk/LC_MESSAGES/messages.po +++ /dev/null @@ -1,206 +0,0 @@ -# Translations template for PROJECT. -# Copyright (C) 2024 ORGANIZATION -# This file is distributed under the same license as the PROJECT project. -# FIRST AUTHOR , 2024. -# -msgid "" -msgstr "" -"Project-Id-Version: PROJECT VERSION\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-31 19:33+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" -"Language: sk\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.14.0\n" - -#: templates/ALL_README.md.j2:11 -#, python-format -msgid "Read the README in %(language)s" -msgstr "" - -#: templates/README.md.j2:2 -msgid "Packaging an app, starting from this example" -msgstr "" - -#: templates/README.md.j2:4 -msgid "" -"Copy this app before working on it, using the ['Use this template'](https://" -"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " -"the Github repo" -msgstr "" - -#: templates/README.md.j2:5 -msgid "Edit the `manifest.toml` with app specific info" -msgstr "" - -#: templates/README.md.j2:6 -msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " -"any relevant conf files in `conf/`" -msgstr "" - -#: templates/README.md.j2:7 -msgid "" -"Using the [script helpers documentation](https://yunohost.org/" -"packaging_apps_helpers)" -msgstr "" - -#: templates/README.md.j2:8 -msgid "" -"Edit the `change_url` and `config` scripts too, or remove them if you have " -"no use of them" -msgstr "" - -#: templates/README.md.j2:9 -msgid "Add a `LICENSE` file for the package." -msgstr "" - -#: templates/README.md.j2:10 -msgid "" -"NB: this `LICENSE` file is not meant to necessarily be the same LICENSE as " -"the upstream app - it is only the LICENSE you want this package's code to " -"published with and you can choose it freely! (If you don't know which to " -"choose, we recommend [the AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt))" -msgstr "" - -#: templates/README.md.j2:11 -msgid "" -"Edit files under the `doc/` directory ([see the page about documenting " -"packages](https://yunohost.org/packaging_app_doc))" -msgstr "" - -#: templates/README.md.j2:12 -msgid "" -"The `README.md` files are to be automatically generated by " -msgstr "" - -#: templates/README.md.j2:18 -msgid "" -"N.B.: This README was automatically generated by \n" -"It shall NOT be edited by hand." -msgstr "" - -#: templates/README.md.j2:22 -#, python-format -msgid "%(application_name)s for YunoHost" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Integration level" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Working status" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Maintenance status" -msgstr "" - -#: templates/README.md.j2:26 -#, python-format -msgid "Install %(application_name)s with YunoHost" -msgstr "" - -#: templates/README.md.j2:28 -msgid "Read this README in other languages." -msgstr "" - -#: templates/README.md.j2:30 -#, python-format -msgid "" -"This package allows you to install %(application_name)s quickly and simply " -"on a YunoHost server." -msgstr "" - -#: templates/README.md.j2:31 -msgid "" -"If you don't have YunoHost, please consult [the guide](https://yunohost.org/" -"install) to learn how to install it." -msgstr "" - -#: templates/README.md.j2:33 -msgid "Overview" -msgstr "" - -#: templates/README.md.j2:37 -msgid "Shipped version:" -msgstr "" - -#: templates/README.md.j2:41 -msgid "Demo:" -msgstr "" - -#: templates/README.md.j2:45 -msgid "Screenshots" -msgstr "" - -#: templates/README.md.j2:48 -#, python-format -msgid "Screenshot of %(application_name)s" -msgstr "" - -#: templates/README.md.j2:53 -msgid "Disclaimers / important information" -msgstr "" - -#: templates/README.md.j2:59 -msgid "Antifeatures" -msgstr "" - -#: templates/README.md.j2:66 -msgid "Documentation and resources" -msgstr "" - -#: templates/README.md.j2:68 -msgid "Official app website:" -msgstr "" - -#: templates/README.md.j2:70 -msgid "Official user documentation:" -msgstr "" - -#: templates/README.md.j2:72 -msgid "Official admin documentation:" -msgstr "" - -#: templates/README.md.j2:74 -msgid "Upstream app code repository:" -msgstr "" - -#: templates/README.md.j2:76 -msgid "YunoHost Store:" -msgstr "" - -#: templates/README.md.j2:77 -msgid "Report a bug:" -msgstr "" - -#: templates/README.md.j2:79 -msgid "Developer info" -msgstr "" - -#: templates/README.md.j2:81 -#, python-format -msgid "" -"Please send your pull request to the [`testing` branch]" -"(%(testing_branch_url)s)." -msgstr "" - -#: templates/README.md.j2:83 -msgid "To try the `testing` branch, please proceed like that:" -msgstr "" - -#: templates/README.md.j2:87 -msgid "or" -msgstr "" - -#: templates/README.md.j2:91 -msgid "More info regarding app packaging:" -msgstr "" diff --git a/readme_generator/translations/sl/LC_MESSAGES/messages.mo b/readme_generator/translations/sl/LC_MESSAGES/messages.mo deleted file mode 100644 index 5998c3689615772fa045209c8f13a51466c1cab7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 485 zcmYjN!AiqG5LNJ$qh}9uP*8L2t2p~ z7f7;!K0$8_8?ajaQca?Kq8cY{CyA42`#bO4b-GGgA!+;Ng0`~a&0Z`jUdlF1p1C%{ r2DP1GYpYvdITIQqIZ@M677SYB(mJ=lH)3bWpu@+a0{`4=lEuy!bY_ZT diff --git a/readme_generator/translations/sl/LC_MESSAGES/messages.po b/readme_generator/translations/sl/LC_MESSAGES/messages.po deleted file mode 100644 index dd6846e4..00000000 --- a/readme_generator/translations/sl/LC_MESSAGES/messages.po +++ /dev/null @@ -1,206 +0,0 @@ -# Translations template for PROJECT. -# Copyright (C) 2024 ORGANIZATION -# This file is distributed under the same license as the PROJECT project. -# FIRST AUTHOR , 2024. -# -msgid "" -msgstr "" -"Project-Id-Version: PROJECT VERSION\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-31 19:33+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" -"Language: sl\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.14.0\n" - -#: templates/ALL_README.md.j2:11 -#, python-format -msgid "Read the README in %(language)s" -msgstr "" - -#: templates/README.md.j2:2 -msgid "Packaging an app, starting from this example" -msgstr "" - -#: templates/README.md.j2:4 -msgid "" -"Copy this app before working on it, using the ['Use this template'](https://" -"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " -"the Github repo" -msgstr "" - -#: templates/README.md.j2:5 -msgid "Edit the `manifest.toml` with app specific info" -msgstr "" - -#: templates/README.md.j2:6 -msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " -"any relevant conf files in `conf/`" -msgstr "" - -#: templates/README.md.j2:7 -msgid "" -"Using the [script helpers documentation](https://yunohost.org/" -"packaging_apps_helpers)" -msgstr "" - -#: templates/README.md.j2:8 -msgid "" -"Edit the `change_url` and `config` scripts too, or remove them if you have " -"no use of them" -msgstr "" - -#: templates/README.md.j2:9 -msgid "Add a `LICENSE` file for the package." -msgstr "" - -#: templates/README.md.j2:10 -msgid "" -"NB: this `LICENSE` file is not meant to necessarily be the same LICENSE as " -"the upstream app - it is only the LICENSE you want this package's code to " -"published with and you can choose it freely! (If you don't know which to " -"choose, we recommend [the AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt))" -msgstr "" - -#: templates/README.md.j2:11 -msgid "" -"Edit files under the `doc/` directory ([see the page about documenting " -"packages](https://yunohost.org/packaging_app_doc))" -msgstr "" - -#: templates/README.md.j2:12 -msgid "" -"The `README.md` files are to be automatically generated by " -msgstr "" - -#: templates/README.md.j2:18 -msgid "" -"N.B.: This README was automatically generated by \n" -"It shall NOT be edited by hand." -msgstr "" - -#: templates/README.md.j2:22 -#, python-format -msgid "%(application_name)s for YunoHost" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Integration level" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Working status" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Maintenance status" -msgstr "" - -#: templates/README.md.j2:26 -#, python-format -msgid "Install %(application_name)s with YunoHost" -msgstr "" - -#: templates/README.md.j2:28 -msgid "Read this README in other languages." -msgstr "" - -#: templates/README.md.j2:30 -#, python-format -msgid "" -"This package allows you to install %(application_name)s quickly and simply " -"on a YunoHost server." -msgstr "" - -#: templates/README.md.j2:31 -msgid "" -"If you don't have YunoHost, please consult [the guide](https://yunohost.org/" -"install) to learn how to install it." -msgstr "" - -#: templates/README.md.j2:33 -msgid "Overview" -msgstr "" - -#: templates/README.md.j2:37 -msgid "Shipped version:" -msgstr "" - -#: templates/README.md.j2:41 -msgid "Demo:" -msgstr "" - -#: templates/README.md.j2:45 -msgid "Screenshots" -msgstr "" - -#: templates/README.md.j2:48 -#, python-format -msgid "Screenshot of %(application_name)s" -msgstr "" - -#: templates/README.md.j2:53 -msgid "Disclaimers / important information" -msgstr "" - -#: templates/README.md.j2:59 -msgid "Antifeatures" -msgstr "" - -#: templates/README.md.j2:66 -msgid "Documentation and resources" -msgstr "" - -#: templates/README.md.j2:68 -msgid "Official app website:" -msgstr "" - -#: templates/README.md.j2:70 -msgid "Official user documentation:" -msgstr "" - -#: templates/README.md.j2:72 -msgid "Official admin documentation:" -msgstr "" - -#: templates/README.md.j2:74 -msgid "Upstream app code repository:" -msgstr "" - -#: templates/README.md.j2:76 -msgid "YunoHost Store:" -msgstr "" - -#: templates/README.md.j2:77 -msgid "Report a bug:" -msgstr "" - -#: templates/README.md.j2:79 -msgid "Developer info" -msgstr "" - -#: templates/README.md.j2:81 -#, python-format -msgid "" -"Please send your pull request to the [`testing` branch]" -"(%(testing_branch_url)s)." -msgstr "" - -#: templates/README.md.j2:83 -msgid "To try the `testing` branch, please proceed like that:" -msgstr "" - -#: templates/README.md.j2:87 -msgid "or" -msgstr "" - -#: templates/README.md.j2:91 -msgid "More info regarding app packaging:" -msgstr "" diff --git a/readme_generator/translations/sv/LC_MESSAGES/messages.mo b/readme_generator/translations/sv/LC_MESSAGES/messages.mo deleted file mode 100644 index 20f090ff811068435dfac4d8fce7e9a28b13958d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 433 zcmYk2&q~8U5XLKb%F(lj6+9?)Y7&c-EdkSJ)kxEXG!*ov1gyb*YjE2 z_^%EO%s2ZnzmNSmI(+Y$Ixu}~`m_`O>cY%#<`KGGBE<{KHG~B$nN*eF7$s@^K&Ba5 zl5`Qqb1P+ykQyRYRs~GjQb8s#B9R}?Zu}rf$zow8aRyV#s5TcMpqgRi+U^kSD{x(8 zUt@RFw;kIyMo8JV>PSDnN8+at#Sr-DKE_ele~RbCno*@8la#BPY9TT5TP-%`eopIp zhf2noG?>B|dD+s^0M+(SK*s0>BQ7|zlDd_&hFc*w%B-3%sXTX#zDMtjqZ1D~=VL1h zBeMSoXJA`X!8PM1$*wU3&0h6oQ`3r%QT|M&V%lr<8b*6xmw3%25T1*o;w46-Ri&-F U-@Gu{VKkvDRwH-d3=N|93H5}3NB{r; diff --git a/readme_generator/translations/sv/LC_MESSAGES/messages.po b/readme_generator/translations/sv/LC_MESSAGES/messages.po deleted file mode 100644 index 00ce6fa8..00000000 --- a/readme_generator/translations/sv/LC_MESSAGES/messages.po +++ /dev/null @@ -1,206 +0,0 @@ -# Translations template for PROJECT. -# Copyright (C) 2024 ORGANIZATION -# This file is distributed under the same license as the PROJECT project. -# FIRST AUTHOR , 2024. -# -msgid "" -msgstr "" -"Project-Id-Version: PROJECT VERSION\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-31 19:33+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" -"Language: sv\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.14.0\n" - -#: templates/ALL_README.md.j2:11 -#, python-format -msgid "Read the README in %(language)s" -msgstr "" - -#: templates/README.md.j2:2 -msgid "Packaging an app, starting from this example" -msgstr "" - -#: templates/README.md.j2:4 -msgid "" -"Copy this app before working on it, using the ['Use this template'](https://" -"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " -"the Github repo" -msgstr "" - -#: templates/README.md.j2:5 -msgid "Edit the `manifest.toml` with app specific info" -msgstr "" - -#: templates/README.md.j2:6 -msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " -"any relevant conf files in `conf/`" -msgstr "" - -#: templates/README.md.j2:7 -msgid "" -"Using the [script helpers documentation](https://yunohost.org/" -"packaging_apps_helpers)" -msgstr "" - -#: templates/README.md.j2:8 -msgid "" -"Edit the `change_url` and `config` scripts too, or remove them if you have " -"no use of them" -msgstr "" - -#: templates/README.md.j2:9 -msgid "Add a `LICENSE` file for the package." -msgstr "" - -#: templates/README.md.j2:10 -msgid "" -"NB: this `LICENSE` file is not meant to necessarily be the same LICENSE as " -"the upstream app - it is only the LICENSE you want this package's code to " -"published with and you can choose it freely! (If you don't know which to " -"choose, we recommend [the AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt))" -msgstr "" - -#: templates/README.md.j2:11 -msgid "" -"Edit files under the `doc/` directory ([see the page about documenting " -"packages](https://yunohost.org/packaging_app_doc))" -msgstr "" - -#: templates/README.md.j2:12 -msgid "" -"The `README.md` files are to be automatically generated by " -msgstr "" - -#: templates/README.md.j2:18 -msgid "" -"N.B.: This README was automatically generated by \n" -"It shall NOT be edited by hand." -msgstr "" - -#: templates/README.md.j2:22 -#, python-format -msgid "%(application_name)s for YunoHost" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Integration level" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Working status" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Maintenance status" -msgstr "" - -#: templates/README.md.j2:26 -#, python-format -msgid "Install %(application_name)s with YunoHost" -msgstr "" - -#: templates/README.md.j2:28 -msgid "Read this README in other languages." -msgstr "" - -#: templates/README.md.j2:30 -#, python-format -msgid "" -"This package allows you to install %(application_name)s quickly and simply " -"on a YunoHost server." -msgstr "" - -#: templates/README.md.j2:31 -msgid "" -"If you don't have YunoHost, please consult [the guide](https://yunohost.org/" -"install) to learn how to install it." -msgstr "" - -#: templates/README.md.j2:33 -msgid "Overview" -msgstr "" - -#: templates/README.md.j2:37 -msgid "Shipped version:" -msgstr "" - -#: templates/README.md.j2:41 -msgid "Demo:" -msgstr "" - -#: templates/README.md.j2:45 -msgid "Screenshots" -msgstr "" - -#: templates/README.md.j2:48 -#, python-format -msgid "Screenshot of %(application_name)s" -msgstr "" - -#: templates/README.md.j2:53 -msgid "Disclaimers / important information" -msgstr "" - -#: templates/README.md.j2:59 -msgid "Antifeatures" -msgstr "" - -#: templates/README.md.j2:66 -msgid "Documentation and resources" -msgstr "" - -#: templates/README.md.j2:68 -msgid "Official app website:" -msgstr "" - -#: templates/README.md.j2:70 -msgid "Official user documentation:" -msgstr "" - -#: templates/README.md.j2:72 -msgid "Official admin documentation:" -msgstr "" - -#: templates/README.md.j2:74 -msgid "Upstream app code repository:" -msgstr "" - -#: templates/README.md.j2:76 -msgid "YunoHost Store:" -msgstr "" - -#: templates/README.md.j2:77 -msgid "Report a bug:" -msgstr "" - -#: templates/README.md.j2:79 -msgid "Developer info" -msgstr "" - -#: templates/README.md.j2:81 -#, python-format -msgid "" -"Please send your pull request to the [`testing` branch]" -"(%(testing_branch_url)s)." -msgstr "" - -#: templates/README.md.j2:83 -msgid "To try the `testing` branch, please proceed like that:" -msgstr "" - -#: templates/README.md.j2:87 -msgid "or" -msgstr "" - -#: templates/README.md.j2:91 -msgid "More info regarding app packaging:" -msgstr "" diff --git a/readme_generator/translations/te/LC_MESSAGES/messages.mo b/readme_generator/translations/te/LC_MESSAGES/messages.mo deleted file mode 100644 index c2c8e7a614394a29312d9bcda5f1ba4a64d91200..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 433 zcmYk2&q~8U5XLKb%F(lj6+9?)Y7&c-EdkSJ)kxEXG!*o-j8h z>Yq9=FyHLQ{66;c=cI4|>C;a9s|z!~n@8w&i4-p^*AN!4WKvavW0a)v1DR%M zNzz3a&#ja-LTZRqSrss8O9h$0h(vxkyYYh{C5wfX#2HK_quN}6fNF-3Yr8|RufTPY zeU05w-*#-<7$Ie^RY&^qJrX~KD2BjC_c4yb{!=_B){H6*nWS9RR11lb-)gZj_j6j; zTU0X6q`?%%$jg?N2B_JefQ-=%MqF@aC3P!l4YxvWlvy=9sXTX#zDMtjqZ1D~=VL1h zBeMSoXJA`X!8PM1$+p=M-t=Wt(~6H#{!FD}+H3V1MtfhEc+Dgbo{OU5B}SuFrLDW) TyfE2fG@&b2BX{5o4Wjo2>J@)D diff --git a/readme_generator/translations/te/LC_MESSAGES/messages.po b/readme_generator/translations/te/LC_MESSAGES/messages.po deleted file mode 100644 index a854096c..00000000 --- a/readme_generator/translations/te/LC_MESSAGES/messages.po +++ /dev/null @@ -1,206 +0,0 @@ -# Translations template for PROJECT. -# Copyright (C) 2024 ORGANIZATION -# This file is distributed under the same license as the PROJECT project. -# FIRST AUTHOR , 2024. -# -msgid "" -msgstr "" -"Project-Id-Version: PROJECT VERSION\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-31 19:33+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" -"Language: te\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.14.0\n" - -#: templates/ALL_README.md.j2:11 -#, python-format -msgid "Read the README in %(language)s" -msgstr "" - -#: templates/README.md.j2:2 -msgid "Packaging an app, starting from this example" -msgstr "" - -#: templates/README.md.j2:4 -msgid "" -"Copy this app before working on it, using the ['Use this template'](https://" -"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " -"the Github repo" -msgstr "" - -#: templates/README.md.j2:5 -msgid "Edit the `manifest.toml` with app specific info" -msgstr "" - -#: templates/README.md.j2:6 -msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " -"any relevant conf files in `conf/`" -msgstr "" - -#: templates/README.md.j2:7 -msgid "" -"Using the [script helpers documentation](https://yunohost.org/" -"packaging_apps_helpers)" -msgstr "" - -#: templates/README.md.j2:8 -msgid "" -"Edit the `change_url` and `config` scripts too, or remove them if you have " -"no use of them" -msgstr "" - -#: templates/README.md.j2:9 -msgid "Add a `LICENSE` file for the package." -msgstr "" - -#: templates/README.md.j2:10 -msgid "" -"NB: this `LICENSE` file is not meant to necessarily be the same LICENSE as " -"the upstream app - it is only the LICENSE you want this package's code to " -"published with and you can choose it freely! (If you don't know which to " -"choose, we recommend [the AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt))" -msgstr "" - -#: templates/README.md.j2:11 -msgid "" -"Edit files under the `doc/` directory ([see the page about documenting " -"packages](https://yunohost.org/packaging_app_doc))" -msgstr "" - -#: templates/README.md.j2:12 -msgid "" -"The `README.md` files are to be automatically generated by " -msgstr "" - -#: templates/README.md.j2:18 -msgid "" -"N.B.: This README was automatically generated by \n" -"It shall NOT be edited by hand." -msgstr "" - -#: templates/README.md.j2:22 -#, python-format -msgid "%(application_name)s for YunoHost" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Integration level" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Working status" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Maintenance status" -msgstr "" - -#: templates/README.md.j2:26 -#, python-format -msgid "Install %(application_name)s with YunoHost" -msgstr "" - -#: templates/README.md.j2:28 -msgid "Read this README in other languages." -msgstr "" - -#: templates/README.md.j2:30 -#, python-format -msgid "" -"This package allows you to install %(application_name)s quickly and simply " -"on a YunoHost server." -msgstr "" - -#: templates/README.md.j2:31 -msgid "" -"If you don't have YunoHost, please consult [the guide](https://yunohost.org/" -"install) to learn how to install it." -msgstr "" - -#: templates/README.md.j2:33 -msgid "Overview" -msgstr "" - -#: templates/README.md.j2:37 -msgid "Shipped version:" -msgstr "" - -#: templates/README.md.j2:41 -msgid "Demo:" -msgstr "" - -#: templates/README.md.j2:45 -msgid "Screenshots" -msgstr "" - -#: templates/README.md.j2:48 -#, python-format -msgid "Screenshot of %(application_name)s" -msgstr "" - -#: templates/README.md.j2:53 -msgid "Disclaimers / important information" -msgstr "" - -#: templates/README.md.j2:59 -msgid "Antifeatures" -msgstr "" - -#: templates/README.md.j2:66 -msgid "Documentation and resources" -msgstr "" - -#: templates/README.md.j2:68 -msgid "Official app website:" -msgstr "" - -#: templates/README.md.j2:70 -msgid "Official user documentation:" -msgstr "" - -#: templates/README.md.j2:72 -msgid "Official admin documentation:" -msgstr "" - -#: templates/README.md.j2:74 -msgid "Upstream app code repository:" -msgstr "" - -#: templates/README.md.j2:76 -msgid "YunoHost Store:" -msgstr "" - -#: templates/README.md.j2:77 -msgid "Report a bug:" -msgstr "" - -#: templates/README.md.j2:79 -msgid "Developer info" -msgstr "" - -#: templates/README.md.j2:81 -#, python-format -msgid "" -"Please send your pull request to the [`testing` branch]" -"(%(testing_branch_url)s)." -msgstr "" - -#: templates/README.md.j2:83 -msgid "To try the `testing` branch, please proceed like that:" -msgstr "" - -#: templates/README.md.j2:87 -msgid "or" -msgstr "" - -#: templates/README.md.j2:91 -msgid "More info regarding app packaging:" -msgstr "" diff --git a/readme_generator/translations/tr/LC_MESSAGES/messages.mo b/readme_generator/translations/tr/LC_MESSAGES/messages.mo deleted file mode 100644 index f2d954e68591df21c0a179f272060fedfb1b1f83..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1105 zcmZuvJ#!mH7+xR*IKGAq1qH=R!H^J6B7Dq*v(2EOv#l9l?6DO>Xkc}Eb6T{wd+din z9(rmDDhhQ}G%lcW!$|%c{069Kc`mYI3U=n1XFuN0eV;$CUHM61CBW-|23`ctfOh=_ zJPrH}yafCMyaHT(LWpbN*TAj)P4M&JkHBAnb8u__3;1R5Z{VMSbD)hUpAzC#aCO1o zgWEVif?oj7FYbQ@PjLPN+~$4z%F1sOj8Nh#fG6<`@Eq_g(5^N|+Y`*hlfdKE=h|kX z&&RB7!;X}BXvM$;uAB_Y8q)2PD5S!jk)~wwL5AqXAve|qk~E4{CXPzSZ2ZIqFNPE4 zsgdPWR!mZB`>m&$jT9`x!&_^5^SW#rt;$C^zBIDt8=k(2s+{T>Ni!y|>IPdBAn8Fg zcGvnqp4~CKj<|2#RGDgB$>aB#@Tz}c_44C!E;e#XwDi;RX5E`CDS*Ty%JRRd|^ zD>Y8<#LA~bn^AJGpC0nDYTeSl44lz}ymy!u`)R*NyZc!&xcSBY-8|WoKBPk@jn@)+ zGupnlw?}t-MNXS}(Hrc2((CsR^P{7WVQQ*~&q#+X>&sd;Cm}RG>vqFM6z>IAKJ ztgE`sst?~?-*z3#am{JPhA|%N;Mu(lpHXm0F(~rOwr_RbO+K~l=uqpdK{J8B3*AOz zo*Pt7r1KoM?hUuo+n082H4oXPxhd@!|D4h7kqXIyj!x=y+q&9kWSU1uzxCb*t+rc+ z-q@mB8_DPC&bq*i?(+!$!}MY2gU, 2024. -# -msgid "" -msgstr "" -"Project-Id-Version: PROJECT VERSION\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-31 19:33+0200\n" -"PO-Revision-Date: 2024-06-20 19:43+0000\n" -"Last-Translator: Satuk Bug \n" -"Language-Team: Turkish \n" -"Language: tr\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.4.3\n" -"Generated-By: Babel 2.14.0\n" - -#: templates/ALL_README.md.j2:11 -#, python-format -msgid "Read the README in %(language)s" -msgstr "" - -#: templates/README.md.j2:2 -msgid "Packaging an app, starting from this example" -msgstr "" - -#: templates/README.md.j2:4 -#, fuzzy -msgid "" -"Copy this app before working on it, using the ['Use this template'](https://" -"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " -"the Github repo" -msgstr "" -"Bu uygulama üzerinde çalışmaya başlamadan önce, Github deposunda bulunan " -"['Bu şablonu kullan'](https://github.com/new?" -"template_name=example_ynh&template_owner=YunoHost) düğmesini kullanarak bu " -"uygulamayı kopyalayın." - -#: templates/README.md.j2:5 -msgid "Edit the `manifest.toml` with app specific info" -msgstr "" - -#: templates/README.md.j2:6 -msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " -"any relevant conf files in `conf/`" -msgstr "" - -#: templates/README.md.j2:7 -msgid "" -"Using the [script helpers documentation](https://yunohost.org/" -"packaging_apps_helpers)" -msgstr "" - -#: templates/README.md.j2:8 -msgid "" -"Edit the `change_url` and `config` scripts too, or remove them if you have " -"no use of them" -msgstr "" - -#: templates/README.md.j2:9 -msgid "Add a `LICENSE` file for the package." -msgstr "" - -#: templates/README.md.j2:10 -msgid "" -"NB: this `LICENSE` file is not meant to necessarily be the same LICENSE as " -"the upstream app - it is only the LICENSE you want this package's code to " -"published with and you can choose it freely! (If you don't know which to " -"choose, we recommend [the AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt))" -msgstr "" - -#: templates/README.md.j2:11 -msgid "" -"Edit files under the `doc/` directory ([see the page about documenting " -"packages](https://yunohost.org/packaging_app_doc))" -msgstr "" - -#: templates/README.md.j2:12 -msgid "" -"The `README.md` files are to be automatically generated by " -msgstr "" - -#: templates/README.md.j2:18 -msgid "" -"N.B.: This README was automatically generated by \n" -"It shall NOT be edited by hand." -msgstr "" - -#: templates/README.md.j2:22 -#, python-format -msgid "%(application_name)s for YunoHost" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Integration level" -msgstr "Entegrasyon seviyesi" - -#: templates/README.md.j2:24 -msgid "Working status" -msgstr "Çalışma durumu" - -#: templates/README.md.j2:24 -msgid "Maintenance status" -msgstr "Bakım durumu" - -#: templates/README.md.j2:26 -#, fuzzy, python-format -msgid "Install %(application_name)s with YunoHost" -msgstr "%(application_name)s'i YunoHost ile yükleyin" - -#: templates/README.md.j2:28 -#, fuzzy -msgid "Read this README in other languages." -msgstr "Bu README dosyasını diğer dillerde okuyun." - -#: templates/README.md.j2:30 -#, python-format -msgid "" -"This package allows you to install %(application_name)s quickly and simply " -"on a YunoHost server." -msgstr "" -"Bu paket, %(application_name)s'i YunoHost sunucusuna hızlı ve basit bir " -"şekilde yüklemenizi sağlar." - -#: templates/README.md.j2:31 -#, fuzzy -msgid "" -"If you don't have YunoHost, please consult [the guide](https://yunohost.org/" -"install) to learn how to install it." -msgstr "" -"YunoHost'a sahip değilseniz, nasıl kurulacağını öğrenmek için lütfen " -"[kılavuza](https://yunohost.org/install) başvurun." - -#: templates/README.md.j2:33 -#, fuzzy -msgid "Overview" -msgstr "Genel Bakış" - -#: templates/README.md.j2:37 -#, fuzzy -msgid "Shipped version:" -msgstr "Gönderilen sürüm:" - -#: templates/README.md.j2:41 -msgid "Demo:" -msgstr "Demo:" - -#: templates/README.md.j2:45 -msgid "Screenshots" -msgstr "Ekran Görüntüleri" - -#: templates/README.md.j2:48 -#, fuzzy, python-format -msgid "Screenshot of %(application_name)s" -msgstr "%(application_name)s'nin ekran görüntüsü" - -#: templates/README.md.j2:53 -msgid "Disclaimers / important information" -msgstr "" - -#: templates/README.md.j2:59 -msgid "Antifeatures" -msgstr "" - -#: templates/README.md.j2:66 -#, fuzzy -msgid "Documentation and resources" -msgstr "Belgeler ve kaynaklar" - -#: templates/README.md.j2:68 -#, fuzzy -msgid "Official app website:" -msgstr "Resmi uygulama web sitesi:" - -#: templates/README.md.j2:70 -#, fuzzy -msgid "Official user documentation:" -msgstr "Resmi kullanıcı belgeleri:" - -#: templates/README.md.j2:72 -#, fuzzy -msgid "Official admin documentation:" -msgstr "Resmi yönetici belgeleri:" - -#: templates/README.md.j2:74 -#, fuzzy -msgid "Upstream app code repository:" -msgstr "Upstream uygulama kod deposu:" - -#: templates/README.md.j2:76 -msgid "YunoHost Store:" -msgstr "YunoHost Mağazası:" - -#: templates/README.md.j2:77 -msgid "Report a bug:" -msgstr "Hata bildir:" - -#: templates/README.md.j2:79 -msgid "Developer info" -msgstr "Geliştirici bilgisi" - -#: templates/README.md.j2:81 -#, python-format -msgid "" -"Please send your pull request to the [`testing` branch]" -"(%(testing_branch_url)s)." -msgstr "" - -#: templates/README.md.j2:83 -msgid "To try the `testing` branch, please proceed like that:" -msgstr "" - -#: templates/README.md.j2:87 -msgid "or" -msgstr "" - -#: templates/README.md.j2:91 -msgid "More info regarding app packaging:" -msgstr "" diff --git a/readme_generator/translations/uk/LC_MESSAGES/messages.po b/readme_generator/translations/uk/LC_MESSAGES/messages.po deleted file mode 100644 index 8e281173..00000000 --- a/readme_generator/translations/uk/LC_MESSAGES/messages.po +++ /dev/null @@ -1,206 +0,0 @@ -# Translations template for PROJECT. -# Copyright (C) 2024 ORGANIZATION -# This file is distributed under the same license as the PROJECT project. -# FIRST AUTHOR , 2024. -# -msgid "" -msgstr "" -"Project-Id-Version: PROJECT VERSION\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-31 19:33+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" -"Language: uk\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.14.0\n" - -#: templates/ALL_README.md.j2:11 -#, python-format -msgid "Read the README in %(language)s" -msgstr "" - -#: templates/README.md.j2:2 -msgid "Packaging an app, starting from this example" -msgstr "" - -#: templates/README.md.j2:4 -msgid "" -"Copy this app before working on it, using the ['Use this template'](https://" -"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " -"the Github repo" -msgstr "" - -#: templates/README.md.j2:5 -msgid "Edit the `manifest.toml` with app specific info" -msgstr "" - -#: templates/README.md.j2:6 -msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " -"any relevant conf files in `conf/`" -msgstr "" - -#: templates/README.md.j2:7 -msgid "" -"Using the [script helpers documentation](https://yunohost.org/" -"packaging_apps_helpers)" -msgstr "" - -#: templates/README.md.j2:8 -msgid "" -"Edit the `change_url` and `config` scripts too, or remove them if you have " -"no use of them" -msgstr "" - -#: templates/README.md.j2:9 -msgid "Add a `LICENSE` file for the package." -msgstr "" - -#: templates/README.md.j2:10 -msgid "" -"NB: this `LICENSE` file is not meant to necessarily be the same LICENSE as " -"the upstream app - it is only the LICENSE you want this package's code to " -"published with and you can choose it freely! (If you don't know which to " -"choose, we recommend [the AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt))" -msgstr "" - -#: templates/README.md.j2:11 -msgid "" -"Edit files under the `doc/` directory ([see the page about documenting " -"packages](https://yunohost.org/packaging_app_doc))" -msgstr "" - -#: templates/README.md.j2:12 -msgid "" -"The `README.md` files are to be automatically generated by " -msgstr "" - -#: templates/README.md.j2:18 -msgid "" -"N.B.: This README was automatically generated by \n" -"It shall NOT be edited by hand." -msgstr "" - -#: templates/README.md.j2:22 -#, python-format -msgid "%(application_name)s for YunoHost" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Integration level" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Working status" -msgstr "" - -#: templates/README.md.j2:24 -msgid "Maintenance status" -msgstr "" - -#: templates/README.md.j2:26 -#, python-format -msgid "Install %(application_name)s with YunoHost" -msgstr "" - -#: templates/README.md.j2:28 -msgid "Read this README in other languages." -msgstr "" - -#: templates/README.md.j2:30 -#, python-format -msgid "" -"This package allows you to install %(application_name)s quickly and simply " -"on a YunoHost server." -msgstr "" - -#: templates/README.md.j2:31 -msgid "" -"If you don't have YunoHost, please consult [the guide](https://yunohost.org/" -"install) to learn how to install it." -msgstr "" - -#: templates/README.md.j2:33 -msgid "Overview" -msgstr "" - -#: templates/README.md.j2:37 -msgid "Shipped version:" -msgstr "" - -#: templates/README.md.j2:41 -msgid "Demo:" -msgstr "" - -#: templates/README.md.j2:45 -msgid "Screenshots" -msgstr "" - -#: templates/README.md.j2:48 -#, python-format -msgid "Screenshot of %(application_name)s" -msgstr "" - -#: templates/README.md.j2:53 -msgid "Disclaimers / important information" -msgstr "" - -#: templates/README.md.j2:59 -msgid "Antifeatures" -msgstr "" - -#: templates/README.md.j2:66 -msgid "Documentation and resources" -msgstr "" - -#: templates/README.md.j2:68 -msgid "Official app website:" -msgstr "" - -#: templates/README.md.j2:70 -msgid "Official user documentation:" -msgstr "" - -#: templates/README.md.j2:72 -msgid "Official admin documentation:" -msgstr "" - -#: templates/README.md.j2:74 -msgid "Upstream app code repository:" -msgstr "" - -#: templates/README.md.j2:76 -msgid "YunoHost Store:" -msgstr "" - -#: templates/README.md.j2:77 -msgid "Report a bug:" -msgstr "" - -#: templates/README.md.j2:79 -msgid "Developer info" -msgstr "" - -#: templates/README.md.j2:81 -#, python-format -msgid "" -"Please send your pull request to the [`testing` branch]" -"(%(testing_branch_url)s)." -msgstr "" - -#: templates/README.md.j2:83 -msgid "To try the `testing` branch, please proceed like that:" -msgstr "" - -#: templates/README.md.j2:87 -msgid "or" -msgstr "" - -#: templates/README.md.j2:91 -msgid "More info regarding app packaging:" -msgstr "" diff --git a/readme_generator/translations/zh_Hans/LC_MESSAGES/messages.mo b/readme_generator/translations/zh_Hans/LC_MESSAGES/messages.mo deleted file mode 100644 index a8f140043a468b936f29eb5c2bc0f22b88ee1719..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5551 zcmcIoU2q#$6}~{B)U*ZK^49{rrA=)$mekTIWYnhM#BS;tJ2A0CDW+qsq-$x3w5#r} zqPo1uN$mJHwj0NBVwc1uPTaJy(>8Gw|HKb4JTTKIm<~^6pxTx6z=Riu&cFre6Tsz+VGD4ODJn>`tHod=Pj5cpvZ_unYK0;Pb$(7_0)10sX*RKZ8Ah-vvGboCAIl z_*>vzKoj^a;0M47;C;6;wi!0Q1^foS-}@|MUjqIENcP`#8)Nv%{J>h^7GMid0PhDb z0v`gt3%mpPcOb2QTNPuU1J(k+0Neu102_fp;BSE60dB@1+BXE;1Iz%)?{|Tp2bw^l z?ytZl*!cmF_In$fJq-Lkkofy2@B;95Ooj<;2}tvQ1ti{n=YIbM_%gn!^9O*R0S(|g zz%9USFji1Ia5M0aKwAF}kVtqhkoKu@SDIt18Lsv_c(ss4cv?G2Z2%G2=Lp$zX87rd<2`)y4!(d z=OB>cJqd)Q*y});X>0FmK;r0Lyz~%{2#2jRiXDbBj<@u{l=8C)zrNyrk-fAxq*s0@ zR>U{iP*MA#f_M(b1cq70_zE$R<*sd66LDGWuum-bo!t*+N<~I!WnLe zL^3WJqWXoJm|-OKfZrdLjaVw=3#$pgBGTV0jj&DKDqfN>L3DH}v4_h&YFZK6){^}m z9!ePoHpL&>ZHK)c*F;if^&+7L@b^9uSCc~HveJo0Sr5l0IUzKi`?;J*s+u7whTW+p zY@S%X8crpIV%T3?QX*JSS5sOT&NoD4!zM}RDJ6ncY1d#x4f}&UB5NXSs9G1VY1aig zO%z52mqKdF;22~tOU$^;>g!B&AtEtE#HVUeztfF@9iX@a6FnYhXM4ABOj4qvBc;WI zwspayA;YQu4$6#iNceMoQx8|kUI!P|+TXiAQV zn=tEo=mAF@Q#FOh)HHp#9Z;{2H99o#4b#UqvSa{;8UjR7eqlXGjWtU$+7w9%3l27o zl+KzdLr8vLCMszWQUK*nIm`jJ)3?nR;BAyuyBq52n;UpqLV~403>FU~C|x`%AbsRd zgonELQyZjE$tph<*Zqbjgg+tahS2;_L|pf4LW(3rhr5odJzdpka6N{_`OaN!NM$Y{ zZ)bgIEaGE3w*{aP81HFRof!ikVuEm@0`5jyz-S~Spw_-f+C6cUZRCaT+m2EMRB zkcTu#HTFWyrW&`Y!)c-V;?X@mwi~LkC%M9eZ<}i3C_yRIHjiHFN2t~ZsMti~r9nC^ zLX{RrO(+!&u+}i5qv$b62t{b4G^-e*v(}iLOd{OiLr07^Az*LR3XzEXKGI|>$-XFRl}uD*VELu>2P80tvb+lI;% z*x0agwKd!&h3`gg91nGWsnxBu-g2$=zZ~m$7UuZZHwqNx4CpAm%V^(+N+&z>%tjpZpM0b?W4RhT0{NCSLV$#!)D(iHZYgQVaWBBq5Q!` zbM&y;J8UjoHG38dYg2`pA?wI+ZgrYjE93byOV?LUFmokij*JyDJ-M|Rt9yZ&J;Q}d zr_IwBt;xfy)J#RZpm_rj~f-$-{a~VYbFKKGu9j~wSGjnvvI<{Ccpz;Q3 zzB1(8%;*MLIC#REegkBfXZKq_pU!26i_;l6L@gr==EYtRWA>dY9zRod#;te%_0DMT zQ@%5nH_9!~nj-_HyCGyo@y{(U=T?vAr?Oz6*fX48op%T-Z~CE&qtlC}3Ny22PmdE) z659NUQkZOito?I^wMpx(8IW79x$vz_db>4r$Q(X)6KY*oJ-Mac!nxC+2u7Oo{e{y# z=KKLtxGU;%(m0(PCrxpx*XkS1&kdSOXIXyvk~MH9Kd@+Jx|tJs#|f+d2$G5vGIhy3 z<9b6nwBDYx4vyd#BwRXp^W$%RH1|SYICS0|n9Gl!go#ze&fuEWKS)isgvr+%3|PM& zx}nGp=du~1KYJLJ!^&pen4pA|u6Y#R(IM{TAkQ2*Z%r;BJZ5&tnx2ABm3nup!^oJK zJpdIuEQ6EsQs&jgTy~tMkDv_A!g^3q%=BA>uU%h(c>5eVV*nJLKRH|MK2lhibplu# zHe~gU<(A*D4$l>aM|u1Ie*?7BY<|+3xSF4z$&dCrscY8^yVYf2bu9n-@%2{J9;@%l z`dI7iezW&7bK>qyfk1Q1hYM@RbJ_E#Lb+>$RD{kAG78M-SmkBT?CZ707jAl)<0xIl zOt&@IZ;ni0w)N(I3MHydVPU!QQb*)E_ba!vQe`I&QWcm#P*}K7n9Jn*`%p4$MGVZE zV*_-, 2024. -# -msgid "" -msgstr "" -"Project-Id-Version: PROJECT VERSION\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-31 19:33+0200\n" -"PO-Revision-Date: 2024-05-05 15:28+0000\n" -"Last-Translator: Poesty Li \n" -"Language-Team: Chinese (Simplified) \n" -"Language: zh_Hans\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 5.3.1\n" -"Generated-By: Babel 2.14.0\n" - -#: templates/ALL_README.md.j2:11 -#, python-format -msgid "Read the README in %(language)s" -msgstr "阅读%(language)s的 README" - -#: templates/README.md.j2:2 -msgid "Packaging an app, starting from this example" -msgstr "打包应用,从这个示例开始" - -#: templates/README.md.j2:4 -msgid "" -"Copy this app before working on it, using the ['Use this template'](https://" -"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on " -"the Github repo" -msgstr "" -"使用 Github 代码库中的['使用此模板'](https://github.com/new?" -"template_name=example_ynh&template_owner=YunoHost)按钮复制此应用,然后再对其" -"进行操作" - -#: templates/README.md.j2:5 -msgid "Edit the `manifest.toml` with app specific info" -msgstr "编辑 `manifest.toml` 文件以补充应用特定信息" - -#: templates/README.md.j2:6 -msgid "" -"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and " -"any relevant conf files in `conf/`" -msgstr "" -"编辑 `install`, `upgrade`, `remove`, `backup` 和 `restore` 脚本,以及 `conf/" -"` 中的任何相关配置文件" - -#: templates/README.md.j2:7 -msgid "" -"Using the [script helpers documentation](https://yunohost.org/" -"packaging_apps_helpers)" -msgstr "使用[脚本帮助文档](https://yunohost.org/packaging_apps_helpers)" - -#: templates/README.md.j2:8 -msgid "" -"Edit the `change_url` and `config` scripts too, or remove them if you have " -"no use of them" -msgstr "同时编辑 `change_url` 和 `config` 脚本,如果不需要,可将其删除" - -#: templates/README.md.j2:9 -msgid "Add a `LICENSE` file for the package." -msgstr "为软件包添加 `LICENSE` 文件。" - -#: templates/README.md.j2:10 -msgid "" -"NB: this `LICENSE` file is not meant to necessarily be the same LICENSE as " -"the upstream app - it is only the LICENSE you want this package's code to " -"published with and you can choose it freely! (If you don't know which to " -"choose, we recommend [the AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt))" -msgstr "" -"注意:此 `LICENSE` 文件不一定与上游应用的 LICENSE 相同 - 它只是您希望此软件包" -"的代码发布时使用的 LICENSE 并且您可以自由选择!(如果您不知道该如何选择,我们" -"推荐 [AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt))" - -#: templates/README.md.j2:11 -msgid "" -"Edit files under the `doc/` directory ([see the page about documenting " -"packages](https://yunohost.org/packaging_app_doc))" -msgstr "" -"编辑 `doc/` 目录下的文件([请参阅有关文档化软件包的页面](https://yunohost." -"org/packaging_app_doc))" - -#: templates/README.md.j2:12 -msgid "" -"The `README.md` files are to be automatically generated by " -msgstr "" -"`README.md` 文件将由 自动生成" - -#: templates/README.md.j2:18 -msgid "" -"N.B.: This README was automatically generated by \n" -"It shall NOT be edited by hand." -msgstr "" -"注意:此 README 由 自动生成\n" -"请勿手动编辑。" - -#: templates/README.md.j2:22 -#, python-format -msgid "%(application_name)s for YunoHost" -msgstr "YunoHost 上的 %(application_name)s" - -#: templates/README.md.j2:24 -msgid "Integration level" -msgstr "集成程度" - -#: templates/README.md.j2:24 -msgid "Working status" -msgstr "工作状态" - -#: templates/README.md.j2:24 -msgid "Maintenance status" -msgstr "维护状态" - -#: templates/README.md.j2:26 -#, python-format -msgid "Install %(application_name)s with YunoHost" -msgstr "使用 YunoHost 安装 %(application_name)s" - -#: templates/README.md.j2:28 -msgid "Read this README in other languages." -msgstr "阅读此 README 的其它语言版本。" - -#: templates/README.md.j2:30 -#, python-format -msgid "" -"This package allows you to install %(application_name)s quickly and simply " -"on a YunoHost server." -msgstr "" -"通过此软件包,您可以在 YunoHost 服务器上快速、简单地安装 " -"%(application_name)s。" - -#: templates/README.md.j2:31 -msgid "" -"If you don't have YunoHost, please consult [the guide](https://yunohost.org/" -"install) to learn how to install it." -msgstr "" -"如果您还没有 YunoHost,请参阅[指南](https://yunohost.org/install)了解如何安装" -"它。" - -#: templates/README.md.j2:33 -msgid "Overview" -msgstr "概况" - -#: templates/README.md.j2:37 -msgid "Shipped version:" -msgstr "分发版本:" - -#: templates/README.md.j2:41 -msgid "Demo:" -msgstr "演示:" - -#: templates/README.md.j2:45 -msgid "Screenshots" -msgstr "截图" - -#: templates/README.md.j2:48 -#, python-format -msgid "Screenshot of %(application_name)s" -msgstr "%(application_name)s 的截图" - -#: templates/README.md.j2:53 -msgid "Disclaimers / important information" -msgstr "免责声明 / 重要信息" - -#: templates/README.md.j2:59 -msgid "Antifeatures" -msgstr "负面特征" - -#: templates/README.md.j2:66 -msgid "Documentation and resources" -msgstr "文档与资源" - -#: templates/README.md.j2:68 -msgid "Official app website:" -msgstr "官方应用网站:" - -#: templates/README.md.j2:70 -msgid "Official user documentation:" -msgstr "官方用户文档:" - -#: templates/README.md.j2:72 -msgid "Official admin documentation:" -msgstr "官方管理文档:" - -#: templates/README.md.j2:74 -msgid "Upstream app code repository:" -msgstr "上游应用代码库:" - -#: templates/README.md.j2:76 -msgid "YunoHost Store:" -msgstr "YunoHost 商店:" - -#: templates/README.md.j2:77 -msgid "Report a bug:" -msgstr "报告 bug:" - -#: templates/README.md.j2:79 -msgid "Developer info" -msgstr "开发者信息" - -#: templates/README.md.j2:81 -#, python-format -msgid "" -"Please send your pull request to the [`testing` branch]" -"(%(testing_branch_url)s)." -msgstr "请向 [`testing` 分支](%(testing_branch_url)s) 发送拉取请求。" - -#: templates/README.md.j2:83 -msgid "To try the `testing` branch, please proceed like that:" -msgstr "如要尝试 `testing` 分支,请这样操作:" - -#: templates/README.md.j2:87 -msgid "or" -msgstr "或" - -#: templates/README.md.j2:91 -msgid "More info regarding app packaging:" -msgstr "有关应用打包的更多信息:" From 6ad721fc59209cc1df9228f19e83db7c579ba118 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Wed, 19 Feb 2025 00:50:21 +0100 Subject: [PATCH 3/5] Update the simpler readme according to live discussions --- readme_generator/README.md.j2 | 38 +++++++++++++++++------------------ 1 file changed, 18 insertions(+), 20 deletions(-) diff --git a/readme_generator/README.md.j2 b/readme_generator/README.md.j2 index 6170d0b9..20a7c160 100644 --- a/readme_generator/README.md.j2 +++ b/readme_generator/README.md.j2 @@ -20,37 +20,35 @@ N.B.: This README was automatically generated by -
-

- + Logo of {{manifest.name}} {{ manifest.name }}, packaged for YunoHost

{{ manifest.description['en'] }} -{% if manifest.upstream.website %}[🌐 Official app website]({{ manifest.upstream.website }}){% endif %} -{% if manifest.upstream.website and manifest.upstream.demo %} | {% endif %} -{% if manifest.upstream.demo %}[Demo]({{ manifest.upstream.demo }}){% endif %} - -**Shipped version:** {{ manifest.version }} +{% if manifest.upstream.website %}[![🌐 Official app website](https://img.shields.io/badge/Official_app_website-darkgreen?style=for-the-badge)]({{manifest.upstream.website}}) +{% endif %}{% if manifest.upstream.demo %}[![App Demo](https://img.shields.io/badge/App_Demo-blue?style=for-the-badge)]({{manifest.upstream.demo}}) +{% endif %}![Version: {{ manifest.version}}](https://img.shields.io/badge/Version-{{manifest.version|replace("-", "--")}}-rgba(0,150,0,1)?style=for-the-badge) -[![Results from automatic tests](https://apps.yunohost.org/badge/integration/{{ manifest.id }})](https://ci-apps.yunohost.org/ci/apps/{{manifest.id}}/) -![Working status](https://apps.yunohost.org/badge/state/{{ manifest.id }}) -![Maintenance status](https://apps.yunohost.org/badge/maintained/{{ manifest.id }}) +[![📖 Looking for more info? Browse in YunoHost catalog](https://raw.githubusercontent.com/YunoHost/apps_tools/main/readme_generator/images/more_info.svg)](https://apps.yunohost.org/app/{{manifest.id}}) +[![📖 Found a bug? Report the issue](https://raw.githubusercontent.com/YunoHost/apps_tools/main/readme_generator/images/report_bugs.svg)](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/issues) -Looking for more info?  ➜  [↗️ Browse in YunoHost catalog](https://apps.yunohost.org/app/{{ manifest.id }}) +## 📦 Developer info -Found a bug?  ➜  [👾 Browse issues](https://github.com/YunoHost-Apps/{{ manifest.id }}_ynh/issues) and click "New issue" +🛠️ Upstream {{manifest.name}} repository: <{{manifest.upstream.code}}> -
+Pull request are welcome and should target the [`testing` branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). -## 📦 Developer info +The `testing` branch can be tested using: +``` +# fresh install: +sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing -Pull request are welcome and should target the [`testing` branch](https://github.com/YunoHost-Apps/{{ manifest.id }}_ynh/tree/testing). +# upgrade an existing install: +sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing +``` -The `testing` branch can be tried using: -- fresh install: `sudo yunohost app install https://github.com/YunoHost-Apps/{{ manifest.id }}_ynh/tree/testing` -- upgrade an existing install: `sudo yunohost app upgrade {{ manifest.id }} -u https://github.com/YunoHost-Apps/{{ manifest.id }}_ynh/tree/testing` +### 📚 App packaging documentation -More info regarding app packaging ➜ [📚 App packaging documentation](https://doc.yunohost.org/packaging_apps) +Please see for more information. From ef33f5839d83e6223aa3ae3ba48fa392b682aeec Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Wed, 2 Apr 2025 19:55:55 +0200 Subject: [PATCH 4/5] Update README.md.j2: update the more info / report an issue badge with the neopposum svg badges --- readme_generator/README.md.j2 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/readme_generator/README.md.j2 b/readme_generator/README.md.j2 index 20a7c160..f03bacdc 100644 --- a/readme_generator/README.md.j2 +++ b/readme_generator/README.md.j2 @@ -31,8 +31,10 @@ It shall NOT be edited by hand. {% endif %}{% if manifest.upstream.demo %}[![App Demo](https://img.shields.io/badge/App_Demo-blue?style=for-the-badge)]({{manifest.upstream.demo}}) {% endif %}![Version: {{ manifest.version}}](https://img.shields.io/badge/Version-{{manifest.version|replace("-", "--")}}-rgba(0,150,0,1)?style=for-the-badge) -[![📖 Looking for more info? Browse in YunoHost catalog](https://raw.githubusercontent.com/YunoHost/apps_tools/main/readme_generator/images/more_info.svg)](https://apps.yunohost.org/app/{{manifest.id}}) -[![📖 Found a bug? Report the issue](https://raw.githubusercontent.com/YunoHost/apps_tools/main/readme_generator/images/report_bugs.svg)](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/issues) +
## 📦 Developer info From 994b7f9ce34b43ff8329155ece2443faddae6667 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Wed, 2 Apr 2025 20:32:08 +0200 Subject: [PATCH 5/5] Update Gotosocial README used for tests --- readme_generator/tests/README.md | 72 ++++++++-------------- readme_generator/tests/test_make_readme.py | 2 +- 2 files changed, 25 insertions(+), 49 deletions(-) diff --git a/readme_generator/tests/README.md b/readme_generator/tests/README.md index 7fa0dc58..0435fc17 100644 --- a/readme_generator/tests/README.md +++ b/readme_generator/tests/README.md @@ -1,62 +1,38 @@ -# GoToSocial for YunoHost +

+ Logo of GoToSocial + GoToSocial, packaged for YunoHost +

-[![Integration level](https://apps.yunohost.org/badge/integration/gotosocial)](https://ci-apps.yunohost.org/ci/apps/gotosocial/) -![Working status](https://apps.yunohost.org/badge/state/gotosocial) -![Maintenance status](https://apps.yunohost.org/badge/maintained/gotosocial) +Fast ActivityPub social network server written in Go -[![Install GoToSocial with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=gotosocial) +[![🌐 Official app website](https://img.shields.io/badge/Official_app_website-darkgreen?style=for-the-badge)](https://gotosocial.org/) +![Version: 0.13.3~ynh1](https://img.shields.io/badge/Version-0.13.3~ynh1-rgba(0,150,0,1)?style=for-the-badge) -*[Read this README in other languages.](./ALL_README.md)* +
+ + +
-> *This package allows you to install GoToSocial 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.* +## 📦 Developer info -## Overview +🛠️ Upstream GoToSocial repository: -GoToSocial is a fast [ActivityPub](https://activitypub.rocks/) social network server, written in Golang. +Pull request are welcome and should target the [`testing` branch](https://github.com/YunoHost-Apps/gotosocial_ynh/tree/testing). -With GoToSocial, you can keep in touch with your friends, post, read, and share images and articles. All without being tracked or advertised to! - -The official documentation is at [docs.gotosocial.org](https://docs.gotosocial.org). -The documentation for this YunoHost package [can be read here](./doc/DOCS.md) and the admin is **strongly encouraged to read it**! - -Please note that this package uses the ["i'm so tired" software license 1.0](https://github.com/YunoHost-Apps/gotosocial_ynh/blob/master/LICENSE), please read it and accept it before proceeding with installation. - - -**Shipped version:** 0.13.3~ynh1 - -## Screenshots - -![Screenshot of GoToSocial](./doc/screenshots/screenshot.png) - -## :red_circle: Antifeatures - -- **Not totally free package**: The YunoHost package of this app is under an overall free license, but with clauses that may restrict its use. - -## Documentation and resources - -- Official app website: -- Official user documentation: -- Official admin documentation: -- Upstream app code repository: -- YunoHost Store: -- Report a bug: - -## Developer info - -Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/gotosocial_ynh/tree/testing). - -To try the `testing` branch, please proceed like that: +The `testing` branch can be tested using: +``` +# fresh install: +sudo yunohost app install https://github.com/YunoHost-Apps/gotosocial_ynh/tree/testing -```bash -sudo yunohost app install https://github.com/YunoHost-Apps/gotosocial_ynh/tree/testing --debug -or -sudo yunohost app upgrade gotosocial -u https://github.com/YunoHost-Apps/gotosocial_ynh/tree/testing --debug +# upgrade an existing install: +sudo yunohost app upgrade gotosocial -u https://github.com/YunoHost-Apps/gotosocial_ynh/tree/testing ``` -**More info regarding app packaging:** +### 📚 App packaging documentation + +Please see for more information. \ No newline at end of file diff --git a/readme_generator/tests/test_make_readme.py b/readme_generator/tests/test_make_readme.py index 669dc3c3..7d632bf4 100755 --- a/readme_generator/tests/test_make_readme.py +++ b/readme_generator/tests/test_make_readme.py @@ -31,7 +31,7 @@ def test_running_make_readme(): result_content = (test_app_dir / "README.md").read_text() if test_content != result_content: shutil.copyfile( - TEST_DIRECTORY / "README.md", TEST_DIRECTORY / "README_failed.md" + test_app_dir / "README.md", TEST_DIRECTORY / "README_failed.md" ) assert (
+ + +