faker 2.14.0 → 2.18.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (194) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +218 -19
  3. data/History.md +4 -4
  4. data/README.md +18 -1
  5. data/lib/faker.rb +12 -13
  6. data/lib/faker/blockchain/aeternity.rb +4 -4
  7. data/lib/faker/blockchain/bitcoin.rb +2 -2
  8. data/lib/faker/blockchain/tezos.rb +30 -2
  9. data/lib/faker/books/dune.rb +15 -2
  10. data/lib/faker/books/lovecraft.rb +8 -4
  11. data/lib/faker/creature/bird.rb +203 -0
  12. data/lib/faker/default/address.rb +4 -4
  13. data/lib/faker/default/app.rb +1 -1
  14. data/lib/faker/default/avatar.rb +1 -1
  15. data/lib/faker/default/bank.rb +20 -6
  16. data/lib/faker/default/barcode.rb +44 -33
  17. data/lib/faker/default/beer.rb +3 -3
  18. data/lib/faker/default/camera.rb +46 -0
  19. data/lib/faker/default/cannabis.rb +10 -0
  20. data/lib/faker/default/chile_rut.rb +3 -2
  21. data/lib/faker/default/chuck_norris.rb +1 -0
  22. data/lib/faker/default/code.rb +5 -5
  23. data/lib/faker/default/commerce.rb +1 -1
  24. data/lib/faker/default/company.rb +58 -10
  25. data/lib/faker/default/crypto.rb +17 -4
  26. data/lib/faker/default/driving_licence.rb +4 -3
  27. data/lib/faker/default/drone.rb +25 -25
  28. data/lib/faker/default/educator.rb +13 -0
  29. data/lib/faker/default/faker_adjective.rb +35 -0
  30. data/lib/faker/default/file.rb +6 -4
  31. data/lib/faker/default/finance.rb +21 -0
  32. data/lib/faker/default/food.rb +1 -1
  33. data/lib/faker/default/hipster.rb +14 -11
  34. data/lib/faker/default/id_number.rb +36 -2
  35. data/lib/faker/default/internet.rb +232 -6
  36. data/lib/faker/default/invoice.rb +1 -1
  37. data/lib/faker/default/json.rb +7 -6
  38. data/lib/faker/default/lorem.rb +160 -5
  39. data/lib/faker/default/lorem_flickr.rb +3 -8
  40. data/lib/faker/default/lorem_pixel.rb +2 -1
  41. data/lib/faker/default/markdown.rb +4 -2
  42. data/lib/faker/default/measurement.rb +3 -2
  43. data/lib/faker/default/military.rb +26 -0
  44. data/lib/faker/default/mountain.rb +33 -0
  45. data/lib/faker/default/number.rb +23 -6
  46. data/lib/faker/default/omniauth.rb +5 -10
  47. data/lib/faker/default/placeholdit.rb +3 -2
  48. data/lib/faker/default/relationship.rb +1 -1
  49. data/lib/faker/default/science.rb +26 -0
  50. data/lib/faker/default/space.rb +1 -1
  51. data/lib/faker/default/string.rb +3 -2
  52. data/lib/faker/default/stripe.rb +3 -3
  53. data/lib/faker/default/tea.rb +41 -0
  54. data/lib/faker/default/types.rb +4 -3
  55. data/lib/faker/default/vehicle.rb +1 -1
  56. data/lib/faker/fantasy/tolkien.rb +67 -0
  57. data/lib/faker/games/clash_of_clans.rb +48 -0
  58. data/lib/faker/games/control.rb +1 -1
  59. data/lib/faker/games/dnd.rb +6 -6
  60. data/lib/faker/games/elder_scrolls.rb +26 -0
  61. data/lib/faker/games/heroes.rb +13 -0
  62. data/lib/faker/games/minecraft.rb +65 -0
  63. data/lib/faker/games/street_fighter.rb +4 -4
  64. data/lib/faker/games/super_mario.rb +48 -0
  65. data/lib/faker/games/touhou.rb +75 -0
  66. data/lib/faker/games/witcher.rb +39 -0
  67. data/lib/faker/games/world_of_warcraft.rb +26 -1
  68. data/lib/faker/japanese_media/conan.rb +48 -0
  69. data/lib/faker/japanese_media/doraemon.rb +48 -0
  70. data/lib/faker/japanese_media/dragon_ball.rb +26 -0
  71. data/lib/faker/japanese_media/naruto.rb +61 -0
  72. data/lib/faker/japanese_media/studio_ghibli.rb +48 -0
  73. data/lib/faker/movies/hobbit.rb +4 -4
  74. data/lib/faker/movies/how_to_train_your_dragon.rb +48 -0
  75. data/lib/faker/movies/lord_of_the_rings.rb +3 -3
  76. data/lib/faker/movies/room.rb +63 -0
  77. data/lib/faker/movies/star_wars.rb +74 -2
  78. data/lib/faker/music/hiphop.rb +48 -0
  79. data/lib/faker/music/music.rb +12 -0
  80. data/lib/faker/music/opera.rb +237 -1
  81. data/lib/faker/music/rock_band.rb +12 -0
  82. data/lib/faker/quotes/quote.rb +26 -0
  83. data/lib/faker/quotes/rajnikanth.rb +1 -0
  84. data/lib/faker/quotes/shakespeare.rb +34 -0
  85. data/lib/faker/sports/volleyball.rb +74 -0
  86. data/lib/faker/tv_shows/big_bang_theory.rb +1 -1
  87. data/lib/faker/tv_shows/buffy.rb +17 -4
  88. data/lib/faker/tv_shows/final_space.rb +51 -0
  89. data/lib/faker/tv_shows/suits.rb +1 -1
  90. data/lib/faker/tv_shows/the_fresh_prince_of_bel_air.rb +17 -4
  91. data/lib/faker/version.rb +1 -1
  92. data/lib/locales/en-US.yml +1 -1
  93. data/lib/locales/en/adjective.yml +179 -0
  94. data/lib/locales/en/bird.yml +1281 -0
  95. data/lib/locales/en/book.yml +487 -3
  96. data/lib/locales/en/buffy.yml +1 -1
  97. data/lib/locales/en/camera.yml +611 -0
  98. data/lib/locales/en/clash_of_clan.yml +101 -0
  99. data/lib/locales/en/company.yml +2 -2
  100. data/lib/locales/en/conan.yml +171 -0
  101. data/lib/locales/en/demographic.yml +218 -5
  102. data/lib/locales/en/device.yml +112 -4
  103. data/lib/locales/en/doraemon.yml +286 -0
  104. data/lib/locales/en/dota.yml +531 -63
  105. data/lib/locales/en/dragon_ball.yml +243 -1
  106. data/lib/locales/en/driving_license.yml +3 -0
  107. data/lib/locales/en/dune.yml +270 -131
  108. data/lib/locales/en/educator.yml +6 -0
  109. data/lib/locales/en/elder_scrolls.yml +583 -9
  110. data/lib/locales/en/fallout.yml +311 -133
  111. data/lib/locales/en/final_space.yml +37 -0
  112. data/lib/locales/en/finance.yml +53 -0
  113. data/lib/locales/en/football.yml +3 -3
  114. data/lib/locales/en/fresh_prince_of_bel_air.yml +1 -1
  115. data/lib/locales/en/half_life.yml +84 -3
  116. data/lib/locales/en/heroes.yml +408 -3
  117. data/lib/locales/en/heroes_of_the_storm.yml +131 -4
  118. data/lib/locales/en/how_to_train_your_dragon.yml +174 -0
  119. data/lib/locales/en/jack_handey.yml +54 -0
  120. data/lib/locales/en/league_of_legends.yml +285 -6
  121. data/lib/locales/en/lebowski.yml +1 -1
  122. data/lib/locales/en/lovecraft.yml +76 -6
  123. data/lib/locales/en/military.yml +179 -5
  124. data/lib/locales/en/minecraft.yml +273 -0
  125. data/lib/locales/en/mountain.yml +158 -0
  126. data/lib/locales/en/music.yml +461 -29
  127. data/lib/locales/en/myst.yml +87 -31
  128. data/lib/locales/en/naruto.yml +231 -0
  129. data/lib/locales/en/opera.yml +168 -0
  130. data/lib/locales/en/overwatch.yml +2650 -2622
  131. data/lib/locales/en/pokemon.yml +417 -4
  132. data/lib/locales/en/quote.yml +692 -163
  133. data/lib/locales/en/rock_band.yml +1 -0
  134. data/lib/locales/en/room.yml +68 -0
  135. data/lib/locales/en/science.yml +355 -3
  136. data/lib/locales/en/shakespeare.yml +21 -24
  137. data/lib/locales/en/source.yml +30 -0
  138. data/lib/locales/en/space.yml +1 -1
  139. data/lib/locales/en/star_trek.yml +1 -1
  140. data/lib/locales/en/street_fighter.yml +4 -4
  141. data/lib/locales/en/studio_ghibli.yml +107 -0
  142. data/lib/locales/en/super_mario.yml +58 -0
  143. data/lib/locales/en/super_smash_bros.yml +18 -4
  144. data/lib/locales/en/tea.yml +172 -0
  145. data/lib/locales/en/tolkien.yml +2453 -0
  146. data/lib/locales/en/touhou.yml +839 -0
  147. data/lib/locales/en/volleyball.yml +501 -0
  148. data/lib/locales/en/witcher.yml +426 -7
  149. data/lib/locales/en/world_of_warcraft.yml +122 -4
  150. data/lib/locales/en/zelda.yml +962 -4
  151. data/lib/locales/es-AR.yml +4603 -0
  152. data/lib/locales/es.yml +56 -0
  153. data/lib/locales/fr.yml +0 -118
  154. data/lib/locales/fr/address.yml +21 -0
  155. data/lib/locales/fr/book.yml +7 -0
  156. data/lib/locales/fr/color.yml +4 -0
  157. data/lib/locales/fr/company.yml +17 -0
  158. data/lib/locales/fr/compass.yml +23 -0
  159. data/lib/locales/fr/demographic.yml +4 -0
  160. data/lib/locales/fr/gender.yml +6 -0
  161. data/lib/locales/fr/internet.yml +5 -0
  162. data/lib/locales/fr/lorem.yml +5 -0
  163. data/lib/locales/fr/measurement.yml +7 -0
  164. data/lib/locales/fr/name.yml +21 -0
  165. data/lib/locales/fr/phone_number.yml +7 -0
  166. data/lib/locales/fr/pokemon.yml +9 -0
  167. data/lib/locales/id.yml +1 -0
  168. data/lib/locales/ja/README.md +13 -0
  169. data/lib/locales/ja/address.yml +17 -0
  170. data/lib/locales/ja/ancient.yml +4 -0
  171. data/lib/locales/ja/bank.yml +4 -0
  172. data/lib/locales/ja/book.yml +7 -0
  173. data/lib/locales/ja/coffee.yml +4 -0
  174. data/lib/locales/ja/color.yml +4 -0
  175. data/lib/locales/ja/commerce.yml +11 -0
  176. data/lib/locales/ja/company.yml +8 -0
  177. data/lib/locales/ja/creature.yml +9 -0
  178. data/lib/locales/ja/food.yml +4 -0
  179. data/lib/locales/ja/games.yml +18 -0
  180. data/lib/locales/ja/gender.yml +4 -0
  181. data/lib/locales/ja/lorem.yml +9 -0
  182. data/lib/locales/ja/name.yml +13 -0
  183. data/lib/locales/ja/phone_number.yml +7 -0
  184. data/lib/locales/ja/restaurant.yml +11 -0
  185. data/lib/locales/ja/space.yml +5 -0
  186. data/lib/locales/ja/subscription.yml +8 -0
  187. data/lib/locales/ja/university.yml +9 -0
  188. data/lib/locales/pt-BR.yml +2 -1
  189. data/lib/locales/ru.yml +39 -0
  190. data/lib/locales/uk.yml +2 -0
  191. metadata +92 -19
  192. data/lib/locales/en/hobbit.yml +0 -19
  193. data/lib/locales/en/lord_of_the_rings.yml +0 -6
  194. data/lib/locales/ja.yml +0 -101
