mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-29 06:33:05 +00:00
Merge branch 'main' of https://github.com/VueTubeApp/VueTube into main
This commit is contained in:
commit
214db66bfe
1 changed files with 82 additions and 0 deletions
82
NUXT/plugins/languages/brazilian-portuguese.js
Normal file
82
NUXT/plugins/languages/brazilian-portuguese.js
Normal file
|
@ -0,0 +1,82 @@
|
|||
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!"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue