diff --git a/pokedex/data/csv/pokemon_color_names.csv b/pokedex/data/csv/pokemon_color_names.csv index d8201f1..563b82a 100644 --- a/pokedex/data/csv/pokemon_color_names.csv +++ b/pokedex/data/csv/pokemon_color_names.csv @@ -1,21 +1,31 @@ pokemon_color_id,local_language_id,name 1,1,黒い +1,8,Nero 1,9,Black 2,1,青い +2,8,Blu 2,9,Blue 3,1,茶色 +3,8,Marrone 3,9,Brown 4,1,灰色 +4,8,Grigio 4,9,Gray 5,1,緑 +5,8,Verde 5,9,Green 6,1,ピンク +6,8,Rosa 6,9,Pink 7,1,パーパル +7,8,Viola 7,9,Purple 8,1,赤い +8,8,Rosso 8,9,Red 9,1,白い +9,8,Bianco 9,9,White 10,1,黄色 +10,8,Giallo 10,9,Yellow diff --git a/pokedex/data/csv/stat_names.csv b/pokedex/data/csv/stat_names.csv index 75d10fb..9809b48 100644 --- a/pokedex/data/csv/stat_names.csv +++ b/pokedex/data/csv/stat_names.csv @@ -1,17 +1,25 @@ stat_id,local_language_id,name 1,1,HP +1,8,HP 1,9,HP 2,1,こうげき +2,8,Attacco 2,9,Attack 3,1,ぼうぎょ +3,8,Difesa 3,9,Defense 4,1,とくこう +4,8,Attacco Speciale 4,9,Special Attack 5,1,とくぼう +5,8,Difesa Speciale 5,9,Special Defense 6,1,すばやさ +6,8,Velocità 6,9,Speed 7,1,めいちゅう +7,8,precisione 7,9,accuracy 8,1,かいひ +8,8,elusione 8,9,evasion