@@ -4,9 +4,19 @@ en:
4
4
  hello_world:
5
5
  ruby: "puts 'Hello World!'"
6
6
  javascript: "alert('Hello World!');"
7
+ c: "printf('Hello World!');"
8
+ php: "echo 'Hello World!';"
9
+ python: "print('Hello World!')"
10
+ java: "System.out.println('Hello World!');"
11
+ elixir: "IO.puts 'Hello World!'"
7
12
  print:
8
13
  ruby: "puts 'faker_string_to_print'"
9
14
  javascript: "console.log('faker_string_to_print');"
15
+ c: "printf('faker_string_to_print');"
16
+ php: "echo 'faker_string_to_print';"
17
+ python: "print('faker_string_to_print')"
18
+ java: "System.out.println('faker_string_to_print');"
19
+ elixir: "IO.puts 'faker_string_to_print'"
10
20
  print_1_to_10:
11
21
  ruby: "
12
22
  (1..10).each { |i| puts i }"
@@ -14,3 +24,23 @@ en:
14
24
  for (let i=0; i<10; i++) {
15
25
  console.log(i);
16
26
  }"
27
+ c: "
28
+ for(int i=0; i<10; i++)
29
+ {
30
+ printf('%d', i);
31
+ }"
32
+ php: "
33
+ for ($i=1; $i<10; $i++) {
34
+ echo $i;
35
+ }"
36
+ python: "
37
+ for i in range(10):
38
+ print(i)"
39
+ java: "
40
+ for (int i=0; i<10; i++) {
41
+ System.out.println(i);
42
+ }"
43
+ elixir: "
44
+ Enum.each(1..10, fn(x) ->
45
+ IO.puts x
46
+ end)"
@@ -11,7 +11,7 @@ en:
11
11
  agency: ['National Aeronautics and Space Administration', 'European Space Agency', 'German Aerospace Center', 'Indian Space Research Organization', 'China National Space Administration', 'UK Space Agency', 'Brazilian Space Agency', 'Mexican Space Agency', 'Israeli Space Agency', 'Italian Space Agency', 'Japan Aerospace Exploration Agency', 'National Space Agency of Ukraine', 'Russian Federal Space Agency', 'Swedish National Space Board']
