faker 2.20.0 → 3.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (178) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +346 -7
  3. data/History.md +1 -1
  4. data/README.md +193 -107
  5. data/lib/faker/blockchain/aeternity.rb +1 -1
  6. data/lib/faker/blockchain/ethereum.rb +1 -1
  7. data/lib/faker/blockchain/tezos.rb +1 -1
  8. data/lib/faker/books/dune.rb +2 -10
  9. data/lib/faker/books/lovecraft.rb +7 -38
  10. data/lib/faker/default/address.rb +5 -25
  11. data/lib/faker/default/alphanumeric.rb +2 -8
  12. data/lib/faker/default/app.rb +1 -10
  13. data/lib/faker/default/avatar.rb +1 -12
  14. data/lib/faker/default/bank.rb +9 -17
  15. data/lib/faker/default/boolean.rb +1 -4
  16. data/lib/faker/default/chile_rut.rb +25 -25
  17. data/lib/faker/default/code.rb +68 -39
  18. data/lib/faker/default/color.rb +77 -6
  19. data/lib/faker/default/commerce.rb +3 -17
  20. data/lib/faker/default/company.rb +50 -19
  21. data/lib/faker/default/crypto_coin.rb +3 -15
  22. data/lib/faker/default/date.rb +65 -42
  23. data/lib/faker/default/demographic.rb +1 -5
  24. data/lib/faker/default/driving_licence.rb +20 -19
  25. data/lib/faker/default/drone.rb +1 -1
  26. data/lib/faker/default/file.rb +5 -24
  27. data/lib/faker/default/finance.rb +17 -7
  28. data/lib/faker/default/food.rb +14 -1
  29. data/lib/faker/default/hipster.rb +6 -45
  30. data/lib/faker/default/html.rb +230 -0
  31. data/lib/faker/default/id_number.rb +125 -14
  32. data/lib/faker/default/internet.rb +116 -111
  33. data/lib/faker/default/invoice.rb +4 -17
  34. data/lib/faker/default/json.rb +2 -20
  35. data/lib/faker/default/lorem.rb +25 -74
  36. data/lib/faker/default/lorem_flickr.rb +4 -32
  37. data/lib/faker/default/markdown.rb +6 -11
  38. data/lib/faker/default/marketing.rb +1 -1
  39. data/lib/faker/default/measurement.rb +16 -48
  40. data/lib/faker/default/name.rb +1 -5
  41. data/lib/faker/default/nhs.rb +2 -6
  42. data/lib/faker/default/number.rb +10 -55
  43. data/lib/faker/default/omniauth.rb +6 -40
  44. data/lib/faker/default/phone_number.rb +2 -6
  45. data/lib/faker/default/placeholdit.rb +1 -12
  46. data/lib/faker/default/relationship.rb +1 -5
  47. data/lib/faker/default/release notes.md +59 -0
  48. data/lib/faker/default/source.rb +3 -16
  49. data/lib/faker/default/string.rb +1 -5
  50. data/lib/faker/default/stripe.rb +4 -20
  51. data/lib/faker/default/time.rb +4 -32
  52. data/lib/faker/default/twitter.rb +7 -23
  53. data/lib/faker/default/types.rb +7 -28
  54. data/lib/faker/default/vehicle.rb +40 -51
  55. data/lib/faker/default/vulnerability_identifier.rb +23 -0
  56. data/lib/faker/default/world_cup.rb +2 -11
  57. data/lib/faker/games/clash_of_clans.rb +1 -1
  58. data/lib/faker/games/dnd.rb +49 -7
  59. data/lib/faker/games/dota.rb +1 -5
  60. data/lib/faker/games/final_fantasy_xiv.rb +73 -0
  61. data/lib/faker/games/minecraft.rb +1 -1
  62. data/lib/faker/games/myst.rb +1 -1
  63. data/lib/faker/games/tarkov.rb +205 -0
  64. data/lib/faker/japanese_media/cowboy_bebop.rb +61 -0
  65. data/lib/faker/japanese_media/kamen_rider.rb +2 -2
  66. data/lib/faker/japanese_media/one_piece.rb +1 -1
  67. data/lib/faker/movies/avatar.rb +49 -0
  68. data/lib/faker/movies/hackers.rb +48 -0
  69. data/lib/faker/movies/star_wars.rb +1 -5
  70. data/lib/faker/movies/tron.rb +161 -0
  71. data/lib/faker/quotes/quote.rb +13 -0
  72. data/lib/faker/sports/chess.rb +90 -0
  73. data/lib/faker/sports/mountaineering.rb +22 -0
  74. data/lib/faker/sports/sport.rb +116 -0
  75. data/lib/faker/travel/airport.rb +43 -0
  76. data/lib/faker/travel/train_station.rb +54 -0
  77. data/lib/faker/tv_shows/archer.rb +51 -0
  78. data/lib/faker/tv_shows/south_park.rb +15 -0
  79. data/lib/faker/tv_shows/spongebob.rb +50 -0
  80. data/lib/faker/version.rb +1 -1
  81. data/lib/faker.rb +26 -67
  82. data/lib/helpers/base58.rb +1 -1
  83. data/lib/helpers/positional_generator.rb +480 -0
  84. data/lib/helpers/unique_generator.rb +13 -11
  85. data/lib/locales/README.md +18 -2
  86. data/lib/locales/ar.yml +1 -0
  87. data/lib/locales/bg.yml +1 -1
  88. data/lib/locales/da-DK.yml +1 -1
  89. data/lib/locales/de-AT.yml +1 -2
  90. data/lib/locales/de-CH.yml +4336 -12
  91. data/lib/locales/de.yml +1 -1
  92. data/lib/locales/en/airport.yml +381 -0
  93. data/lib/locales/en/archer.yml +75 -0
  94. data/lib/locales/en/australia.yml +3 -4
  95. data/lib/locales/en/avatar.yml +31 -0
  96. data/lib/locales/en/chess.yml +103 -0
  97. data/lib/locales/en/company.yml +1 -0
  98. data/lib/locales/en/computer.yml +23 -4
  99. data/lib/locales/en/cowboy_bebop.yml +163 -0
  100. data/lib/locales/en/dnd.yml +186 -1
  101. data/lib/locales/en/dota.yml +113 -0
  102. data/lib/locales/en/file.yml +9 -1
  103. data/lib/locales/en/final_fantasy_xiv.yml +754 -0
  104. data/lib/locales/en/finance.yml +3 -1
  105. data/lib/locales/en/food.yml +12 -0
  106. data/lib/locales/en/game.yml +0 -1
  107. data/lib/locales/en/hackers.yml +53 -0
  108. data/lib/locales/en/heroes.yml +2 -2
  109. data/lib/locales/en/internet.yml +32 -0
  110. data/lib/locales/en/minecraft.yml +4 -4
  111. data/lib/locales/en/mitch_hedberg.yml +46 -0
  112. data/lib/locales/en/mountaineering.yml +14 -0
  113. data/lib/locales/en/movie.yml +2 -1
  114. data/lib/locales/en/naruto.yml +2 -3
  115. data/lib/locales/en/one_piece.yml +1 -1
  116. data/lib/locales/en/opera.yml +2 -2
  117. data/lib/locales/en/overwatch.yml +5 -7
  118. data/lib/locales/en/source.yml +5 -0
  119. data/lib/locales/en/south_park.yml +360 -2
  120. data/lib/locales/en/spongebob.yml +489 -0
  121. data/lib/locales/en/sport.yml +130 -0
  122. data/lib/locales/en/star_wars.yml +1 -1
  123. data/lib/locales/en/tarkov.yml +593 -0
  124. data/lib/locales/en/train_station.yml +280 -0
  125. data/lib/locales/en/tron.yml +227 -0
  126. data/lib/locales/en/vehicle.yml +2809 -75
  127. data/lib/locales/en-AU.yml +2 -2
  128. data/lib/locales/en-CA.yml +2 -1
  129. data/lib/locales/en-GB.yml +2 -1
  130. data/lib/locales/en-MS.yml +1 -0
  131. data/lib/locales/en-NG.yml +1 -0
  132. data/lib/locales/en-NZ.yml +1 -0
  133. data/lib/locales/en-PAK.yml +1 -0
  134. data/lib/locales/en-SG.yml +1 -0
  135. data/lib/locales/en-UG.yml +1 -0
  136. data/lib/locales/en-US.yml +1 -1
  137. data/lib/locales/en-ZA.yml +1 -1
  138. data/lib/locales/en-au-ocker.yml +2 -0
  139. data/lib/locales/es-AR.yml +3 -2
  140. data/lib/locales/es-MX.yml +1 -1
  141. data/lib/locales/es.yml +2 -2
  142. data/lib/locales/fi-FI.yml +3 -1
  143. data/lib/locales/fr/address.yml +0 -1
  144. data/lib/locales/fr/adjective.yml +266 -0
  145. data/lib/locales/fr/ancient.yml +141 -0
  146. data/lib/locales/fr/name.yml +2 -1
  147. data/lib/locales/fr-CA.yml +1 -1
  148. data/lib/locales/fr-CH.yml +1 -1
  149. data/lib/locales/hy.yml +2 -1
  150. data/lib/locales/it.yml +1 -0
  151. data/lib/locales/ja/adjective.yml +148 -0
  152. data/lib/locales/ja/dog.yml +1 -0
  153. data/lib/locales/ja/emotion.yml +51 -0
  154. data/lib/locales/ja/naruto.yml +230 -0
  155. data/lib/locales/ja/relationship.yml +10 -0
  156. data/lib/locales/ja/sport.yml +130 -0
  157. data/lib/locales/ja/super_mario.yml +1 -1
  158. data/lib/locales/ko.yml +1 -0
  159. data/lib/locales/lt.yml +0 -1
  160. data/lib/locales/mi-NZ.yml +2 -0
  161. data/lib/locales/nb-NO.yml +1 -0
  162. data/lib/locales/nl.yml +1 -0
  163. data/lib/locales/pl.yml +2 -2
  164. data/lib/locales/pt-BR.yml +1 -0
  165. data/lib/locales/pt.yml +1 -1
  166. data/lib/locales/ru.yml +1 -0
  167. data/lib/locales/sk.yml +1 -0
  168. data/lib/locales/sv.yml +1 -0
  169. data/lib/locales/th.yml +76 -76
  170. data/lib/locales/tr.yml +1 -0
  171. data/lib/locales/uk.yml +3 -0
  172. data/lib/locales/vi.yml +1 -0
  173. data/lib/locales/zh-CN.yml +1 -0
  174. data/lib/locales/zh-TW.yml +1 -0
  175. metadata +46 -127
  176. data/lib/faker/default/fillmurray.rb +0 -45
  177. data/lib/faker/default/lorem_pixel.rb +0 -70
  178. /data/lib/faker/default/{faker_adjective.rb → adjective.rb} +0 -0
