-
Notifications
You must be signed in to change notification settings - Fork 12
/
pt_PT.yaml
3476 lines (3476 loc) · 144 KB
/
pt_PT.yaml
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
global:
"-- Select a country --": ""
"--- Bot decision ---": "--- Decisão do Bot ---"
"--- Currently active planet/moon ---": "--- Planeta/Lua activa ---"
"--- Default ---": "--- Padrão ---"
"--- Select a destination ---": ""
"--- Select a planet/moon ---": ""
"--- Select origin moon ---": ""
"0-15min": "0-15min"
"1 bot": "1 bot"
"1- Recovery code": "1- Código de recuperação"
"16-40min": "16-40min"
"2 days one-time trial": "2 dias de teste único"
"2- Scan this barcode with your app.": "2- Digitalize este código de barras com a sua aplicação"
"2-steps (planets then moons)": "2 passos (planetas depois luas)"
"3 - 20 letter/number/underscore. eg: ": "3 - 20 letras/números/sublinhado. ex:"
"3- Enter the six-digit code from the application": "3- Digite o código de seis dígitos da aplicação"
"30 days license": "Licença de 30 dias"
"41-60min": "41-60min"
"6-digit code": "Código de 6 dígitos"
"<b>DISCLAIMER:</b> IP address will change at login. Do not use important accounts on cloud unless you understand what you are doing.": ""
"<b>Warning:</b> This will override existing scripts that have the same name.": ""
"<strong>Warning:</strong> this is to change the credentials that the bot uses to log into OGame, not to change your lobby password.": "<strong> Aviso: </strong> isto é para alterar as credenciais que o bot usa para entrar no OGame, não para alterar a senha do lobby."
"ACS Attack": ""
"ACS planner": "planeador ACS"
"AI": "AI"
"API": "API"
"API key": "API key"
"Abort all sessions": "Abortar todas as sessões"
"Abort session": ""
"Academy Of Sciences": ""
"Account": "Conta"
"Acoustic Scanning": ""
"Actions": "Acções"
"Activate all": "Activar todos"
"Active": "Activo"
"Active players": ""
"Activities": "Actividades"
"Activity": "Actividade"
"Add account to lobby ?": ""
"Add alliance to ignore list": "Ignorar aliança"
"Add credit to my account": ""
"Add player to ignore list": "Ignorar jogador"
"Add target to ignore list if defenses above the setting": ""
"Add target to ignore list if the minimum storage is not met": ""
"Add to hunter list": "Adicionar ao hunter"
"Add to queue": "Adicionar à fila"
"Additional cargo": "Capacidade adicional"
"Additional cargo to send when attacking": ""
"Admin": "Admin"
"Admin account": "Conta de Administrador"
"Advanced": ""
"Advanced Recycling Plant": ""
"After scanning the barcode image, the app will display a six-digit code that you can enter below.": "Depois de digitalizar a imagem do código de barras, a app exibirá um código de seis dígitos que poderá inserir em baixo."
"All": "Todos"
"All bots that I have access to": "Todos os bots a que tenho acesso"
"All suggestions": "Todas sugestões"
"Alliance": "Aliança"
"Alliance Class": ""
"Alliance Depot": "Depósito da Aliança"
"Alliance rank": "Classificação aliança"
"Always": "Sempre"
"Anti Ballistic Missiles": "Mísseis de Intercepção"
"Anti-Ballistic Missiles": "Míssil de Intercepção"
"AntiGame for Ninja": "AntiGame para Ninja"
"Antigame": ""
"Antimatter Condenser": ""
"Antimatter Convector": ""
"App language": ""
"Arch": "Arch"
"Are you sure?": "Tem a certeza?"
"Armour": "Blindagem"
"Armour Technology": "Tecnologia de Blindagem"
"Arrival": "Chegada"
"Arrival time": ""
"Arrive at": ""
"Arrive in": "Chegada às"
"Artificial Swarm Intelligence": ""
"Assembly Line": ""
"Astrophysics": "Astrofísica"
"Att": ""
"Attack": "Atacar"
"Attack as soon as we find a suitable target": ""
"Attack from nearest moon": "Atacar da lua mais próxima"
"Attack from nearest planet": "Atacar do planeta mais próximo"
"Attack from the closest moon to the target": ""
"Attack from the closest moon/planet to the target": ""
"Attack players even if they have ships/defenses": ""
"Attack players with defenses": ""
"Attack speed": "Velocidade de ataque"
"Attack target with preferred cargo ships": ""
"Attack target with spy probes": ""
"Attack targets with spy probes": ""
"Attack type": "Tipo de ataque"
"Attacker": "Atacante"
"Attacker win": "Atacante vence"
"Auctioneer": ""
"Auctioneer active": ""
"Auctioneer configs": ""
"AudioCtxHash": ""
"AudioHash": ""
"Audit": "Audit"
"Augmented browsing experience": ""
"Auto enable manual mode when using browser": "Habilitar modo manual automaticamente ao usar o navegador"
"Automated Transport Lines": ""
"Automatic fleet": ""
"Automatised Assembly Centre": ""
"Available!": ""
"Awake bot now": "Acordar bot agora"
"B": ""
"Backup the file in": "Faça backup do ficheiro em"
"Backup this bot": ""
"Batch update": ""
"Battlecruiser": "Interceptor"
"Battlecruiser MkII": ""
"Battleship": "Nave de Batalha"
"Bid from": ""
"Bio Modifier": ""
"Biosphere Farm": ""
"BiotechLab": ""
"Bomber": "Bombardeiro"
"Bomber MkII": ""
"Bot": "Bot"
"Bot exit sleep mode": "Bot sai do modo sleep"
"Bot goes to sleep mode": "Bot entra em modo sleep"
"Bot is being initialized, please wait until you get automatically redirected...": "O bot está sendo inicializado, aguarde até ser redireccionado automaticamente ..."
"Bot timezone": "Fuso horário do bot"
"Bots": "Bots"
"Bots allowed": "Bots permitidos"
"Brain": "Brain"
"Brain active": "Brain activo"
"Brain activities": "Brain actividades"
"Brain configs": "Brain definições"
"Browser": "Navegador"
"Browser augments": "Aumento do navegador"
"Browser engine name": ""
"Browser name": ""
"Build": "Construir"
"Build ABM on missiles attack detected": "Construir MI se ataque de misséis detectado"
"Build fusion reactor": ""
"Build jump gate": "Construir portal até"
"Build lifeform buildings": ""
"Build lifeform researches": ""
"Build solar satellites": "Construir satélites até"
"Building": "Construção"
"Buildings": ""
"Buildings info": ""
"Buy license": "Comprar licença"
"Buy now": "Comprar agora"
"CE": ""
"CalcDeltaMs": ""
"Calls to simulator will be proxied to the remote simulator server": ""
"Cancel": "Cancelar"
"Cancel Fleet": "Regressar Frota"
"Cancel evacuation": "Cancelar evacuação"
"Cancel scheduled flight": ""
"Canvas2dInfo": ""
"Captcha": ""
"Captchas": ""
"Captured": "Capturado"
"Cargo": "Capacidade"
"Cargo Hold Expansion Civilian Ships": ""
"Cargo capacity": "Capacidade de carga"
"Cargo's needed": "Cargueiros necessários"
"Catalyser Technology": ""
"Category": "Categoria"
"Celestial from where to spy & attack": ""
"Change my username": "Alterar o meu utilizador"
"Change ogame credentials": "Alterar credenciais ogame"
"Change password": "Alterar palavra passe"
"Change proxy": "Proxy definições"
"Change username": "Alterar utilizador"
"Changelog": "Changelog"
"Character Class": ""
"Check again": ""
"Check attacks": "Verificar ataques"
"Check interval (seconds)": ""
"Checks for activity from homeworld": "Verifica actividade no planeta principal"
"Checks for activity from latest active planet/moon": "Verifica actividade no último planeta/lua activo"
"Chip Mass Production": ""
"Chrysalis Accelerator": ""
"Clear all construction queues": "Limpar filas de construção"
"Clear player data": "Apagar dados"
"Click \"Renew license\" button": "" # (unused)
"Click here to load current fleets": "Mostrar movimentos"
"Click on a fleet to get timing details": ""
"Cloning Laboratory": ""
"Colonisation": ""
"Colonize": "Colonizar"
"Colonize using": ""
"Colonizer": ""
"Colonizer configs": ""
"Colony Ship": "Nave de Colonização"
"Color legend": ""
"Combat simulator": "Simulador de combate"
"Combustion": ""
"Combustion Drive": "Motor de Combustão"
"Commander UI": "Comandante UI"
"Compile & download": ""
"Compiled scripts": ""
"Computer Technology": "Tecnologia de Computadores"
"Configs": "Definições"
"Confirm new password": "Confirme a palavra passe"
"Confirm password": "Confirmar palavra passe"
"Conqueror": "Conqueror"
"Constant version": ""
"Construction queue": "Fila de construção"
"Coord": "Coord"
"Coordinate": "Coordenada"
"Coordinates": "Coordenadas"
"Coords": "Coords"
"Countdowns": "Contagens"
"Counter espionage": ""
"Country": ""
"Crawl": "Crawl"
"Crawl systems": ""
"Crawler": "Rastejador"
"Crawler setting": "Rastejador %"
"Create": "Criar"
"Create admin account": "Criar conta de administrador"
"Create lobby ?": ""
"Create script on all bots": "Criar script para todos os bots"
"Create theme": "Criar tema"
"Create user": "Criar utilizador"
"Created": "Criado"
"Created at": "Criado em"
"Credit or debit card": "Cartão débito ou crédito"
"Cron jobs": "Cron jobs"
"Cruiser": "Cruzador"
"Cruiser MkII": ""
"Crystal": "Cristal"
"Crystal Farm": ""
"Crystal Mine": "Mina de Cristal"
"Crystal Refinery": ""
"Crystal Storage": "Armazém de Cristal"
"Crystal setting": "Mina de Cristal %"
"Current": "Actual"
"Current fleets": ""
"Current license valid until": "Licença actual válida até"
"Current planet": "Planeta actual"
"D": ""
"DS": "EDM"
"Dangerous": "Perigoso"
"Date": ""
"DateISO": ""
"Deactivate all": "Desactivar todos"
"Deathstar": "Estrela da Morte"
"Debris": "Destroços"
"Debris top 100": "Top 100 destroços"
"Default": "Padrão"
"Defence": "Defensor"
"Defence repair factor": "Factor de reparação de defesa"
"Defence to debris": "Defesa para destroços"
"Defender": "Defender"
"Defender active": "Defender activo"
"Defender activities": "Defender actividades"
"Defender configs": "Defender definições"
"Defender will ignore attacks from players in this list": ""
"Defender win": "Defensor vence"
"Defense points": ""
"Defense pts": ""
"Defenses": ""
"Defenses info": ""
"Delay after exporting resources": "Atrasar após envio recursos"
"Delay between fleet (secs)": "Atraso entre vagas (segundos)"
"Delay between waves (secs)": "Atraso entre sets (segundos)"
"Delete account": "Apagar conta"
"Delete all keys": "Apagar todas as keys"
"Delete bot": "Apagar bot"
"Delete combat reports": "Apagar relatórios de combate"
"Delete combat reports once the farmer is done using it": ""
"Delete cron job": "Apagar cron job"
"Delete expedition messages once imported": "Apagar mensagens de expedição depois de importadas"
"Delete fingerprint": ""
"Delete flight": "Apagar frota"
"Delete project": ""
"Delete script": ""
"Delete spy reports once imported": "Apagar relatórios de espionagem depois de importados"
"Delete theme": "Apagar tema"
"Delete this bot": "Apagar este bot"
"Delete user": "Apagar utilizador"
"Delete your account": "Apagar a sua conta"
"Deleted at": ""
"Depart at": ""
"Deployment": ""
"Depot AI": ""
"Depth Sounding": ""
"Desktop notification when attacked": "Notificação no Desktop quando atacado"
"Destination": "Destino"
"Destroy": "Destruir Lua"
"Destroyer": "Destruidor"
"Destroyer MkII": ""
"Deut": ""
"Deut synt setting": "Sintetizador de Deutério %"
"Deuterium": "Deutério"
"Deuterium Synthesiser": ""
"Deuterium Synthesizer": "Sintetizador de Deutério"
"Deuterium Tank": "Tanque de Deutério"
"Deuterium save factor": ""
"Diamond Energy Transmitter": ""
"Disable ogame dropdown (fix jump gate on mobile)": "Desactivar OGame dropdown (corrige erro de portal no telemóvel)"
"Disable two-factor authentication": "Desactive a autenticação de dois factores"
"Disabled": ""
"Discord": ""
"Discord webhook for notifications": ""
"Discover": ""
"Discovery": ""
"Discovery configs": ""
"Discovery using": ""
"Disruption Chamber": ""
"Documentation": ""
"Domain": "Domínio"
"Donut galaxy": "Galáxia Circular"
"Donut system": "Sistema Circular"
"Download": "Download"
"Download all scripts": ""
"Download logs": "Download logs"
"Download ogame ninja binary for your OS": "Faça o download do binário ogame ninja para o seu Sistema Operativo"
"Download scripts": ""
"Downloads": "Downloads"
"Draw": "Empate"
"Dump remaining resources in defenses": "Gastar recursos em excesso em defesa"
"Dur": "Dur"
"Duration": ""
"Edit cron job": "Editar cron job"
"Edit file name": "Editar ficheiro"
"Efficiency Module": ""
"Efficient Swarm Intelligence": ""
"Email": "Email"
"Email Address": "Endereço Email"
"Email for notifications": "Email para notificações"
"Empire": "Império"
"Empire page": "Império"
"Empire view": "Vista império"
"Enable": "Activar"
"Enable Expe-3000": "Activar Expe-3000"
"Enable InfoCompte3": "Activar InfoCompte3"
"Enable NixianRaidTracker": "Activar NixianRaidTracker"
"Enable RecursosAmpliados": "Activar RecursosAmpliados"
"Enable TopRaider": "Activar TopRaider"
"Enable browser augments": "Activar aumento do navegador"
"Enable galaxy browser augments": ""
"Enable two-factor authentication": "Activar a autenticação de dois factores"
"Energy": "Energia"
"Energy Technology": "Tecnologia de Energia"
"Enhanced Production Technologies": ""
"Enhanced Sensor Technology": ""
"Enter a two-factor recovery code": "Insira um código de recuperação de dois factores"
"Enter your email address to retrieve your password": "Insira o seu email para recuperar a palavra passe"
"Enter your password": "Insira palavra passe"
"Espionage": "Espiar"
"Espionage Probe": "Sonda de Espionagem"
"Espionage Technology": "Tecnologia de Espionagem"
"Espionage probe": "Relatório de espionagem"
"Espionage probe raids": "Atacar com sondas de espionagem"
"Espionage report": "Relatório de espionagem"
"Evacuate seconds before attack": "Segundos de evacuação antes do ataque"
"Evacuation configs": "Evacuação definições"
"Evacuation fails": "Evacuação falhou"
"Evacuation speed on destroy attacks": "Velocidade de evacuação em ataques de destruição"
"Every day": "Todos os dias"
"Exp": "Exp"
"Expedition": "Expedição"
"Expedition loss": "Expedição perdida"
"Expedition speed": "Expedição velocidade"
"Expeditions": "Expedições"
"Expeditions active": "Expedição activa"
"Expeditions configs": "Expedição definições"
"Expeditions origin": "Expedição origem"
"Experimental Recycling Technology": ""
"Experimental Weapons Technology": ""
"Expired": "Expirado"
"Expired at": "Expira em"
"Expires": "Expira"
"Expires at": "Expira em"
"Export bots": ""
"Export within same galaxy only": "Envio recursos apenas na mesma galáxia"
"Exporter?": "Enviar?"
"Extract expedition messages": "Extrair mensagens de expedição"
"F": ""
"FAQ": "FAQ"
"Facilities": ""
"Failed to fleet save": "Falha no fleetsave"
"Failed to hide all reports": ""
"Fake browser javascript fingerprint": ""
"Farm session": ""
"Farm session completed": "Sessão de farm concluída"
"Farm session started": "Sessão de farm iniciada"
"Farm sessions": "Sessão de Farm"
"Farmer": "Farmer"
"Farmer active": "Farmer activo"
"Farming": "Farming"
"Fast attacking": "Ataque rápido"
"Features": "Funcionalidades"
"Fields": "Campos"
"File name": "Ficheiro"
"Files saved": ""
"Fingerprint": ""
"Fingerprint name": ""
"Fingerprints": ""
"Fleet info": ""
"Fleet log": "Log de Frotas"
"Fleet save": ""
"Fleet speed": ""
"Fleet to debris": "Frota para destroços"
"Flight": "Frota"
"Flight time": ""
"Flights": "Movimentos"
"FontsHash": ""
"Food Silo": ""
"Forum Of Transcendence": ""
"Forward ingame chat from alliance": "Reencaminhar chat da aliança"
"Forward ingame chat from players": "Reencaminhar chat dos jogadores"
"Friday": "Sexta"
"Fuel": "Consumo"
"Fuel Consumption": ""
"Fuel consumption": "Consumo"
"Full license": "Licença completa"
"Fullscreen": "Tela Cheia"
"Fusion Cell Factory": ""
"Fusion Drives": ""
"Fusion Powered Production": ""
"Fusion Reactor": "Planta de Fusão"
"Fusion reactor setting": "Planta de Fusão %"
"Galaxy": "Galáxia"
"Game1DateHeader": ""
"Gameforge bearer token": ""
"Gameforge email": "Gameforge email"
"Gameforge password": "Gameforge palavra passe"
"Gauss Cannon": "Canhão de Gauss"
"General": "Geral"
"General Overhaul Battlecruiser": ""
"General Overhaul Battleship": ""
"General Overhaul Bomber": ""
"General Overhaul Cruiser": ""
"General Overhaul Destroyer": ""
"General Overhaul Light Fighter": ""
"General info": "Informações gerais"
"General options": "Opções gerais"
"Generate a one-time password with": "Gerar uma palavra passe de uso único com"
"Geothermal Power Plants": ""
"Get free trial key": "Obtenha a chave de teste grátis"
"Get spy reports": "Obter relatórios de espionagem"
"Get started": "Comece agora"
"Get trial key": "Obtenha a chave de teste"
"Get trial license": "Obter licença de teste"
"Gift cards": "Cartões de presente"
"Gives you access to your self-host server through": "Dá-lhe acesso ao seu servidor self-host através de"
"Global": "Global"
"Go": "Ir"
"Gravitation Sensors": ""
"Graviton Technology": "Tecnologia de Gravitação"
"Grouped Attack": "Ataque de Aliança"
"Grouped attack": ""
"HTTP client timeout": "HTTP client timeout"
"Halls Of Realisation": ""
"Hardened Diamond Drill Heads": ""
"Hardware concurrency": ""
"Harvest": "Recolher"
"Heat Recovery": ""
"Heavy Fighter": "Caça Pesado"
"Heavy Laser": "Laser Pesado"
"Hide all": ""
"Hide all reports ?": ""
"High Energy Pump Systems": ""
"High Energy Smelting": ""
"High Performance Extractors": ""
"High Performance Synthesiser": ""
"High Performance Terraformer": ""
"High Performance Transformer": ""
"High Temperature Superconductors": ""
"Highest bid value": ""
"History": ""
"Home": "Home"
"Homeworld": "Planeta Principal"
"Honour points": "Pontos de honra"
"Host eg: smtp.gmail.com": "Alojamento ex: smtp.gmail.com"
"Host machine Timezone": "Host machine Timezone"
"Hotkeys": ""
"Http proxy": ""
"Http proxy url:": ""
"Humans": ""
"Humans buildings": ""
"Humans researches": ""
"Hunter": "Hunter"
"Hunter colors": "Hunter cores"
"Hunter configs": "Hunter definições"
"Hyperspace": ""
"Hyperspace Drive": "Motor Propulsor de Hiperespaço"
"Hyperspace Technology": "Tecnologia de Hiperespaço"
"Hyperspace tech": "Tecnologia de Hiperespaço"
"I don't want to wait": ""
"I forgot my password": "Esqueci da palavra passe"
"ID": ""
"IP": "IP"
"Icons": ""
"If you wish to use the two-factor authentication on your gameforge account without having to use the proprietary app made by gameforge...": "Se desejar usar a autenticação de dois fatores na conta da gameforge sem ter que usar a app da gameforge ..."
"Ignore alliance": ""
"Ignore inactive players who have activity on their planet": ""
"Ignore min deut": "Ignorar min deut"
"Ignore planet": ""
"Ignore player": ""
"Ignore targets with activity": "Ignorar alvos c/ actividade"
"Ignored planets": ""
"Images URL": "URL imagens"
"Import bot": ""
"Import bots": ""
"Import resources & build": "Importar e construir"
"Importer": "Importação"
"Importer?": "Receber?"
"Improved Drone AI": ""
"Improved Lab Technology": ""
"Improved Stellarator": ""
"Impulse": ""
"Impulse Drive": "Motor de Impulsão"
"In a terminal, execute": "Num terminal, execute"
"In use": ""
"InGame date": "Data ingame"
"Inactive": "Inactivo"
"Inactive players": ""
"Individual": ""
"Instructions how to install and run": "Intruções como intalar e executar"
"Intergalactic Envoys": ""
"Intergalactic Research Network": "Rede Intergaláctica de Pesquisas"
"Interplanetary Analysis Network": ""
"Interplanetary Missiles": "Míssil Interplanetário"
"Interval between system scan": "Intervalo entre scan de sistemas"
"Ion Cannon": "Canhão de Iões"
"Ion Crystal Enhancement Heavy Fighter": ""
"Ion Crystal Modules": ""
"Ion Technology": "Tecnologia de Iões"
"Is Collector": ""
"Is Discoverer": ""
"Is General": ""
"Is admin": "É administrador"
"Is cloud": ""
"Is general?": ""
"Join our Slack server! If you haven't used Slack before: it's free, secure, and works on both your desktop and phone.": "Junte-se ao nosso servidor Slack! Se você nunca usou o Slack antes: é grátis, seguro e funciona tanto no desktop como no telefone."
"Join the server now": "Junte-se ao servidor agora"
"Jump Gate": "Portal de Salto Quântico"
"Jump gate": "Portal"
"Kaelesh": ""
"Kaelesh Discoverer Enhancement": ""
"Kaelesh buildings": ""
"Kaelesh researches": ""
"Key": "Key"
"Key/value storage": "Key/value storage"
"LC": "CG"
"LC that will not be send with auto-split": "CG não serão repartidos automaticamente"
"Lang": "País"
"Languages": ""
"Large Cargo": "Cargueiro Grande"
"Large Cargo to stay": "Carg. Grande para ficar"
"Large Shield Dome": "Grande Escudo Planetário"
"Large cargo": "Cargueiro grande"
"Laser Technology": "Tecnologia Laser"
"Learn more": "Saber mais"
"Level": "Nível"
"License": "Licença"
"License expired": "Licença expirada"
"Licenses": ""
"Lifeform buildings": ""
"Lifeform researches": ""
"Light Fighter": "Caça Ligeiro"
"Light Fighter MkII": ""
"Light Laser": "Laser Ligeiro"
"List all your 2fa with": "Liste todas as suas A2F com"
"Load in simulator": "Carregar no simulador"
"Login": "Entrar"
"Login fails": "Login falhou"
"Login history": ""
"Logins": ""
"Logs": "Logs"
"Logs retention (days)": "Manter histórico (dias)"
"Loot": "Pilhagem"
"Losses": "Perdas"
"Low Temperature Drives": ""
"Lunar Base": "Base Lunar"
"Magma Forge": ""
"Magma Powered Production": ""
"Magma Powered PumpSystems": ""
"Main planet": "Planeta Principal"
"Manual": "Manual"
"Manual fleet save": ""
"Map": "Mapa"
"Max brain slots": "Max brain slots"
"Max colonizer slots": ""
"Max discovery slots": ""
"Max expeditions slots": "Max expedição slots"
"Max farmer slots": "Max farmer"
"Max repatriate slots": "Max repatriate slots"
"Max script slots": "Max script slots"
"Max spyer slots": ""
"MechanGeneral Enhancement": ""
"Mechas": ""
"Mechas buildings": ""
"Mechas researches": ""
"MediaDevicesHash": ""
"Meditation Enclave": ""
"Megalith": ""
"Members": "Membros"
"Memory": ""
"Message": "Mensagem"
"Messages": "Mensagens"
"Metal": "Metal"
"Metal Mine": "Mina de Metal"
"Metal Storage": "Armazém de Metal"
"Metal setting": "Mina de Metal %"
"Metropolis": ""
"Microchip Assembly Line": ""
"Min. defenses to ignore": "Defesas mínimas a ignorar"
"Min. player rank": "Min. classificação jogador"
"Min. resources to attack": "Recursos mínimos p/ atacar"
"Mineral Research Centre": ""
"Minimum Pathfinders": ""
"Minimum amount of pathfinders needed to consider a debris field": ""
"Minimum fields": ""
"Minimum level of storage": "Nível máximo de armazém"
"Minimum possible loot to attack a target": ""
"Minimum speed": "Velocidade mínima"
"Minimum speed for the early PF": "Vel. mín para antecipar exploradora"
"Minimum temperature": ""
"Missile Attack": "Ataque de Misséis"
"Missile Silo": "Silo de Mísseis"
"Mission": "Missão"
"Monday": "Segunda"
"Moon": "Lua"
"Moon Destruction": ""
"Moonchance": "Probabilidade de lua"
"Moons": ""
"Moons only": ""
"My bots": "Meus bots"
"My licenses": "Minhas licenças"
"My proxies": ""
"My servers": "Meus Servidores"
"Name": "Nome"
"Nanite Factory": "Fábrica de Nanites"
"Nano Repair Bots": ""
"Navigator vendor": ""
"NavigatorDoNotTrack": ""
"Nb Probes": ""
"Nb probes": "Nr Sondas"
"Need application restart": ""
"Neuro Calibration Centre": ""
"Neuro Interface": ""
"Neuromodal Compressor": ""
"Never": "Nunca"
"Never wait (100% getting ban)": "Nunca esperar (100% ban)"
"New attack detected": "Novo ataque detectado"
"New bot": "Novo bot"
"New fingerprint": ""
"New license": "Nova licença"
"New license valid until": "Nova licença válida até"
"New missiles attack detected": "Ataque de misséis detectados"
"New ogamex bot": ""
"New password": "Nova palavra passe"
"New project": ""
"New proxy": ""
"New script": "Novo script"
"New server": "Novo Servidor"
"New session": "Nova sessão"
"New suggestion": "Nova sugestão"
"New theme": "Novo tema"
"New ticket": "Novo ticket"
"New trial license": "Nova licença de teste"
"New user": "Novo utilizador"
"New username": "Novo utilizador"
"Next": "Seguinte"
"No": "Não"
"No activity": "Sem actividade"
"No cron job at the moment": "Sem cron jobs"
"No data to display": "Sem dados para mostrar"
"No espionage report to show": "Sem relatórios de espionagem"
"No evacuations": "Sem evacuações"
"No files to display": "Nenhum ficheiro para mostrar"
"No fleet in the log": "Sem frotas no log"
"No fleets": "Sem movimentos"
"No gift card to show": "Nenhum vale-presente para mostrar"
"No license to display": "Nenhuma licença para mostrar"
"No logs to show": "Sem logs para mostrar"
"No messages to show": "Sem mensagens para mostrar"
"No notifications": "Sem notificações"
"No plans": "Sem planos"
"No players whitelisted": ""
"No proxy to display": ""
"No saved flights": "Sem frotas salvas"
"No scheduled flights": ""
"No servers to display": "Nenhum servidor para mostrar"
"No session": "Sem sessão"
"No session to display": ""
"No subscription to show": ""
"No targets": "Sem alvos"
"No theme": "Sem tema"
"None": "Nada"
"Note": "Nota"
"Notifications": "Notificações"
"Notify small fleet attacks (< 1/3 firepower)": "Notifica ataques de frotas pequenas (< 1/3 poder fogo)\""
"Notify when inactive for": ""
"Number of probes to send when spying": ""
"Number to send": "Número a enviar"
"OGT (OGame Timezone)": "OGT (OGame fuso horário)"
"OGame Ninja": "OGame Ninja"
"OGame preferences": ""
"OGame proxy": ""
"OS": "OS"
"OTP secret": "OTP secret"
"Obsidian Shield Reinforcement": ""
"OfflineAudioCtx": ""
"Ogame password": ""
"Ogame universe": ""
"Ogame username": ""
"OgameX email": ""
"OgameX password": ""
"Old password": "Antiga palavra passe"
"Open .ogame folder": "Abrir pasta .ogame"
"Open in BattleSim": "Abrir no BattleSim"
"Open in OGame browser": "Abrir no navegador"
"Open in battlesim": ""
"Open locals folder": ""
"Optimised Silo Construction Method": ""
"Orbital Den": ""
"Origin": "Origem"
"Oriktorium": ""
"Os name": ""
"Other actions": "Outras acções"
"Overclocking Battleship": ""
"Overclocking Heavy Fighter": ""
"Overclocking Large Cargo": ""
"Overview": "Vista Geral"
"Own debris field": ""
"Owner": "Proprietário"
"PF": "EXP"
"PF that will not be send with auto-split nor for recycle": "Exp. não será enviada com repartição automática nem para reciclar"
"PF will be send to arrive at the same time as debris field is created (if any)": "Exp. será enviada para chegar ao mesmo tempo em que o campo de destroços for criado (se houver)"
"Park": "Transferir"
"Park In That Ally": "Manter Posições"
"Password": "Palavra Passe"
"Password recovery": "Recuperação palavra passe"
"Pathfinder": "Exploradora"
"Pathfinders": "Exploradoras"
"Pathfinders to stay": "Exploradoras para ficar"
"Pause session": ""
"Pause/unpause": "Pausa/Recomeçar"
"Pay with Credit/debit card": "Pague com cartão débito/crédito"
"Pay with paypal": "Pague com paypal"
"Paypal subscriptions can be cancelled at any time in your paypal account": ""
"PermissionsStatesHash": ""
"Phalanx": "Phalanx"
"Phalanx all": ""
"Phalanx all coordinates": ""
"Phalanx session": "Sessão Phalanx"
"Phase": ""
"Place script here": "Coloque o script aqui"
"Planet": "Planeta"
"Planet name": "Planeta"
"Planet/Moon": "Planeta/Lua"
"Planetary Shield": ""
"Planets": ""
"Planets and moons": ""
"Planets only": ""
"Planets/moons with activity only": ""
"Plasma Drive": ""
"Plasma Technology": "Tecnologia de Plasma"
"Plasma Terraformer": ""
"Plasma Turret": "Canhão de Plasma"
"Play sound when attacked": "Toca som quando atacado"
"Player": "Jogador"
"Player ID": "Player ID"
"Player name": "Jogador"
"Player profile": "Perfil jogador"
"Player rank": "Classificação jogador"
"Please": "Por favor"
"Please contact admins": "Por favor contacte os administradores"
"Please contact ogame.ninja admins": "Por favor contacte os administradores ogame.ninja"
"Please update": "Por favor actualize"
"Plnaets/moons with activity only": "" # (unused)
"PluginsHash": ""
"Plunder": "Pilhagem"
"Points": "Pontos"
"Port eg: 587": "Porta ex: 587"
"Possible": "Possível"
"Preferred destination": "Destino preferido"
"Preferred transport ships": "Naves transporte preferida"
"Prev": "Anterior"
"Prevent if come back during sleep time": "Previne, se movimentos regressarem enquanto conta dorme"
"Prevent importing if come back during sleep time": "Não importar, se movimentos regressarem durante o sleep"
"Price": "Preço"
"Pricing": "Preçário"
"Prioritize nanite factory": ""
"Priority Slack support": "Suporte prioritário pelo Slack"
"Priority calculation": "Prioridade de cálculo"
"Priority ratio": ""
"Probe new attackers": "Espia novos atacantes"
"Production Assembly Hall": ""
"Profit": "Lucro"
"Project name": ""
"Proposals": "Propostas"
"Proxies": ""
"Proxies parameters": ""
"Proxy": "Proxy"
"Proxy password": "Proxy palavra passe"
"Proxy username": "Proxy utilizador"
"Psionic Modulator": ""
"Psionic Network": ""
"Psionic Shield Matrix": ""
"Psychoharmoniser": ""
"Put bot to sleep now": "Colocar bot em sleep"
"Quantum Computer Centre": ""
"Questions": ""
"Queue": "Fila"
"Queue tear down": "Demolir"
"R": ""
"RN": "RN"
"Random colonize": ""
"Random debris field": ""
"Random delay before going to sleep (minutes)": ""
"Random delay before waking up (minutes)": ""
"Randomize moon that checks for activity": "Lua aleatória para verificar actividade"
"Randomize planet/moon that checks for activity": "Planeta/lua aleatória para verificar actividade"
"Range": "Intervalo"
"Range to farm": ""
"Rank": "Classificação"
"Rank range": ""
"Rapidfire against": "Rapidfire contra"
"Rapidfire from": "Rapidfire de"
"Re-process existing messages": "Reprocessar mensagens existentes"
"Reaper": "Ceifeira"
"Recall back at": ""
"Recall of fleets": ""
"Recall saved fleet half way through the night": ""
"Recall seconds after attack": "Segundos de retorno de frota depois do ataque"
"Recall time": ""
"Recovery code": "Recuperar código"
"Recovery code is used to access your account in the event you cannot receive two-factor authentication codes.": "O código de recuperação é utilizado para aceder à sua conta caso você não possa receber códigos de autenticação de dois factores."
"Recycle debris": "Reciclar destroços"
"Recycle debris field": "Reciclar campo de destroços"
"Recycler": "Reciclador"
"Recyclers Needed": ""
"Redeem code": "Resgatar código"
"Redo": "Refazer"
"Region": "Região"
"Register": "Registar"
"Reload locals": ""
"Remote simulator": ""
"Remove ads": "Remover anúncios"
"Remove all": "Remover todos"
"Remove banner": "Remover banner"
"Renew instance": "Renovar instância"
"Renew license": "Renovar licença"
"Reorder bots": "Reordenar bots"
"Reorder planets": "Ordenar planetas"
"Repatriate": "Repatriate"
"Repatriate configs": "Repatriate definições"
"Repatriate interval": "Intervalo de distribuição"
"Repatriate now": "Distribuir agora"
"Repatriate random order": "Repatriate ordem aleatória"
"Repatriate resources": "Distribuir recursos"
"Report": "Relatório"
"Reschedule evacuation": "Reprogramar evacuação"
"Research": "Pesquisa"
"Research AI": ""
"Research Centre": ""
"Research Lab": "Laboratório de Pesquisas"
"Research Network": "Rede Intergaláctica de Pesquisas"
"Research speed": "Velocidade pesquisa"
"Researches info": ""
"Reset password": "Redefinir palavra passe"
"Reset root password": ""
"Residential Sector": ""
"Resources": "Recursos"
"Resources to": ""
"Restart app": ""
"Result": "Resultado"
"Resume session": ""
"Retrieve Password": "Recuperar palavra passe"
"Return": "Regresso"
"Retype password": "Redigitar palavra passe"
"Reverse tunnel": "Reverse tunnel"
"Revoke": "Revogar"
"Robot Assistants": ""
"Robotics Factory": "Fábrica de Robots"
"Robotics Research Centre": ""
"Rocket Launcher": "Lançador de Mísseis"
"Rocktal": ""
"Rocktal Collector Enhancement": ""
"Rocktal buildings": ""
"Rocktal researches": ""
"Root admin cannot delete his account": "O administrador não consegue apagar a sua conta"
"Round up resources": "Arredondar recursos"
"Round up ships": "Arredondar naves"
"Rounds": "Rondas"
"Run": "Executar"
"Run at start": "Exec no arranque"
"Rune Forge": ""
"Rune Shields": ""
"Rune Technologium": ""
"Runtime": "Runtime"
"SC": "CP"
"SC that will not be send with auto-split": "CP não serão repartidos automaticamente"
"SHA256 Checksum": "SHA256 Checksum"
"SMTP settings (email)": "Configurações de SMTP (e-mail)"
"SQL": "SQL"
"Sanctuary": ""
"Saturday": "Sábado"
"Save": "Guardar"
"Save fleet": "Guardar frota"
"Save proxy": "Salvar proxy"
"Save script": ""
"Saved fleets": "Frotas Salvas"
"Scan": ""
"Scan frequency": "Frequência de scan"
"Scan the image above with the two-factor authentication app on your phone. If you can’t use a barcode, enter": "Digitalize a imagem acima com a app de autenticação de dois factores no seu telefone. Se não puder utilizar um código de barras, digite"
"Scan this page": "Scannar sistema"
"Scan universe": "Scannar universo"
"Scan using": "Scan utilizando"
"Scanner": "Scanner"
"Scans the whole universe every set amount of hours.": "Faz scan ao universo inteiro a cada intervalo de horas"
"Schedule": ""
"Schedule fleet": ""
"Scheduled arrive time": ""
"Scheduled flights": ""
"Screen color depth": ""
"Screen height": ""
"Screen width": ""
"Script file name": "Nome do ficheiro de script"
"Scripts": "Scripts"
"Scripts examples": ""
"Search": "Procura"
"Search for lifeforms": ""
"Secs after expedition": "Segs depois da expedição"
"Seismic Mining Technology": ""
"Select one": "Seleccionar um"
"Select origin": "Seleccionar origem"
"Self hosting license parameters": "Self hosting parâmetros da licença"
"Self-host": "Self-host"
"Send all resources": ""
"Send all ships": ""
"Send attack": "Enviar ataque"
"Send fleet": "Enviar frota"
"Send flight": "Enviar movimento"
"Send message to attackers": "Envie mensagem ao atacante"
"Send recyclers": "Enviar recicladores"
"Sensor Phalanx": "Sensor Phalanx"
"Sent fleets": ""
"Servers": "Servidores"
"Service": ""
"Session aborted": "Sessão abortada"
"Sessions": "Sessões"
"Set all moons": ""
"Set all planets": ""
"Settings": "Definições"
"Share account": "Partilhar conta"
"Share with": "Partilhar com"
"Shield": "Escudo"
"Shield power": "Poder de escudo"
"Shielding Technology": "Tecnologia de Escudo"
"Ship Manufacturing Hall": ""
"Ship points": ""
"Ships": "Naves"
"Ships per expedition": "Naves por expedição"
"Ships to": ""
"Ships/Defenses": ""
"Shipyard": "Hangar"
"Show credentials": "Mostrar credenciais"
"Sign in": "Entrar"
"Sign in to continue": "Entrar para continuar"
"Sign out": "Sair"
"Sign up": "Entrar"
"Signer": ""
"Simulate": "Simular"
"Simulations": "Simulações"
"Simulator": "Simulador"
"Sixth Sense": ""
"Size": "Tamanho"
"Skip sus login wait": ""
"Skip the target if player rank is over setting": ""
"Skyscraper": ""
"Slack": "Slack"
"Slack account": "Conta Slack"
"Slack support": "Slack suporte"
"Slack username for notifications": "Utilizador Slack p/ notificações"
"Sleep Mode": "Sleep Mode"
"Sleep mode": "Sleep mode"
"Sleeping": ""
"Slingshot Autopilot": ""
"Slots allowed": "Slots permitidas"
"Slots reserved for player": "Slots reservados para o jogador"
"Small Cargo": "Cargueiro Pequeno"
"Small Cargo to stay": "Carg. Pequenos para ficar"
"Small Shield Dome": "Pequeno Escudo Planetário"
"Small cargo": "Cargueiro pequeno"
"Socks5 proxy": ""
"Socks5 server": "Socks5 servidor"
"Software is too old": "Software demasiado velho"
"Solar Plant": "Planta de Energia Solar"
"Solar Satellite": "Satélite Solar"
"Solar plant setting": "Planta Solar %"
"Solar sat setting": "Satélites Solares %"
"Solve captcha": ""
"Sort planets in dropdowns by": "Ordenar planetas por"