12
12
  agency_abv: ['NASA', 'AEM', 'AEB', 'UKSA', 'CSA', 'CNSA', 'ESA', 'DLR', 'ISRO', 'JAXA', 'ISA', 'CNES', 'NSAU', 'ROSCOSMOS', 'SNSB']
13
13
  nasa_space_craft: ['Orion', 'Mercury', 'Gemini', 'Apollo', 'Enterprise', 'Columbia', 'Challenger', 'Discovery', 'Atlantis', 'Endeavour']
14
- company: ['Rocket Lab', SpaceX', 'Blue Origin', 'Virgin Galactic', 'SpaceDev', 'Bigelow Aerospace', 'Orbital Sciences', 'JPL', 'NASA Jet Propulsion Laboratory']
14
+ company: ['Rocket Lab', 'SpaceX', 'Blue Origin', 'Virgin Galactic', 'SpaceDev', 'Bigelow Aerospace', 'Orbital Sciences', 'JPL', 'NASA Jet Propulsion Laboratory']
15
15
  distance_measurement: ['light years', 'AU', 'parsecs', 'kiloparsecs', 'megaparsecs']
16
16
  meteorite: ['Aarhus', 'Abee', 'Adelie Land', 'Adhi Kot', 'Adzhi-Bogdo', 'Santa Rosa de Viterbo', 'Agen', 'Akbarpur', 'Albareto', 'Allan Hills 84001', 'Allan Hills A81005', 'Allegan', 'Allende', 'Ambapur Nagla', 'Andura', 'Angers', 'Angra dos Reis', 'Ankober', 'Anlong', 'Annaheim', 'Appley Bridge', 'Arbol Solo', 'Archie', 'Arroyo Aguiar', 'Assisi', 'Atoka', 'Avanhandava', 'Bacubirito', 'Baszkówka','Beardsley', 'Bellsbank', 'Bench Crater', 'Benton', 'Białystok', 'Blithfield','Block Island', 'Bovedy', 'Brachina', 'Brahin', 'Brenham', 'Buzzard Coulee','Campo del Cielo', 'Canyon Diablo', 'Cape York', 'Carancas', 'Chambord','Chassigny', 'Chelyabinsk', 'Chergach', 'Chinga', 'Chinguetti', 'Claxton','Coahuila', 'Cranbourne', 'D''Orbigny', 'Dronino', 'Eagle Station', 'Elbogen','Ensisheim', 'Esquel', 'Fukang', 'Gancedo', 'Gao–Guenie', 'Gay Gulch', 'Gebel Kamil', 'Gibeon', 'Goose Lake', 'Grant', 'Hadley Rille', 'Heat Shield Rock','Hoba', 'Homestead', 'Hraschina', 'Huckitta', 'Imilac', 'Itqiy', 'Kaidun','Kainsaz', 'Karoonda', 'Kesen', 'Krasnojarsk', 'L''Aigle', 'Lac Dodon', 'Lake Murray', 'Loreto', 'Los Angeles', 'Łowicz', 'Mackinac Island', 'Mbozi','Middlesbrough', 'Millbillillie', 'Mineo', 'Monte Milone', 'Moss','Mundrabilla', 'Muonionalusta', 'Murchison', 'Nakhla', 'Nantan','Neuschwanstein', 'Northwest Africa 7034', 'Northwest Africa 7325', 'Norton County', 'Novato', 'Northwest Africa 3009', 'Oileán Ruaidh (Martian)', 'Old Woman', 'Oldenburg', 'Omolon', 'Orgueil', 'Ornans', 'Osseo', 'Österplana 065','Ourique', 'Pallasovka', 'Paragould', 'Park Forest', 'Pavlovka', 'Peace River','Peekskill', 'Penouille', 'Polonnaruwa', 'High Possil', 'Příbram', 'Pultusk','Qidong', 'Richardton', 'Santa Vitoria do Palmar', 'Sayh al Uhaymir 169','Seymchan', 'Shelter Island', 'Shergotty', 'Sikhote-Alin', 'Sołtmany','Springwater', 'St-Robert', 'Stannern', 'Sulagiri', 'Sutter''s Mill','Sylacauga', 'Tagish Lake', 'Tamdakht', 'Tenham', 'Texas Fireball', 'Tissint','Tlacotepec', 'Toluca', 'Treysa', 'Twannberg', 'Veliky Ustyug', 'Vermillion','Weston', 'Willamette', 'Winona', 'Wold Cottage', 'Yamato 000593','Yamato 691','Yamato 791197', 'Yardymly', 'Zagami', 'Zaisho', 'Zaklodzie']
17
17
  launch_vehicle: ['Antares', 'Ariane 5', 'Atlas', 'Diamant', 'Dnepr', 'Delta', 'Electron', 'Energia', 'Europa', 'Falcon 9', 'Falcon Heavy', 'GSLV', 'Juno', 'Long March', 'Mercury-Redstone', 'Minotaur', 'Pegasus', 'Proton', 'PSLV', 'Safir', 'Shavit', 'Saturn IV', 'Semiorka', 'Soyouz', 'Titan', 'Vega', 'Veronique', 'Zenit']
@@ -1,7 +1,7 @@
1
1
  en:
2
2
  faker:
3
3
  star_trek:
4
- character: ["James Tiberius Kirk", "Jean-Luc Picard", "Benjamin Sisko", "Kira Nerys", "Odo", "Jadzia Dax", "Julian Bashir", "Miles O'Brien", "Quark", "Jake Sisko", "Kathryn Janeway", "Chakotay", "Tuvok", "Tom Paris", "B'Elanna Torres", "Harry Kim", "Seven of Nine", "The Doctor", "Neelix", "Kes", "Jonathan Archer", "T'Pol", "Charles Tucker III", "Malcolm Reed", "Travis Mayweather", "Hoshi Sato", "Phlox", "Data", "William T. Riker", "Geordi La Forge", "Worf", "Beverly Crusher", "Deanna Troi", "Natasha Yar", "Wesley Crusher", "Spock", "Leonard McCoy", "Montgomery Scott", "Hikaru Sulu", "Pavel Chekov", "Nyota Uhuru"]
4
+ character: ["James Tiberius Kirk", "Jean-Luc Picard", "Benjamin Sisko", "Kira Nerys", "Odo", "Jadzia Dax", "Julian Bashir", "Miles O'Brien", "Quark", "Jake Sisko", "Kathryn Janeway", "Chakotay", "Tuvok", "Tom Paris", "B'Elanna Torres", "Harry Kim", "Seven of Nine", "The Doctor", "Neelix", "Kes", "Jonathan Archer", "T'Pol", "Charles Tucker III", "Malcolm Reed", "Travis Mayweather", "Hoshi Sato", "Phlox", "Data", "William T. Riker", "Geordi La Forge", "Worf", "Beverly Crusher", "Deanna Troi", "Natasha Yar", "Wesley Crusher", "Spock", "Leonard McCoy", "Montgomery Scott", "Hikaru Sulu", "Pavel Chekov", "Nyota Uhura"]
5
5
  location: ["Qo'noS", "Romulus", "Bajor", "Vulcan", "Neutral Zone", "Alpha Quadrant", "Beta Quadrant", "Delta Quadrant", "Gamma Quadrant", "Tau Ceti Prime", "Wolf 359", "Thalos VII", "Cardassia", "Trillius Prime", "Badlands", "Betazed", "Risa", "Deep Space Nine", "Ferenginar", "The Briar Patch", "Khitomer"]
6
6
  specie: ["Breen", "El-Aurian", "Jem'Hadar", "Kazon", "Ocampa", "Q", "Ferengi", "Klingon", "Talaxian", "Vidiian", "Cardassian", "Vulcan", "Borg", "Romulan", "Vorta", "Andorian", "Bajoran", "Betazoid"]
7
7
  villain: ["Q", "Gorn", "Khan Noonien Singh", "Ru'afo", "Maltz", "Kruge", "Ayel", "Admiral Marcus", "Martia", "Lt. Valeris", "V'ger", "God of Sha Ka Ree", "Admiral Dougherty", "Nero", "Krall", "Tolian Soran", "Shinzon", "General Chang", "Lursa", "B'Etor", "Borg Queen"]
@@ -959,7 +959,7 @@ en:
959
959
  - Light of Virtue
960
960
  - Lightning Beast
961
961
  - Lightning Cannonball
962
- - Lightning Grenade
962
+ - Lightning Grenade
963
963
  - Lightning Mole
964
964
  - Linear Movement
965
965
  - Linear Movement Avante
@@ -1308,12 +1308,12 @@ en:
1308
1308
  - Soul Passing
1309
1309
  - Soul Piede
1310
1310
  - Soul Reflect
1311
- - Soul Reflect: Kamal
1312
- - Soul Reflect: Stella
1311
+ - "Soul Reflect: Kamal"
1312
+ - "Soul Reflect: Stella"
1313
1313
  - Soul Satellite
1314
1314
  - Soul Spark
1315
1315
  - Soul Sphere
1316
- - Soul Sphere: Ankh
1316
+ - "Soul Sphere: Ankh"
1317
1317
  - Soul Spiral
1318
1318
  - Soul Throw
1319
1319
  - Soulless
@@ -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,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
- - Banjo-Kazooie
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
@@ -50,6 +53,7 @@ en:
50
53
  - Mii Fighter
51
54
  - Mii Gunner
52
55
  - Mii Sword Fighter
56
+ - Min Min
53
57
  - Mr. Game & Watch
54
58
  - Ness
55
59
  - Olimar
@@ -69,13 +73,15 @@ en:
69
73
  - Roy
70
74
  - Ryu
71
75
  - Samus
76
+ - Sephiroth
72
77
  - Sheik
73
78
  - Shulk
74
79
  - Simon Belmont
75
80
  - Snake
76
81
  - Sonic
77
82
  - Squirtle
78
- - Terry Bogard
83
+ - Steve
84
+ - Terry
79
85
  - Toon Link
80
86
  - Villager
81
87
  - Wario
@@ -85,6 +91,7 @@ en:
85
91
  - Young Link
86
92
  - Zelda
87
93
  - Zero Suit Samus
94
+ - Zombie
88
95
  stage:
89
96
  - 3D Land
90
97
  - 75m
@@ -116,6 +123,7 @@ en:
116
123
  - Frigate Orpheon
117
124
  - Gamer
118
125
  - Garden of Hope
126
+ - Garreg Mach Monastery
119
127
  - Gaur Plain
120
128
  - Gerudo Valley
121
129
  - Golden Plains
@@ -131,6 +139,7 @@ en:
131
139
  - Jungle Hijinxs
132
140
  - Jungle Japes
133
141
  - Kalos Pokémon League
142
+ - King of Fighters Stadium
134
143
  - Kongo Falls
135
144
  - Kongo Jungle
136
145
  - Living Room
@@ -143,8 +152,9 @@ en:
143
152
  - Mementos
144
153
  - Midgar
145
154
  - Miiverse
155
+ - Minecraft World
146
156
  - Moray Towers
147
- - Mushroom Kingdom
157
+ - Mushroom Kingdom
148
158
  - Mushroom Kingdom II
149
159
  - Mushroomy Kingdom
150
160
  - Mushroom Kingdom U
@@ -152,6 +162,7 @@ en:
152
162
  - New Donk City Hall
153
163
  - New Pork City
154
164
  - Norfair
165
+ - Northern Cave
155
166
  - Onett
156
167
  - Orbital Gate Assault
157
168
  - Pac-Land
@@ -180,10 +191,12 @@ en:
180
191
  - Shadow Moses Island
181
192
  - Skyloft
182
193
  - Skyworld
194
+ - Small Battlefield
183
195
  - Smashville
184
196
  - Spear Pillar
185
197
  - Spiral Mountain
186
198
  - Spirit Train
199
+ - Spring Stadium
187
200
  - Summit
188
201
  - Super Happy Tree
189
202
  - Super Mario Maker
@@ -198,9 +211,10 @@ en:
198
211
  - WarioWare, Inc.
199
212
  - Wii Fit Studio
200
213
  - Wily Castle
201
- - Windy Hill Zone
214
+ - Windy Hill Zone
202
215
  - Woolly World
203
216
  - Wrecking Crew
204
217
  - Wuhu Island
205
218
  - Yoshi's Island
206
219
  - Yoshi's Story
220
+ - Yggdrasil's Altar
@@ -0,0 +1,172 @@
1
+ en:
2
+ faker:
3
+ tea:
4
+ variety:
5
+ black:
6
+ - Assam
7
+ - Ceylon
8
+ - Congou
9
+ - Darjeeling
10
+ - Dianhong
11
+ - Earl Grey
12
+ - English Afternoon
13
+ - English Breakfast
14
+ - Irish Breakfast
15
+ - Jaekseol
16
+ - Jiu Qu Hong Mei
17
+ - Kangra
18
+ - Keemun
19
+ - Lady Grey
20
+ - Lahijan
21
+ - Lapsang Souchong
22
+ - Masala Chai
23
+ - Munnar
24
+ - Nepali
25
+ - Nilgiri
26
+ - Rize
27
+ - Scottish Breakfast
28
+ - Sun Moon Lake
29
+ - Yingdehong
30
+ oolong:
31
+ - Alishan
32
+ - Bai Jiguan
33
+ - Da Hong Pao
34
+ - Dancong
35
+ - Dongding
36
+ - Dongfang Meiren
37
+ - Fujian
38
+ - Gaoshan
39
+ - Huangjin Gui
40
+ - Ji Xuan
41
+ - Lishan
42
+ - Pouchong
43
+ - Rougui
44
+ - Ruan Zhi
45
+ - Shui Jin Gui
46
+ - Shui Xian
47
+ - Tieguanyin
48
+ - Tieluohan
49
+ - Tienguanyin
50
+ - Vietnamese
51
+ green:
52
+ - Bancha
53
+ - Biluochun
54
+ - Chun Mee
55
+ - Daejak
56
+ - Garucha
57
+ - Genmaicha
58
+ - Gunpowder
59
+ - Gyokuro
60
+ - Hojicha
61
+ - Huangshan Maofeng
62
+ - Ipcha
63
+ - Jungjak
64
+ - Kabusecha
65
+ - Kukicha
66
+ - Longjing
67
+ - Lu'an Melon Seed
68
+ - Matcha
69
+ - Sejak
70
+ - Sencha
71
+ - Shincha
72
+ - Taipin Houkui
73
+ - Ujeon
74
+ - Xinyang Maojian
75
+ white:
76
+ - Bai Mu Dan
77
+ - Fujian New Craft
78
+ - Gongmei
79
+ - Shou Mei
80
+ - Yi Zhen Bai Hao
81
+ herbal:
82
+ - Anise
83
+ - Asiatic Penny-Wort
84
+ - Bael Fruit
85
+ - Barley
86
+ - Bee Balm
87
+ - Boldo
88
+ - Burdock
89
+ - Cacao
90
+ - Caraway
91
+ - Cat's Claw
92
+ - Catnip
93
+ - Cerasse
94
+ - Chamomile
95
+ - Che Dang
96
+ - Chinese Knot-Weed
97
+ - Chrysanthemum
98
+ - Cinnamon
99
+ - Citrus Peel
100
+ - Dandelion
101
+ - Dill
102
+ - Dried Lime
103
+ - Echinacea
104
+ - Elderberry
105
+ - Essiac
106
+ - European Mistletoe
107
+ - Fennel
108
+ - Gentian
109
+ - Ginger Root
110
+ - Ginseng
111
+ - Goji
112
+ - Hawthorn
113
+ - Hibiscus
114
+ - Honeybush
115
+ - Horehound
116
+ - Houttuynia
117
+ - Jiaogulan
118
+ - Kapor
119
+ - Kuzuyu
120
+ - Labrador
121
+ - Lemon Balm
122
+ - Lemon Ginger
123
+ - Lemon Grass
124
+ - Licorice Root
125
+ - Lime Blossom
126
+ - Luo Han Guo
127
+ - Mint
128
+ - Moringa
129
+ - Mountain Tea
130
+ - Neem
131
+ - Nettle
132
+ - New Jersey Tea
133
+ - Noni
134
+ - Oksusu Cha
135
+ - Olive Leaf
136
+ - Osmanthus
137
+ - Pandan
138
+ - Patchouli
139
+ - Pine
140
+ - Qishr
141
+ - Red Clover
142
+ - Red Raspberry
143
+ - Roasted Wheat
144
+ - Rooibos
145
+ - Rose Hip
146
+ - Roselle
147
+ - Rosemary
148
+ - Sage
149
+ - Sagebrush
150
+ - Serendib
151
+ - Skurayu
152
+ - Sobacha
153
+ - Spearmint
154
+ - Spicebush
155
+ - Spruce
156
+ - St. John's Wort
157
+ - Thyme
158
+ - Tulsi
159
+ - Turmeric
160
+ - Valerian
161
+ - Verbena
162
+ - Vetiver
163
+ - Wax Gourd
164
+ - Wong Lo Kat
165
+ - Woodruff
166
+ - Yarrow
167
+ type:
168
+ - Black
169
+ - Oolong
170
+ - Green
171
+ - White
172
+ - Herbal