@@ -48,6 +48,8 @@ en:
48
48
  - /6706#########{5,6}L/
49
49
  - /6771#########{5,6}L/
50
50
  - /6709#########{5,6}L/
51
+ condominium_fiscal_code:
52
+ IT: "#########"
51
53
  vat_number:
52
54
  AT: "ATU########"
53
55
  AR: "AR###########"
@@ -79,7 +81,7 @@ en:
79
81
  HR: "HR### ### ### ##"
80
82
  "NO": "NO#########"
81
83
  HU: "HU########"
82
- IT: "IT##########"
84
+ IT: "IT###########"
83
85
  LT:
84
86
  - "LT#########"
85
87
  - "LT############"
@@ -1,6 +1,18 @@
1
1
  en:
2
2
  faker:
3
3
  food:
4
+ allergens:
5
+ - Eggs
6
+ - Milk
7
+ - Mustard
8
+ - Peanuts
9
+ - Crustaceans and molluscs
10
+ - Fish
11
+ - Sesame seeds
12
+ - Soy
13
+ - Sulphites
14
+ - Tree Nuts
15
+ - Wheat and triticale
4
16
  dish:
5
17
  - Arepas
6
18
  - Barbecue Ribs
@@ -230,7 +230,6 @@ en:
230
230
  - 'Command & Conquer 4: Tiberian Twilight'
