From 911846357d6e47d02004700d7828e6bec89310a6 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Wed, 6 Dec 2023 03:38:50 +0900 Subject: [PATCH] New translations translation.json (French) --- locales/fr/translation.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/locales/fr/translation.json b/locales/fr/translation.json index 003cad8a..bf929d29 100644 --- a/locales/fr/translation.json +++ b/locales/fr/translation.json @@ -21,9 +21,14 @@ "accounts": { "new": { "title": "Add account", + "domain": "Domain", "sign_in": "Sign in", - "authorize": "Authorize" - } + "authorize": "Authorize", + "authorization_code": "Authorization Code", + "authorization_helper": "Please paste the authorization code from your browser", + "without_code_authorize": "Please approve Fedistar in your browser, and after you approve it please authorize" + }, + "remove": "Remove" }, "notification": { "favourite": { @@ -105,5 +110,9 @@ "timeline": "Timeline", "followers": "Followers", "followings": "Followings" + }, + "settings": { + "title": "Settings", + "language": "Language" } }