faker 2.18.0 → 2.21.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (93) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +109 -0
  3. data/README.md +16 -3
  4. data/lib/faker/books/the_kingkiller_chronicle.rb +61 -0
  5. data/lib/faker/default/commerce.rb +28 -0
  6. data/lib/faker/default/company.rb +5 -7
  7. data/lib/faker/default/emotion.rb +33 -0
  8. data/lib/faker/default/finance.rb +13 -0
  9. data/lib/faker/default/food.rb +13 -0
  10. data/lib/faker/default/hobby.rb +22 -0
  11. data/lib/faker/default/internet.rb +40 -16
  12. data/lib/faker/default/lorem.rb +0 -4
  13. data/lib/faker/default/markdown.rb +2 -2
  14. data/lib/faker/default/nation.rb +0 -3
  15. data/lib/faker/default/omniauth.rb +45 -1
  16. data/lib/faker/default/placeholdit.rb +9 -9
  17. data/lib/faker/default/religion.rb +6 -0
  18. data/lib/faker/default/science.rb +82 -0
  19. data/lib/faker/default/string.rb +0 -3
  20. data/lib/faker/default/time.rb +0 -2
  21. data/lib/faker/games/dota.rb +13 -0
  22. data/lib/faker/japanese_media/fullmetal_alchemist_brotherhood.rb +48 -0
  23. data/lib/faker/japanese_media/kamen_rider.rb +102 -0
  24. data/lib/faker/locations/australia.rb +47 -0
  25. data/lib/faker/movies/tron.rb +161 -0
  26. data/lib/faker/music/hiphop.rb +3 -3
  27. data/lib/faker/religion/bible.rb +50 -0
  28. data/lib/faker/tv_shows/brooklyn_nine_nine.rb +38 -0
  29. data/lib/faker/tv_shows/michael_scott.rb +0 -3
  30. data/lib/faker/tv_shows/supernatural.rb +48 -0
  31. data/lib/faker/tv_shows/the_office.rb +37 -0
  32. data/lib/faker/version.rb +2 -2
  33. data/lib/locales/ar.yml +5 -1
  34. data/lib/locales/de-AT.yml +2 -2
  35. data/lib/locales/de.yml +7 -3
  36. data/lib/locales/en/address.yml +2 -3
  37. data/lib/locales/en/animal.yml +1 -1
  38. data/lib/locales/en/australia.yml +108 -0
  39. data/lib/locales/en/bible.yml +90 -0
  40. data/lib/locales/en/brooklyn_nine_nine.yml +35 -0
  41. data/lib/locales/en/cat.yml +1 -1
  42. data/lib/locales/en/coffee.yml +1 -1
  43. data/lib/locales/en/commerce.yml +17 -0
  44. data/lib/locales/en/community.yml +17 -17
  45. data/lib/locales/en/dota.yml +7 -0
  46. data/lib/locales/en/emotion.yml +480 -0
  47. data/lib/locales/en/finance.yml +21 -0
  48. data/lib/locales/en/fma_brotherhood.yml +78 -0
  49. data/lib/locales/en/food.yml +1054 -10
  50. data/lib/locales/en/game.yml +11 -0
  51. data/lib/locales/en/hobby.yml +171 -0
  52. data/lib/locales/en/horse.yml +2 -2
  53. data/lib/locales/en/internet.yml +108 -3
  54. data/lib/locales/en/kamen_rider.yml +452 -0
  55. data/lib/locales/en/kpop.yml +7 -7
  56. data/lib/locales/en/mountain.yml +14 -1
  57. data/lib/locales/en/movie.yml +2 -1
  58. data/lib/locales/en/music.yml +142 -142
  59. data/lib/locales/en/naruto.yml +2 -3
  60. data/lib/locales/en/science.yml +126 -0
  61. data/lib/locales/en/stranger_thing.yml +1 -1
  62. data/lib/locales/en/super_smash_bros.yml +5 -2
  63. data/lib/locales/en/supernatural.yml +141 -0
  64. data/lib/locales/en/the_kingkiller_chronicle.yml +56 -0
  65. data/lib/locales/en/the_office.yml +86 -0
  66. data/lib/locales/en/touhou.yml +1 -1
  67. data/lib/locales/en/tron.yml +227 -0
  68. data/lib/locales/en-US.yml +1 -1
  69. data/lib/locales/es-AR.yml +1 -4
  70. data/lib/locales/fr/adjective.yml +266 -0
  71. data/lib/locales/fr/animal.yml +5 -0
  72. data/lib/locales/fr/appliance.yml +4 -0
  73. data/lib/locales/fr/pokemon.yml +0 -2
  74. data/lib/locales/ja/address.yml +120523 -1
  75. data/lib/locales/ja/animal.yml +5 -0
  76. data/lib/locales/ja/cat.yml +5 -0
  77. data/lib/locales/ja/color.yml +1 -1
  78. data/lib/locales/ja/{creature.yml → dog.yml} +0 -4
  79. data/lib/locales/ja/emotion.yml +51 -0
  80. data/lib/locales/ja/lorem.yml +2 -2
  81. data/lib/locales/ja/naruto.yml +230 -0
  82. data/lib/locales/ja/overwatch.yml +5 -0
  83. data/lib/locales/ja/{games.yml → pokemon.yml} +0 -11
  84. data/lib/locales/ja/relationship.yml +10 -0
  85. data/lib/locales/ja/studio_ghibli.yml +112 -0
  86. data/lib/locales/ja/super_mario.yml +9 -0
  87. data/lib/locales/ja/super_smash_bros.yml +8 -0
  88. data/lib/locales/ja/zelda.yml +5 -0
  89. data/lib/locales/lt.yml +35 -0
  90. data/lib/locales/lv.yml +1 -1
  91. data/lib/locales/mi-NZ.yml +281 -0
  92. data/lib/locales/pt-BR.yml +7 -2
  93. metadata +60 -22
