New French translation to match English version (October 5, 2021)

--> Added showBitrateTags and showSearchButton options
--> Added new languages, fixed accessibility for language selector
--> Added more info to link analyzer
This commit is contained in:
Lau Ha 2021-10-05 17:37:54 +00:00
parent 51041bd281
commit 6978701534
1 changed files with 16 additions and 5 deletions

View File

@ -41,7 +41,10 @@ const fr = {
albumN: '0 album | {n} album | {n} albums', albumN: '0 album | {n} album | {n} albums',
artistN: '0 artiste | {n} artiste | {n} artistes', artistN: '0 artiste | {n} artiste | {n} artistes',
playlistN: '0 playlist | {n} playlist | {n} playlists' playlistN: '0 playlist | {n} playlist | {n} playlists'
} },
yes: 'oui',
no: 'non',
empty: 'vide'
}, },
about: { about: {
appStatus: { appStatus: {
@ -177,8 +180,12 @@ const fr = {
label: 'Label', label: 'Label',
recordType: "Type d'Enregistrement", recordType: "Type d'Enregistrement",
genres: 'Genres', genres: 'Genres',
tracklist: 'Liste Des Pistes' tracklist: 'Liste Des Pistes',
} readable: 'Lisible',
available: 'Disponible'
},
countries: 'Pays',
noCountries: "Cette piste n'est disponible dans aucun pays."
}, },
search: { search: {
startSearching: 'Démarrer une recherche !', startSearching: 'Démarrer une recherche !',
@ -233,12 +240,16 @@ const fr = {
}, },
loginWithCredentials: { loginWithCredentials: {
title: "Connexion avec vos informations d'identification", title: "Connexion avec vos informations d'identification",
login: 'Connexion' login: 'Connexion',
email: 'E-mail',
password: 'Mot de passe'
}, },
appearance: { appearance: {
title: 'Apparence', title: 'Apparence',
slimDownloadTab: 'Onglet de téléchargement compact', slimDownloadTab: 'Onglet de téléchargement compact',
slimSidebar: 'Barre latérale compacte' slimSidebar: 'Barre latérale compacte',
searchButton: 'Afficher le bouton de recherche',
bitrateTags: "Afficher l'indicateur de qualité audio dans la file d'attente de téléchargement"
}, },
downloadPath: { downloadPath: {
title: 'Emplacement De Téléchargement' title: 'Emplacement De Téléchargement'