mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-10-31 17:02:38 +00:00
Add support for Portuguese from Portugal
This commit is contained in:
parent
b48bcb7468
commit
aaa0a4dddf
1 changed files with 82 additions and 0 deletions
82
NUXT/plugins/languages/portuguese.js
Normal file
82
NUXT/plugins/languages/portuguese.js
Normal file
|
@ -0,0 +1,82 @@
|
|||
module.exports = {
|
||||
name: "Português",
|
||||
|
||||
global: {
|
||||
home: "Início",
|
||||
subscriptions: "Subscrições",
|
||||
library: "Biblioteca",
|
||||
},
|
||||
|
||||
index: {
|
||||
connecting: "A ligar",
|
||||
launching: "A iniciar",
|
||||
},
|
||||
|
||||
settings: {
|
||||
general: "Geral",
|
||||
theme: "Tema",
|
||||
player: "Leitor",
|
||||
uitweaker: "Interface",
|
||||
startupoptions: "Opções de arranque",
|
||||
plugins: "Plugins",
|
||||
updates: "Atualizações",
|
||||
logs: "Logs",
|
||||
about: "Sobre",
|
||||
devmode: "Modo programador",
|
||||
},
|
||||
|
||||
mods: {
|
||||
general: {
|
||||
language: "Idioma",
|
||||
},
|
||||
theme: {
|
||||
normal: "Normal",
|
||||
adaptive: "Adaptado",
|
||||
custom: "Customizado",
|
||||
dark: "Escuro",
|
||||
black: "Preto",
|
||||
darkmode: "Modo Escuro",
|
||||
darkmodetagline: "Bravo Six, Escurecendo.",
|
||||
},
|
||||
tweaks: {
|
||||
fullscreen: "Ecrã completo",
|
||||
navbarblur: "Desfoque da Barra De Nav",
|
||||
roundedcorners: "Bordas Redondas",
|
||||
roundthumbnails: "Thumbnails Redondas",
|
||||
roundwatchpagecomponents: "Elementos do leitor de video Redondos",
|
||||
radius: "Graus",
|
||||
},
|
||||
startup: {
|
||||
defaultpage: "Página Padrão",
|
||||
},
|
||||
updates: {
|
||||
install: "Instalar",
|
||||
view: "Ver",
|
||||
latest: "Última",
|
||||
installed: "Instalado",
|
||||
},
|
||||
logs: {
|
||||
more: "Mais",
|
||||
},
|
||||
about: {
|
||||
appinformation: "Informação da 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 do streaming de video",
|
||||
next: "Próximo",
|
||||
updated: "VueTube atualizado com sucesso!",
|
||||
awesome: "Incrível!",
|
||||
},
|
||||
};
|
Loading…
Reference in a new issue