mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-14 11:17:19 +03:00
Update translations for playlists
This commit is contained in:
parent
d1a0ffaaee
commit
1aef21a4a9
@ -21,8 +21,9 @@
|
||||
"discSubtitle": "Sub-título do disco"
|
||||
},
|
||||
"actions": {
|
||||
"addToQueue": "Tocar por último",
|
||||
"playNow": "Tocar agora"
|
||||
"addToQueue": "Adicionar à fila",
|
||||
"playNow": "Tocar agora",
|
||||
"addToPlaylist": "Adicionar à playlist"
|
||||
}
|
||||
},
|
||||
"album": {
|
||||
@ -42,7 +43,7 @@
|
||||
"actions": {
|
||||
"playAll": "Tocar",
|
||||
"playNext": "Tocar em seguida",
|
||||
"addToQueue": "Tocar no fim",
|
||||
"addToQueue": "Adicionar à fila",
|
||||
"shuffle": "Aleatório"
|
||||
}
|
||||
},
|
||||
@ -85,6 +86,21 @@
|
||||
"defaultBitRate": "Bitrate padrão",
|
||||
"command": "Comando"
|
||||
}
|
||||
},
|
||||
"playlist": {
|
||||
"name": "Playlist |||| Playlists",
|
||||
"fields": {
|
||||
"name": "Nome",
|
||||
"duration": "Duração",
|
||||
"owner": "Dono",
|
||||
"public": "Pública",
|
||||
"updatedAt": "Últ. Atualização",
|
||||
"createdAt": "Data de Criação ",
|
||||
"songCount": "Músicas"
|
||||
},
|
||||
"actions": {
|
||||
"selectPlaylist": "Selecione a playlist:"
|
||||
}
|
||||
}
|
||||
},
|
||||
"ra": {
|
||||
|
@ -60,6 +60,7 @@
|
||||
"fields": {
|
||||
"name": "Name",
|
||||
"duration": "Duration",
|
||||
"songCount": "Songs",
|
||||
"owner": "Owner",
|
||||
"public": "Public",
|
||||
"updatedAt":"Updated at",
|
||||
|
@ -27,8 +27,9 @@ const removeEmpty = (obj) => {
|
||||
|
||||
const prepareLanguage = (lang) => {
|
||||
removeEmpty(lang)
|
||||
// Make "albumSongs" resource use the same translations as "song"
|
||||
// Make "albumSong" and "playlistTrack" resource use the same translations as "song"
|
||||
lang.resources.albumSong = lang.resources.song
|
||||
lang.resources.playlistTrack = lang.resources.song
|
||||
// ra.boolean.null should always be empty
|
||||
lang.ra.boolean.null = ''
|
||||
// Fallback to english translations
|
||||
|
Loading…
x
Reference in New Issue
Block a user