blob: fdd4d3c1ed8e9994787916375a51262f82ee85a1 (
plain)
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
83
84
85
86
87
88
89
90
91
|
# Hyperbola GNU+Linux-libre Fast Install (hyperfi)
# ------------------------------------------------
# project : https://git.sr.ht/~heckyel/hyperfi
# language : Brazilian Portuguese
# translator : MaxWilliamJF (maxwilljf@gmail.com)
# notes : Version 0.1
locale=pt_BR.UTF-8
font=Lat0-16
txtexit="Sair"
txtback="Voltar"
txtignore="Ignorar"
txtselectserver="Escolha um servidor de origem :"
txtmainmenu="Menu Principal"
txtlanguage="Linguagem"
txtsetkeymap="Definir Layout do Teclado"
txteditor="Editor"
txtdiskpartmenu="Partições de Disco"
txtselectpartsmenu="Selecionar Partições e Instalar"
txthelp="Ajuda"
txtchangelog="Registro de Alterações"
txtreboot="Reiniciar"
txtautoparts="Particionar Automaticamente"
txteditparts="Editar Partições"
txtautopartsconfirm="Dispositivo selecionado : %1\n\nTodos os dados serão apagados ! \n\nContinuar ?"
txtautopartclear="Limpar todos os dados da partição"
txtautopartcreate="Criar partição %1"
txthybridpartcreate="Definir MBR híbrido"
txtselectdevice="Selecione o dispositivo %1 :"
txtselecteddevices="Dispositivos selecionados :"
txtformatmountmenu="Formatar e Montar"
txtformatdevices="Formatar Dispositivos"
txtformatdevice="Formatar Dispositivo"
txtmount="Montar"
txtunmount="Desmontar"
txtmountdesc="Instalar ou Configurar"
txtformatdeviceconfirm="Aviso, todos os dados nas partições selecionadas serão apagados ! \nFormatar partições ?"
txtselectpartformat="Defina o tipo de partição para %1 :"
txtformatingpart="Formatando partição %1 como"
txtcreateluksdevice="LUKS - Criar dispositivo :"
txtopenluksdevice="LUKS - Abrir dispositivo :"
txtluksdevicecreated="LUKS - Dispositivo criado !"
txtinstallmenu="Menu de Instalação"
txthyperbolainstallmenu="Menu de Instalação do Hyperbola"
txtrungrubmakeconfig="Executar grub-mkconfig ?"
txteditmirrorlist="Editar mirrorlist"
txteditpacmanconf="Editar pacman.conf"
txtinstallhyperbola="Instalar Hyperbola GNU+Linux-libre - "
txtconfighyperbola="Configurar Hyperbola GNU+Linux-libre"
txtsethostname="Definir nome do computador"
txtsetfont="Definir fonte"
txtsetlocale="Definir local"
txtsettime="Definir hora"
txtsetrootpassword="Definir senha de root"
txtuseutcclock="Utilizar relógio de hardware UTC ?"
txtoptional="Opcional"
txtgenerate="Gerar %1"
txtedit="Editar %1"
txtinstall="Instalar %1"
txtgrubluksdetected="Partição root encriptada !\n\nAdicionar cryptdevice= a GRUB_CMDLINE_LINUX em /etc/default/grub ?"
txtpressanykey="Pressione qualquer tecla para continuar."
txtinstallosprober="os-prober é uma boa opção caso você queira usar boot múltiplo.\nInstalar os-prober ?"
txtefibootmgr="efibootmgr é necessário para sistemas EFI."
txthyperdidesc="Instalação completa de estação de trabalho"
txtinstallhyperdi="Hyperbola GNU+Linux-libre Desktop Install (hyperdi) é um segundo script que pode ajudar você a instalar uma estação de trabalho completa.\n\nVocê pode executar o script ou instalá-lo. Escolha no próximo menu.\n\nHyperbola GNU+Linux-libre Desktop Install possui duas dependências : wget e libnewt.\n\npacstrap wget libnewt ?"
txthyperdiinstallandlaunch="Instalar e Executar hyperdi"
txthyperdiinstall="Instalar hyperdi"
txthyperdilaunch="Executar hyperdi"
|