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
@@ -0,0 +1,86 @@
1
+ en:
2
+ faker:
3
+ the_office:
4
+ characters:
5
+ [
6
+ "Michael Scott",
7
+ "Dwight Schrute",
8
+ "Jim Halpert",
9
+ "Pam Beesly",
10
+ "Ryan Howard",
11
+ "Andy Bernard",
12
+ "Robert California",
13
+ "Roy Anderson",
14
+ "Jan Levinson",
15
+ "Stanley Hudson",
16
+ "Kevin Malone",
17
+ "Meredith Palmer",
18
+ "Angela Martin",
19
+ "Oscar Martinez",
20
+ "Phyllis Vance",
21
+ "Toby Flenderson",
22
+ "Kelly Kapoor",
23
+ "Creed Bratton",
24
+ "Darryl Philbin",
25
+ "Gabe Lewis",
26
+ "Erin Hannon",
27
+ "Holly Flax",
28
+ "Nellie Bertram",
29
+ "Clark Green",
30
+ "Pete Miller",
31
+ "Val Johnson",
32
+ "Todd Packer",
33
+ "Charles Miner",
34
+ "Deangelo Vickers",
35
+ "Ed Truck",
36
+ ]
37
+ quotes:
38
+ [
39
+ "Everything I have I owe to this job… this stupid, wonderful, boring, amazing job.",
40
+ "And I feel God in this Chili’s tonight.",
41
+ "I talk a lot, so I’ve learned to tune myself out.",
42
+ "Me think, why waste time say lot word, when few word do trick.",
43
+ "I’m glad Michael’s getting help. He has a lot of issues, and he’s stupid.",
44
+ "Dwight mercy-killed Angela’s cat.",
45
+ "I’m not superstitious, but I am a little stitious.",
46
+ "Look, it doesn’t take a genius to know that every organization thrives when it has two leaders. Go ahead, name a country that doesn’t have two presidents; a boat that sets sail without two captains. Where would Catholicism be without the popes?",
47
+ "An office is for not dying. An office is a place to live life to the fullest, to the max, to… an office is a place where dreams come true.",
48
+ "I got six numbers. One more and it would have been a complete phone number.",
49
+ "Would I rather be feared or loved? Easy. Both. I want people to be afraid of how much they love me.",
50
+ "Guess what, I have flaws. What are they? Oh, I don’t know. I sing in the shower. Sometimes I spend too much time volunteering. Occasionally I’ll hit somebody with my car. So sue me.",
51
+ "The worst thing about prison was the dementors.",
52
+ "Identity theft is not a joke, Jim! Millions of families suffer every year.",
53
+ "Do I need to be liked? Absolutely not. I like to be liked. I enjoy being liked. I have to be liked, but it’s not like this compulsive need to be liked, like my need to be praised.",
54
+ "I don’t talk trash, I talk smack. They’re totally different. Trash talk is hypothetical, like, 'Your mom is so fat she can eat the internet.' But smack talk is happening like right now. Like 'You’re ugly and I know it for a fact ’cause I got the evidence right there.'",
55
+ "Life is short. Drive fast and leave a sexy corpse. That’s one of my mottos.",
56
+ "I wonder what people like about me. Probably my jugs.",
57
+ "Fool me once, strike one. Fool me twice, strike three.",
58
+ "Sometimes the clothes at Gap Kids are too flashy, so I’m forced to go to the American Girl store and order clothes for large colonial dolls.",
59
+ "Today, smoking is going to save lives.",
60
+ "It is not a good time for me to lose my job since I have some pretty big long-term plans in my personal life with Pam that I’d like her parents to be psyched about. So, I am about to do something very bold in this job that I’ve never done before, try.",
61
+ "How is it possible that in five years, I’ve had two engagements and only one chair?",
62
+ "I guess I’ve been working so hard, I forgot what it’s like to be hardly working.",
63
+ "Who says exactly what they’re thinking? What kind of a game is that?",
64
+ "I’ve been involved in a number of cults, both a leader and a follower. You have more fun as a follower, but you make more money as a leader.",
65
+ "I am running away from my responsibilities. And it feels good.",
66
+ "We have a gym at home. It’s called the bedroom.",
67
+ "I don’t hate it. I just don’t like it at all and it’s terrible.",
68
+ "The people here are amazing debaters. I guess you can say they are master-baters.",
69
+ "When you’re a kid, you assume your parents are soulmates. My kids are going to be right about that.",
70
+ "And I knew exactly what to do. But in a much more real sense, I had no idea what to do.",
71
+ "I find the mystery genre disgusting. I hate being titillated.",
72
+ "I wanted to eat a pig in a blanket, in a blanket.",
73
+ "As a person who buys a lot of erotic cakes, it’s nice to be represented on one.",
74
+ "Tell him to call me ASAP as possible.",
75
+ "Ultimatums are key. Basically, nobody does anything for me anymore unless I threaten to kill myself.",
76
+ "I love inside jokes. I’d love to be a part of one someday.",
77
+ "I want to be wine and dined and sixty-nined.",
78
+ "Dwight you ignorant slut.",
79
+ "Close your mouth, sweetie. You look like a trout.",
80
+ "Any man who says he totally understands women is a fool. Because they are un-understandable.",
81
+ "Why are you the way that you are? Honestly, every time I try to do something fun, or exciting, you make it… not that way. I hate… so much about the things that you choose to be.",
82
+ "So you’ve come to the master for guidance? Is this what you’re saying, grasshopper?",
83
+ "Right now, this is just a job. If I advance any higher in this company, this would be my career. And, uh, if this were my career, I’d have to throw myself in front of a train.",
84
+ "Boy, have you done lost your mind? Cause I’ll help you find it!",
85
+ "Ain’t no party like a Scranton party cause a Scranton party don’t stop!",
86
+ ]
@@ -291,7 +291,7 @@ en:
291
291
  - Cat Sign "Cat's Walk"
