Skip to content

Commit

Permalink
Translated using Weblate (French)
Browse files Browse the repository at this point in the history
Currently translated at 100.0% (94 of 94 strings)

Co-authored-by: Clyhtsuriva <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/subtracks/subtracks/fr/
Translation: Subtracks/subtracks
  • Loading branch information
clyhtsuriva authored and weblate committed Jun 26, 2024
1 parent daab45c commit bfa95eb
Showing 1 changed file with 41 additions and 3 deletions.
44 changes: 41 additions & 3 deletions lib/l10n/app_fr.arb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"actionsStar": "Mettre en favoris",
"actionsStar": "Ajouter aux favoris",
"@actionsStar": {},
"actionsUnstar": "Enlever des favoris",
"@actionsUnstar": {},
Expand Down Expand Up @@ -231,12 +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": "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": {}
"@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": {}
}

0 comments on commit bfa95eb

Please sign in to comment.