From 7f2fd1fdd85a62b187ad901d4917e561e39e37b2 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sun, 20 May 2018 15:29:14 -0700 Subject: Add Pocket authorization flow in the user interface --- locale/translations.go | 13 ++++++++++--- locale/translations/fr_FR.json | 9 ++++++++- 2 files changed, 18 insertions(+), 4 deletions(-) (limited to 'locale') diff --git a/locale/translations.go b/locale/translations.go index d5c4e16..2de2c4c 100755 --- a/locale/translations.go +++ b/locale/translations.go @@ -1,5 +1,5 @@ // Code generated by go generate; DO NOT EDIT. -// 2018-05-20 11:35:19.498340382 -0700 PDT m=+0.010175046 +// 2018-05-20 15:22:33.795349513 -0700 PDT m=+0.026820026 package locale @@ -462,7 +462,14 @@ var translations = map[string]string{ "View Comments": "Voir les commentaires", "This file is empty": "Ce fichier est vide", "Your external account is now dissociated!": "Votre compte externe est maintenant dissocié !", - "You must define a password otherwise you won't be able to login again.": "Vous devez définir un mot de passe sinon vous ne pourrez plus vous connecter par la suite." + "You must define a password otherwise you won't be able to login again.": "Vous devez définir un mot de passe sinon vous ne pourrez plus vous connecter par la suite.", + "Save articles to Pocket": "Sauvegarder les articles vers Pocket", + "Connect your Pocket account": "Connectez votre compte Pocket", + "Pocket Consumer Key": "« Pocket Consumer Key »", + "Pocket Access Token": "« Pocket Access Token »", + "Your Pocket account is now linked!": "Votre compte Pocket est maintenant connecté !", + "Unable to fetch access token from Pocket!": "Impossible de récupérer le jeton d'accès depuis Pocket !", + "Unable to fetch request token from Pocket!": "Impossible de récupérer le jeton d'accès depuis Pocket !" } `, "nl_NL": `{ @@ -1137,7 +1144,7 @@ var translations = map[string]string{ var translationsChecksums = map[string]string{ "de_DE": "791d72c96137ab03b729017bdfa27c8eed2f65912e372fcb5b2796d5099d5498", "en_US": "6fe95384260941e8a5a3c695a655a932e0a8a6a572c1e45cb2b1ae8baa01b897", - "fr_FR": "5a954b28ac31af6fc525cb000d86c884950dac7414b695bd38a4c0aebdfe35b5", + "fr_FR": "808f1561135bb3d0f886833f00a51402113925e9086c01f71b30bcc679d9b7c2", "nl_NL": "1a73f1dd1c4c0d2c2adc8695cdd050c2dad81c14876caed3892b44adc2491265", "pl_PL": "da709c14ff71f3b516eec66cb2758d89c5feab1472c94b2b518f425162a9f806", "zh_CN": "d80594c1b67d15e9f4673d3d62fe4949e8606a5fdfb741d8a8921f21dceb8cf2", diff --git a/locale/translations/fr_FR.json b/locale/translations/fr_FR.json index ac3c571..6d66f11 100644 --- a/locale/translations/fr_FR.json +++ b/locale/translations/fr_FR.json @@ -222,5 +222,12 @@ "View Comments": "Voir les commentaires", "This file is empty": "Ce fichier est vide", "Your external account is now dissociated!": "Votre compte externe est maintenant dissocié !", - "You must define a password otherwise you won't be able to login again.": "Vous devez définir un mot de passe sinon vous ne pourrez plus vous connecter par la suite." + "You must define a password otherwise you won't be able to login again.": "Vous devez définir un mot de passe sinon vous ne pourrez plus vous connecter par la suite.", + "Save articles to Pocket": "Sauvegarder les articles vers Pocket", + "Connect your Pocket account": "Connectez votre compte Pocket", + "Pocket Consumer Key": "« Pocket Consumer Key »", + "Pocket Access Token": "« Pocket Access Token »", + "Your Pocket account is now linked!": "Votre compte Pocket est maintenant connecté !", + "Unable to fetch access token from Pocket!": "Impossible de récupérer le jeton d'accès depuis Pocket !", + "Unable to fetch request token from Pocket!": "Impossible de récupérer le jeton d'accès depuis Pocket !" } -- cgit v1.2.3