aboutsummaryrefslogtreecommitdiffhomepage
path: root/locale
diff options
context:
space:
mode:
authorGravatar Frédéric Guillot <fred@miniflux.net>2017-12-28 16:27:54 -0800
committerGravatar Frédéric Guillot <fred@miniflux.net>2017-12-28 16:27:54 -0800
commit8cd58a746a730cb2344aa9c6997cfd9ff03a4bf1 (patch)
tree3769ab55e749977893f8c48341990a50e8a64bff /locale
parentcc0acabfe09abb3652f6b45f4e9e701bed4c894d (diff)
Show keyboard shortcuts in modal dialog
Diffstat (limited to 'locale')
-rw-r--r--locale/translations.go27
-rw-r--r--locale/translations/fr_FR.json23
2 files changed, 46 insertions, 4 deletions
diff --git a/locale/translations.go b/locale/translations.go
index ac9229c..d310711 100644
--- a/locale/translations.go
+++ b/locale/translations.go
@@ -1,5 +1,5 @@
// Code generated by go generate; DO NOT EDIT.
-// 2017-12-26 20:56:49.146246015 -0800 PST m=+0.048892271
+// 2017-12-28 16:23:44.392632301 -0800 PST m=+0.031688555
package locale
@@ -187,12 +187,33 @@ var translations = map[string]string{
"Last checked:": "Dernière vérification :",
"ETag header:": "En-tête ETag :",
"LastModified header:": "En-tête LastModified :",
- "None": "Aucun/Aucune"
+ "None": "Aucun/Aucune",
+ "Keyboard Shortcuts": "Raccourcis clavier",
+ "Sections Navigation": "Naviguation entre les sections",
+ "Go to unread": "Aller aux éléments non lus",
+ "Go to bookmarks": "Aller aux favoris",
+ "Go to history": "Voir l'historique",
+ "Go to feeds": "Voir les abonnements",
+ "Go to categories": "Voir les catégories",
+ "Go to settings": "Voir les réglages",
+ "Show keyboard shortcuts": "Voir les raccourcis clavier",
+ "Items Navigation": "Naviguation entre les éléments",
+ "Go to previous item": "Élément précédent",
+ "Go to next item": "Élément suivant",
+ "Go to previous page": "Page précédente",
+ "Go to next page": "Page suivante",
+ "Open selected item": "Ouvrir élément sélectionné",
+ "Open original link": "Ouvrir lien original",
+ "Toggle read/unread": "Basculer entre lu/non lu",
+ "Mark current page as read": "Marquer la page actuelle comme lu",
+ "Download original content": "Télécharger le contenu original",
+ "Toggle bookmark": "Ajouter/Enlever favoris",
+ "Close modal dialog": "Fermer la boite de dialogue"
}
`,
}
var translationsChecksums = map[string]string{
"en_US": "6fe95384260941e8a5a3c695a655a932e0a8a6a572c1e45cb2b1ae8baa01b897",
- "fr_FR": "59edb9fa27828c14c3ca462d09da30d876c92c0decd7d597c1a266956f2b72e6",
+ "fr_FR": "a90e274772846853cfe95148ac54bec9a658e09397b58de8047bdaed1099ded2",
}
diff --git a/locale/translations/fr_FR.json b/locale/translations/fr_FR.json
index 77bba7d..908d831 100644
--- a/locale/translations/fr_FR.json
+++ b/locale/translations/fr_FR.json
@@ -171,5 +171,26 @@
"Last checked:": "Dernière vérification :",
"ETag header:": "En-tête ETag :",
"LastModified header:": "En-tête LastModified :",
- "None": "Aucun/Aucune"
+ "None": "Aucun/Aucune",
+ "Keyboard Shortcuts": "Raccourcis clavier",
+ "Sections Navigation": "Naviguation entre les sections",
+ "Go to unread": "Aller aux éléments non lus",
+ "Go to bookmarks": "Aller aux favoris",
+ "Go to history": "Voir l'historique",
+ "Go to feeds": "Voir les abonnements",
+ "Go to categories": "Voir les catégories",
+ "Go to settings": "Voir les réglages",
+ "Show keyboard shortcuts": "Voir les raccourcis clavier",
+ "Items Navigation": "Naviguation entre les éléments",
+ "Go to previous item": "Élément précédent",
+ "Go to next item": "Élément suivant",
+ "Go to previous page": "Page précédente",
+ "Go to next page": "Page suivante",
+ "Open selected item": "Ouvrir élément sélectionné",
+ "Open original link": "Ouvrir lien original",
+ "Toggle read/unread": "Basculer entre lu/non lu",
+ "Mark current page as read": "Marquer la page actuelle comme lu",
+ "Download original content": "Télécharger le contenu original",
+ "Toggle bookmark": "Ajouter/Enlever favoris",
+ "Close modal dialog": "Fermer la boite de dialogue"
}