Translated using Weblate (Portuguese (Brazil))
Currently translated at 32.0% (188 of 586 strings) Co-authored-by: Cyber Hippie <neves.j@protonmail.com> Translate-URL: https://hosted.weblate.org/projects/feishin/translation/pt_BR/ Translation: feishin/Translation
This commit is contained in:
parent
cbe1c878e7
commit
0235a569a0
1 changed files with 47 additions and 8 deletions
|
@ -80,7 +80,13 @@
|
||||||
"yes": "sim",
|
"yes": "sim",
|
||||||
"random": "aleatório",
|
"random": "aleatório",
|
||||||
"size": "tamanho",
|
"size": "tamanho",
|
||||||
"note": "observação"
|
"note": "observação",
|
||||||
|
"mbid": "ID no MusicBrainz",
|
||||||
|
"reload": "recarregar",
|
||||||
|
"codec": "codec",
|
||||||
|
"preview": "pré-visualizar",
|
||||||
|
"share": "compartilhar",
|
||||||
|
"close": "fechar"
|
||||||
},
|
},
|
||||||
"action": {
|
"action": {
|
||||||
"goToPage": "vá para página",
|
"goToPage": "vá para página",
|
||||||
|
@ -98,17 +104,34 @@
|
||||||
"removeFromPlaylist": "remover da $t(entity.playlist_one)",
|
"removeFromPlaylist": "remover da $t(entity.playlist_one)",
|
||||||
"deletePlaylist": "deletar $t(entity.playlist_one)",
|
"deletePlaylist": "deletar $t(entity.playlist_one)",
|
||||||
"deselectAll": "desmarcar todos",
|
"deselectAll": "desmarcar todos",
|
||||||
"removeFromFavorites": "remover de $t(entity.favorite_other)"
|
"removeFromFavorites": "remover de $t(entity.favorite_other)",
|
||||||
|
"openIn": {
|
||||||
|
"lastfm": "Abrir em Last.fm",
|
||||||
|
"musicbrainz": "Abrir em MusicBrainz"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"form": {
|
"form": {
|
||||||
"deletePlaylist": {
|
"deletePlaylist": {
|
||||||
"title": "deletar $t(entity.playlist_one)"
|
"title": "deletar $t(entity.playlist_one)",
|
||||||
|
"input_confirm": "escreva o nome da $t(entity.playlist_one) para confirmar"
|
||||||
},
|
},
|
||||||
"addServer": {
|
"addServer": {
|
||||||
"title": "adicionar servidor"
|
"title": "adicionar servidor",
|
||||||
|
"input_password": "senha",
|
||||||
|
"input_legacyAuthentication": "habilitar autenticação legada",
|
||||||
|
"error_savePassword": "um erro ocorreu ao tentar salvar a senha",
|
||||||
|
"ignoreSsl": "ignorar ssl ($t(common.restartRequired))",
|
||||||
|
"input_savePassword": "salvar senha",
|
||||||
|
"input_url": "url",
|
||||||
|
"success": "servidor adicionado com sucesso",
|
||||||
|
"input_name": "nome do servidor",
|
||||||
|
"input_username": "nome de usuário"
|
||||||
},
|
},
|
||||||
"createPlaylist": {
|
"createPlaylist": {
|
||||||
"title": "criar $t(entity.playlist_one)"
|
"title": "criar $t(entity.playlist_one)",
|
||||||
|
"input_public": "público",
|
||||||
|
"input_description": "$t(common.description)",
|
||||||
|
"success": "$t(entity.playlist_one) criada com sucesso"
|
||||||
},
|
},
|
||||||
"updateServer": {
|
"updateServer": {
|
||||||
"title": "atualizar servidor"
|
"title": "atualizar servidor"
|
||||||
|
@ -117,7 +140,10 @@
|
||||||
"title": "editar $t(entity.playlist_one)"
|
"title": "editar $t(entity.playlist_one)"
|
||||||
},
|
},
|
||||||
"addToPlaylist": {
|
"addToPlaylist": {
|
||||||
"title": "adicionar à $t(entity.playlist_one)"
|
"title": "adicionar à $t(entity.playlist_one)",
|
||||||
|
"input_playlists": "$t(entity.playlist_other)",
|
||||||
|
"input_skipDuplicates": "pular duplicadas",
|
||||||
|
"success": "adicionado $t(entity.trackWithCount, {\"count\": {{message}} }) para $t(entity.playlistWithCount, {\"count\": {{numOfPlaylists}} })"
|
||||||
},
|
},
|
||||||
"lyricSearch": {
|
"lyricSearch": {
|
||||||
"title": "pesquisa de letras"
|
"title": "pesquisa de letras"
|
||||||
|
@ -176,7 +202,17 @@
|
||||||
"filter": {
|
"filter": {
|
||||||
"title": "titulo",
|
"title": "titulo",
|
||||||
"disc": "disco",
|
"disc": "disco",
|
||||||
"mostPlayed": "mais tocado"
|
"mostPlayed": "mais tocado",
|
||||||
|
"album": "$t(entity.album_one)",
|
||||||
|
"name": "nome",
|
||||||
|
"biography": "bibliografia",
|
||||||
|
"duration": "duração",
|
||||||
|
"favorited": "favoritado",
|
||||||
|
"fromYear": "a partir do ano",
|
||||||
|
"songCount": "contador de músicas",
|
||||||
|
"toYear": "até o ano",
|
||||||
|
"random": "aleatório",
|
||||||
|
"search": "buscar"
|
||||||
},
|
},
|
||||||
"player": {
|
"player": {
|
||||||
"playbackFetchNoResults": "nenhuma música encontrada",
|
"playbackFetchNoResults": "nenhuma música encontrada",
|
||||||
|
@ -242,6 +278,9 @@
|
||||||
"mpvRequired": "MPV necessário",
|
"mpvRequired": "MPV necessário",
|
||||||
"audioDeviceFetchError": "ocorreu um erro ao tentar obter dispositivos de áudio",
|
"audioDeviceFetchError": "ocorreu um erro ao tentar obter dispositivos de áudio",
|
||||||
"invalidServer": "servidor inválido",
|
"invalidServer": "servidor inválido",
|
||||||
"loginRateError": "muitas tentativas de login, tente novamente em alguns segundos"
|
"loginRateError": "muitas tentativas de login, tente novamente em alguns segundos",
|
||||||
|
"badAlbum": "você está vendo este erro por que está música não é parte de algum album. um motivo comum para você estar vendo este erro é se a sua música estiver na raiz da sua pasta de músicas. o jellyfin apenas agrupa as músicas se elas estiveram na mesma pasta.",
|
||||||
|
"networkError": "ocorreu um erro na internet",
|
||||||
|
"openError": "não foi possível abrir o arquivo"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue