From f6e098e3f8c33b80d9be968d7d2754a426e98f0a Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Thu, 16 Sep 2021 11:35:12 +0200 Subject: [PATCH] New translations app.json (French) --- Localization/StringsConvertor/input/fr_FR/app.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Localization/StringsConvertor/input/fr_FR/app.json b/Localization/StringsConvertor/input/fr_FR/app.json index b665ce196..bc8486232 100644 --- a/Localization/StringsConvertor/input/fr_FR/app.json +++ b/Localization/StringsConvertor/input/fr_FR/app.json @@ -534,6 +534,15 @@ "show_next": "Afficher le suivant", "show_previous": "Afficher le précédent" } + }, + "account_list": { + "tab_bar_hint": "Current selected profile: %s. Double tap then hold to show account switcher", + "dismiss_account_switcher": "Dismiss Account Switcher", + "add_account": "Add Account" + }, + "wizard": { + "multiple_account_switch_intro_description": "Switch between multiple accounts by holding the profile button.", + "accessibility_hint": "Double tap to dismiss this wizard" } } } \ No newline at end of file