forked from VueTubeApp/VueTube
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathportuguese.js
82 lines (77 loc) · 1.8 KB
/
portuguese.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
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!",
},
};