292
292
  - Cat Sign "Vengeful Cat Spirit's Erratic Step"
293
293
  - Cursed Sprite "Zombie Fairy"
294
- - Cursed Sprite "Vengeful Spirit: Possessed Fairy"
294
+ - 'Cursed Sprite "Vengeful Spirit: Possessed Fairy"'
295
295
  - Malicious Spirit "Spleen Eater"
296
296
  - Corpse Spirit "Vengeful Cannibal Spirit"
297
297
  - Atonement "Needle Mountain of a Former Hell"
@@ -0,0 +1,227 @@
1
+ en:
2
+ faker:
3
+ tron:
4
+ characters:
5
+ other:
6
+ - bit
7
+ programs:
8
+ - Clu
9
+ - Crom
10
+ - Dumont
11
+ - Master Control Program
12
+ - MCP
13
+ - Ram
14
+ - Sark
15
+ - Tron
16
+ - Yori
17
+ users:
18
+ - Alan Bradley
19
+ - Dr. Lora Baines
20
+ - Dr. Walter Gibbs
21
+ - Ed Dillinger
22
+ - Kevin Flynn
23
+ - Roy Kleinberg
24
+ games:
25
+ - Arc Wars
26
+ - Astro-Gunner
27
+ - Code Wars
28
+ - Donkey Kong
29
+ - Intruder
30
+ - Kraz-Bot
31
+ - Light Cycles
32
+ - Matrix Blaster
33
+ - Pac-Man
34
+ - Space Invaders
35
+ - Space Paranoids
36
+ - The END
37
+ - TRON
38
+ - Vice Squad
39
+ locations:
40
+ - Deleted Program Storage and Processing
41
+ - Dillinger's Office
42
+ - Disc Arena
43
+ - ENCOM
44
+ - ENCOM Lab
45
+ - Flynn's Arcade
46
+ - Game Grid
47
+ - I/O Tower
48
+ - Light Cycle Staging Pit
49
+ - Pit Cell
50
+ - Real World
51
+ - Ring Game
52
+ quotes:
53
+ alan_bradley:
54
+ - I still don't understand why you want to break into the system.
55
+ - Some programs will be thinking soon.
56
+ - The best programmer ENCOM ever had, and he ends up playing Space Cowboy in some back room.
57
+ - Try to look official. Here comes the boss.
58
+ bit:
59
+ - No!
60
+ - No.
61
+ - Yes.
62
+ - Yesyesyesyesyes!
63
+ clu:
64
+ - Forget it, mister high-and-mighty Master Control! You aren't making me talk.
65
+ - I understand, sir.
66
+ - Let me at 'em!
67
+ - Yes, sir?
68
+ - Yes, sir.
69
+ - Yes, sir. I know, sir.
70
+ crom:
71
+ - I don't even know what I'm doing here.
72
+ - It's murder out there. You can't even travel around your own microcircuits without permission from Master Control Program. I mean, sending me down here to play games! Who does he calculate that he is?
73
+ - If I don't have a User, then who wrote me?
74
+ dr_lora_baines:
75
+ - Have you been sneaking into the ENCOM system?
76
+ - Well, here goes nothing.
77
+ - Yep, but you gotta purchase your program 30 days in advance.
78
+ - You know, Flynn has been thinking about breaking into the system ever since Dillinger canned him. And he had Group 7 access.
79
+ dr_walter_gibbs:
80
+ - Ha, ha. You've got to expect some static. After all, computers are just machines, they can't think.
81
+ - Oh, I know all that. Sometimes I wish I were back in my garage...
82
+ - That was uncalled for! You know, you can remove men like Alan and me from the system, but we helped create it! And our spirit remains in every program we design for this computer!
83
+ - User requests are what computers are for!
84
+ - Won't that be grand? All the computers and the programs will start thinking and the people will stop.
85
+ - Yes. Interesting! Interesting! Did you hear what you just said? "Here goes nothing." Actually, what we plan to do is to turn something into nothing, and then back again. They might just as well have said "Here goes something; here comes nothing!"
86
+ dumont:
87
+ - All that is visible must grow beyond itself, and extend into the realm of the invisible. You may pass, my friend.
88
+ - If the Users can no longer help us, we're lost.
89
+ - What do you want? I'm busy!
90
+ - Yes, I'm old... old enough to remember the MCP when it was just a chess program. He started small and he'll end small!
91
+ ed_dillinger:
92
+ - But he might find it.
93
+ - Doing our business is what computers are for!
94
+ - ENCOM isn't the business you started in your garage anymore. We're billing accounts in thirty different countries; new defense systems; we have one of the most sophisticated pieces of equipment in existence.
95
+ - I think we should shut down all access until we find that Flynn, just to be safe.
96
+ - It's my fault. I programmed you to want too much.
97
+ - No problem, Master C. If you've seen one Consumer Electronics Show, you've seen them all.
98
+ - Now, wait a minute, I wrote you!
99
+ - The Pentagon? What do you want with the Pentagon?
100
+ kevin_flynn:
101
+ - Another mouth to feed...
102
+ - Did we make it? Hooray for our side.
103
+ - Greetings, Programs!
104
+ - Hah, you wish. Ah, you guys know what it's like, you just keep doing what it looks like you're supposed to be doing, no matter how crazy it seems.
105
+ - Hey, hey, hey, it's the big Master Control Program everybody's been talking about.
106
+ - Hey! Hold it right there!
107
+ - I hate to disappoint you, pal, but most of the time, that's the way it is for us Users, too.
108
+ - I shouldn't have written all those tank programs...
109
+ - I taught you everything I know about the system.
110
+ - I'm your program?
111
+ - Is that all you can say?
112
+ - It's time I leveled with you; I'm what you guys call a User.
113
+ - No buts, Clu. That's for Users. Now, you're the best Program that's ever been written. You're dogged and relentless, remember?
114
+ - Now, how are you gonna run the universe if you can't even answer a few unsolvable problems? Huh? Come on, big fella, let's see what you got.
115
+ - Oh, man! On the other side of the screen, it all looks so easy.
116
+ - Paranoids, Matrix Blaster, Vice Squad, a whole slew of them. I was this close to starting my own little enterprise, man. But enter another software engineer. Not so young, not so bright, but very, very sneaky - Ed Dillinger. So one night, our boy Flynn, he goes to his terminal, tries to read up his file. I get nothing on there, it's a big blank. Okay, now we take you three months later. Dillinger presents Encom with five video games, that he's invented. The slime didn't even change the names, man, and he gets a big fat promotion! And thus begins his meteoric rise to, what is he now? Executive V.P.?
117
+ - Positive and negative, huh? You're a Bit, aren't you?
118
+ - Well, where's your program? Isn't he going to miss you?
119
+ mcp:
120
+ - Sit right there; make yourself comfortable. Remember the time you used to spend playing chess together? That isn't going to do you any good, Flynn. I'm afraid you... Stop! Please! You realize I can't allow this!
121
+ - Sark! All of my functions are now yours. Take them!
122
+ - I want him in the games until he dies playing.
123
+ - I'm warning you. You're entering a big error, Flynn. I'm going to have to put you on the Game Grid.
124
+ - All Programs have a desire to be useful. But in moments, you will no longer seek communication with each other, or your superfluous Users. You will each be a part of me. And together, we will be complete.
125
+ - Commander, you've enjoyed all the power you've been given, haven't you? I wonder how you'll take to working in a pocket calculator.
126
+ - End of Line.
127
+ - He's not any kind of Program, Sark. He's a User.
128
+ - Hello, Mr. Dillinger. Thank you for coming back early.
129
+ - I can't afford to have an independent programmer monitoring me.
130
+ - Do you realize how many outside systems I've gotten into? How many programs I've appropriated?
131
+ - I have. I put in my memory which he hasn't located.
132
+ - I was planning to hit the Pentagon next week.
133
+ - I'd like to go against you and see what you're made of.
134
+ - I've gotten 2,415 times smarter since then.
135
+ - It shouldn't be any harder than any other big company. But now this is what I get for using humans.
136
+ - Mr. Dillinger, I am so very disappointed in you!
137
+ - No one User wrote me. I'm worth millions of their man-years.
138
+ - That's right. He pushed me in the real world. Someone pushes me, I push back, so I brought him down here. What's the matter, Sark? You look nervous.
139
+ - I'm bored with corporations. With the information I can access, I can run things 900 to 1200 times better than any human.
140
+ - Then pull yourself together! Get this clown trained! I want him in the games until he dies playing. Acknowledge.
141
+ - There's a 68.71 percent chance you're right.
142
+ - We've captured some military programs. I could arrange more lethal matches. Interested?
143
+ - With incompetence here, and now you've got two renegade programs flying all over the system in a stolen simulation.
144
+ - You shouldn't have come back, Flynn.
145
+ - You wouldn't want me to dig up Flynn's file and read it up on a VDT at The Times, would you?
146
+ - You'd rather take your chances with me? Want me to slow down your power cycles for you?
147
+ - You're in trouble, Program. Make it easy on yourself. Who's your User?
148
+ - You've almost reached your decision gate, and I cannot spare you any more time. End of Line.
149
+ program:
150
+ - That's Tron. He fights for the Users.
151
+ ram:
152
+ - Do you believe in the Users?
153
+ - I'd say "Welcome Friend". But not here. Not like this.
154
+ sark:
155
+ - Acknowledged, Master Control...
156
+ - Busy dying, you worn out excuse for an old program?
157
+ - Finish the game!
158
+ - Greetings. The Master Control Program has chosen you to serve your system on the Game Grid.
159
+ - Those of you who continue to profess a belief in the Users will receive the standard substandard training, which will result in your eventual elimination.
160
+ - Those of you who renounce this superstitious and hysterical belief will be eligible to join the Warrior Elite of the MCP.
161
+ - You will each receive an identity disc. Everything you do or learn will be imprinted on this disc. If you lose your disc or fail to follow commands, you will be subject to immediate de-resolution.
162
+ - Kill him!
163
+ - Thank you, Master Control.
164
+ - There's nothing special about you. You're just an ordinary program.
165
+ - Well, I... it's just... a User, I mean... Users wrote us. A User even wrote you!
166
+ tron:
167
+ - My User has information that could... that could make this a free system again! No, really! You'd have programs lined up just to use this place, and no MCP looking over your shoulder.
168
+ - We made it. This far.
169
+ - I'm also better than you!
170
+ - If you are a User, then everything you've done so far has been according to a plan, right?
171
+ - It's too bad he's in a match now. I'll probably never meet him.
172
+ - That's the way it is for Programs, yes.
173
+ yori:
174
+ - I knew you'd escape - they haven't built a circuit that could hold you!
175
+ - That is a User, Dumont. He came here to help us. Tron believed in him.
176
+ - Tron is Dead.
177
+ taglines:
178
+ - In the future video games battles will be a matter of life and death.
179
+ - The Electronic Gladiator
180
+ - Trapped in a fight to the finish inside the video world he created.
181
+ - A world inside the computer where man has never been before. Never before now.
182
+ - Trapped inside an electronic arena, where love, and escape, do not compute!
183
+ vehicles:
184
+ - Battle Tank
185
+ - Light Cycle
186
+ - Recognizer
187
+ - Sark's Carrier
188
+ - Solar Sailer
189
+ alternate_character_spellings:
190
+ alan_bradley:
191
+ - alan
192
+ - alan bradley
193
+ - bradley
194
+ clu:
195
+ - clu
196
+ - clue
197
+ dr_lora_baines:
198
+ - baines
199
+ - dr laura baines
200
+ - dr lora baines
201
+ - laura
202
+ - laura baines
203
+ - lora
204
+ - lora baines
205
+ dr_walter_gibbs:
206
+ - dr walter gibbs
207
+ - gibbs
208
+ - walter gibbs
209
+ ed_dillinger:
210
+ - dillinger
211
+ - ed
212
+ - ed dillinger
213
+ kevin_flynn:
214
+ - flynn
215
+ - kevin
216
+ - kevin flynn
217
+ mcp:
218
+ - master c
219
+ - master control
220
+ - master control program
221
+ - mcp
222
+ roy_kleinberg:
223
+ - kleinberg
224
+ - klienberg
225
+ - roy
226
+ - roy kleinberg
227
+ - roy klienberg
@@ -8,7 +8,7 @@ en-US:
8
8
  first_name:
