mirror of
https://gitlab.com/comunic/comunicmobile
synced 2024-11-22 12:59: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 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",
|
"Comunic users": "Les utilisateurs de Comunic",
|
||||||
"Configure": "Configurer",
|
"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",
|
"Configure the main settings of your account": "Configurer les paramètres principaux de votre compte",
|
||||||
"Confirm": "Confirmer",
|
"Confirm": "Confirmer",
|
||||||
"Confirm deletion": "Confirmer la suppression",
|
"Confirm deletion": "Confirmer la suppression",
|
||||||
|
@ -84,7 +84,7 @@ class _PushNotificationsConfigurationRouteState
|
|||||||
_NotificationOption(
|
_NotificationOption(
|
||||||
title: tr("Use independent notifications service"),
|
title: tr("Use independent notifications service"),
|
||||||
description: tr(
|
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,
|
option: PushNotificationsStatus.INDEPENDENT,
|
||||||
current: currStatus,
|
current: currStatus,
|
||||||
available:
|
available:
|
||||||
|
Loading…
Reference in New Issue
Block a user