yellowfive@122
|
1 local L = LibStub("AceLocale-3.0"):NewLocale("AskMrRobot", "ptBR", false)
|
yellowfive@122
|
2
|
yellowfive@122
|
3 if L then
|
yellowfive@122
|
4
|
yellowfive@122
|
5
|
yellowfive@122
|
6 --[[----------------------------------------------------------------------
|
yellowfive@122
|
7 General
|
yellowfive@122
|
8 ------------------------------------------------------------------------]]
|
yellowfive@122
|
9
|
yellowfive@122
|
10 L.SpecsShort = {
|
yellowfive@122
|
11 [1] = "Sangue", -- DeathKnightBlood
|
yellowfive@122
|
12 [2] = "Gélido", -- DeathKnightFrost
|
yellowfive@122
|
13 [3] = "Profano", -- DeathKnightUnholy
|
yellowfive@122
|
14 [4] = "Devastação", -- DemonHunterHavoc
|
yellowfive@122
|
15 [5] = "Vingança", -- DemonHunterVengeance
|
yellowfive@122
|
16 [6] = "Equilíbrio", -- DruidBalance
|
yellowfive@122
|
17 [7] = "Feral", -- DruidFeral
|
yellowfive@122
|
18 [8] = "Guardião", -- DruidGuardian
|
yellowfive@122
|
19 [9] = "Restaura.", -- DruidRestoration
|
yellowfive@122
|
20 [10] = "Dom. das Feras", -- HunterBeastMastery
|
yellowfive@122
|
21 [11] = "Precis.", -- HunterMarksmanship
|
yellowfive@122
|
22 [12] = "Sobrev.", -- HunterSurvival
|
yellowfive@122
|
23 [13] = "Arcano", -- MageArcane
|
yellowfive@122
|
24 [14] = "Fogo", -- MageFire
|
yellowfive@122
|
25 [15] = "Gélido", -- MageFrost
|
yellowfive@122
|
26 [16] = "Mest. Cerv.", -- MonkBrewmaster
|
yellowfive@122
|
27 [17] = "Tec. da Név.", -- MonkMistweaver
|
yellowfive@122
|
28 [18] = "And. do Vento", -- MonkWindwalker
|
yellowfive@122
|
29 [19] = "Sagrado", -- PaladinHoly
|
yellowfive@122
|
30 [20] = "Proteção", -- PaladinProtection
|
yellowfive@122
|
31 [21] = "Retri.", -- PaladinRetribution
|
yellowfive@122
|
32 [22] = "Disc.", -- PriestDiscipline
|
yellowfive@122
|
33 [23] = "Sagrado", -- PriestHoly
|
yellowfive@122
|
34 [24] = "Sombra", -- PriestShadow
|
yellowfive@122
|
35 [25] = "Assass.", -- RogueAssassination
|
yellowfive@122
|
36 [26] = "Fora da Lei", -- RogueOutlaw
|
yellowfive@122
|
37 [27] = "Subter.", -- RogueSubtlety
|
yellowfive@122
|
38 [28] = "Ele.", -- ShamanElemental
|
yellowfive@122
|
39 [29] = "Aperfeiç.", -- ShamanEnhancement
|
yellowfive@122
|
40 [30] = "Rest.", -- ShamanRestoration
|
yellowfive@122
|
41 [31] = "Suplício", -- WarlockAffliction
|
yellowfive@122
|
42 [32] = "Demo.", -- WarlockDemonology
|
yellowfive@122
|
43 [33] = "Destru.", -- WarlockDestruction
|
yellowfive@122
|
44 [34] = "Armas", -- WarriorArms
|
yellowfive@122
|
45 [35] = "Fúria", -- WarriorFury
|
yellowfive@122
|
46 [36] = "Proteção", -- WarriorProtection
|
yellowfive@122
|
47 }
|
yellowfive@122
|
48
|
yellowfive@122
|
49 -- stat strings for e.g. displaying gem/enchant abbreviations, make as short as possible without being confusing/ambiguous
|
yellowfive@122
|
50 L.StatsShort = {
|
yellowfive@122
|
51 ["Strength"] = "For",
|
yellowfive@122
|
52 ["Agility"] = "Agi",
|
yellowfive@122
|
53 ["Intellect"] = "Int",
|
yellowfive@122
|
54 ["CriticalStrike"] = "Crit",
|
yellowfive@122
|
55 ["Haste"] = "Aceler",
|
yellowfive@122
|
56 ["Mastery"] = "Maestria",
|
yellowfive@122
|
57 ["Multistrike"] = "Multi",
|
yellowfive@122
|
58 ["Versatility"] = "Vers",
|
yellowfive@122
|
59 ["BonusArmor"] = "Armad",
|
yellowfive@122
|
60 ["Spirit"] = "Espír",
|
yellowfive@143
|
61 ["Dodge"] = "Esquiva",
|
yellowfive@122
|
62 ["Parry"] = "Aparar",
|
yellowfive@122
|
63 ["MovementSpeed"] = "Veloc",
|
yellowfive@122
|
64 ["Avoidance"] = "Evasão",
|
yellowfive@122
|
65 ["Stamina"] = "Estam",
|
yellowfive@122
|
66 ["Armor"] = "Armad",
|
yellowfive@143
|
67 ["AttackPower"] = "Pod Ataq",
|
yellowfive@143
|
68 ["SpellPower"] = "Pod Mág",
|
yellowfive@143
|
69 ["PvpResilience"] = "Resil PvP",
|
yellowfive@143
|
70 ["PvpPower"] = "Pod PvP",
|
yellowfive@122
|
71 }
|
yellowfive@122
|
72
|
yellowfive@122
|
73 L.InstanceNames = {
|
yellowfive@153
|
74 [1861] = "Uldir",
|
yellowfive@155
|
75 [2070] = "Dazar'alor",
|
yellowfive@167
|
76 [2096] = "Crucible of Storms",
|
yellowfive@167
|
77 [2164] = "The Eternal Palace"
|
yellowfive@122
|
78 }
|
yellowfive@122
|
79
|
yellowfive@122
|
80 L.DifficultyNames = {
|
yellowfive@143
|
81 [17] = "LDR",
|
yellowfive@122
|
82 [14] = "Normal",
|
yellowfive@122
|
83 [15] = "Heróico",
|
yellowfive@122
|
84 [16] = "Mítico"
|
yellowfive@122
|
85 }
|
yellowfive@122
|
86
|
yellowfive@122
|
87 L.WeaponTypes = {
|
yellowfive@122
|
88 None = "Nenhum",
|
yellowfive@122
|
89 Axe = "Machado",
|
yellowfive@122
|
90 Mace = "Clava",
|
yellowfive@122
|
91 Sword = "Espada",
|
yellowfive@122
|
92 Fist = "Arma de Punho",
|
yellowfive@122
|
93 Dagger = "Adaga",
|
yellowfive@122
|
94 Staff = "Cajado",
|
yellowfive@122
|
95 Polearm = "Arma de Haste",
|
yellowfive@122
|
96 OffHand = "Mão Secundária",
|
yellowfive@122
|
97 Shield = "Escudo",
|
yellowfive@122
|
98 Wand = "Varinha",
|
yellowfive@122
|
99 Bow = "Arco",
|
yellowfive@122
|
100 Gun = "Arma de Fogo",
|
yellowfive@122
|
101 Crossbow = "Besta",
|
yellowfive@122
|
102 Warglaive= "Glaive de Guerra"
|
yellowfive@122
|
103 }
|
yellowfive@122
|
104
|
yellowfive@122
|
105 L.ArmorTypes = {
|
yellowfive@122
|
106 None = "Nenhum",
|
yellowfive@122
|
107 Plate = "Placa",
|
yellowfive@122
|
108 Mail = "Malha",
|
yellowfive@122
|
109 Leather = "Couro",
|
yellowfive@122
|
110 Cloth = "Tecido"
|
yellowfive@122
|
111 }
|
yellowfive@122
|
112
|
yellowfive@122
|
113 L.OneHand = "Uma Mão"
|
yellowfive@122
|
114 L.TwoHand = "Duas Mãos"
|
yellowfive@122
|
115 L.OffHand = "Mão Secundária"
|
yellowfive@122
|
116
|
yellowfive@122
|
117
|
yellowfive@122
|
118 --[[----------------------------------------------------------------------
|
yellowfive@122
|
119 Main UI
|
yellowfive@122
|
120 ------------------------------------------------------------------------]]
|
yellowfive@122
|
121 L.AlertOk = "OK"
|
yellowfive@122
|
122 L.CoverCancel = "cancelar"
|
yellowfive@122
|
123
|
yellowfive@122
|
124 L.MinimapTooltip =
|
yellowfive@122
|
125 [[Clique com o botão esquerdo para abrir a janela do Ask Mr. Robot.
|
yellowfive@122
|
126
|
yellowfive@122
|
127 Clique com o botão direito para alternar entre specs e equipar seu equipamento salvo para cada spec.]]
|
yellowfive@122
|
128
|
yellowfive@122
|
129 L.MainStatusText = function(version, url)
|
yellowfive@122
|
130 return version .. " carregado. Documentação disponível em " .. url
|
yellowfive@122
|
131 end
|
yellowfive@122
|
132
|
yellowfive@122
|
133 L.TabExportText = "Exportar"
|
yellowfive@122
|
134 L.TabGearText = "Equipamento"
|
yellowfive@122
|
135 L.TabLogText = "Logs"
|
yellowfive@122
|
136 L.TabOptionsText = "Opções"
|
yellowfive@122
|
137
|
yellowfive@122
|
138 L.VersionChatTitle = "Versão do Addon AMR:"
|
yellowfive@122
|
139 L.VersionChatNotInstalled = "NÃO INSTALADO"
|
yellowfive@122
|
140 L.VersionChatNotGrouped = "Você não está em um grupo ou raid!"
|
yellowfive@122
|
141
|
yellowfive@122
|
142
|
yellowfive@122
|
143 --[[----------------------------------------------------------------------
|
yellowfive@122
|
144 Export Tab
|
yellowfive@122
|
145 ------------------------------------------------------------------------]]
|
yellowfive@122
|
146 L.ExportTitle = "Instruções de Exportação"
|
yellowfive@122
|
147 L.ExportHelp1 = "1. Copie o texto abaixo pressionando Ctrl+C (ou Cmd+C em um Mac)"
|
yellowfive@124
|
148 L.ExportHelp2 = "2. Vá para https://www.askmrrobot.com e clique no seletor de personagem"
|
yellowfive@122
|
149 L.ExportHelp3 = "3. Cole o texto copiado na caixa de texto da seção ADDON"
|
yellowfive@122
|
150
|
yellowfive@122
|
151 L.ExportSplashTitle = "Começando"
|
yellowfive@122
|
152 L.ExportSplashSubtitle = "Esta é a primeira vez que você usa a nova versão do addon. Faça o seguinte para inicializar o banco de dados dos seus itens:"
|
yellowfive@122
|
153 L.ExportSplash1 = "1. Ative cada um dos seus specs uma vez e equipe seu equipamento atual para cada spec"
|
yellowfive@124
|
154 L.ExportSplash2 = "2. Abra seu banco e deixe-o aberto por pelo menos dois segundos"
|
yellowfive@122
|
155 L.ExportSplashClose = "Continuar"
|
yellowfive@122
|
156
|
yellowfive@122
|
157
|
yellowfive@122
|
158 --[[----------------------------------------------------------------------
|
yellowfive@122
|
159 Gear Tab
|
yellowfive@122
|
160 ------------------------------------------------------------------------]]
|
yellowfive@122
|
161 L.GearImportNote = "Clique em Importar para inserir dados do website."
|
yellowfive@122
|
162 L.GearBlank = "Você ainda não carregou nenhum equipamento para essa spec."
|
yellowfive@122
|
163 L.GearBlank2 = "Vá para askmrrobot.com para otimizar seu equipamento, então use o botão importar à esquerda."
|
yellowfive@122
|
164 L.GearButtonEquip = function(spec)
|
yellowfive@122
|
165 return string.format("Ativar Spec %s e Usar Equipamento", spec)
|
yellowfive@122
|
166 end
|
yellowfive@161
|
167 L.GearButtonJunk = "Mostrar Lista de Junk"
|
yellowfive@122
|
168 L.GearButtonShop = "Mostrar Lista de Compras"
|
yellowfive@122
|
169
|
yellowfive@122
|
170 L.GearEquipErrorCombat = "Impossível trocar spec/equipamento em combate!"
|
yellowfive@122
|
171 L.GearEquipErrorEmpty = "Nenhum conjunto de equipamento salvo foi encontrado para o spec atual."
|
yellowfive@122
|
172 L.GearEquipErrorNotFound = "Um item no seu conjunto de equipamento salvo não pode ser equipado."
|
yellowfive@122
|
173 L.GearEquipErrorNotFound2 = "Tente abrir seu banco e execute este comando novamente ou verifique seu banco etéreo."
|
yellowfive@122
|
174 L.GearEquipErrorBagFull = "Não há espaço suficiente em suas bolsas para equipar seu conjunto de equipamento salvo."
|
yellowfive@122
|
175 L.GearEquipErrorSoulbound = function(itemLink)
|
yellowfive@122
|
176 return itemLink .. " não pode ser equipado porque não está vinculado a você."
|
yellowfive@122
|
177 end
|
yellowfive@122
|
178
|
yellowfive@122
|
179 L.GearButtonImportText = "Importar"
|
yellowfive@122
|
180 L.GearButtonCleanText = "Bolsas Limpas"
|
yellowfive@122
|
181
|
yellowfive@122
|
182 L.GearTipTitle = "DICAS!"
|
yellowfive@122
|
183 L.GearTipText =
|
yellowfive@122
|
184 [[Nas Opções você pode escolher trocar automaticamente seus conjuntos de equipamento sempre que mudar sua spec.
|
yellowfive@122
|
185
|
yellowfive@122
|
186 Ou, você pode clicar com o botão direito no ícone do minimapa para trocar a spec e usar o equipamento.
|
yellowfive@122
|
187
|
yellowfive@122
|
188 Ou! Você pode usar linhas de comando:]]
|
yellowfive@122
|
189
|
yellowfive@122
|
190 L.GearTipCommands =
|
yellowfive@122
|
191 [[/amr equip [1-4]
|
yellowfive@143
|
192 sem arg = rotaciona]]
|
yellowfive@122
|
193 -- note to translators: the slash commands are literal and should stay as english
|
yellowfive@122
|
194
|
yellowfive@122
|
195
|
yellowfive@122
|
196 --[[----------------------------------------------------------------------
|
yellowfive@122
|
197 Import Dialog on Gear Tab
|
yellowfive@122
|
198 ------------------------------------------------------------------------]]
|
yellowfive@122
|
199 L.ImportHeader = "Aperte Ctrl+V (Cmd+V em um Mac) para colar dados do website na caixa abaixo."
|
yellowfive@122
|
200 L.ImportButtonOk = "Importar"
|
yellowfive@122
|
201 L.ImportButtonCancel = "Cancelar"
|
yellowfive@122
|
202
|
yellowfive@122
|
203 L.ImportErrorEmpty = "Os dados estão vazios."
|
yellowfive@122
|
204 L.ImportErrorFormat = "Os dados não estão no formato correto."
|
yellowfive@122
|
205 L.ImportErrorVersion = "Os dados são de uma versão anterior do addon. Por favor, vá ao website e gere novos dados."
|
yellowfive@122
|
206 L.ImportErrorChar = function(importChar, yourChar)
|
yellowfive@122
|
207 return "Os dados são para " .. importChar .. ", mas você está com " .. yourChar .. "!"
|
yellowfive@122
|
208 end
|
yellowfive@122
|
209 L.ImportErrorRace = "Parece que sua raça mudou. Por favor vá ao website e otimize novamente."
|
yellowfive@122
|
210 L.ImportErrorFaction = "Parece que sua facção mudou. Por favor vá ao website e otimize novamente."
|
yellowfive@122
|
211 L.ImportErrorLevel = "Parece que seu nível mudou. Por favor vá ao website e otimize novamente."
|
yellowfive@122
|
212
|
yellowfive@122
|
213 L.ImportOverwolfWait = "Executando otimização Melhor nas Bolsas. Por favor não aperte ESC ou feche o addon até que ele tenha completado!"
|
yellowfive@122
|
214
|
yellowfive@122
|
215
|
yellowfive@122
|
216 --[[----------------------------------------------------------------------
|
yellowfive@161
|
217 Junk List
|
yellowfive@161
|
218 ------------------------------------------------------------------------]]
|
yellowfive@161
|
219 L.JunkTitle = "Junk List"
|
yellowfive@161
|
220 L.JunkEmpty = "You have no junk items"
|
yellowfive@161
|
221 L.JunkScrap = "Click an item to add to the scrapper"
|
yellowfive@161
|
222 L.JunkVendor = "Click an item to sell"
|
yellowfive@161
|
223 L.JunkDisenchant = "Click an item to disenchant"
|
yellowfive@161
|
224 L.JunkBankText = function(count)
|
yellowfive@161
|
225 return count .. " junk items are not in your bags"
|
yellowfive@161
|
226 end
|
yellowfive@161
|
227 L.JunkMissingText = function(count)
|
yellowfive@161
|
228 return "Warning! " .. count .. " junk items could not be found"
|
yellowfive@161
|
229 end
|
yellowfive@161
|
230 L.JunkButtonBank = "Retrieve from Bank"
|
yellowfive@161
|
231 L.JunkOutOfSync = "An item in your junk list could not be found. Try opening your bank for a few seconds, then export to the website, then import again."
|
yellowfive@161
|
232 L.JunkItemNotFound = "That item could not be found in your bags. Try closing and opening the Junk List to refresh it."
|
yellowfive@161
|
233
|
yellowfive@161
|
234
|
yellowfive@161
|
235 --[[----------------------------------------------------------------------
|
yellowfive@122
|
236 Shopping List
|
yellowfive@122
|
237 ------------------------------------------------------------------------]]
|
yellowfive@122
|
238 L.ShopTitle = "Lista de Compras"
|
yellowfive@122
|
239 L.ShopEmpty = "Não há lista de compras para esse personagem."
|
yellowfive@122
|
240 L.ShopSpecLabel = "Spec"
|
yellowfive@122
|
241 L.ShopHeaderGems = "Gemas"
|
yellowfive@122
|
242 L.ShopHeaderEnchants = "Encantamentos"
|
yellowfive@122
|
243 L.ShopHeaderMaterials = "Materiais de Encantamentos"
|
yellowfive@122
|
244
|
yellowfive@122
|
245
|
yellowfive@122
|
246 --[[----------------------------------------------------------------------
|
yellowfive@122
|
247 Combat Log Tab
|
yellowfive@122
|
248 ------------------------------------------------------------------------]]
|
yellowfive@143
|
249 L.LogChatStart = "Agora você está logando os combates." -- , e o Mr. Robot está logando dados dos personagens para sua raid
|
yellowfive@122
|
250 L.LogChatStop = "O log de combate foi interrompido."
|
yellowfive@122
|
251
|
yellowfive@122
|
252 L.LogChatWipe = function(wipeTime)
|
yellowfive@122
|
253 return "Wipe manual invocado em " .. wipeTime .. "."
|
yellowfive@122
|
254 end
|
yellowfive@122
|
255 L.LogChatUndoWipe = function(wipeTime)
|
yellowfive@122
|
256 return "Wipe manual em " .. wipeTime .. " foi removido."
|
yellowfive@122
|
257 end
|
yellowfive@122
|
258 L.LogChatNoWipes = "Não há wipes manuais recentes para serem removidos."
|
yellowfive@122
|
259
|
yellowfive@122
|
260 L.LogButtonStartText = "Iniciar Log"
|
yellowfive@122
|
261 L.LogButtonStopText = "Parar Log"
|
yellowfive@122
|
262 L.LogButtonReloadText = "Recarregar UI"
|
yellowfive@122
|
263 L.LogButtonWipeText = "Wipe!"
|
yellowfive@122
|
264 L.LogButtonUndoWipeText = "Desfazer Wipe"
|
yellowfive@122
|
265
|
yellowfive@122
|
266 L.LogNote = "Você está fazendo log de combate no momento."
|
yellowfive@122
|
267 L.LogReloadNote = "Saia do WoW completamente ou recarregue sua UI imediatamente antes de enviar um arquivo de log."
|
yellowfive@122
|
268 L.LogWipeNote = "A pessoa enviando o log precisa ser a mesma a usar este comando wipe."
|
yellowfive@122
|
269 L.LogWipeNote2 = function(cmd)
|
yellowfive@122
|
270 return "'" .. cmd .. "' também fará isso."
|
yellowfive@122
|
271 end
|
yellowfive@122
|
272 L.LogUndoWipeNote = "último wipe chamado:"
|
yellowfive@122
|
273 L.LogUndoWipeDate = function(day, timeOfDay)
|
yellowfive@122
|
274 return day .. " às " .. timeOfDay
|
yellowfive@122
|
275 end
|
yellowfive@122
|
276
|
yellowfive@122
|
277 L.LogAutoTitle = "Log Automático"
|
yellowfive@122
|
278 L.LogAutoAllText = "Alternar Tudo"
|
yellowfive@122
|
279
|
yellowfive@122
|
280 L.LogInstructionsTitle = "Instruções!"
|
yellowfive@122
|
281 L.LogInstructions =
|
yellowfive@122
|
282 [[1.) Clique em Iniciar Log ou habilite o Log Automático para suas raids escolhidas.
|
yellowfive@122
|
283
|
yellowfive@122
|
284 2.) Quando estiver pronto para enviar, saia do world of Warcraft* ou recarregue sua UI.**
|
yellowfive@122
|
285
|
yellowfive@122
|
286 3.) Execute o Cliente AMR para enviar seu log.
|
yellowfive@122
|
287
|
yellowfive@122
|
288
|
yellowfive@122
|
289 *Não é obrigatório sair do WoW, mas é altamente recomendado. Isso permitirá que o Cliente AMR evite que o arquivo de log fique muito grande.
|
yellowfive@122
|
290
|
yellowfive@122
|
291 **O addon AMR coleta dados extra no inicio de cada encontro para todos os jogadores na sua raid que estejam com o addon AMR. Não é necessário que outros jogadores liguem seus logs! Eles só precisam ter o addon instalado e ligado. Esses dados são salvos no disco apenas se você sair do WoW ou recarregar sua UI antes de fazer upload.
|
yellowfive@122
|
292 ]]
|
yellowfive@122
|
293
|
yellowfive@122
|
294
|
yellowfive@122
|
295 --[[----------------------------------------------------------------------
|
yellowfive@122
|
296 Options Tab
|
yellowfive@122
|
297 ------------------------------------------------------------------------]]
|
yellowfive@122
|
298 L.OptionsHeaderGeneral = "Opções Gerais"
|
yellowfive@122
|
299
|
yellowfive@122
|
300 L.OptionsHideMinimapName = "Esconder ícone do minimapa"
|
yellowfive@122
|
301 L.OptionsHideMinimapDesc = "O ícone do minimapa é apenas para conveniência. Todas as ações também podem ser executadas via linha de comando ou pela UI."
|
yellowfive@122
|
302
|
yellowfive@122
|
303 L.OptionsAutoGearName = "Trocar equipamento automaticamente ao trocar de spec"
|
yellowfive@122
|
304 L.OptionsAutoGearDesc = "Sempre que trocar a spec (via UI no jogo, outro addon, etc.), suas listas de equipamentos importadas (na guia Equipamento) serão equipadas automaticamente."
|
yellowfive@122
|
305
|
yellowfive@161
|
306 L.OptionsJunkVendorName = "Automatically show junk list at vendors and scrapper"
|
yellowfive@161
|
307 L.OptionsJunkVendorDesc = "Whenever you open the scrapper or a vendor, automatically show the junk list window if your list is not empty."
|
yellowfive@161
|
308
|
yellowfive@122
|
309 L.OptionsShopAhName = "Mostrar automaticamente a lista de compras na casa de leilões"
|
yellowfive@122
|
310 L.OptionsShopAhDesc = "Sempre que você abrir a casa de leilões, automaticamente será mostrada a janela da lista de compras. Você pode clicar nos itens da lista de compras para procurar rapidamente por eles na casa de leilões."
|
yellowfive@122
|
311
|
yellowfive@122
|
312 L.OptionsDisableEmName = "Desligar criação de listas do Gerenciador de Equipamentos"
|
yellowfive@143
|
313 L.OptionsDisableEmDesc = "Uma lista no Gerenciador de Equipamentos da Blizzard é criada sempre que você equipa uma lista de equipamentos do AMR. Isso é útil para marcar itens nas suas listas otimizadas. Marque para desligar este padrão, se desejar."
|
yellowfive@122
|
314
|
yellowfive@122
|
315 L.OptionsUiScaleName = "Escala de tamanho da UI do Ask Mr. Robot"
|
yellowfive@122
|
316 L.OptionsUiScaleDesc = "Digite um valor entre 0.5 e 1.5 para trocar a escala de tamanho da interface de usuário do Ask Mr. Robot, pressione Enter, então feche/abra a janela para fazer efeito. Se o posicionamento ficar bagunçado, use o comando /amr reset."
|
yellowfive@122
|
317
|
yellowfive@122
|
318 end
|