mirror of
https://github.com/austinried/subtracks.git
synced 2025-12-27 00:59:28 +01:00
Translated using Weblate (Portuguese)
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
This commit is contained in:
parent
ccead686aa
commit
3d1d226c43
152
android/app/src/main/assets/custom/i18n/pt.json
vendored
Normal file
152
android/app/src/main/assets/custom/i18n/pt.json
vendored
Normal file
@ -0,0 +1,152 @@
|
||||
{
|
||||
"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…"
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user