mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-10 14:14:17 +00:00
Add French translations for missing locations; all location-areas; all move-learn-methods.
This commit is contained in:
parent
c32037be84
commit
89d71de583
3 changed files with 747 additions and 0 deletions
File diff suppressed because it is too large
Load diff
|
@ -3577,18 +3577,29 @@ location_id,local_language_id,name,subtitle
|
|||
798,11,マリエシティ,はずれの岬
|
||||
798,12,马利埃静市,市郊海角
|
||||
799,9,Roaming Kanto,
|
||||
799,5,Sillonnant Kanto,
|
||||
800,9,Roaming Johto,
|
||||
800,5,Sillonnant Johto,
|
||||
801,9,Roaming Hoenn,
|
||||
801,5,Sillonnant Hoenn,
|
||||
802,9,Roaming Sinnoh,
|
||||
802,5,Sillonnant Sinnoh,
|
||||
803,9,Terra Cave,
|
||||
803,5,Grotte Terra,
|
||||
804,9,Marine Cave,
|
||||
804,5,Grotte Marine,
|
||||
805,9,Two Island,
|
||||
806,9,Three Island,
|
||||
807,9,Three Isle Path,
|
||||
808,9,Six Island,
|
||||
809,9,Seven Island,
|
||||
810,9,Birth Island,
|
||||
810,5,Île Aurore,
|
||||
811,9,Navel Rock,
|
||||
811,5,Roc Nombri,
|
||||
812,9,Faraway Island,
|
||||
812,5,Île lointaine,
|
||||
813,9,Hoenn Battle Frontier,
|
||||
813,5,Zone de Combat,
|
||||
814,9,Johto Safari Zone,
|
||||
814,5,Parc Safari,
|
||||
|
|
|
|
@ -1,13 +1,17 @@
|
|||
pokemon_move_method_id,local_language_id,name,description
|
||||
1,5,Montée de niveau,"Appris lorsqu’un Pokémon atteint un certain niveau."
|
||||
1,6,Level up,"Wird gelernt, wenn ein Pokémon ein bestimmtes Level erreicht."
|
||||
1,7,Nivel,Se aprende cuando un pokemon alcanza un cierto nivel.
|
||||
1,9,Level up,Learned when a Pokémon reaches a certain level.
|
||||
2,5,Œuf,"Apparaît à l’éclosion d’un œuf de Pokémon, si le père connaît ce mouvement."
|
||||
2,6,Ei,"Erscheint bei einem frisch geschlüpften Pokémon, wenn der Vater die selbe Fähigkeit hatte."
|
||||
2,7,Huevo,"Aparece en un Pokémon recién nacido, si el padre tuvo el mismo movimiento."
|
||||
2,9,Egg,"Appears on a newly-hatched Pokémon, if the father had the same move."
|
||||
3,5,Enseigné,"Enseigné par un PNJ"
|
||||
3,6,Tutor,Kann jederzeit von einem NPC erlernt werden.
|
||||
3,7,Tutor, Puede ser enseñado en cualquier momento por un NPC.
|
||||
3,9,Tutor,Can be taught at any time by an NPC.
|
||||
4,5,Capsule,"Peut être appris n’importe quand par une CT ou une CS."
|
||||
4,6,Maschine,Kann jederzeit durch das benutzen eines TM oder VM erlernt werden.
|
||||
4,7,Máquina,Se puede enseñar en cualquier momento usando una MT o MO.
|
||||
4,9,Machine,Can be taught at any time by using a TM or HM.
|
||||
|
|
|
Loading…
Reference in a new issue