forked from Langaiden/Pixelmon-Language
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpt_PT.lang
2835 lines (2797 loc) · 201 KB
/
pt_PT.lang
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
item.PC.name=PC
item.Anvil.name=Bigorna
item.Healer.name=Máquina de Cura
item.Trade Machine.name=Máquina de Trocas
item.Fossil Machine.name=Máquina de Fósseis
item.Cloning Machine.name=Máquina de Colonagem
item.Fossil Machine Tank.name=Tanque para Máquinas de Fósseis
item.Fossil Machine Display.name=Ecrã para Máquinas de Fósseis
item.Fossil Machine Top.name=Topo para Máquinas de Fósseis
item.Fossil Machine Base.name=Base para Máquinas de Fósseis
item.Uno Shrine.name=Relíquia Gelada
item.Dos Shrine.name=Relíquia Estáctica
item.Tres Shrine.name=Relíquia Flamejante
item.Green Tank.name=Tanque Verde
item.Orange Tank.name=Tanque Laranja
item.Cloner Cord.name=Tubos para Máquinas de Clonagem
item.Fossil Cleaner.name=Máquina para limpeza de Fósseis
item.Pokedex.name=Pokedex
item.Wood Hammer.name=Martelo de Madeira
item.Stone Hammer.name=Martelo de Pedra
item.Iron Hammer.name=Martelo de Ferro
item.Gold Hammer.name=Martelo de Ouro
item.Diamond Hammer.name=Martelo de Diamantes
item.Aluminium Hammer.name=Martelo de Alumínio
item.Aluminium Axe.name=Machado de Alumínio
item.Aluminium Spade.name=Pá de de Alumínio
item.Aluminium PickAxe.name=Picareta de Alumínio
item.Aluminium Hoe.name=Enxada de Alumínio
item.Wailmer Pail.name=Regador Wailmer
item.Trainer Editor.name=Editor de Treinadores
item.Aluminium Sword.name=Espada de Alumínio
item.Aluminium Helmet.name=Capacete de Alumínio
item.Aluminium Torso.name=Armadura de Alumínio
item.Aluminium Leggings.name=Perneiras de Alumínio
item.Aluminium Boots.name=Botas de Alumínio
item.New Running Boots.name=Tenis de Corrida Novos
item.Old Running Boots.name=Tenis de Corrida Velhos
item.Aluminium Ingot.name=Lingote de Alumínio
item.Aluminium Plate.name=Placa de Alumínio
item.Old Rod.name=Cana de Pesca Velha
item.Good Rod.name=Cana de Pesca Funcional
item.Super Rod.name=Super Cana de Pesca
item.Trade Monitor.name=Ecrã para Máquinas de Troca
item.Trade Holder Right.name=Suporte Direito para Máquinas de Troca
item.Trade Holder Left.name=Suporte Esquerdo para Máquinas de Troca
item.Trade Panel.name=Painel para Máquinas de Troca
item.mysteryDungeonMap.name=Mapa dos Calaboços Misteriosos
item.Uno Orb.name=Primeiro Orb
item.Dos Orb.name=Segundo Orb
item.Tres Orb.name=Terceiro Orb
item.Orb.name=Orb
itemGroup.tabPokeLoot=PokeLoot
item.itemFinder.name=Radar de Itens
item.Poke Ball.name=Poke Bola
item.Great Ball.name=Great Ball
item.Ultra Ball.name=Ultra Ball
item.Master Ball.name=Master Ball
item.Level Ball.name=Level Ball
item.Moon Ball.name=Moon Ball
item.Friend Ball.name=Friend Ball
item.Love Ball.name=Love Ball
item.Safari Ball.name=Safari Ball
item.Heavy Ball.name=Heavy Ball
item.Fast Ball.name=Fast Ball
item.Repeat Ball.name=Repeat Ball
item.Timer Ball.name=Timer Ball
item.Nest Ball.name=Nest Ball
item.Net Ball.name=Net Ball
item.Dive Ball.name=Dive Ball
item.Luxury Ball.name=Luxury Ball
item.Heal Ball.name=Heal Ball
item.Dusk Ball.name=Dusk Ball
item.Premier Ball.name=Premier Ball
item.Poke Ball Lid.name=Tampa de Poke Bolas
item.Great Ball Lid.name=Tampa de Great Ball
item.Ultra Ball Lid.name=Tampa de Ultra Ball
item.Level Ball Lid.name=Tampa de Level Ball
item.Moon Ball Lid.name=Tampa de Moon Ball
item.Friend Ball Lid.name=Tampa de Friend Ball
item.Love Ball Lid.name=Tampa de Love Ball
item.Safari Ball Lid.name=Tampa de Safari Ball
item.Heavy Ball Lid.name=Tampa de Heavy Ball
item.Fast Ball Lid.name=Tampa de Fast Ball
item.Repeat Ball Lid.name=Tampa de Repeat Ball
item.Timer Ball Lid.name=Tampa de Timer Ball
item.Nest Ball Lid.name=Tampa de Nest Ball
item.Net Ball Lid.name=Tampa de Net Ball
item.Dive Ball Lid.name=Tampa de Dive Ball
item.Luxury Ball Lid.name=Tampa de Luxury Ball
item.Heal Ball Lid.name=Tampa de Heal Ball
item.Dusk Ball Lid.name=Tampa de Dusk Ball
item.Premier Ball Lid.name=Tampa de Premier Ball
item.Poke Ball Disc.name=Disco de Poke Bolas
item.Great Ball Disc.name=Disco de Great Ball
item.Ultra Ball Disc.name=Disco de Ultra Ball
item.Level Ball Disc.name=Disco de Level Ball
item.Moon Ball Disc.name=Disco de Moon Ball
item.Friend Ball Disc.name=Disco de Friend Ball
item.Love Ball Disc.name=Disco de Love Ball
item.Safari Ball Disc.name=Disco de Safari Ball
item.Heavy Ball Disc.name=Disco de Heavy Ball
item.Fast Ball Disc.name=Disco de Fast Ball
item.Repeat Ball Disc.name=Disco de Repeat Ball
item.Timer Ball Disc.name=Disco de Timer Ball
item.Nest Ball Disc.name=Disco de Nest Ball
item.Net Ball Disc.name=Disco de Net Ball
item.Dive Ball Disc.name=Disco de Dive Ball
item.Luxury Ball Disc.name=Disco de Luxury Ball
item.Heal Ball Disc.name=Disco de Heal Ball
item.Dusk Ball Disc.name=Disco de Dusk Ball
item.Premier Ball Disc.name=Disco de Premier Ball
item.Iron Disc.name=Disco de Ferro
item.Iron Base.name=Base de Ferro
item.Balance Badge.name=Medalha do Equilibrio
item.Beacon Badge.name=Medalha do Farol
item.Boulder Badge.name=Medalha do Pedregulho
item.Cascade Badge.name=Medalha da Cascata
item.Coal Badge.name=Medalha de Carvão
item.Cobble Badge.name=Medalha de Cobre
item.Dynamo Badge.name=Medalha do Dínamo
item.Earth Badge.name=Medalha da Terra
item.Feather Badge.name=Medalha de Penas
item.Fen Badge.name=Medalha do Charco
item.Fog Badge.name=Medalha do Nevoeiro
item.Forest Badge.name=Medalha da Floresta
item.Glacier Badge.name=Medalha Glaciar
item.Heat Badge.name=Medalha do Calor
item.Hive Badge.name=Medalha da Colmeia
item.Icicle Badge.name=Medalha da Estalactite
item.Knuckle Badge.name=Medalha do Punho
item.Marsh Badge.name=Medalha do Pântano
item.Mind Badge.name=Medalha da Mente
item.Mine Badge.name=Medalha da Mina
item.Mineral Badge.name=Medalha Mineral
item.Plain Badge.name=Medalha da Planície
item.Rainbow Badge.name=Medalha Arco-Íris
item.Rain Badge.name=Medalha da Chuva
item.Relic Badge.name=Medalha Relíquia
item.Rising Badge.name=Medalha da Ascensão
item.Soul Badge.name=Medalha da Alma
item.Stone Badge.name=Medalha de Pedra
item.Storm Badge.name=Medalha da Tempestade
item.Thunder Badge.name=Medalha do Trovão
item.Volcano Badge.name=Medalha do Vulcão
item.Zephyr Badge.name=Medalha Zéfiro
item.Rare Candy.name=Doce Raro
item.Potion.name=Poção
item.Super Potion.name=Super Poção
item.Hyper Potion.name=Hyper Poção
item.Full Restore.name=Recuperador Total
item.Revive.name=Recuperador de Desmaio
item.Max Revive.name=Recuperador de Desmaio Máximo
item.Max Potion.name=Poção Maxima
item.Ether.name=Éter
item.Max Ether.name=Éter Máximo
item.Elixir.name=Elixir
item.Max Elixir.name=Elixir Máximo
item.Antidote.name=Antídoto
item.Paralyze Heal.name=Recuperador de Paralisia
item.Awakening.name=Despertar
item.Burn Heal.name=Recuperador de Queimaduras
item.Ice Heal.name=Recuperador de Congelamento
item.Full Heal.name=Recuperador Total
item.spawnGrotto.name=Gerador de Grutas
item.Mossy Rock.name=Pedra Mugosa
item.Icy Rock.name=Pedra Gelada
item.Black Apricorn.name=Apricorn Preto
item.White Apricorn.name=Apricorn Branco
item.Pink Apricorn.name=Apricorn Rosa
item.Green Apricorn.name=Apricorn Verde
item.Blue Apricorn.name=Apricorn Azul
item.Yellow Apricorn.name=Apricorn Amarelo
item.Red Apricorn.name=Apricorn Vermelho
item.Cooked Black Apricorn.name=Apricorn Preto Cozinhado
item.Cooked White Apricorn.name=Apricorn Branco Cozinhado
item.Cooked Green Apricorn.name=Apricorn Verde Cozinhado
item.Cooked Blue Apricorn.name=Apricorn Azul Cozinhado
item.Cooked Yellow Apricorn.name=Apricorn Amarelo Cozinhado
item.Cooked Pink Apricorn.name=Apricorn Rosa Cozinhado
item.Cooked Red Apricorn.name=Apricorn Vermelho Cozinhado
item.HelixFossil.name=Fóssil Encaracolado
item.DomeFossil.name=Fóssil Cúpula
item.OldAmber.name=Ambar Antigo
item.RootFossil.name=Fóssil Raiz
item.ClawFossil.name=Fóssil Garra
item.SkullFossil.name=Fóssil Caveira
item.ArmorFossil.name=Fóssil Armadura
item.CoverFossil.name=Fóssil Oculto
item.PlumeFossil.name=Fóssil Pluma
item.Covered Fossil.name=Fóssil Coberto
item.Sun Stone.name=Pedra do Sol
item.Fire Stone.name=Pedra do Fogo
item.Water Stone.name=Pedra da Água
item.Moon Stone.name=Pedra da Lua
item.Thunder Stone.name=Pedra do Trovão
item.Leaf Stone.name=Pedra da Folha
item.Thunder Stone Shard.name=Pedaço da Pedra do Trovão
item.Leaf Stone Shard.name=Pedaço da Pedra da Folha
item.Water Stone Shard.name=Pedaço da Pedra da Água
item.Fire Stone Shard.name=Pedaço da Pedra do Fogo
item.Sun Stone Shard.name=Pedaço da Pedra do Sol
item.Ever Stone.name=Pedra Eterna
item.Lucky Egg.name=Ovo da Sorte
item.Exp. Share.name=Distribuidor de Experiência
item.Choice Band.name=Faixa Preferida
item.Choice Scarf.name=Lenço Preferido
item.Choice Specs.name=Óculos Preferidos
item.Macho Brace.name=Braçadeira Macho
item.Power Weight.name=Cinta Poderosa
item.Power Bracer.name=Power Bracer
item.Power Belt.name=Sino do Poder
item.Power Lens.name=Lentes Poderosas
item.Power Belt.name=Cinto do Poder
item.Power Band.name=Braçadeira do Poder
item.Power Anklet.name=Calcanhar do Poder
item.Oran Berry.name=Baga Oran
item.Rawst Berry.name=Baga Rawst
item.Leppa Berry.name=Baga Leppa
item.Soothe Bell.name=Sino Calmante
item.Smoke Ball.name=Bola de Fumo
item.WideLens.name=Lentes Amplas
item.Leftovers.name=Restos
item.Shell Bell.name=Sino Concha
item.Cell Battery.name=Bateria de Telémovel
item.Metronome.name=Metrónomo
item.Metal Coat.name=Revestimento de Metal
item.Dubious Disc.name=Disco Duvidoso
item.Electirizer.name=Electrizante
item.Magmarizer.name=Flamejante
item.King's Rock.name=Rocha do Rei
item.Protector.name=Protector
item.Up-Grade.name=Up-Grade
item.Razor Fang.name=Presa Navalha
item.TM1: Hone Claws.name=TM1: Afiar Garras
item.TM1: Wide Guard.name=TM1: Protecção Alargada
item.TM2: Dragon Claw.name=TM2: Garra Dragão
item.TM3: Psyshock.name=TM3: Choque Psíquico
item.TM4: Calm Mind.name=TM4: Mente Calma
item.TM5: Roar.name=TM5: Rugido
item.TM6: Toxic.name=TM6: Entoxicar
item.TM7: Hail.name=TM7: Granizo
item.TM8: Bulk Up.name=TM8: Capacidade Superior
item.TM9: Venoshock.name=TM9: Choque de Folhas
item.TM10: Hidden Power.name=TM10: Poder Oculto
item.TM11: Sunny Day.name=TM11: Dia de Sol
item.TM12: Taunt.name=TM12: Insultar
item.TM13: Ice Beam.name=TM13: Raio de Gelo
item.TM14: Blizzard.name=TM14: Nevão
item.TM15: Hyper Beam.name=TM15: Hyper Raio
item.TM16: Light Screen.name=TM16: Feixe de Luz
item.TM17: Protect.name=TM17: Protecção
item.TM18: Rain Dance.name=TM18: Dança da Chuva
item.TM19: Telekinesis.name=TM19: Telecinese
item.TM20: Safeguard.name=TM20: Salvaguardar
item.TM21: Frustration.name=TM21: Frustração
item.TM22: SolarBeam.name=TM22: Raio Solar
item.TM23: Smack Down.name=TM23: Beijo Estonteante
item.TM24: Thunderbolt.name=TM24: Raio Electrico
item.TM25: Thunder.name=TM25: Trovão
item.TM26: Earthquake.name=TM26: Tremor de Terra
item.TM27: Return.name=TM27: Retorno
item.TM28: Dig.name=TM28: Cavar
item.TM29: Psychic.name=TM29: Psíquico
item.TM30: Shadow Ball.name=TM30: Bola de Sombria
item.TM31: Brick Break.name=TM31: Partir Tijolos
item.TM32: Double Team.name=TM32: Equipa Dupla
item.TM33: Reflect.name=TM33: Reflectir
item.TM34: Sludge Wave.name=TM34: Onda de Lodo
item.TM35: Flamethrower.name=TM35: Lança Chamas
item.TM36: Sludge Bomb.name=TM36: Bomba de Lodo
item.TM37: Sandstorm.name=TM37: Tempestade de Areia
item.TM38: Fire Blast.name=TM38: Explosão de Fogo
item.TM39: Rock Tomb.name=TM39: Túmulo de Rochas
item.TM40: Aerial Ace.name=TM40: Ás Aerio
item.TM41: Torment.name=TM41: Tormento
item.TM42: Facade.name=TM42: Fachada
item.TM43: Flame Charge.name=TM43: Carga de Chamas
item.TM44: Rest.name=TM44: Descansar
item.TM45: Attract.name=TM45: Atrair
item.TM46: Thief.name=TM46: Roubar
item.TM47: Low Sweep=TM47: Golpe Baixo
item.TM48: Round=TM48: Vira Volta
item.TM49: Echoed Voice.name=TM49: Voz Reverberante
item.TM50: Overheat.name=TM50: Sobreaquecimento
item.TM51: Ally Switch.name=TM51: Subtituição de Aliado
item.TM52: Focus Blast.name=TM52: Explosão Focada
item.TM53: Energy Ball.name=TM53: Bola de Energia
item.TM54: False Swipe.name=TM54: Falsa Pancada
item.TM55: Scald.name=TM55: Queimadura
item.TM56: Fling.name=TM56: Arremesso
item.TM57: Charge Beam.name=TM57: Raio Acumulado
item.TM58: Sky Drop.name=TM58: Queda Livre
item.TM59: Incinerate.name=TM59: Incinerar
item.TM60: Quash.name=TM60: Anular
item.TM61: Will-O-Wisp.name=TM61: Feixe da Determinação
item.TM62: Acrobatics.name=TM62: Acrobática
item.TM63: Embargo.name=TM63: Embargo
item.TM64: Explosion.name=TM64: Explosão
item.TM65: Shadow Claw.name=TM65: Garra Sombria
item.TM66: Payback.name=TM66: Vingança
item.TM67: Retaliate.name=TM67: Retaliar
item.TM68: Giga Impact.name=TM68: Impacto Gigante
item.TM69: Rock Polish.name=TM69: Polir Rochas
item.TM70: Flash.name=TM70: Flash
item.TM71: Stone Edge.name=TM71: Pedras Afiadas
item.TM72: Volt Switch.name=TM72: Mudança de Voltagem
item.TM73: Thunder Wave=TM73: Onda de Trovões
item.TM74: Gyro Ball.name=TM74: Bola Rotativa
item.TM75: Swords Dance.name=TM75: Dança de Espadas
item.TM76: Struggle Bug.name=TM76: Erro Esforçado
item.TM77: Psych Up.name=TM77: Aumento Psíquico
item.TM78: Bulldoze.name=TM78: Destruir
item.TM79: Frost Breath.name=TM79: Hálito Gelado
item.TM80: Rock Slide.name=TM80: Escorrega de Rochas
item.TM81: X-Scissor.name=TM81: Corte em X
item.TM82: Dragon Tail.name=TM82: Cauda de Dragão
item.TM83: Work Up.name=TM83: Melhoramento
item.TM84: Poison Jab.name=TM84: Soco Envenenado
item.TM85: Dream Eater.name=TM85: Comedor de Sonhos
item.TM86: Grass Knot.name=TM86: Nó de Erva
item.TM87: Swagger.name=TM87: Gabar-se
item.TM88: Pluck.name=TM88: Colher
item.TM89: U-Turn.name=TM89: Curva em U
item.TM90: Substitute.name=TM90: Substituto
item.TM91: Flash Cannon.name=TM91: Canhão Flash
item.TM92: Trick Room.name=TM92: Quarto dos Truques
item.TM93: Wild Charge.name=TM93: Carga Selvagens
item.TM94: Rock Smash.name=TM94: Destruir Rochas
item.TM95: Snarl.name=TM95: Rosnado
item.TM1: Cut.name= HM1: Cortar
item.TM2: Fly.name=HM2: Voar
item.TM3: Surf.name=HM3: Nadar
item.TM4: Strength.name=HM4: Força
item.TM5: Defog.name=HM5: Desembaçamento
item.TM6: Rock Smash.name=HM6: Destruir Rochas
item.TM7: Waterfall.name=HM7: Catarátas
item.TM8: Rock Climb.name=HM8: Trepar a Rochas
item.TM9: Whirlpool.name=HM9: Remoinho Aquático
item.TM10: Dive.name=HM10: Mergulho
attack.tail whip.name=Cauda Chicote
attack.tail whip.description=Um Ataque que reduz a defesa do adversário. Util contra Pokemon fortes e com armaduras.
attack.tackle.name=Investida
attack.tackle.description=Ataca o adversário numa investida com todo o corpo.
attack.growl.name=Rosnar
attack.growl.description=O Pokemon Rosna ensurdecedoramente, deixando o adversário cauteloso. Reduz o ataque do adversário.
attack.leech seed.name=Semente Sanguessuga
attack.leech seed.description=Uma semente é plantada no adversário que lhe rouba Pontos de Vida, curando o Pokemon que o usa.
attack.vine whip.name=Chicote de Eras
attack.vine whip.description=O adversário é atingido por Eras tao fortes como Chicotes.
attack.poison powder.name=Pó Envenenado
attack.poison powder.description=Uma núvem de po venenoso é disperso no adversário, podendo envenená-lo.
attack.sleep powder.name=Pó de Sono
attack.sleep powder.description=Uma núvem de pó provocador de sono é lançada contra o adversário, podendo adormece-lo.
attack.take down.name=Derrubar
attack.take down.description=Uma imprudente investida de todo o corpo do utilizador sobre o seu adversário. Se o adversário for atingido o utilizador tambem sofre danos.
attack.razor leaf.name=Folha Cortante
attack.razor leaf.description=Folhas de pontas afiadas são lançadas contra o adversário. Há uma elevada probabilidade de causar danos críticos.
attack.sweet scent.name=Aroma Doce
attack.sweet scent.description=Um doce aroma distrai o adversário, tornando-o um alvo fácil.
attack.growth.name=Crescimento
attack.growth.description=O Pokémon é obrigado a crescer de repente. Aumente as estatisticas de ataque especial.
attack.double-edge.name=Dois Gumes
attack.double-edge.description=Uma investida imprudente, de risco vital. No entanto tambem desgasta o Pokemon atacante.
attack.worry seed.name=Semente da Preocupação
attack.worry seed.description=Uma semente lançada contra o adversário deixa-o preocupado. Não deixa o adversário descansar e muda a sua habilidade para Insónia.
attack.synthesis.name=Fotosíntese
attack.synthesis.description=Os pontos de vida são restaurados pela luz do sol. Em batalha, até metade dos pontos de vida são restaurados.
attack.seed bomb.name=Semente Bomba
attack.seed bomb.description=O Pokemon lança inumeras sementes de casca dura contra o adversário.
attack.toxic.name=Entoxicar
attack.toxic.description=Um ataque que deixa o adversário severamente entoxicado. O dano do veneno piora a cada turno.
attack.venoshock.name=Venoshock
attack.venoshock.description=The user drenches the target in a special poisonous liquid. Its power is doubled if the target is poisoned.
attack.hidden power.name=Poder Oculto
attack.hidden power.description=Um ataque que varia em tipo e intensidade dependendo do usuário.
attack.sunny day.name=Dia Ensolarado
attack.sunny day.description=O sol brilha por cinco turnos, deixando ataques do tipo Fogo mais poderosos.
attack.light screen.name= Tela de Luz
attack.light screen.description=Uma parede de luz enfraquece os danos de Ataques Especiais por cinco turnos.
attack.protect.name=Proteger
attack.protect.description=Permite ao usuário evitar todos os ataques. A sua chance de falhar aumenta se usado conscutivamente.
attack.safeguard.name=Salvaguarda
attack.safeguard.description=O usuário cria uma área protetora que previne status problemáticos durante cinco turnos.
attack.frustration.name=Frustração
attack.frustration.description=Um ataque que é mais poderoso se o treinador é odiado.
attack.solarbeam.name=Raio Solar
attack.solarbeam.description=Um ataque de dois turnos que atinge o adversário com energia absorvida no segundo turno.
attack.return.name=Retorno
attack.return.description=Este ataque fica mais poderoso quanto mais o usuário gostar do seu treinador.
attack.double team.name=Equipa Dupla
attack.double team.description=O usuário cria cópias ilusórias de si mesmo para aumentar a sua evasão.
attack.sludge bomb.name=Bomba de Lodo
attack.sludge bomb.description=Lodo imundo é lançado ao adversário. Também pode envenená-lo.
attack.facade.name=Fachada
attack.facade.description=Um ataque que fica mais forte se o usuário estiver queimado, envenenado ou paralisado.
attack.rest.name=Descansar
attack.rest.description=O usuário descansa durante dois turnos. Os seus pontos de vida são completamente restaurados e é curado que qualquer status problemático.
attack.attract.name=Atração
attack.attract.description=Se for do sexo oposto do usuário, o adversário fica apaixonado e menos disposto a atacar.
attack.fire punch.name=Soco de Fogo
attack.fire punch.description=O adversário é socado com um punho flamejante. Também pode deixá-lo com uma queimadura.
attack.echoed voice.name=Eco de Voz
attack.echoed voice.description=O usuário ataca o adversário com uma voz ecoante. Se este ataque for usado consecutivamente, fará mais dano.
attack.energy ball.name=Esfera de Energia
attack.energy ball.description=O usuário absorve energia da natureza e lança-a ao adversário. Também pode baixar a Defesa Especial do mesmo.
attack.flash.name=Clarão
attack.flash.description=O usuário liberta um poderoso raio de luz que diminui a precisão do adversário.
attack.swords dance.name=Dança das Espadas
attack.swords dance.description=Uma dança frenética para intensificar o espírito de combate. Aumenta nitidamente o Ataque do usuário.
attack.grass knot.name=Nó de Erva
attack.grass knot.description=O usuário armadilha o adversário com erva e fá-lo tropeçar. quanto mais pesado for a adversário, maior o dano causado.
attack.swagger.name=Arrogância
attack.swagger.description=O usuário enraivece e confunde o adversário. No entanto, também aumenta nitidamente o Ataque do adversário.
attack.substitute.name=Substituição
attack.substitute.description=O usuário cria uma cópia de si mesmo usando alguns dos seus pontos de vida. A cópia serve como um engodo do usuário.
attack.rock smash.name=Esmaga-Rocha
attack.rock smash.description=O usuário ataca com um soco que pode quebrar uma rocha. Também pode baixar a Defesa do adversário.
attack.strength.name=Força
attack.strength.description=O adversário é atingido com um soco muito forte. este ataque também pode ser usado para mover rochas.
attack.cut.name=Cortar
attack.cut.description=O adversário é cortado com uma foice ou uma garra. Também pode ser usado para cortar árvores finas.
attack.petal dance.name=Dança das Pétalas
attack.petal dance.description=O usuário ataca o adversário espalhando pétalas durate dois a três turnos. De seguida, o usuário fica confuso.
attack.scratch.name=Arranhão
attack.scratch.description=Garras duras, pontiagudas e afiadas arranham o adversário para infligir danos.
attack.ember.name=Brasas
attack.ember.description=O adversário é atacado com pequenas chamas. Também pode deixar o adversário com uma quiemadura.
attack.smokescreen.name=SmokeScreen
attack.smokescreen.description=The user releases an obscuring cloud of smoke or ink. It reduces the target's accuracy.
attack.dragon rage.name=Dragon Rage
attack.dragon rage.description=This attack hits the target with a shock wave of pure rage. This attack always inflicts 40 HP damage
attack.scary face.name=Scary Face
attack.scary face.description=The user frightens the target with a scary face to harshly reduce its speed stat.
attack.fire fang.name=Fire Fang
attack.fire fang.description=The user bites with flame-cloaked fangs. It may also make the target flinch or leave it burned.
attack.flame burst.name=Flame Burst
attack.flame burst.description=The user attacks the target with a bursting flame. The bursting flame damages Pokémon next to the target as well.
attack.slash.name=Slash
attack.slash.description=The target is attacked with a slash of claws or blades. Critical hits land more easily.
attack.flamethrower.name=Flamethrower
attack.flamethrower.description=The target is scorched with an intense blast of fire. It may also leave the target with a burn.
attack.fire spin.name=Fire Spin
attack.fire spin.description=The target becomes trapped within a fierce vortex of fire that rages for four to five turns.
attack.inferno.name=Inferno
attack.inferno.description=The user attacks by engulfing the target in an intense fire. It leaves the target with a burn.
attack.hone claws.name=Hone Claws
attack.hone claws.description=The user sharpens its claws to boost its Attack stat and accuracy.
attack.dragon claw.name=Dragon Claw
attack.dragon claw.description=The user slashes the target with huge, sharp claws.
attack.roar.name=Roar
attack.roar.description=The target is scared off and replaced by another Pokémon in its party. In the wild, the battle ends.
attack.hyper beam.name=Hyper Beam
attack.hyper beam.description=The target is attacked with a powerful beam. The user must rest on the next turn to regain its energy.
attack.earthquake.name=Earthquake
attack.earthquake.description=The user sets off an earthquake that strikes those around it.
attack.giga impact.name=Giga Impact
attack.giga impact.description=The user charges at the target using every bit of its power. The user must rest on the next turn.
attack.bulldoze.name=Bulldoze
attack.bulldoze.description=The user stomps down on the ground and attacks everything in the area. Hit Pokémon's Speed stat is reduced.
attack.pound.name=Pound
attack.pound.description=The target is physically pounded with a long tail or a foreleg, etc.
attack.karate chop.name=Karate Chop
attack.karate chop.description=The target is attacked with a sharp chop. Critical hits land more easily.
attack.doubleslap.name=DoubleSlap
attack.doubleslap.description=The target is slapped repeatedly, back and forth, two to five times in a row.
attack.comet punch.name=Comet Punch
attack.comet punch.description=The target is hit with a flurry of punches that strike two to five times in a row.
attack.mega punch.name=Mega Punch
attack.mega punch.description=The target is slugged by a punch thrown with muscle-packed power.
attack.pay day.name=Pay Day
attack.pay day.description=Numerous coins are hurled at the target to inflict damage. Money is earned after the battle.
attack.ice punch.name=Ice Punch
attack.ice punch.description=The target is punched with an icy fist. It may also leave the target frozen.
attack.thunder punch.name=Thunder Punch
attack.thunder punch.description=The target is punched with an electrified fist. It may also leave the target with paralysis.
attack.vicegrip.name=ViceGrip
attack.vicegrip.description=The target is gripped and squeezed from both sides to inflict damage.
attack.guillotine.name=Guillotine
attack.guillotine.description=A vicious, tearing attack with big pincers. The target will faint instantly if this attack hits.
attack.razor wind.name=Razor Wind
attack.razor wind.description=A two-turn attack. Blades of wind hit opposing Pokémon on the second turn. Critical hits land more easily.
attack.gust.name=Gust
attack.gust.description=A gust of wind is whipped up by wings and launched at the target to inflict damage.
attack.wing attack.name=Wing Attack
attack.wing attack.description=The target is struck with large, imposing wings spread wide to inflict damage.
attack.whirlwind.name=Whirlwind
attack.whirlwind.description=The target is blown away, to be replaced by another Pokémon in its party. In the wild, the battle ends.
attack.fly.name=Fly
attack.fly.description=The user soars, then strikes its target on the second turn. It can also be used for flying anywhere on the pokemon.
attack.bind.name=Bind
attack.bind.description=Things such as long bodies or tentacles are used to bind and squeeze the target for four to five turns.
attack.slam.name=Slam
attack.slam.description=The target is slammed with a long tail, vines, etc., to inflict damage.
attack.stomp.name=Stomp
attack.stomp.description=The target is stomped with a big foot. It may also make the target flinch.
attack.double kick.name=Double Kick
attack.double kick.description=The target is quickly kicked twice in succession using both feet.
attack.mega kick.name=Mega Kick
attack.mega kick.description=The target is attacked by a kick launched with muscle-packed power.
attack.jump kick.name=Jump Kick
attack.jump kick.description=The user jumps up high, then strikes with a kick. If the kick misses, the user hurts itself.
attack.rolling kick.name=Rolling Kick
attack.rolling kick.description=The user lashes out with a quick, spinning kick. It may also make the target flinch.
attack.sand-attack.name=Sand-Attack
attack.sand-attack.description=Sand is hurled in the target's face, reducing its accuracy.
attack.headbutt.name=Headbutt
attack.headbutt.description=The user sticks out its head and attacks by charging straight into the target. It may also make the target flinch.
attack.horn attack.name=Horn Attack
attack.horn attack.description=The target is jabbed with a sharply pointed horn to inflict damage.
attack.fury attack.name=Fury Attack
attack.fury attack.description=The target is jabbed repeatedly with a horn or beak two to five times in a row.
attack.horn drill.name=Horn Drill
attack.horn drill.description=The user stabs the target with a horn that rotates like a drill. If it hits, the target faints instantly.
attack.body slam.name=Body Slam
attack.body slam.description=The user drops onto the target with its full body weight. It may also leave the target with paralysis.
attack.wrap.name=Wrap
attack.wrap.description=A long body or vines are used to wrap and squeeze the target for four to five turns.
attack.thrash.name=Thrash
attack.thrash.description=The user rampages and attacks for two to three turns. It then becomes confused, however.
attack.poison sting.name=Poison Sting
attack.poison sting.description=The user stabs the target with a poisonous stinger. This may also poison the target.
attack.twineedle.name=Twineedle
attack.twineedle.description=The user damages the target twice in succession by jabbing it with two spikes. It may also poison the target.
attack.pin missile.name=Pin Missile
attack.pin missile.description=Sharp spikes are shot at the target in rapid succession. They hit two to five times in a row.
attack.leer.name=Leer
attack.leer.description=The opposing team gains an intimidating leer with sharp eyes. The opposing team's Defense stats are reduced.
attack.bite.name=Bite
attack.bite.description=The target is bitten with viciously sharp fangs. It may make the target flinch.
attack.sing.name=Sing
attack.sing.description=A soothing lullaby is sung in a calming voice that puts the target into a deep slumber.
attack.supersonic.name=Supersonic
attack.supersonic.description=The user generates odd sound waves from its body. It may confuse the target.
attack.sonicboom.name=SonicBoom
attack.sonicboom.description=The target is hit with a destructive shock wave that always inflicts 20 HP damage.
attack.disable.name=Disable
attack.disable.description=For four turns, this move prevents the target from using the move it last used.
attack.acid.name=Acid
attack.acid.description=The opposing team is attacked with a spray of harsh acid. The acid may also lower the targets' Sp. Def stats.
attack.mist.name=Mist
attack.mist.description=The user cloaks its body with a white mist that prevents any of its stats from being cut for five turns.
attack.water gun.name=Water Gun
attack.water gun.description=The target is blasted with a forceful shot of water.
attack.hydro pump.name=Hydro Pump
attack.hydro pump.description=The target is blasted by a huge volume of water launched under great pressure.
attack.surf.name=Surf
attack.surf.description=It swamps the area around the user with a giant wave. It can also be used for crossing water.
attack.ice beam.name=Ice Beam
attack.ice beam.description=The target is struck with an icy-cold beam of energy. It may also freeze the target solid.
attack.blizzard.name=Blizzard
attack.blizzard.description=A howling blizzard is summoned to strike the opposing team. It may also freeze them solid.
attack.psybeam.name=Psybeam
attack.psybeam.description=The target is attacked with a peculiar ray. It may also cause confusion.
attack.bubblebeam.name=BubbleBeam
attack.bubblebeam.description=A spray of bubbles is forcefully ejected at the opposing team. It may also lower their Speed stats
attack.aurora beam.name=Aurora Beam
attack.aurora beam.description=The target is hit with a rainbow-colored beam. This may also lower the target's Attack stat.
attack.peck.name=Peck
attack.peck.description=The target is jabbed with a sharply pointed beak or horn.
attack.drill peck.name=Drill Peck
attack.drill peck.description=A corkscrewing attack with the sharp beak acting as a drill.
attack.submission.name=Submission
attack.submission.description=The user grabs the target and recklessly dives for the ground. It also hurts the user slightly.
attack.low kick.name=Low Kick
attack.low kick.description=A powerful low kick that makes the foe fall over. It inflicts greater damage on heavier targets.
attack.counter.name=Counter
attack.counter.description=A retaliation move that counters any physical attack, inflicting double the damage taken.
attack.seismic toss.name=Seismic Toss
attack.seismic toss.description=The target is thrown using the power of gravity. It inflicts damage equal to the user's level.
attack.sacred fire.name=Sacred Fire
attack.sacred fire.description=The target is razed with a mystical fire of great intensity. It may also leave the target with a burn.
attack.absorb.name=Absorb
attack.absorb.description=A nutrient-draining attack. The user’s HP is restored by half the damage taken by the target.
attack.mega drain.name=Mega Drain
attack.mega drain.description=A nutrient-draining attack. The user's HP is restored by half the damage taken by the target.
attack.stun spore.name=Stun Spore
attack.stun spore.description=The user scatters a cloud of paralyzing powder. It may leave the target with paralysis.
attack.string shot.name=String Shot
attack.string shot.description=The targets are bound with silk blown from the user's mouth. This silk reduces the targets' Speed stat.
attack.thundershock.name=ThunderShock
attack.thundershock.description=A jolt of electricity is hurled at the target to inflict damage. It may also leave the target with paralysis.
attack.thunderbolt.name=Thunderbolt
attack.thunderbolt.description=A strong electric blast is loosed at the target. It may also leave the target with paralysis.
attack.thunder wave.name=Thunder Wave
attack.thunder wave.description=A weak electric charge is launched at the target. It causes paralysis if hit.
attack.thunder.name=Thunder
attack.thunder.description=A wicked thunderbolt is dropped on the target to inflict damage. It may also leave the target with paralysis.
attack.rock throw.name=Rock Throw
attack.rock throw.description=The user picks up and throws a small rock at the target to attack
attack.fissure.name=Fissure
attack.fissure.description=The user opens up a fissure in the ground and drops the target in. The target instantly faints if it hits.
attack.dig.name=Dig
attack.dig.description=The user burrows, then attacks on the second turn. It can also be used to exit dungeons.
attack.confusion.name=Confusion
attack.confusion.description=The target is hit by a weak telekinetic force. It may also leave the target confused.
attack.psychic.name=Psychic
attack.psychic.description=The target is hit by a strong telekinetic force. It may also reduce the target's Sp.Def stat.
attack.hypnosis.name=Hypnosis
attack.hypnosis.description=The user employs hypnotic suggestion to make the target fall into a deep sleep.
attack.meditate.name=Meditate
attack.meditate.description=The user meditates to awaken the power deep within its body and raise its Attack stat.
attack.agility.name=Agility
attack.agility.description=The user relaxes and lightens its body to move faster. It sharply boosts the Speed stat.
attack.quick attack.name=Quick Attack
attack.quick attack.description=The user lunges at the target at a speed that makes it almost invisible. It is sure to strike first.
attack.rage.name=Rage
attack.rage.description=As long as this move is in use, the power of rage raises the Attack stat each time the user is hit in battle.
attack.teleport.name=Teleport
attack.teleport.description=Use it to flee from any wild Pokémon. It can also warp to the last Pokémon Center visited.
attack.night shade.name=Night Shade
attack.night shade.description=The user makes the target see a frightening mirage. It inflicts damage matching the user's level.
attack.mimic.name=Mimic
attack.mimic.description=The user copies the target's last move. The move can be used during battle until the Pokémon is switched out.
attack.screech.name=Screech
attack.screech.description=An earsplitting screech harshly reduces the target's Defense stat.
attack.recover.name=Recover
attack.recover.description=Restoring its own cells, the user restores its own HP by half of its max HP.
attack.harden.name=Harden
attack.harden.description=The user stiffens all the muscles in its body to raise its Defense stat.
attack.minimize.name=Minimize
attack.minimize.description=The user compresses its body to make itself look smaller, which sharply raises its evasiveness.
attack.confuse ray.name=Confuse Ray
attack.confuse ray.description=The target is exposed to a sinister ray that triggers confusion.
attack.withdraw.name=Withdraw
attack.withdraw.description=The user withdraws its body into its hard shell, raising its Defense stat.
attack.defense curl.name=Defense Curl
attack.defense curl.description=The user curls up to conceal weak spots and raise its Defense stat.
attack.barrier.name=Barrier
attack.barrier.description=The user throws up a sturdy wall that sharply raises its Defense stat.
attack.haze.name=Haze
attack.haze.description=The user creates a haze that eliminates every stat change among all the Pokémon engaged in battle.
attack.reflect.name=Reflect
attack.reflect.description=A wondrous wall is put up to suppress damage from physical attacks for five turns.
attack.focus energy.name=Focus Energy
attack.focus energy.description=The user takes a deep breath and focuses so that critical hits land more easily.
attack.bide.name=Bide
attack.bide.description=The user endures attacks for two turns, then strikes back to cause double the damage taken.
attack.metronome.name=Metronome
attack.metronome.description=The user waggles a finger and stimulates its brain into randomly using nearly any move.
attack.mirror move.name=Mirror Move
attack.mirror move.description=The user counters the target by mimicking the target's last move.
attack.selfdestruct.name=Selfdestruct
attack.selfdestruct.description=The user attacks everything around it by causing an explosion. The user faints upon using this move.
attack.egg bomb.name=Egg Bomb
attack.egg bomb.description=A large egg is hurled at the target with maximum force to inflict damage.
attack.lick.name=Lick
attack.lick.description=The target is licked with a long tongue, causing damage. It may also leave the target with paralysis.
attack.smog.name=Smog
attack.smog.description=The target is attacked with a discharge of filthy gases. It may also poison the target.
attack.sludge.name=Sludge
attack.sludge.description=Unsanitary sludge is hurled at the target. It may also poison the target.
attack.bone club.name=Bone Club
attack.bone club.description=The user clubs the target with a bone. It may also make the target flinch.
attack.fire blast.name=Fire Blast
attack.fire blast.description=The target is attacked with an intense blast of all-consuming fire. It may also leave the target with a burn.
attack.waterfall.name=Waterfall
attack.waterfall.description=The user charges at the target and may make it flinch. It can also be used to climb a waterfall.
attack.clamp.name=Clamp
attack.clamp.description=The target is clamped and squeezed by the user's very thick and sturdy shell for four to five turns.
attack.swift.name=Swift
attack.swift.description=Star-shaped rays are shot at the opposing team. This attack never misses.
attack.skull bash.name=Skull Bash
attack.skull bash.description=The user tucks in its head to raise its Defense in the first turn, then rams the target on the next turn.
attack.spike cannon.name=Spike Cannon
attack.spike cannon.description=Sharp spikes are shot at the target in rapid succession. They hit two to five times in a row.
attack.constrict.name=Constrict
attack.constrict.description=The target is attacked with long, creeping tentacles or vines. It may also lower the target's Speed stat.
attack.amnesia.name=Amnesia
attack.amnesia.description=The user temporarily empties its mind to forget its concerns. It sharply raises the user's Sp. Def stat.
attack.kinesis.name=Kinesis
attack.kinesis.description=The user distracts the target by bending a spoon. It lowers the target's accuracy.
attack.softboiled.name=Softboiled
attack.softboiled.description=The user restores its own HP by up to half of its maximum HP. May also be used in the field to heal HP.
attack.hi jump kick.name=Hi Jump Kick
attack.hi jump kick.description=The target is attacked with a knee kick from a jump. If it misses, the user is hurt instead.
attack.glare.name=Glare
attack.glare.description=The user intimidates the target with the pattern on its belly to cause paralysis.
attack.dream eater.name=Dream Eater
attack.dream eater.description=The user eats the dreams of a sleeping target. It absorbs half the damage caused to heal the user's HP.
attack.poison gas.name=Poison Gas
attack.poison gas.description=A cloud of poison gas is sprayed in the face of opposing Pokémon. It may poison those hit.
attack.barrage.name=Barrage
attack.barrage.description=Round objects are hurled at the target to strike two to five times in a row.
attack.leech life.name=Leech Life
attack.leech life.description=The user drains the target's blood. The user's HP is restored by half the damage taken by the target.
attack.lovely kiss.name=Lovely Kiss
attack.lovely kiss.description=With a scary face, the user tries to force a kiss on the target. If it succeeds, the target falls asleep.
attack.sky attack.name=Sky Attack
attack.sky attack.description=A second-turn attack move where critical hits land more easily. It may also make the target flinch.
attack.transform.name=Transform
attack.transform.description=The user transforms into a copy of the target right down to having the same move set.
attack.bubble.name=Bubble
attack.bubble.description=A spray of countless bubbles is jetted at the opposing team. It may also lower the targets' Speed stats.
attack.dizzy punch.name=Dizzy Punch
attack.dizzy punch.description=The target is hit with rhythmically launched punches that may also leave it confused.
attack.spore.name=Spore
attack.spore.description=The user scatters bursts of spores that induce sleep.
attack.psywave.name=Psywave
attack.psywave.description=The target is attacked with an odd psychic wave. The attack varies in intensity.
attack.splash.name=Splash
attack.splash.description=The user just flops and splashes around to no effect at all...
attack.acid armor.name=Acid Armor
attack.acid armor.description=The user alters its cellular structure to liquefy itself, sharply raising its Defense stat.
attack.crabhammer.name=Crabhammer
attack.crabhammer.description=The target is hammered with a large pincer. Critical hits land more easily.
attack.explosion.name=Explosion
attack.explosion.description=The user explodes to inflict damage on those around it. The user faints upon using this move.
attack.fury swipes.name=Fury Swipes
attack.fury swipes.description=The target is raked with sharp claws or scythes for two to five times in quick succession.
attack.bonemerang.name=Bonemerang
attack.bonemerang.description=The user throws the bone it holds. The bone loops to hit the target twice, coming and going.
attack.rock slide.name=Rock Slide
attack.rock slide.description=Large boulders are hurled at the opposing team to inflict damage. They may also make the targets flinch.
attack.hyper fang.name=Hyper Fang
attack.hyper fang.description=The user bites hard on the target with its sharp front fangs. It may also make the target flinch.
attack.sharpen.name=Sharpen
attack.sharpen.description=The user reduces its polygon count to make itself more jagged, raising the Attack stat.
attack.conversion.name=Conversion
attack.conversion.description=The user changes its type to become the same type as one of its moves.
attack.tri attack.name=Tri Attack
attack.tri attack.description=The user strikes with a simultaneous three-beam attack. May also burn, freeze, or leave the target with paralysis.
attack.super fang.name=Super Fang
attack.super fang.description=The user chomps hard on the target with its sharp front fangs. It cuts the target's HP to half.
attack.struggle.name=Struggle
attack.struggle.description=An attack that is used in desperation only if the user has no PP. It also hurts the user slightly.
attack.sketch.name=Sketch
attack.sketch.description=It enables the user to permanently learn the move last used by the target. Once used, Sketch disappears.
attack.triple kick.name=Triple Kick
attack.triple kick.description=A consecutive three-kick attack that becomes more powerful with each successive hit.
attack.thief.name=Thief
attack.thief.description=The user attacks and steals the target's item simultaneously. It can't steal if the user holds an item.
attack.spider web.name=Spider Web
attack.spider web.description=The user ensnares the target with thin, gooey silk so it can't flee from battle.
attack.mind reader.name=Mind Reader
attack.mind reader.description=The user senses the target's movements with its mind to ensure its next attack does not miss the target.
attack.nightmare.name=Nightmare
attack.nightmare.description=A sleeping target sees a nightmare that inflicts some damage every turn.
attack.flame wheel.name=Flame Wheel
attack.flame wheel.description=The user cloaks itself in fire and charges at the target. It may also leave the target with a burn.
attack.brick break.name=Brick Break
attack.brick break.description=The user attacks with a swift chop. It can also break any barrier such as Light Screen and Reflect.
attack.rock tomb.name=Rock Tomb
attack.rock tomb.description=Boulders are hurled at the target. It also lowers the target's Speed by preventing its movement.
attack.aerial ace.name=Aerial Ace
attack.aerial ace.description=The user confounds the target with speed, then slashes. The attack lands without fail.
attack.flame charge.name=Flame Charge
attack.flame charge.description=The user cloaks itself with flame and attacks. Building up more power, it raises the user's Speed stat.
attack.overheat.name=Overheat
attack.overheat.description=The user attacks the target at full power. The attack's recoil harshly reduces the user's Sp. Atk stat.
attack.incinerate.name=Incinerate
attack.incinerate.description=The user attacks the target with fire. If the target is holding a Berry, the Berry becomes burnt up and unusable.
attack.will-o-wisp.name=Will-O-Wisp
attack.will-o-wisp.description=The user shoots a sinister, bluish-white flame at the target to inflict a burn.
attack.shadow claw.name=Shadow Claw
attack.shadow claw.description=The user slashes with a sharp claw made from shadows. It has a high critical-hit ratio.
attack.air slash.name=Air Slash
attack.air slash.description=The user attacks with a blade of air that slices even the sky. It may also make the target flinch.
attack.heat wave.name=Heat Wave
attack.heat wave.description=The user attacks by exhaling hot breath on the opposing team. It may also leave targets with a burn.
attack.flare blitz.name=Flare Blitz
attack.flare blitz.description=The user cloaks itself in fire and charges at the target. The user sustains serious damage and may leave the target burned.
attack.rapid spin.name=Rapid Spin
attack.rapid spin.description=A spin attack that can also eliminate such moves as Bind, Wrap, Leech Seed, and Spikes.
attack.water pulse.name=Water Pulse
attack.water pulse.description=The user attacks the target with a pulsing blast of water. It may also confuse the target.
attack.aqua tail.name=Aqua Tail
attack.aqua tail.description=The user attacks by swinging its tail as if it were a vicious wave in a raging storm.
attack.iron defense.name=Iron Defense
attack.iron defense.description=The user hardens its body's surface like iron, sharply raising its Defense stat.
attack.rain dance.name=Rain Dance
attack.rain dance.description=The user summons a heavy rain that falls for five turns, powering up Water-type moves.
attack.scald.name=Scald
attack.scald.description=The user shoots boiling hot water at its target. It may also leave the target with a burn.
attack.gyro ball.name=Gyro Ball
attack.gyro ball.description=The user tackles the target with a high-speed spin. The slower the user, the greater the damage.
attack.dive.name=Dive
attack.dive.description=Diving on the first turn, the user floats up and attacks on the second turn. It can be used to dive deep in the ocean.
attack.hail.name=Hail
attack.hail.description=The user summons a hailstorm lasting five turns. It damages all Pokémon except the Ice type.
attack.flash cannon.name=Flash Cannon
attack.flash cannon.description=The user gathers all its light energy and releases it at once. It may also lower the target's Sp. Def stat.
attack.dragon tail.name=Dragon Tail
attack.dragon tail.description=The user knocks away the target and drags out another Pokémon in its party. In the wild, the battle ends.
attack.psyshock.name=Psyshock
attack.psyshock.description=The user materializes an odd psychic wave to attack the target. This attack does physical damage.
attack.calm mind.name=Calm Mind
attack.calm mind.description=The user quietly focuses its mind and calms its spirit to raise its Sp. Atk and Sp. Def stats.
attack.taunt.name=Taunt
attack.taunt.description=The target is taunted into a rage that allows it to use only attack moves for three turns.
attack.telekinesis.name=Telekinesis
attack.telekinesis.description=The user makes the target float with its psychic power. The target is easier to hit for three turns.
attack.shadow ball.name=Shadow Ball
attack.shadow ball.description=The user hurls a shadowy blob at the target. It may also lower the target's Sp. Def stat.
attack.torment.name=Torment
attack.torment.description=The user torments and enrages the target, making it incapable of using the same move twice in a row.
attack.charge beam.name=Charge Beam
attack.charge beam.description=The user attacks with an electric charge. The user may use any remaining electricity to raise its Sp. Atk stat.
attack.psych up.name=Psych Up
attack.psych up.description=The user hypnotizes itself into copying any stat change made by the target.
attack.snore.name=Snore
attack.snore.description=An attack that can be used only if the user is asleep. The harsh noise may make the target flinch.
attack.curse.name=Curse
attack.curse.description=A move that works differently for the Ghost type than for all other types.
attack.flail.name=Flail
attack.flail.description=The user flails about aimlessly to attack. It becomes more powerful the less HP the user has.
attack.conversion2.name=Conversion2
attack.conversion2.description=The user changes its type to make itself resistant to the type of the attack the opponent used last.
attack.aeroblast.name=Aeroblast
attack.aeroblast.description=A vortex of air is shot at the target to inflict damage. Critical hits land more easily.
attack.cotton spore.name=Cotton Spore
attack.cotton spore.description=The user releases cotton-like spores that cling to the target, harshly reducing its Speed stat.
attack.reversal.name=Reversal
attack.reversal.description=An all-out attack that becomes more powerful the less HP the user has.
attack.spite.name=Spite
attack.spite.description=The user unleashes its grudge on the move last used by the target by cutting 4 PP from it.
attack.powder snow.name=Powder Snow
attack.powder snow.description=The user attacks with a chilling gust of powdery snow. It may also freeze the targets.
attack.mach punch.name=Mach Punch
attack.mach punch.description=The user throws a punch at blinding speed. It is certain to strike first.
attack.faint attack.name=Faint Attack
attack.faint attack.description=The user approaches the target disarmingly, then throws a sucker punch. It hits without fail.
attack.sweet kiss.name=Sweet Kiss
attack.sweet kiss.description=The user kisses the target with a sweet, angelic cuteness that causes confusion.
attack.belly drum.name=Belly Drum
attack.belly drum.description=The user maximizes its Attack stat in exchange for HP equal to half its max HP.
attack.mud-slap.name=Mud-Slap
attack.mud-slap.description=The user hurls mud in the target's face to inflict damage and lower its accuracy.
attack.octazooka.name=Octazooka
attack.octazooka.description=The user attacks by spraying ink in the target's face or eyes. It may also lower the target's accuracy.
attack.spikes.name=Spikes
attack.spikes.description=The user lays a trap of spikes at the opposing team's feet. The trap hurts Pokémon that switch into battle.
attack.zap cannon.name=Zap Cannon
attack.zap cannon.description=The user fires an electric blast like a cannon to inflict damage and cause paralysis.
attack.astonish.name=Astonish
attack.astonish.description=The user attacks the target while shouting in a startling fashion. It may also make the target flinch.
attack.air cutter.name=Air Cutter
attack.air cutter.description=The user launches razorlike wind to slash the foe. It has a high critical-hit ratio.
attack.mean look.name=Mean Look
attack.mean look.description=The user pins the target with a dark, arresting look. The target becomes unable to flee.
attack.acrobatics.name=Acrobatics
attack.acrobatics.description=The user nimbly strikes the target. If the user is not holding an item, this attack inflicts massive damage.
attack.poison fang.name=Poison Fang
attack.poison fang.description=The user bites the target with toxic fangs. It may also leave the target badly poisoned.
attack.pluck.name=Pluck
attack.pluck.description=The user pecks the target. If the target is holding a Berry, the user eats it and gains its effect.
attack.u-turn.name=U-Turn
attack.u-turn.description=After making its attack, the user rushes back to switch places with a party Pokémon in waiting.
attack.baton pass.name=Baton Pass
attack.baton pass.description=The user switches places with a party Pokémon in waiting, passing along any stat changes.
attack.last resort.name=Last Resort
attack.last resort.description=This move can be used only after the user has used all the other moves it knows in the battle.
attack.trump card.name=Trump Card
attack.trump card.description=The fewer PP this move has, the greater its attack power.
attack.pursuit.name=Pursuit
attack.pursuit.description=An attack move that inflicts double damage if used on a target that is switching out of battle.
attack.sucker punch.name=Sucker Punch
attack.sucker punch.description=This move enables the user to attack first. It fails if the target is not readying an attack, however.
attack.crunch.name=Crunch
attack.crunch.description=The user crunches up the target with sharp fangs. It may also lower the target's Defense stat.
attack.assurance.name=Assurance
attack.assurance.description=If the target has already taken some damage in the same turn, this attack's power is doubled.
attack.endeavor.name=Endeavor
attack.endeavor.description=An attack move that cuts down the target's HP to equal the user's HP.
attack.wild charge.name=Wild Charge
attack.wild charge.description=The user shrouds itself in electricity and smashes into its target. It also damages the user a little.
attack.magnitude.name=Magnitude
attack.magnitude.description=A ground-shaking attack of random intensity.
attack.mud bomb.name=Mud Bomb
attack.mud bomb.description=The user launches a hard-packed mud ball to attack. It may also lower the target's accuracy.
attack.earth power.name=Earth Power
attack.earth power.description=The user makes the ground under the foe erupt with power. It may also lower the target’s Sp. Def.
attack.sandstorm.name=Sandstorm
attack.sandstorm.description=A five-turn sandstorm is summoned to hurt all combatants except the Rock, Ground, and Steel types.
attack.payback.name=Payback
attack.payback.description=The user stores power, then attacks. If the user can use this attack after the target, its power is doubled.
attack.dark pulse.name=Dark Pulse
attack.dark pulse.description=The user releases a horrible aura imbued with dark thoughts. It may also make the target flinch.
attack.destiny bond.name=Destiny Bond
attack.destiny bond.description=When this move is used, if the user faints, the foe that landed the knockout hit also faints.
attack.hex.name=Hex
attack.hex.description=This relentless attack does massive damage to a target affected by status problems.
attack.embargo.name=Embargo
attack.embargo.description=It prevents the foe from using its held item. Its Trainer is also prevented from using items on it.
attack.lucky chant.name=Lucky Chant
attack.lucky chant.description=The user chants an incantation toward the sky, preventing opposing Pokémon from landing critical hits.
attack.natural gift.name=Natural Gift
attack.natural gift.description=The user draws power to attack by using its held Berry. The Berry determines its type and power.
attack.moonlight.name=Moonlight
attack.moonlight.description=The user restores its own HP. It fails during the day.
attack.giga drain.name=Giga Drain
attack.giga drain.description=A nutrient-draining attack. The user's HP is restored by half the damage taken by the target.
attack.sand tomb.name=Sand Tomb
attack.sand tomb.description=The user traps the target inside a harshly raging sandstorm for four to five turns.
attack.feint.name=Feint
attack.feint.description=An attack that hits a target using Protect or Detect. It also lifts the effects of those moves.
attack.struggle bug.name=Struggle Bug
attack.struggle bug.description=While resisting, the user attacks the opposing Pokémon. The targets' Sp. Atk stat is reduced.
attack.mud sport.name=Mud Sport
attack.mud sport.description=Weakens Electric- type attacks while the user is in the battle.
attack.rock polish.name=Rock Polish
attack.rock polish.description=The user polishes its body to reduce drag. It sharply raises the Speed stat.
attack.rollout.name=Rollout
attack.rollout.description=The user continually rolls into the target over five turns. It becomes stronger each time it hits.
attack.rock blast.name=Rock Blast
attack.rock blast.description=The user hurls hard rocks at the target. Two to five rocks are launched in quick succession.
attack.smack down.name=Smack Down
attack.smack down.description=The user throws a stone or projectile to attack an opponent. A flying Pokémon will fall to the ground when it's hit.
attack.stealth rock.name=Stealth Rock
attack.stealth rock.description=The user lays a trap of levitating stones around the opponent's team. The trap hurts opponents that switch into battle.
attack.stone edge.name=Stone Edge
attack.stone edge.description=The user stabs the foe with sharpened stones from below. It has a high critical-hit ratio.
attack.soak.name=Soak
attack.soak.description=The user shoots a torrent of water at the target and changes the target's type to Water.
attack.zen headbutt.name=Zen Headbutt
attack.zen headbutt.description=The user focuses its willpower to its head and attacks the target. It may also make the target flinch.
attack.wonder room.name=Wonder Room
attack.wonder room.description=The user creates a bizarre area in which Pokémon's Defense and Sp. Def stats are swapped for five turns.
attack.foresight.name=Foresight
attack.foresight.description=Enables a Ghost-type target to be hit by Normal- and Fighting-type attacks. It also enables an evasive target to be hit.
attack.perish song.name=Perish Song
attack.perish song.description=Any Pokémon that hears this song faints in three turns, unless it switches out of battle.
attack.icy wind.name=Icy Wind
attack.icy wind.description=The user attacks with a gust of chilled air. It also reduces the targets' Speed stat.
attack.detect.name=Detect
attack.detect.description=It enables the user to evade all attacks. Its chance of failing rises if it is used in succession.
attack.bone rush.name=Bone Rush
attack.bone rush.description=The user strikes the target with a hard bone two to five times in a row.
attack.lock-on.name=Lock-On
attack.lock-on.description=The user takes sure aim at the target. It ensures the next attack does not fail to hit the target.
attack.outrage.name=Outrage
attack.outrage.description=The user rampages and attacks for two to three turns. It then becomes confused, however.
attack.endure.name=Endure
attack.endure.description=The user endures any attack with at least 1 HP. Its chance of failing rises if it is used in succession.
attack.charm.name=Charm
attack.charm.description=The user gazes at the target rather charmingly, making it less wary. The target's Attack is harshly lowered.
attack.false swipe.name=False Swipe
attack.false swipe.description=A restrained attack that prevents the target from fainting. The target is left with at least 1 HP.
attack.milk drink.name=Milk Drink
attack.milk drink.description=The user restores its own HP by up to half of its maximum HP. May also be used in the field to heal HP.
attack.spark.name=Spark
attack.spark.description=The user throws an electrically charged tackle at the target. It may also leave the target with paralysis.
attack.fury cutter.name=Fury Cutter
attack.fury cutter.description=The target is slashed with scythes or claws. Its power increases if it hits in succession.
attack.steel wing.name=Steel Wing
attack.steel wing.description=The target is hit with wings of steel. It may also raise the user's Defense stat.
attack.sleep talk.name=Sleep Talk
attack.sleep talk.description=While it is asleep, the user randomly uses one of the moves it knows.
attack.heal bell.name=Heal Bell
attack.heal bell.description=The user makes a soothing bell chime to heal the status problems of all the party Pokémon.
attack.present.name=Present
attack.present.description=The user attacks by giving the target a gift with a hidden trap. It restores HP sometimes, however.
attack.pain split.name=Pain Split
attack.pain split.description=The user adds its HP to the target's HP, then equally shares the combined HP with the target.
attack.dynamicpunch.name=DynamicPunch
attack.dynamicpunch.description=The user punches the target with full, concentrated power. It confuses the target if it hits.
attack.megahorn.name=Megahorn
attack.megahorn.description=Using its tough and impressive horn, the user rams into the target with no letup.
attack.dragonbreath.name=DragonBreath
attack.dragonbreath.description=The user exhales a mighty gust that inflicts damage. It may also leave the target with paralysis.
attack.encore.name=Encore
attack.encore.description=The user compels the target to keep using only the move it last used for three turns.
attack.iron tail.name=Iron Tail
attack.iron tail.description=The target is slammed with a steel-hard tail. It may also lower the target's Defense stat
attack.metal claw.name=Metal Claw
attack.metal claw.description=The target is raked with steel claws. It may also raise the user's Attack stat.
attack.vital throw.name=Vital Throw
attack.vital throw.description=The user attacks last. In return, this throw move is guaranteed not to miss.
attack.morning sun.name=Morning Sun
attack.morning sun.description=The user restores its own HP. It fails during the night.
attack.cross chop.name=Cross Chop
attack.cross chop.description=The user delivers a double chop with its forearms crossed. Critical hits land more easily.
attack.twister.name=Twister
attack.twister.description=The user whips up a vicious tornado to tear at the opposing team. It may also make targets flinch.
attack.mirror coat.name=Mirror Coat
attack.mirror coat.description=A retaliation move that counters any special attack, inflicting double the damage taken.
attack.extremespeed.name=ExtremeSpeed
attack.extremespeed.description=The user charges the target at blinding speed. This attack always goes before any other move.
attack.ancientpower.name=AncientPower
attack.ancientpower.description=The user attacks with a prehistoric power. It may also raise all the user's stats at once.
attack.future sight.name=Future Sight
attack.future sight.description=Two turns after this move is used, a hunk of psychic energy attacks the target.
attack.whirlpool.name=Whirlpool
attack.whirlpool.description=Traps foes in a violent swirling whirlpool for four to five turns.
attack.beat up.name=Beat Up
attack.beat up.description=The user gets all party Pokémon to attack the target. The more party Pokémon, the greater the number of attacks.
attack.fake out.name=Fake Out
attack.fake out.description=An attack that hits first and makes the target flinch. It only works the first turn the user is in battle.
attack.uproar.name=Uproar
attack.uproar.description=The user attacks in an uproar for three turns. Over that time, no one can fall asleep.
attack.stockpile.name=Stockpile