1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/simplytranslate_ynh.git synced 2024-09-03 20:16:26 +02:00
This commit is contained in:
CodeShakingSheep 2023-12-19 14:28:23 +01:00 committed by GitHub
commit 704f4f37b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 9 deletions

View file

@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
The frontend for SimplyTranslate engine, which you can use for translation for many translation engine, there are DeepL, Reverso, ICIBA, Google Translate, and LibreTranslate (which instance LibreTranslate fetch from can be configured) engine. The frontend for SimplyTranslate engine, which you can use for translation for many translation engine, there are DeepL, Reverso, ICIBA, Google Translate, and LibreTranslate (which instance LibreTranslate fetch from can be configured) engine.
**Shipped version:** 2023.4.9~ynh3 **Shipped version:** 2023.12.19~ynh1
## Screenshots ## Screenshots
@ -31,7 +31,7 @@ The frontend for SimplyTranslate engine, which you can use for translation for m
## Documentation and resources ## Documentation and resources
* Official app website: <https://simplytranslate.org/> * Official app website: <https://simplytranslate.org/>
* Upstream app code repository: <https://codeberg.org/SimpleWeb/SimplyTranslate-Web> * Upstream app code repository: <https://codeberg.org/ManeraKai/simplytranslate>
* YunoHost Store: <https://apps.yunohost.org/app/simplytranslate> * YunoHost Store: <https://apps.yunohost.org/app/simplytranslate>
* Report a bug: <https://github.com/YunoHost-Apps/simplytranslate_ynh/issues> * Report a bug: <https://github.com/YunoHost-Apps/simplytranslate_ynh/issues>

View file

@ -18,7 +18,7 @@ Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
L'interface du moteur SimplyTranslate, que vous pouvez utiliser pour la traduction de nombreux moteurs de traduction, comprend les moteurs DeepL, Reverso, ICIBA, Google Translate et LibreTranslate (dont l'instance de récupération de LibreTranslate peut être configurée). L'interface du moteur SimplyTranslate, que vous pouvez utiliser pour la traduction de nombreux moteurs de traduction, comprend les moteurs DeepL, Reverso, ICIBA, Google Translate et LibreTranslate (dont l'instance de récupération de LibreTranslate peut être configurée).
**Version incluse :** 2023.4.9~ynh3 **Version incluse :** 2023.12.19~ynh1
## Captures décran ## Captures décran
@ -31,7 +31,7 @@ L'interface du moteur SimplyTranslate, que vous pouvez utiliser pour la traducti
## Documentations et ressources ## Documentations et ressources
* Site officiel de lapp : <https://simplytranslate.org/> * Site officiel de lapp : <https://simplytranslate.org/>
* Dépôt de code officiel de lapp : <https://codeberg.org/SimpleWeb/SimplyTranslate-Web> * Dépôt de code officiel de lapp : <https://codeberg.org/ManeraKai/simplytranslate>
* YunoHost Store: <https://apps.yunohost.org/app/simplytranslate> * YunoHost Store: <https://apps.yunohost.org/app/simplytranslate>
* Signaler un bug : <https://github.com/YunoHost-Apps/simplytranslate_ynh/issues> * Signaler un bug : <https://github.com/YunoHost-Apps/simplytranslate_ynh/issues>
@ -47,4 +47,4 @@ ou
sudo yunohost app upgrade simplytranslate -u https://github.com/YunoHost-Apps/simplytranslate_ynh/tree/testing --debug sudo yunohost app upgrade simplytranslate -u https://github.com/YunoHost-Apps/simplytranslate_ynh/tree/testing --debug
``` ```
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps> **Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>

View file

@ -6,14 +6,14 @@ description.en = "Web interface for many translation engine"
description.fr = "Interface Web pour de nombreux moteurs de traduction" description.fr = "Interface Web pour de nombreux moteurs de traduction"
description.id = "Antarmuka web mesin penerjemahan" description.id = "Antarmuka web mesin penerjemahan"
version = "2023.4.9~ynh3" version = "2023.12.19~ynh1"
maintainers = ["the7thNightmare"] maintainers = ["the7thNightmare"]
[upstream] [upstream]
license = "AGPL-3.0" license = "AGPL-3.0"
website = "https://simplytranslate.org/" website = "https://simplytranslate.org/"
code = "https://codeberg.org/SimpleWeb/SimplyTranslate-Web" code = "https://codeberg.org/ManeraKai/simplytranslate"
[integration] [integration]
yunohost = ">= 11.2" yunohost = ">= 11.2"
@ -41,8 +41,8 @@ ram.runtime = "50M"
[resources.sources] [resources.sources]
[resources.sources.main] [resources.sources.main]
url = "https://codeberg.org/SimpleWeb/SimplyTranslate-Web/archive/d95fed97bf354a92d242f16529712ba59ee54eb0.tar.gz" url = "https://codeberg.org/ManeraKai/simplytranslate/archive/fb218989fffde85edfdde930618dd7e9c6112eb5.tar.gz"
sha256 = "13ec0422cff994ee87291327143483a7ad6f0960103bc0b765c021034e0ab962" sha256 = "8edb0fb413c1776f291f4c6990a944ab3e0f5dbfa2d80450a33c12b77a82cfd2"
in_subdir = true in_subdir = true
[resources.system_user] [resources.system_user]