mirror of
https://github.com/austinried/subtracks.git
synced 2025-12-27 09:09:29 +01:00
Currently translated at 100.0% (67 of 67 strings) Translated using Weblate (Portuguese) Currently translated at 11.9% (8 of 67 strings) Added translation using Weblate (Portuguese) Co-authored-by: Joel Calado <joelcalado@gmail.com> Translate-URL: https://hosted.weblate.org/projects/subtracks/subtracks/pt/ Translation: Subtracks/subtracks
153 lines
4.6 KiB
JSON
Vendored
153 lines
4.6 KiB
JSON
Vendored
{
|
|
"resources": {
|
|
"song": {
|
|
"lists": {
|
|
"artistTopSongs": "Top Músicas"
|
|
},
|
|
"name": "Música",
|
|
"name_plural": "Músicas"
|
|
},
|
|
"album": {
|
|
"lists": {
|
|
"sort": "Ordenar Álbuns",
|
|
"random": "Aleatório",
|
|
"frequent": "Mais Tocado",
|
|
"recent": "Ouviu recentemente",
|
|
"newest": "Adicionado recentemente",
|
|
"alphabeticalByArtist": "Por Artista",
|
|
"starred": "Favoritos",
|
|
"byYear": "Por Ano",
|
|
"byGenre": "Por Género",
|
|
"alphabeticalByName": "Por Nome"
|
|
},
|
|
"name": "Álbum",
|
|
"name_plural": "Álbuns",
|
|
"actions": {
|
|
"play": "Tocar Álbum",
|
|
"view": "Ver Álbum"
|
|
}
|
|
},
|
|
"artist": {
|
|
"lists": {
|
|
"random": "Aleatório",
|
|
"starred": "Favoritos",
|
|
"alphabeticalByName": "Por Nome",
|
|
"sort": "Ordenar Artistas"
|
|
},
|
|
"actions": {
|
|
"view": "Ver Artista"
|
|
},
|
|
"name": "Artista",
|
|
"name_plural": "Artistas"
|
|
},
|
|
"playlist": {
|
|
"actions": {
|
|
"play": "Tocar Playlist"
|
|
},
|
|
"name": "Lista",
|
|
"name_plural": "Listas"
|
|
},
|
|
"queue": {
|
|
"name": "Fila",
|
|
"name_plural": "Filas"
|
|
}
|
|
},
|
|
"search": {
|
|
"inputPlaceholder": "Procurar",
|
|
"moreResults": "Mais…",
|
|
"headerTitle": "Procurar: {{query}}",
|
|
"nowPlayingContext": "Resultados da Pesquisa"
|
|
},
|
|
"settings": {
|
|
"servers": {
|
|
"fields": {
|
|
"address": "Endereço",
|
|
"username": "Nome de utilizador",
|
|
"password": "Senha"
|
|
},
|
|
"options": {
|
|
"forcePlaintextPassword": {
|
|
"descriptionOff": "Enviar senha como token + sal",
|
|
"title": "Forçar password em texto simples",
|
|
"descriptionOn": "Enviar senha em texto simples (antigo, certifique-se que a sua ligação é segura!)"
|
|
}
|
|
},
|
|
"actions": {
|
|
"delete": "Apagar",
|
|
"edit": "Editar Servidor",
|
|
"testConnection": "Testar Ligação",
|
|
"add": "Adicionar Servidor",
|
|
"save": "Guardar"
|
|
},
|
|
"messages": {
|
|
"connectionFailed": "Ligação a {{address}} falhou, verifique definições ou servidor",
|
|
"connectionOk": "Ligação a {{address}} OK!"
|
|
},
|
|
"name": "Servidores"
|
|
},
|
|
"network": {
|
|
"name": "Rede",
|
|
"values": {
|
|
"kbps": "{{value}}kbps",
|
|
"unlimitedKbps": "Ilimitado",
|
|
"seconds": "{{value}} segundos"
|
|
},
|
|
"options": {
|
|
"maxBuffer": {
|
|
"title": "Tempo de buffer máximo"
|
|
},
|
|
"maxBitrateWifi": {
|
|
"title": "Bitrate Máximo (Wi-Fi)"
|
|
},
|
|
"maxBitrateMobile": {
|
|
"title": "Bitrate Máximo (móvel)"
|
|
},
|
|
"minBuffer": {
|
|
"title": "Tempo de buffer mínimo"
|
|
}
|
|
}
|
|
},
|
|
"music": {
|
|
"options": {
|
|
"scrobble": {
|
|
"descriptionOn": "Enviar histórico de reproduções por scrobble",
|
|
"title": "Enviar reproduções por scrobble",
|
|
"descriptionOff": "Não enviar histórico de reproduções por scrobble"
|
|
}
|
|
},
|
|
"name": "Música"
|
|
},
|
|
"reset": {
|
|
"name": "Redefinir",
|
|
"actions": {
|
|
"clearImageCache": "Limpar cache de Imagens"
|
|
}
|
|
},
|
|
"about": {
|
|
"name": "Acerca",
|
|
"version": "versão {{version}}",
|
|
"actions": {
|
|
"projectHomepage": "Página do Projeto",
|
|
"licenses": "Licenças"
|
|
}
|
|
}
|
|
},
|
|
"context": {
|
|
"actions": {
|
|
"star": "Favorito",
|
|
"unstar": "Remover favorito"
|
|
}
|
|
},
|
|
"navigation": {
|
|
"tabs": {
|
|
"home": "Início",
|
|
"library": "Biblioteca",
|
|
"search": "Procurar",
|
|
"settings": "Definições"
|
|
}
|
|
},
|
|
"messages": {
|
|
"nothingHere": "Não existe nada…"
|
|
}
|
|
}
|