@@ -27,5 +27,5 @@ en:
27
27
  descriptor: ["bergamot", "hops", "black-tea", "green-tea", "mint", "sage", "dill", "grassy", "snow pea", "sweet pea", "mushroom", "squash", "green pepper", "olive", "leafy greens", "hay", "tobacco", "cedar", "fresh wood", "soil", "tomato", "sundried tomato", "soy sauce", "leathery", "clove", "liquorice", "curry", "nutmeg", "ginger", "corriander", "cinnamon", "white pepper", "black pepper", "carbon", "smokey", "burnt sugar", "toast", "fresh bread", "barley", "wheat", "rye", "graham cracker", "granola", "almond", "hazelnut", "pecan", "cashew", "peanut", "walnut", "cola", "molasses", "maple syrup", "carmel", "brown sugar", "sugar cane", "marshmallow", "cream", "butter", "honey", "nougat", "vanilla", "milk chocolate", "cocoa powder", "bittersweet chocolate", "bakers chocolate", "cacao nibs", "prune", "dates", "figs", "raisin", "golden raisin", "black currant", "red currant", "blueberry", "strawberry", "raspberry", "cranberry", "black cherry", "cherry", "plum", "apricot", "nectarine", "peach", "coconut", "banana", "kiwi", "mango", "papaya", "pineapple", "passion fruit", "tamarind", "star fruit", "lychee", "concord grape", "red grape", "green grape", "white grape", "cantaloupe", "honeydew", "watermelon", "red apple", "green apple", "orange", "mandarin", "tangerine", "clementine", "grapefruit", "lime", "meyer lemon", "lemonade", "lemon", "orange creamsicle", "marzipan", "nutella", "lemongrass", "orange blossom", "jasmine", "honeysuckle", "magnolia", "lavender", "rose hips", "hibiscus", "lemon verbena", "medicinal", "quakery", "baggy", "potato defect!", "musty", "rubber"]
28
28
  notes: "#{intensifier}, #{body}, #{descriptor}, #{descriptor}, #{descriptor}"
29
29
  name_1: ["Summer", "Holiday", "Jacked", "Joe", "Express", "Reg's", "Split", "Spilt", "Chocolate", "Dark", "Veranda", "Major", "Bluebery", "American", "Huggy", "Wake-up", "Morning", "Evening", "Winter", "Captain's", "Thanksgiving", "Seattle", "Brooklyn", "Café", "Blacktop", "Pumpkin-spice", "Good-morning", "Postmodern", "The Captain's", "The", "Cascara", "Melty", "Heart", "Goodbye", "Hello", "Street", "Red", "Blue", "Green", "Strong", "KrebStar", "Kreb-Full-o"]
