Files
Psychotoxical-psysonic/src/locales/fr/common.ts
T
Frank Stellmacher 5856bdbf1a fix(library): empty-state on Mainstage, Albums, New Releases, Random Albums (#750)
* fix(library): show empty-state on Mainstage, Albums, New Releases, Random Albums

When the active library has no albums, Mainstage and the three album-list
pages rendered a fully blank page — every rail and grid was empty but
nothing told the user why. Add a shared `common.libraryEmpty` message
(all 9 locales) and render it in place of the empty grid:

* Home: when no rail has any albums after loading.
* Albums: when no albums and no filter (genre/year/starred/comp) is
  active — filtered "no matches" is a separate state and stays as-is.
* New Releases: when no albums and no genre filter is active.
* Random Albums: when no albums after loading.

Pages that already had a dedicated empty-state (Artists, Genres,
Composers, Playlists, Favorites, MostPlayed, LosslessAlbums,
LabelAlbums, InternetRadio) are left alone — their wording is
intentional and per-page.

* docs(changelog): note empty-library states on Mainstage / album lists (#750)
2026-05-17 14:10:36 +02:00

58 lines
2.1 KiB
TypeScript

export const common = {
albums: 'Albums',
album: 'Album',
loading: 'Chargement…',
loadingMore: 'Chargement…',
loadingPlaylists: 'Chargement des listes…',
noAlbums: 'Aucun album trouvé.',
downloading: 'Téléchargement…',
downloadZip: 'Télécharger (ZIP)',
back: 'Retour',
cancel: 'Annuler',
save: 'Enregistrer',
delete: 'Supprimer',
use: 'Utiliser',
add: 'Ajouter',
new: 'Nouveau',
active: 'Actif',
download: 'Télécharger',
chooseDownloadFolder: 'Choisir le dossier de téléchargement',
noFolderSelected: 'Aucun dossier sélectionné',
rememberDownloadFolder: 'Mémoriser ce dossier',
filterGenre: 'Filtre genre',
filterSearchGenres: 'Rechercher des genres…',
filterNoGenres: 'Aucun genre trouvé',
filterClear: 'Effacer',
favorites: 'Favoris',
favoritesTooltipOff: 'Afficher uniquement les favoris',
favoritesTooltipOn: 'Tout afficher',
play: 'Lire',
bulkSelected: '{{count}} sélectionné(s)',
clearSelection: 'Effacer la sélection',
bulkAddToPlaylist: 'Ajouter à la playlist',
bulkRemoveFromPlaylist: 'Retirer de la playlist',
bulkClear: 'Désélectionner',
updaterAvailable: 'Mise à jour disponible',
updaterVersion: 'v{{version}} est disponible',
updaterWebsite: 'Site Web',
updaterModalTitle: 'Nouvelle version disponible',
updaterChangelog: 'Nouveautés',
updaterDownloadBtn: 'Télécharger maintenant',
updaterSkipBtn: 'Ignorer cette version',
updaterRemindBtn: 'Me rappeler plus tard',
updaterDone: 'Téléchargement terminé',
updaterShowFolder: 'Afficher dans le dossier',
updaterInstallHint: 'Fermez Psysonic et lancez le programme d\'installation manuellement.',
updaterAurHint: 'Installer la mise à jour via AUR :',
updaterErrorMsg: 'Échec du téléchargement',
updaterRetryBtn: 'Réessayer',
durationHoursMinutes: '{{hours}} h {{minutes}} min',
durationMinutesOnly: '{{minutes}} min',
updaterOpenGitHub: 'Ouvrir sur GitHub',
filters: 'Filtres',
more: 'plus',
yearRange: 'Plage d\'années',
clearAll: 'Tout effacer',
libraryEmpty: 'Votre bibliothèque est vide.',
};