9
9
  - "#{female_first_name}"
10
10
  - "#{male_first_name}"
11
- last_name: [Abbott, Abernathy, Abshire, Adams, Altenwerth, Anderson, Ankunding, Armstrong, Auer, Aufderhar, Bahringer, Bailey, Balistreri, Barrows, Bartell, Bartoletti, Barton, Bashirian, Batz, Bauch, Baumbach, Bayer, Beahan, Beatty, Bechtelar, Becker, Bednar, Beer, Beier, Berge, Bergnaum, Bergstrom, Bernhard, Bernier, Bins, Blanda, Blick, Block, Bode, Boehm, Bogan, Bogisich, Borer, Bosco, Botsford, Boyer, Boyle, Bradtke, Brakus, Braun, Breitenberg, Brekke, Brown, Bruen, Buckridge, Carroll, Carter, Cartwright, Casper, Cassin, Champlin, Christiansen, Cole, Collier, Collins, Conn, Connelly, Conroy, Considine, Corkery, Cormier, Corwin, Cremin, Crist, Crona, Cronin, Crooks, Cruickshank, Cummerata, Cummings, Dach, D'Amore, Daniel, Dare, Daugherty, Davis, Deckow, Denesik, Dibbert, Dickens, Dicki, Dickinson, Dietrich, Donnelly, Dooley, Douglas, Doyle, DuBuque, Durgan, Ebert, Effertz, Emard, Emmerich, Erdman, Ernser, Fadel, Fahey, Farrell, Fay, Feeney, Feest, Feil, Ferry, Fisher, Flatley, Frami, Franecki, Friesen, Fritsch, Funk, Gerhold, Gerlach, Gibson, Gislason, Gleason, Gleichner, Glover, Goldner, Goodwin, Gorczany, Gottlieb, Goyette, Grady, Graham, Grant, Green, Greenfelder, Greenholt, Grimes, Gulgowski, Gusikowski, Gutkowski, Gutmann, Haag, Hackett, Hagenes, Hahn, Haley, Halvorson, Hamill, Hammes, Hand, Hane, Hansen, Harber, Harris, Hartmann, Harvey, Hauck, Hayes, Heaney, Heathcote, Hegmann, Heidenreich, Heller, Herman, Hermann, Hermiston, Herzog, Hessel, Hettinger, Hickle, Hilll, Hills, Hilpert, Hintz, Hirthe, Hodkiewicz, Hoeger, Homenick, Hoppe, Howe, Howell, Hudson, Huel, Huels, Hyatt, Jacobi, Jacobs, Jacobson, Jakubowski, Jaskolski, Jast, Jenkins, Jerde, Johns, Johnson, Johnston, Jones, Kassulke, Kautzer, Keebler, Keeling, Kemmer, Kerluke, Kertzmann, Kessler, Kiehn, Kihn, Kilback, King, Kirlin, Klein, Kling, Klocko, Koch, Koelpin, Koepp, Kohler, Konopelski, Koss, Kovacek, Kozey, Krajcik, Kreiger, Kris, Kshlerin, Kub, Kuhic, Kuhlman, Kuhn, Kulas, Kunde, Kunze, Kuphal, Kutch, Kuvalis, Labadie, Lakin, Lang, Langosh, Langworth, Larkin, Larson, Leannon, Lebsack, Ledner, Leffler, Legros, Lehner, Lemke, Lesch, Leuschke, Lind, Lindgren, Littel, Little, Lockman, Lowe, Lubowitz, Lueilwitz, Luettgen, Lynch, Macejkovic, MacGyver, Maggio, Mann, Mante, Marks, Marquardt, Marvin, Mayer, Mayert, McClure, McCullough, McDermott, McGlynn, McKenzie, McLaughlin, Medhurst, Mertz, Metz, Miller, Mills, Mitchell, Moen, Mohr, Monahan, Moore, Morar, Morissette, Mosciski, Mraz, Mueller, Muller, Murazik, Murphy, Murray, Nader, Nicolas, Nienow, Nikolaus, Nitzsche, Nolan, Oberbrunner, O'Connell, O'Conner, O'Hara, O'Keefe, O'Kon, Okuneva, Olson, Ondricka, O'Reilly, Orn, Ortiz, Osinski, Pacocha, Padberg, Pagac, Parisian, Parker, Paucek, Pfannerstill, Pfeffer, Pollich, Pouros, Powlowski, Predovic, Price, Prohaska, Prosacco, Purdy, Quigley, Quitzon, Rath, Ratke, Rau, Raynor, Reichel, Reichert, Reilly, Reinger, Rempel, Renner, Reynolds, Rice, Rippin, Ritchie, Robel, Roberts, Rodriguez, Rogahn, Rohan, Rolfson, Romaguera, Roob, Rosenbaum, Rowe, Ruecker, Runolfsdottir, Runolfsson, Runte, Russel, Rutherford, Ryan, Sanford, Satterfield, Sauer, Sawayn, Schaden, Schaefer, Schamberger, Schiller, Schimmel, Schinner, Schmeler, Schmidt, Schmitt, Schneider, Schoen, Schowalter, Schroeder, Schulist, Schultz, Schumm, Schuppe, Schuster, Senger, Shanahan, Shields, Simonis, Sipes, Skiles, Smith, Smitham, Spencer, Spinka, Sporer, Stamm, Stanton, Stark, Stehr, Steuber, Stiedemann, Stokes, Stoltenberg, Stracke, Streich, Stroman, Strosin, Swaniawski, Swift, Terry, Thiel, Thompson, Tillman, Torp, Torphy, Towne, Toy, Trantow, Tremblay, Treutel, Tromp, Turcotte, Turner, Ullrich, Upton, Vandervort, Veum, Volkman, Von, VonRueden, Waelchi, Walker, Walsh, Walter, Ward, Waters, Watsica, Weber, Wehner, Weimann, Weissnat, Welch, West, White, Wiegand, Wilderman, Wilkinson, Will, Williamson, Willms, Windler, Wintheiser, Wisoky, Wisozk, Witting, Wiza, Wolf, Wolff, Wuckert, Wunsch, Wyman, Yost, Yundt, Zboncak, Zemlak, Ziemann, Zieme, Zulauf]
11
+ last_name: [Abbott, Abernathy, Abshire, Adams, Altenwerth, Anderson, Ankunding, Armstrong, Auer, Aufderhar, Bahringer, Bailey, Balistreri, Barrows, Bartell, Bartoletti, Barton, Bashirian, Batz, Bauch, Baumbach, Bayer, Beahan, Beatty, Bechtelar, Becker, Bednar, Beer, Beier, Berge, Bergnaum, Bergstrom, Bernhard, Bernier, Bins, Blanda, Blick, Block, Bode, Boehm, Bogan, Bogisich, Borer, Bosco, Botsford, Boyer, Boyle, Bradtke, Brakus, Braun, Breitenberg, Brekke, Brown, Bruen, Buckridge, Carroll, Carter, Cartwright, Casper, Cassin, Champlin, Christiansen, Cole, Collier, Collins, Conn, Connelly, Conroy, Considine, Corkery, Cormier, Corwin, Cremin, Crist, Crona, Cronin, Crooks, Cruickshank, Cummerata, Cummings, Dach, D'Amore, Daniel, Dare, Daugherty, Davis, Deckow, Denesik, Dibbert, Dickens, Dicki, Dickinson, Dietrich, Donnelly, Dooley, Douglas, Doyle, DuBuque, Durgan, Ebert, Effertz, Emard, Emmerich, Erdman, Ernser, Fadel, Fahey, Farrell, Fay, Feeney, Feest, Feil, Ferry, Fisher, Flatley, Frami, Franecki, Friesen, Fritsch, Funk, Gerhold, Gerlach, Gibson, Gislason, Gleason, Gleichner, Glover, Goldner, Goodwin, Gorczany, Gottlieb, Goyette, Grady, Graham, Grant, Green, Greenfelder, Greenholt, Grimes, Gulgowski, Gusikowski, Gutkowski, Gutmann, Haag, Hackett, Hagenes, Hahn, Haley, Halvorson, Hamill, Hammes, Hand, Hane, Hansen, Harber, Harris, Hartmann, Harvey, Hauck, Hayes, Heaney, Heathcote, Hegmann, Heidenreich, Heller, Herman, Hermann, Hermiston, Herzog, Hessel, Hettinger, Hickle, Hill, Hills, Hilpert, Hintz, Hirthe, Hodkiewicz, Hoeger, Homenick, Hoppe, Howe, Howell, Hudson, Huel, Huels, Hyatt, Jacobi, Jacobs, Jacobson, Jakubowski, Jaskolski, Jast, Jenkins, Jerde, Johns, Johnson, Johnston, Jones, Kassulke, Kautzer, Keebler, Keeling, Kemmer, Kerluke, Kertzmann, Kessler, Kiehn, Kihn, Kilback, King, Kirlin, Klein, Kling, Klocko, Koch, Koelpin, Koepp, Kohler, Konopelski, Koss, Kovacek, Kozey, Krajcik, Kreiger, Kris, Kshlerin, Kub, Kuhic, Kuhlman, Kuhn, Kulas, Kunde, Kunze, Kuphal, Kutch, Kuvalis, Labadie, Lakin, Lang, Langosh, Langworth, Larkin, Larson, Leannon, Lebsack, Ledner, Leffler, Legros, Lehner, Lemke, Lesch, Leuschke, Lind, Lindgren, Littel, Little, Lockman, Lowe, Lubowitz, Lueilwitz, Luettgen, Lynch, Macejkovic, MacGyver, Maggio, Mann, Mante, Marks, Marquardt, Marvin, Mayer, Mayert, McClure, McCullough, McDermott, McGlynn, McKenzie, McLaughlin, Medhurst, Mertz, Metz, Miller, Mills, Mitchell, Moen, Mohr, Monahan, Moore, Morar, Morissette, Mosciski, Mraz, Mueller, Muller, Murazik, Murphy, Murray, Nader, Nicolas, Nienow, Nikolaus, Nitzsche, Nolan, Oberbrunner, O'Connell, O'Conner, O'Hara, O'Keefe, O'Kon, Okuneva, Olson, Ondricka, O'Reilly, Orn, Ortiz, Osinski, Pacocha, Padberg, Pagac, Parisian, Parker, Paucek, Pfannerstill, Pfeffer, Pollich, Pouros, Powlowski, Predovic, Price, Prohaska, Prosacco, Purdy, Quigley, Quitzon, Rath, Ratke, Rau, Raynor, Reichel, Reichert, Reilly, Reinger, Rempel, Renner, Reynolds, Rice, Rippin, Ritchie, Robel, Roberts, Rodriguez, Rogahn, Rohan, Rolfson, Romaguera, Roob, Rosenbaum, Rowe, Ruecker, Runolfsdottir, Runolfsson, Runte, Russel, Rutherford, Ryan, Sanford, Satterfield, Sauer, Sawayn, Schaden, Schaefer, Schamberger, Schiller, Schimmel, Schinner, Schmeler, Schmidt, Schmitt, Schneider, Schoen, Schowalter, Schroeder, Schulist, Schultz, Schumm, Schuppe, Schuster, Senger, Shanahan, Shields, Simonis, Sipes, Skiles, Smith, Smitham, Spencer, Spinka, Sporer, Stamm, Stanton, Stark, Stehr, Steuber, Stiedemann, Stokes, Stoltenberg, Stracke, Streich, Stroman, Strosin, Swaniawski, Swift, Terry, Thiel, Thompson, Tillman, Torp, Torphy, Towne, Toy, Trantow, Tremblay, Treutel, Tromp, Turcotte, Turner, Ullrich, Upton, Vandervort, Veum, Volkman, Von, VonRueden, Waelchi, Walker, Walsh, Walter, Ward, Waters, Watsica, Weber, Wehner, Weimann, Weissnat, Welch, West, White, Wiegand, Wilderman, Wilkinson, Will, Williamson, Willms, Windler, Wintheiser, Wisoky, Wisozk, Witting, Wiza, Wolf, Wolff, Wuckert, Wunsch, Wyman, Yost, Yundt, Zboncak, Zemlak, Ziemann, Zieme, Zulauf]
12
12
  address:
13
13
  building_number: ['#####', '####', '###']
14
14
  postcode: ['#####', '#####-####']
@@ -1284,8 +1284,6 @@ es-AR:
1284
1284
  - Zapala
1285
1285
  - Zárate
1286
1286
  city:
1287
- - "#{city_names}"
1288
- - "#{city_names}"
1289
1287
  - "#{city_names}"
1290
1288
  - "#{male_city_saint_prefix} #{Name.male_first_name}"
1291
1289
  - "#{female_city_saint_prefix} #{Name.female_first_name}"
@@ -1296,7 +1294,6 @@ es-AR:
1296
1294
  - "#{army_city_prefix} #{Name.last_name}"
1297
1295
  - "#{army_city_prefix} #{Name.last_name}"
1298
1296
  - "#{city_prefix} #{army_city_prefix} #{Name.last_name}"
1299
- - "#{city_prefix} #{army_city_prefix} #{Name.last_name}"
1300
1297
 
1301
1298
  # -- state
1302
1299
 
@@ -3397,7 +3394,7 @@ es-AR:
3397
3394
  - "2### 6#####"
3398
3395
  - "3### 6#####"
3399
3396
  - "11-7###-####"
3400
- country_code: "54"
3397
+ country_code: ["54"]
3401
3398
 
3402
3399
  bank:
3403
3400
  name:
@@ -0,0 +1,266 @@
1
+ fr:
2
+ faker:
3
+ adjective:
4
+ positive:
5
+ - 'accueillant(e)'
6
+ - 'adorable'
7
+ - 'agile'
8
+ - 'amical(e)'
9
+ - 'attachant(e)'
10
+ - 'attentif(ve)'
11
+ - 'attentionné(e)'
12
+ - 'attirant(e)'
13
+ - 'aventureux(se)'
14
+ - 'agréable'
15
+ - 'attratif(ve)'
16
+ - 'beau(belle)'
17
+ - 'bon(ne)'
18
+ - 'brave'
19
+ - 'brillant(e)'
20
+ - 'calme'
21
+ - 'célèbre'
22
+ - 'chanceux(se)'
23
+ - 'chatoyant(e)'
24
+ - 'charmant(e)'
25
+ - 'chic'
26
+ - 'cool'
27
+ - 'combattif(ve)'
28
+ - 'compétant(e)'
29
+ - 'confortable'
30
+ - 'convenable'
31
+ - 'coopératif(ve)'
32
+ - 'courageux(se)'
33
+ - 'curieux(se)'
34
+ - 'délicieux(se)'
35
+ - 'déterminé(e)'
36
+ - 'doué(e)'
37
+ - 'drôle'
38
+ - 'éclatant(e)'
39
+ - 'efficace'
40
+ - 'élégant(e)'
41
+ - 'enchantant(e)'
42
+ - 'encourageant(e)'
43
+ - 'énergique'
44
+ - 'enjoué(e)'
45
+ - 'enthousiaste'
46
+ - 'étincelant(e)'
47
+ - 'exceptionnel(le)'
48
+ - 'excité(e)'
49
+ - 'fantastique'
50
+ - 'farfelu(e)'
51
+ - 'fidèle'
52
+ - 'fier(ère)'
53
+ - 'formidable'
54
+ - 'gai(e)'
55
+ - 'généreux(se)'
56
+ - 'gentil(le)'
57
+ - 'glamour'
58
+ - 'glorieux(se)'
59
+ - 'grâcieux(se)'
60
+ - 'heureux(se)'
61
+ - 'hilarant(e)'
62
+ - 'humble'
63
+ - 'innocent(e)'
64
+ - 'jovial(e)'
65
+ - 'juste'
66
+ - 'impeccable'
67
+ - 'inestimable'
68
+ - 'intelligent(e)'
69
+ - 'intéressant(e)'
70
+ - 'irremplaçable'
71
+ - 'joyeux(se)'
72
+ - 'léger(ère)'
73
+ - 'loufoque'
74
+ - 'loyal(e)'
75
+ - 'luisant(e)'
76
+ - 'malin(e)'
77
+ - 'magnifique'
78
+ - 'mignon(ne)'
79
+ - 'moderne'
80
+ - 'naturel(le)'
81
+ - 'ouvert(e)'
82
+ - 'parfait(e)'
83
+ - 'pétillant(e)'
84
+ - 'plaisant(e)'
85
+ - 'précieux(se)'
86
+ - 'propre'
87
+ - 'puissant(e)'
88
+ - 'rayonnant(e)'
89
+ - 'reconnaissant(e)'
90
+ - 'réfléchi(e)'
91
+ - 'remarquable'
92
+ - 'riche'
93
+ - 'robuste'
94
+ - 'rutilant(e)'
95
+ - 'sage'
96
+ - 'sain(e)'
97
+ - 'séduisant(e)'
98
+ - 'sérieux(se)'
99
+ - 'serviable'
100
+ - 'simple'
101
+ - 'soigneux(se)'
102
+ - 'somptueux'
103
+ - 'souriant(e)'
104
+ - 'spirituel(le)'
105
+ - 'splendide'
106
+ - 'subtil(e)'
107
+ - 'super'
108
+ - 'sympa'
109
+ - 'sympathique'
110
+ - 'talentueux(se)'
111
+ - 'tendre'
112
+ - 'utile'
113
+ - 'victorieux(se)'
114
+ - 'vif(ve)'
115
+ - 'vigoureux(se)'
116
+ - 'zen'
117
+ negative:
118
+ - 'abattu(e)'
119
+ - 'agaçant(e)'
120
+ - 'agité(e)'
121
+ - 'agressif(ve)'
122
+ - 'arrogant(e)'
123
+ - 'ambigu(e)'
124
+ - 'angoissant(e)'
125
+ - 'anxieux(se)'
126
+ - 'anxiogène'
127
+ - 'atroce'
128
+ - 'barbant(e)'
129
+ - 'bête'
130
+ - 'bizarre'
131
+ - 'blessant(e)'
132
+ - 'bougon'
133
+ - 'choquant(e)'
134
+ - 'cinglé(e)'
135
+ - 'confus(e)'
136
+ - 'crade'
137
+ - 'crasseux(se)'
138
+ - 'crispé(e)'
139
+ - 'cruel(le)'
140
+ - 'dangereux(se)'
141
+ - 'débile'
142
+ - 'dégoûtant(e)'
143
+ - 'démodé(e)'
144
+ - 'dépareillé(e)'
145
+ - 'dépassé(e)'
146
+ - 'dépressif(ve)'
147
+ - 'déprimant(e)'
148
+ - 'déraisonnable'
149
+ - 'désagréable'
150
+ - 'désordonné(e)'
151
+ - 'désorienté(e)'
152
+ - 'désuet(ète)'
153
+ - 'détestable'
154
+ - 'détraqué(e)'
155
+ - 'dingue'
156
+ - 'disgracieux(se)'
157
+ - 'effranyant(e)'
158
+ - 'effrayé(e)'
159
+ - 'égoïste'
160
+ - 'embarrassé(e)'
161
+ - 'embrouillé(e)'
162
+ - 'énervant(e)'
163
+ - 'énervé(e)'
164
+ - 'ennuyant(e)'
165
+ - 'ennuyé(e)'
166
+ - 'ennuyeux(se)'
167
+ - 'envieux(se)'
168
+ - 'épouvantable'
169
+ - 'épuisant(e)'
170
+ - 'épuisé(e)'
171
+ - 'esseulé(e)'
172
+ - 'étrange'
173
+ - 'étriqué(e)'
174
+ - 'exapérant(e)'
175
+ - 'exorbitant(e)'
176
+ - 'exubérant(e)'
177
+ - 'faible'
178
+ - 'fainéant(e)'
179
+ - 'farouche'
180
+ - 'fatiguant(e)'
181
+ - 'fatigué(e)'
182
+ - 'faux(sse)'
183
+ - 'fermé(e)'
184
+ - 'fou(folle)'
185
+ - 'fragile'
186
+ - 'frêle'
187
+ - 'frénétique'
188
+ - 'froid(e)'
189
+ - 'furieux(se)'
190
+ - 'gourmand(e)'
191
+ - 'grincheux(se)'
192
+ - 'grognon(ne)'
193
+ - 'grossier(ère)'
194
+ - 'grotesque'
195
+ - 'honteux(se)'
196
+ - 'horrible'
197
+ - 'idiot(e)'
198
+ - 'immoral(e)'
199
+ - 'impotent(e)'
200
+ - 'impuissant(e)'
201
+ - 'incapable'
202
+ - 'inepte'
203
+ - 'infect(e)'
204
+ - 'inintéressant(e)'
205
+ - 'injurieux(se)'
206
+ - 'injuste'
207
+ - 'inquiet(ète)'
208
+ - 'inquiétant(e)'
209
+ - 'inutile'
210
+ - 'insensé(e)'
211
+ - 'insupportable'
212
+ - 'irrécupérable'
213
+ - 'jaloux(se)'
214
+ - 'lâche'
215
+ - 'laid(e)'
216
+ - 'lassant(e)'
217
+ - 'maboul(e)'
218
+ - 'maigre'
219
+ - 'malade'
220
+ - 'machanceux(se)'
221
+ - 'mafaisant(e)'
222
+ - 'malheureux(se)'
223
+ - 'maussade'
224
+ - 'mauvais(e)'
225
+ - 'méchant(e)'
226
+ - 'médiocre'
227
+ - 'monstrueux(se)'
228
+ - 'moyen(ne)'
229
+ - 'naïf(ve)'
230
+ - 'nerveux(se)'
231
+ - 'nonchalant(e)'
232
+ - 'odieux(se)'
233
+ - 'paniqué(e)'
234
+ - 'paresseux(se)'
235
+ - 'paumé(e)'
236
+ - 'pauvre'
237
+ - 'périmé(e)'
238
+ - 'perplexe'
239
+ - 'poissard(e)'
240
+ - 'poisseux(se)'
241
+ - 'polisson(e)'
242
+ - 'possessif(ve)'
243
+ - 'préoccupé(e)'
244
+ - 'primitif(ve)'
245
+ - 'putride'
246
+ - 'râleur(se)'
247
+ - 'renfrogné(e)'
248
+ - 'répugnant(e)'
249
+ - 'ridicule'
250
+ - 'ronchon'
251
+ - 'scandaleux(se)'
252
+ - 'seul(e)'
253
+ - 'sot(te)'
254
+ - 'soucieux(se)'
255
+ - 'souffrant(e)'
256
+ - 'stupide'
257
+ - 'tendu(e)'
258
+ - 'terrible'
259
+ - 'timide'
260
+ - 'triste'
261
+ - 'troublant(e)'
262
+ - 'troublé(e)'
263
+ - 'vicieux(se)'
264
+ - 'vide'
265
+ - 'vilain(e)'
266
+ - 'violent(e)'
@@ -0,0 +1,5 @@
1
+ fr:
2
+ faker:
3
+ creature:
4
+ animal:
5
+ name: ["alligator", "crocodile", "alpaca", "fourmi", "antilope", "singe", "tatou", "âne", "babouin", "blaireau", "chauve-souris", "ours", "castor", "abeille", "scarabée", "buffle", "papillon", "chameau", "caribou", "chat", "bovins", "guépard", "chimpanzé", "cigale", "palourde", "cafard", "morue", "coyote", "crabe", "criquet", "corbeau", "cerf", "dinosaure", "chien", "dauphin", "canard", "aigle", "anguille", "éléphant", "wapiti", "furet", "poisson", "mouche", "renard", "grenouille", "crapaud", "gerbille", "girafe", "gnou", "chèvre", "poisson rouge", "oie", "gorille", "sauterelle", "cochon d'Inde", "hamster", "lièvre", "hérisson", "hareng", "hippopotame", "frelon", "cheval", "hyène", "chacal", "méduse", "kangourou", "koala", "léopard", "lion", "lézard", "lama", "criquet", "colvert", "mammouth", "lamantin", "vison", "élan", "moustique", "souris", "rat", "mule", "loutre", "boeuf", "huître", "panda", "cochon", "ornithorynque", "porc-épic", "lapin", "raton laveur", "renne", "rhinocéros", "saumon", "sardine", "Scorpion", "lion de mer", "requin", "le mouton", "moufette", "escargot", "serpent", "araignée", "écureuil", "cygne", "termite", "tigre", "truite", "tortue", "morse", "guêpe", "belette", "baleine", "loup", "marmotte", "ver de terre", "guêpe jaune", "zèbre"]
@@ -0,0 +1,4 @@
1
+ fr:
2
+ faker:
3
+ appliance:
4
+ equipment: ["Ioniseur d'air", "Purificateur d'air", "Alimentation électrique", "Diffuseur de parfum", "Ventilateur de grenier", "Mini-four", "Insert", "Décapsuleur", "Mixeur", "Essoreuse", "Ouvre-boîte", "Ventilateur de plafond", "Aspirateur Central", "Sèche-linge", "Fer à repasser", "Presse-agrumes", "Lave-linge tout-en-un", "Placard égouttoir", "Lave-vaisselle", "Robot domestique", "Lave-vaisselle à tiroir", "Bouilloire électrique", "Refroidisseur par évaporation", "Hotte aspirante", "Radiateur soufflant", "Contrôleur de flamme", "Chauffage par air pulsé", "Sèche-futon", "Broyeur de cuisine", "Chaudière à gaz", "Boîte d'allumettes pour le lit", "CVC", "Sèche-cheveux", "Fer à lisser", "Plaque de cuisson", "Serveur personnel", "Humidificateur", "Glacière", "Réfrigérateur à kimchi", "Mangle", "Chauffage micathermique", "Micro-ondes", "Piège à souris", "Chaudière au fioul", "Four", "Déchiqueteuse à papier", "Chauffe-terrasse", "Radiateur", "Réfrigérateur", "Machine à coudre", "Chauffe-eau solaire", "Chauferette", "Nettoyeur vapeur", "Cuisinière", "Pompe de puisard", "Télévision", "Presse à Cravates", "Grille-pain", "Presse à pantalons", "Aspirateur", "Lave-linge", "Bouilloire", "Chauffe-eau", "Filtre à eau", "Ventilateur de fenêtre"]