30
- name_2: ["Solstice", "Blend", "Level", "Enlightenment", "Cowboy", "", "Choice", "Select", "Equinox", "Star", "Forrester", "Java", "Symphony", "Utopia", "Cup", "Mug", "Been", "Bean", "Cake", "Extract", "Delight", "Pie", "America", "Treat", "Volcano", "Breaker", "Town", "Light", "Look", "Coffee", "Nuts"]
30
+ name_2: ["Solstice", "Blend", "Level", "Enlightenment", "Cowboy", "Choice", "Select", "Equinox", "Star", "Forrester", "Java", "Symphony", "Utopia", "Cup", "Mug", "Been", "Bean", "Cake", "Extract", "Delight", "Pie", "America", "Treat", "Volcano", "Breaker", "Town", "Light", "Look", "Coffee", "Nuts"]
31
31
  blend_name: "#{name_1} #{name_2}"
@@ -9,3 +9,20 @@ en:
9
9
  promotion_code:
10
10
  adjective: ['Amazing', 'Awesome', 'Cool', 'Good', 'Great', 'Incredible', 'Killer', 'Premium', 'Special', 'Stellar', 'Sweet']
11
11
  noun: ['Code', 'Deal', 'Discount', 'Price', 'Promo', 'Promotion', 'Sale', 'Savings']
12
+ brand: ['Samsung',
13
+ 'Dell',
14
+ 'Nike',
15
+ 'Apple',
16
+ 'LG',
17
+ 'Adidas',
18
+ 'Nikon',
19
+ 'Sony',
20
+ 'Beats',
21
+ 'GoPro'
22
+ ]
23
+ vendor: [
24
+ 'Amazon',
25
+ 'Dollar General',
26
+ 'Walmart',
27
+ 'Target'
28
+ ]
@@ -1,33 +1,33 @@
1
1
  en:
2
2
  faker:
3
3
  community:
