mirror of
https://gitlab.com/comunic/comunicmobile
synced 2024-11-22 04:49:21 +00:00
Fix bad translation
This commit is contained in:
parent
f5ad2129d4
commit
dc23826f1a
@ -114,7 +114,7 @@
|
||||
"Comunic is a free and OpenSource social network that respect your privacy.": "Comunic est un réseau social libre qui respecte votre vie privée.",
|
||||
"Comunic users": "Les utilisateurs de Comunic",
|
||||
"Configure": "Configurer",
|
||||
"Configure Comunic to use your own self-hosted notifications service. This option is much more privacy-friendly, but it will drain your battery life.": "Utilisez notre service auto-hébergé de notifications. Cette option permet de mieux préserver votre vie privée, mais consomme plus d'énergie.",
|
||||
"Configure Comunic to use our own self-hosted notifications service. This option is much more privacy-friendly, but it will drain your battery.": "Utilisez notre service auto-hébergé de notifications. Cette option permet de mieux préserver votre vie privée, mais consomme plus d'énergie.",
|
||||
"Configure the main settings of your account": "Configurer les paramètres principaux de votre compte",
|
||||
"Confirm": "Confirmer",
|
||||
"Confirm deletion": "Confirmer la suppression",
|
||||
|
@ -84,7 +84,7 @@ class _PushNotificationsConfigurationRouteState
|
||||
_NotificationOption(
|
||||
title: tr("Use independent notifications service"),
|
||||
description: tr(
|
||||
"Configure Comunic to use your own self-hosted notifications service. This option is much more privacy-friendly, but it will drain your battery life."),
|
||||
"Configure Comunic to use our own self-hosted notifications service. This option is much more privacy-friendly, but it will drain your battery."),
|
||||
option: PushNotificationsStatus.INDEPENDENT,
|
||||
current: currStatus,
|
||||
available:
|
||||
|
Loading…
Reference in New Issue
Block a user