2016-07-28 01:22:48 +02:00
module . exports = {
2016-07-29 00:50:08 +02:00
"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-07-29 00:50:08 +02:00
"app.common.song" : "{itemCount, plural, one {Piste} other {Pistes}}" , // Song
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
"app.login.endpointInputAriaLabel" : "URL de votre Ampache (e.g. http://ampache.example.com)" , // ARIA label for the endpoint input
"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
"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
"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
} ;