diff --git a/android/app/src/main/assets/custom/i18n/pt.json b/android/app/src/main/assets/custom/i18n/pt.json new file mode 100644 index 0000000..c02fa16 --- /dev/null +++ b/android/app/src/main/assets/custom/i18n/pt.json @@ -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…" + } +}