1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-07-27 17:28:38 +00:00

Show more feed information on edit page

This commit is contained in:
Frédéric Guillot 2017-12-26 20:58:16 -08:00
parent a475b875c5
commit 884446e7b6
5 changed files with 35 additions and 11 deletions

View file

@ -1,5 +1,5 @@
// Code generated by go generate; DO NOT EDIT.
// 2017-12-24 14:32:38.883179987 -0800 PST m=+0.040204882
// 2017-12-26 20:56:49.146246015 -0800 PST m=+0.048892271
package locale
@ -145,7 +145,7 @@ var translations = map[string]string{
"Drag and drop this link to your bookmarks.": "Glisser-déposer ce lien dans vos favoris.",
"This special link allows you to subscribe to a website directly by using a bookmark in your web browser.": "Ce lien spécial vous permet de vous abonner à un site web directement en utilisant un marque page dans votre navigateur web.",
"Add to Miniflux": "Ajouter à Miniflux",
"Refresh all feeds in the background": "Actualiser les abonnements en arrière-plan",
"Refresh all feeds in background": "Actualiser les abonnements en arrière-plan",
"Sign in with Google": "Se connecter avec Google",
"Unlink my Google account": "Dissocier mon compte Google",
"Link my Google account": "Associer mon compte Google",
@ -183,12 +183,16 @@ var translations = map[string]string{
"Star": "Favoris",
"Unstar": "Enlever favoris",
"Starred": "Favoris",
"There is no bookmark at the moment.": "Il n'y a aucun favoris pour le moment."
"There is no bookmark at the moment.": "Il n'y a aucun favoris pour le moment.",
"Last checked:": "Dernière vérification :",
"ETag header:": "En-tête ETag :",
"LastModified header:": "En-tête LastModified :",
"None": "Aucun/Aucune"
}
`,
}
var translationsChecksums = map[string]string{
"en_US": "6fe95384260941e8a5a3c695a655a932e0a8a6a572c1e45cb2b1ae8baa01b897",
"fr_FR": "e6817ae43e1412d2687036fb4c1b9f6ea4a2329dcb1eddfa01ebbad732c7b401",
"fr_FR": "59edb9fa27828c14c3ca462d09da30d876c92c0decd7d597c1a266956f2b72e6",
}

View file

@ -129,7 +129,7 @@
"Drag and drop this link to your bookmarks.": "Glisser-déposer ce lien dans vos favoris.",
"This special link allows you to subscribe to a website directly by using a bookmark in your web browser.": "Ce lien spécial vous permet de vous abonner à un site web directement en utilisant un marque page dans votre navigateur web.",
"Add to Miniflux": "Ajouter à Miniflux",
"Refresh all feeds in the background": "Actualiser les abonnements en arrière-plan",
"Refresh all feeds in background": "Actualiser les abonnements en arrière-plan",
"Sign in with Google": "Se connecter avec Google",
"Unlink my Google account": "Dissocier mon compte Google",
"Link my Google account": "Associer mon compte Google",
@ -167,5 +167,9 @@
"Star": "Favoris",
"Unstar": "Enlever favoris",
"Starred": "Favoris",
"There is no bookmark at the moment.": "Il n'y a aucun favoris pour le moment."
"There is no bookmark at the moment.": "Il n'y a aucun favoris pour le moment.",
"Last checked:": "Dernière vérification :",
"ETag header:": "En-tête ETag :",
"LastModified header:": "En-tête LastModified :",
"None": "Aucun/Aucune"
}