4
- characters: ["Jeff Winger", "Britta Perry", "Señor Ben Chang", "Abed Nadir", "Annie Edison", "Dean Craig Pelton", "Pierce Hawthorne", "Troy Barnes", "Shirley Bennett", "Ian Duncan", "Michelle Slater", "Buzz Hickey", "Star Burns", "Magnitude","Leonard Rodriguez", "Garrett Lambert", "Annie's Boobs", "Inspector Spacetime", "Constable Reggie", "Kickpuncher", "Sean Garrig", "Vaughn Miller", "Rich Stephenson", "Neil", "Todd Jacobson", "Annie Kim"]
4
+ characters: ["Jeff Winger", "Britta Perry", "Señor Ben Chang", "Abed Nadir", "Annie Edison", "Dean Craig Pelton", "Pierce Hawthorne", "Troy Barnes", "Shirley Bennett", "Ian Duncan", "Michelle Slater", "Buzz Hickey", "Star Burns", "Magnitude","Leonard Rodriguez", "Garrett Lambert", "Annies Boobs", "Inspector Spacetime", "Constable Reggie", "Kickpuncher", "Sean Garrig", "Vaughn Miller", "Rich Stephenson", "Neil", "Todd Jacobson", "Annie Kim"]
5
5
  quotes: [
6
6
  "Harrison Ford is irradiating our testicles with microwave satellite transmissions!",
7
7
  "Doing more than the minimum amount of work is my definition of failing.",
8
8
  "The next person that offers me charity or pity will be mentioned, by name, in my suicide note.",
9
- "I don't have an ego. My Facebook photo is a landscape.",
10
- "Either I'm god, or thruth is relative. Either way: Booyah.",
11
- "I don't step up to being a leader. I reluctantly accept it when it's thrust upon me.",
12
- "Don't talk to me about romance. I had a three way in a hot air balloon.",
13
- "Well I may be a genius, but I'm not a lesbian.",
14
- "I'm going to eat spaceman paninis with black Hitler and there's nothing you can do about it!",
9
+ "I dont have an ego. My Facebook photo is a landscape.",
10
+ "Either Im God, or truth is relative. Either way: booyah!",
11
+ "I dont step up to being a leader. I reluctantly accept it when its thrust upon me.",
12
+ "Dont talk to me about romance. I had a three way in a hot air balloon.",
13
+ "Well I may be a genius, but Im not a lesbian.",
14
+ "Im going to eat spaceman paninis with black Hitler and theres nothing you can do about it!",
15
15
  "Do they find thoughts in our butts?",
16
- "I had sex with Eartha Kitt in an airplane bathroom",
16
+ "I had sex with Eartha Kitt in an airplane bathroom.",
17
17
  "I was so unpopular in high school, the crossing guards used to lure me into traffic.",
18
- "A passing grade? Like a C? Why don't I just get pregnant at a bus station?",
19
- "We're all kind of crazytown bananapants.",
18
+ "A passing grade? Like a C? Why dont I just get pregnant at a bus station?",
19
+ "Were all kind of crazytown bananapants.",
20
20
  "Make your money, whore.",
21
- "I know what a metaphor is! It's like a thought with another thought's hat on.",
22
- "Frankly, my dear, I don't give a dean!",
21
+ "I know what a metaphor is! Its like a thought with another thoughts hat on.",
22
+ "Frankly, my dear, I dont give a dean!",
23
23
  "I ate my twin in utero.",
24
- "Fire can't go through doors, stupid. It's not a ghost.",
24
+ "Fire cant go through doors, stupid. Its not a ghost.",
25
25
  "You have just been proven racist by the racist prover!",
26
- "So.. what is anthropology? Seriously, does anyone know?",
26
+ "So what is anthropology? Seriously, does anyone know?",
27
27
  "I quit doing blow, not being rad.",
28
28
  "I fear a political career could shine a negative light on my drug dealing.",
29
- "A little trick for achieving the proper competitive mindset: I always envision my opponent having aggresive sex with my mother",
30
- "Look at me. It's clear to you that I am awesome, but I can never admit that, because that would make me an ass.",
29
+ "A little trick for achieving the proper competitive mindset: I always envision my opponent having aggresive sex with my mother.",
30
+ "Look at me. Its clear to you that I am awesome, but I can never admit that, because that would make me an ass.",
31
31
  "Some flies are too awesome for the wall.",
32
- "We'll definitely be back next year. If not, it'll be because an asteroid has destroyed all human civilization. And that's canon."
32
+ "Well definitely be back next year. If not, itll be because an asteroid has destroyed all human civilization. And thats canon."
33
33
  ]
@@ -2,6 +2,13 @@ en:
2
2
  faker:
3
3
  games:
4
4
  dota:
5
+ building:
6
+ - Tower
7
+ - Barrack
8
+ - Ancient
9
+ - Fountain
10
+ - Effigy
11
+ - Outpost
5
12
  hero:
6
13
  - Abaddon
7
14
  - Alchemist
