mirror of
https://github.com/austinried/subtracks.git
synced 2025-12-29 17:39:27 +01:00
Compare commits
19 Commits
ad05c35d28
...
bfa95eb497
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bfa95eb497 | ||
|
|
daab45c154 | ||
|
|
b9bbda2070 | ||
|
|
ab9d334dec | ||
|
|
9ccd0355b6 | ||
|
|
f1340003a1 | ||
|
|
1ec6175c37 | ||
|
|
f9b32d3d04 | ||
|
|
8efc1c270e | ||
|
|
15fa480384 | ||
|
|
503596f086 | ||
|
|
99a80e746d | ||
|
|
a6101536af | ||
|
|
1703a224ea | ||
|
|
4ac027d7e2 | ||
|
|
32a2bab64b | ||
|
|
f08acdbb23 | ||
|
|
08620a8b6a | ||
|
|
6ce2038b11 |
@ -1,5 +1,5 @@
|
||||
{
|
||||
"actionsStar": "Mettre en favoris",
|
||||
"actionsStar": "Ajouter aux favoris",
|
||||
"@actionsStar": {},
|
||||
"actionsUnstar": "Enlever des favoris",
|
||||
"@actionsUnstar": {},
|
||||
@ -73,17 +73,17 @@
|
||||
},
|
||||
"resourcesSortByAdded": "Récemment Ajouté",
|
||||
"@resourcesSortByAdded": {},
|
||||
"resourcesSortByArtist": "Par Artiste",
|
||||
"resourcesSortByArtist": "Artiste",
|
||||
"@resourcesSortByArtist": {},
|
||||
"resourcesSortByFrequentlyPlayed": "Fréquemment Joué",
|
||||
"@resourcesSortByFrequentlyPlayed": {},
|
||||
"resourcesSortByName": "Par Nom",
|
||||
"resourcesSortByName": "Nom",
|
||||
"@resourcesSortByName": {},
|
||||
"resourcesSortByRandom": "Aléatoire",
|
||||
"@resourcesSortByRandom": {},
|
||||
"resourcesSortByRecentlyPlayed": "Récemment Joué",
|
||||
"@resourcesSortByRecentlyPlayed": {},
|
||||
"resourcesSortByYear": "Par Année",
|
||||
"resourcesSortByYear": "Année",
|
||||
"@resourcesSortByYear": {},
|
||||
"searchHeaderTitle": "Recherche : {query}",
|
||||
"@searchHeaderTitle": {
|
||||
@ -211,7 +211,7 @@
|
||||
"@resourcesFilterArtist": {},
|
||||
"resourcesFilterYear": "Année",
|
||||
"@resourcesFilterYear": {},
|
||||
"resourcesSortByAlbum": "Par album",
|
||||
"resourcesSortByAlbum": "Album",
|
||||
"@resourcesSortByAlbum": {},
|
||||
"resourcesSortByTitle": "Titre",
|
||||
"@resourcesSortByTitle": {},
|
||||
@ -231,6 +231,50 @@
|
||||
"@actionsDownload": {},
|
||||
"resourcesSongListDeleteAllContent": "Tous les fichiers de musique téléchargés vont être supprimés.",
|
||||
"@resourcesSongListDeleteAllContent": {},
|
||||
"resourcesSongListDeleteAllTitle": "Supprimer le(s) téléchargement(s) ?",
|
||||
"@resourcesSongListDeleteAllTitle": {}
|
||||
"resourcesSongListDeleteAllTitle": "Supprimer les téléchargements ?",
|
||||
"@resourcesSongListDeleteAllTitle": {},
|
||||
"controlsShuffle": "Aléatoire",
|
||||
"@controlsShuffle": {},
|
||||
"resourcesSortByUpdated": "Récemment mis à jour",
|
||||
"@resourcesSortByUpdated": {},
|
||||
"settingsNetworkOptionsOfflineModeOn": "Ne pas se connecter à internet pour synchroniser ou jouer de la musique.",
|
||||
"@settingsNetworkOptionsOfflineModeOn": {},
|
||||
"resourcesAlbumCount": "{count,plural, =1{{count} album} other{{count} albums}}",
|
||||
"@resourcesAlbumCount": {
|
||||
"placeholders": {
|
||||
"count": {
|
||||
"type": "int"
|
||||
}
|
||||
}
|
||||
},
|
||||
"resourcesArtistCount": "{count,plural, =1{{count} artiste} other{{count} artistes}}",
|
||||
"@resourcesArtistCount": {
|
||||
"placeholders": {
|
||||
"count": {
|
||||
"type": "int"
|
||||
}
|
||||
}
|
||||
},
|
||||
"resourcesFilterOwner": "Propriétaire",
|
||||
"@resourcesFilterOwner": {},
|
||||
"resourcesPlaylistCount": "{count,plural, =1{{count} playlist} other{{count} playlists}}",
|
||||
"@resourcesPlaylistCount": {
|
||||
"placeholders": {
|
||||
"count": {
|
||||
"type": "int"
|
||||
}
|
||||
}
|
||||
},
|
||||
"resourcesSongCount": "{count,plural, =1{{count} chanson} other{{count} chansons}}",
|
||||
"@resourcesSongCount": {
|
||||
"placeholders": {
|
||||
"count": {
|
||||
"type": "int"
|
||||
}
|
||||
}
|
||||
},
|
||||
"settingsNetworkOptionsStreamFormatServerDefault": "Utiliser les paramètres par défaut du serveur",
|
||||
"@settingsNetworkOptionsStreamFormatServerDefault": {},
|
||||
"resourcesSortByAlbumCount": "Nombre d'albums",
|
||||
"@resourcesSortByAlbumCount": {}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user