231
231
  - 'Command & Conquer: Rivals'
232
232
  - 'Command & Conquer: Tiberium Alliances'
233
- -
234
233
  genre:
235
234
  - 'First-person shooter'
236
235
  - 'Puzzle'
@@ -0,0 +1,53 @@
1
+ en:
2
+ faker:
3
+ hackers:
4
+ characters:
5
+ - Dade Murphy
6
+ - Kate Libby
7
+ - Emmanuel Goldstein
8
+ - Ramόn Sánchez
9
+ - Paul Cook
10
+ - Joey Pardella
11
+ - Eugene Belford
12
+ - Margo Wallace
13
+ - Hal
14
+ - Lauren Murphy
15
+ - Special Agent Richard Gill
16
+ - Special Agent Ray
17
+ - Special Agent Bob
18
+ handles:
19
+ - Zero Cool
20
+ - Crash Override
21
+ - Acid Burn
22
+ - Cereal Killer
23
+ - The Phantom Phreak
24
+ - Lord Nikon
25
+ - The Plague
26
+ - Razor
27
+ - Blade
28
+ quotes:
29
+ - Hack the Planet!
30
+ - There is no right or wrong, only fun and boring
31
+ - Mess with the best, die like the rest
32
+ - This is the end, my friend. Thank you for calling
33
+ - Never send a boy to do a woman's job
34
+ - We have no names, man. No names. We are nameless!
35
+ - Kid, don't threaten me. There are worse things than death, and uh, I can do all of them
36
+ - I got a photographic memory. It's a curse!
37
+ - Remember, hacking is more than just a crime. It's a survival trait
38
+ - This is our world now. The world of the electron and the switch. The beauty of the baud. We exist without nationality, skin color, or religious bias. You wage wars, murder, cheat, lie to us and try to make us believe it's for our own good, yet we're the criminals. Yes, I am a criminal. My crime is that of curiosity. I am a hacker and this is my manifesto. You may stop me, but you can't stop us all
39
+ - God gave men brains larger than dogs so they wouldn't hump women's legs at cocktail parties
40
+ - There is no right and wrong. There's only fun and boring
41
+ - Never fear, I is here
42
+ - It's stupid, man. It's universally stupid
43
+ - Yo, I kinda feel like God
44
+ - That's it, you're looking at it. He just looks slick all day
45
+ - Well, it looks like I'm on top
46
+ - Congratulations. No one's ever beat her before. You just made an enemy for life
47
+ - Pool on the roof must have a leak
48
+ - Whoa, this isn't wood shop class?
49
+ - I hope you don't screw like you type
50
+ - I don't play well with others
51
+ - Anything else? You want me to mow the lawn? Oops forgot, New York, no grass
52
+ - It's in that place where I put that thing that time
53
+ - RISC is good
@@ -83,7 +83,7 @@ en:
83
83
  - Labetha
84
84
  - Lacus
85
85
  - Lord Haart
86
- - Lord Haart
86
+ - Lord Haart
87
87
  - Lorelei
