Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(i18n): update pt-BR localization #106

Merged
merged 1 commit into from
Dec 12, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 40 additions & 6 deletions src/lang/pt-BR.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,60 @@
{
"WEATHERMANAGE.Title": "Gerenciamento de Efeitos Climáticos",
"FILTERMANAGE.Title": "Gerenciamento de Filtros de Efeito",
"EFFECTCONTROLS.Title": "Efeitos Especiais",
"CONTROLS.Effects": "Controles de Efeitos",
"CONTROLS.Weather": "Controle Climático",
"CONTROLS.Daylight": "Fitro Luz do Dia",
"CONTROLS.Filters": "Controles de Filtro",
"CONTROLS.InvertMask": "Inverter Máscara Climática",
"CONTROLS.Underwater": "Filtro Sub Áquatico",
"CONTROLS.Predator": "Filtro Predador",
"CONTROLS.Bloom": "Filtro Floral",
"CONTROLS.OldFilm": "Filtro Filme Antigo",
"CONTROLS.Bloom": "Filtro Bloom",
"CONTROLS.SpecialFX": "Efeitos Especiais",
"CONTROLS.Colorize": "Efeitos de Coloração",
"CONTROLS.SaveMacro": "Exportar Clima como Macro",
"CONTROLS.ClearFX": "Limpar Filtros e Efeitos",
"EFFECTCONTROLS.Title": "Efeitos Especiais",
"FXMASTER.AddEffect": "Adicionar um Efeito",
"FXMASTER.Saturation": "Saturação",
"FXMASTER.Gamma": "Gama",
"FXMASTER.Period": "Período",
"FXMASTER.Duration": "Duração",
"FXMASTER.Brightness": "Brilho",
"FXMASTER.Contrast": "Contraste",
"FXMASTER.Noise": "Ruído",
"FXMASTER.Density": "Densidade",
"FXMASTER.Tint": "Matiz",
"FXMASTER.Scale": "Escala",
"FXMASTER.ScaleHint": "Dimensionamento de vídeo",
"FXMASTER.Speed": "Velocidade",
"FXMASTER.Blur": "Névoa",
"FXMASTER.Bloom": "Floral",
"FXMASTER.Sepia": "Sépia",
"FXMASTER.Threshold": "Limiar",
"FXMASTER.SpeedHint": "Velocidade na qual o vídeo deve se mover",
"FXMASTER.Direction": "Direção",
"FXMASTER.SaveMacro": "Salvar Como Macro",
"FXMASTER.SaveChanges": "Salvar Alterações",
"FXMASTER.Delete": "Deletar Efeitos",
"FXMASTER.DeleteConfirm": "<p><strong>Você tem certeza?</strong> Todos os efeitos serão deletados.</p>",
"FXMASTER.Enable": "Habilitar Efeitos"
"FXMASTER.Delete": "Excluir Efeitos",
"FXMASTER.DeleteConfirm": "<p><strong>Você tem certeza?</strong> Todos os efeitos serão excluidos.</p>",
"FXMASTER.Enable": "Habilitar Efeitos",
"FXMASTER.Angle": "Ângulo",
"FXMASTER.AngleHint": "Ângulo inicial do efeito em comparação com o eixo da esquerda para a direita",
"FXMASTER.Anchor": "Âncora",
"FXMASTER.AnchorHint": "Coordenadas locais da origem entre 0,0 e 1,0",
"FXMASTER.File": "Arquivo",
"FXMASTER.Folder": "Pasta",
"FXMASTER.Name": "Nome",
"FXMASTER.AnimationDelay": "Atraso",
"FXMASTER.AnimationDelayHint": "Atraso na velocidade da animação",
"FXMASTER.Ease": "Atenuação",
"FXMASTER.EaseHint": "Função de atenuação de animação de velocidade",
"FXMASTER.PermissionCreate": "Use efeitos especiais FXMaster",
"FXMASTER.PermissionCreateHint": "Permitir o uso de efeitos especiais FXMaster por meio dos controles de cena.",
"FXMASTER.MaskWeather": "Máscara de Clima FXMaster",
"FXMASTER.CastStatic": "Facear alvo",
"FXMASTER.CastThrow": "Jogue para o alvo",
"FXMASTER.CastExtend": "Estender para o alvo",
"FXMASTER.CastExpand": "Expandir para o alvo",
"FXMASTER.CastRotate": "Girar"
}