mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-11 14:30:20 -05:00
[web] Fix missing translation in audiobook page. Reorganise some translations to be more coherent.
This commit is contained in:
@@ -302,6 +302,10 @@
|
||||
"artists": {
|
||||
"count": "{count} authors",
|
||||
"title": "Authors"
|
||||
},
|
||||
"tabs": {
|
||||
"authors": "Authors",
|
||||
"audiobooks": "Audiobooks"
|
||||
}
|
||||
},
|
||||
"browse": {
|
||||
@@ -315,6 +319,14 @@
|
||||
"recently-played": {
|
||||
"title": "Recently played",
|
||||
"tracks": "tracks"
|
||||
},
|
||||
"tabs": {
|
||||
"albums": "Albums",
|
||||
"artists": "Artists",
|
||||
"browse": "Browse",
|
||||
"composers": "Composers",
|
||||
"genres": "Genres",
|
||||
"spotify": "Spotify"
|
||||
}
|
||||
},
|
||||
"composer": {
|
||||
@@ -409,7 +421,11 @@
|
||||
"show-playlists": "Show all {count} playlists",
|
||||
"show-podcasts": "Show all {count} podcasts",
|
||||
"show-tracks": "Show all {count} tracks",
|
||||
"tracks": "Tracks"
|
||||
"tracks": "Tracks",
|
||||
"tabs": {
|
||||
"library": "Library",
|
||||
"spotify": "Spotify"
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"artwork": {
|
||||
@@ -481,24 +497,10 @@
|
||||
"logout": "Logout"
|
||||
},
|
||||
"tabs": {
|
||||
"music": {
|
||||
"albums": "Albums",
|
||||
"artists": "Artists",
|
||||
"browse": "Browse",
|
||||
"composers": "Composers",
|
||||
"genres": "Genres",
|
||||
"spotify": "Spotify"
|
||||
},
|
||||
"search": {
|
||||
"library": "Library",
|
||||
"spotify": "Spotify"
|
||||
},
|
||||
"settings": {
|
||||
"artwork": "Artwork",
|
||||
"general": "General",
|
||||
"online-services": "Online Services",
|
||||
"remotes-and-outputs": "Remotes and Outputs"
|
||||
}
|
||||
"artwork": "Artwork",
|
||||
"general": "General",
|
||||
"online-services": "Online Services",
|
||||
"remotes-and-outputs": "Remotes and Outputs"
|
||||
}
|
||||
},
|
||||
"spotify": {
|
||||
|
||||
@@ -302,6 +302,10 @@
|
||||
"artists": {
|
||||
"count": "{count} auteurs",
|
||||
"title": "Auteurs"
|
||||
},
|
||||
"tabs": {
|
||||
"authors": "Auteurs",
|
||||
"audiobooks": "Livres audio"
|
||||
}
|
||||
},
|
||||
"browse": {
|
||||
@@ -315,6 +319,14 @@
|
||||
"recently-played": {
|
||||
"title": "Lectures récentes",
|
||||
"pistes": "pistes"
|
||||
},
|
||||
"tabs": {
|
||||
"albums": "Albums",
|
||||
"artists": "Artistes",
|
||||
"browse": "Parcourir",
|
||||
"composers": "Compositeurs",
|
||||
"genres": "Genres",
|
||||
"spotify": "Spotify"
|
||||
}
|
||||
},
|
||||
"composer": {
|
||||
@@ -409,7 +421,11 @@
|
||||
"show-playlists": "Afficher les {count} listes de lecture",
|
||||
"show-podcasts": "Afficher les {count} podcasts",
|
||||
"show-tracks": "Afficher les {count} pistes",
|
||||
"pistes": "Pistes"
|
||||
"pistes": "Pistes",
|
||||
"tabs": {
|
||||
"library": "Bibliothèque",
|
||||
"spotify": "Spotify"
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"artwork": {
|
||||
@@ -481,24 +497,10 @@
|
||||
"logout": "Se déconnecter"
|
||||
},
|
||||
"tabs": {
|
||||
"music": {
|
||||
"albums": "Albums",
|
||||
"artists": "Artistes",
|
||||
"browse": "Parcourir",
|
||||
"composers": "Compositeurs",
|
||||
"genres": "Genres",
|
||||
"spotify": "Spotify"
|
||||
},
|
||||
"search": {
|
||||
"library": "Library",
|
||||
"spotify": "Spotify"
|
||||
},
|
||||
"settings": {
|
||||
"artwork": "Illustrations",
|
||||
"general": "Général",
|
||||
"online-services": "Services en ligne",
|
||||
"remotes-and-outputs": "Télécommandes et sorties"
|
||||
}
|
||||
"artwork": "Illustrations",
|
||||
"general": "Général",
|
||||
"online-services": "Services en ligne",
|
||||
"remotes-and-outputs": "Télécommandes et sorties"
|
||||
}
|
||||
},
|
||||
"spotify": {
|
||||
|
||||
Reference in New Issue
Block a user