88
88
  - Loynis
89
89
  - Luna
@@ -261,7 +261,7 @@ en:
261
261
  - Battle Mage
262
262
  - Beastmaster
263
263
  - Cleric
264
- - Death Knight
264
+ - Death Knight
265
265
  - Demoniac
266
266
  - Druid
267
267
  - Elementalist
@@ -10,6 +10,9 @@ en:
10
10
  - org
11
11
  - io
12
12
  - co
13
+ safe_domain_suffix:
14
+ - example
15
+ - test
13
16
  free_email:
14
17
  - gmail.com
15
18
  - yahoo.com
@@ -124,3 +127,32 @@ en:
124
127
  - Opera/9.80 (X11; Linux i686; Ubuntu/14.10) Presto/2.12.388 Version/12.16
125
128
  safari:
126
129
  - Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/7046A194A
130
+ bot_user_agent:
131
+ googlebot:
132
+ - Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Googlebot/2.1; +http://www.google.com/bot.html) Chrome/83.0.4103.122 Safari/537.36
133
+ - Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Googlebot/2.1; +http://www.google.com/bot.html) Chrome/99.0.4844.84 Safari/537.36
134
+ - Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
135
+ - Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Googlebot/2.1; +http://www.google.com/bot.html) Chrome/87.0.4280.90 Safari/537.36
136
+ - Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Googlebot/2.1; +http://www.google.com/bot.html) Safari/537.36 Googlebot-Image/1.0
137
+ bingbot:
138
+ - Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/86.0.4240.68 Safari/537.36 Edg/86.0.622.31
139
+ - Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534 +(KHTML, like Gecko) BingPreview/1.0b
140
+ - Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0; BingPreview/1.0b) like Gecko
141
+ - Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/98.0.4758.102 Safari/537.36
142
+ - Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)
143
+ duckduckbot:
144
+ - DuckDuckBot-Https/1.1; (+https://duckduckgo.com/duckduckbot)
145
+ - Mozilla/5.0 (compatible; DuckDuckBot-Https/1.1; https://duckduckgo.com/duckduckbot)
146
+ - DuckDuckBot/1.1; (+http://duckduckgo.com/duckduckbot.html)
147
+ - DuckDuckBot-Https/1.1; (+https://duckduckgo.com/duckduckbot)
148
+ - Mozilla/5.0 (compatible; DuckDuckBot-Https/1.1; https://duckduckgo.com/duckduckbot)
149
+ baiduspider:
150
+ - Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1 (compatible; Baiduspider-render/2.0 ; +http://www.baidu.com/search/spider.html)
151
+ - Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1 (compatible; Baiduspider-render/2.0 ; Smartapp; +http://www.baidu.com/search/spider.html)
152
+ - Mozilla/5.0 (compatible; Baiduspider-render/2.0 ; +http://www.baidu.com/search/spider.html)
153
+ yandexbot:
154
+ - Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)
155
+ - Mozilla/5.0 (compatible; YandexDirect/3.0; +http://yandex.com/bots)
156
+ - Mozilla/5.0 (compatible; YandexMetrika/2.0; +http://yandex.com/bots yabs01)
157
+ - Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.268
158
+ - Mozilla/5.0 (compatible; YandexImages/3.0; +http://yandex.com/bots)
@@ -629,14 +629,14 @@ en:
629
629
  - Piglin
630
630
  status_effect:
631
631
  - Absorption
632
- - Bad Luck
632
+ - Bad Luck
633
633
  - Bad Omen
634
634
  - Blindness
635
635
  - Conduit Power
636
- - Dolphin's Grace
637
- - Fatal Poison
636
+ - Dolphin's Grace
637
+ - Fatal Poison
638
638
  - Fire Resistance
639
- - Glowing
639
+ - Glowing
640
640
  - Haste
641
641
  - Health Boost
642
642
  - Hero of the Village
@@ -0,0 +1,46 @@
1
+ en:
2
+ faker:
3
+ quote:
4
+ mitch_hedberg:
5
+ - An escalator can never break, it can only become stairs. You should never see an 'Escalator Temporarily Out Of Order' sign, just 'Escalator Temporarily Stairs. Sorry for the convenience'.
6
+ - I'm sick of following my dreams. I'm just going to ask them where they're goin', and hook up with them later.
7
+ - Is a hippopotamus a hippopotamus, or just a really cool Opotamus?
8
+ - I don't have a girlfriend. But I do know a woman who'd be mad at me for saying that.
9
+ - I was at this casino minding my own business, and this guy came up to me and said, 'You're gonna have to move, you're blocking a fire exit.' As though if there was a fire, I wasn't gonna run. If you're flammible and have legs, you are never blocking a fire exit.
10
+ - Rice is great if you're really hungry and want to eat two thousand of something.
11
+ - My friend asked me if I wanted a frozen banana. I said 'No, but I want a regular banana later, so... yeah.'
12
+ - My belt holds my pants up, but the belt loops hold my belt up. I don't really know what's happening down there. Who is the real hero?
13
+ - I wanted to buy a candle holder, but the store didn't have one. So I got a cake.
14
+ - I haven't slept for ten days, because that would be too long.
15
+ - I like refried beans. That's why I wanna try fried beans, because maybe they're just as good and we're just wasting time.
16
+ - Y'know, you can't please all the people all the time... and last night, all those people were at my show.
17
+ - Fettucini alfredo is macaroni and cheese for adults.
18
+ - I bought a seven-dollar pen because I always lose pens and I got sick of not caring.
19
+ - I want to get a vending machine, with fun sized candy bars, and the glass in front is a magnifying glass. You'll be mad, but it will be too late.
20
+ - This shirt is dry clean only. Which means it's dirty.
21
+ - If carrots got you drunk, rabbits would be messed-up.
22
+ - The depressing thing about tennis is that no matter how good I get, I'll never be as good as a wall.
23
+ - I'm against picketing, but I don't know how to show it.
24
+ - I like to play blackjack. I'm not addicted to gambling. I'm addicted to sitting in a semi-circle.
25
+ - Every time I go and shave, I assume there's someone else on the planet shaving. So I say, 'I'm gonna go shave, too.'
26
+ - I recently took up ice sculpting. Last night I made an ice cube. This morning I made 12, I was prolific.
27
+ - I would imagine that if you could understand Morse code, a tap dancer would drive you crazy.
28
+ - I had a stick of CareFree gum, but it didn't work. I felt pretty good while I was blowing that bubble, but as soon as the gum lost its flavor, I was back to pondering my mortality.
29
+ - I drank some boiling water because I wanted to whistle.
30
+ - I like to hold the microphone cord like this, I pinch it together, then I let it go, then you hear a whole bunch of jokes at once.
31
+ - My sister wanted to be an actress, but she never made it. She does live in a trailer. She got halfway. She's an actress, she just never gets called to the set.
32
+ - I'd like to get four people who do cart wheels very good, and make a cart.
33
+ - If my kid couldn't draw I'd make sure that my kitchen magnets didn't work.
34
+ - I saw a human pyramid once. It was very unnecessary.
35
+ - People teach their dogs to sit; it's a trick. I've been sitting my whole life, and a dog has never looked at me as though he thought I was tricky.
36
+ - I wish my name was Brian because maybe sometimes people would misspell my name and call me Brain. That's like a free compliment and you don't even gotta be smart to notice it.
37
+ - It's very dangerous to wave to people you don't know because what if they don't have hands? They'll think you're cocky.
38
+ - I like Kit-Kats, unless I'm with four or more people.
39
+ - Dogs are forever in the push up postion.
40
+ - I wish I could play little league now. I'd be way better than before.
41
+ - When someone hands you a flyer, it's like they're saying here you throw this away.
42
+ - I once saw a forklift lift a crate of forks. And it was way to literal for me.
43
+ - Every book is a children's book if the kid can read.
44
+ - I'm a heroine addict. I need to have sex with women who have saved someone's life.
45
+ - I wear a necklace, cause I wanna know when I'm upside down.
46
+ - You know when they have a fishing show on TV? They catch the fish and then let it go. They don't want to eat the fish, they just want to make it late for something.
@@ -0,0 +1,14 @@
1
+ en:
2
+ faker:
3
+ mountaineering:
4
+ mountaineer:
5
+ - Junko Tabei
6
+ - Catherine Destivelle
7
+ - Sasha DiGiulian
8
+ - Priti Wright
9
+ - Caroline Gleich
10
+ - Conrad Anker
11
+ - Edmund Hillary
12
+ - George Mallory
13
+ - Steve House
14
+ - Fred Beckey
@@ -186,6 +186,7 @@ en:
186
186
  - 'Toy Story'
187
187
  - 'Toy Story 2'
188
188
  - 'Toy Story 3'
189
+ - 'TRON'
189
190
  - 'Twelve Monkeys'
190
191
  - 'Unforgiven'
191
192
  - 'V for Vendetta'
@@ -193,4 +194,4 @@ en:
193
194
  - 'WALL·E'
194
195
  - 'Whiplash'
195
196
  - 'Witness for the Prosecution'
196
- quote: ["Frankly, my dear, I don’t give a damn.", "I'm going to make him an offer he can't refuse.", "Toto, I've got a feeling we're not in Kansas anymore.", "Here's looking at you, kid.", "Go ahead, make my day.", "All right, Mr. DeMille, I'm ready for my closeup.", "May the Force be with you.", "Fasten your seatbelts. It's going to be a bumpy night.", "You talking to me?", "What we've got here is failure to communicate.", "I love the smell of napalm in the morning."]
197
+ quote: ["Frankly, my dear, I don’t give a damn.", "I'm going to make him an offer he can't refuse.", "Toto, I've got a feeling we're not in Kansas anymore.", "Here's looking at you, kid.", "Go ahead, make my day.", "All right, Mr. DeMille, I'm ready for my closeup.", "May the Force be with you.", "Fasten your seatbelts. It's going to be a bumpy night.", "You talking to me?", "What we've got here is failure to communicate.", "I love the smell of napalm in the morning.", "Greetings, programs!"]
@@ -22,7 +22,7 @@ en:
22
22
  - "Akahoshi"
23
23
  - "Akamaru"
24
24
  - "Akane"
25
- - "kane (Kunoichi)"
25
+ - "Akane (Kunoichi)"
26
26
  - "Akane's Father"
27
27
  - "Akari Tatsushiro"
28
28
  - "Akatsuchi"
@@ -49,7 +49,6 @@ en:
49
49
  - "Anko Mitarashi"
50
50
  - "Ao"
51
51
  - "Aoba Yamashiro"
52
- - "Aoba Yamashiro"
53
52
  - "Aoda"
54
53
  - "Aoi (game)"
55
54
  - "Aoi Rokushō"
@@ -126,7 +125,7 @@ en:
126
125
  - "Chōchō Akimichi"
127
126
  - "Chōhan"
128
127
  - "Chōji Akimichi"
129
- - "Chōji's Mothe"
128
+ - "Chōji's Mother"
130
129
  - "Chōjūrō"
131
130
  - "Chōmei"
132
131
  - "Chōseki"
@@ -6,4 +6,4 @@ en:
6
6
  islands: ["Dawn Island", "Goat Island", "Shells Town", "Organ Islands", "Island of Rare Animals", "Gecko Islands", "Conomi Islands", "Loguetown", "Kumate Island", "Mirrorball Island", "Tequila Wolf", "Cozia", "Ohara", "Ilusia", "Thriller Bark", "Toroa", "Las Camp", "Kano Country", "Germa Kingdom", "Lvneel Kingdom", "Micqueot", "Spider Miles", "Flevance", "Rubeck Island", "Swallow Island", "Minion Island", "Rakesh", "Notice", "Briss Kingdom", "Karate Island", "Centaurea", "Torino Kingdom", "Baterilla", "Black Drum Kingdom", "Fishman Island", "Amazon Lily", "Impel Down", "Rasukaina", "Cactus Island", "Little Garden", "Holliday Island", "Drum Island", "Alabasta", "Nanimonai Island", "Jaya", "Long Ring Long Land", "Water 7", "Enies Lobby", "San Faldo", "Pucci", "St. Poplar", "Florian Triangle", "Sabaody Archipelago", "Marineford", "Vira", "Banaro Island", "Yuki's Island", "Buggy's Treasure Island", "G-2", "Karakuri Island", "Mamoiro Island", "Boin Archipelago", "Namakura Island", "Kuraigana Island", "Merveille", "G-1", "Yukiryu Island", "Baltigo", "Wano Country", "Edd War", "Floodvalter", "G-5", "Laftel", "Whole Cake Island", "Cacao Island", "Jam Island", "Nuts Island", "Cheese Island", "Biscuits Island", "Candy Island", "Milk Island", "Punk Hazard", "Raijin Island", "Risky Red Island", "Mystoria Island", "Dressrosa", "Green Bit", "Zou", "Prodence Kingdom", "Applenine Island", "Karai Bari Island", "Broc Coli Island", "Elbaf", "Skypiea", "Weatheria"]
7
7
  locations: ["Foosha Village", "Mt. Colubo", "Gray Terminal", "Midway Forest", "Goa Kingdom", "Orange Town", "Syrup Village", "Shimotsuki Village", "Baratie", "Gosa Village", "Cocoyashi Village", "Arlong Park", "Ryugu Kingdom", "Reverse Mountain", "Twin Cape", "Mariejois", "Whiskey Peak", "Bighorn", "Drum Rockies", "Cocoa Weed", "Gyasta", "Robelie", "Sandora Desert", "Sandora River", "Rainbase", "Yuba", "Erumalu", "Nanohana", "Katorea", "Spiders Cafe", "Alubarna", "Tamarisk", "Suiren", "Mock Town", "Sea Train Area", "Totto Land", "Acacia", "Sebio", "Moon", "Birka", "Angel Island", "Upper Yard", "Shandia Village", "Heaven's Gate", "Clouds End", "Rommel Kingdom", "Eight Nine Island", "High Mountain", "Nakrowa", "Land of Ice", "Great Kingdom"]
8
8
  quotes: ["I love heroes, but I don't want to be one. Do you even know what a hero is!? For example, you have some meat. Pirates will feast on the meat, but the hero will distribute it among the people! I want to eat the meat!", "Don't ever think there's any perfect society made by humans!! If you think that way you'll overlook the enemy!! Don't be fooled by appearances!", "If I can't even protect my captain's dream, then whatever ambition I have is nothing but talk! Luffy must be the man who becomes the Pirate King!", "Old man, everyone!! And you.. Luffy. Even though I've been good for nothing my whole life, even though I have the blood of a demon within me... You guys still loved me! Thank you so much!!", "Compared to the \"righteous\" greed of the rulers, the criminals of the world seem much more honorable. When scum rules the world, only more scum is born.", "Pirates are evil? The Marines are righteous?... Justice will prevail, you say? But of course it will! Whoever wins this war becomes justice!", "When do you think people die? When they are shot through the heart by the bullet of a pistol? No. When they are ravaged by an incurable disease? No... It’s when they're forgotten!", "You can spill drinks on me, even spit on me. I'll just laugh about it. But If you dare to hurt my friends... I won't forgive you!", "The government says your existence is a crime, but no matter what kind of weapons you may hold, just being alive isn't a sin! There's no crime in living!", "ONE PIECE IS REAL!", "It's not some sort of special power. He has the ability to make allies of everyone he meets. And that is the most fearsome ability on the high seas.", "I want to live!", "Maybe nothing in this world happens by accident. As everything happens for a reason, our destiny slowly takes form.", "Food is a gift from god. Spices are a gift from the devil. It looks like it was a bit too spicy for you.", "I don't care now. I wanted to look like a human because I wanted friends. Now I want to be a monster who's helpful to Luffy!", "Miracles only happen to those who never give up.", "Stop counting only those things you have lost! What is gone, is gone! So ask yourself this. What is there... that still remains to you?!", "If you want to protect something, do it right! Don't let them get their way anymore!", "The royalty and nobles are behind the fire... Believe me... This town smells worse than Gray Terminal. It smells like rotten people! If I stay here... I'll never be free! I'm... ashamed to be born a noble!", "There comes a time when a man has to stand and fight! That time is when his friends' dreams are being laughed at! And I won't let you laugh at that!", "To true friendship, how long you've known each other means nothing.", "When the world shoves you around, you just gotta stand up and shove back. It's not like somebody's gonna save you if you start babbling excuses.", "People's dreams... Never end!", "If you kill yourself, I'll kill you!", "I don't wanna live a thousand years. If I just live through today, that'll be enough."]
9
- akumas_no_mi: ["Gomu Gomu no Mi", "Hana Hana no Mi", "Doru Doru no Mi", "Baku Baku no Mi", "Mane Mane no Mi", "Supa Supa no Mi", "Ori Ori no Mi", "Bane Bane no Mi", "Noro Noro no Mi", "Doa Doa no Mi", "Awa Awa no Mi", "Beri Beri no Mi", "Sabi Sabi no Mi", "Shari Shari no Mi", "Yomi Yomi no Mi", "Kage Kage no Mi", "Horo Horo no Mi", "Suke Suke no Mi", "Nikyu Nikyu no Mi", "Mero Mero no Mi", "Doku Doku no Mi", "Horu Horu no Mi", "Choki Choki no Mi", "Gura Gura no Mi", "Fuwa Fuwa no Mi", "Woshu Woshu no Mi", "Mato Mato no Mi", "Ope Ope no Mi", "Buki Buki no Mi", "Bari Bari no Mi", "Nui Nui no Mi", "Giro Giro no Mi", "Ato Ato no Mi", "Jake Jake no Mi", "Pamu Pamu no Mi", "Sui Sui no Mi", "Hira Hira no Mi", "Ishi Ishi no Mi", "Nagi Nagi no Mi", "Ito Ito no Mi", "Shiro Shiro no Mi", "Chiyu Chiyu no Mi", "Ushi Ushi no Mi", "Hito Hito no Mi", "Tori Tori no Mi", "Inu Inu no Mi", "Neko Neko no Mi", "Zou Zou no Mi", "Hebi Hebi no Mi", "Sara Sara no Mi", "Mushi Mushi no Mi", "Batto Batto no Mi", "Mogu Mogu no Mi", "Uma Uma no Mi", "Kame Kame no Mi", "Moku Moku no Mi", "Mera Mera no Mi", "Suna Suna no Mi", "Goro Goro no Mi", "Hie Hie no Mi", "Pika Pika no Mi", "Magu Magu no Mi", "Numa Numa no Mi", "Gasu Gasu no Mi", "Yuki Yuki no Mi"]
9
+ akuma_no_mi: ["Gomu Gomu no Mi", "Hana Hana no Mi", "Doru Doru no Mi", "Baku Baku no Mi", "Mane Mane no Mi", "Supa Supa no Mi", "Ori Ori no Mi", "Bane Bane no Mi", "Noro Noro no Mi", "Doa Doa no Mi", "Awa Awa no Mi", "Beri Beri no Mi", "Sabi Sabi no Mi", "Shari Shari no Mi", "Yomi Yomi no Mi", "Kage Kage no Mi", "Horo Horo no Mi", "Suke Suke no Mi", "Nikyu Nikyu no Mi", "Mero Mero no Mi", "Doku Doku no Mi", "Horu Horu no Mi", "Choki Choki no Mi", "Gura Gura no Mi", "Fuwa Fuwa no Mi", "Woshu Woshu no Mi", "Mato Mato no Mi", "Ope Ope no Mi", "Buki Buki no Mi", "Bari Bari no Mi", "Nui Nui no Mi", "Giro Giro no Mi", "Ato Ato no Mi", "Jake Jake no Mi", "Pamu Pamu no Mi", "Sui Sui no Mi", "Hira Hira no Mi", "Ishi Ishi no Mi", "Nagi Nagi no Mi", "Ito Ito no Mi", "Shiro Shiro no Mi", "Chiyu Chiyu no Mi", "Ushi Ushi no Mi", "Hito Hito no Mi", "Tori Tori no Mi", "Inu Inu no Mi", "Neko Neko no Mi", "Zou Zou no Mi", "Hebi Hebi no Mi", "Sara Sara no Mi", "Mushi Mushi no Mi", "Batto Batto no Mi", "Mogu Mogu no Mi", "Uma Uma no Mi", "Kame Kame no Mi", "Moku Moku no Mi", "Mera Mera no Mi", "Suna Suna no Mi", "Goro Goro no Mi", "Hie Hie no Mi", "Pika Pika no Mi", "Magu Magu no Mi", "Numa Numa no Mi", "Gasu Gasu no Mi", "Yuki Yuki no Mi"]
@@ -87,7 +87,7 @@ en:
87
87
  - Alfredo il grande
88
88
  - Il fortunato inganno
89
89
  - L'ajo nell'imbarazzo
90
- - Emilia di Liverpool or L'eremitaggio di Liverpool
90
+ - Emilia di Liverpool or L'eremitaggio di Liverpool
91
91
  - Alahor in Granata
92
92
  - Don Gregorio
93
93
  - Elvida
@@ -324,7 +324,7 @@ en:
324
324
  - Maître Pierre
325
325
  - Polyeucte
326
326
  - Le tribut de Zamora
327
- by_camille_saint_saëns:
327
+ by_camille_saint_saens:
328
328
  - L'ancêtre
329
329
  - Ascanio
330
330
  - Les barbares
@@ -8,13 +8,13 @@ en:
8
8
  - Baptiste
9
9
  - Bastion
10
10
  - Brigitte
11
+ - Cassidy
11
12
  - D.va
12
13
  - Doomfist
13
14
  - Genji
14
15
  - Hanzo
15
16
  - Junkrat
16
17
  - Lucio
17
- - McCree
18
18
  - Mei
19
19
  - Mercy
20
20
  - Moira
@@ -265,9 +265,8 @@ en:
265
265
  - No one likes a squealer
266
266
  - Ready for the fireworks
267
267
  - You that sound like a bad thing
268
- - Brave of you to show your face around here, Jesse
268
+ - Brave of you to show your face around here, Cole
269
269
  - On the dartboard
270
- - What did you do with it Jesse
271
270
  - Too competent
272
271
  - Ultimate - Light Em Up
273
272
  - Ultimate - Vide Bal Sou Yo
@@ -1048,7 +1047,7 @@ en:
1048
1047
  - Bastion, you would make the perfect research assistant
1049
1048
  - Youre just no good bully
1050
1049
  - Look somewhere else
1051
- - Hey, McCree, do you know what time it is
1050
+ - Hey, Cole, do you know what time it is
1052
1051
  - I love your glasses, so cute!
1053
1052
  - We should compare notes some time
1054
1053
  - Zarya How can you even pick up all that weight
@@ -1340,7 +1339,6 @@ en:
1340
1339
  - Target Eliminated
1341
1340
  - Final Blow - You Got Served
1342
1341
  - Sorry, Reinhardt
1343
- - "(vs McCree) Got you this time, Jesse"
1344
1342
  - You made a tactical error
1345
1343
  - I Always Get My Prey
1346
1344
  - Operating At Maximum Efficiency
@@ -1393,7 +1391,7 @@ en:
1393
1391
  - Try me
1394
1392
  - Then I have nothing to worry about
1395
1393
  - I always dreamed of the day we would fight together
1396
- - McCree, where did you learn to shoot like that
1394
+ - Cassidy, where did you learn to shoot like that?
1397
1395
  - See you in the air
1398
1396
  - I had a poster of you on my wall when I was younger
1399
1397
  - I lost many good soldiers here
@@ -1897,7 +1895,7 @@ en:
1897
1895
  - If you hold the information, you hold all the cards
1898
1896
  - You trying to be scary
1899
1897
  - I can be nice
1900
- - Pleasure working with you McCree. If that is your real name
1898
+ - Pleasure working with you, Cassidy... if that is your real name
1901
1899
  - So what are we doing here, boss
1902
1900
  - What can I say. A girl just has to have the latest tech
1903
1901
  - Your friend, Katya Volskaya. What will you say when you learn the truth
@@ -9,6 +9,7 @@ en:
9
9
  python: "print('Hello World!')"
10
10
  java: "System.out.println('Hello World!');"
11
11
  elixir: "IO.puts 'Hello World!'"
12
+ clojure: "(print 'Hello World!')"
12
13
  print:
13
14
  ruby: "puts 'faker_string_to_print'"
14
15
  javascript: "console.log('faker_string_to_print');"
@@ -17,6 +18,7 @@ en:
17
18
  python: "print('faker_string_to_print')"
18
19
  java: "System.out.println('faker_string_to_print');"
19
20
  elixir: "IO.puts 'faker_string_to_print'"
21
+ clojure: "(print 'faker_string_to_print')"
20
22
  print_1_to_10:
21
23
  ruby: "
22
24
  (1..10).each { |i| puts i }"
@@ -44,3 +46,6 @@ en:
44
46
  Enum.each(1..10, fn(x) ->
45
47
  IO.puts x
46
48
  end)"
49
+ clojure: "
50
+ (for [i (range 1 11)]
51
+ (println i))"