From 6dc8b3ba955fa066d1e1e722f82585923ab9b586 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 9 Nov 2022 17:01:48 +0000 Subject: [PATCH 1/3] Auto-update README --- README.md | 3 +-- README_fr.md | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1ad707a..651c574 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,7 @@ With GoToSocial, you can keep in touch with your friends, post, read, and share Documentation is at [docs.gotosocial.org](https://docs.gotosocial.org). -**Shipped version:** 0.5.2~ynh1 *(:warning: This is the `testing` branch. The [`master` branch](https://github.com/YunoHost-Apps/gotosocial_ynh/tree/master) used in the catalog is currently on version 0.5.1\~ynh1.)* - +**Shipped version:** 0.5.2~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index e6bf192..4dc8dc8 100644 --- a/README_fr.md +++ b/README_fr.md @@ -24,8 +24,7 @@ Avec GoToSocial, vous pouvez rester en contact avec vos amis, publier, lire et p Vous pouvez consulter la documentation à l'adresse : [docs.gotosocial.org](https://docs.gotosocial.org). -**Version incluse :** 0.5.2~ynh1 *(:warning: Il s'agit de la branche `testing`. La [branche `master`](https://github.com/YunoHost-Apps/gotosocial_ynh/tree/master) utilisée dans le catalogue est actuellement en 0.5.1\~ynh1.)* - +**Version incluse :** 0.5.2~ynh1 ## Captures d'écran From cff1aa4332ed30f9412954ba85fb4405a4e0f5e3 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Wed, 9 Nov 2022 18:05:57 +0100 Subject: [PATCH 2/3] correction of duplicated/wrong labels --- config_panel.toml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/config_panel.toml b/config_panel.toml index cb96c7a..1a5a4a6 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -127,31 +127,27 @@ Si la valeur 0 est attribuée à ce paramètre, les médias des instances distan type = "number" [gotosocial.media.media_emoji_local_max_size] -ask.en = "Number of days to cache media from remote instances before they are removed from the cache." -ask.fr = "Nombre de jours de mise en cache des médias des instances distantes avant qu'ils ne soient retirés du cache." +ask.en = "Max size in bytes of emojis uploaded to this instance via the admin API." +ask.fr = "Taille maximale en octets des emojis téléchargés vers cette instance via l'API d'administration." bind = "media-emoji-local-max-size:__FINALPATH__/config.yaml" default = "51200" help.en = """Default: 51200\ -Max size in bytes of emojis uploaded to this instance via the admin API.\ The default is the same as the Mastodon size limit for emojis (50kb), which allows for good interoperability.\ Raising this limit may cause issues with federation of your emojis to other instances, so beware.""" help.fr = """Valeur par défaut : 51200\ -Taille maximale en octets des emojis téléchargés vers cette instance via l'API d'administration.\ La valeur par défaut est la même que la limite de taille des emojis de Mastodon (50 ko), ce qui permet une bonne interopérabilité.\ Si vous augmentez cette limite, vous risquez d'avoir des problèmes avec la fédération de vos emojis à d'autres instances, alors faites preuve de prudence.""" type = "number" [gotosocial.media.media_emoji_remote_max_size] -ask.en = "Number of days to cache media from remote instances before they are removed from the cache." -ask.fr = "Nombre de jours de mise en cache des médias des instances distantes avant qu'ils ne soient retirés du cache." +ask.en = "Max size in bytes of emojis to download from other instances." +ask.fr = "Taille maximale en octets des emojis téléchargeables à partir d'autres instances." bind = "media-emoji-remote-max-size:__FINALPATH__/config.yaml" default = "102400" help.en = """Default: 102400\ -Max size in bytes of emojis to download from other instances.\ By default this is 100kb, or twice the size of the default for media-emoji-local-max-size.\ This strikes a good balance between decent interoperability with instances that have higher emoji size limits, and not taking up too much space in storage.""" help.fr = """Valeur par défaut : 102400\ -Taille maximale en octets des emojis à télécharger depuis d'autres instances.\ Par défaut, cette taille est de 100 Ko, soit le double de la taille par défaut de media-emoji-local-max-size (le paramètre précédent).\ Cette valeur représente un bon équilibre entre une interopérabilité décente avec les instances qui ont des limites de taille d'emoji plus élevées et le fait de ne pas prendre trop d'espace de stockage.""" type = "number" From 86782e6f8440d287d78d2222c535c8cf4b31adf7 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 9 Nov 2022 18:27:57 +0000 Subject: [PATCH 3/3] Auto-update README --- README.md | 3 ++- README_fr.md | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 432e82d..651c574 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ With GoToSocial, you can keep in touch with your friends, post, read, and share Documentation is at [docs.gotosocial.org](https://docs.gotosocial.org). + **Shipped version:** 0.5.2~ynh1 ## Screenshots @@ -107,7 +108,7 @@ And to promote them as an administrator of your instance: ## :red_circle: Antifeatures -* **Alpha software**: Early development stage. May contain changing or unstable features, bugs, and security vulnerability. +- **Alpha software**: Early development stage. May contain changing or unstable features, bugs, and security vulnerability. ## Documentation and resources diff --git a/README_fr.md b/README_fr.md index 7bb4c99..4dc8dc8 100644 --- a/README_fr.md +++ b/README_fr.md @@ -23,7 +23,8 @@ Avec GoToSocial, vous pouvez rester en contact avec vos amis, publier, lire et p Vous pouvez consulter la documentation à l'adresse : [docs.gotosocial.org](https://docs.gotosocial.org). -**Version incluse :** 0.5.2~ynh1 + +**Version incluse :** 0.5.2~ynh1 ## Captures d'écran @@ -107,7 +108,7 @@ Et pour promouvoir un compte en tant qu'administrateur de votre instance : ## :red_circle: Fonctions indésirables -* **Alpha software**: Early development stage. May contain changing or unstable features, bugs, and security vulnerability. +- **Alpha software**: Early development stage. May contain changing or unstable features, bugs, and security vulnerability. ## Documentations et ressources