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" } }