Created
August 30, 2016 12:29
-
-
Save slorber/96509c5e760948a132b4287b2df45613 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"use strict"; | |
exports.name = "onboardingHotspots"; | |
exports.FR = { | |
"menu-search": "Recherche universelle: trouve des bibliothèques, dossiers, personnes et stamples", | |
"menu-contacts": "Parcours tes contacts et regarde leur profile", | |
"menu-settings": "Accède aux paramètres de ton compte. Tu peux aussi nous demander de l'aide, ou installer notre extension et nos applications mobiles", | |
"navbar-home": "Accueil, avec les flux d'activité de vos bibliothèques et stamples", | |
"navbar-shortcuts": "Accès rapide a vos équipes et bibliothèques les plus consultées récemment", | |
"navbar-libraries": "Toutes vos bibliothèques: privées, partagées et publiées", | |
"navbar-groups": "Toutes les équipes dont vous êtes membre", | |
"navbar-discovery": "Découvre et suit des bibliothèques publiques", | |
"navbar-favorites": "Vos équipes, bibliothèques et stamples favoris", | |
"navbar-inbox": "Votre boite de réception: les pages web capturée avec notre extension y sont rangées en attendant d'être déplacées dans une bibliothèque", | |
"home-tab-libraries": "Voir le flux d'activité de vos bibliothèques", | |
"home-tab-stamples": "Voir le flux d'activité des stamples", | |
"home-tab-discover": "Voir le flux d'activité des bibliothèques publiques que vous ne suivez pas encore", | |
"stample-annotate": "Tu peux surligner et annoter le texte en le selectionnant", | |
"stample-reading-time": "On te donne une estimation du temps de lecture pour chaque stample", | |
"library-share": "Ajoute ou retire des membres de cette bibliothèque", | |
"library-settings": "Accède aux paramètres de la bibliothèque", | |
"library-activity": "Consulte l'activité récente de cette bibliothèque, y compris les stamples des sous dossiers", | |
"library-follow": "Suit cette bibliothèque pour l'ajouter à ton moteur de recherche et être notifié des mises à jour", | |
"library-contribute": "Demande au propriétaire la permission de contribuer à cette bibliothèque", | |
}; | |
exports.EN = { | |
"menu-search": "Universal search: find libraries, folders, users and stamples", | |
"menu-contacts": "Browse your contacts and check their profile", | |
"menu-settings": "Access your account settings. You can also ask us for help, or install our extension and mobile apps", | |
"navbar-home": "Home, where you can review the activity of your libraries and stamples", | |
"navbar-shortcuts": "Quick access to recently most used teams and libraries", | |
"navbar-libraries": "All your libraries: private, shared and public", | |
"navbar-groups": "All the teams you're a member of", | |
"navbar-discovery": "Discover and follow public libraries", | |
"navbar-favorites": "Your favorite teams, libraries and stamples", | |
"navbar-inbox": "Your inbox: where your web pages clipped with our extension are stored there until you move them to a library", | |
"home-tab-libraries": "Review the activity in your libraries", | |
"home-tab-stamples": "Review the activity on all your stamples", | |
"home-tab-discover": "Review the activity of public libraries you're not yet following", | |
"stample-annotate": "You can highlight and annotate text by selecting it", | |
"stample-reading-time": "We provide you with an estimate of the reading time of each stample", | |
"library-share": "Add or remove users in the library", | |
"library-settings": "Access all the library's settings", | |
"library-activity": "View recent activity inside this library, including stamples in subfolders", | |
"library-follow": "Follow a library to add it to your search engine and be notified of updates", | |
"library-contribute": "Ask the owner permission to become a contributor to the library", | |
}; | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment