Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translations update from Weblate #2155

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
f9ed47d
Added translation using Weblate (Arabic)
weblate Mar 22, 2024
bfcfdd9
Added translation using Weblate (Bengali (Bangladesh))
weblate Mar 22, 2024
09e8454
Added translation using Weblate (Breton)
weblate Mar 22, 2024
96f6eaf
Added translation using Weblate (Catalan)
weblate Mar 22, 2024
cfea024
Added translation using Weblate (Kurdish (Central))
weblate Mar 22, 2024
8d96027
Added translation using Weblate (Czech)
weblate Mar 22, 2024
d2732f1
Added translation using Weblate (Danish)
weblate Mar 22, 2024
f12ba92
Added translation using Weblate (German)
weblate Mar 22, 2024
7e3ad13
Added translation using Weblate (Greek)
weblate Mar 22, 2024
0d3efb7
Added translation using Weblate (Esperanto)
weblate Mar 22, 2024
ba1de7a
Added translation using Weblate (Spanish)
weblate Mar 22, 2024
b0724e4
Added translation using Weblate (Basque)
weblate Mar 22, 2024
4efcd6d
Added translation using Weblate (Persian)
weblate Mar 22, 2024
2ab67ef
Added translation using Weblate (Finnish)
weblate Mar 22, 2024
0825d29
Added translation using Weblate (French)
weblate Mar 22, 2024
460137b
Added translation using Weblate (Galician)
weblate Mar 22, 2024
de46c04
Added translation using Weblate (Hebrew)
weblate Mar 22, 2024
e054048
Added translation using Weblate (Hindi)
weblate Mar 22, 2024
629e3d6
Added translation using Weblate (Hungarian)
weblate Mar 22, 2024
a006c20
Added translation using Weblate (Indonesian)
weblate Mar 22, 2024
61da1db
Added translation using Weblate (Italian)
weblate Mar 22, 2024
0f161af
Added translation using Weblate (Japanese)
weblate Mar 22, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
89 changes: 89 additions & 0 deletions tools/readme_generator/templates/README_ar.md.j2
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
{% if manifest.id == "example" -%}
# Packaging an app, starting from this example

* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo.
* Edit the `manifest.json` with app specific info.
* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`.
* Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers)
* Add a `LICENSE` file for the package.
* Edit `doc/DISCLAIMER*.md`
* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator

---
{% endif -%}

<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
It shall NOT be edited by hand.
-->

# {{manifest.name}} for YunoHost

[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg)

[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}})

*[Lire ce readme en français.](./README_fr.md)*

> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server.
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*

## Overview

{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %}
**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}}
{% endif -%}

{% if upstream.demo %}
**Demo:** <{{upstream.demo}}>
{% endif -%}

{% if screenshots %}
## Screenshots

{% for screenshot in screenshots -%}
![Screenshot of {{manifest.name}}](./{{screenshot}})
{% endfor %}
{% endif -%}

{% if disclaimer -%}
## Disclaimers / important information

{{ disclaimer }}
{% endif -%}

{% if antifeatures -%}
## :red_circle: Antifeatures

{% for antifeature in antifeatures.values() -%}
- **{{ antifeature.title }}**: {{ antifeature.description }}
{% endfor %}
{% endif -%}

## Documentation and resources

{% if upstream.website -%}- Official app website: <{{ upstream.website }}>
{% endif -%}
{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}>
{% endif -%}
{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}>
{% endif -%}
{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}>
{% endif -%}
- YunoHost Store: <https://apps.yunohost.org/app/{{manifest.id}}>
- Report a bug: <https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/issues>

## Developer info

Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing).

To try the testing branch, please proceed like that.

```bash
sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug
or
sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug
```

**More info regarding app packaging:** <https://yunohost.org/packaging_apps>

89 changes: 89 additions & 0 deletions tools/readme_generator/templates/README_bn_BD.md.j2
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
{% if manifest.id == "example" -%}
# Packaging an app, starting from this example

* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo.
* Edit the `manifest.json` with app specific info.
* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`.
* Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers)
* Add a `LICENSE` file for the package.
* Edit `doc/DISCLAIMER*.md`
* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator

---
{% endif -%}

<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
It shall NOT be edited by hand.
-->

# {{manifest.name}} for YunoHost

[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg)

[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}})

*[Lire ce readme en français.](./README_fr.md)*

> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server.
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*

## Overview

{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %}
**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}}
{% endif -%}

{% if upstream.demo %}
**Demo:** <{{upstream.demo}}>
{% endif -%}

{% if screenshots %}
## Screenshots