@@ -0,0 +1,480 @@
1
+ en:
2
+ faker:
3
+ emotion:
4
+ adjective:
5
+ - abandoned
6
+ - able
7
+ - absorbed
8
+ - addled
9
+ - affable
10
+ - affectionate
11
+ - afraid
12
+ - aggravated
13
+ - aggressive
14
+ - agreeable
15
+ - alarmed
16
+ - amazed
17
+ - ambivalent
18
+ - amused
19
+ - angry
20
+ - annoyed
21
+ - anxious
22
+ - apprehensive
23
+ - ashamed
24
+ - astonished
25
+ - awed
26
+ - awkward
27
+ - baffled
28
+ - bashful
29
+ - bereaved
30
+ - bewildered
31
+ - bitter
32
+ - blissful
33
+ - blue
34
+ - bold
35
+ - bothered
36
+ - brave
37
+ - buoyant
38
+ - calm
39
+ - cantankerous
40
+ - capable
41
+ - carefree
42
+ - careful
43
+ - caring
44
+ - cautious
45
+ - chagrined
46
+ - charitable
47
+ - cheerful
48
+ - cold
49
+ - complacent
50
+ - composed
51
+ - compulsive
52
+ - concerned
53
+ - confident
54
+ - considerate
55
+ - contemptuous
56
+ - content
57
+ - contrite
58
+ - cooperative
59
+ - cranky
60
+ - crestfallen
61
+ - cross
62
+ - crushed
63
+ - curious
64
+ - daring
65
+ - defiant
66
+ - dejected
67
+ - delighted
68
+ - depressed
69
+ - detached
70
+ - determined
71
+ - devious
72
+ - disappointed
73
+ - discouraged
74
+ - disdainful
75
+ - disenchanted
76
+ - disengaged
77
+ - disgusted
78
+ - disillusioned
79
+ - disinterested
80
+ - dismayed
81
+ - dismissive
82
+ - distant
83
+ - doleful
84
+ - eager
85
+ - ecstatic
86
+ - edgy
87
+ - elated
88
+ - embarrassed
89
+ - emboldened
90
+ - enraged
91
+ - enthusiastic
92
+ - envious
93
+ - euphoric
94
+ - excited
95
+ - exhausted
96
+ - extravagant
97
+ - exuberant
98
+ - fair
99
+ - fatigued
100
+ - fearful
101
+ - flustered
102
+ - foolish
103
+ - forgiving
104
+ - frightened
105
+ - frustrated
106
+ - fulfilled
107
+ - funny
108
+ - furious
109
+ - generous
110
+ - glad
111
+ - gleeful
112
+ - gloomy
113
+ - glum
114
+ - gracious
115
+ - grateful
116
+ - greedy
117
+ - grief-stricken
118
+ - grouchy
119
+ - grumpy
120
+ - guarded
121
+ - guilty
122
+ - happy
123
+ - heartbroken
124
+ - helpless
125
+ - hesitant
126
+ - hopeless
127
+ - horrified
128
+ - humbled
129
+ - humiliated
130
+ - hurt
131
+ - hyperactive
132
+ - hysterical
133
+ - ignorant
134
+ - impatient
135
+ - impertinent
136
+ - inadequate
137
+ - indifferent
138
+ - inquisitive
139
+ - insecure
140
+ - inspired
141
+ - inspiring
142
+ - interested
143
+ - irked
144
+ - irrational
145
+ - irritable
146
+ - irritated
147
+ - isolated
148
+ - jaded
149
+ - jealous
150
+ - jittery
151
+ - jocular
152
+ - joyful
153
+ - joyous
154
+ - judged
155
+ - judgmental
156
+ - keen
157
+ - kind
158
+ - lackluster
159
+ - lazy
160
+ - leery
161
+ - lethargic
162
+ - listless
163
+ - lonely
164
+ - loving
165
+ - mad
166
+ - malevolent
167
+ - manic
168
+ - manipulated
169
+ - manipulative
170
+ - marvelous
171
+ - mean
172
+ - meek
173
+ - melancholy
174
+ - melodramatic
175
+ - mirthful
176
+ - mischievous
177
+ - miserable
178
+ - misunderstood
179
+ - moody
180
+ - mopey
181
+ - morose
182
+ - moved
183
+ - naive
184
+ - nasty
185
+ - naughty
186
+ - needed
187
+ - needy
188
+ - neglected
189
+ - neglectful
190
+ - nervous
191
+ - nice
192
+ - nonchalant
193
+ - nonplussed
194
+ - numb
195
+ - obedient
196
+ - obligated
197
+ - obsessed
198
+ - obsessive
199
+ - obstinate
200
+ - offended
201
+ - open
202
+ - openminded
203
+ - optimistic
204
+ - outraged
205
+ - overjoyed
206
+ - overloaded
207
+ - overpowered
208
+ - overstimulated
209
+ - panicked
210
+ - panicky
211
+ - passive
212
+ - peaceful
213
+ - peeved
214
+ - pensive
215
+ - perturbed
216
+ - petrified
217
+ - petty
218
+ - petulant
219
+ - placid
220
+ - playful
221
+ - pleased
222
+ - powerful
223
+ - powerless
224
+ - preoccupied
225
+ - pressured
226
+ - prickly
227
+ - prideful
228
+ - proud
229
+ - puzzled
230
+ - qualified
231
+ - quarrelsome
232
+ - querulous
233
+ - quiet
234
+ - quirky
235
+ - quivery
236
+ - rational
237
+ - rattled
238
+ - reasonable
239
+ - reasoned
240
+ - reassured
241
+ - rebellious
242
+ - refreshed
243
+ - rejuvenated
244
+ - relaxed
245
+ - relieved
246
+ - reluctant
247
+ - remorseful
248
+ - repulsed
249
+ - resentful
250
+ - reserved
251
+ - restless
252
+ - sad
253
+ - safe
254
+ - sanguine
255
+ - sarcastic
256
+ - satisfied
257
+ - scared
258
+ - scornful
259
+ - secure
260
+ - sensitive
261
+ - serene
262
+ - serious
263
+ - shy
264
+ - silly
265
+ - sincere
266
+ - skeptical
267
+ - smug
268
+ - sociable
269
+ - sorrowful
270
+ - spiteful
271
+ - startled
272
+ - stressed
273
+ - stubborn
274
+ - surprised
275
+ - sympathetic
276
+ - tearful
277
+ - teary
278
+ - temperamental
279
+ - tender
280
+ - terrified
281
+ - thankful
282
+ - thoughtful
283
+ - threatened
284
+ - tickled
285
+ - timid
286
+ - tired
287
+ - tiresome
288
+ - tolerant
289
+ - tolerated
290
+ - torn
291
+ - touched
292
+ - tranquil
293
+ - troubled
294
+ - trusted
295
+ - trusting
296
+ - trustworthy
297
+ - unafraid
298
+ - unappreciated
299
+ - uncertain
300
+ - uncomfortable
301
+ - undecided
302
+ - uneasy
303
+ - unhappy
304
+ - unimpressed
305
+ - unnerved
306
+ - unruffled
307
+ - unruly
308
+ - unsteady
309
+ - unsure
310
+ - uplifted
311
+ - uptight
312
+ - useful
313
+ - useless
314
+ - vacant
315
+ - vain
316
+ - valuable
317
+ - valued
318
+ - vexed
319
+ - vibrant
320
+ - victimized
321
+ - victorious
322
+ - violent
323
+ - vital
324
+ - vivacious
325
+ - volatile
326
+ - vulnerable
327
+ - warm
328
+ - wary
329
+ - wasted
330
+ - weak
331
+ - weary
332
+ - weepy
333
+ - whimsical
334
+ - whiny
335
+ - willful
336
+ - willing
337
+ - wishful
338
+ - wistful
339
+ - withdrawn
340
+ - witty
341
+ - woeful
342
+ - worn
343
+ - worried
344
+ - worthless
345
+ - wronged
346
+ - yearning
347
+ - yielding
348
+ - youthful
349
+ - zany
350
+ - zealous
351
+ - zestful
352
+ noun:
353
+ - adoration
354
+ - affection
355
+ - aggravation
356
+ - agitation
357
+ - agony
358
+ - alarm
359
+ - alienation
360
+ - amazement
361
+ - amusement
362
+ - anger
363
+ - anguish
364
+ - annoyance
365
+ - anxiety
366
+ - apprehension
367
+ - arousal
368
+ - astonishment
369
+ - attraction
370
+ - bitterness
371
+ - bliss
372
+ - caring
373
+ - cheerfulness
374
+ - compassion
375
+ - contempt
376
+ - contentment
377
+ - defeat
378
+ - dejection
379
+ - delight
380
+ - depression
381
+ - desire
382
+ - despair
383
+ - disappointment
384
+ - disgust
385
+ - dislike
386
+ - dismay
387
+ - displeasure
388
+ - distress
389
+ - dread
390
+ - eagerness
391
+ - ecstasy
392
+ - elation
393
+ - embarrassment
394
+ - enjoyment
395
+ - enthrallment
396
+ - enthusiasm
397
+ - envy
398
+ - euphoria
399
+ - exasperation
400
+ - excitement
401
+ - exhilaration
402
+ - fear
403
+ - ferocity
404
+ - fondness
405
+ - fright
406
+ - frustration
407
+ - fury
408
+ - gaiety
409
+ - gladness
410
+ - glee
411
+ - gloom
412
+ - glumness
413
+ - grief
414
+ - grouchiness
415
+ - grumpiness
416
+ - guilt
417
+ - happiness
418
+ - hate
419
+ - homesickness
420
+ - hope
421
+ - hopelessness
422
+ - horror
423
+ - hostility
424
+ - humiliation
425
+ - hurt
426
+ - hysteria
427
+ - infatuation
428
+ - insecurity
429
+ - insult
430
+ - irritation
431
+ - isolation
432
+ - jealousy
433
+ - liking
434
+ - loathing
435
+ - loneliness
436
+ - longing
437
+ - love
438
+ - lust
439
+ - melancholy
440
+ - misery
441
+ - mortification
442
+ - neglect
443
+ - nervousness
444
+ - optimism
445
+ - outrage
446
+ - panic
447
+ - passion
448
+ - pity
449
+ - pleasure
450
+ - pride
451
+ - rage
452
+ - rapture
453
+ - regret
454
+ - relief
455
+ - remorse
456
+ - resentment
457
+ - revulsion
458
+ - sadness
459
+ - scorn
460
+ - sentimentality
461
+ - shame
462
+ - shock
463
+ - sorrow
464
+ - spite
465
+ - suffering
466
+ - surprise
467
+ - sympathy
468
+ - tenderness
469
+ - tenseness
470
+ - terror
471
+ - thrill
472
+ - torment
473
+ - triumph
474
+ - uneasiness
475
+ - unhappiness
476
+ - vengefulness
477
+ - woe
478
+ - worry
479
+ - zeal
480
+ - zest
@@ -164,3 +164,24 @@ en:
164
164
  - V
