2016-07-28 01:22:48 +02:00
module . exports = {
2016-08-01 00:26:52 +02:00
"app.api.invalidResponse" : "Réponse invalide reçue." , // Invalid response from the API
"app.api.emptyResponse" : "Réponse vide reçue." , // Empty response from the API
"app.api.error" : "Erreur inconnue." , // An unknown error occurred from the API
"app.common.album" : "{itemCount, plural, one {album} other {albums}}" , // Albums
"app.common.artist" : "{itemCount, plural, one {artiste} other {artistes}}" , // Artists
2016-07-28 23:14:52 +02:00
"app.common.cancel" : "Annuler" , // Cancel
"app.common.close" : "Fermer" , // Close
"app.common.go" : "Aller" , // Go
2016-08-01 00:26:52 +02:00
"app.common.loading" : "Chargement…" , // Loading indicator
2016-08-02 13:07:12 +02:00
"app.common.play" : "Jouer" , // PLay icon description
2016-08-01 00:26:52 +02:00
"app.common.track" : "{itemCount, plural, one {piste} other {pistes}}" , // Track
2016-07-28 23:14:52 +02:00
"app.filter.filter" : "Filtrer…" , // Filtering input placeholder
"app.filter.whatAreWeListeningToToday" : "Que voulez-vous écouter aujourd'hui\u00a0?" , // Description for the filter bar
2016-08-01 00:26:52 +02:00
"app.grid.goToArtistPage" : "Aller à la page de l'artiste" , // Artist thumbnail link title
"app.grid.goToAlbumPage" : "Aller à la page de l'album" , // Album thumbnail link title
2016-07-31 01:05:08 +02:00
"app.login.byebye" : "À bientôt\u00a0!" , // Info message on successful logout
"app.login.connecting" : "Connexion…" , // Info message while trying to connect
2016-07-28 23:14:52 +02:00
"app.login.endpointInputAriaLabel" : "URL de votre Ampache (e.g. http://ampache.example.com)" , // ARIA label for the endpoint input
2016-08-01 00:26:52 +02:00
"app.login.expired" : "Session expirée… =(" , // Error message on expired session
2016-07-28 23:14:52 +02:00
"app.login.greeting" : "Bon retour sur Ampache, c'est parti\u00a0!" , // Greeting to welcome the user to the app
"app.login.password" : "Mot de passe" , // Password input placeholder
"app.login.rememberMe" : "Se souvenir" , // Remember me checkbox label
"app.login.signIn" : "Connexion" , // Sign in
2016-07-31 01:05:08 +02:00
"app.login.success" : "Connecté en tant que { username }\u00a0!" , // Info message on successful login.
2016-07-28 23:14:52 +02:00
"app.login.username" : "Utilisateur" , // Username input placeholder
"app.pagination.current" : "actuelle" , // Current (page)
2016-07-29 00:50:08 +02:00
"app.pagination.goToPage" : "<span class=\"sr-only\">Aller à la page </span>{pageNumber}" , // Link content to go to page N. span is here for screen-readers
2016-07-28 23:14:52 +02:00
"app.pagination.goToPageWithoutMarkup" : "Aller à la page {pageNumber}" , // Link title to go to page N
"app.pagination.pageNavigation" : "Navigation entre les pages" , // ARIA label for the nav block containing pagination
"app.pagination.pageToGoTo" : "Page à laquelle aller\u00a0?" , // Title of the pagination modal
"app.sidebarLayout.browse" : "Explorer" , // Browse
"app.sidebarLayout.browseAlbums" : "Parcourir les albums" , // Browse albums
"app.sidebarLayout.browseArtists" : "Parcourir les artistes" , // Browse artists
"app.sidebarLayout.browseSongs" : "Parcourir les pistes" , // Browse songs
"app.sidebarLayout.discover" : "Découvrir" , // Discover
"app.sidebarLayout.home" : "Accueil" , // Home
"app.sidebarLayout.logout" : "Déconnexion" , // Logout
"app.sidebarLayout.mainNavigationMenu" : "Menu principal" , // ARIA label for the main navigation menu
"app.sidebarLayout.search" : "Rechercher" , // Search
"app.sidebarLayout.settings" : "Préférences" , // Settings
2016-08-01 12:01:11 +02:00
"app.sidebarLayout.toggleNavigation" : "Afficher le menu" , // Screen reader description of toggle navigation button
2016-07-28 23:14:52 +02:00
"app.songs.genre" : "Genre" , // Genre (song)
"app.songs.length" : "Durée" , // Length (song)
"app.songs.title" : "Titre" , // Title (song)
2016-07-28 01:22:48 +02:00
} ;