mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-01 17:32:39 +00:00
4e38750588
Signed-off-by: LuanRT <luan.lrt4@gmail.com>
82 lines
No EOL
1.8 KiB
JavaScript
82 lines
No EOL
1.8 KiB
JavaScript
module.exports = {
|
|
name: "Português Brasileiro",
|
|
|
|
global: {
|
|
home: "Início",
|
|
subscriptions: "Inscrições",
|
|
library: "Biblioteca"
|
|
},
|
|
|
|
index: {
|
|
connecting: "Conectando",
|
|
launching: "Iniciando"
|
|
},
|
|
|
|
settings: {
|
|
general: "Geral",
|
|
theme: "Tema",
|
|
player: "Reprodutor",
|
|
uitweaker: "Interface",
|
|
startupoptions: "Opções de início",
|
|
plugins: "Plugins",
|
|
updates: "Atualizações",
|
|
logs: "Logs",
|
|
about: "Sobre",
|
|
devmode: "Editor de registro"
|
|
},
|
|
|
|
mods: {
|
|
general: {
|
|
language: "Idioma"
|
|
},
|
|
theme: {
|
|
normal: "Normal",
|
|
adaptive: "Adaptado",
|
|
custom: "Customizado",
|
|
dark: "Escuro",
|
|
black: "Preto",
|
|
darkmode: "Modo Escuro",
|
|
darkmodetagline: "Bravo Six, Escurecendo."
|
|
},
|
|
tweaks: {
|
|
fullscreen: "Tela Cheia",
|
|
navbarblur: "Desfoque da Barra De Nav",
|
|
roundedcorners: "Bordas Arredondadas",
|
|
roundthumbnails: "Arredondar Thumbnails",
|
|
roundwatchpagecomponents: "Arredondar elementos da tela de reprodução",
|
|
radius: "Grau"
|
|
},
|
|
startup: {
|
|
defaultpage: "Página Padrão"
|
|
},
|
|
updates: {
|
|
install: "Instalar",
|
|
view: "Ver",
|
|
latest: "Última",
|
|
installed: "Instalado"
|
|
},
|
|
logs: {
|
|
more: "Mais"
|
|
},
|
|
about: {
|
|
appinformation: "Informação do App",
|
|
appversion: "Versão",
|
|
deviceinformation: "Informação do Dispositivo",
|
|
platform: "Plataforma",
|
|
os: "Sistema Operacional",
|
|
model: "Modelo",
|
|
manufacturer: "Fabricante",
|
|
emulator: "Emulador",
|
|
github: "GitHub",
|
|
discord: "Discord"
|
|
}
|
|
},
|
|
|
|
events: {
|
|
welcome: "Bem vindo ao VueTube",
|
|
tagline: "O futuro de streaming de video",
|
|
next: "Próximo",
|
|
updated: "VueTube atualizado com sucesso!",
|
|
awesome: "Incrível!"
|
|
}
|
|
} |