From 3aa1339e73cbfb8a1c1e19219c307a33df7af92c Mon Sep 17 00:00:00 2001 From: Simounet Date: Mon, 13 May 2019 13:18:35 +0200 Subject: [PATCH] Translation files sorted --- locale/en.json | 27 ++++++++++++++------------- locale/fr.json | 26 +++++++++++++------------- 2 files changed, 27 insertions(+), 26 deletions(-) diff --git a/locale/en.json b/locale/en.json index bae5779..dc99441 100644 --- a/locale/en.json +++ b/locale/en.json @@ -1,20 +1,21 @@ { - "LEEDVIBES_NO_MORE_EVENT": "The last item has already been shown.", - "LEEDVIBES_NO_NEW_EVENTS": "There is no new events since the last time.", - "LEEDVIBES_MN": "mn", - "LEEDVIBES_IN_THE_FUTURE": "In the future", - "LEEDVIBES_NOW": "Just now", - "LEEDVIBES_READ_ALL_CONFIRM": "Mark all events as read?", - "LEEDVIBES_NOTHING_TO_READ": "Oh no, your reading list is empty!", - "LEEDVIBES_MARK_ALL_AS_READ": "Mark all feeds as read.", + "LEEDVIBES_ALL_FEEDS": "All feeds", "LEEDVIBES_CONNECTION": "Connection", "LEEDVIBES_GET_NEW_EVENTS": "Show new events", + "LEEDVIBES_GO_TOP": "Go to the top", + "LEEDVIBES_IN_THE_FUTURE": "In the future", + "LEEDVIBES_MARK_ALL_AS_READ": "Mark all feeds as read.", "LEEDVIBES_MARK_AS_READ": "Mark as read", "LEEDVIBES_MARK_AS_UNREAD": "Mark as unread", - "LEEDVIBES_GO_TOP": "Go to the top", - "LEEDVIBES_UNREAD": "unread", - "LEEDVIBES_UNREADS": "unreads", - "LEEDVIBES_ALL_FEEDS": "All feeds", "LEEDVIBES_MENU": "Feed list", - "LEEDVIBES_SHORTCUTS_BUTTON_TITLE": "Shortcut list" + "LEEDVIBES_MN": "mn", + "LEEDVIBES_NOTHING_TO_READ": "Oh no, your reading list is empty!", + "LEEDVIBES_NOW": "Just now", + "LEEDVIBES_NO_MORE_EVENT": "The last item has already been shown.", + "LEEDVIBES_NO_NEW_EVENTS": "There is no new events since the last time.", + "LEEDVIBES_READ_ALL_CONFIRM": "Mark all events as read?", + "LEEDVIBES_SHORTCUTS_BUTTON_TITLE": "Shortcut list", + "LEEDVIBES_SHORTCUTS_ICON": "Shortcuts icon", + "LEEDVIBES_UNREAD": "unread", + "LEEDVIBES_UNREADS": "unreads" } diff --git a/locale/fr.json b/locale/fr.json index 612a742..fcacc74 100644 --- a/locale/fr.json +++ b/locale/fr.json @@ -1,21 +1,21 @@ { - "LEEDVIBES_NO_MORE_EVENT": "La dernière entrée est déjà affichée.", - "LEEDVIBES_NO_NEW_EVENTS": "Aucun nouvel article n'est disponible.", - "LEEDVIBES_MN": "min", - "LEEDVIBES_IN_THE_FUTURE": "Dans le futur", - "LEEDVIBES_NOW": "À l'instant", - "LEEDVIBES_READ_ALL_CONFIRM": "Marquer toutes les entrées comme lues ?", - "LEEDVIBES_NOTHING_TO_READ": "Oh non, votre liste de lecture est vide !", - "LEEDVIBES_MARK_ALL_AS_READ": "Marquer tous les flux comme lus.", + "LEEDVIBES_ALL_FEEDS": "Tous les flux", "LEEDVIBES_CONNECTION": "Connexion", "LEEDVIBES_GET_NEW_EVENTS": "Afficher les nouvelles entrées", + "LEEDVIBES_GO_TOP": "Aller en haut", + "LEEDVIBES_IN_THE_FUTURE": "Dans le futur", + "LEEDVIBES_MARK_ALL_AS_READ": "Marquer tous les flux comme lus.", "LEEDVIBES_MARK_AS_READ": "Marquer comme lu", "LEEDVIBES_MARK_AS_UNREAD": "Marquer comme non lu", - "LEEDVIBES_GO_TOP": "Aller en haut", - "LEEDVIBES_UNREAD": "non lu", - "LEEDVIBES_UNREADS": "non lus", - "LEEDVIBES_ALL_FEEDS": "Tous les flux", "LEEDVIBES_MENU": "Liste des flux", + "LEEDVIBES_MN": "min", + "LEEDVIBES_NOTHING_TO_READ": "Oh non, votre liste de lecture est vide !", + "LEEDVIBES_NOW": "À l'instant", + "LEEDVIBES_NO_MORE_EVENT": "La dernière entrée est déjà affichée.", + "LEEDVIBES_NO_NEW_EVENTS": "Aucun nouvel article n'est disponible.", + "LEEDVIBES_READ_ALL_CONFIRM": "Marquer toutes les entrées comme lues ?", "LEEDVIBES_SHORTCUTS_BUTTON_TITLE": "Liste des raccourcis", - "LEEDVIBES_SHORTCUTS_ICON": "Icon des raccourcis" + "LEEDVIBES_SHORTCUTS_ICON": "Icon des raccourcis", + "LEEDVIBES_UNREAD": "non lu", + "LEEDVIBES_UNREADS": "non lus" }