This repository has been archived by the owner on Feb 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 172
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #660 from sousa-miguel/portuguese-lang
Add support for Portuguese from Portugal
- Loading branch information
Showing
1 changed file
with
82 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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!", | ||
}, | ||
}; |