faker 2.20.0 → 3.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +346 -7
- data/History.md +1 -1
- data/README.md +193 -107
- data/lib/faker/blockchain/aeternity.rb +1 -1
- data/lib/faker/blockchain/ethereum.rb +1 -1
- data/lib/faker/blockchain/tezos.rb +1 -1
- data/lib/faker/books/dune.rb +2 -10
- data/lib/faker/books/lovecraft.rb +7 -38
- data/lib/faker/default/address.rb +5 -25
- data/lib/faker/default/alphanumeric.rb +2 -8
- data/lib/faker/default/app.rb +1 -10
- data/lib/faker/default/avatar.rb +1 -12
- data/lib/faker/default/bank.rb +9 -17
- data/lib/faker/default/boolean.rb +1 -4
- data/lib/faker/default/chile_rut.rb +25 -25
- data/lib/faker/default/code.rb +68 -39
- data/lib/faker/default/color.rb +77 -6
- data/lib/faker/default/commerce.rb +3 -17
- data/lib/faker/default/company.rb +50 -19
- data/lib/faker/default/crypto_coin.rb +3 -15
- data/lib/faker/default/date.rb +65 -42
- data/lib/faker/default/demographic.rb +1 -5
- data/lib/faker/default/driving_licence.rb +20 -19
- data/lib/faker/default/drone.rb +1 -1
- data/lib/faker/default/file.rb +5 -24
- data/lib/faker/default/finance.rb +17 -7
- data/lib/faker/default/food.rb +14 -1
- data/lib/faker/default/hipster.rb +6 -45
- data/lib/faker/default/html.rb +230 -0
- data/lib/faker/default/id_number.rb +125 -14
- data/lib/faker/default/internet.rb +116 -111
- data/lib/faker/default/invoice.rb +4 -17
- data/lib/faker/default/json.rb +2 -20
- data/lib/faker/default/lorem.rb +25 -74
- data/lib/faker/default/lorem_flickr.rb +4 -32
- data/lib/faker/default/markdown.rb +6 -11
- data/lib/faker/default/marketing.rb +1 -1
- data/lib/faker/default/measurement.rb +16 -48
- data/lib/faker/default/name.rb +1 -5
- data/lib/faker/default/nhs.rb +2 -6
- data/lib/faker/default/number.rb +10 -55
- data/lib/faker/default/omniauth.rb +6 -40
- data/lib/faker/default/phone_number.rb +2 -6
- data/lib/faker/default/placeholdit.rb +1 -12
- data/lib/faker/default/relationship.rb +1 -5
- data/lib/faker/default/release notes.md +59 -0
- data/lib/faker/default/source.rb +3 -16
- data/lib/faker/default/string.rb +1 -5
- data/lib/faker/default/stripe.rb +4 -20
- data/lib/faker/default/time.rb +4 -32
- data/lib/faker/default/twitter.rb +7 -23
- data/lib/faker/default/types.rb +7 -28
- data/lib/faker/default/vehicle.rb +40 -51
- data/lib/faker/default/vulnerability_identifier.rb +23 -0
- data/lib/faker/default/world_cup.rb +2 -11
- data/lib/faker/games/clash_of_clans.rb +1 -1
- data/lib/faker/games/dnd.rb +49 -7
- data/lib/faker/games/dota.rb +1 -5
- data/lib/faker/games/final_fantasy_xiv.rb +73 -0
- data/lib/faker/games/minecraft.rb +1 -1
- data/lib/faker/games/myst.rb +1 -1
- data/lib/faker/games/tarkov.rb +205 -0
- data/lib/faker/japanese_media/cowboy_bebop.rb +61 -0
- data/lib/faker/japanese_media/kamen_rider.rb +2 -2
- data/lib/faker/japanese_media/one_piece.rb +1 -1
- data/lib/faker/movies/avatar.rb +49 -0
- data/lib/faker/movies/hackers.rb +48 -0
- data/lib/faker/movies/star_wars.rb +1 -5
- data/lib/faker/movies/tron.rb +161 -0
- data/lib/faker/quotes/quote.rb +13 -0
- data/lib/faker/sports/chess.rb +90 -0
- data/lib/faker/sports/mountaineering.rb +22 -0
- data/lib/faker/sports/sport.rb +116 -0
- data/lib/faker/travel/airport.rb +43 -0
- data/lib/faker/travel/train_station.rb +54 -0
- data/lib/faker/tv_shows/archer.rb +51 -0
- data/lib/faker/tv_shows/south_park.rb +15 -0
- data/lib/faker/tv_shows/spongebob.rb +50 -0
- data/lib/faker/version.rb +1 -1
- data/lib/faker.rb +26 -67
- data/lib/helpers/base58.rb +1 -1
- data/lib/helpers/positional_generator.rb +480 -0
- data/lib/helpers/unique_generator.rb +13 -11
- data/lib/locales/README.md +18 -2
- data/lib/locales/ar.yml +1 -0
- data/lib/locales/bg.yml +1 -1
- data/lib/locales/da-DK.yml +1 -1
- data/lib/locales/de-AT.yml +1 -2
- data/lib/locales/de-CH.yml +4336 -12
- data/lib/locales/de.yml +1 -1
- data/lib/locales/en/airport.yml +381 -0
- data/lib/locales/en/archer.yml +75 -0
- data/lib/locales/en/australia.yml +3 -4
- data/lib/locales/en/avatar.yml +31 -0
- data/lib/locales/en/chess.yml +103 -0
- data/lib/locales/en/company.yml +1 -0
- data/lib/locales/en/computer.yml +23 -4
- data/lib/locales/en/cowboy_bebop.yml +163 -0
- data/lib/locales/en/dnd.yml +186 -1
- data/lib/locales/en/dota.yml +113 -0
- data/lib/locales/en/file.yml +9 -1
- data/lib/locales/en/final_fantasy_xiv.yml +754 -0
- data/lib/locales/en/finance.yml +3 -1
- data/lib/locales/en/food.yml +12 -0
- data/lib/locales/en/game.yml +0 -1
- data/lib/locales/en/hackers.yml +53 -0
- data/lib/locales/en/heroes.yml +2 -2
- data/lib/locales/en/internet.yml +32 -0
- data/lib/locales/en/minecraft.yml +4 -4
- data/lib/locales/en/mitch_hedberg.yml +46 -0
- data/lib/locales/en/mountaineering.yml +14 -0
- data/lib/locales/en/movie.yml +2 -1
- data/lib/locales/en/naruto.yml +2 -3
- data/lib/locales/en/one_piece.yml +1 -1
- data/lib/locales/en/opera.yml +2 -2
- data/lib/locales/en/overwatch.yml +5 -7
- data/lib/locales/en/source.yml +5 -0
- data/lib/locales/en/south_park.yml +360 -2
- data/lib/locales/en/spongebob.yml +489 -0
- data/lib/locales/en/sport.yml +130 -0
- data/lib/locales/en/star_wars.yml +1 -1
- data/lib/locales/en/tarkov.yml +593 -0
- data/lib/locales/en/train_station.yml +280 -0
- data/lib/locales/en/tron.yml +227 -0
- data/lib/locales/en/vehicle.yml +2809 -75
- data/lib/locales/en-AU.yml +2 -2
- data/lib/locales/en-CA.yml +2 -1
- data/lib/locales/en-GB.yml +2 -1
- data/lib/locales/en-MS.yml +1 -0
- data/lib/locales/en-NG.yml +1 -0
- data/lib/locales/en-NZ.yml +1 -0
- data/lib/locales/en-PAK.yml +1 -0
- data/lib/locales/en-SG.yml +1 -0
- data/lib/locales/en-UG.yml +1 -0
- data/lib/locales/en-US.yml +1 -1
- data/lib/locales/en-ZA.yml +1 -1
- data/lib/locales/en-au-ocker.yml +2 -0
- data/lib/locales/es-AR.yml +3 -2
- data/lib/locales/es-MX.yml +1 -1
- data/lib/locales/es.yml +2 -2
- data/lib/locales/fi-FI.yml +3 -1
- data/lib/locales/fr/address.yml +0 -1
- data/lib/locales/fr/adjective.yml +266 -0
- data/lib/locales/fr/ancient.yml +141 -0
- data/lib/locales/fr/name.yml +2 -1
- data/lib/locales/fr-CA.yml +1 -1
- data/lib/locales/fr-CH.yml +1 -1
- data/lib/locales/hy.yml +2 -1
- data/lib/locales/it.yml +1 -0
- data/lib/locales/ja/adjective.yml +148 -0
- data/lib/locales/ja/dog.yml +1 -0
- data/lib/locales/ja/emotion.yml +51 -0
- data/lib/locales/ja/naruto.yml +230 -0
- data/lib/locales/ja/relationship.yml +10 -0
- data/lib/locales/ja/sport.yml +130 -0
- data/lib/locales/ja/super_mario.yml +1 -1
- data/lib/locales/ko.yml +1 -0
- data/lib/locales/lt.yml +0 -1
- data/lib/locales/mi-NZ.yml +2 -0
- data/lib/locales/nb-NO.yml +1 -0
- data/lib/locales/nl.yml +1 -0
- data/lib/locales/pl.yml +2 -2
- data/lib/locales/pt-BR.yml +1 -0
- data/lib/locales/pt.yml +1 -1
- data/lib/locales/ru.yml +1 -0
- data/lib/locales/sk.yml +1 -0
- data/lib/locales/sv.yml +1 -0
- data/lib/locales/th.yml +76 -76
- data/lib/locales/tr.yml +1 -0
- data/lib/locales/uk.yml +3 -0
- data/lib/locales/vi.yml +1 -0
- data/lib/locales/zh-CN.yml +1 -0
- data/lib/locales/zh-TW.yml +1 -0
- metadata +46 -127
- data/lib/faker/default/fillmurray.rb +0 -45
- data/lib/faker/default/lorem_pixel.rb +0 -70
- /data/lib/faker/default/{faker_adjective.rb → adjective.rb} +0 -0
data/lib/locales/de.yml
CHANGED
@@ -3,7 +3,6 @@ de:
|
|
3
3
|
address:
|
4
4
|
city_prefix: [Nord, Ost, West, Süd, Neu, Alt, Bad, Groß, Klein, Schön]
|
5
5
|
city_suffix: [stadt, dorf, land, scheid, burg, berg, heim, hagen, feld, brunn, grün]
|
6
|
-
country_code: ['DE']
|
7
6
|
country: [Ägypten, Äquatorialguinea, Äthiopien, Österreich, Afghanistan, Albanien, Algerien, Amerikanisch-Samoa, Amerikanische Jungferninseln, Andorra, Angola, Anguilla, Antarktis, Antigua und Barbuda, Argentinien, Armenien, Aruba, Aserbaidschan, Australien, Bahamas, Bahrain, Bangladesch, Barbados, Belarus, Belgien, Belize, Benin, die Bermudas, Bhutan, Bolivien, Bosnien und Herzegowina, Botsuana, Bouvetinsel, Brasilien, Britische Jungferninseln, Britisches Territorium im Indischen Ozean, Brunei Darussalam, Bulgarien, Burkina Faso, Burundi, Chile, China, Cookinseln, Costa Rica, Dänemark, Demokratische Republik Kongo, Demokratische Volksrepublik Korea, Deutschland, Dominica, Dominikanische Republik, Dschibuti, Ecuador, El Salvador, Eritrea, Estland, Färöer, Falklandinseln, Fidschi, Finnland, Frankreich, Französisch-Guayana, Französisch-Polynesien, Französische Gebiete im südlichen Indischen Ozean, Gabun, Gambia, Georgien, Ghana, Gibraltar, Grönland, Grenada, Griechenland, Guadeloupe, Guam, Guatemala, Guinea, Guinea-Bissau, Guyana, Haiti, Heard und McDonaldinseln, Honduras, Hongkong, Indien, Indonesien, Irak, Iran, Irland, Island, Israel, Italien, Jamaika, Japan, Jemen, Jordanien, Jugoslawien, Kaimaninseln, Kambodscha, Kamerun, Kanada, Kap Verde, Kasachstan, Katar, Kenia, Kirgisistan, Kiribati, Kleinere amerikanische Überseeinseln, Kokosinseln, Kolumbien, Komoren, Kongo, Kroatien, Kuba, Kuwait, Laos, Lesotho, Lettland, Libanon, Liberia, Libyen, Liechtenstein, Litauen, Luxemburg, Macau, Madagaskar, Malawi, Malaysia, Malediven, Mali, Malta, ehemalige jugoslawische Republik Mazedonien, Marokko, Marshallinseln, Martinique, Mauretanien, Mauritius, Mayotte, Mexiko, Mikronesien, Monaco, Mongolei, Montserrat, Mosambik, Myanmar, Nördliche Marianen, Namibia, Nauru, Nepal, Neukaledonien, Neuseeland, Nicaragua, Niederländische Antillen, Niederlande, Niger, Nigeria, Niue, Norfolkinsel, Norwegen, Oman, Osttimor, Pakistan, Palau, Panama, Papua-Neuguinea, Paraguay, Peru, Philippinen, Pitcairninseln, Polen, Portugal, Puerto Rico, Réunion, Republik Korea, Republik Moldau, Ruanda, Rumänien, Russische Föderation, São Tomé und Príncipe, Südafrika, Südgeorgien und Südliche Sandwichinseln, Salomonen, Sambia, Samoa, San Marino, Saudi-Arabien, Schweden, Schweiz, Senegal, Seychellen, Sierra Leone, Simbabwe, Singapur, Slowakei, Slowenien, Somalien, Spanien, Sri Lanka, St. Helena, St. Kitts und Nevis, St. Lucia, St. Pierre und Miquelon, St. Vincent und die Grenadinen, Sudan, Surinam, Svalbard und Jan Mayen, Swasiland, Syrien, Türkei, Tadschikistan, Taiwan, Tansania, Thailand, Togo, Tokelau, Tonga, Trinidad und Tobago, Tschad, Tschechische Republik, Tunesien, Turkmenistan, Turks- und Caicosinseln, Tuvalu, Uganda, Ukraine, Ungarn, Uruguay, Usbekistan, Vanuatu, Vatikanstadt, Venezuela, Vereinigte Arabische Emirate, Vereinigte Staaten, Vereinigtes Königreich, Vietnam, Wallis und Futuna, Weihnachtsinsel, Westsahara, Zentralafrikanische Republik, Zypern]
|
8
7
|
street_root: [Ackerweg, Adalbert-Stifter-Str., Adalbertstr., Adolf-Baeyer-Str., Adolf-Kaschny-Str., Adolf-Reichwein-Str., Adolfsstr., Ahornweg, Ahrstr., Akazienweg, Albert-Einstein-Str., Albert-Schweitzer-Str., Albertus-Magnus-Str., Albert-Zarthe-Weg, Albin-Edelmann-Str., Albrecht-Haushofer-Str., Aldegundisstr., Alexanderstr., Alfred-Delp-Str., Alfred-Kubin-Str., Alfred-Stock-Str., Alkenrather Str., Allensteiner Str., Alsenstr., Alt Steinbücheler Weg, Alte Garten, Alte Heide, Alte Landstr., Alte Ziegelei, Altenberger Str., Altenhof, Alter Grenzweg, Altstadtstr., Am Alten Gaswerk, Am Alten Schafstall, Am Arenzberg, Am Benthal, Am Birkenberg, Am Blauen Berg, Am Borsberg, Am Brungen, Am Büchelter Hof, Am Buttermarkt, Am Ehrenfriedhof, Am Eselsdamm, Am Falkenberg, Am Frankenberg, Am Gesundheitspark, Am Gierlichshof, Am Graben, Am Hagelkreuz, Am Hang, Am Heidkamp, Am Hemmelrather Hof, Am Hofacker, Am Hohen Ufer, Am Höllers Eck, Am Hühnerberg, Am Jägerhof, Am Junkernkamp, Am Kemperstiegel, Am Kettnersbusch, Am Kiesberg, Am Klösterchen, Am Knechtsgraben, Am Köllerweg, Am Köttersbach, Am Kreispark, Am Kronefeld, Am Küchenhof, Am Kühnsbusch, Am Lindenfeld, Am Märchen, Am Mittelberg, Am Mönchshof, Am Mühlenbach, Am Neuenhof, Am Nonnenbruch, Am Plattenbusch, Am Quettinger Feld, Am Rosenhügel, Am Sandberg, Am Scherfenbrand, Am Schokker, Am Silbersee, Am Sonnenhang, Am Sportplatz, Am Stadtpark, Am Steinberg, Am Telegraf, Am Thelenhof, Am Vogelkreuz, Am Vogelsang, Am Vogelsfeldchen, Am Wambacher Hof, Am Wasserturm, Am Weidenbusch, Am Weiher, Am Weingarten, Am Werth, Amselweg, An den Irlen, An den Rheinauen, An der Bergerweide, An der Dingbank, An der Evangelischen Kirche, An der Evgl. Kirche, An der Feldgasse, An der Fettehenne, An der Kante, An der Laach, An der Lehmkuhle, An der Lichtenburg, An der Luisenburg, An der Robertsburg, An der Schmitten, An der Schusterinsel, An der Steinrütsch, An St. Andreas, An St. Remigius, Andreasstr., Ankerweg, Annette-Kolb-Str., Apenrader Str., Arnold-Ohletz-Str., Atzlenbacher Str., Auerweg, Auestr., Auf dem Acker, Auf dem Blahnenhof, Auf dem Bohnbüchel, Auf dem Bruch, Auf dem End, Auf dem Forst, Auf dem Herberg, Auf dem Lehn, Auf dem Stein, Auf dem Weierberg, Auf dem Weiherhahn, Auf den Reien, Auf der Donnen, Auf der Grieße, Auf der Ohmer, Auf der Weide, Auf'm Berg, Auf'm Kamp, Augustastr., August-Kekulé-Str., A.-W.-v.-Hofmann-Str., Bahnallee, Bahnhofstr., Baltrumstr., Bamberger Str., Baumberger Str., Bebelstr., Beckers Kämpchen, Beerenstr., Beethovenstr., Behringstr., Bendenweg, Bensberger Str., Benzstr., Bergische Landstr., Bergstr., Berliner Platz, Berliner Str., Bernhard-Letterhaus-Str., Bernhard-Lichtenberg-Str., Bernhard-Ridder-Str., Bernsteinstr., Bertha-Middelhauve-Str., Bertha-von-Suttner-Str., Bertolt-Brecht-Str., Berzeliusstr., Bielertstr., Biesenbach, Billrothstr., Birkenbergstr., Birkengartenstr., Birkenweg, Bismarckstr., Bitterfelder Str., Blankenburg, Blaukehlchenweg, Blütenstr., Boberstr., Böcklerstr., Bodelschwinghstr., Bodestr., Bogenstr., Bohnenkampsweg, Bohofsweg, Bonifatiusstr., Bonner Str., Borkumstr., Bornheimer Str., Borsigstr., Borussiastr., Bracknellstr., Brahmsweg, Brandenburger Str., Breidenbachstr., Breslauer Str., Bruchhauser Str., Brückenstr., Brucknerstr., Brüder-Bonhoeffer-Str., Buchenweg, Bürgerbuschweg, Burgloch, Burgplatz, Burgstr., Burgweg, Bürriger Weg, Burscheider Str., Buschkämpchen, Butterheider Str., Carl-Duisberg-Platz, Carl-Duisberg-Str., Carl-Leverkus-Str., Carl-Maria-von-Weber-Platz, Carl-Maria-von-Weber-Str., Carlo-Mierendorff-Str., Carl-Rumpff-Str., Carl-von-Ossietzky-Str., Charlottenburger Str., Christian-Heß-Str., Claasbruch, Clemens-Winkler-Str., Concordiastr., Cranachstr., Dahlemer Str., Daimlerstr., Damaschkestr., Danziger Str., Debengasse, Dechant-Fein-Str., Dechant-Krey-Str., Deichtorstr., Dhünnberg, Dhünnstr., Dianastr., Diedenhofener Str., Diepental, Diepenthaler Str., Dieselstr., Dillinger Str., Distelkamp, Dohrgasse, Domblick, Dönhoffstr., Dornierstr., Drachenfelsstr., Dr.-August-Blank-Str., Dresdener Str., Driescher Hecke, Drosselweg, Dudweilerstr., Dünenweg, Dünfelder Str., Dünnwalder Grenzweg, Düppeler Str., Dürerstr., Dürscheider Weg, Düsseldorfer Str., Edelrather Weg, Edmund-Husserl-Str., Eduard-Spranger-Str., Ehrlichstr., Eichenkamp, Eichenweg, Eidechsenweg, Eifelstr., Eifgenstr., Eintrachtstr., Elbestr., Elisabeth-Langgässer-Str., Elisabethstr., Elisabeth-von-Thadden-Str., Elisenstr., Elsa-Brändström-Str., Elsbachstr., Else-Lasker-Schüler-Str., Elsterstr., Emil-Fischer-Str., Emil-Nolde-Str., Engelbertstr., Engstenberger Weg, Entenpfuhl, Erbelegasse, Erftstr., Erfurter Str., Erich-Heckel-Str., Erich-Klausener-Str., Erich-Ollenhauer-Str., Erlenweg, Ernst-Bloch-Str., Ernst-Ludwig-Kirchner-Str., Erzbergerstr., Eschenallee, Eschenweg, Esmarchstr., Espenweg, Euckenstr., Eulengasse, Eulenkamp, Ewald-Flamme-Str., Ewald-Röll-Str., Fährstr., Farnweg, Fasanenweg, Faßbacher Hof, Felderstr., Feldkampstr., Feldsiefer Weg, Feldsiefer Wiesen, Feldstr., Feldtorstr., Felix-von-Roll-Str., Ferdinand-Lassalle-Str., Fester Weg, Feuerbachstr., Feuerdornweg, Fichtenweg, Fichtestr., Finkelsteinstr., Finkenweg, Fixheider Str., Flabbenhäuschen, Flensburger Str., Fliederweg, Florastr., Florianweg, Flotowstr., Flurstr., Föhrenweg, Fontanestr., Forellental, Fortunastr., Franz-Esser-Str., Franz-Hitze-Str., Franz-Kail-Str., Franz-Marc-Str., Freiburger Str., Freiheitstr., Freiherr-vom-Stein-Str., Freudenthal, Freudenthaler Weg, Fridtjof-Nansen-Str., Friedenberger Str., Friedensstr., Friedhofstr., Friedlandstr., Friedlieb-Ferdinand-Runge-Str., Friedrich-Bayer-Str., Friedrich-Bergius-Platz, Friedrich-Ebert-Platz, Friedrich-Ebert-Str., Friedrich-Engels-Str., Friedrich-List-Str., Friedrich-Naumann-Str., Friedrich-Sertürner-Str., Friedrichstr., Friedrich-Weskott-Str., Friesenweg, Frischenberg, Fritz-Erler-Str., Fritz-Henseler-Str., Fröbelstr., Fürstenbergplatz, Fürstenbergstr., Gabriele-Münter-Str., Gartenstr., Gebhardstr., Geibelstr., Gellertstr., Georg-von-Vollmar-Str., Gerhard-Domagk-Str., Gerhart-Hauptmann-Str., Gerichtsstr., Geschwister-Scholl-Str., Gezelinallee, Gierener Weg, Ginsterweg, Gisbert-Cremer-Str., Glücksburger Str., Gluckstr., Gneisenaustr., Goetheplatz, Goethestr., Golo-Mann-Str., Görlitzer Str., Görresstr., Graebestr., Graf-Galen-Platz, Gregor-Mendel-Str., Greifswalder Str., Grillenweg, Gronenborner Weg, Große Kirchstr., Grunder Wiesen, Grundermühle, Grundermühlenhof, Grundermühlenweg, Grüner Weg, Grunewaldstr., Grünstr., Günther-Weisenborn-Str., Gustav-Freytag-Str., Gustav-Heinemann-Str., Gustav-Radbruch-Str., Gut Reuschenberg, Gutenbergstr., Haberstr., Habichtgasse, Hafenstr., Hagenauer Str., Hahnenblecher, Halenseestr., Halfenleimbach, Hallesche Str., Halligstr., Hamberger Str., Hammerweg, Händelstr., Hannah-Höch-Str., Hans-Arp-Str., Hans-Gerhard-Str., Hans-Sachs-Str., Hans-Schlehahn-Str., Hans-von-Dohnanyi-Str., Hardenbergstr., Haselweg, Hauptstr., Haus-Vorster-Str., Hauweg, Havelstr., Havensteinstr., Haydnstr., Hebbelstr., Heckenweg, Heerweg, Hegelstr., Heidberg, Heidehöhe, Heidestr., Heimstättenweg, Heinrich-Böll-Str., Heinrich-Brüning-Str., Heinrich-Claes-Str., Heinrich-Heine-Str., Heinrich-Hörlein-Str., Heinrich-Lübke-Str., Heinrich-Lützenkirchen-Weg, Heinrichstr., Heinrich-Strerath-Str., Heinrich-von-Kleist-Str., Heinrich-von-Stephan-Str., Heisterbachstr., Helenenstr., Helmestr., Hemmelrather Weg, Henry-T.-v.-Böttinger-Str., Herderstr., Heribertstr., Hermann-Ehlers-Str., Hermann-Hesse-Str., Hermann-König-Str., Hermann-Löns-Str., Hermann-Milde-Str., Hermann-Nörrenberg-Str., Hermann-von-Helmholtz-Str., Hermann-Waibel-Str., Herzogstr., Heymannstr., Hindenburgstr., Hirzenberg, Hitdorfer Kirchweg, Hitdorfer Str., Höfer Mühle, Höfer Weg, Hohe Str., Höhenstr., Höltgestal, Holunderweg, Holzer Weg, Holzer Wiesen, Hornpottweg, Hubertusweg, Hufelandstr., Hufer Weg, Humboldtstr., Hummelsheim, Hummelweg, Humperdinckstr., Hüscheider Gärten, Hüscheider Str., Hütte, Ilmstr., Im Bergischen Heim, Im Bruch, Im Buchenhain, Im Bühl, Im Burgfeld, Im Dorf, Im Eisholz, Im Friedenstal, Im Frohental, Im Grunde, Im Hederichsfeld, Im Jücherfeld, Im Kalkfeld, Im Kirberg, Im Kirchfeld, Im Kreuzbruch, Im Mühlenfeld, Im Nesselrader Kamp, Im Oberdorf, Im Oberfeld, Im Rosengarten, Im Rottland, Im Scheffengarten, Im Staderfeld, Im Steinfeld, Im Weidenblech, Im Winkel, Im Ziegelfeld, Imbach, Imbacher Weg, Immenweg, In den Blechenhöfen, In den Dehlen, In der Birkenau, In der Dasladen, In der Felderhütten, In der Hartmannswiese, In der Höhle, In der Schaafsdellen, In der Wasserkuhl, In der Wüste, In Holzhausen, Insterstr., Jacob-Fröhlen-Str., Jägerstr., Jahnstr., Jakob-Eulenberg-Weg, Jakobistr., Jakob-Kaiser-Str., Jenaer Str., Johannes-Baptist-Str., Johannes-Dott-Str., Johannes-Popitz-Str., Johannes-Wislicenus-Str., Johannisburger Str., Johann-Janssen-Str., Johann-Wirtz-Weg, Josefstr., Jüch, Julius-Doms-Str., Julius-Leber-Str., Kaiserplatz, Kaiserstr., Kaiser-Wilhelm-Allee, Kalkstr., Kämpchenstr., Kämpenwiese, Kämper Weg, Kamptalweg, Kanalstr., Kandinskystr., Kantstr., Kapellenstr., Karl-Arnold-Str., Karl-Bosch-Str., Karl-Bückart-Str., Karl-Carstens-Ring, Karl-Friedrich-Goerdeler-Str., Karl-Jaspers-Str., Karl-König-Str., Karl-Krekeler-Str., Karl-Marx-Str., Karlstr., Karl-Ulitzka-Str., Karl-Wichmann-Str., Karl-Wingchen-Str., Käsenbrod, Käthe-Kollwitz-Str., Katzbachstr., Kerschensteinerstr., Kiefernweg, Kieler Str., Kieselstr., Kiesweg, Kinderhausen, Kleiberweg, Kleine Kirchstr., Kleingansweg, Kleinheider Weg, Klief, Kneippstr., Knochenbergsweg, Kochergarten, Kocherstr., Kockelsberg, Kolberger Str., Kolmarer Str., Kölner Gasse, Kölner Str., Kolpingstr., Königsberger Platz, Konrad-Adenauer-Platz, Köpenicker Str., Kopernikusstr., Körnerstr., Köschenberg, Köttershof, Kreuzbroicher Str., Kreuzkamp, Krummer Weg, Kruppstr., Kuhlmannweg, Kump, Kumper Weg, Kunstfeldstr., Küppersteger Str., Kursiefen, Kursiefer Weg, Kurtekottenweg, Kurt-Schumacher-Ring, Kyllstr., Langenfelder Str., Längsleimbach, Lärchenweg, Legienstr., Lehner Mühle, Leichlinger Str., Leimbacher Hof, Leinestr., Leineweberstr., Leipziger Str., Lerchengasse, Lessingstr., Libellenweg, Lichstr., Liebigstr., Lindenstr., Lingenfeld, Linienstr., Lippe, Löchergraben, Löfflerstr., Loheweg, Lohrbergstr., Lohrstr., Löhstr., Lortzingstr., Lötzener Str., Löwenburgstr., Lucasstr., Ludwig-Erhard-Platz, Ludwig-Girtler-Str., Ludwig-Knorr-Str., Luisenstr., Lupinenweg, Lurchenweg, Lützenkirchener Str., Lycker Str., Maashofstr., Manforter Str., Marc-Chagall-Str., Maria-Dresen-Str., Maria-Terwiel-Str., Marie-Curie-Str., Marienburger Str., Mariendorfer Str., Marienwerderstr., Marie-Schlei-Str., Marktplatz, Markusweg, Martin-Buber-Str., Martin-Heidegger-Str., Martin-Luther-Str., Masurenstr., Mathildenweg, Maurinusstr., Mauspfad, Max-Beckmann-Str., Max-Delbrück-Str., Max-Ernst-Str., Max-Holthausen-Platz, Max-Horkheimer-Str., Max-Liebermann-Str., Max-Pechstein-Str., Max-Planck-Str., Max-Scheler-Str., Max-Schönenberg-Str., Maybachstr., Meckhofer Feld, Meisenweg, Memelstr., Menchendahler Str., Mendelssohnstr., Merziger Str., Mettlacher Str., Metzer Str., Michaelsweg, Miselohestr., Mittelstr., Mohlenstr., Moltkestr., Monheimer Str., Montanusstr., Montessoriweg, Moosweg, Morsbroicher Str., Moselstr., Moskauer Str., Mozartstr., Mühlenweg, Muhrgasse, Muldestr., Mülhausener Str., Mülheimer Str., Münsters Gäßchen, Münzstr., Müritzstr., Myliusstr., Nachtigallenweg, Nauener Str., Neißestr., Nelly-Sachs-Str., Netzestr., Neuendriesch, Neuenhausgasse, Neuenkamp, Neujudenhof, Neukronenberger Str., Neustadtstr., Nicolai-Hartmann-Str., Niederblecher, Niederfeldstr., Nietzschestr., Nikolaus-Groß-Str., Nobelstr., Norderneystr., Nordstr., Ober dem Hof, Obere Lindenstr., Obere Str., Oberölbach, Odenthaler Str., Oderstr., Okerstr., Olof-Palme-Str., Ophovener Str., Opladener Platz, Opladener Str., Ortelsburger Str., Oskar-Moll-Str., Oskar-Schlemmer-Str., Oststr., Oswald-Spengler-Str., Otto-Dix-Str., Otto-Grimm-Str., Otto-Hahn-Str., Otto-Müller-Str., Otto-Stange-Str., Ottostr., Otto-Varnhagen-Str., Otto-Wels-Str., Ottweilerstr., Oulustr., Overfeldweg, Pappelweg, Paracelsusstr., Parkstr., Pastor-Louis-Str., Pastor-Scheibler-Str., Pastorskamp, Paul-Klee-Str., Paul-Löbe-Str., Paulstr., Peenestr., Pescher Busch, Peschstr., Pestalozzistr., Peter-Grieß-Str., Peter-Joseph-Lenné-Str., Peter-Neuenheuser-Str., Petersbergstr., Peterstr., Pfarrer-Jekel-Str., Pfarrer-Klein-Str., Pfarrer-Röhr-Str., Pfeilshofstr., Philipp-Ott-Str., Piet-Mondrian-Str., Platanenweg, Pommernstr., Porschestr., Poststr., Potsdamer Str., Pregelstr., Prießnitzstr., Pützdelle, Quarzstr., Quettinger Str., Rat-Deycks-Str., Rathenaustr., Ratherkämp, Ratiborer Str., Raushofstr., Regensburger Str., Reinickendorfer Str., Renkgasse, Rennbaumplatz, Rennbaumstr., Reuschenberger Str., Reusrather Str., Reuterstr., Rheinallee, Rheindorfer Str., Rheinstr., Rhein-Wupper-Platz, Richard-Wagner-Str., Rilkestr., Ringstr., Robert-Blum-Str., Robert-Koch-Str., Robert-Medenwald-Str., Rolandstr., Romberg, Röntgenstr., Roonstr., Ropenstall, Ropenstaller Weg, Rosenthal, Rostocker Str., Rotdornweg, Röttgerweg, Rückertstr., Rudolf-Breitscheid-Str., Rudolf-Mann-Platz, Rudolf-Stracke-Str., Ruhlachplatz, Ruhlachstr., Rüttersweg, Saalestr., Saarbrücker Str., Saarlauterner Str., Saarstr., Salamanderweg, Samlandstr., Sanddornstr., Sandstr., Sauerbruchstr., Schäfershütte, Scharnhorststr., Scheffershof, Scheidemannstr., Schellingstr., Schenkendorfstr., Schießbergstr., Schillerstr., Schlangenhecke, Schlebuscher Heide, Schlebuscher Str., Schlebuschrath, Schlehdornstr., Schleiermacherstr., Schloßstr., Schmalenbruch, Schnepfenflucht, Schöffenweg, Schöllerstr., Schöne Aussicht, Schöneberger Str., Schopenhauerstr., Schubertplatz, Schubertstr., Schulberg, Schulstr., Schumannstr., Schwalbenweg, Schwarzastr., Sebastianusweg, Semmelweisstr., Siebelplatz, Siemensstr., Solinger Str., Sonderburger Str., Spandauer Str., Speestr., Sperberweg, Sperlingsweg, Spitzwegstr., Sporrenberger Mühle, Spreestr., St. Ingberter Str., Starenweg, Stauffenbergstr., Stefan-Zweig-Str., Stegerwaldstr., Steglitzer Str., Steinbücheler Feld, Steinbücheler Str., Steinstr., Steinweg, Stephan-Lochner-Str., Stephanusstr., Stettiner Str., Stixchesstr., Stöckenstr., Stralsunder Str., Straßburger Str., Stresemannplatz, Strombergstr., Stromstr., Stüttekofener Str., Sudestr., Sürderstr., Syltstr., Talstr., Tannenbergstr., Tannenweg, Taubenweg, Teitscheider Weg, Telegrafenstr., Teltower Str., Tempelhofer Str., Theodor-Adorno-Str., Theodor-Fliedner-Str., Theodor-Gierath-Str., Theodor-Haubach-Str., Theodor-Heuss-Ring, Theodor-Storm-Str., Theodorstr., Thomas-Dehler-Str., Thomas-Morus-Str., Thomas-von-Aquin-Str., Tönges Feld, Torstr., Treptower Str., Treuburger Str., Uhlandstr., Ulmenweg, Ulmer Str., Ulrichstr., Ulrich-von-Hassell-Str., Umlag, Unstrutstr., Unter dem Schildchen, Unterölbach, Unterstr., Uppersberg, Van't-Hoff-Str., Veit-Stoß-Str., Vereinsstr., Viktor-Meyer-Str., Vincent-van-Gogh-Str., Virchowstr., Voigtslach, Volhardstr., Völklinger Str., Von-Brentano-Str., Von-Diergardt-Str., Von-Eichendorff-Str., Von-Ketteler-Str., Von-Knoeringen-Str., Von-Pettenkofer-Str., Von-Siebold-Str., Wacholderweg, Waldstr., Walter-Flex-Str., Walter-Hempel-Str., Walter-Hochapfel-Str., Walter-Nernst-Str., Wannseestr., Warnowstr., Warthestr., Weddigenstr., Weichselstr., Weidenstr., Weidfeldstr., Weiherfeld, Weiherstr., Weinhäuser Str., Weißdornweg, Weißenseestr., Weizkamp, Werftstr., Werkstättenstr., Werner-Heisenberg-Str., Werrastr., Weyerweg, Widdauener Str., Wiebertshof, Wiehbachtal, Wiembachallee, Wiesdorfer Platz, Wiesenstr., Wilhelm-Busch-Str., Wilhelm-Hastrich-Str., Wilhelm-Leuschner-Str., Wilhelm-Liebknecht-Str., Wilhelmsgasse, Wilhelmstr., Willi-Baumeister-Str., Willy-Brandt-Ring, Winand-Rossi-Str., Windthorststr., Winkelweg, Winterberg, Wittenbergstr., Wolf-Vostell-Str., Wolkenburgstr., Wupperstr., Wuppertalstr., Wüstenhof, Yitzhak-Rabin-Str., Zauberkuhle, Zedernweg, Zehlendorfer Str., Zehntenweg, Zeisigweg, Zeppelinstr., Zschopaustr., Zum Claashäuschen, Zündhütchenweg, Zur Alten Brauerei, Zur alten Fabrik]
|
9
8
|
building_number: ['###', '##', '#', '##a', '##b', '##c']
|
@@ -23,6 +22,7 @@ de:
|
|
23
22
|
street_address:
|
24
23
|
- "#{street_name} #{building_number}"
|
25
24
|
default_country: [Deutschland]
|
25
|
+
default_country_code: ["DE"]
|
26
26
|
|
27
27
|
company:
|
28
28
|
suffix: [GmbH, AG, Gruppe, KG, GmbH & Co. KG, UG, OHG]
|
@@ -0,0 +1,381 @@
|
|
1
|
+
en:
|
2
|
+
faker:
|
3
|
+
airport:
|
4
|
+
united_states:
|
5
|
+
large:
|
6
|
+
- Hartsfield Jackson Atlanta International Airport
|
7
|
+
- Baltimore/Washington International Airport
|
8
|
+
- Logan International Airport
|
9
|
+
- Charlotte Douglas International Airport
|
10
|
+
- Midway International Airport
|
11
|
+
- O'Hare International Airport
|
12
|
+
- Dallas/Fort Worth International Airport
|
13
|
+
- Denver International Airport
|
14
|
+
- Detroit Metropolitan Airport
|
15
|
+
- Fort Lauderdale Hollywood International Airport
|
16
|
+
- Daniel K. Inouye International Airport
|
17
|
+
- George Bush Intercontinental Airport
|
18
|
+
- Harry Reid International Airport
|
19
|
+
- Los Angeles International Airport
|
20
|
+
- Miami International Airport
|
21
|
+
- Minneapolis Saint Paul International Airport
|
22
|
+
- John F. Kennedy International Airport
|
23
|
+
- LaGuardia Airport
|
24
|
+
- Newark Liberty International Airport
|
25
|
+
- Orlando International Airport
|
26
|
+
- Philadelphia International Airport
|
27
|
+
- Phoenix Sky Harbor International Airport
|
28
|
+
- Portland International Airport
|
29
|
+
- Salt Lake City International Airport
|
30
|
+
- San Diego International Airport
|
31
|
+
- San Francisco International Airport
|
32
|
+
- Seattle Tacoma International Airport
|
33
|
+
- Tampa International Airport
|
34
|
+
- Ronald Reagan Washington National Airport**
|
35
|
+
- Dulles International Airport
|
36
|
+
medium:
|
37
|
+
- Albuquerque International Sunport
|
38
|
+
- Ted Stevens Anchorage International Airport
|
39
|
+
- Austin Bergstrom International Airport
|
40
|
+
- Boise Airport
|
41
|
+
- Buffalo Niagara International Airport
|
42
|
+
- Charleston International Airport
|
43
|
+
- Cincinnati/Northern Kentucky International Airport
|
44
|
+
- Cleveland Hopkins International Airport
|
45
|
+
- John Glenn Columbus International Airport
|
46
|
+
- El Paso International Airport
|
47
|
+
- Southwest Florida International Airport
|
48
|
+
- Gerald R. Ford International Airport
|
49
|
+
- Bradley International Airport
|
50
|
+
- William P. Hobby Airport
|
51
|
+
- Indianapolis International Airport
|
52
|
+
- Jacksonville International Airport
|
53
|
+
- Kansas City International Airport
|
54
|
+
- Louisville Muhammad Ali International Airport
|
55
|
+
- Memphis International Airport
|
56
|
+
- General Mitchell International Airport
|
57
|
+
- Nashville International Airport
|
58
|
+
- Louis Armstrong New Orleans International Airport
|
59
|
+
- Norfolk International Airport
|
60
|
+
- Oakland International Airport
|
61
|
+
- Will Rogers World Airport
|
62
|
+
- Eppley Airfield
|
63
|
+
- Ontario International Airport
|
64
|
+
- John Wayne Airport
|
65
|
+
- Northwest Florida Beaches International Airport
|
66
|
+
- Pittsburgh International Airport
|
67
|
+
- Rhode Island T. F. Green International Airport
|
68
|
+
- Raleigh Durham International Airport
|
69
|
+
- Reno Tahoe International Airport
|
70
|
+
- Richmond International Airport
|
71
|
+
- Sacramento International Airport
|
72
|
+
- San Antonio International Airport
|
73
|
+
- San Jose International Airport
|
74
|
+
- Spokane International Airport
|
75
|
+
- St. Louis Lambert International Airport
|
76
|
+
- Palm Beach International Airport
|
77
|
+
small:
|
78
|
+
- Albany International Airport
|
79
|
+
- Appleton International Airport
|
80
|
+
- Atlantic City International Airport
|
81
|
+
- Bellingham International Airport
|
82
|
+
- Birmingham Shuttlesworth International Airport
|
83
|
+
- Dayton International Airport
|
84
|
+
- Des Moines International Airport
|
85
|
+
- Fairbanks International Airport
|
86
|
+
- Fresno Yosemite International Airport
|
87
|
+
- Green Bay Austin Straubel International Airport
|
88
|
+
- Piedmont Triad International Airport
|
89
|
+
- Harrisburg International Airport
|
90
|
+
- Hilo International Airport
|
91
|
+
- Huntsville International Airport
|
92
|
+
- Jackson Medgar Wiley Evers International Airport
|
93
|
+
- Key West International Airport
|
94
|
+
- Kona International Airport
|
95
|
+
- McGhee Tyson Airport
|
96
|
+
- Clinton National Airport
|
97
|
+
- Midland International Air and Space Port
|
98
|
+
- Myrtle Beach International Airport
|
99
|
+
- Stewart International Airport
|
100
|
+
- Orlando Sanford International Airport
|
101
|
+
- Palm Springs International Airport
|
102
|
+
- Pensacola International Airport
|
103
|
+
- Phoenix Mesa Gateway Airport
|
104
|
+
- Portland International Jetport
|
105
|
+
- Batten International Airport
|
106
|
+
- Greater Rochester International Airport
|
107
|
+
- Sarasota Bradenton International Airport
|
108
|
+
- Savannah/Hilton Head International Airport
|
109
|
+
- St. Pete Clearwater International Airport
|
110
|
+
- Syracuse Hancock International Airport
|
111
|
+
- Tallahassee International Airport
|
112
|
+
- Tucson International Airport
|
113
|
+
- Tulsa International Airport
|
114
|
+
- Wilkes-Barre/Scranton International Airport
|
115
|
+
- Wilmington International Airport
|
116
|
+
iata_code:
|
117
|
+
large:
|
118
|
+
- ATL
|
119
|
+
- BWI
|
120
|
+
- BOS
|
121
|
+
- CLT
|
122
|
+
- MDW
|
123
|
+
- ORD
|
124
|
+
- DFW
|
125
|
+
- DEN
|
126
|
+
- DTW
|
127
|
+
- FLL
|
128
|
+
- HNL
|
129
|
+
- IAH
|
130
|
+
- LAS
|
131
|
+
- LAX
|
132
|
+
- MIA
|
133
|
+
- MSP
|
134
|
+
- JFK
|
135
|
+
- LGA
|
136
|
+
- EWR
|
137
|
+
- MCO
|
138
|
+
- PHL
|
139
|
+
- PHX
|
140
|
+
- PDX
|
141
|
+
- SLC
|
142
|
+
- SAN
|
143
|
+
- SFO
|
144
|
+
- SEA
|
145
|
+
- TPA
|
146
|
+
- DCA
|
147
|
+
- IAD
|
148
|
+
medium:
|
149
|
+
- ABQ
|
150
|
+
- ANC
|
151
|
+
- AUS
|
152
|
+
- BOI
|
153
|
+
- BUF
|
154
|
+
- CHS
|
155
|
+
- CVG
|
156
|
+
- CLE
|
157
|
+
- CMH
|
158
|
+
- ELP
|
159
|
+
- RSW
|
160
|
+
- GRR
|
161
|
+
- BDL
|
162
|
+
- HOU
|
163
|
+
- IND
|
164
|
+
- JAX
|
165
|
+
- MCI
|
166
|
+
- SDF
|
167
|
+
- MEM
|
168
|
+
- MKE
|
169
|
+
- BNA
|
170
|
+
- MSY
|
171
|
+
- ORF
|
172
|
+
- OAK
|
173
|
+
- OKC
|
174
|
+
- OMA
|
175
|
+
- ONT
|
176
|
+
- SNA
|
177
|
+
- ECP
|
178
|
+
- PIT
|
179
|
+
- PVD
|
180
|
+
- RDU
|
181
|
+
- RNO
|
182
|
+
- RIC
|
183
|
+
- SMF
|
184
|
+
- SAT
|
185
|
+
- SJC
|
186
|
+
- GEG
|
187
|
+
- STL
|
188
|
+
- PBI
|
189
|
+
small:
|
190
|
+
- ALB
|
191
|
+
- ATW
|
192
|
+
- ACY
|
193
|
+
- BLI
|
194
|
+
- BHM
|
195
|
+
- DAY
|
196
|
+
- DSM
|
197
|
+
- FAI
|
198
|
+
- FAT
|
199
|
+
- GRB
|
200
|
+
- GSO
|
201
|
+
- MDT
|
202
|
+
- ITO
|
203
|
+
- HSV
|
204
|
+
- JAN
|
205
|
+
- EYW
|
206
|
+
- KOA
|
207
|
+
- TYS
|
208
|
+
- LIT
|
209
|
+
- MAF
|
210
|
+
- MYR
|
211
|
+
- SWF
|
212
|
+
- SFB
|
213
|
+
- PSP
|
214
|
+
- PNS
|
215
|
+
- AZA
|
216
|
+
- PWM
|
217
|
+
- RAC
|
218
|
+
- ROC
|
219
|
+
- SRQ
|
220
|
+
- SAV
|
221
|
+
- PIE
|
222
|
+
- SYR
|
223
|
+
- TLH
|
224
|
+
- TUS
|
225
|
+
- TUL
|
226
|
+
- AVP
|
227
|
+
- ILM
|
228
|
+
european_union:
|
229
|
+
large:
|
230
|
+
- Gatwick Airport
|
231
|
+
- Heathrow Airport
|
232
|
+
- Luton Airport
|
233
|
+
- London Southend Airport
|
234
|
+
- London Stansted Airport
|
235
|
+
- Manchester Airport
|
236
|
+
- Charles de Gaulle Airport
|
237
|
+
- Orly Airport
|
238
|
+
- Amsterdam Airport Schiphol
|
239
|
+
- Karlsruhe/Baden-Baden Airport
|
240
|
+
- Berlin Brandenburg Airport
|
241
|
+
- Düsseldorf Airport
|
242
|
+
- Frankfurt Airport
|
243
|
+
- Munich Airport
|
244
|
+
- Josep Tarradellas Barcelona El Prat Airport
|
245
|
+
- Madrid-Barajas Airport
|
246
|
+
- Palma de Mallorca Airport
|
247
|
+
- Milan Malpensa Airport
|
248
|
+
- Leonardo da Vinci Fiumicino Airport
|
249
|
+
- Athens International Airport
|
250
|
+
- Oslo Airport, Gardermoen
|
251
|
+
- Stockholm Arlanda Airport
|
252
|
+
medium:
|
253
|
+
- Birmingham Airport
|
254
|
+
- Bristol Airport
|
255
|
+
- Liverpool John Lennon Airport
|
256
|
+
- London City Airport
|
257
|
+
- Luton Airport
|
258
|
+
- Newcastle Airport
|
259
|
+
- East Midlands Airport
|
260
|
+
- Aberdeen Airport
|
261
|
+
- Edinburgh Airport
|
262
|
+
- Glasgow International Airport
|
263
|
+
- Belfast International Airport
|
264
|
+
- Beauvais Tillé Airport
|
265
|
+
- Bordeaux Mérignac Airport
|
266
|
+
- Lyon Saint Exupéry Airport
|
267
|
+
- Marseille Provence Airport
|
268
|
+
- EuroAirport Basel Mulhouse Freiburg
|
269
|
+
- Nantes Atlantique Airport
|
270
|
+
- Nice Côte d'Azur Airport
|
271
|
+
- Toulouse Blagnac Airport
|
272
|
+
- Vienna International Airport
|
273
|
+
- Findel Airport
|
274
|
+
- Dublin Airport
|
275
|
+
- Václav Havel Airport Prague
|
276
|
+
- Karlsruhe/Baden-Baden Airport
|
277
|
+
- Cologne/Bonn Airport
|
278
|
+
- EuroAirport Basel Mulhouse Freiburg
|
279
|
+
- Hamburg Airport
|
280
|
+
- Hannover Airport
|
281
|
+
- Stuttgart Airport
|
282
|
+
- Budapest Ferenc Liszt International Airport
|
283
|
+
- Bratislava Airport
|
284
|
+
- Zurich Airport
|
285
|
+
- Kraków John Paul II International Airport
|
286
|
+
- Alicante Elche Miguel Hernández Airport
|
287
|
+
- Bilbao Airport
|
288
|
+
- Fuerteventura Airport
|
289
|
+
- Gran Canaria Airport
|
290
|
+
- Ibiza Airport
|
291
|
+
- Lanzarote Airport
|
292
|
+
- Málaga Airport
|
293
|
+
- Seville Airport
|
294
|
+
- Tenerife North Ciudad de La Laguna Airport
|
295
|
+
- Tenerife South Airport
|
296
|
+
- Valencia Airport
|
297
|
+
- Lisbon Airport
|
298
|
+
- Palese Airport
|
299
|
+
- Orio al Serio Airport
|
300
|
+
- Bologna Airport
|
301
|
+
- Cagliari Airport
|
302
|
+
- Fontanarossa Airport
|
303
|
+
- Linate Airport
|
304
|
+
- Naples International Airport
|
305
|
+
iata_code:
|
306
|
+
large:
|
307
|
+
- LGW
|
308
|
+
- LHR
|
309
|
+
- LTN
|
310
|
+
- SEN
|
311
|
+
- STN
|
312
|
+
- MAN
|
313
|
+
- CDG
|
314
|
+
- ORY
|
315
|
+
- AMS
|
316
|
+
- FKB
|
317
|
+
- BER
|
318
|
+
- DUS
|
319
|
+
- FRA
|
320
|
+
- MUC
|
321
|
+
- BCN
|
322
|
+
- MAD
|
323
|
+
- PMI
|
324
|
+
- MXP
|
325
|
+
- FCO
|
326
|
+
- ATH
|
327
|
+
- OSL
|
328
|
+
- ARN
|
329
|
+
medium:
|
330
|
+
- BHX
|
331
|
+
- BRS
|
332
|
+
- LPL
|
333
|
+
- LCY
|
334
|
+
- LTN
|
335
|
+
- NCL
|
336
|
+
- EMA
|
337
|
+
- ABZ
|
338
|
+
- EDI
|
339
|
+
- GLA
|
340
|
+
- BFS
|
341
|
+
- BVA
|
342
|
+
- BOD
|
343
|
+
- LYS
|
344
|
+
- MRS
|
345
|
+
- BSL
|
346
|
+
- NTE
|
347
|
+
- NCE
|
348
|
+
- TLS
|
349
|
+
- VIE
|
350
|
+
- LUX
|
351
|
+
- DUB
|
352
|
+
- PRG
|
353
|
+
- FKB
|
354
|
+
- CGN
|
355
|
+
- MLH/BSL/EAP
|
356
|
+
- HAM
|
357
|
+
- HAJ
|
358
|
+
- STR
|
359
|
+
- BUD
|
360
|
+
- BTS
|
361
|
+
- ZRH
|
362
|
+
- KRK
|
363
|
+
- ALC
|
364
|
+
- BIO
|
365
|
+
- FUE
|
366
|
+
- LPA
|
367
|
+
- IBZ
|
368
|
+
- ACE
|
369
|
+
- AGP
|
370
|
+
- SVQ
|
371
|
+
- TFN
|
372
|
+
- TFS
|
373
|
+
- VLC
|
374
|
+
- LIS
|
375
|
+
- BRI
|
376
|
+
- BGY
|
377
|
+
- BLQ
|
378
|
+
- CAG
|
379
|
+
- CTA
|
380
|
+
- LIN
|
381
|
+
- NAP
|
@@ -0,0 +1,75 @@
|
|
1
|
+
en:
|
2
|
+
faker:
|
3
|
+
archer:
|
4
|
+
characters:
|
5
|
+
- Sterling Archer
|
6
|
+
- Lana Kane
|
7
|
+
- Malory Archer
|
8
|
+
- Cyril Figgis
|
9
|
+
- Cheryl Tunt
|
10
|
+
- Pam Poovey
|
11
|
+
- Dr. Krieger
|
12
|
+
- Ray Gillette
|
13
|
+
- Barry Dylan
|
14
|
+
- Ron Cadillac
|
15
|
+
- Woodhouse
|
16
|
+
- Slater
|
17
|
+
- Katya Kazanova
|
18
|
+
- Brett Bunsen
|
19
|
+
- Conway Stern
|
20
|
+
- Len Trexler
|
21
|
+
- George Spelvin
|
22
|
+
- Trinette McGoon
|
23
|
+
- Rodney
|
24
|
+
- Cecil Tunt
|
25
|
+
- Charles and Rudy
|
26
|
+
- Gustavo Calderon
|
27
|
+
- Captain Lammers
|
28
|
+
- Edie Poovey
|
29
|
+
- Veronica Deane
|
30
|
+
- Figgis Agency staff
|
31
|
+
- Slater's agents
|
32
|
+
- Popeye
|
33
|
+
- Barry-6
|
34
|
+
- Conway Stern
|
35
|
+
- Bilbo
|
36
|
+
- Dutch
|
37
|
+
locations:
|
38
|
+
- ISIS Headquarters
|
39
|
+
- The Tuntmore Towers
|
40
|
+
- The Archer Apartment
|
41
|
+
- The Malory Apartment
|
42
|
+
- The Krieger Lab
|
43
|
+
- San Marcos Palace
|
44
|
+
- The KGB Headquarters
|
45
|
+
- The Vatican
|
46
|
+
- Area 51
|
47
|
+
- Dreamland
|
48
|
+
- Danger Island
|
49
|
+
- The Figgis Agency office
|
50
|
+
- New York City
|
51
|
+
- Miami
|
52
|
+
- Monte Carlo
|
53
|
+
- Hollywood
|
54
|
+
- Texas
|
55
|
+
quotes:
|
56
|
+
- Lana. Lana. Lana!... Danger zone.
|
57
|
+
- I'm sorry, I can't hear you over the sound of my giant throbbing erection!
|
58
|
+
- This is why we can't have nice things, people!
|
59
|
+
- If I cared about what you do on the weekend, I'd stick a shotgun in my mouth and pull the trigger with my toes.
|
60
|
+
- It's like my brain's a tree and you're those little cookie elves.
|
61
|
+
- I'm not saying I invented the turtleneck, but I was the first person to realize its potential as a tactical garment.
|
62
|
+
- You're about as useful as a cock-flavored lollipop.
|
63
|
+
- You want to take away my freedom? You're gonna have to pry it from my cold, dead hands.
|
64
|
+
- Just the Tip.
|
65
|
+
- It's called 'the velveteen touch of a dandy fop.' Look it up.
|
66
|
+
- Phrasing!
|
67
|
+
- Danger zone!
|
68
|
+
- M as in Mancy
|
69
|
+
- Do you want ants? Because that's how you get ants.
|
70
|
+
- I swear to god I had something for this.
|
71
|
+
- I am the one who makes the decisions, and I decide what we do, and we are not murdering people!
|
72
|
+
- You're not my supervisor!
|
73
|
+
- That's how you get ants. But seriously, don't eat that.
|
74
|
+
- Phrasing. Boom!
|
75
|
+
- Read a book, it'll make you feel better.
|
@@ -5,7 +5,6 @@ en:
|
|
5
5
|
- Brisbane
|
6
6
|
- Sydney
|
7
7
|
- Melbourne
|
8
|
-
- Brisbane
|
9
8
|
- Perth
|
10
9
|
- Adelaide
|
11
10
|
- Gold Coast
|
@@ -85,7 +84,7 @@ en:
|
|
85
84
|
- Cane Toad
|
86
85
|
- Redback Spider
|
87
86
|
- Funnel Web Spider
|
88
|
-
- Blue Ringed
|
87
|
+
- Blue Ringed Octopus
|
89
88
|
- Fresh Water Crocodile
|
90
89
|
- Skink
|
91
90
|
- Thorny Devil
|
@@ -98,11 +97,11 @@ en:
|
|
98
97
|
- Saltwater Crocodile
|
99
98
|
- Eastern Brown Snake
|
100
99
|
states:
|
101
|
-
- New South
|
100
|
+
- New South Wales
|
102
101
|
- Queensland
|
103
102
|
- Western Australia
|
104
103
|
- Northern Territory
|
105
104
|
- South Australia
|
106
105
|
- Australian Capital Territory
|
107
|
-
-
|
106
|
+
- Victoria
|
108
107
|
- Tasmania
|
@@ -0,0 +1,31 @@
|
|
1
|
+
en:
|
2
|
+
faker:
|
3
|
+
avatar:
|
4
|
+
characters: ['Neytiri', 'Jake Sully, Tommy', 'Doctora Grace Augustine', 'Ronal', 'Trudy Chacon', 'Miles Quaritch', 'Dr. Karina Mogue', 'Parker Selfridge', 'Mo at', 'Eytukan', 'Dragon Gunship Pilot', 'Neteyam', 'Varang', 'Otamu', 'Bilano', 'Deyshana', 'Entok', 'Eywaftia', 'Frapohu', 'Ronal', 'Saeyla', 'Sevineyo', 'Ian Garvin', 'Hukato']
|
5
|
+
dates: ['December 18, 2009', 'December 15, 2022', 'December 20, 2024']
|
6
|
+
quotes: [
|
7
|
+
"I'm a warrior of the Jarhead clan.",
|
8
|
+
"I was a warrior who dreamed he could bring peace. Sooner or later though, you always have to wake up.",
|
9
|
+
"You want a fair deal, you're on the wrong planet. The strong prey on the weak.",
|
10
|
+
"Sometimes your whole life boils down to one insane move.",
|
11
|
+
"The Sky People have sent us a message: that they can take whatever they want. That no one can stop them. Well, we will send them a message: that they cannot take whatever they want! And that this...this is our land!",
|
12
|
+
"All I ever wanted was a single thing worth fighting for.",
|
13
|
+
"You don't choose your Avatar... your Avatar chooses you.",
|
14
|
+
"The Na'vi say, that every person is born twice. The second time, is when you earn your place among the people...forever.",
|
15
|
+
"Your spirit goes with Eywa. Your body stays behind to become part of The People.",
|
16
|
+
"If it ain't raining, we ain't training.",
|
17
|
+
"I became a Marine for the hardship. To be hammered on the anvil of life. I told myself I could pass any test a man can pass.",
|
18
|
+
"If Grace is there with you - look in her memories - she can show you the world we come from. There's no green there. They killed their mother, and they're gonna do the same here.",
|
19
|
+
"Sooner or later, though, you always have to wake up.",
|
20
|
+
"Everything is backwards now, like out there is the true world, and in here is the dream.",
|
21
|
+
"I'm with you now, Jake. We are mated for life.",
|
22
|
+
"To become 'taronyu' hunter, you must choose your own Ikran and he must choose you.",
|
23
|
+
"Toruk chose him, it has only happened five times since the time of first songs.",
|
24
|
+
"You have a strong heart. No fear. But stupid! Ignorant like a child!",
|
25
|
+
"Our great mother does not take sides, Jake; she protects the balance of life.",
|
26
|
+
"Hey Sully... how does it feel to betray your own race? You think you're one of them? Time to wake up!",
|
27
|
+
"Everyone on this base, every one of you, is fighting for survival, and that's a fact.",
|
28
|
+
"And when we destroy it, we will blast a crater in their racial memory so deep, that they won't come within 1,000 klicks of this place ever again. And that too, is a fact.",
|
29
|
+
"So you just figured you'd come here, to the most hostile environment known to men, with no training of any kind, and see how it went? What was going through your head?",
|
30
|
+
"It is hard to fill a cup that is already full."
|
31
|
+
]
|
@@ -0,0 +1,103 @@
|
|
1
|
+
en:
|
2
|
+
faker:
|
3
|
+
chess:
|
4
|
+
players:
|
5
|
+
- Alexander Alekhine
|
6
|
+
- Alexei Shirov
|
7
|
+
- Alexis Vargas
|
8
|
+
- Anatoly Karpov
|
9
|
+
- Bobby Fischer
|
10
|
+
- Emanuel Lasker
|
11
|
+
- Fabiano Caruana
|
12
|
+
- Garry Kasparov
|
13
|
+
- Hikaru Nakamura
|
14
|
+
- Jose Raul Capablanca
|
15
|
+
- Levon Aronian
|
16
|
+
- Magnus Carlsen
|
17
|
+
- Mikhail Botvinnik
|
18
|
+
- Radjabov Teimour
|
19
|
+
- Sergey Karjakin
|
20
|
+
- Tigran Petrosian
|
21
|
+
- Viswanathan Anand
|
22
|
+
- Vladimir Kramnik
|
23
|
+
- Wesley So
|
24
|
+
- Paul Morphy
|
25
|
+
tournaments:
|
26
|
+
- Wijk aan Zee
|
27
|
+
- Linares
|
28
|
+
- Astrakhan
|
29
|
+
- Dortmund
|
30
|
+
- Shanghai
|
31
|
+
- Bilbao
|
32
|
+
- Nanjing
|
33
|
+
- Moscow
|
34
|
+
- London
|
35
|
+
- Moscow
|
36
|
+
- Tromsø (Chess World Cup)
|
37
|
+
- Paris (Grand Prix 2012–2013)
|
38
|
+
- Bucharest
|
39
|
+
- Nizhny Novgorod (Russian Championship)
|
40
|
+
- Zurich
|
41
|
+
- Khanty-Mansisyk (Candidates Tournament)
|
42
|
+
- Tbilisi (Grand Prix 2014–2015)
|
43
|
+
- Khanty-Mansisyk (Grand Prix 2014–2015)
|
44
|
+
- Baku (Chess World Cup)
|
45
|
+
- London (Grand Chess Tour)
|
46
|
+
- Gibraltar
|
47
|
+
openings:
|
48
|
+
- Alekhine’s Defense
|
49
|
+
- Benko Gambit
|
50
|
+
- Benoni Defense
|
51
|
+
- Bird’s Opening
|
52
|
+
- Bogo-Indian Defense
|
53
|
+
- Budapest Gambit
|
54
|
+
- Catalan Opening
|
55
|
+
- Caro-Kann Defense
|
56
|
+
- Colle System
|
57
|
+
- Dutch Defense
|
58
|
+
- Giuoco Piano
|
59
|
+
- English Opening
|
60
|
+
- Evans Gambit
|
61
|
+
- Four Knights Game
|
62
|
+
- French Defense
|
63
|
+
- Grünfeld Defense
|
64
|
+
- Italian Game
|
65
|
+
- King’s Gambit
|
66
|
+
- King’s Indian Attack
|
67
|
+
- King’s Indian Defense
|
68
|
+
- King’s Pawn Game
|
69
|
+
- London System
|
70
|
+
- Modern Defense
|
71
|
+
- Nimzo-Indian Defense
|
72
|
+
- Nimzowitsch Defense
|
73
|
+
- Petrov’s Defense
|
74
|
+
- Philidor’s Defense
|
75
|
+
- Pirc Defense
|
76
|
+
- Queen’s Pawn Game
|
77
|
+
- Queen’s Gambit Accepted
|
78
|
+
- Queen’s Gambit Declined
|
79
|
+
- Queen’s Indian Defense
|
80
|
+
- Réti Opening
|
81
|
+
- Ruy Lopez
|
82
|
+
- Scandinavian Defense
|
83
|
+
- Scotch Game
|
84
|
+
- Sicilian Defense
|
85
|
+
- Slav Defense
|
86
|
+
- Torre Attack
|
87
|
+
- Two Knights Defense
|
88
|
+
- Vienna Game
|
89
|
+
- Wade Defense
|
90
|
+
titles:
|
91
|
+
- GM
|
92
|
+
- IM
|
93
|
+
- FM
|
94
|
+
- CM
|
95
|
+
- WGM
|
96
|
+
- WIM
|
97
|
+
- WFM
|
98
|
+
- WCM
|
99
|
+
- AGM
|
100
|
+
- AIM
|
101
|
+
- AFM
|
102
|
+
- ACM
|
103
|
+
|