mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-09 07:28:14 -07:00
Translated using Weblate (Portuguese)
Currently translated at 98.3% (473 of 481 strings) Translation: DonutWare/Fladder Translate-URL: https://hosted.weblate.org/projects/fladder/fladder/pt/
This commit is contained in:
parent
73a8360672
commit
1204d1b24f
1 changed files with 94 additions and 2 deletions
|
|
@ -297,7 +297,7 @@
|
||||||
},
|
},
|
||||||
"masonry": "Alvenaria",
|
"masonry": "Alvenaria",
|
||||||
"@masonry": {},
|
"@masonry": {},
|
||||||
"mediaTypeBoxset": "Conjunto de caixas",
|
"mediaTypeBoxset": "Boxset",
|
||||||
"@mediaTypeBoxset": {},
|
"@mediaTypeBoxset": {},
|
||||||
"mediaTypeFolder": "Pasta",
|
"mediaTypeFolder": "Pasta",
|
||||||
"@mediaTypeFolder": {},
|
"@mediaTypeFolder": {},
|
||||||
|
|
@ -1278,5 +1278,97 @@
|
||||||
"episodeUnaired": "Não exibido",
|
"episodeUnaired": "Não exibido",
|
||||||
"@episodeUnaired": {},
|
"@episodeUnaired": {},
|
||||||
"episodeMissing": "Falta",
|
"episodeMissing": "Falta",
|
||||||
"@episodeMissing": {}
|
"@episodeMissing": {},
|
||||||
|
"settingsEnableOsMediaControlsDesc": "Permitir o controle da reprodução usando as teclas de média e mostrar a média atual em reprodução no OS",
|
||||||
|
"@settingsEnableOsMediaControlsDesc": {},
|
||||||
|
"settingsPlayerBufferSizeTitle": "Tamanho do buffer de vídeo",
|
||||||
|
"@settingsPlayerBufferSizeTitle": {},
|
||||||
|
"settingsPlayerBufferSizeDesc": "Configure o tamanho do buffer para reprodução de vídeo, determinando a quantidade de dados que é carregada no cache.",
|
||||||
|
"@settingsPlayerBufferSizeDesc": {},
|
||||||
|
"exitFladderTitle": "Sair do Fladder",
|
||||||
|
"@exitFladderTitle": {},
|
||||||
|
"castAndCrew": "Elenco & Equipa",
|
||||||
|
"@castAndCrew": {},
|
||||||
|
"guestActor": "{count, plural, other{Atores Convidados} one{Ator Convidado}}",
|
||||||
|
"@guestActor": {
|
||||||
|
"description": "Guest actors",
|
||||||
|
"placeholders": {
|
||||||
|
"count": {
|
||||||
|
"type": "int",
|
||||||
|
"example": "1"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"maxConcurrentDownloadsTitle": "Máximo de descargas simultâneas",
|
||||||
|
"@maxConcurrentDownloadsTitle": {},
|
||||||
|
"maxConcurrentDownloadsDesc": "Define o número máximo de descargas que podem ser executadas ao mesmo tempo. Defina como 0 para desativar o limite.",
|
||||||
|
"@maxConcurrentDownloadsDesc": {},
|
||||||
|
"playbackTrackSelection": "Seleção de faixa",
|
||||||
|
"@playbackTrackSelection": {},
|
||||||
|
"rememberSubtitleSelections": "Definir a legenda com base no elemento anterior",
|
||||||
|
"@rememberSubtitleSelections": {},
|
||||||
|
"rememberAudioSelections": "Definir o áudio com base no elemento anterior",
|
||||||
|
"@rememberAudioSelections": {},
|
||||||
|
"rememberSubtitleSelectionsDesc": "Tentar definir a faixa de áudio com a correspondência mais próxima do último vídeo.",
|
||||||
|
"@rememberSubtitleSelectionsDesc": {},
|
||||||
|
"rememberAudioSelectionsDesc": "Tentar definir a legenda com a correspondência mais próxima do último vídeo.",
|
||||||
|
"@rememberAudioSelectionsDesc": {},
|
||||||
|
"similarToRecentlyPlayed": "Semelhante aos recentemente assistidos",
|
||||||
|
"@similarToRecentlyPlayed": {},
|
||||||
|
"similarToLikedItem": "Semelhante a elementos gostados",
|
||||||
|
"@similarToLikedItem": {},
|
||||||
|
"hasDirectorFromRecentlyPlayed": "Tem diretor de algo recentemente assistido",
|
||||||
|
"@hasDirectorFromRecentlyPlayed": {},
|
||||||
|
"hasActorFromRecentlyPlayed": "Tem ator de algo recentemente assistido",
|
||||||
|
"@hasActorFromRecentlyPlayed": {},
|
||||||
|
"hasLikedDirector": "Tem diretor favoritado",
|
||||||
|
"@hasLikedDirector": {},
|
||||||
|
"hasLikedActor": "Tem ator favoritado",
|
||||||
|
"@hasLikedActor": {},
|
||||||
|
"latest": "Mais recente",
|
||||||
|
"@latest": {},
|
||||||
|
"recommended": "Recomendado",
|
||||||
|
"@recommended": {},
|
||||||
|
"playbackType": "Tipo de reprodução",
|
||||||
|
"@playbackType": {},
|
||||||
|
"playbackTypeDirect": "Direta",
|
||||||
|
"@playbackTypeDirect": {},
|
||||||
|
"playbackTypeTranscode": "Transcodificação",
|
||||||
|
"@playbackTypeTranscode": {},
|
||||||
|
"playbackTypeOffline": "Offline",
|
||||||
|
"@playbackTypeOffline": {},
|
||||||
|
"latestReleases": "Lançamentos mais recentes",
|
||||||
|
"@latestReleases": {},
|
||||||
|
"autoCheckForUpdates": "Verificar periodicamente se há atualizações",
|
||||||
|
"@autoCheckForUpdates": {},
|
||||||
|
"newReleaseFoundTitle": "Atualização {newRelease} disponível!",
|
||||||
|
"@newReleaseFoundTitle": {
|
||||||
|
"placeholders": {
|
||||||
|
"newRelease": {
|
||||||
|
"type": "String"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"newUpdateFoundOnGithub": "Nova atualização encontrada no Github",
|
||||||
|
"@newUpdateFoundOnGithub": {},
|
||||||
|
"enableBackgroundPostersTitle": "Ativar imagens de fundo",
|
||||||
|
"@enableBackgroundPostersTitle": {},
|
||||||
|
"enableBackgroundPostersDesc": "Mostra imagens de fundo aleatórias em ecrãs aplicáveis",
|
||||||
|
"@enableBackgroundPostersDesc": {},
|
||||||
|
"notificationDownloadingDownloading": "A descarregar",
|
||||||
|
"@notificationDownloadingDownloading": {},
|
||||||
|
"notificationDownloadingPaused": "Descarga pausada",
|
||||||
|
"@notificationDownloadingPaused": {},
|
||||||
|
"notificationDownloadingFinished": "Descarga concluída",
|
||||||
|
"@notificationDownloadingFinished": {},
|
||||||
|
"notificationDownloadingError": "Erro ao descarregar",
|
||||||
|
"@notificationDownloadingError": {},
|
||||||
|
"syncPauseAll": "Pausar tudo",
|
||||||
|
"@syncPauseAll": {},
|
||||||
|
"syncStopAll": "Parar tudo",
|
||||||
|
"@syncStopAll": {},
|
||||||
|
"syncDeleteAll": "Apagar todos ficheiros",
|
||||||
|
"@syncDeleteAll": {},
|
||||||
|
"syncAllFiles": "Sincronizar todo ficheiros",
|
||||||
|
"@syncAllFiles": {}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue