faker 2.11.0 → 3.4.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +1131 -19
- data/README.md +249 -105
- data/lib/faker/blockchain/aeternity.rb +5 -5
- data/lib/faker/blockchain/bitcoin.rb +2 -2
- data/lib/faker/blockchain/ethereum.rb +1 -1
- data/lib/faker/blockchain/tezos.rb +31 -3
- data/lib/faker/books/dune.rb +17 -12
- data/lib/faker/books/lovecraft.rb +16 -44
- data/lib/faker/books/the_kingkiller_chronicle.rb +61 -0
- data/lib/faker/creature/bird.rb +203 -0
- data/lib/faker/default/address.rb +42 -32
- data/lib/faker/default/adjective.rb +35 -0
- 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 +104 -19
- data/lib/faker/default/barcode.rb +165 -0
- data/lib/faker/default/beer.rb +3 -3
- data/lib/faker/default/blood.rb +48 -0
- data/lib/faker/default/boolean.rb +1 -4
- data/lib/faker/default/business.rb +1 -1
- data/lib/faker/default/camera.rb +46 -0
- data/lib/faker/default/cannabis.rb +10 -0
- data/lib/faker/default/chile_rut.rb +62 -18
- data/lib/faker/default/chuck_norris.rb +1 -0
- data/lib/faker/default/code.rb +162 -52
- data/lib/faker/default/color.rb +77 -6
- data/lib/faker/default/commerce.rb +105 -28
- data/lib/faker/default/company.rb +210 -28
- data/lib/faker/default/compass.rb +135 -0
- data/lib/faker/default/computer.rb +63 -0
- data/lib/faker/default/construction.rb +54 -0
- data/lib/faker/default/cosmere.rb +90 -0
- data/lib/faker/default/crypto.rb +26 -4
- data/lib/faker/default/crypto_coin.rb +48 -15
- data/lib/faker/default/date.rb +81 -54
- data/lib/faker/default/demographic.rb +1 -5
- data/lib/faker/default/driving_licence.rb +85 -18
- data/lib/faker/default/drone.rb +332 -0
- data/lib/faker/default/educator.rb +13 -0
- data/lib/faker/default/emotion.rb +33 -0
- data/lib/faker/default/file.rb +53 -21
- data/lib/faker/default/finance.rb +75 -7
- data/lib/faker/default/food.rb +28 -2
- data/lib/faker/default/gender.rb +1 -1
- data/lib/faker/default/hipster.rb +108 -51
- data/lib/faker/default/hobby.rb +22 -0
- data/lib/faker/default/html.rb +230 -0
- data/lib/faker/default/id_number.rb +251 -17
- data/lib/faker/default/internet.rb +361 -113
- data/lib/faker/default/internet_http.rb +48 -0
- data/lib/faker/default/invoice.rb +37 -23
- data/lib/faker/default/json.rb +63 -25
- data/lib/faker/default/lorem.rb +177 -75
- data/lib/faker/default/lorem_flickr.rb +69 -37
- data/lib/faker/default/markdown.rb +97 -11
- data/lib/faker/default/marketing.rb +1 -1
- data/lib/faker/default/measurement.rb +101 -42
- data/lib/faker/default/military.rb +26 -0
- data/lib/faker/default/mountain.rb +33 -0
- data/lib/faker/default/name.rb +99 -5
- data/lib/faker/default/nation.rb +0 -3
- data/lib/faker/default/{nhs.rb → national_health_service.rb} +26 -6
- data/lib/faker/default/number.rb +39 -69
- data/lib/faker/default/omniauth.rb +115 -57
- data/lib/faker/default/phone_number.rb +112 -14
- data/lib/faker/default/placeholdit.rb +23 -12
- data/lib/faker/default/relationship.rb +2 -6
- data/lib/faker/default/religion.rb +6 -0
- data/lib/faker/default/science.rb +108 -0
- data/lib/faker/default/slack_emoji.rb +81 -0
- data/lib/faker/default/source.rb +3 -16
- data/lib/faker/default/south_africa.rb +93 -3
- data/lib/faker/default/space.rb +1 -1
- data/lib/faker/default/string.rb +18 -8
- data/lib/faker/default/stripe.rb +68 -23
- data/lib/faker/default/tea.rb +41 -0
- data/lib/faker/default/theater.rb +52 -0
- data/lib/faker/default/time.rb +4 -34
- data/lib/faker/default/twitter.rb +42 -23
- data/lib/faker/default/types.rb +92 -34
- data/lib/faker/default/university.rb +45 -0
- data/lib/faker/default/vehicle.rb +227 -57
- data/lib/faker/default/verb.rb +45 -0
- data/lib/faker/default/vulnerability_identifier.rb +23 -0
- data/lib/faker/default/world_cup.rb +6 -15
- data/lib/faker/fantasy/tolkien.rb +67 -0
- data/lib/faker/games/clash_of_clans.rb +48 -0
- data/lib/faker/games/control.rb +113 -0
- data/lib/faker/games/dnd.rb +178 -0
- data/lib/faker/games/dota.rb +14 -5
- data/lib/faker/games/elder_scrolls.rb +26 -0
- data/lib/faker/games/final_fantasy_xiv.rb +73 -0
- data/lib/faker/games/heroes.rb +13 -0
- data/lib/faker/games/heroes_of_the_storm.rb +16 -5
- data/lib/faker/games/minecraft.rb +113 -0
- data/lib/faker/games/myst.rb +1 -1
- data/lib/faker/games/street_fighter.rb +61 -0
- data/lib/faker/games/super_mario.rb +48 -0
- data/lib/faker/games/tarkov.rb +205 -0
- data/lib/faker/games/touhou.rb +75 -0
- data/lib/faker/games/warhammer_fantasy.rb +74 -0
- data/lib/faker/games/witcher.rb +39 -0
- data/lib/faker/games/world_of_warcraft.rb +26 -1
- data/lib/faker/japanese_media/conan.rb +48 -0
- data/lib/faker/japanese_media/cowboy_bebop.rb +61 -0
- data/lib/faker/japanese_media/doraemon.rb +48 -0
- data/lib/faker/japanese_media/dragon_ball.rb +26 -0
- data/lib/faker/japanese_media/fullmetal_alchemist_brotherhood.rb +51 -0
- data/lib/faker/japanese_media/kamen_rider.rb +102 -0
- data/lib/faker/japanese_media/naruto.rb +61 -0
- data/lib/faker/japanese_media/one_piece.rb +1 -1
- data/lib/faker/japanese_media/studio_ghibli.rb +48 -0
- data/lib/faker/locations/australia.rb +52 -0
- data/lib/faker/movies/avatar.rb +49 -0
- data/lib/faker/movies/departed.rb +49 -0
- data/lib/faker/movies/hackers.rb +48 -0
- data/lib/faker/movies/hobbit.rb +4 -4
- data/lib/faker/movies/how_to_train_your_dragon.rb +48 -0
- data/lib/faker/movies/lord_of_the_rings.rb +3 -3
- data/lib/faker/movies/movie.rb +13 -0
- data/lib/faker/movies/star_wars.rb +75 -7
- data/lib/faker/movies/the_room.rb +63 -0
- data/lib/faker/movies/tron.rb +161 -0
- data/lib/faker/music/hiphop.rb +48 -0
- data/lib/faker/music/music.rb +12 -0
- data/lib/faker/music/opera.rb +237 -1
- data/lib/faker/music/pearl_jam.rb +50 -0
- data/lib/faker/music/phish.rb +27 -1
- data/lib/faker/music/prince.rb +64 -0
- data/lib/faker/music/rock_band.rb +12 -0
- data/lib/faker/music/rush.rb +37 -0
- data/lib/faker/music/smashing_pumpkins.rb +64 -0
- data/lib/faker/quotes/quote.rb +93 -1
- data/lib/faker/quotes/rajnikanth.rb +1 -0
- data/lib/faker/quotes/shakespeare.rb +70 -0
- data/lib/faker/religion/bible.rb +50 -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/sports/volleyball.rb +74 -0
- data/lib/faker/travel/airport.rb +43 -0
- data/lib/faker/travel/train_station.rb +54 -0
- data/lib/faker/tv_shows/aqua_teen_hunger_force.rb +13 -0
- data/lib/faker/tv_shows/archer.rb +51 -0
- data/lib/faker/tv_shows/big_bang_theory.rb +37 -0
- data/lib/faker/tv_shows/brooklyn_nine_nine.rb +38 -0
- data/lib/faker/tv_shows/buffy.rb +17 -4
- data/lib/faker/tv_shows/dr_who.rb +1 -1
- data/lib/faker/tv_shows/final_space.rb +51 -0
- data/lib/faker/tv_shows/futurama.rb +65 -0
- data/lib/faker/tv_shows/michael_scott.rb +0 -3
- data/lib/faker/tv_shows/simpsons.rb +14 -0
- data/lib/faker/tv_shows/south_park.rb +15 -0
- data/lib/faker/tv_shows/spongebob.rb +50 -0
- data/lib/faker/tv_shows/suits.rb +37 -0
- data/lib/faker/tv_shows/supernatural.rb +48 -0
- data/lib/faker/tv_shows/the_fresh_prince_of_bel_air.rb +17 -4
- data/lib/faker/tv_shows/the_office.rb +37 -0
- data/lib/faker/version.rb +2 -2
- data/lib/faker.rb +51 -87
- data/lib/helpers/base58.rb +1 -1
- data/lib/helpers/char.rb +22 -27
- data/lib/helpers/deprecator.rb +53 -0
- data/lib/helpers/positional_generator.rb +480 -0
- data/lib/helpers/unique_generator.rb +13 -13
- data/lib/locales/README.md +18 -2
- data/lib/locales/ar.yml +6 -1
- data/lib/locales/bg.yml +1 -2
- data/lib/locales/da-DK.yml +529 -35
- data/lib/locales/de-AT.yml +3487 -25
- data/lib/locales/de-CH.yml +6020 -9
- data/lib/locales/de.yml +7185 -97
- data/lib/locales/ee.yml +0 -1
- data/lib/locales/en/address.yml +1828 -562
- data/lib/locales/en/adjective.yml +179 -0
- data/lib/locales/en/airport.yml +381 -0
- data/lib/locales/en/animal.yml +1 -1
- data/lib/locales/en/aqua_teen_hunger_force.yml +33 -1
- data/lib/locales/en/archer.yml +75 -0
- data/lib/locales/en/australia.yml +108 -0
- data/lib/locales/en/avatar.yml +31 -0
- data/lib/locales/en/bank.yml +2 -2
- data/lib/locales/en/barcode.yml +24 -0
- data/lib/locales/en/bible.yml +90 -0
- data/lib/locales/en/big_bang_theory.yml +38 -0
- data/lib/locales/en/bird.yml +1281 -0
- data/lib/locales/en/blood.yml +13 -0
- data/lib/locales/en/book.yml +487 -3
- data/lib/locales/en/brooklyn_nine_nine.yml +35 -0
- data/lib/locales/en/buffy.yml +1 -1
- data/lib/locales/en/camera.yml +611 -0
- data/lib/locales/en/cat.yml +1 -1
- data/lib/locales/en/chess.yml +103 -0
- data/lib/locales/en/clash_of_clan.yml +101 -0
- data/lib/locales/en/coffee.yml +1 -1
- data/lib/locales/en/commerce.yml +17 -0
- data/lib/locales/en/community.yml +17 -17
- data/lib/locales/en/company.yml +3 -2
- data/lib/locales/en/computer.yml +55 -0
- data/lib/locales/en/conan.yml +171 -0
- data/lib/locales/en/control.yml +247 -0
- data/lib/locales/en/cowboy_bebop.yml +163 -0
- data/lib/locales/en/demographic.yml +218 -5
- data/lib/locales/en/departed.yml +50 -0
- data/lib/locales/en/device.yml +112 -4
- data/lib/locales/en/dnd.yml +636 -0
- data/lib/locales/en/dog.yml +262 -7
- data/lib/locales/en/doraemon.yml +286 -0
- data/lib/locales/en/dota.yml +704 -63
- data/lib/locales/en/dragon_ball.yml +243 -1
- data/lib/locales/en/driving_license.yml +181 -0
- data/lib/locales/en/drone.yml +95 -0
- data/lib/locales/en/dune.yml +270 -131
- data/lib/locales/en/educator.yml +6 -0
- data/lib/locales/en/elder_scrolls.yml +583 -9
- data/lib/locales/en/emotion.yml +480 -0
- data/lib/locales/en/fallout.yml +311 -133
- data/lib/locales/en/file.yml +9 -1
- data/lib/locales/en/final_fantasy_xiv.yml +754 -0
- data/lib/locales/en/final_space.yml +37 -0
- data/lib/locales/en/finance.yml +80 -4
- data/lib/locales/en/food.yml +1067 -10
- data/lib/locales/en/football.yml +3 -3
- data/lib/locales/en/fresh_prince_of_bel_air.yml +1 -1
- data/lib/locales/en/fullmetal_alchemist_brotherhood.yml +78 -0
- data/lib/locales/en/futurama.yml +344 -0
- data/lib/locales/en/game.yml +11 -0
- data/lib/locales/en/hackers.yml +53 -0
- data/lib/locales/en/half_life.yml +84 -3
- data/lib/locales/en/harry_potter.yml +1 -1
- data/lib/locales/en/heroes.yml +408 -3
- data/lib/locales/en/heroes_of_the_storm.yml +131 -4
- data/lib/locales/en/hobby.yml +171 -0
- data/lib/locales/en/horse.yml +2 -2
- data/lib/locales/en/house.yml +1 -1
- data/lib/locales/en/how_to_train_your_dragon.yml +174 -0
- data/lib/locales/en/id_number.yml +1 -1
- data/lib/locales/en/internet.yml +136 -3
- data/lib/locales/en/jack_handey.yml +54 -0
- data/lib/locales/en/kamen_rider.yml +452 -0
- data/lib/locales/en/kpop.yml +7 -7
- data/lib/locales/en/league_of_legends.yml +285 -6
- data/lib/locales/en/lebowski.yml +1 -1
- data/lib/locales/en/lovecraft.yml +76 -6
- data/lib/locales/en/military.yml +179 -5
- data/lib/locales/en/minecraft.yml +663 -0
- data/lib/locales/en/mitch_hedberg.yml +46 -0
- data/lib/locales/en/mountain.yml +171 -0
- data/lib/locales/en/mountaineering.yml +14 -0
- data/lib/locales/en/movie.yml +194 -2
- data/lib/locales/en/music.yml +461 -29
- data/lib/locales/en/myst.yml +87 -31
- data/lib/locales/en/name.yml +5 -4
- data/lib/locales/en/naruto.yml +230 -0
- data/lib/locales/en/one_piece.yml +2 -2
- data/lib/locales/en/opera.yml +169 -1
- data/lib/locales/en/overwatch.yml +2648 -2622
- data/lib/locales/en/pearl_jam.yml +213 -0
- data/lib/locales/en/phish.yml +392 -1
- data/lib/locales/en/phone_number.yml +78 -3
- data/lib/locales/en/pokemon.yml +417 -4
- data/lib/locales/en/prince.yml +227 -0
- data/lib/locales/en/quote.yml +692 -163
- data/lib/locales/en/rock_band.yml +1 -0
- data/lib/locales/en/rush.yml +32 -0
- data/lib/locales/en/science.yml +481 -3
- data/lib/locales/en/shakespeare.yml +21 -24
- data/lib/locales/en/simpsons.yml +668 -0
- data/lib/locales/en/smashing_pumpkins.yml +382 -0
- data/lib/locales/en/source.yml +35 -0
- data/lib/locales/en/south_park.yml +360 -2
- data/lib/locales/en/space.yml +1 -1
- data/lib/locales/en/spongebob.yml +489 -0
- data/lib/locales/en/sport.yml +130 -0
- data/lib/locales/en/star_trek.yml +1 -1
- data/lib/locales/en/star_wars.yml +568 -220
- data/lib/locales/en/stranger_thing.yml +1 -1
- data/lib/locales/en/street_fighter.yml +1524 -0
- data/lib/locales/en/studio_ghibli.yml +107 -0
- data/lib/locales/en/suits.yml +45 -0
- data/lib/locales/en/super_mario.yml +58 -0
- data/lib/locales/en/super_smash_bros.yml +23 -6
- data/lib/locales/en/supernatural.yml +141 -0
- data/lib/locales/en/tarkov.yml +593 -0
- data/lib/locales/en/tea.yml +172 -0
- data/lib/locales/en/the_kingkiller_chronicle.yml +56 -0
- data/lib/locales/en/the_office.yml +86 -0
- data/lib/locales/en/the_room.yml +68 -0
- data/lib/locales/en/theater.yml +597 -0
- data/lib/locales/en/tolkien.yml +2453 -0
- data/lib/locales/en/touhou.yml +839 -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/volleyball.yml +501 -0
- data/lib/locales/en/warhammer_fantasy.yml +582 -0
- data/lib/locales/en/witcher.yml +426 -7
- data/lib/locales/en/world_of_warcraft.yml +122 -4
- data/lib/locales/en/zelda.yml +962 -4
- data/lib/locales/en-AU.yml +728 -17
- data/lib/locales/en-CA.yml +373 -16
- data/lib/locales/en-GB.yml +116 -8
- data/lib/locales/en-IND.yml +1259 -16
- data/lib/locales/en-KE.yml +212 -0
- data/lib/locales/en-MS.yml +364 -16
- data/lib/locales/en-NEP.yml +212 -35
- data/lib/locales/en-NG.yml +1 -0
- data/lib/locales/en-NZ.yml +1153 -121
- data/lib/locales/en-PAK.yml +369 -9
- data/lib/locales/en-SG.yml +581 -15
- data/lib/locales/en-UG.yml +1 -0
- data/lib/locales/en-US.yml +6937 -71
- data/lib/locales/en-ZA.yml +1 -1
- data/lib/locales/en-au-ocker.yml +266 -21
- data/lib/locales/en.yml +0 -3
- data/lib/locales/es-AR.yml +4570 -0
- data/lib/locales/es-MX.yml +1 -2
- data/lib/locales/es.yml +58 -3
- data/lib/locales/fi-FI.yml +4 -2
- data/lib/locales/fr/address.yml +20 -0
- data/lib/locales/fr/adjective.yml +266 -0
- data/lib/locales/fr/ancient.yml +141 -0
- data/lib/locales/fr/animal.yml +5 -0
- data/lib/locales/fr/appliance.yml +4 -0
- data/lib/locales/fr/book.yml +7 -0
- data/lib/locales/fr/color.yml +4 -0
- data/lib/locales/fr/company.yml +17 -0
- data/lib/locales/fr/compass.yml +23 -0
- data/lib/locales/fr/demographic.yml +4 -0
- data/lib/locales/fr/gender.yml +6 -0
- data/lib/locales/fr/internet.yml +4 -0
- data/lib/locales/fr/lorem.yml +5 -0
- data/lib/locales/fr/measurement.yml +7 -0
- data/lib/locales/fr/name.yml +22 -0
- data/lib/locales/fr/phone_number.yml +7 -0
- data/lib/locales/fr/pokemon.yml +7 -0
- data/lib/locales/fr-CA.yml +2748 -43
- data/lib/locales/fr-CH.yml +3 -4
- data/lib/locales/fr.yml +2 -112
- data/lib/locales/hy.yml +3624 -119
- data/lib/locales/id.yml +839 -10
- data/lib/locales/it.yml +1304 -31
- data/lib/locales/ja/README.md +13 -0
- data/lib/locales/ja/address.yml +120539 -0
- data/lib/locales/ja/adjective.yml +148 -0
- data/lib/locales/ja/ancient.yml +4 -0
- data/lib/locales/ja/animal.yml +5 -0
- data/lib/locales/ja/bank.yml +4 -0
- data/lib/locales/ja/book.yml +7 -0
- data/lib/locales/ja/cat.yml +5 -0
- data/lib/locales/ja/coffee.yml +4 -0
- data/lib/locales/ja/color.yml +4 -0
- data/lib/locales/ja/commerce.yml +11 -0
- data/lib/locales/ja/company.yml +8 -0
- data/lib/locales/ja/dog.yml +6 -0
- data/lib/locales/ja/emotion.yml +51 -0
- data/lib/locales/ja/food.yml +4 -0
- data/lib/locales/ja/football.yml +115 -0
- data/lib/locales/ja/gender.yml +4 -0
- data/lib/locales/ja/lorem.yml +9 -0
- data/lib/locales/ja/name.yml +13 -0
- data/lib/locales/ja/naruto.yml +230 -0
- data/lib/locales/ja/overwatch.yml +5 -0
- data/lib/locales/ja/phone_number.yml +7 -0
- data/lib/locales/ja/pokemon.yml +7 -0
- data/lib/locales/ja/relationship.yml +10 -0
- data/lib/locales/ja/restaurant.yml +11 -0
- data/lib/locales/ja/space.yml +5 -0
- data/lib/locales/ja/sport.yml +130 -0
- data/lib/locales/ja/studio_ghibli.yml +112 -0
- data/lib/locales/ja/subscription.yml +8 -0
- data/lib/locales/ja/super_mario.yml +9 -0
- data/lib/locales/ja/super_smash_bros.yml +8 -0
- data/lib/locales/ja/touhou.yml +466 -0
- data/lib/locales/ja/university.yml +9 -0
- data/lib/locales/ja/zelda.yml +5 -0
- data/lib/locales/ko.yml +1450 -17
- data/lib/locales/lt.yml +315 -0
- data/lib/locales/lv.yml +1 -2
- data/lib/locales/mi-NZ.yml +283 -0
- data/lib/locales/nb-NO.yml +518 -27
- data/lib/locales/nl.yml +1 -1
- data/lib/locales/pl.yml +1 -2
- data/lib/locales/pt-BR.yml +8157 -659
- data/lib/locales/pt.yml +844 -43
- data/lib/locales/ru.yml +1355 -30
- data/lib/locales/sk.yml +4410 -41
- data/lib/locales/sv.yml +100 -0
- data/lib/locales/th.yml +76 -76
- data/lib/locales/tr.yml +1 -2
- data/lib/locales/uk.yml +1810 -44
- data/lib/locales/vi.yml +1 -0
- data/lib/locales/zh-CN/bank.yml +17 -0
- data/lib/locales/zh-CN.yml +1 -0
- data/lib/locales/zh-TW.yml +1 -0
- metadata +192 -127
- data/History.md +0 -176
- data/lib/faker/default/fillmurray.rb +0 -45
- data/lib/faker/default/lorem_pixel.rb +0 -47
- data/lib/locales/en/hobbit.yml +0 -19
- data/lib/locales/en/lord_of_the_rings.yml +0 -6
- data/lib/locales/ja.yml +0 -101
@@ -0,0 +1,107 @@
|
|
1
|
+
en:
|
2
|
+
faker:
|
3
|
+
studio_ghibli:
|
4
|
+
characters:
|
5
|
+
- Chihiro Ogino
|
6
|
+
- Traveling Soot
|
7
|
+
- Yubaba
|
8
|
+
- Haku
|
9
|
+
- No-Face
|
10
|
+
- Zeniba
|
11
|
+
- Kamaji
|
12
|
+
- Howl Jenkins Pendragon
|
13
|
+
- Sophie Hatter
|
14
|
+
- Witch of the Waste
|
15
|
+
- Lettie Hatter
|
16
|
+
- Calcifer
|
17
|
+
- Markl
|
18
|
+
- Tunip Head
|
19
|
+
- Suliman
|
20
|
+
- Pazu
|
21
|
+
- Shiita
|
22
|
+
- Dola
|
23
|
+
- Louis
|
24
|
+
- Seita Yokokawa
|
25
|
+
- Setsuko Yokokawa
|
26
|
+
- Kiyoshi Yokokawa
|
27
|
+
- Ponyo
|
28
|
+
- Fujimoto
|
29
|
+
- Granmamare
|
30
|
+
- Sōsuke
|
31
|
+
- Lisa
|
32
|
+
- Kōichi
|
33
|
+
- Ashitaka
|
34
|
+
- San
|
35
|
+
- Jiko-bō
|
36
|
+
- Lady Eboshi
|
37
|
+
- Moro
|
38
|
+
- Nausicaä
|
39
|
+
- Jhil
|
40
|
+
- Yupa
|
41
|
+
- Obaba Hisako
|
42
|
+
- Marco Pagot
|
43
|
+
- Gina
|
44
|
+
- Fio Piccolo
|
45
|
+
- Donald Curtis
|
46
|
+
- Mamma Aiuto
|
47
|
+
- Capo
|
48
|
+
- Mr. Piccolo
|
49
|
+
- Bellini
|
50
|
+
- Jiji
|
51
|
+
- Kiki the Witch
|
52
|
+
- Tombo Kopoli
|
53
|
+
- Osono
|
54
|
+
- Ursula
|
55
|
+
- Totoro
|
56
|
+
- Mei Kusakabe
|
57
|
+
- Catbus
|
58
|
+
- Satsuki Kusakabe
|
59
|
+
- Tatsuo Kusakabe
|
60
|
+
- Kanta Ōgaki
|
61
|
+
- Yasuko Kusakabe
|
62
|
+
quotes:
|
63
|
+
- It’s not really important what color your dress is. What matters is the heart inside.
|
64
|
+
- We each need to find our own inspiration, Kiki. Sometimes it’s not easy.
|
65
|
+
- Maybe I can stay and find some other nice people who will like me and accept me for who I am.
|
66
|
+
- Something you wouldn't recognize. It’s called love.
|
67
|
+
- Once you do something, you never forget. Even if you can't remember.
|
68
|
+
- Here's another curse for you, may all your bacon burn.
|
69
|
+
- I'm going up to my room now, where I may die.
|
70
|
+
- Really, these wizards! You'd think no one had ever had a cold before! Well, what is it?
|
71
|
+
- I give up. I see no point in living if I can’t be beautiful.
|
72
|
+
- Life is suffering. It is hard. The world is cursed. But still you find reasons to keep living.
|
73
|
+
- Look, everyone! This is what hatred looks like! This is what it does when it catches hold of you! It's eating me alive, and very soon now it will kill me! Fear and anger only make it grow faster!
|
74
|
+
- These days, there are angry ghosts all around us. Dead from wars, sickness, starvation, and nobody cares. So - you say you're under a curse. So what, so's the whole damn world.
|
75
|
+
- It's not really important what color your dress is. What matters is the heart inside. I think something's wrong with me. I make friends, then suddenly I can't bear to be with any of them. Seems like that other me, the cheerful and honest one, went away somewhere.
|
76
|
+
- A pig that doesn't fly is just a pig.
|
77
|
+
- I'm a pig. I don't fight for honor. I fight for a paycheck.
|
78
|
+
- A pig's gotta fly.
|
79
|
+
- Hahaha... This isn't a Western, you can't hit me from here.
|
80
|
+
- Take her back to Civilisation.
|
81
|
+
- I finally get a bouquet and it's a goodbye present. That's depressing.
|
82
|
+
- Aren't you even going to knock? You're the most patheic little girl I've ever seen!
|
83
|
+
- The earth speaks to all of us, and if we listen, we can understand.
|
84
|
+
- A girl just fell from the sky, boss!
|
85
|
+
- The tree! We protected it, so it protects us!
|
86
|
+
- He said Mom was ugly, now go get him!
|
87
|
+
- That tree's gettin' away with our treasure!
|
88
|
+
- It's so beautiful. It's hard to believe these spores could kill me.
|
89
|
+
- Why does everything that's good for you have to taste so bad?
|
90
|
+
movies:
|
91
|
+
- Spirited Away
|
92
|
+
- Kiki's Delivery Service
|
93
|
+
- My Neighbour Totoro
|
94
|
+
- Howl's Moving Castle
|
95
|
+
- Princess Mononoke
|
96
|
+
- Porco Rosso
|
97
|
+
- The Cat Returns
|
98
|
+
- Ponyo
|
99
|
+
- Nausicaä of the Valley of the Wind
|
100
|
+
- Castle in the Sky
|
101
|
+
- Grave of the Fireflies
|
102
|
+
- Arietty
|
103
|
+
- Tales from Earthsea
|
104
|
+
- From Up on Poppy Hill
|
105
|
+
- The Wind Rises
|
106
|
+
- The Tale of the Princess Kaguya
|
107
|
+
- My Neighbors the Yamadas
|
@@ -0,0 +1,45 @@
|
|
1
|
+
en:
|
2
|
+
faker:
|
3
|
+
suits:
|
4
|
+
characters:
|
5
|
+
- Harvey Specter
|
6
|
+
- Mike Ross
|
7
|
+
- Louis Litt
|
8
|
+
- Rachel Zane
|
9
|
+
- Donna Paulsen
|
10
|
+
- Jessica Pearson
|
11
|
+
- Katrina Bennett
|
12
|
+
- Alex Williams
|
13
|
+
- Samantha Wheeler
|
14
|
+
- Jenny Griffith
|
15
|
+
- Trevor Evans
|
16
|
+
- Dana Scott
|
17
|
+
- Travis Tanner
|
18
|
+
- Cameron Dennis
|
19
|
+
- Daniel Hardman
|
20
|
+
- Sheila Sazs
|
21
|
+
- Monica Eton
|
22
|
+
- Robert Zane
|
23
|
+
- Edward Darby
|
24
|
+
- Stephen Huntley
|
25
|
+
- Ava Hessington
|
26
|
+
- Jonathan Sidwell
|
27
|
+
- Eric Woodall
|
28
|
+
- Sean Cahill
|
29
|
+
- Esther Litt
|
30
|
+
quotes:
|
31
|
+
- Sometimes good is not good enough.
|
32
|
+
- I don't play the odds, I play the man.
|
33
|
+
- Thats the difference between you and me. You wanna lose small, I wanna win big.
|
34
|
+
- The only time success comes before work is in the dictionary.
|
35
|
+
- Don't raise your voice. Improve your argument.
|
36
|
+
- When you’re backed against the wall, break the goddamn thing down.
|
37
|
+
- But I’d never thought in million years, that I’d meet someone dumb enough to go to prison for me.
|
38
|
+
- Failure is a bruise, not a tattoo.
|
39
|
+
- When you work with tigers, once in a while they are going to take a swipe at you.
|
40
|
+
- I dont respond to threats. I make them.
|
41
|
+
- I am sorry I don't have photographic memory, but my brain is too busy being awesome.
|
42
|
+
- I’m Donna. I know everything.
|
43
|
+
- I don't have dreams, I have goals.
|
44
|
+
- You just got Litt up!
|
45
|
+
- I’m Moby goddamn Dick, and you just swam in my waters
|
@@ -0,0 +1,58 @@
|
|
1
|
+
en:
|
2
|
+
faker:
|
3
|
+
games:
|
4
|
+
super_mario:
|
5
|
+
characters:
|
6
|
+
- Mario
|
7
|
+
- Luigi
|
8
|
+
- Princess Peach
|
9
|
+
- Toad
|
10
|
+
- Bowser
|
11
|
+
- Yoshi
|
12
|
+
- Princess Daisy
|
13
|
+
- Rosalina
|
14
|
+
- Donkey Kong
|
15
|
+
- Diddy Kong
|
16
|
+
- Toadette
|
17
|
+
- Birdo
|
18
|
+
- Toadsworth
|
19
|
+
- Captain Toad
|
20
|
+
- Pauline
|
21
|
+
- Wario
|
22
|
+
- Waluigi
|
23
|
+
- Bowser Jr.
|
24
|
+
- Koopalings
|
25
|
+
- Kamek
|
26
|
+
- Boom Boom
|
27
|
+
- Pom Pom
|
28
|
+
- King Boo
|
29
|
+
games:
|
30
|
+
- Luigi's Mansion
|
31
|
+
- Super Mario Bros.
|
32
|
+
- Super Mario World
|
33
|
+
- Super Mario Kart
|
34
|
+
- Super Mario 64
|
35
|
+
- Super Mario Party
|
36
|
+
- Super Smash Bros.
|
37
|
+
- Super Mario Galaxy
|
38
|
+
- Super Mario Odyssey
|
39
|
+
- Super Mario Maker
|
40
|
+
- Paper Mario
|
41
|
+
locations:
|
42
|
+
- Bonneton
|
43
|
+
- Fossil Falls
|
44
|
+
- Tostarena
|
45
|
+
- Lake Lamode
|
46
|
+
- Steam Gardens
|
47
|
+
- Nimbus Arena
|
48
|
+
- Forgoten Isle
|
49
|
+
- Kong City
|
50
|
+
- Shiveria
|
51
|
+
- Bubblaine
|
52
|
+
- Mount Volbono
|
53
|
+
- Crumbleden
|
54
|
+
- Bowser's Castle
|
55
|
+
- Honeylune Ridge
|
56
|
+
- Peach's Castle
|
57
|
+
- Rabbit Ridge
|
58
|
+
- Culmina Crater
|
@@ -3,10 +3,12 @@ en:
|
|
3
3
|
games:
|
4
4
|
super_smash_bros:
|
5
5
|
fighter:
|
6
|
-
-
|
6
|
+
- Alex
|
7
|
+
- Banjo & Kazooie
|
7
8
|
- Bayonetta
|
8
9
|
- Bowser
|
9
10
|
- Bowser Jr.
|
11
|
+
- Byleth
|
10
12
|
- Captain Falcon
|
11
13
|
- Charizard
|
12
14
|
- Chrom
|
@@ -19,6 +21,7 @@ en:
|
|
19
21
|
- Donkey Kong
|
20
22
|
- Dr. Mario
|
21
23
|
- Duck Hunt Duo
|
24
|
+
- Enderman
|
22
25
|
- Falco
|
23
26
|
- Fox
|
24
27
|
- Ganondorf
|
@@ -32,6 +35,7 @@ en:
|
|
32
35
|
- Ivysaur
|
33
36
|
- Jigglypuff
|
34
37
|
- Joker
|
38
|
+
- Kazuya
|
35
39
|
- Ken
|
36
40
|
- King Dedede
|
37
41
|
- King K. Rool
|
@@ -50,6 +54,7 @@ en:
|
|
50
54
|
- Mii Fighter
|
51
55
|
- Mii Gunner
|
52
56
|
- Mii Sword Fighter
|
57
|
+
- Min Min
|
53
58
|
- Mr. Game & Watch
|
54
59
|
- Ness
|
55
60
|
- Olimar
|
@@ -62,20 +67,23 @@ en:
|
|
62
67
|
- Pit
|
63
68
|
- Pokémon Trainer
|
64
69
|
- R.O.B.
|
65
|
-
- Richter
|
70
|
+
- Richter
|
66
71
|
- Ridley
|
67
72
|
- Robin
|
68
73
|
- Rosalina
|
69
74
|
- Roy
|
70
75
|
- Ryu
|
71
76
|
- Samus
|
77
|
+
- Sephiroth
|
72
78
|
- Sheik
|
73
79
|
- Shulk
|
74
|
-
- Simon
|
80
|
+
- Simon
|
75
81
|
- Snake
|
76
82
|
- Sonic
|
83
|
+
- Sora
|
77
84
|
- Squirtle
|
78
|
-
-
|
85
|
+
- Steve
|
86
|
+
- Terry
|
79
87
|
- Toon Link
|
80
88
|
- Villager
|
81
89
|
- Wario
|
@@ -85,6 +93,7 @@ en:
|
|
85
93
|
- Young Link
|
86
94
|
- Zelda
|
87
95
|
- Zero Suit Samus
|
96
|
+
- Zombie
|
88
97
|
stage:
|
89
98
|
- 3D Land
|
90
99
|
- 75m
|
@@ -116,6 +125,7 @@ en:
|
|
116
125
|
- Frigate Orpheon
|
117
126
|
- Gamer
|
118
127
|
- Garden of Hope
|
128
|
+
- Garreg Mach Monastery
|
119
129
|
- Gaur Plain
|
120
130
|
- Gerudo Valley
|
121
131
|
- Golden Plains
|
@@ -126,11 +136,13 @@ en:
|
|
126
136
|
- Green Hill Zone
|
127
137
|
- Halberd
|
128
138
|
- Hanenbow
|
139
|
+
- Hollow Bastion
|
129
140
|
- Hyrule Castle
|
130
141
|
- Icicle Mountain
|
131
142
|
- Jungle Hijinxs
|
132
143
|
- Jungle Japes
|
133
144
|
- Kalos Pokémon League
|
145
|
+
- King of Fighters Stadium
|
134
146
|
- Kongo Falls
|
135
147
|
- Kongo Jungle
|
136
148
|
- Living Room
|
@@ -143,8 +155,9 @@ en:
|
|
143
155
|
- Mementos
|
144
156
|
- Midgar
|
145
157
|
- Miiverse
|
158
|
+
- Minecraft World
|
146
159
|
- Moray Towers
|
147
|
-
- Mushroom Kingdom
|
160
|
+
- Mushroom Kingdom
|
148
161
|
- Mushroom Kingdom II
|
149
162
|
- Mushroomy Kingdom
|
150
163
|
- Mushroom Kingdom U
|
@@ -152,6 +165,7 @@ en:
|
|
152
165
|
- New Donk City Hall
|
153
166
|
- New Pork City
|
154
167
|
- Norfair
|
168
|
+
- Northern Cave
|
155
169
|
- Onett
|
156
170
|
- Orbital Gate Assault
|
157
171
|
- Pac-Land
|
@@ -180,10 +194,12 @@ en:
|
|
180
194
|
- Shadow Moses Island
|
181
195
|
- Skyloft
|
182
196
|
- Skyworld
|
197
|
+
- Small Battlefield
|
183
198
|
- Smashville
|
184
199
|
- Spear Pillar
|
185
200
|
- Spiral Mountain
|
186
201
|
- Spirit Train
|
202
|
+
- Spring Stadium
|
187
203
|
- Summit
|
188
204
|
- Super Happy Tree
|
189
205
|
- Super Mario Maker
|
@@ -198,9 +214,10 @@ en:
|
|
198
214
|
- WarioWare, Inc.
|
199
215
|
- Wii Fit Studio
|
200
216
|
- Wily Castle
|
201
|
-
- Windy Hill Zone
|
217
|
+
- Windy Hill Zone
|
202
218
|
- Woolly World
|
203
219
|
- Wrecking Crew
|
204
220
|
- Wuhu Island
|
205
221
|
- Yoshi's Island
|
206
222
|
- Yoshi's Story
|
223
|
+
- Yggdrasil's Altar
|
@@ -0,0 +1,141 @@
|
|
1
|
+
en:
|
2
|
+
faker:
|
3
|
+
supernatural:
|
4
|
+
character:
|
5
|
+
- Abaddon
|
6
|
+
- Adam Milligan
|
7
|
+
- Alastair
|
8
|
+
- Alex Jones
|
9
|
+
- Amelia Richardson
|
10
|
+
- Anna Milton
|
11
|
+
- Arthur Ketch
|
12
|
+
- Ash
|
13
|
+
- Asmodeus
|
14
|
+
- Azazel
|
15
|
+
- Balthazar
|
16
|
+
- Becky Rosen
|
17
|
+
- Bela Talbot
|
18
|
+
- Belphegor
|
19
|
+
- Ben Braeden
|
20
|
+
- Benny Lafitte
|
21
|
+
- Bess Fitzgerald
|
22
|
+
- Bobby Singer
|
23
|
+
- Castiel
|
24
|
+
- Charlie Bradbury
|
25
|
+
- Christian Campbell
|
26
|
+
- Claire Novak
|
27
|
+
- Cole Trenton
|
28
|
+
- Constance Welch
|
29
|
+
- Crowley
|
30
|
+
- Dagon
|
31
|
+
- Dean Winchester
|
32
|
+
- Death
|
33
|
+
- Doctor Hess
|
34
|
+
- Donatello Redfield
|
35
|
+
- Donna Hanscum
|
36
|
+
- Dr. Gaines
|
37
|
+
- Dumah
|
38
|
+
- Edgar
|
39
|
+
- Eileen Leahy
|
40
|
+
- Eleanor Visyak
|
41
|
+
- Ellen Harvelle
|
42
|
+
- Eve
|
43
|
+
- Frank Devereaux
|
44
|
+
- Gabriel
|
45
|
+
- Gadreel
|
46
|
+
- Garth Fitzgerald IV
|
47
|
+
- Gavin MacLeod
|
48
|
+
- Gordon Walker
|
49
|
+
- Gwen Campbell
|
50
|
+
- Hannah
|
51
|
+
- Harry Spengler
|
52
|
+
- Ingrid
|
53
|
+
- Jack Kline
|
54
|
+
- Jenny
|
55
|
+
- Jessica Moore
|
56
|
+
- Jo Harvelle
|
57
|
+
- Jody Mills
|
58
|
+
- John Wayne Gacy
|
59
|
+
- John Winchester
|
60
|
+
- Josie Sands
|
61
|
+
- Karen Singer
|
62
|
+
- Kevin Tran
|
63
|
+
- Lady Toni Bevell
|
64
|
+
- Lilith
|
65
|
+
- Linda Tran
|
66
|
+
- Lisa Braeden
|
67
|
+
- Lucifer
|
68
|
+
- Mary Winchester
|
69
|
+
- Mary Worthington
|
70
|
+
- Meg Masters
|
71
|
+
- Metatron
|
72
|
+
- Michael
|
73
|
+
- Mick Davies
|
74
|
+
- Naomi
|
75
|
+
- Nick
|
76
|
+
- Pamela Barnes
|
77
|
+
- Raphael
|
78
|
+
- Rowena MacLeod
|
79
|
+
- Ruby
|
80
|
+
- Rufus Turner
|
81
|
+
- Sam Winchester
|
82
|
+
- Samandriel
|
83
|
+
- Samuel Campbell
|
84
|
+
- Sergei
|
85
|
+
- Susan
|
86
|
+
- Tessa
|
87
|
+
- Uriel
|
88
|
+
- Victor Henriksen
|
89
|
+
- Zachariah
|
90
|
+
creature:
|
91
|
+
- Angel
|
92
|
+
- Archangel
|
93
|
+
- Croatoan Virus
|
94
|
+
- Demon
|
95
|
+
- Djinn
|
96
|
+
- Dragon
|
97
|
+
- Elf
|
98
|
+
- Ghost
|
99
|
+
- Ghoul
|
100
|
+
- Hellhounds
|
101
|
+
- Kappa
|
102
|
+
- Khan worm
|
103
|
+
- Leprechauns
|
104
|
+
- Leviathan
|
105
|
+
- Loch Ness Monster
|
106
|
+
- Mermaid
|
107
|
+
- Monster
|
108
|
+
- Phoenix
|
109
|
+
- Poltergeist
|
110
|
+
- Shapeshifter
|
111
|
+
- Soul Eater
|
112
|
+
- Tricksters
|
113
|
+
- Wendigo
|
114
|
+
- Werewolf
|
115
|
+
- Zombie
|
116
|
+
- Vampire
|
117
|
+
weapon:
|
118
|
+
- Archangel Blades
|
119
|
+
- Brass
|
120
|
+
- Cain's knife
|
121
|
+
- Crowley's bones
|
122
|
+
- Death's Scythe
|
123
|
+
- Death's ring
|
124
|
+
- Excalibur
|
125
|
+
- Fire
|
126
|
+
- Hands Of God
|
127
|
+
- Holy Oil
|
128
|
+
- Holy Water
|
129
|
+
- Lamb blood
|
130
|
+
- Lance Of Michael
|
131
|
+
- Rabbit's Foot
|
132
|
+
- Righteous Bone
|
133
|
+
- Salt
|
134
|
+
- Silver Bullets
|
135
|
+
- Staff of Moses
|
136
|
+
- Sword of St. George
|
137
|
+
- The Equalizer
|
138
|
+
- The First Blade
|
139
|
+
- Virgin blood
|
140
|
+
- steel
|
141
|
+
- The Colt
|