From 9d2d7a6cd1829d5c27c0b2c44cd966a354acf403 Mon Sep 17 00:00:00 2001 From: Kurt Date: Fri, 4 Feb 2022 17:28:06 -0800 Subject: [PATCH] Add met location localizations --- .../text/locations/gen8a/text_la_00000_de.txt | 156 ++++++++++++++++++ .../text/locations/gen8a/text_la_00000_en.txt | 156 ++++++++++++++++++ .../text/locations/gen8a/text_la_00000_es.txt | 156 ++++++++++++++++++ .../text/locations/gen8a/text_la_00000_fr.txt | 156 ++++++++++++++++++ .../text/locations/gen8a/text_la_00000_it.txt | 156 ++++++++++++++++++ .../text/locations/gen8a/text_la_00000_ja.txt | 156 ++++++++++++++++++ .../text/locations/gen8a/text_la_00000_ko.txt | 156 ++++++++++++++++++ .../text/locations/gen8a/text_la_00000_zh.txt | 156 ++++++++++++++++++ .../text/locations/gen8a/text_la_30000_de.txt | 23 +++ .../text/locations/gen8a/text_la_30000_en.txt | 23 +++ .../text/locations/gen8a/text_la_30000_es.txt | 23 +++ .../text/locations/gen8a/text_la_30000_fr.txt | 23 +++ .../text/locations/gen8a/text_la_30000_it.txt | 23 +++ .../text/locations/gen8a/text_la_30000_ja.txt | 23 +++ .../text/locations/gen8a/text_la_30000_ko.txt | 23 +++ .../text/locations/gen8a/text_la_30000_zh.txt | 23 +++ .../text/locations/gen8a/text_la_40000_de.txt | 87 ++++++++++ .../text/locations/gen8a/text_la_40000_en.txt | 87 ++++++++++ .../text/locations/gen8a/text_la_40000_es.txt | 87 ++++++++++ .../text/locations/gen8a/text_la_40000_fr.txt | 87 ++++++++++ .../text/locations/gen8a/text_la_40000_it.txt | 87 ++++++++++ .../text/locations/gen8a/text_la_40000_ja.txt | 87 ++++++++++ .../text/locations/gen8a/text_la_40000_ko.txt | 87 ++++++++++ .../text/locations/gen8a/text_la_40000_zh.txt | 87 ++++++++++ .../text/locations/gen8a/text_la_60000_de.txt | 5 + .../text/locations/gen8a/text_la_60000_en.txt | 5 + .../text/locations/gen8a/text_la_60000_es.txt | 5 + .../text/locations/gen8a/text_la_60000_fr.txt | 5 + .../text/locations/gen8a/text_la_60000_it.txt | 5 + .../text/locations/gen8a/text_la_60000_ja.txt | 5 + .../text/locations/gen8a/text_la_60000_ko.txt | 5 + .../text/locations/gen8a/text_la_60000_zh.txt | 5 + 32 files changed, 2168 insertions(+) create mode 100644 PKHeX.Core/Resources/text/locations/gen8a/text_la_00000_de.txt create mode 100644 PKHeX.Core/Resources/text/locations/gen8a/text_la_00000_en.txt create mode 100644 PKHeX.Core/Resources/text/locations/gen8a/text_la_00000_es.txt create mode 100644 PKHeX.Core/Resources/text/locations/gen8a/text_la_00000_fr.txt create mode 100644 PKHeX.Core/Resources/text/locations/gen8a/text_la_00000_it.txt create mode 100644 PKHeX.Core/Resources/text/locations/gen8a/text_la_00000_ja.txt create mode 100644 PKHeX.Core/Resources/text/locations/gen8a/text_la_00000_ko.txt create mode 100644 PKHeX.Core/Resources/text/locations/gen8a/text_la_00000_zh.txt create mode 100644 PKHeX.Core/Resources/text/locations/gen8a/text_la_30000_de.txt create mode 100644 PKHeX.Core/Resources/text/locations/gen8a/text_la_30000_en.txt create mode 100644 PKHeX.Core/Resources/text/locations/gen8a/text_la_30000_es.txt create mode 100644 PKHeX.Core/Resources/text/locations/gen8a/text_la_30000_fr.txt create mode 100644 PKHeX.Core/Resources/text/locations/gen8a/text_la_30000_it.txt create mode 100644 PKHeX.Core/Resources/text/locations/gen8a/text_la_30000_ja.txt create mode 100644 PKHeX.Core/Resources/text/locations/gen8a/text_la_30000_ko.txt create mode 100644 PKHeX.Core/Resources/text/locations/gen8a/text_la_30000_zh.txt create mode 100644 PKHeX.Core/Resources/text/locations/gen8a/text_la_40000_de.txt create mode 100644 PKHeX.Core/Resources/text/locations/gen8a/text_la_40000_en.txt create mode 100644 PKHeX.Core/Resources/text/locations/gen8a/text_la_40000_es.txt create mode 100644 PKHeX.Core/Resources/text/locations/gen8a/text_la_40000_fr.txt create mode 100644 PKHeX.Core/Resources/text/locations/gen8a/text_la_40000_it.txt create mode 100644 PKHeX.Core/Resources/text/locations/gen8a/text_la_40000_ja.txt create mode 100644 PKHeX.Core/Resources/text/locations/gen8a/text_la_40000_ko.txt create mode 100644 PKHeX.Core/Resources/text/locations/gen8a/text_la_40000_zh.txt create mode 100644 PKHeX.Core/Resources/text/locations/gen8a/text_la_60000_de.txt create mode 100644 PKHeX.Core/Resources/text/locations/gen8a/text_la_60000_en.txt create mode 100644 PKHeX.Core/Resources/text/locations/gen8a/text_la_60000_es.txt create mode 100644 PKHeX.Core/Resources/text/locations/gen8a/text_la_60000_fr.txt create mode 100644 PKHeX.Core/Resources/text/locations/gen8a/text_la_60000_it.txt create mode 100644 PKHeX.Core/Resources/text/locations/gen8a/text_la_60000_ja.txt create mode 100644 PKHeX.Core/Resources/text/locations/gen8a/text_la_60000_ko.txt create mode 100644 PKHeX.Core/Resources/text/locations/gen8a/text_la_60000_zh.txt diff --git a/PKHeX.Core/Resources/text/locations/gen8a/text_la_00000_de.txt b/PKHeX.Core/Resources/text/locations/gen8a/text_la_00000_de.txt new file mode 100644 index 000000000..a51bf1e96 --- /dev/null +++ b/PKHeX.Core/Resources/text/locations/gen8a/text_la_00000_de.txt @@ -0,0 +1,156 @@ +---------- + +an einem mysteriösen Ort + +an einem fernen Ort + +in Jubeldorf +im Obsidian-Grasland +im Roten Sumpfland +im Kobalt-Küstenland +im Kraterberg-Hochland +im Weißen Frostland +in der Uralten Siedlung +auf dem Ambitionshügel +auf den Hufeisenwiesen +auf dem Geweihbergweg +auf der Geweihanhöhe +am Obsidian-Wasserfall +im Erztunnel +in der Waldesküche +im Innerwald +auf dem Baumriesenkampffeld +im Strapazenhain +am See der Wahrheit +in der Sandgemmenheide +am Mündungsdamm +auf der Flora-Rodefläche +auf der Hamanasu-Insel +in der Graslandbasis +in der Anhöhenbasis +in der Windpassage +auf der Flora-Rodefläche +bei der Felsenbrücke +beim Moosfelsen +auf den Güldenen Feldern +in den Ruinen des Trostes +im Großmaulmoor +auf dem Schlammplateau +im Purpurroten Moor +auf dem Geröllhügel +in der Diamant-Siedlung +am See der Kühnheit +auf dem Wolkenmeerkamm +in den Nebelruinen +[~ 44] +auf der Prüfungsbarre +auf den Surrenden Feldern +in der Sumpflandbasis +in der Ödnisbasis +am Übergangshang +am Ginkgo-Strand +im Schaurigen Welkwald +in der Versteckten Bucht +auf dem Tombolo-Weg +am Schleierkap +beim Seegrasidyll +auf der Feuerspei-Insel +im Haus von Susuki +auf dem Quellenpfad +am Großfischfelsen +am Inselblickufer +im Windbruchwald +[~ 62] +im Gezeitentunnel +in der Kleinen Meeresgrotte +in der Strandbasis +in der Küstenlandbasis +in der Höhle der Umkehr +am Lavadom-Schrein +in der Hochlandbasis +auf dem Sakralplateau +im Wirrwald +im Uralten Steinbruch +auf dem Elysien-Bergpfad +an der Einsamen Quelle +am Feenweiher +in den Geröllbergen +auf dem Steinplattenpass +[~ 78] +in der Urzeitlichen Höhle +bei der Kletterklippe +bei den Elysien-Tempelruinen +auf dem Mondgrußkampffeld +in der Gipfelbasis +im Gipfelschwadentunnel +auf der Speersäule +in der Bizarren Höhle +in der Schneefeldbasis +im Blizzardtal +in der Gletscherpassage +in der Eisigen Ödnis +[~ 91] +am Arktilas-Eisblock +auf den Gletscherstufen +am See der Stärke +im Blizzard-Tempel +in der Winterschlafhöhle +bei den Firnfällen +auf dem Lawinenhügel +auf dem Pfad zum Kampffeld +in der Perl-Siedlung +am Geistesfelsen +in der Eissäulenkammer +in der Eisgipfelbasis +in der Wahrheitsgrotte +in der Kühnheitsgrotte +auf der Wollgraswiese +in der Bergbasis +an der Steinpforte +im Sinnoh-Tempel +beim Eisfelsen +in der Stärkegrotte +in der Eisgipfelhöhle +in der Geheimen Höhle +im Galaktik-Hauptsitz +im Gemischtwarenladen +am Bonbonstand +im Handwerksladen +bei der Ginkgo-Gilde +bei der Tauschbörse +auf der Weide +in der Schneiderei +im Friseursalon +im Fotoatelier +auf dem Acker +auf dem Übungsplatz +am Glücksschrein +im Quartier +an der Küste der Verirrten +bei den Sandfingern +auf dem Pilgerpfad +auf dem Platz der Huldigung +am Haupttor +am Strandtor +auf der Fleetstraße +auf der Floristraße +am Strand des Aufbruchs +auf dem Übungsgelände +an einem Unbekannten Ort +auf dem Bühnenkampffeld +auf dem Lavakampffeld +auf dem Eisgipfelkampffeld +bei der Schneeblicktherme +im Erdgeschoss +in der ersten Etage +in der zweiten Etage +im Untergeschoss +auf dem Prankenplatz +auf der Diamant-Ebene +auf den Griffel-Hügeln +bei der Badelagune +im Stillen Binnenmeer +Galaktik-Hauptsitz +Haupttor +Acker +Übungsplatz diff --git a/PKHeX.Core/Resources/text/locations/gen8a/text_la_00000_en.txt b/PKHeX.Core/Resources/text/locations/gen8a/text_la_00000_en.txt new file mode 100644 index 000000000..546af32f3 --- /dev/null +++ b/PKHeX.Core/Resources/text/locations/gen8a/text_la_00000_en.txt @@ -0,0 +1,156 @@ +—————— + +in a mystery zone + +in a faraway place + +in Jubilife Village +in the Obsidian Fieldlands +in the Crimson Mirelands +in the Cobalt Coastlands +in the Coronet Highlands +in the Alabaster Icelands +at the Ancient Retreat +on Aspiration Hill +in the Horseshoe Plains +on Deertrack Path +upon Deertrack Heights +at the Obsidian Falls +in Oreburrow Tunnel +in Nature’s Pantry +in the Heartwood +at Grandtree Arena +in Grueling Grove +at Lake Verity +in Sandgem Flats +at Tidewater Dam +in Floaro Gardens +on Ramanas Island +at the Fieldlands Camp +at the Heights Camp +on Windswept Run +in Floaro Gardens +at the Worn Bridge +at the Moss Rock +in the Golden Lowlands +at the Solaceon Ruins +at Gapejaw Bog +on Sludge Mound +at the Scarlet Bog +on Bolderoll Slope +at the Diamond Settlement +at Lake Valor +on Cloudpool Ridge +at the Shrouded Ruins +[~ 44] +at the Holm of Trials +in the Droning Meadow +at the Mirelands Camp +at the Bogbound Camp +on Crossing Slope +at Ginkgo Landing +at Deadwood Haunt +at Hideaway Bay +along Tombolo Walk +at Veilstone Cape +at Seagrass Haven +on Firespit Island +at Iscan’s home +on Spring Path +at Lunker’s Lair +on Islespy Shore +in Windbreak Stand +[~ 62] +in the Tidal Passage +in the Seaside Hollow +at the Beachside Camp +at the Coastlands Camp +in Turnback Cave +in the Lava Dome Sanctum +at the Highlands Camp +at the Heavenward Lookout +in the Wayward Wood +in the Ancient Quarry +on Celestica Trail +at the Lonely Spring +at the Fabled Spring +in Bolderoll Ravine +at Stonetooth Rows +[~ 78] +in the Primeval Grotto +at the Clamberclaw Cliffs +at the Celestica Ruins +at Moonview Arena +at the Summit Camp +along Cloudcap Pass +at the Spear Pillar +in Wayward Cave +at the Snowfields Camp +in Whiteout Valley +in the Crevasse Passage +in the Bonechill Wastes +[~ 91] +at Avalugg’s Legacy +on Glacier Terrace +at Lake Acuity +at Snowpoint Temple +in Hibernal Cave +at the Icebound Falls +at the Avalanche Slopes +along the Arena’s Approach +at the Pearl Settlement +at Heart’s Crag +in the Ice Column Chamber +at the Icepeak Camp +in Verity Cavern +in Valor Cavern +in Cottonsedge Prairie +at the Mountain Camp +at the Stone Portal +at the Temple of Sinnoh +at the Ice Rock +in Acuity Cavern +in Icepeak Cavern +in the Secret Hollow +at Galaxy Hall +at the general store +at the candy stand +at the craftworks +at the Ginkgo Guild cart +at the trading post +at the pastures +at the clothier +at the hairdresser +at the photography studio +at the farm +at the training grounds +at the folk shrine +in your quarters +on Castaway Shore +at Sand’s Reach +on Sonorous Path +at the Sacred Plaza +at the front gate +at the seaside gate +on Canala Avenue +on Floaro Main Street +on Prelude Beach +at the practice field +at an unknown location +at Brava Arena +at Molten Arena +at Icepeak Arena +at Snowfall Hot Spring +on the first floor +on the second floor +on the third floor +in the basement +at Ursa’s Ring +on the Diamond Heath +on Aipom Hill +at Bathers’ Lagoon +in Tranquility Cove +Galaxy Hall +Front Gate +Farm +Training Grounds diff --git a/PKHeX.Core/Resources/text/locations/gen8a/text_la_00000_es.txt b/PKHeX.Core/Resources/text/locations/gen8a/text_la_00000_es.txt new file mode 100644 index 000000000..2c07afab7 --- /dev/null +++ b/PKHeX.Core/Resources/text/locations/gen8a/text_la_00000_es.txt @@ -0,0 +1,156 @@ +- + +en un lugar misterioso + +en un lugar misterioso + +en Villa Jubileo +en la Pradera Obsidiana +en el Pantanal Carmesí +en la Costa Cobalto +en la Ladera Corona +en la Tundra Alba +en la Antigua Aldea Oculta +en la Colina del Anhelo +en el Prado Herradura +en la Senda del Venado +en la Loma del Venado +en la Cascada Obsidiana +en la Gruta Pirita +en la Alacena del Bosque +en el Bosque Recóndito +en la Arena del Gran Árbol +en la Foresta Funesta +en el Lago Veraz +en la Planicie Arena +en la Presa del Estuario +en el Campo Aromaflor +en la Isla Hansa +en la base de la pradera +en la base de la loma +en la Vereda del Viento +en el Campo Aromaflor +en el Puente Erosionado +en la roca musgo +en la Pradera Áurea +en las Ruinas Sosiego +en la Ciénaga Bocazas +en la Loma Lodosa +en la Ciénaga Bermeja +en la Ladera Derrumbe +en el Poblado Diamante +en el Lago Valor +en el Rellano Nebuloso +en las Ruinas de la Niebla +[~ 44] +en el Banco del Juicio +en la Pradera Aleteo +en la base del pantanal +en la base del páramo +en el Paso Costanero +en la Playa Ginkgo +en la Arboleda Tétrica +en la Cala Oculta +en el Camino del Tómbolo +en el Cabo Rocavelo +en el Vergel Marino +en la Isla Escupefuego +en la casa de Erio +en la Vía Manantial +en la Guarida del Gran Pez +en la Costa Ínsola +en el Bosque Rompeviento +[~ 62] +en la Gruta Pasamar +en la Cueva Costera +en la base de la playa +en la base de la costa +en la Cueva Retorno +en el Altar Domo Lava +en la base de la ladera +en la Loma Sagrada +en el Bosque Extravío +en la Cantera Ancestral +en la Senda Celestial +en el Manantial Solitario +en la Fuente de las Hadas +en la Cordillera Derrumbe +en el Cañón Lítico +[~ 78] +en la Caverna Inmemorial +en el Risco Riscoso +en las Ruinas Celestiales +en la Arena de la Luna +en la base de la cima +en el Paso Píleo +en las Columnas Lanza +en la Cueva Extravío +en la base de las nieves +en el Valle Nevasca +en el Pasaje de la Grieta +en el Páramo Algente +[~ 91] +en el Témpano Avalugg +en la Terraza Glaciar +en el Lago Agudeza +en el Templo Puntaneva +en la Caverna Hiberna +en la Cascada Glaliar +en el Desfiladero Alud +en la Senda de la Arena +en el Poblado Perla +en el Peñasco Espíritu +en la Cámara Carámbano +en la base del glaciar +en la Caverna Veraz +en la Caverna Valor +en el Prado Erióforo +en la base de la montaña +en el Umbral Pétreo +en el Templo de Sinnoh +en la roca helada +en la Caverna Agudeza +en la Gruta Glacial +en el Pasaje Oculto +en la Sede Galaxia +en el bazar +en el puesto de caramelos +en el taller +en la Compañía Ginkgo +en el puesto de trueque +en el redil +en la sastrería +en el salón de peluquería +en el estudio fotográfico +en la huerta +en el dojo +junto a la estatuilla sagrada +en la residencia +en la Playa del Errante +en la Mano de Arena +en la Senda del Peregrino +en el Ágora de la Plegaria +en la puerta principal +en la puerta costera +en la Vía Canal +en la Vía Aromaflor +en la Playa del Albor +en el Campo de Práctica +en un lugar desconocido +en la Arena del Escenario +en la Arena del Magma +en la Arena del Glaciar +en las Termas Nevavista +en la planta baja +en la primera planta +en la segunda planta +en el sótano +en la Palestra Ursa +en la Llanura Diamante +en el Cerro Aipom +en las Albuferas Chapuzón +en la Bahía Silente +Sede Galaxia +Puerta principal +Huerta +Dojo diff --git a/PKHeX.Core/Resources/text/locations/gen8a/text_la_00000_fr.txt b/PKHeX.Core/Resources/text/locations/gen8a/text_la_00000_fr.txt new file mode 100644 index 000000000..5202d081f --- /dev/null +++ b/PKHeX.Core/Resources/text/locations/gen8a/text_la_00000_fr.txt @@ -0,0 +1,156 @@ +---------- + +dans un endroit mystérieux + +dans un endroit lointain + +à Rusti-Cité +dans les Plaines Obsidiennes +au Marais Carmin +sur la Côte Lazuli +au Contrefort Couronné +sur les Terres Immaculées +au Hameau Oublié +sur la Colline Ambition +dans le Val Ferrache +sur le Sentier Cer-Mont +sur le Plateau Cer-Mont +à la Chute d’Obsidienne +dans le Tunnel de Fer +au Cellier Champêtre +dans la Forêt Lointaine +à l’Arène du Grand Arbre +dans le Bocage Agité +au Lac Vérité +dans la Plaine Littorella +sur la Digue de l’Estuaire +dans le Champ Flora +sur l’Île Rosa Rugosa +au Bivouac des Plaines +au Bivouac du Plateau +sur la Rive Filevent +dans le Champ Flora +sur le Pont Rocheux +au Rocher Moussu +dans la Plaine d’Or +aux Ruines Bonvivre +au Marais Bouchebée +sur le Plateau Tourbeux +au Marais Carlate +sur la Pente des Gringoles +au Hameau Diamant +au Lac Courage +au Col Mer-de-Nuages +aux Ruines Brumeuses +[~ 44] +sur l’Île de l’Épreuve +dans le Champ Bourdonne +au Bivouac du Marais +au Bivouac de la Friche +sur le Coteau du Passage +sur la Plage Ginkgo +sur la Rive des Revenants +dans la Crique Paisible +sur la Presqu’île Tombolo +au Cap du Voile +dans le Havre des Algues +sur l’Île Crache-Feu +chez Graham +sur le Chemin de la Source +à l’Arche Poissigrand +sur la Plage Long-des-Îles +au Bois Brise-Vent +[~ 62] +au Passage des Marées +au Creux du Cap +au Bivouac des Plages +au Bivouac Côtier +dans la Grotte du Retour +à l’Autel de la Caldeira +au Bivouac Contrefort +dans les Hauts de l’Humilité +dans la Forêt des Égarés +dans l’Ancienne Carrière +sur le Sentier Céleste +à la Source Reculée +à la Source Féérique +au Mont des Gringoles +au Col Pierlevé +[~ 78] +dans la Grotte Préhistorique +sur la Falaise Calade +au Temple Céleste +à l’Arène de la Lune +au Bivouac des Cimes +au Passage des Nuages +aux Colonnes Lances +dans la Grotte des Égarés +au Bivouac des Neiges +dans la Vallée Enneigée +sur la Voie de Glace +sur l’Étendue Polaire +[~ 91] +au Glacier Séracrawl +sur la Terrasse du Glacier +au Lac Savoir +au Temple de Frimapic +dans la Grotte Hibernale +à la Chute d’Oglacé +sur la Pente de l’Avalanche +sur le Sentier de l’Arène +au Hameau Perle +au Rocher Esprit +dans la Chambre des Piliers +au Bivouac du Glacier +dans la Caverne Vérité +dans la Caverne Courage +dans la Lande Herbacoton +au Bivouac de Montagne +à la Porte de Pierre +au Temple de Sinnoh +à la Pierre Gelée +dans la Caverne Savoir +dans le Souterrain de Givre +dans la Grotte Secrète +au Siège du Groupe Galaxie +dans la Boutique +au Stand de Bonbons +dans l’Atelier +à la Compagnie Ginkgo +à l’Étal d’Échanges +sur l’Aire de Pâturage +à la Maison du Textile +chez Art Capillaire +chez le Photographe +au Verger +au Dojo +à la Statuette Gardienne +au Logis +sur la Plage de l’Errance +à la Main de Sable +sur le Sentier des Pèlerins +sur le Parvis des Prières +à la Porte Principale +à la Porte Maritime +sur Joliallée +sur Florallée +sur la Plage Premiépas +sur l’Aire d’Initiation +dans un endroit inconnu +à l’Arène du Théâtre +à l’Arène de la Lave +à l’Arène de l’Iceberg +à la Source Panora-Neige +au rez-de-chaussée +au 1ᵉʳ étage +au 2ᵉ étage +au sous-sol +à l’Arène Ursa +à la Lisière du Hameau +au Mont des Capumain +à la Lagune des Bains +dans la Baie Sérénité +au Siège du Groupe Galaxie +à la Porte Principale +au Verger +au Dojo diff --git a/PKHeX.Core/Resources/text/locations/gen8a/text_la_00000_it.txt b/PKHeX.Core/Resources/text/locations/gen8a/text_la_00000_it.txt new file mode 100644 index 000000000..25de52808 --- /dev/null +++ b/PKHeX.Core/Resources/text/locations/gen8a/text_la_00000_it.txt @@ -0,0 +1,156 @@ +---------- + +in una zona misteriosa + +in un luogo remoto + +al Villaggio Giubilo +nella Landa Ossidiana +all’Acquitrino Vermiglio +sulla Costa Oltremare +alle Pendici Corona +ai Ghiacci Candidi +alla Dimora Remota +sul Colle Ambizione +alla Piana Ferdicavallo +sul Sentiero Grancorno +sull’Altura Grancorno +alla Cascata Ossidiana +nel Tunnel Minerario +alla Cucina della Foresta +nella Foresta Lontana +all’Arena del Colosso +nel Bosco Ostico +al Lago Verità +alla Pianura Sabbiafine +alla Diga della Foce +nel Giardino Bonificato +sull’Isola Rosa Rugosa +alla Base della Landa +alla Base sull’Altura +alla Spianata Filavento +nel Giardino Bonificato +sul Ponte Eroso +al Masso Muschioso +nel Bassopiano Dorato +alle Rovine Flemma +alla Palude Boccalarga +sull’Altopiano Melmoso +alla Palude Purpurea +sul Pendio Rotolio +al Campo Diamante +al Lago Valore +sulla Cresta Mardinubi +alle Rovine Brumose +[~ 44] +sull’Isolotto della Prova +alla Piana del Frullo +alla Base dell’Acquitrino +alla Base Brulla +sul Clivo del Passaggio +alla Spiaggia Ginkgo +nel Fantasmeto +alla Cala Celata +sulla Via del Tombolo +sul Capo Rupevelo +nel Paradiso Erbamarina +sull’Isola Mangiafuoco +a Casa di Sinen +sul Sentiero Fonte +al Rifugio Pescegrosso +alla Spiaggia Ondisola +nella Foresta Controvento +[~ 62] +al Varco della Marea +nella Cavità Marina +alla Base sulla Spiaggia +alla Base della Costa +nella Grotta Ritorno +al Tempietto Cratere +alla Base sulle Pendici +sull’Altura del Divino +nel Bosco Labirinto +nella Cava degli Antichi +sul Sentiero dei Memordei +alla Sorgente Recondita +alla Fonte Folletto +sul Massiccio Rotolio +sulla Cresta Pietrinfila +[~ 78] +nella Caverna Primitiva +alle Scarpate Scalande +al Tempio dei Memordei +all’Arena Accogliluna +alla Base della Vetta +sul Passo Nubiloso +sulla Vetta Lancia +nella Grotta Labirinto +alla Base delle Nevi +alla Valle Nevefitta +sulla Via del Crepaccio +alla Distesa Polare +[~ 91] +ai Blocchi d’Avalugg +alla Scala del Ghiacciaio +al Lago Arguzia +al Tempio di Punta Neve +nella Caverna del Letargo +alla Cascata Tuttogelo +sul Pendio Valanga +sulla Via dell’Arena +al Campo Perla +alla Roccia dello Spirito +al Colonnato Glaciale +alla Base dei Ghiacci +nella Grotta Verità +nella Grotta Valore +al Prato dei Pennacchi +alla Base di Montagna +alla Porta di Roccia +al Tempio di Sinnoh +al Masso Ghiacciato +nella Grotta Arguzia +nel Cunicolo dei Ghiacci +nella Grotta Segreta +alla Sede del Team Galassia +all’Emporio +al Chiosco di Caramelle +alla Bottega +alla Ditta Ginkgo +al Banco degli Scambi +al Pascolo +alla Sartoria +al Salone Acconciature +allo Studio Fotografico +al Podere +all’Area Allenamento +alla Pietra degli Amuleti +all’Alloggio +al Lido degli Sperduti +alla Mano di Sabbia +sulla Via dei Pellegrini +alla Piazza della Preghiera +alla Porta Principale +alla Porta della Spiaggia +in Via Canale +in Corso Fiorito +alla Spiaggia Origine +allo Spiazzo Allenamento +in un luogo sconosciuto +all’Arena della Ribalta +all’Arena della Lava +all’Arena dell’Iceberg +alle Terme Miraneve +al piano terra +al primo piano +al secondo piano +nel piano interrato +al Ring Ursino +alla Radura Diamante +sul Monte degli Aipom +nella Laguna Bagnetto +nel Mar Silente +alla Sede del Team Galassia +alla Porta Principale +al Podere +all’Area Allenamento diff --git a/PKHeX.Core/Resources/text/locations/gen8a/text_la_00000_ja.txt b/PKHeX.Core/Resources/text/locations/gen8a/text_la_00000_ja.txt new file mode 100644 index 000000000..a5f8f7729 --- /dev/null +++ b/PKHeX.Core/Resources/text/locations/gen8a/text_la_00000_ja.txt @@ -0,0 +1,156 @@ +---------- + +なぞのばしょ + +とおいばしょ + +コトブキムラ +こくようのげんや +ぐれんのしっち +ぐんじょうのかいがん +てんがんのさんろく +じゅんぱくのとうど +いにしえのかくれざと +たいしざか +ていてつがはら +シシのやまみち +シシのたかだい +こくようのたき +くろがねトンネル +もりのだいどころ +おくのもり +きょぼくのせんじょう +けわしばやし +シンジこ +マサゴへいげん +かこうのえんてい +そのおのかいこんち +ハマナスのしま +げんやベース +たかだいベース +かぜぬけみち +そのおのかいこんち +けずらればし +苔むした岩 +こんじきのへいや +ズイのいせき +おおぐちのぬま +ヘドロだいち +こうけつぬま +ゴロゴロざか +コンゴウしゅうらく +リッシこ +うんかいとうげ +きりのいせき +[~ 44] +クマのけいこば +はおとのはら +しっちベース +あれちベース +わたりのなぞえ +イチョウのはまべ +オバケワラ +うらのはま +トンボロみち +とばりみさき +うみくさのらくえん +ひふきじま +ススキのいえ +かくれいずみへのみち +おおうおのかくれいわ +しまなみはま +かぜさらしのもり +[~ 62] +しおのぬけみち +うみべのこあな +すなはまベース +かいがんベース +もどりのどうくつ +かこうのほこら +さんろくベース +しんぜんのたかだい +まよいのさんりん +こだいのいしきりば +カミナギさんどう +はなれゆうすい +フェアリーのいずみ +ゴロゴロさんち +れっせきとうげ +[~ 78] +たいこのほらあな +がけのぼりがけ +カミナギじいんあと +げいげつのせんじょう +さんちょうベース +かさぐものきりとおし +やりのはしら +まよいのすいろ +せつげんベース +ごうせつだに +クレバスのぬけみち +ごっかんのあれち +[~ 91] +クレベースひょうかい +ひょうがのだんきゅう +エイチこ +キッサキしんでん +ふゆごもりのほらあな +おにごおりだき +なだれざか +ひょうざんのいくさば +シンジュしゅうらく +しんぎょういわやま +ふとうのいずみ +ひょうざんベース +シンジこのくうどう +リッシこのくうどう +けやりのそうげん +さんちゅうベース +いわのもん +シンオウしんでん +こおったいし +エイチこのくうどう +ひょうざんのちかどう +ひみつのよこあな +ギンガ団本部 +雑貨屋 +アメ屋 +クラフト屋 +イチョウ商会 +交換屋 +放牧場 +呉服屋 +散髪屋 +写真屋 +農場 +訓練場 +おまもり石 +[VAR 0100(0000)]の部屋 +迷子の磯辺 +砂の手 +じゅんれいしゃのみち +いのりのひろば +おもてもん +はまもん +ミオどおり +ソノオどおり +はじまりのはま +やがいくんれんじょう +みしらぬばしょ +ぶたいのいくさば +ようがんのいくさば +ひょうざんのいくさば +雪見の出で湯 +1階 +2階 +3階 +地下1階 +クマの稽古場 +コンゴウの里山 +エイパム山 +水浴び潟 +静かな内海 +ほんぶまえ +おもてもんまえ +はたけまえ +くんれんじょうまえ diff --git a/PKHeX.Core/Resources/text/locations/gen8a/text_la_00000_ko.txt b/PKHeX.Core/Resources/text/locations/gen8a/text_la_00000_ko.txt new file mode 100644 index 000000000..3e5841d6c --- /dev/null +++ b/PKHeX.Core/Resources/text/locations/gen8a/text_la_00000_ko.txt @@ -0,0 +1,156 @@ +---------- + +수수께끼의 장소 + +먼 곳 + +축복마을 +흑요 들판 +홍련 습지 +군청 해안 +천관산 기슭 +순백 동토 +숨겨진 옛마을 +포부의 언덕 +편자 들판 +큰뿔 산길 +큰뿔 고지 +흑요 폭포 +무쇠터널 +숲속 부엌 +안쪽 숲 +거목의 전장 +험한 숲 +진실호수 +잔모래 평원 +하굿둑 +꽃향기 개척지 +해당화섬 +들판 기지 +고지 기지 +바람 샛길 +꽃향기 개척지 +절삭다리 +이끼 낀 바위 +금색 평야 +신수유적 +큰입 늪 +진흙 대지 +진홍늪 +데굴데굴 언덕 +금강부락 +입지호수 +구름바다 고개 +안개의 유적 +[~ 44] +시련의 모래톱 +날갯소리 들판 +습지 기지 +황무지 기지 +건넘의 비탈 +은행 해변 +유령의 모래톱 +숨겨진 해변 +톰볼로 길 +장막해안가 +해초의 낙원 +불뿜는섬 +억새의 집 +숨겨진 샘의 길 +큰물고기의 암초 +섬줄기 해변 +바람막이 숲 +[~ 62] +바닷물 샛길 +바닷가 작은 굴 +모래해변 기지 +해안 기지 +귀혼동굴 +화구의 사당 +산기슭 기지 +신전 고지 +미혹의 산림 +고대의 채석장 +공신 산길 +외딴 용수 +페어리의 샘 +데굴데굴 산지 +열석 고개 +[~ 78] +태고의 동굴 +등반 절벽 +공신 사원터 +영월의 전장 +산정 기지 +삿갓구름 산길 +창기둥 +미혹의 동굴 +설원 기지 +폭설 골짜기 +크레바스 샛길 +극한의 황무지 +[~ 91] +크레베이스 빙괴 +빙하 단구 +예지호수 +선단신전 +동면 동굴 +얼음귀신 폭포 +눈사태 언덕 +전장으로 가는 길 +진주부락 +마음 바위산 +빙주의 방 +빙산 기지 +진실호수의 공동 +입지호수의 공동 +황새풀 초원 +산중 기지 +바위의 문 +신오신전 +얼어붙은 바위 +예지호수의 공동 +빙산 지하도 +비밀의 옆굴 +은하단 본부 +잡화점 +사탕가게 +공작상점 +은행상회 +교환소 +방목장 +포목점 +이발소 +사진관 +농장 +훈련장 +수호석 +숙소 +미아의 바위해변 +모래손 +순례자의 길 +기도의 광장 +정문 +해안문 +운하 도로 +꽃향기 도로 +시작의 해변 +야외 훈련장 +미지의 장소 +무대의 전장 +용암의 전장 +빙산의 전장 +설경 온천 +1층 +2층 +3층 +지하 1층 +이탄 수련장 +금강부락 뒷산 +에이팜산 +미역감기 석호 +고요한 내해 +본부 앞 +정문 앞 +농장 앞 +훈련장 앞 diff --git a/PKHeX.Core/Resources/text/locations/gen8a/text_la_00000_zh.txt b/PKHeX.Core/Resources/text/locations/gen8a/text_la_00000_zh.txt new file mode 100644 index 000000000..63b14d158 --- /dev/null +++ b/PKHeX.Core/Resources/text/locations/gen8a/text_la_00000_zh.txt @@ -0,0 +1,156 @@ +---------- + +神秘的地方 + +遥远的地方 + +祝庆村 +黑曜原野 +红莲湿地 +群青海岸 +天冠山麓 +纯白冻土 +古昔隐居地 +大志坡 +蹄铁草原 +角鹿山道 +角鹿高岗 +黑曜瀑布 +黑金隧道 +森林膳房 +深幽森林 +巨木战场 +险林 +心齐湖 +真砂平原 +河口堤堰 +荒园开垦地 +玫瑰岛 +原野基地 +高岗基地 +驰风道 +荒园开垦地 +削石桥 +苔岩 +金色平野 +随意遗迹 +大嘴沼泽 +泥炭台地 +绯红沼 +隆隆坡 +金刚聚落 +立志湖 +云海山道 +云雾遗迹 +[~ 44] +试炼沙洲 +羽音原野 +湿地基地 +荒地基地 +通海坡 +银杏沙滩 +鬼枯原 +后浦 +沙洲道 +帷幕海角 +海草乐园 +吹火岛 +阿芒的家 +隐泉之路 +大鱼隐岩 +望岛滩 +迎风林 +[~ 62] +潮路 +海边小洞 +沙滩基地 +海岸基地 +归途洞窟 +火山口祠 +山麓基地 +神前高岗 +迷失山林 +古代采石场 +神阖山道 +离泉 +妖精之泉 +隆隆山地 +列石山道 +[~ 78] +太古洞穴 +攀崖崖 +神阖寺院遗址 +迎月战场 +山顶基地 +笠云锥道 +枪之柱 +迷幻洞窟 +雪原基地 +雪涛谷 +冰隙小径 +酷寒荒地 +[~ 91] +冰岩块 +冰河阶坡 +睿智湖 +雪峰神殿 +冬蛰洞穴 +冰鬼瀑 +雪崩坡 +往战场的路 +珍珠聚落 +心形岩山 +冰柱窟 +冰山基地 +心齐湖洞窟 +立志湖洞窟 +羊胡草原 +山中基地 +岩门 +神奥神殿 +冻石 +睿智湖洞窟 +冰山地道 +秘密小洞 +银河队总部 +杂货店 +糖果铺 +工艺店 +银杏商会 +易宝摊 +放牧场 +衣铺 +理发店 +照相馆 +农场 +训练场 +御护石 +宿舍 +离散石滩 +沙手 +巡礼者之路 +祈祷广场 +正门 +滨海门 +水脉道 +花苑道 +起始海滩 +野外训练场 +陌生的地方 +舞台战场 +熔岩战场 +冰山战场 +观雪温泉 +1楼 +2楼 +3楼 +地下1楼 +熊的比武场 +金刚后山 +长尾怪手山 +戏水潟湖 +宁静湾 +总部前 +正门前 +农场前 +训练场前 diff --git a/PKHeX.Core/Resources/text/locations/gen8a/text_la_30000_de.txt b/PKHeX.Core/Resources/text/locations/gen8a/text_la_30000_de.txt new file mode 100644 index 000000000..f9b855b2f --- /dev/null +++ b/PKHeX.Core/Resources/text/locations/gen8a/text_la_30000_de.txt @@ -0,0 +1,23 @@ + +Link-Tausch +Link-Tausch +Kanto-Region +Johto-Region +Hoenn-Region +Sinnoh-Region +Fernes Land +---------- +Einall-Region +Kalos-Region +Pokémon-Link +Pokémon GO +Kanto-Region +Hoenn-Region +Alola-Region +Pokémon-Resort +Johto-Region +Pokémon HOME +Kanto-Region +Galar-Region +Hisui-Region +Sinnoh-Region \ No newline at end of file diff --git a/PKHeX.Core/Resources/text/locations/gen8a/text_la_30000_en.txt b/PKHeX.Core/Resources/text/locations/gen8a/text_la_30000_en.txt new file mode 100644 index 000000000..b01ad43bf --- /dev/null +++ b/PKHeX.Core/Resources/text/locations/gen8a/text_la_30000_en.txt @@ -0,0 +1,23 @@ + +a Link Trade +a Link Trade +the Kanto region +the Johto region +the Hoenn region +the Sinnoh region +a distant land +—————— +the Unova region +the Kalos region +Pokémon Link +Pokémon GO +the Kanto region +the Hoenn region +the Alola region +Poké Pelago +the Johto region +Pokémon HOME +the Kanto region +the Galar region +the Hisui region +the Sinnoh region \ No newline at end of file diff --git a/PKHeX.Core/Resources/text/locations/gen8a/text_la_30000_es.txt b/PKHeX.Core/Resources/text/locations/gen8a/text_la_30000_es.txt new file mode 100644 index 000000000..7f7025386 --- /dev/null +++ b/PKHeX.Core/Resources/text/locations/gen8a/text_la_30000_es.txt @@ -0,0 +1,23 @@ + +Intercambio en conexión +Intercambio en conexión +Kanto +Johto +Hoenn +Sinnoh +Tierra lejana +---------- +Teselia +Kalos +Nexo Pokémon +Pokémon GO +Kanto +Hoenn +Alola +Poké Resort +Johto +Pokémon HOME +Kanto +Galar +Hisui +Sinnoh \ No newline at end of file diff --git a/PKHeX.Core/Resources/text/locations/gen8a/text_la_30000_fr.txt b/PKHeX.Core/Resources/text/locations/gen8a/text_la_30000_fr.txt new file mode 100644 index 000000000..9094d84b9 --- /dev/null +++ b/PKHeX.Core/Resources/text/locations/gen8a/text_la_30000_fr.txt @@ -0,0 +1,23 @@ + +Échange en réseau +Échange en réseau +Kanto +Johto +Hoenn +Sinnoh +Pays lointain +---------- +Unys +Kalos +Poké Lien +Pokémon GO +Kanto +Hoenn +Alola +Poké Loisir +Johto +Pokémon HOME +Kanto +Galar +Hisui +Sinnoh \ No newline at end of file diff --git a/PKHeX.Core/Resources/text/locations/gen8a/text_la_30000_it.txt b/PKHeX.Core/Resources/text/locations/gen8a/text_la_30000_it.txt new file mode 100644 index 000000000..fd54348ae --- /dev/null +++ b/PKHeX.Core/Resources/text/locations/gen8a/text_la_30000_it.txt @@ -0,0 +1,23 @@ + +Scambio in link +Scambio in link +Kanto +Johto +Hoenn +Sinnoh +Terra lontana +---------- +Unima +Kalos +Pokémon Link +Pokémon GO +Kanto +Hoenn +Alola +Poké Resort +Johto +Pokémon HOME +Kanto +Galar +Hisui +Sinnoh \ No newline at end of file diff --git a/PKHeX.Core/Resources/text/locations/gen8a/text_la_30000_ja.txt b/PKHeX.Core/Resources/text/locations/gen8a/text_la_30000_ja.txt new file mode 100644 index 000000000..457ee8486 --- /dev/null +++ b/PKHeX.Core/Resources/text/locations/gen8a/text_la_30000_ja.txt @@ -0,0 +1,23 @@ + +つうしんこうかん +つうしんこうかん +カントーちほう +ジョウトちほう +ホウエンちほう +シンオウちほう +とおくはなれたとち +---------- +イッシュちほう +カロスちほう +ポケモンリンク +Pokémon GO +カントーちほう +ホウエンちほう +アローラちほう +ポケリゾート +ジョウトちほう +Pokémon HOME +カントーちほう +ガラルちほう +ヒスイちほう +シンオウちほう \ No newline at end of file diff --git a/PKHeX.Core/Resources/text/locations/gen8a/text_la_30000_ko.txt b/PKHeX.Core/Resources/text/locations/gen8a/text_la_30000_ko.txt new file mode 100644 index 000000000..647214ca3 --- /dev/null +++ b/PKHeX.Core/Resources/text/locations/gen8a/text_la_30000_ko.txt @@ -0,0 +1,23 @@ + +통신교환 +통신교환 +관동지방 +성도지방 +호연지방 +신오지방 +아주 먼 땅 +---------- +하나지방 +칼로스지방 +포켓몬링크 +Pokémon GO +관동지방 +호연지방 +알로라지방 +포켓리조트 +성도지방 +Pokémon HOME +관동지방 +가라르지방 +히스이지방 +신오지방 \ No newline at end of file diff --git a/PKHeX.Core/Resources/text/locations/gen8a/text_la_30000_zh.txt b/PKHeX.Core/Resources/text/locations/gen8a/text_la_30000_zh.txt new file mode 100644 index 000000000..355b7ac4b --- /dev/null +++ b/PKHeX.Core/Resources/text/locations/gen8a/text_la_30000_zh.txt @@ -0,0 +1,23 @@ + +连接交换 +连接交换 +关都地区 +城都地区 +丰缘地区 +神奥地区 +遥远的土地 +---------- +合众地区 +卡洛斯地区 +宝可梦连接 +Pokémon GO +关都地区 +丰缘地区 +阿罗拉地区 +宝可度假地 +城都地区 +Pokémon HOME +关都地区 +伽勒尔地区 +洗翠地区 +神奥地区 \ No newline at end of file diff --git a/PKHeX.Core/Resources/text/locations/gen8a/text_la_40000_de.txt b/PKHeX.Core/Resources/text/locations/gen8a/text_la_40000_de.txt new file mode 100644 index 000000000..c6fc4a405 --- /dev/null +++ b/PKHeX.Core/Resources/text/locations/gen8a/text_la_40000_de.txt @@ -0,0 +1,87 @@ + +Netter Ort +Ferner Ort +Pokémon-Film +[~ 3] +Pokémon-Film 2019 +Pokémon-Film 2020 +Pokémon-Film 2021 +Pokémon-Film 2022 +Pokémon-Film 2023 +Pokémon-Film 2024 +Pokémon-Zeichentrickserie +Pokémon Center +Pokémon Center Tohoku +WCS +[~ 14] +WCS 2019 +WCS 2020 +WCS 2021 +WCS 2022 +WCS 2023 +WCS 2024 +Worlds +[~ 22] +Worlds 2019 +Worlds 2020 +Worlds 2021 +Worlds 2022 +Worlds 2023 +Worlds 2024 +VGE +[~ 30] +VGE 2019 +VGE 2020 +VGE 2021 +VGE 2022 +VGE 2023 +VGE 2024 +Pokémon-Veranstaltung +Kampfturnier +Videospiel-Veranstaltung +Pokémon Daisuki Club +Pokémon-TV-Programm +Konzert +Online-Geschenk +PGL +[~ 45] +Pokémon-Veranstaltung 2019 +Pokémon-Veranstaltung 2020 +Pokémon-Veranstaltung 2021 +Pokémon-Veranstaltung 2022 +Pokémon-Veranstaltung 2023 +Pokémon-Veranstaltung 2024 +Pokémon-Veranstaltung +[~ 53] +Pokémon-Veranstaltung 2019 +Pokémon-Veranstaltung 2020 +Pokémon-Veranstaltung 2021 +Pokémon-Veranstaltung 2022 +Pokémon-Veranstaltung 2023 +Pokémon-Veranstaltung 2024 +PokéPark +[~ 61] +PokéPark 2019 +PokéPark 2020 +PokéPark 2021 +PokéPark 2022 +PokéPark 2023 +PokéPark 2024 +Veranstaltung +GAME FREAK +Stadion +VGC +[~ 72] +VGC 2019 +VGC 2020 +VGC 2021 +VGC 2022 +VGC 2023 +VGC 2024 +Virtual Console +Pokémon GO +Pokémon Bank +Pokémon-Geschäft +Demoversion +Pokéball Plus +Pokémon HOME \ No newline at end of file diff --git a/PKHeX.Core/Resources/text/locations/gen8a/text_la_40000_en.txt b/PKHeX.Core/Resources/text/locations/gen8a/text_la_40000_en.txt new file mode 100644 index 000000000..edf6378f8 --- /dev/null +++ b/PKHeX.Core/Resources/text/locations/gen8a/text_la_40000_en.txt @@ -0,0 +1,87 @@ + +a lovely place +a faraway place +a Pokémon movie +[~ 3] +a 2019 Pokémon movie +a 2020 Pokémon movie +a 2021 Pokémon movie +a 2022 Pokémon movie +a 2023 Pokémon movie +a 2024 Pokémon movie +the Pokémon animated show +a Pokémon Center +Pokémon Center Tohoku +a WCS +[~ 14] +WCS 2019 +WCS 2020 +WCS 2021 +WCS 2022 +WCS 2023 +WCS 2024 +Worlds +[~ 22] +2019 Worlds +2020 Worlds +2021 Worlds +2022 Worlds +2023 Worlds +2024 Worlds +a VGE +[~ 30] +VGE 2019 +VGE 2020 +VGE 2021 +VGE 2022 +VGE 2023 +VGE 2024 +a Pokémon event +a Battle Competition +a game event +the Pokémon Daisuki Club +a Pokémon TV program +a concert +an online present +the PGL +[~ 45] +a 2019 Pokémon event +a 2020 Pokémon event +a 2021 Pokémon event +a 2022 Pokémon event +a 2023 Pokémon event +a 2024 Pokémon event +a Pokémon event +[~ 53] +a 2019 Pokémon event +a 2020 Pokémon event +a 2021 Pokémon event +a 2022 Pokémon event +a 2023 Pokémon event +a 2024 Pokémon event +PokéPark +[~ 61] +PokéPark 2019 +PokéPark 2020 +PokéPark 2021 +PokéPark 2022 +PokéPark 2023 +PokéPark 2024 +an event site +GAME FREAK +a stadium +a VGC event +[~ 72] +the VGC 2019 +the VGC 2020 +the VGC 2021 +the VGC 2022 +the VGC 2023 +the VGC 2024 +a Virtual Console game +Pokémon GO +Pokémon Bank +a Pokémon shop +a demo version +the Poké Ball Plus +Pokémon HOME \ No newline at end of file diff --git a/PKHeX.Core/Resources/text/locations/gen8a/text_la_40000_es.txt b/PKHeX.Core/Resources/text/locations/gen8a/text_la_40000_es.txt new file mode 100644 index 000000000..6e0cb118d --- /dev/null +++ b/PKHeX.Core/Resources/text/locations/gen8a/text_la_40000_es.txt @@ -0,0 +1,87 @@ + +Lugar encantador +Lugar lejano +Película Pokémon +[~ 3] +Película Pokémon 2019 +Película Pokémon 2020 +Película Pokémon 2021 +Película Pokémon 2022 +Película Pokémon 2023 +Película Pokémon 2024 +Dibujos animados Pokémon +Pokémon Center +Pokémon Center Tohoku +WCS +[~ 14] +WCS 2019 +WCS 2020 +WCS 2021 +WCS 2022 +WCS 2023 +WCS 2024 +Worlds +[~ 22] +Worlds 2019 +Worlds 2020 +Worlds 2021 +Worlds 2022 +Worlds 2023 +Worlds 2024 +Evento de Videojuegos +[~ 30] +Evento Videojuegos 2019 +Evento Videojuegos 2020 +Evento Videojuegos 2021 +Evento Videojuegos 2022 +Evento Videojuegos 2023 +Evento Videojuegos 2024 +Evento Pokémon +Torneo +Evento de Videojuegos +Pokémon Daisuki Club +Programa sobre Pokémon +Concierto +Regalo en línea +Pokémon Global Link +[~ 45] +Evento Pokémon 2019 +Evento Pokémon 2020 +Evento Pokémon 2021 +Evento Pokémon 2022 +Evento Pokémon 2023 +Evento Pokémon 2024 +Evento Pokémon +[~ 53] +Evento Pokémon 2019 +Evento Pokémon 2020 +Evento Pokémon 2021 +Evento Pokémon 2022 +Evento Pokémon 2023 +Evento Pokémon 2024 +PokéPark +[~ 61] +PokéPark 2019 +PokéPark 2020 +PokéPark 2021 +PokéPark 2022 +PokéPark 2023 +PokéPark 2024 +Evento +GAME FREAK +Estadio +VGC +[~ 72] +VGC 2019 +VGC 2020 +VGC 2021 +VGC 2022 +VGC 2023 +VGC 2024 +Consola Virtual +Pokémon GO +Banco de Pokémon +Establecimiento Pokémon +Versión de prueba +Poké Ball Plus +Pokémon HOME \ No newline at end of file diff --git a/PKHeX.Core/Resources/text/locations/gen8a/text_la_40000_fr.txt b/PKHeX.Core/Resources/text/locations/gen8a/text_la_40000_fr.txt new file mode 100644 index 000000000..76609309a --- /dev/null +++ b/PKHeX.Core/Resources/text/locations/gen8a/text_la_40000_fr.txt @@ -0,0 +1,87 @@ + +Endroit superbe +Endroit lointain +Film Pokémon +[~ 3] +Film Pokémon 2019 +Film Pokémon 2020 +Film Pokémon 2021 +Film Pokémon 2022 +Film Pokémon 2023 +Film Pokémon 2024 +Dessin animé Pokémon +Pokémon Center +Pokémon Center Tohoku +WCS +[~ 14] +WCS 2019 +WCS 2020 +WCS 2021 +WCS 2022 +WCS 2023 +WCS 2024 +Worlds +[~ 22] +Worlds 2019 +Worlds 2020 +Worlds 2021 +Worlds 2022 +Worlds 2023 +Worlds 2024 +Évènement Jeu Vidéo +[~ 30] +Évènement Jeu Vidéo 2019 +Évènement Jeu Vidéo 2020 +Évènement Jeu Vidéo 2021 +Évènement Jeu Vidéo 2022 +Évènement Jeu Vidéo 2023 +Évènement Jeu Vidéo 2024 +Évènement Pokémon +Compétition +Évènement +Pokémon Daisuki Club +Émission Pokémon +Concert +Cadeau téléchargeable +Pokémon Global Link +[~ 45] +Évènement Pokémon 2019 +Évènement Pokémon 2020 +Évènement Pokémon 2021 +Évènement Pokémon 2022 +Évènement Pokémon 2023 +Évènement Pokémon 2024 +Évènement Pokémon +[~ 53] +Évènement Pokémon 2019 +Évènement Pokémon 2020 +Évènement Pokémon 2021 +Évènement Pokémon 2022 +Évènement Pokémon 2023 +Évènement Pokémon 2024 +PokéPark +[~ 61] +PokéPark 2019 +PokéPark 2020 +PokéPark 2021 +PokéPark 2022 +PokéPark 2023 +PokéPark 2024 +Lieu d’évènement +GAME FREAK +Stade +VGC +[~ 72] +VGC 2019 +VGC 2020 +VGC 2021 +VGC 2022 +VGC 2023 +VGC 2024 +Console virtuelle +Pokémon GO +Banque Pokémon +Boutique Pokémon +Démo +Poké Ball Plus +Pokémon HOME \ No newline at end of file diff --git a/PKHeX.Core/Resources/text/locations/gen8a/text_la_40000_it.txt b/PKHeX.Core/Resources/text/locations/gen8a/text_la_40000_it.txt new file mode 100644 index 000000000..fba11758f --- /dev/null +++ b/PKHeX.Core/Resources/text/locations/gen8a/text_la_40000_it.txt @@ -0,0 +1,87 @@ + +Luogo grazioso +Luogo remoto +Film Pokémon +[~ 3] +Film Pokémon 2019 +Film Pokémon 2020 +Film Pokémon 2021 +Film Pokémon 2022 +Film Pokémon 2023 +Film Pokémon 2024 +Cartone animato Pokémon +Pokémon Center +Pokémon Center Tohoku +WCS +[~ 14] +WCS 2019 +WCS 2020 +WCS 2021 +WCS 2022 +WCS 2023 +WCS 2024 +Worlds +[~ 22] +Worlds 2019 +Worlds 2020 +Worlds 2021 +Worlds 2022 +Worlds 2023 +Worlds 2024 +Evento di gioco +[~ 30] +Evento di gioco 2019 +Evento di gioco 2020 +Evento di gioco 2021 +Evento di gioco 2022 +Evento di gioco 2023 +Evento di gioco 2024 +Evento Pokémon +Gara +Evento di gioco +Pokémon Daisuki Club +Programma TV Pokémon +Concerto +Regalo online +PGL +[~ 45] +Evento Pokémon 2019 +Evento Pokémon 2020 +Evento Pokémon 2021 +Evento Pokémon 2022 +Evento Pokémon 2023 +Evento Pokémon 2024 +Evento Pokémon +[~ 53] +Evento Pokémon 2019 +Evento Pokémon 2020 +Evento Pokémon 2021 +Evento Pokémon 2022 +Evento Pokémon 2023 +Evento Pokémon 2024 +PokéPark +[~ 61] +PokéPark 2019 +PokéPark 2020 +PokéPark 2021 +PokéPark 2022 +PokéPark 2023 +PokéPark 2024 +Evento +GAME FREAK +Stadio +VGC +[~ 72] +VGC 2019 +VGC 2020 +VGC 2021 +VGC 2022 +VGC 2023 +VGC 2024 +Virtual Console +Pokémon GO +Banca Pokémon +Negozio Pokémon +Demo +Poké Ball Plus +Pokémon HOME \ No newline at end of file diff --git a/PKHeX.Core/Resources/text/locations/gen8a/text_la_40000_ja.txt b/PKHeX.Core/Resources/text/locations/gen8a/text_la_40000_ja.txt new file mode 100644 index 000000000..5d510c4d1 --- /dev/null +++ b/PKHeX.Core/Resources/text/locations/gen8a/text_la_40000_ja.txt @@ -0,0 +1,87 @@ + +すてきなばしょ +とおいばしょ +ポケモンえいが +[~ 3] +ポケモンえいが19 +ポケモンえいが20 +ポケモンえいが21 +ポケモンえいが22 +ポケモンえいが23 +ポケモンえいが24 +ポケモンアニメ +ポケモンセンター +PCトウホク +WCS +[~ 14] +WCS2019 +WCS2020 +WCS2021 +WCS2022 +WCS2023 +WCS2024 +Worlds +[~ 22] +Worlds2019 +Worlds2020 +Worlds2021 +Worlds2022 +Worlds2023 +Worlds2024 +VGE +[~ 30] +VGE2019 +VGE2020 +VGE2021 +VGE2022 +VGE2023 +VGE2024 +ポケモンイベント +バトルたいかい +ゲームイベント +だいすきクラブ +ポケモンばんぐみ +コンサート +オンラインプレゼント +PGL +[~ 45] +ポケモンイベント19 +ポケモンイベント20 +ポケモンイベント21 +ポケモンイベント22 +ポケモンイベント23 +ポケモンイベント24 +ポケモンフェスタ +[~ 53] +ポケモンフェスタ19 +ポケモンフェスタ20 +ポケモンフェスタ21 +ポケモンフェスタ22 +ポケモンフェスタ23 +ポケモンフェスタ24 +ポケパーク +[~ 61] +ポケパーク2019 +ポケパーク2020 +ポケパーク2021 +ポケパーク2022 +ポケパーク2023 +ポケパーク2024 +イベントかいじょう +ゲームフリーク +スタジアム +VGC +[~ 72] +VGC2019 +VGC2020 +VGC2021 +VGC2022 +VGC2023 +VGC2024 +バーチャルコンソール +Pokémon GO +ポケモンバンク +ポケモンのショップ +たいけんばん +モンスターボール Plus +Pokémon HOME \ No newline at end of file diff --git a/PKHeX.Core/Resources/text/locations/gen8a/text_la_40000_ko.txt b/PKHeX.Core/Resources/text/locations/gen8a/text_la_40000_ko.txt new file mode 100644 index 000000000..942988dda --- /dev/null +++ b/PKHeX.Core/Resources/text/locations/gen8a/text_la_40000_ko.txt @@ -0,0 +1,87 @@ + +근사한 장소 +먼 곳 +포켓몬영화 +[~ 3] +포켓몬영화19 +포켓몬영화20 +포켓몬영화21 +포켓몬영화22 +포켓몬영화23 +포켓몬영화24 +포켓몬 애니메이션 +포켓몬센터 +PC도호쿠 +WCS +[~ 14] +WCS2019 +WCS2020 +WCS2021 +WCS2022 +WCS2023 +WCS2024 +Worlds +[~ 22] +Worlds2019 +Worlds2020 +Worlds2021 +Worlds2022 +Worlds2023 +Worlds2024 +VGE +[~ 30] +VGE2019 +VGE2020 +VGE2021 +VGE2022 +VGE2023 +VGE2024 +포켓몬이벤트 +배틀 대회 +게임 이벤트 +the Pokémon Daisuki Club +포켓몬 방송 +콘서트 +온라인 선물 +PGL +[~ 45] +포켓몬이벤트19 +포켓몬이벤트20 +포켓몬이벤트21 +포켓몬이벤트22 +포켓몬이벤트23 +포켓몬이벤트24 +포켓몬페스타 +[~ 53] +포켓몬페스타19 +포켓몬페스타20 +포켓몬페스타21 +포켓몬페스타22 +포켓몬페스타23 +포켓몬페스타24 +포켓파크 +[~ 61] +포켓파크2019 +포켓파크2020 +포켓파크2021 +포켓파크2022 +포켓파크2023 +포켓파크2024 +이벤트회장 +게임프리크 +스타디움 +VGC +[~ 72] +VGC2019 +VGC2020 +VGC2021 +VGC2022 +VGC2023 +VGC2024 +버추얼 콘솔 +Pokémon GO +포켓몬 뱅크 +a Pokémon shop +체험판 +몬스터볼 Plus +Pokémon HOME \ No newline at end of file diff --git a/PKHeX.Core/Resources/text/locations/gen8a/text_la_40000_zh.txt b/PKHeX.Core/Resources/text/locations/gen8a/text_la_40000_zh.txt new file mode 100644 index 000000000..80f532064 --- /dev/null +++ b/PKHeX.Core/Resources/text/locations/gen8a/text_la_40000_zh.txt @@ -0,0 +1,87 @@ + +美丽的地方 +遥远的地方 +宝可梦电影 +[~ 3] +宝可梦电影19 +宝可梦电影20 +宝可梦电影21 +宝可梦电影22 +宝可梦电影23 +宝可梦电影24 +宝可梦动画片 +宝可梦中心 +东北PC +WCS +[~ 14] +WCS2019 +WCS2020 +WCS2021 +WCS2022 +WCS2023 +WCS2024 +Worlds +[~ 22] +Worlds2019 +Worlds2020 +Worlds2021 +Worlds2022 +Worlds2023 +Worlds2024 +VGE +[~ 30] +VGE2019 +VGE2020 +VGE2021 +VGE2022 +VGE2023 +VGE2024 +宝可梦活动 +对战大赛 +游戏活动 +发烧友俱乐部 +宝可梦节目 +音乐会 +在线礼物 +PGL +[~ 45] +宝可梦活动19 +宝可梦活动20 +宝可梦活动21 +宝可梦活动22 +宝可梦活动23 +宝可梦活动24 +宝可梦庆典 +[~ 53] +宝可梦庆典19 +宝可梦庆典20 +宝可梦庆典21 +宝可梦庆典22 +宝可梦庆典23 +宝可梦庆典24 +宝可公园 +[~ 61] +宝可公园2019 +宝可公园2020 +宝可公园2021 +宝可公园2022 +宝可公园2023 +宝可公园2024 +活动会场 +GAME FREAK +竞技场 +VGC +[~ 72] +VGC2019 +VGC2020 +VGC2021 +VGC2022 +VGC2023 +VGC2024 +Virtual Console +Pokémon GO +宝可梦虚拟银行 +宝可梦的店 +体验版 +精灵球 Plus +Pokémon HOME \ No newline at end of file diff --git a/PKHeX.Core/Resources/text/locations/gen8a/text_la_60000_de.txt b/PKHeX.Core/Resources/text/locations/gen8a/text_la_60000_de.txt new file mode 100644 index 000000000..6d82d023f --- /dev/null +++ b/PKHeX.Core/Resources/text/locations/gen8a/text_la_60000_de.txt @@ -0,0 +1,5 @@ + +Ferne Person +Hortleiterinnen +Schatzsucher +Dame der Heißen Quellen \ No newline at end of file diff --git a/PKHeX.Core/Resources/text/locations/gen8a/text_la_60000_en.txt b/PKHeX.Core/Resources/text/locations/gen8a/text_la_60000_en.txt new file mode 100644 index 000000000..ebc1954ad --- /dev/null +++ b/PKHeX.Core/Resources/text/locations/gen8a/text_la_60000_en.txt @@ -0,0 +1,5 @@ + +a stranger +a Nursery worker +a treasure hunter +an old hot-springs visitor \ No newline at end of file diff --git a/PKHeX.Core/Resources/text/locations/gen8a/text_la_60000_es.txt b/PKHeX.Core/Resources/text/locations/gen8a/text_la_60000_es.txt new file mode 100644 index 000000000..cea5aefee --- /dev/null +++ b/PKHeX.Core/Resources/text/locations/gen8a/text_la_60000_es.txt @@ -0,0 +1,5 @@ + +Persona lejana +Cuidados Pokémon +Buscatesoros +Anciana del Balneario \ No newline at end of file diff --git a/PKHeX.Core/Resources/text/locations/gen8a/text_la_60000_fr.txt b/PKHeX.Core/Resources/text/locations/gen8a/text_la_60000_fr.txt new file mode 100644 index 000000000..5b994fdfa --- /dev/null +++ b/PKHeX.Core/Resources/text/locations/gen8a/text_la_60000_fr.txt @@ -0,0 +1,5 @@ + +Personne lointaine +Responsable de la Garderie +Chercheur de Trésors +Dame des Eaux Thermales \ No newline at end of file diff --git a/PKHeX.Core/Resources/text/locations/gen8a/text_la_60000_it.txt b/PKHeX.Core/Resources/text/locations/gen8a/text_la_60000_it.txt new file mode 100644 index 000000000..c9a0e46e3 --- /dev/null +++ b/PKHeX.Core/Resources/text/locations/gen8a/text_la_60000_it.txt @@ -0,0 +1,5 @@ + +Persona lontana +Ostello Pokémon +Cercatesori +Vecchina delle terme \ No newline at end of file diff --git a/PKHeX.Core/Resources/text/locations/gen8a/text_la_60000_ja.txt b/PKHeX.Core/Resources/text/locations/gen8a/text_la_60000_ja.txt new file mode 100644 index 000000000..9e89927de --- /dev/null +++ b/PKHeX.Core/Resources/text/locations/gen8a/text_la_60000_ja.txt @@ -0,0 +1,5 @@ + +とおくにいるひと +あずかりやさん +トレジャーハンター +おんせんばあさん \ No newline at end of file diff --git a/PKHeX.Core/Resources/text/locations/gen8a/text_la_60000_ko.txt b/PKHeX.Core/Resources/text/locations/gen8a/text_la_60000_ko.txt new file mode 100644 index 000000000..38cc06a9b --- /dev/null +++ b/PKHeX.Core/Resources/text/locations/gen8a/text_la_60000_ko.txt @@ -0,0 +1,5 @@ + +멀리 있는 사람 +맡기미집 +트레져헌터 +온천 할머니 \ No newline at end of file diff --git a/PKHeX.Core/Resources/text/locations/gen8a/text_la_60000_zh.txt b/PKHeX.Core/Resources/text/locations/gen8a/text_la_60000_zh.txt new file mode 100644 index 000000000..7e7678609 --- /dev/null +++ b/PKHeX.Core/Resources/text/locations/gen8a/text_la_60000_zh.txt @@ -0,0 +1,5 @@ + +远处的人 +寄放屋 +寻宝猎人 +温泉婆婆 \ No newline at end of file