mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-25 12:50:18 +00:00
Merge branch 'master' into add-italian-translations
This commit is contained in:
commit
23951d30fc
22 changed files with 1588 additions and 357 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -4,10 +4,10 @@
|
|||
*build/*
|
||||
*.DS_STORE
|
||||
db.*
|
||||
venv*
|
||||
*venv*
|
||||
node_modules
|
||||
.vscode
|
||||
*.env
|
||||
Resources/nginx/ssl/*
|
||||
!Resources/nginx/ssl/*.sample.*
|
||||
.idea*
|
||||
.idea*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Copyright (c) © 2013–2021 Paul Hallett and PokéAPI contributors (https://github.com/PokeAPI/pokeapi#contributing). Pokémon and Pokémon character names are trademarks of Nintendo.
|
||||
Copyright (c) © 2013–2023 Paul Hallett and PokéAPI contributors (https://github.com/PokeAPI/pokeapi#contributing). Pokémon and Pokémon character names are trademarks of Nintendo.
|
||||
|
||||
All rights reserved.
|
||||
|
||||
|
|
13
README.md
13
README.md
|
@ -45,17 +45,8 @@ A RESTful API for Pokémon - [pokeapi.co](https://pokeapi.co)
|
|||
|
||||
### Database setup
|
||||
|
||||
Start the Django shell by
|
||||
|
||||
```sh
|
||||
python manage.py shell --settings=config.local
|
||||
```
|
||||
|
||||
Run the build script with
|
||||
|
||||
```py
|
||||
from data.v2.build import build_all
|
||||
build_all()
|
||||
make build-db
|
||||
```
|
||||
|
||||
Visit [localhost:80/api/v2/](localhost:80/api/v2/) to see the running API!
|
||||
|
@ -156,7 +147,7 @@ This k8s setup creates all k8s resources inside the _Namespace_ `pokeapi`, run `
|
|||
|
||||
## Donations
|
||||
|
||||
Help to keep PokéAPI running! If you're using PokéAPI as a teaching resource or for a project, consider sending us a $10 donation to help keep the service up. We get 60 million requests a month!
|
||||
Help to keep PokéAPI running! If you're using PokéAPI as a teaching resource or for a project, consider sending us a $10 donation to help keep the service up. We get 330 million requests a month!
|
||||
|
||||
Thank you to all our backers! [Become a backer](https://opencollective.com/pokeapi#backer)
|
||||
|
||||
|
|
|
@ -1,16 +1,31 @@
|
|||
berry_firmness_id,local_language_id,name
|
||||
1,1,とてもやわらかい
|
||||
1,4,很柔軟
|
||||
1,5,Très tendre
|
||||
1,7,Muy blanda
|
||||
1,9,Very Soft
|
||||
1,12,很柔软
|
||||
2,1,やわらかい
|
||||
2,4,柔軟
|
||||
2,5,Tendre
|
||||
2,7,Blanda
|
||||
2,9,Soft
|
||||
2,12,柔软
|
||||
3,1,かたい
|
||||
3,4,堅硬
|
||||
3,5,Ferme
|
||||
3,7,Dura
|
||||
3,9,Hard
|
||||
3,12,坚硬
|
||||
4,1,とてもかたい
|
||||
4,4,很堅硬
|
||||
4,5,Très ferme
|
||||
4,7,Muy dura
|
||||
4,9,Very Hard
|
||||
4,12,很坚硬
|
||||
5,1,とてつもなくかたい
|
||||
5,4,非常堅硬
|
||||
5,5,Super ferme
|
||||
5,7,Superdura
|
||||
5,9,Super Hard
|
||||
5,12,非常坚硬
|
||||
|
|
|
|
@ -1,11 +1,26 @@
|
|||
contest_type_id,local_language_id,name,flavor,color
|
||||
1,1,かっこよさ,からい,
|
||||
1,4,帥氣,辣,紅
|
||||
1,5,Sang-froid,Épicé,Rouge
|
||||
1,9,Cool,Spicy,Red
|
||||
1,12,帅气,辣,红
|
||||
2,1,うつくしさ,しぶい,
|
||||
2,4,美麗,澀,藍
|
||||
2,5,Beauté,Sec,Bleu
|
||||
2,9,Beauty,Dry,Blue
|
||||
2,12,美丽,涩,蓝
|
||||
3,1,かわいさ,あまい,
|
||||
3,4,可愛,甜,粉紅
|
||||
3,5,Grâce,Sucré,Rose
|
||||
3,9,Cute,Sweet,Pink
|
||||
3,12,可爱,甜,粉红
|
||||
4,1,かしこさ,にがい,
|
||||
4,4,聰明,苦,綠
|
||||
4,5,Intelligence,Amère,Vert
|
||||
4,9,Smart,Bitter,Green
|
||||
4,12,聪明,苦,绿
|
||||
5,1,たくましさ,すっぱい,
|
||||
5,4,強壯,酸,黃
|
||||
5,5,Robustesse,Acide,Jaune
|
||||
5,9,Tough,Sour,Yellow
|
||||
5,12,强壮,酸,黄
|
||||
|
|
|
|
@ -1,106 +1,136 @@
|
|||
egg_group_id,local_language_id,name
|
||||
1,1,かいじゅう
|
||||
1,3,괴수
|
||||
1,4,怪獸
|
||||
1,5,Monstrueux
|
||||
1,6,Monster
|
||||
1,7,Monstruo
|
||||
1,8,Mostro
|
||||
1,9,Monster
|
||||
1,12,怪兽
|
||||
2,1,すいちゅう1
|
||||
2,3,수중 1
|
||||
2,4,水中1
|
||||
2,5,Aquatique 1
|
||||
2,6,Wasser 1
|
||||
2,7,Agua 1
|
||||
2,8,Acqua 1
|
||||
2,9,Water 1
|
||||
2,12,水中1
|
||||
3,1,むし
|
||||
3,3,벌레
|
||||
3,4,蟲
|
||||
3,5,Insectoïde
|
||||
3,6,Käfer
|
||||
3,7,Bicho
|
||||
3,8,Coleottero
|
||||
3,9,Bug
|
||||
3,12,虫
|
||||
4,1,ひこう
|
||||
4,3,비행
|
||||
4,4,飛行
|
||||
4,5,Aérien
|
||||
4,6,Flug
|
||||
4,7,Volador
|
||||
4,8,Volante
|
||||
4,9,Flying
|
||||
4,12,飞行
|
||||
5,1,りくじょう
|
||||
5,3,육상
|
||||
5,4,陸上
|
||||
5,5,Terrestre
|
||||
5,6,Feld
|
||||
5,7,Campo
|
||||
5,8,Campo
|
||||
5,9,Field
|
||||
5,12,陆上
|
||||
6,1,ようせい
|
||||
6,3,요정
|
||||
6,4,妖精
|
||||
6,5,Féerique
|
||||
6,6,Fee
|
||||
6,7,Hada
|
||||
6,8,Magico
|
||||
6,9,Fairy
|
||||
6,12,妖精
|
||||
7,1,しょくぶつ
|
||||
7,3,식물
|
||||
7,4,植物
|
||||
7,5,Végétal
|
||||
7,6,Pflanze
|
||||
7,7,Planta
|
||||
7,8,Erba
|
||||
7,9,Grass
|
||||
7,12,植物
|
||||
8,1,ひとがた
|
||||
8,3,인간형
|
||||
8,4,人型
|
||||
8,5,Humanoïde
|
||||
8,6,Humanotyp
|
||||
8,7,Humanoide
|
||||
8,8,Umanoide
|
||||
8,9,Human-Like
|
||||
8,12,人型
|
||||
9,1,すいちゅう3
|
||||
9,3,수중 3
|
||||
9,4,水中3
|
||||
9,5,Aquatique 3
|
||||
9,6,Wasser 3
|
||||
9,7,Agua 3
|
||||
9,8,Acqua 3
|
||||
9,9,Water 3
|
||||
9,12,水中3
|
||||
10,1,こうぶつ
|
||||
10,3,광물
|
||||
10,4,礦物
|
||||
10,5,Minéral
|
||||
10,6,Mineral
|
||||
10,7,Mineral
|
||||
10,8,Minerale
|
||||
10,9,Mineral
|
||||
10,12,矿物
|
||||
11,1,ふていけい
|
||||
11,3,부정형
|
||||
11,4,不定形
|
||||
11,5,Amorphe
|
||||
11,6,Amorph
|
||||
11,7,Amorfo
|
||||
11,8,Amorfo
|
||||
11,9,Amorphous
|
||||
11,12,不定形
|
||||
12,1,すいちゅう2
|
||||
12,3,수중 2
|
||||
12,4,水中2
|
||||
12,5,Aquatique 2
|
||||
12,6,Wasser 2
|
||||
12,7,Agua 2
|
||||
12,8,Acqua 2
|
||||
12,9,Water 2
|
||||
12,12,水中2
|
||||
13,1,メタモン
|
||||
13,3,메타몽
|
||||
13,4,百變怪
|
||||
13,5,Métamorph
|
||||
13,6,Ditto
|
||||
13,7,Ditto
|
||||
13,8,Ditto
|
||||
13,9,Ditto
|
||||
13,12,百变怪
|
||||
14,1,ドラゴン
|
||||
14,3,드래곤
|
||||
14,4,龍
|
||||
14,5,Draconique
|
||||
14,6,Drache
|
||||
14,7,Dragón
|
||||
14,8,Drago
|
||||
14,9,Dragon
|
||||
14,12,龙
|
||||
15,1,タマゴみはっけん
|
||||
15,3,알미발견
|
||||
15,4,未發現
|
||||
15,5,Inconnu
|
||||
15,6,Unbekannt
|
||||
15,7,Desconocido
|
||||
15,8,Non ancora scoperto
|
||||
15,9,Undiscovered
|
||||
15,12,未发现
|
||||
|
|
|
|
@ -1,92 +1,163 @@
|
|||
encounter_condition_value_id,local_language_id,name
|
||||
1,6,Während eines Schwarms
|
||||
1,9,During a swarm
|
||||
1,5,Pendant une tempête
|
||||
2,6,Außerhalb eines Schwarms
|
||||
2,9,Not during a swarm
|
||||
2,5,Pas pendant une tempête
|
||||
3,6,Am Morgen
|
||||
3,9,In the morning
|
||||
3,5,Le matin
|
||||
4,6,Am Tag
|
||||
4,9,During the day
|
||||
4,5,La journée
|
||||
5,6,In der Nacht
|
||||
5,9,At night
|
||||
5,5,La nuit
|
||||
6,6,Durch Benutzung des Pokéradars
|
||||
6,9,Using PokéRadar
|
||||
6,5,En utilisant le PokéRadar
|
||||
7,6,Ohne Benutzung des Pokéradars
|
||||
7,9,Not using PokéRadar
|
||||
7,5,Sans utiliser le PokéRadar
|
||||
8,6,Kein Spiel in Slot 2
|
||||
8,9,No game in slot 2
|
||||
8,5,Sans jeu dans le slot 2
|
||||
9,6,Rubin in Slot 2
|
||||
9,9,Ruby in slot 2
|
||||
9,5,Rubis dans le slot 2
|
||||
10,6,Saphir in Slot 2
|
||||
10,9,Sapphire in slot 2
|
||||
10,5,Saphir dans le slot 2
|
||||
11,6,Smaragd in Slot 2
|
||||
11,9,Emerald in slot 2
|
||||
11,5,Émeraude dans le slot 2
|
||||
12,6,Feuerrot in slot 2
|
||||
12,9,FireRed in slot 2
|
||||
12,5,Rouge Feu dans le slot 2
|
||||
13,6,Blattgrün in slot 2
|
||||
13,9,LeafGreen in slot 2
|
||||
13,5,Vert Feuille dans le slot 2
|
||||
14,6,Radio aus
|
||||
14,9,Radio off
|
||||
14,5,Radio éteinte
|
||||
15,6,Hoenn-Sound im Radio
|
||||
15,9,Hoenn radio
|
||||
15,5,En écoutant Radio Hoenn
|
||||
16,6,Sinnoh-Sound im Radio
|
||||
16,9,Sinnoh radio
|
||||
16,5,En écoutant Radio Sinnoh
|
||||
17,6,Im Frühling
|
||||
17,9,During Spring
|
||||
17,5,Au printemps
|
||||
18,6,Im Sommer
|
||||
18,9,During Summer
|
||||
18,5,En été
|
||||
19,6,Im Herbst
|
||||
19,9,During Autumn
|
||||
19,5,En automne
|
||||
20,6,Im Winter
|
||||
20,9,During Winter
|
||||
20,5,En hiver
|
||||
21,9,Bulbasaur as starter
|
||||
21,5,Bulbizarre en starter
|
||||
22,9,Squirtle as starter
|
||||
22,5,Carapuce en starter
|
||||
23,9,Charmander as starter
|
||||
23,5,Salamèche en starter
|
||||
24,9,Chespin as starter
|
||||
24,5,Marisson en starter
|
||||
25,9,Fennekin as starter
|
||||
25,5,Feunnec en starter
|
||||
26,9,Froakie as starter
|
||||
26,5,Grenousse en starter
|
||||
27,9,Chose ‘Blue’ on the TV news report
|
||||
27,5,Choisi « bleu » à la télé
|
||||
28,9,Chose ‘Red’ on the TV news report
|
||||
28,5,Choisi « rouge » à la télé
|
||||
29,9,Awakened the legendary beasts at Burned Tower
|
||||
29,5,En ayant réveillé les légendaires à la Tour Cendrée
|
||||
30,9,Visited Lake Verity after defeating Team Galactic at Mt. Coronet
|
||||
30,5,En ayant visité le Lac Vérité après avoir vaincu la Team Galaxie au Mont Couronné
|
||||
31,9,Talked to Professor Oak at Eterna City
|
||||
31,5,Après avoir parlé au Prof. Chen à Vestigion
|
||||
32,9,Visited the Pokémon Fan Club with Copycat’s doll
|
||||
32,5,Après avoir visité le Fan Club Pokémon avec la poupée de Copieuse
|
||||
33,9,Met Tornadus or Thundurus in a cutscene
|
||||
33,5,Après avoir rencontré Boréas ou Fulguris lors d’une cinématique
|
||||
34,9,Beat the Elite 4 for the second time
|
||||
34,5,Après deux victoires sur le Conseil 4
|
||||
35,9,Enter the Hall of Fame
|
||||
35,5,Après l’entrée au Panthéon
|
||||
36,9,None
|
||||
36,5,Aucune
|
||||
37,9,Acquired National Pokédex
|
||||
37,5,En ayant le Pokédex National
|
||||
38,9,None
|
||||
38,5,Aucune
|
||||
39,9,Beat the Pokémon league after knocking out Snorlax at Route 11
|
||||
39,5,Après avoir mis Ronflex KO sur la route 11, puis avoir battu la Ligue
|
||||
40,9,Playing on the Virtual Console Release
|
||||
40,5,En jouant sur la version Virtual Console
|
||||
41,9,Cure the nightmares of Eldritch’s Son
|
||||
41,5,Après avoir soigné les cauchemars du fils d’Edern
|
||||
42,9,Talk to Cynthia’s grandmother
|
||||
42,5,Après avoir parlé à la grand-mère de Cynthia
|
||||
43,9,No item requirement
|
||||
43,5,Sans objet particulier
|
||||
44,9,Have Adamant Orb in bag
|
||||
44,5,En ayant un Orbe Adamant dans le sac
|
||||
45,9,Have Lustrous Orb in bag
|
||||
45,5,En ayant un Orbe Perlé dans le sac
|
||||
46,9,Have Helix Fossil in bag
|
||||
46,5,En ayant un Nautile dans le sac
|
||||
47,9,Have Dome Fossil in bag
|
||||
47,5,En ayant un Fossile Dôme dans le sac
|
||||
48,9,Have Old Amber in bag
|
||||
48,5,En ayant un Vieil Ambre dans le sac
|
||||
49,9,Have Root Fossil in bag
|
||||
49,5,En ayant un Fossile Racine dans le sac
|
||||
50,9,Have Claw Fossil in bag
|
||||
50,5,En ayant un Fossile Griffe dans le sac
|
||||
51,9,Defeat Jupiter
|
||||
51,5,Après avoir vaincu Jupiter
|
||||
52,9,Defeat Team Galactic at Iron Island
|
||||
52,5,Après avoir vaincu la Team Galaxie sur l’Île de Fer
|
||||
53,9,Input correct password
|
||||
53,5,Après avoir saisi le bon mot de passe
|
||||
54,9,Obtained Zephyr badge
|
||||
54,5,En ayant obtenu le badge Zéphir
|
||||
55,9,Defeat Red
|
||||
55,5,Après avoir vaincu Red
|
||||
56,9,Received a Kanto Starter
|
||||
56,5,Après avoir recu un starter de Kanto
|
||||
57,9,Received TM59 From Claire
|
||||
57,5,Après avoir reçu la CT59 de Claire
|
||||
58,9,"Have Regirock, Regice and Registeel in the party"
|
||||
58,5,"En ayant Regirock, Regice et Registeel dans l’équipe"
|
||||
59,9,Sunday
|
||||
59,5,Le dimanche
|
||||
60,9,Monday
|
||||
60,5,Le lundi
|
||||
61,9,Tuesday
|
||||
61,5,Le mardi
|
||||
62,9,Wednesday
|
||||
62,5,Le mercredi
|
||||
63,9,Thursday
|
||||
63,5,Le jeudi
|
||||
64,9,Friday
|
||||
64,5,Le vendredi
|
||||
65,9,Saturday
|
||||
65,5,Le samedi
|
||||
66,9,The first Pokémon in the player’s party has a high friendship stat
|
||||
66,5,Si le premier Pokémon de l’équipe a une stat d’amitié élevée
|
||||
67,9,Beat Mars for the first time
|
||||
67,5,Après deux victoires face à Mars
|
||||
68,9,Have Odd Keystone in bag
|
||||
68,5,En ayant une Clé de Voûte dans le sac
|
||||
69,9,Has talked to at least 32 people in the underground
|
||||
69,5,Après avoir parlé à 32 personnes dans les souterrains
|
||||
70,9,Returned Machine Part to Power Plant
|
||||
70,5,Après avoir rapporté la pièce de machine à la centrale
|
||||
10,9,Have an Event Arceus in the party
|
||||
10,5,En ayant un Arceus événementiel dans l’équipe
|
||||
|
|
Can't render this file because it has a wrong number of fields in line 99.
|
|
@ -1,49 +1,80 @@
|
|||
encounter_method_id,local_language_id,name
|
||||
1,6,Im hohen Gras oder in einer Höhle laufen
|
||||
1,9,Walking in tall grass or a cave
|
||||
1,5,En marchant dans les herbes hautes ou une grotte
|
||||
2,6,Mit einer normalen Angel angeln
|
||||
2,9,Fishing with an Old Rod
|
||||
2,5,En pêchant avec une Canne
|
||||
3,6,Mit einer Profiangel angeln
|
||||
3,9,Fishing with a Good Rod
|
||||
3,5,En pêchant avec une Super Canne
|
||||
4,6,Mit einer Superangel angeln
|
||||
4,9,Fishing with a Super Rod
|
||||
4,5,En pêchant avec une Méga Canne
|
||||
5,6,Surfen
|
||||
5,9,Surfing
|
||||
5,5,En surfant
|
||||
6,6,Steine zertrümmern
|
||||
6,9,Smashing rocks
|
||||
6,5,En brisant des rochers
|
||||
7,6,Bäumen Kopfnüsse geben
|
||||
7,9,Headbutting trees
|
||||
7,5,En utilisant Coup d’Boule sur un arbre
|
||||
8,6,Im dunklen Gras laufen
|
||||
8,9,Walking in dark grass
|
||||
8,5,En marchant dans les herbes sombres
|
||||
9,6,Im raschelndem Gras laufen
|
||||
9,9,Walking in rustling grass
|
||||
9,5,En marchant dans les herbes mouvantes
|
||||
10,6,In Staubwolken laufen
|
||||
10,9,Walking in dust clouds
|
||||
10,5,En marchant dans un nuage de poussière
|
||||
11,6,Im Schatten einer Brücke laufen
|
||||
11,9,Walking in bridge shadows
|
||||
11,5,En marchant à l’ombre d’un pont
|
||||
12,6,An dunklen stellen angeln
|
||||
12,9,Fishing in dark spots
|
||||
12,5,En pêchant dans les endroits sombres
|
||||
13,6,An dunklen stellen surfen
|
||||
13,9,Surfing in dark spots
|
||||
13,5,En surfant sur les endroits sombres
|
||||
14,6,In gelben Blumenfeldern laufen
|
||||
14,9,Walking in yellow flowers
|
||||
14,5,En marchant dans les fleurs jaunes
|
||||
15,6,In violetten Blumenfeldern laufen
|
||||
15,9,Walking in purple flowers
|
||||
15,5,En marchant dans les fleurs violettes
|
||||
16,6,In roten Blumenfeldern laufen
|
||||
16,9,Walking in red flowers
|
||||
16,5,En marchant dans les fleurs rouges
|
||||
17,6,Auf unwegsamen Gelände laufen
|
||||
17,9,Walking on rough terrain
|
||||
17,5,En marchant sur un terrain accidenté
|
||||
18,9,Receive as a gift
|
||||
18,5,Reçu en cadeau
|
||||
19,9,Receive egg as a gift
|
||||
19,5,Œuf reçu en cadeau
|
||||
20,9,"Static encounter, only one chance"
|
||||
20,5,"Rencontre statique, chance unique"
|
||||
21,9,Playing Pokéflute
|
||||
21,5,En jouant de la Pokéflûte
|
||||
22,9,Headbutting a low encounter rate tree
|
||||
22,5,En utilisant Coup d’Boule sur un arbre à taux bas
|
||||
23,9,Headbutting a normal encounter rate tree
|
||||
22,5,En utilisant Coup d’Boule sur un arbre à taux normal
|
||||
24,9,Headbutting a high encounter rate tree
|
||||
22,5,En utilisant Coup d’Boule sur un arbre à taux élevé
|
||||
25,9,Using the Squirt Bottle on a Sudowoodo
|
||||
25,5,En utilisant la Carapuce à O sur Simularbre
|
||||
26,9,Using the Wailmer Pail on a Sudowoodo
|
||||
26,5,En utilisant le Seau Wailmer / Wailmerrosoir sur Simularbre
|
||||
27,9,Diving on seaweed
|
||||
27,5,En plongeant dans les algues
|
||||
28,9,On any overworld patch of grass
|
||||
28,5,Dans les herbes
|
||||
29,9,On any overworld water tile
|
||||
29,5,Sur l’eau
|
||||
30,9,Using Devon Scope
|
||||
30,5,En utilisant le Devon Scope
|
||||
31,9,Fishing in a Feebas Tile
|
||||
31,5,En pêchant sur une tuile à Barpau
|
||||
|
|
|
|
@ -1,60 +1,82 @@
|
|||
generation_id,local_language_id,name
|
||||
1,1,だいいちせだい
|
||||
1,3,1세대
|
||||
1,4,第一世代
|
||||
1,5,Génération I
|
||||
1,6,Generation I
|
||||
1,7,Generación I
|
||||
1,9,Generation I
|
||||
1,11,第一世代
|
||||
1,12,第一世代
|
||||
2,1,だいにせだい
|
||||
2,3,2세대
|
||||
2,4,第二世代
|
||||
2,5,Génération II
|
||||
2,6,Generation II
|
||||
2,7,Generación II
|
||||
2,9,Generation II
|
||||
2,11,第二世代
|
||||
2,12,第二世代
|
||||
3,1,だいさんせだい
|
||||
3,3,3세대
|
||||
3,4,第三世代
|
||||
3,5,Génération III
|
||||
3,6,Generation III
|
||||
3,7,Generación III
|
||||
3,9,Generation III
|
||||
3,11,第三世代
|
||||
3,12,第三世代
|
||||
4,1,だいよんせだい
|
||||
4,3,4세대
|
||||
4,4,第四世代
|
||||
4,5,Génération IV
|
||||
4,6,Generation IV
|
||||
4,7,Generación IV
|
||||
4,9,Generation IV
|
||||
4,11,第四世代
|
||||
4,12,第四世代
|
||||
5,1,だいごせだい
|
||||
5,3,5세대
|
||||
5,4,第五世代
|
||||
5,5,Génération V
|
||||
5,6,Generation V
|
||||
5,7,Generación V
|
||||
5,9,Generation V
|
||||
5,11,第五世代
|
||||
5,12,第五世代
|
||||
6,1,だいろくせだい
|
||||
6,3,6세대
|
||||
6,4,第六世代
|
||||
6,5,Génération VI
|
||||
6,6,Generation VI
|
||||
6,7,Generación VI
|
||||
6,9,Generation VI
|
||||
6,11,第六世代
|
||||
6,12,第六世代
|
||||
7,1,だいななせだい
|
||||
7,3,7세대
|
||||
7,4,第七世代
|
||||
7,5,Génération VII
|
||||
7,6,Generation VII
|
||||
7,7,Generación VII
|
||||
7,9,Generation VII
|
||||
7,11,第七世代
|
||||
7,12,第七世代
|
||||
8,1,だいはちせだい
|
||||
8,3,8세대
|
||||
8,4,第八世代
|
||||
8,5,Génération VIII
|
||||
8,6,Generation VIII
|
||||
8,7,Generación VIII
|
||||
8,9,Generation VIII
|
||||
8,11,第八世代
|
||||
8,12,第八世代
|
||||
9,1,だいきゅうせだい
|
||||
9,3,9세대
|
||||
9,4,第九世代
|
||||
9,5,Génération IX
|
||||
9,6,Generation IX
|
||||
9,7,Generación IX
|
||||
9,9,Generation IX
|
||||
9,9,Generation IX
|
||||
9,11,第九世代
|
||||
9,12,第九世代
|
||||
|
|
|
|
@ -13,7 +13,7 @@ growth_rate_id,local_language_id,name
|
|||
4,9,medium slow
|
||||
5,5,erratique
|
||||
5,6,"langsam, dann sehr schnell"
|
||||
5,9,slow then very fast
|
||||
5,9,erratic
|
||||
6,5,fluctuante
|
||||
6,6,"schnell, dann sehr langsam"
|
||||
6,9,fast then very slow
|
||||
6,9,fluctuating
|
||||
|
|
|
|
@ -1,25 +1,41 @@
|
|||
item_pocket_id,local_language_id,name
|
||||
1,4,道具
|
||||
1,5,Objets
|
||||
1,7,Objetos
|
||||
1,9,Items
|
||||
1,12,道具
|
||||
2,4,回復道具
|
||||
2,5,Médicaments
|
||||
2,7,Medicinas
|
||||
2,9,Medicine
|
||||
2,12,回复道具
|
||||
3,4,精靈球
|
||||
3,5,Balls
|
||||
3,7,Bolas
|
||||
3,9,Poké Balls
|
||||
3,12,精灵球
|
||||
4,4,招式及秘傳學習器
|
||||
4,5,CT & CS
|
||||
4,7,MT y MO
|
||||
4,9,TMs and HMs
|
||||
4,12,招式及秘传学习器
|
||||
5,4,樹果
|
||||
5,5,Baies
|
||||
5,7,Bayas
|
||||
5,9,Berries
|
||||
5,12,树果
|
||||
6,4,郵件
|
||||
6,5,Lettres
|
||||
6,7,Correo
|
||||
6,9,Mail
|
||||
6,12,邮件
|
||||
7,4,戰鬥道具
|
||||
7,5,Objets de combat
|
||||
7,7,Objetos de combate
|
||||
7,9,Battle Items
|
||||
7,12,战斗道具
|
||||
8,4,重要物品
|
||||
8,5,Object rares
|
||||
8,7,Objetos clave
|
||||
8,9,Key Items
|
||||
8,12,重要物品
|
||||
|
|
|
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,16 +1,22 @@
|
|||
move_damage_class_id,local_language_id,name,description
|
||||
1,1,へんか,ダメージない
|
||||
1,4,變化,沒有傷害
|
||||
1,5,statut,Aucun dégât
|
||||
1,6,status,Kein Schaden
|
||||
1,7,estado,Sin Daño
|
||||
1,9,status,No damage
|
||||
1,12,变化,没有伤害
|
||||
2,1,ぶつり,ぶつりのダメージ。こうげきとぼうぎょを行使する
|
||||
2,4,物理,物理傷害,受攻擊和防禦影響
|
||||
2,5,physique,"Dégâts physique, influencés par l'Attaque et la Défense"
|
||||
2,6,physisch,"Physischer Schaden, beeinflusst von Angriff und Verteidigung"
|
||||
2,7,físico,"Daño Físico, controlado por el Ataque y Defensa"
|
||||
2,9,physical,"Physical damage, controlled by Attack and Defense"
|
||||
2,12,物理,物理伤害,受攻击和防御影响
|
||||
3,1,とくしゅ,とくしゅのダメージ。とくこうととくぼうを行使する
|
||||
3,4,特殊,特殊傷害,受特攻和特防影響
|
||||
3,5,spéciale,"Dégâts spéciaux, influencés par l'Attaque Spéciale et la Défense Spéciale"
|
||||
3,6,spezial,"Spezieller Schaden, beeinflusst von Spezialangriff und Spezialverteidigung"
|
||||
3,7,especial,"Daño Especial, controlado por el Ataque Esecieal y Defensa Especial"
|
||||
3,9,special,"Special damage, controlled by Special Attack and Special Defense"
|
||||
3,12,特殊,特殊伤害,受特攻和特防影响
|
||||
|
|
|
|
@ -1,16 +1,31 @@
|
|||
pokeathlon_stat_id,local_language_id,name
|
||||
1,1,スピード
|
||||
1,4,速度
|
||||
1,5,Vitesse
|
||||
1,7,Velocidad
|
||||
1,9,Speed
|
||||
1,12,速度
|
||||
2,1,パワー
|
||||
2,4,力量
|
||||
2,5,Force
|
||||
2,7,Fuerza
|
||||
2,9,Power
|
||||
2,12,力量
|
||||
3,1,テクニック
|
||||
3,4,技巧
|
||||
3,5,Habileté
|
||||
3,7,Habilidad
|
||||
3,9,Skill
|
||||
3,12,技巧
|
||||
4,1,スタミナ
|
||||
4,4,耐力
|
||||
4,5,Endurance
|
||||
4,7,Firmeza
|
||||
4,9,Stamina
|
||||
4,12,耐力
|
||||
5,1,ジャンプ
|
||||
5,4,跳躍
|
||||
5,5,Saut
|
||||
5,7,Salto
|
||||
5,9,Jump
|
||||
5,12,跳跃
|
||||
|
|
|
|
@ -493,7 +493,7 @@ id,evolved_species_id,evolution_trigger_id,trigger_item_id,minimum_level,gender_
|
|||
494,954,10,,,,,,,,,,,,,,,,0,0
|
||||
495,956,1,,35,,,,,,,,,,,,,,0,0
|
||||
496,958,1,,24,,,,,,,,,,,,,,0,0
|
||||
497,959,1,,28,,,,,,,,,,,,,,0,0
|
||||
497,959,1,,38,,,,,,,,,,,,,,0,0
|
||||
498,961,1,,26,,,,,,,,,,,,,,0,0
|
||||
499,964,10,,38,,,,,,,,,,,,,,0,0
|
||||
500,966,1,,40,,,,,,,,,,,,,,0,0
|
||||
|
|
|
|
@ -1007,8 +1007,8 @@ id,identifier,form_identifier,pokemon_id,introduced_in_version_group_id,is_defau
|
|||
1006,iron-valiant,,1006,25,1,0,0,1,1352
|
||||
1007,koraidon-apex-build,apex-build,1007,25,1,0,0,1,1357
|
||||
1008,miraidon-ultimate-mode,ultimate-mode,1008,25,1,0,0,1,1358
|
||||
1009,walking-wake,walking-wake,1009,25,1,0,0,1,1370
|
||||
1010,iron-leaves,iron-leaves,1010,25,1,0,0,1,1371
|
||||
1009,walking-wake,,1009,25,1,0,0,1,1370
|
||||
1010,iron-leaves,,1010,25,1,0,0,1,1371
|
||||
10001,unown-b,b,201,3,0,0,0,2,299
|
||||
10002,unown-c,c,201,3,0,0,0,3,300
|
||||
10003,unown-d,d,201,3,0,0,0,4,301
|
||||
|
|
|
|
@ -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.
|
||||
|
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,41 +1,81 @@
|
|||
region_id,local_language_id,name
|
||||
1,1,カントー地方
|
||||
1,3,관동지방
|
||||
1,1,カントー
|
||||
1,3,관동
|
||||
1,4,關都
|
||||
1,5,Kanto
|
||||
1,6,Kanto
|
||||
1,8,Kanto
|
||||
1,9,Kanto
|
||||
2,1,ジョウト地方
|
||||
2,3,성도지방
|
||||
1,12,关都
|
||||
2,1,ジョウト
|
||||
2,3,성도
|
||||
2,4,城都
|
||||
2,5,Johto
|
||||
2,6,Johto
|
||||
2,8,Johto
|
||||
2,9,Johto
|
||||
3,1,ホウエン地方
|
||||
3,3,호연지방
|
||||
2,12,城都
|
||||
3,1,ホウエン
|
||||
3,3,호연
|
||||
3,4,豐緣
|
||||
3,5,Hoenn
|
||||
3,6,Hoenn
|
||||
3,8,Hoenn
|
||||
3,9,Hoenn
|
||||
4,1,シンオウ地方
|
||||
4,3,신오지방
|
||||
3,12,丰缘
|
||||
4,1,シンオウ
|
||||
4,3,신오
|
||||
4,4,神奧
|
||||
4,5,Sinnoh
|
||||
4,6,Sinnoh
|
||||
4,8,Sinnoh
|
||||
4,9,Sinnoh
|
||||
5,1,イッシュ地方
|
||||
5,3,하나지방
|
||||
4,12,神奥
|
||||
5,1,イッシュ
|
||||
5,3,하나
|
||||
5,4,合眾
|
||||
5,5,Unys
|
||||
5,6,Einall
|
||||
5,8,Unima
|
||||
5,9,Unova
|
||||
6,1,カロス地方
|
||||
6,3,칼로스지방
|
||||
5,12,合众
|
||||
6,1,カロス
|
||||
6,3,칼로스
|
||||
6,4,卡洛斯
|
||||
6,5,Kalos
|
||||
6,6,Kalos
|
||||
6,8,Kalos
|
||||
6,9,Kalos
|
||||
6,12,卡洛斯
|
||||
7,1,アローラ
|
||||
7,3,알로라
|
||||
7,4,阿羅拉
|
||||
7,5,Alola
|
||||
7,6,Alola
|
||||
7,8,Alola
|
||||
7,9,Alola
|
||||
7,12,阿罗拉
|
||||
8,1,ガラル
|
||||
8,3,가라르
|
||||
8,4,伽勒爾
|
||||
8,5,Galar
|
||||
8,6,Galar
|
||||
8,8,Galar
|
||||
8,9,Galar
|
||||
8,12,伽勒尔
|
||||
9,1,ヒスイ
|
||||
9,3,히스이
|
||||
9,4,洗翠
|
||||
9,5,Hisui
|
||||
9,6,Hisui
|
||||
9,8,Hisui
|
||||
9,9,Hisui
|
||||
9,12,洗翠
|
||||
10,1,パルデア
|
||||
10,3,팔데아
|
||||
10,4,帕底亞
|
||||
10,5,Paldea
|
||||
10,6,Paldea
|
||||
10,8,Paldea
|
||||
10,9,Paldea
|
||||
10,12,帕底亚
|
||||
|
|
|
|
@ -55,15 +55,19 @@ stat_id,local_language_id,name
|
|||
6,12,速度
|
||||
7,1,めいちゅう
|
||||
7,3,명중률
|
||||
7,4,命中
|
||||
7,5,Précision
|
||||
7,6,Genauigkeit
|
||||
7,7,Precisión
|
||||
7,8,precisione
|
||||
7,9,accuracy
|
||||
7,12,命中
|
||||
8,1,かいひ
|
||||
8,3,회피율
|
||||
8,4,閃避
|
||||
8,5,Esquive
|
||||
8,6,Fluchtwert
|
||||
8,7,Evasión
|
||||
8,8,elusione
|
||||
8,9,evasion
|
||||
8,12,闪避
|
||||
|
|
|
|
@ -181,14 +181,20 @@ type_id,local_language_id,name
|
|||
18,12,妖精
|
||||
10001,1,???
|
||||
10001,3,???
|
||||
10001,4,???
|
||||
10001,5,???
|
||||
10001,6,???
|
||||
10001,7,???
|
||||
10001,8,???
|
||||
10001,9,???
|
||||
10001,11,???
|
||||
10001,12,???
|
||||
10002,1,ダーク
|
||||
10002,3,다크
|
||||
10002,4,暗
|
||||
10002,5,Obscur
|
||||
10002,6,Crypto
|
||||
10002,8,Ombra
|
||||
10002,9,Shadow
|
||||
10002,11,ダーク
|
||||
10002,12,暗
|
||||
|
|
|
Loading…
Reference in a new issue