165
165
  - BRK.B
166
166
  - MA
167
+ stock_market:
168
+ - NYSE
169
+ - NASDAQ
170
+ - SSE
171
+ - HKEX
172
+ - JPX
173
+ - SZSE
174
+ - LSE
175
+ - TSX
176
+ - NSE-INDIA
177
+ - FSX
178
+ - TADAWUL
179
+ - OMXC-COPENHAGEN
180
+ - KRX
181
+ - BSE-BOMBAY
182
+ - SIX
183
+ - EURONEXT-PARIS
184
+ - TWSE
185
+ - ASX
186
+ - JSE
187
+ - BOVESPA
@@ -0,0 +1,78 @@
1
+ en:
2
+ faker:
3
+ fma_brotherhood:
4
+ characters:
5
+ - Edward Elric
6
+ - Alphonse Elric
7
+ - Roy Mustang
8
+ - Riza Hawkeye
9
+ - Scar
10
+ - Winry Rockbell
11
+ - May Chang
12
+ - Maes Hughes
13
+ - Alex Louis Armstrong
14
+ - Jean Havoc
15
+ - Heymans Breda
16
+ - Vato Fallman
17
+ - Kain Feury
18
+ - Führer King Bradley
19
+ - Maria Ross
20
+ - Denny Brosh
21
+ - Yoki
22
+ - Izumi Curtis
23
+ - Sig Curtis
24
+ - Pinako Rockbell
25
+ - Den The Dog
26
+ - Shou Tucker
27
+ - Tim Marco
28
+ - Lust
29
+ - Gluttony
30
+ - Envy
31
+ - Greed
32
+ - Sloth
33
+ - Pride
34
+ - Wrath
35
+ - Selim Bradley
36
+ - Roa
37
+ - Martel
38
+ - Dolceto
39
+ - Number 66
40
+ - Number 48
41
+ - Scar
42
+ - Father
43
+ - Dominic
44
+ - Garfield
45
+ - Giolio Comanche
46
+ - Basque Grand
47
+ - Isaac McDougal
48
+ - Solf J. Kimblee
49
+ - Van Hohenheim
50
+ - Fu
51
+ - Ling Yao
52
+ - Lan Fan
53
+ - Olivier Mira Armstrong
54
+ - Buccaneer
55
+ - Major Miles
56
+ - Trisha Elric
57
+ - Rose
58
+ - Nina
59
+ - Sheska
60
+ cities:
61
+ - East City
62
+ - Rush Valley
63
+ - Resembool
64
+ - Dublith
65
+ - Central City
66
+ - Ishval
67
+ - Youswell
68
+ - North City
69
+ - Lior
70
+ - Pendleton
71
+ - Riviere
72
+ countries:
73
+ - Amestris
74
+ - Aerugo
75
+ - Creta
76
+ - Drachma
77
+ - Xerxes
78
+ - Xing