{% for screenshot in screenshots -%}
![Screenshot of {{manifest.name}}](./{{screenshot}})
{% endfor %}
{% endif -%}

{% if disclaimer -%}
## Disclaimers / important information

{{ disclaimer }}
{% endif -%}

{% if antifeatures -%}
## :red_circle: Antifeatures

{% for antifeature in antifeatures.values() -%}
- **{{ antifeature.title }}**: {{ antifeature.description }}
{% endfor %}
{% endif -%}

## Documentation and resources

{% if upstream.website -%}- Official app website: <{{ upstream.website }}>
{% endif -%}
{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}>
{% endif -%}
{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}>
{% endif -%}
{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}>
{% endif -%}
- YunoHost Store: <https://apps.yunohost.org/app/{{manifest.id}}>
- Report a bug: <https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/issues>

## Developer info

Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing).

To try the testing branch, please proceed like that.

```bash
sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug
or
sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug
```

**More info regarding app packaging:** <https://yunohost.org/packaging_apps>

89 changes: 89 additions & 0 deletions tools/readme_generator/templates/README_br.md.j2
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
{% if manifest.id == "example" -%}
# Packaging an app, starting from this example

* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo.
* Edit the `manifest.json` with app specific info.
* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`.
* Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers)
* Add a `LICENSE` file for the package.
* Edit `doc/DISCLAIMER*.md`
* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator

---
{% endif -%}

<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
It shall NOT be edited by hand.
-->

# {{manifest.name}} for YunoHost

[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg)

[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}})

*[Lire ce readme en français.](./README_fr.md)*

> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server.
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*

## Overview

{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %}
**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}}
{% endif -%}

{% if upstream.demo %}
**Demo:** <{{upstream.demo}}>
{% endif -%}

{% if screenshots %}
## Screenshots

{% for screenshot in screenshots -%}
![Screenshot of {{manifest.name}}](./{{screenshot}})
{% endfor %}
{% endif -%}

{% if disclaimer -%}
## Disclaimers / important information

{{ disclaimer }}
{% endif -%}

{% if antifeatures -%}
## :red_circle: Antifeatures

{% for antifeature in antifeatures.values() -%}
- **{{ antifeature.title }}**: {{ antifeature.description }}
{% endfor %}
{% endif -%}

## Documentation and resources

{% if upstream.website -%}- Official app website: <{{ upstream.website }}>
{% endif -%}
{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}>
{% endif -%}
{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}>
{% endif -%}
{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}>
{% endif -%}
- YunoHost Store: <https://apps.yunohost.org/app/{{manifest.id}}>
- Report a bug: <https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/issues>

## Developer info

Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing).

To try the testing branch, please proceed like that.

```bash
sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug
or
sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug
```

**More info regarding app packaging:** <https://yunohost.org/packaging_apps>

89 changes: 89 additions & 0 deletions tools/readme_generator/templates/README_ca.md.j2
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
{% if manifest.id == "example" -%}
# Packaging an app, starting from this example

* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo.
* Edit the `manifest.json` with app specific info.
* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`.
* Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers)
* Add a `LICENSE` file for the package.
* Edit `doc/DISCLAIMER*.md`
* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator

---
{% endif -%}

<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
It shall NOT be edited by hand.
-->

# {{manifest.name}} for YunoHost

[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg)

[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}})

*[Lire ce readme en français.](./README_fr.md)*

> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server.
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*

## Overview

{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %}
**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}}
{% endif -%}

{% if upstream.demo %}
**Demo:** <{{upstream.demo}}>
{% endif -%}

{% if screenshots %}
## Screenshots

{% for screenshot in screenshots -%}
![Screenshot of {{manifest.name}}](./{{screenshot}})
{% endfor %}
{% endif -%}

{% if disclaimer -%}
## Disclaimers / important information

{{ disclaimer }}
{% endif -%}

{% if antifeatures -%}
## :red_circle: Antifeatures

{% for antifeature in antifeatures.values() -%}
- **{{ antifeature.title }}**: {{ antifeature.description }}
{% endfor %}
{% endif -%}

## Documentation and resources

{% if upstream.website -%}- Official app website: <{{ upstream.website }}>
{% endif -%}
{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}>
{% endif -%}
{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}>
{% endif -%}
{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}>
{% endif -%}
- YunoHost Store: <https://apps.yunohost.org/app/{{manifest.id}}>
- Report a bug: <https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/issues>

## Developer info

Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing).

To try the testing branch, please proceed like that.

```bash
sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug
or
sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug
```

**More info regarding app packaging:** <https://yunohost.org/packaging_apps>

Loading
Loading