@@ -605,6 +605,7 @@ class _TranslationsVideoControlsPt extends TranslationsVideoControlsEn {
|
||||
@override String get pipActive => 'Reproduzindo em Picture-in-Picture';
|
||||
@override String get pipFailed => 'Falha ao iniciar picture-in-picture';
|
||||
@override String get screenshotSaved => 'Captura de tela salva';
|
||||
@override String zoomPercent({required Object percent}) => 'Zoom ${percent}%';
|
||||
@override late final _TranslationsVideoControlsPipErrorsPt pipErrors = _TranslationsVideoControlsPipErrorsPt._(_root);
|
||||
@override String get chapters => 'Capítulos';
|
||||
@override String get noChaptersAvailable => 'Nenhum capítulo disponível';
|
||||
@@ -1308,6 +1309,7 @@ class _TranslationsVideoSettingsPt extends TranslationsVideoSettingsEn {
|
||||
|
||||
// Translations
|
||||
@override String get playbackSpeed => 'Velocidade de Reprodução';
|
||||
@override String get zoom => 'Zoom';
|
||||
@override String get sleepTimer => 'Timer de Sono';
|
||||
@override String get audioSync => 'Sincronia de Áudio';
|
||||
@override String get subtitleSync => 'Sincronia de Legendas';
|
||||
@@ -1565,6 +1567,9 @@ class _TranslationsHotkeysActionsPt extends TranslationsHotkeysActionsEn {
|
||||
@override String get speedIncrease => 'Aumentar Velocidade';
|
||||
@override String get speedDecrease => 'Diminuir Velocidade';
|
||||
@override String get speedReset => 'Redefinir Velocidade';
|
||||
@override String get zoomIn => 'Aumentar zoom';
|
||||
@override String get zoomOut => 'Diminuir zoom';
|
||||
@override String get zoomReset => 'Redefinir zoom';
|
||||
@override String get subSeekNext => 'Ir para Próxima Legenda';
|
||||
@override String get subSeekPrev => 'Ir para Legenda Anterior';
|
||||
@override String get shaderToggle => 'Alternar Shaders';
|
||||
@@ -2099,6 +2104,9 @@ extension on TranslationsPt {
|
||||
'hotkeys.actions.speedIncrease' => 'Aumentar Velocidade',
|
||||
'hotkeys.actions.speedDecrease' => 'Diminuir Velocidade',
|
||||
'hotkeys.actions.speedReset' => 'Redefinir Velocidade',
|
||||
'hotkeys.actions.zoomIn' => 'Aumentar zoom',
|
||||
'hotkeys.actions.zoomOut' => 'Diminuir zoom',
|
||||
'hotkeys.actions.zoomReset' => 'Redefinir zoom',
|
||||
'hotkeys.actions.subSeekNext' => 'Ir para Próxima Legenda',
|
||||
'hotkeys.actions.subSeekPrev' => 'Ir para Legenda Anterior',
|
||||
'hotkeys.actions.shaderToggle' => 'Alternar Shaders',
|
||||
@@ -2224,6 +2232,7 @@ extension on TranslationsPt {
|
||||
'videoControls.pipActive' => 'Reproduzindo em Picture-in-Picture',
|
||||
'videoControls.pipFailed' => 'Falha ao iniciar picture-in-picture',
|
||||
'videoControls.screenshotSaved' => 'Captura de tela salva',
|
||||
'videoControls.zoomPercent' => ({required Object percent}) => 'Zoom ${percent}%',
|
||||
'videoControls.pipErrors.androidVersion' => 'Requer Android 8.0 ou superior',
|
||||
'videoControls.pipErrors.iosVersion' => 'Requer iOS 15.0 ou superior',
|
||||
'videoControls.pipErrors.permissionDisabled' => 'Picture-in-picture está desativado. Ative nas configurações do sistema.',
|
||||
@@ -2316,12 +2325,12 @@ extension on TranslationsPt {
|
||||
'profiles.addPlezyProfile' => 'Adicionar perfil Plezy',
|
||||
'profiles.switchingProfile' => 'Mudando perfil…',
|
||||
'profiles.deleteThisProfileTitle' => 'Excluir este perfil?',
|
||||
_ => null,
|
||||
} ?? switch (path) {
|
||||
'profiles.deleteThisProfileMessage' => ({required Object displayName}) => 'Remover ${displayName}. As conexões não serão afetadas.',
|
||||
'profiles.active' => 'Ativo',
|
||||
'profiles.manage' => 'Gerenciar',
|
||||
'profiles.delete' => 'Excluir',
|
||||
_ => null,
|
||||
} ?? switch (path) {
|
||||
'profiles.signOut' => 'Sair',
|
||||
'profiles.signOutPlexTitle' => 'Sair do Plex?',
|
||||
'profiles.signOutPlexMessage' => ({required Object displayName}) => 'Remover ${displayName} e todos os usuários Plex Home? Você pode entrar novamente quando quiser.',
|
||||
@@ -2801,6 +2810,7 @@ extension on TranslationsPt {
|
||||
'companionRemote.remote.audio' => 'Áudio',
|
||||
'companionRemote.remote.searchHint' => 'Buscar no desktop...',
|
||||
'videoSettings.playbackSpeed' => 'Velocidade de Reprodução',
|
||||
'videoSettings.zoom' => 'Zoom',
|
||||
'videoSettings.sleepTimer' => 'Timer de Sono',
|
||||
'videoSettings.audioSync' => 'Sincronia de Áudio',
|
||||
'videoSettings.subtitleSync' => 'Sincronia de Legendas',
|
||||
@@ -2829,13 +2839,13 @@ extension on TranslationsPt {
|
||||
'metadataEdit.basicInfo' => 'Informações Básicas',
|
||||
'metadataEdit.artwork' => 'Arte',
|
||||
'metadataEdit.advancedSettings' => 'Configurações Avançadas',
|
||||
_ => null,
|
||||
} ?? switch (path) {
|
||||
'metadataEdit.title' => 'Título',
|
||||
'metadataEdit.sortTitle' => 'Título para Ordenação',
|
||||
'metadataEdit.originalTitle' => 'Título Original',
|
||||
'metadataEdit.releaseDate' => 'Data de Lançamento',
|
||||
'metadataEdit.contentRating' => 'Classificação Indicativa',
|
||||
_ => null,
|
||||
} ?? switch (path) {
|
||||
'metadataEdit.studio' => 'Estúdio',
|
||||
'metadataEdit.tagline' => 'Tagline',
|
||||
'metadataEdit.summary' => 'Sinopse',
|
||||
|
||||
Reference in New Issue
Block a user