faker 2.15.1 → 3.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +848 -34
- data/README.md +225 -103
- data/lib/faker/blockchain/aeternity.rb +1 -1
- data/lib/faker/blockchain/bitcoin.rb +2 -2
- data/lib/faker/blockchain/ethereum.rb +1 -1
- data/lib/faker/blockchain/tezos.rb +31 -3
- data/lib/faker/books/dune.rb +2 -10
- data/lib/faker/books/lovecraft.rb +9 -41
- data/lib/faker/books/the_kingkiller_chronicle.rb +61 -0
- data/lib/faker/creature/bird.rb +203 -0
- data/lib/faker/default/address.rb +7 -27
- data/lib/faker/default/alphanumeric.rb +2 -8
- data/lib/faker/default/app.rb +1 -10
- data/lib/faker/default/avatar.rb +1 -12
- data/lib/faker/default/bank.rb +25 -17
- data/lib/faker/default/barcode.rb +33 -22
- data/lib/faker/default/boolean.rb +1 -4
- data/lib/faker/default/cannabis.rb +10 -0
- data/lib/faker/default/chile_rut.rb +25 -25
- data/lib/faker/default/chuck_norris.rb +1 -0
- data/lib/faker/default/code.rb +71 -42
- data/lib/faker/default/color.rb +77 -6
- data/lib/faker/default/commerce.rb +31 -17
- data/lib/faker/default/company.rb +137 -22
- data/lib/faker/default/crypto.rb +26 -4
- data/lib/faker/default/crypto_coin.rb +3 -15
- data/lib/faker/default/date.rb +65 -42
- data/lib/faker/default/demographic.rb +1 -5
- data/lib/faker/default/driving_licence.rb +20 -18
- data/lib/faker/default/drone.rb +1 -1
- data/lib/faker/default/educator.rb +13 -0
- data/lib/faker/default/emotion.rb +33 -0
- data/lib/faker/default/file.rb +5 -22
- data/lib/faker/default/finance.rb +30 -7
- data/lib/faker/default/food.rb +27 -1
- data/lib/faker/default/hipster.rb +8 -48
- data/lib/faker/default/hobby.rb +22 -0
- data/lib/faker/default/html.rb +230 -0
- data/lib/faker/default/id_number.rb +175 -27
- data/lib/faker/default/internet.rb +333 -114
- data/lib/faker/default/invoice.rb +4 -17
- data/lib/faker/default/json.rb +4 -21
- data/lib/faker/default/lorem.rb +175 -73
- data/lib/faker/default/lorem_flickr.rb +4 -37
- data/lib/faker/default/markdown.rb +10 -13
- data/lib/faker/default/marketing.rb +1 -1
- data/lib/faker/default/measurement.rb +16 -48
- data/lib/faker/default/name.rb +1 -5
- data/lib/faker/default/nation.rb +0 -3
- data/lib/faker/default/{nhs.rb → national_health_service.rb} +9 -8
- data/lib/faker/default/number.rb +33 -61
- data/lib/faker/default/omniauth.rb +55 -52
- data/lib/faker/default/phone_number.rb +36 -21
- data/lib/faker/default/placeholdit.rb +10 -20
- data/lib/faker/default/relationship.rb +1 -5
- data/lib/faker/default/religion.rb +6 -0
- data/lib/faker/default/science.rb +108 -0
- data/lib/faker/default/source.rb +3 -16
- data/lib/faker/default/south_africa.rb +3 -3
- data/lib/faker/default/string.rb +1 -7
- data/lib/faker/default/stripe.rb +4 -20
- data/lib/faker/default/tea.rb +41 -0
- data/lib/faker/{music/show.rb → default/theater.rb} +11 -8
- data/lib/faker/default/time.rb +4 -34
- data/lib/faker/default/twitter.rb +7 -23
- data/lib/faker/default/types.rb +12 -34
- data/lib/faker/default/vehicle.rb +44 -54
- data/lib/faker/default/vulnerability_identifier.rb +23 -0
- data/lib/faker/default/world_cup.rb +2 -11
- data/lib/faker/games/clash_of_clans.rb +1 -1
- data/lib/faker/games/dnd.rb +49 -7
- data/lib/faker/games/dota.rb +14 -5
- data/lib/faker/games/final_fantasy_xiv.rb +73 -0
- data/lib/faker/games/minecraft.rb +1 -1
- data/lib/faker/games/myst.rb +1 -1
- data/lib/faker/games/tarkov.rb +205 -0
- data/lib/faker/games/touhou.rb +75 -0
- data/lib/faker/games/witcher.rb +39 -0
- data/lib/faker/japanese_media/cowboy_bebop.rb +61 -0
- data/lib/faker/japanese_media/fullmetal_alchemist_brotherhood.rb +51 -0
- data/lib/faker/japanese_media/kamen_rider.rb +102 -0
- data/lib/faker/japanese_media/one_piece.rb +1 -1
- data/lib/faker/locations/australia.rb +52 -0
- data/lib/faker/movies/avatar.rb +49 -0
- data/lib/faker/movies/hackers.rb +48 -0
- data/lib/faker/movies/star_wars.rb +73 -5
- data/lib/faker/movies/{room.rb → the_room.rb} +4 -4
- data/lib/faker/movies/tron.rb +161 -0
- data/lib/faker/music/hiphop.rb +3 -3
- data/lib/faker/music/music.rb +12 -0
- data/lib/faker/music/rock_band.rb +12 -0
- data/lib/faker/music/smashing_pumpkins.rb +64 -0
- data/lib/faker/quotes/quote.rb +13 -0
- data/lib/faker/quotes/rajnikanth.rb +1 -0
- data/lib/faker/quotes/shakespeare.rb +34 -0
- data/lib/faker/religion/bible.rb +50 -0
- data/lib/faker/sports/chess.rb +90 -0
- data/lib/faker/sports/mountaineering.rb +22 -0
- data/lib/faker/sports/sport.rb +116 -0
- data/lib/faker/travel/airport.rb +43 -0
- data/lib/faker/travel/train_station.rb +54 -0
- data/lib/faker/tv_shows/archer.rb +51 -0
- data/lib/faker/tv_shows/big_bang_theory.rb +1 -1
- data/lib/faker/tv_shows/brooklyn_nine_nine.rb +38 -0
- data/lib/faker/tv_shows/michael_scott.rb +0 -3
- data/lib/faker/tv_shows/south_park.rb +15 -0
- data/lib/faker/tv_shows/spongebob.rb +50 -0
- data/lib/faker/tv_shows/suits.rb +1 -1
- data/lib/faker/tv_shows/supernatural.rb +48 -0
- data/lib/faker/tv_shows/the_office.rb +37 -0
- data/lib/faker/version.rb +2 -2
- data/lib/faker.rb +26 -67
- data/lib/helpers/base58.rb +1 -1
- data/lib/helpers/deprecator.rb +53 -0
- data/lib/helpers/positional_generator.rb +480 -0
- data/lib/helpers/unique_generator.rb +13 -14
- data/lib/locales/README.md +18 -2
- data/lib/locales/ar.yml +6 -1
- data/lib/locales/bg.yml +1 -2
- data/lib/locales/da-DK.yml +529 -35
- data/lib/locales/de-AT.yml +3487 -27
- data/lib/locales/de-CH.yml +4328 -12
- data/lib/locales/de.yml +7185 -99
- data/lib/locales/ee.yml +0 -1
- data/lib/locales/en/address.yml +1826 -562
- data/lib/locales/en/airport.yml +381 -0
- data/lib/locales/en/animal.yml +1 -1
- data/lib/locales/en/archer.yml +75 -0
- data/lib/locales/en/australia.yml +108 -0
- data/lib/locales/en/avatar.yml +31 -0
- data/lib/locales/en/bank.yml +1 -1
- data/lib/locales/en/bible.yml +90 -0
- data/lib/locales/en/bird.yml +1281 -0
- data/lib/locales/en/book.yml +487 -3
- data/lib/locales/en/brooklyn_nine_nine.yml +35 -0
- data/lib/locales/en/cat.yml +1 -1
- data/lib/locales/en/chess.yml +103 -0
- data/lib/locales/en/coffee.yml +1 -1
- data/lib/locales/en/commerce.yml +17 -0
- data/lib/locales/en/community.yml +17 -17
- data/lib/locales/en/company.yml +1 -0
- data/lib/locales/en/computer.yml +23 -4
- data/lib/locales/en/cowboy_bebop.yml +163 -0
- data/lib/locales/en/device.yml +112 -4
- data/lib/locales/en/dnd.yml +186 -1
- data/lib/locales/en/dog.yml +262 -7
- data/lib/locales/en/dota.yml +173 -0
- data/lib/locales/en/dune.yml +266 -397
- data/lib/locales/en/educator.yml +6 -0
- data/lib/locales/en/emotion.yml +480 -0
- data/lib/locales/en/file.yml +9 -1
- data/lib/locales/en/final_fantasy_xiv.yml +754 -0
- data/lib/locales/en/finance.yml +27 -4
- data/lib/locales/en/food.yml +1067 -10
- data/lib/locales/en/football.yml +3 -3
- data/lib/locales/en/fullmetal_alchemist_brotherhood.yml +78 -0
- data/lib/locales/en/game.yml +11 -0
- data/lib/locales/en/hackers.yml +53 -0
- data/lib/locales/en/harry_potter.yml +1 -1
- data/lib/locales/en/heroes.yml +2 -2
- data/lib/locales/en/hobby.yml +171 -0
- data/lib/locales/en/horse.yml +2 -2
- data/lib/locales/en/id_number.yml +1 -1
- data/lib/locales/en/internet.yml +136 -3
- data/lib/locales/en/kamen_rider.yml +452 -0
- data/lib/locales/en/kpop.yml +7 -7
- data/lib/locales/en/lebowski.yml +1 -1
- data/lib/locales/en/lovecraft.yml +76 -6
- data/lib/locales/en/minecraft.yml +4 -4
- data/lib/locales/en/mitch_hedberg.yml +46 -0
- data/lib/locales/en/mountain.yml +14 -1
- data/lib/locales/en/mountaineering.yml +14 -0
- data/lib/locales/en/movie.yml +2 -1
- data/lib/locales/en/music.yml +152 -142
- data/lib/locales/en/naruto.yml +2 -3
- data/lib/locales/en/one_piece.yml +1 -1
- data/lib/locales/en/opera.yml +2 -2
- data/lib/locales/en/overwatch.yml +5 -7
- data/lib/locales/en/phone_number.yml +78 -3
- data/lib/locales/en/rock_band.yml +1 -0
- data/lib/locales/en/science.yml +481 -3
- data/lib/locales/en/shakespeare.yml +21 -24
- data/lib/locales/en/smashing_pumpkins.yml +382 -0
- data/lib/locales/en/source.yml +5 -0
- data/lib/locales/en/south_park.yml +360 -2
- data/lib/locales/en/space.yml +1 -1
- data/lib/locales/en/spongebob.yml +489 -0
- data/lib/locales/en/sport.yml +130 -0
- data/lib/locales/en/star_wars.yml +1 -1
- data/lib/locales/en/stranger_thing.yml +1 -1
- data/lib/locales/en/super_smash_bros.yml +7 -2
- data/lib/locales/en/supernatural.yml +141 -0
- data/lib/locales/en/tarkov.yml +593 -0
- data/lib/locales/en/tea.yml +172 -0
- data/lib/locales/en/the_kingkiller_chronicle.yml +56 -0
- data/lib/locales/en/the_office.yml +86 -0
- data/lib/locales/en/{room.yml → the_room.yml} +1 -1
- data/lib/locales/en/{show.yml → theater.yml} +1 -1
- data/lib/locales/en/touhou.yml +839 -0
- data/lib/locales/en/train_station.yml +280 -0
- data/lib/locales/en/tron.yml +227 -0
- data/lib/locales/en/vehicle.yml +2809 -75
- data/lib/locales/en/witcher.yml +37 -0
- data/lib/locales/en-AU.yml +718 -47
- data/lib/locales/en-CA.yml +373 -18
- data/lib/locales/en-GB.yml +116 -8
- data/lib/locales/en-IND.yml +1259 -17
- data/lib/locales/en-KE.yml +212 -0
- data/lib/locales/en-MS.yml +364 -17
- data/lib/locales/en-NEP.yml +212 -38
- data/lib/locales/en-NG.yml +1 -0
- data/lib/locales/en-NZ.yml +1153 -123
- data/lib/locales/en-PAK.yml +369 -10
- data/lib/locales/en-SG.yml +581 -16
- data/lib/locales/en-UG.yml +1 -0
- data/lib/locales/en-US.yml +6914 -74
- data/lib/locales/en-ZA.yml +1 -1
- data/lib/locales/en-au-ocker.yml +266 -22
- data/lib/locales/es-AR.yml +4570 -0
- data/lib/locales/es-MX.yml +1 -2
- data/lib/locales/es.yml +2 -3
- data/lib/locales/fi-FI.yml +3 -1
- data/lib/locales/fr/address.yml +20 -0
- data/lib/locales/fr/adjective.yml +266 -0
- data/lib/locales/fr/ancient.yml +141 -0
- data/lib/locales/fr/animal.yml +5 -0
- data/lib/locales/fr/appliance.yml +4 -0
- data/lib/locales/fr/book.yml +7 -0
- data/lib/locales/fr/color.yml +4 -0
- data/lib/locales/fr/company.yml +17 -0
- data/lib/locales/fr/compass.yml +23 -0
- data/lib/locales/fr/demographic.yml +4 -0
- data/lib/locales/fr/gender.yml +6 -0
- data/lib/locales/fr/internet.yml +4 -0
- data/lib/locales/fr/lorem.yml +5 -0
- data/lib/locales/fr/measurement.yml +7 -0
- data/lib/locales/fr/name.yml +22 -0
- data/lib/locales/fr/phone_number.yml +7 -0
- data/lib/locales/fr/pokemon.yml +7 -0
- data/lib/locales/fr-CA.yml +2733 -44
- data/lib/locales/fr-CH.yml +1 -2
- data/lib/locales/fr.yml +2 -118
- data/lib/locales/hy.yml +3624 -119
- data/lib/locales/id.yml +839 -12
- data/lib/locales/it.yml +1304 -32
- data/lib/locales/ja/README.md +13 -0
- data/lib/locales/ja/address.yml +120539 -0
- data/lib/locales/ja/adjective.yml +148 -0
- data/lib/locales/ja/ancient.yml +4 -0
- data/lib/locales/ja/animal.yml +5 -0
- data/lib/locales/ja/bank.yml +4 -0
- data/lib/locales/ja/book.yml +7 -0
- data/lib/locales/ja/cat.yml +5 -0
- data/lib/locales/ja/coffee.yml +4 -0
- data/lib/locales/ja/color.yml +4 -0
- data/lib/locales/ja/commerce.yml +11 -0
- data/lib/locales/ja/company.yml +8 -0
- data/lib/locales/ja/dog.yml +6 -0
- data/lib/locales/ja/emotion.yml +51 -0
- data/lib/locales/ja/food.yml +4 -0
- data/lib/locales/ja/football.yml +115 -0
- data/lib/locales/ja/gender.yml +4 -0
- data/lib/locales/ja/lorem.yml +9 -0
- data/lib/locales/ja/name.yml +13 -0
- data/lib/locales/ja/naruto.yml +230 -0
- data/lib/locales/ja/overwatch.yml +5 -0
- data/lib/locales/ja/phone_number.yml +7 -0
- data/lib/locales/ja/pokemon.yml +7 -0
- data/lib/locales/ja/relationship.yml +10 -0
- data/lib/locales/ja/restaurant.yml +11 -0
- data/lib/locales/ja/space.yml +5 -0
- data/lib/locales/ja/sport.yml +130 -0
- data/lib/locales/ja/studio_ghibli.yml +112 -0
- data/lib/locales/ja/subscription.yml +8 -0
- data/lib/locales/ja/super_mario.yml +9 -0
- data/lib/locales/ja/super_smash_bros.yml +8 -0
- data/lib/locales/ja/touhou.yml +466 -0
- data/lib/locales/ja/university.yml +9 -0
- data/lib/locales/ja/zelda.yml +5 -0
- data/lib/locales/ko.yml +1361 -20
- data/lib/locales/lt.yml +315 -0
- data/lib/locales/lv.yml +1 -2
- data/lib/locales/mi-NZ.yml +283 -0
- data/lib/locales/nb-NO.yml +518 -29
- data/lib/locales/nl.yml +1 -1
- data/lib/locales/pl.yml +1 -2
- data/lib/locales/pt-BR.yml +8157 -660
- data/lib/locales/pt.yml +844 -45
- data/lib/locales/ru.yml +1355 -32
- data/lib/locales/sk.yml +4410 -43
- data/lib/locales/sv.yml +100 -0
- data/lib/locales/th.yml +76 -76
- data/lib/locales/tr.yml +1 -2
- data/lib/locales/uk.yml +1808 -44
- data/lib/locales/vi.yml +1 -0
- data/lib/locales/zh-CN/bank.yml +17 -0
- data/lib/locales/zh-CN.yml +1 -0
- data/lib/locales/zh-TW.yml +1 -0
- metadata +134 -133
- data/History.md +0 -176
- data/lib/faker/default/fillmurray.rb +0 -45
- data/lib/faker/default/lorem_pixel.rb +0 -69
- data/lib/locales/ja.yml +0 -105
- /data/lib/faker/default/{faker_adjective.rb → adjective.rb} +0 -0
data/lib/locales/en/commerce.yml
CHANGED
|
@@ -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
|
|
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"]
|
|
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
|
|
10
|
-
"Either I
|
|
11
|
-
"I don
|
|
12
|
-
"Don
|
|
13
|
-
"Well I may be a genius, but I
|
|
14
|
-
"I
|
|
9
|
+
"I don’t have an ego. My Facebook photo is a landscape.",
|
|
10
|
+
"Either I’m God, or truth 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!",
|
|
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
|
|
19
|
-
"We
|
|
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.",
|
|
20
20
|
"Make your money, whore.",
|
|
21
|
-
"I know what a metaphor is! It
|
|
22
|
-
"Frankly, my dear, I don
|
|
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!",
|
|
23
23
|
"I ate my twin in utero.",
|
|
24
|
-
"Fire can
|
|
24
|
+
"Fire can’t go through doors, stupid. It’s not a ghost.",
|
|
25
25
|
"You have just been proven racist by the racist prover!",
|
|
26
|
-
"So
|
|
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
|
|
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.",
|
|
31
31
|
"Some flies are too awesome for the wall.",
|
|
32
|
-
"We
|
|
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."
|
|
33
33
|
]
|
data/lib/locales/en/company.yml
CHANGED
|
@@ -20,3 +20,4 @@ en:
|
|
|
20
20
|
profession: ["teacher", "actor", "musician", "philosopher", "writer", "doctor", "accountant", "agriculturist", "architect", "economist", "engineer", "interpreter", "attorney at law", "advocate", "librarian", "statistician", "human resources", "firefighter", "judge", "police officer", "astronomer", "biologist", "chemist", "physicist", "programmer", "web developer", "designer", "actress", "air traffic controller", "artist", "attorney", "banker", "bartender", "barber", "bookkeeper", "builder", "businessman", "butcher", "carpenter", "cashier", "chef", "coach", "dentist", "dental hygienist", "developer", "dietician", "editor", "electrician", "factory worker", "farmer", "fisherman", "gardener", "hairdresser", "journalist", "lawyer", "lecturer", "lifeguard", "mechanic", "model", "newsreader", "nurse", "optician", "painter", "pharmacist", "photographer", "pilot", "plumber", "politician", "postman", "receptionist", "scientist", "secretary", "shop assistant", "soldier", "tailor", "taxi driver", "translator", "traffic warden", "travel agent", "veterinary doctor", "waiter", "window cleaner"]
|
|
21
21
|
type: ["Public Company", "Educational Institution", "Self-Employed", "Government Agency", "Nonprofit", "Sole Proprietorship", "Privately Held", "Partnership"]
|
|
22
22
|
sic_code: ["0111", "0112", "0115", "0116", "0119", "0131", "0132", "0133", "0134", "0139", "0161", "0171", "0172", "0173", "0174", "0175", "0179", "0181", "0182", "0191", "0211", "0212", "0213", "0214", "0219", "0241", "0251", "0252", "0253", "0254", "0259", "0271", "0272", "0273", "0279", "0291", "0711", "0721", "0722", "0723", "0724", "0741", "0742", "0751", "0752", "0761", "0762", "0781", "0782", "0783", "0811", "0831", "0851", "0912", "0913", "0919", "0921", "0971", "1011", "1021", "1031", "1041", "1044", "1061", "1081", "1094", "1099", "1221", "1222", "1231", "1241", "1311", "1321", "1381", "1382", "1389", "1411", "1422", "1423", "1429", "1442", "1446", "1455", "1459", "1474", "1475", "1479", "1481", "1499", "1521", "1522", "1531", "1541", "1542", "1611", "1622", "1623", "1629", "1711", "1721", "1731", "1741", "1742", "1743", "1751", "1752", "1761", "1771", "1781", "1791", "1793", "1794", "1795", "1796", "1799", "2011", "2013", "2015", "2021", "2022", "2023", "2024", "2026", "2032", "2033", "2034", "2035", "2037", "2038", "2041", "2043", "2044", "2045", "2046", "2047", "2048", "2051", "2052", "2053", "2061", "2062", "2063", "2064", "2066", "2067", "2068", "2074", "2075", "2076", "2077", "2079", "2082", "2083", "2084", "2085", "2086", "2087", "2091", "2092", "2095", "2096", "2097", "2098", "2099", "2111", "2121", "2131", "2141", "2211", "2221", "2231", "2241", "2251", "2252", "2253", "2254", "2257", "2258", "2259", "2261", "2262", "2269", "2273", "2281", "2282", "2284", "2295", "2296", "2297", "2298", "2299", "2311", "2321", "2322", "2323", "2325", "2326", "2329", "2331", "2335", "2337", "2339", "2341", "2342", "2353", "2361", "2369", "2371", "2381", "2384", "2385", "2386", "2387", "2389", "2391", "2392", "2393", "2394", "2395", "2396", "2397", "2399", "2411", "2421", "2426", "2429", "2431", "2434", "2435", "2436", "2439", "2441", "2448", "2449", "2451", "2452", "2491", "2493", "2499", "2511", "2512", "2514", "2515", "2517", "2519", "2521", "2522", "2531", "2541", "2542", "2591", "2599", "2611", "2621", "2631", "2652", "2653", "2655", "2656", "2657", "2671", "2672", "2673", "2674", "2675", "2676", "2677", "2678", "2679", "2711", "2721", "2731", "2732", "2741", "2752", "2754", "2759", "2761", "2771", "2782", "2789", "2791", "2796", "2812", "2813", "2816", "2819", "2821", "2822", "2823", "2824", "2833", "2834", "2835", "2836", "2841", "2842", "2843", "2844", "2851", "2861", "2865", "2869", "2873", "2874", "2875", "2879", "2891", "2892", "2893", "2895", "2899", "2911", "2951", "2952", "2992", "2999", "3011", "3021", "3052", "3053", "3061", "3069", "3081", "3082", "3083", "3084", "3085", "3086", "3087", "3088", "3089", "3111", "3131", "3142", "3143", "3144", "3149", "3151", "3161", "3171", "3172", "3199", "3211", "3221", "3229", "3231", "3241", "3251", "3253", "3255", "3259", "3261", "3262", "3263", "3264", "3269", "3271", "3272", "3273", "3274", "3275", "3281", "3291", "3292", "3295", "3296", "3297", "3299", "3312", "3313", "3315", "3316", "3317", "3321", "3322", "3324", "3325", "3331", "3334", "3339", "3341", "3351", "3353", "3354", "3355", "3356", "3357", "3363", "3364", "3365", "3366", "3369", "3398", "3399", "3411", "3412", "3421", "3423", "3425", "3429", "3431", "3432", "3433", "3441", "3442", "3443", "3444", "3446", "3448", "3449", "3451", "3452", "3462", "3463", "3465", "3466", "3469", "3471", "3479", "3482", "3483", "3484", "3489", "3491", "3492", "3493", "3494", "3495", "3496", "3497", "3498", "3499", "3511", "3519", "3523", "3524", "3531", "3532", "3533", "3534", "3535", "3536", "3537", "3541", "3542", "3543", "3544", "3545", "3546", "3547", "3548", "3549", "3552", "3553", "3554", "3555", "3556", "3559", "3561", "3562", "3563", "3564", "3565", "3566", "3567", "3568", "3569", "3571", "3572", "3575", "3577", "3578", "3579", "3581", "3582", "3585", "3586", "3589", "3592", "3593", "3594", "3596", "3599", "3612", "3613", "3621", "3624", "3625", "3629", "3631", "3632", "3633", "3634", "3635", "3639", "3641", "3643", "3644", "3645", "3646", "3647", "3648", "3651", "3652", "3661", "3663", "3669", "3671", "3672", "3674", "3675", "3676", "3677", "3678", "3679", "3691", "3692", "3694", "3695", "3699", "3711", "3713", "3714", "3715", "3716", "3721", "3724", "3728", "3731", "3732", "3743", "3751", "3761", "3764", "3769", "3792", "3795", "3799", "3812", "3821", "3822", "3823", "3824", "3825", "3826", "3827", "3829", "3841", "3842", "3843", "3844", "3845", "3851", "3861", "3873", "3911", "3914", "3915", "3931", "3942", "3944", "3949", "3951", "3952", "3953", "3955", "3961", "3965", "3991", "3993", "3995", "3996", "3999", "4011", "4013", "4111", "4119", "4121", "4131", "4141", "4142", "4151", "4173", "4212", "4213", "4214", "4215", "4221", "4222", "4225", "4226", "4231", "4311", "4412", "4424", "4432", "4449", "4481", "4482", "4489", "4491", "4492", "4493", "4499", "4512", "4513", "4522", "4581", "4612", "4613", "4619", "4724", "4725", "4729", "4731", "4741", "4783", "4785", "4789", "4812", "4813", "4822", "4832", "4833", "4841", "4899", "4911", "4922", "4923", "4924", "4925", "4931", "4932", "4939", "4941", "4952", "4953", "4959", "4961", "4971", "5012", "5013", "5014", "5015", "5021", "5023", "5031", "5032", "5033", "5039", "5043", "5044", "5045", "5046", "5047", "5048", "5049", "5051", "5052", "5063", "5064", "5065", "5072", "5074", "5075", "5078", "5082", "5083", "5084", "5085", "5087", "5088", "5091", "5092", "5093", "5094", "5099", "5111", "5112", "5113", "5122", "5131", "5136", "5137", "5139", "5141", "5142", "5143", "5144", "5145", "5146", "5147", "5148", "5149", "5153", "5154", "5159", "5162", "5169", "5171", "5172", "5181", "5182", "5191", "5192", "5193", "5194", "5198", "5199", "5211", "5231", "5251", "5261", "5271", "5311", "5331", "5399", "5411", "5421", "5431", "5441", "5451", "5461", "5499", "5511", "5521", "5531", "5541", "5551", "5561", "5571", "5599", "5611", "5621", "5632", "5641", "5651", "5661", "5699", "5712", "5713", "5714", "5719", "5722", "5731", "5734", "5735", "5736", "5812", "5813", "5912", "5921", "5932", "5941", "5942", "5943", "5944", "5945", "5946", "5947", "5948", "5949", "5961", "5962", "5963", "5983", "5984", "5989", "5992", "5993", "5994", "5995", "5999", "6011", "6019", "6021", "6022", "6029", "6035", "6036", "6061", "6062", "6081", "6082", "6091", "6099", "6111", "6141", "6153", "6159", "6162", "6163", "6211", "6221", "6231", "6282", "6289", "6311", "6321", "6324", "6331", "6351", "6361", "6371", "6399", "6411", "6512", "6513", "6514", "6515", "6517", "6519", "6531", "6541", "6552", "6553", "6712", "6719", "6722", "6726", "6732", "6733", "6792", "6794", "6798", "6799", "7011", "7021", "7032", "7033", "7041", "7211", "7212", "7213", "7215", "7216", "7217", "7218", "7219", "7221", "7231", "7241", "7251", "7261", "7291", "7299", "7311", "7312", "7313", "7319", "7322", "7323", "7331", "7334", "7335", "7336", "7338", "7342", "7349", "7352", "7353", "7359", "7361", "7363", "7371", "7372", "7373", "7374", "7375", "7376", "7377", "7378", "7379", "7381", "7382", "7383", "7384", "7389", "7513", "7514", "7515", "7519", "7521", "7532", "7533", "7534", "7536", "7537", "7538", "7539", "7542", "7549", "7622", "7623", "7629", "7631", "7641", "7692", "7694", "7699", "7812", "7819", "7822", "7829", "7832", "7833", "7841", "7911", "7922", "7929", "7933", "7941", "7948", "7991", "7992", "7993", "7996", "7997", "7999", "8011", "8021", "8031", "8041", "8042", "8043", "8049", "8051", "8052", "8059", "8062", "8063", "8069", "8071", "8072", "8082", "8092", "8093", "8099", "8111", "8211", "8221", "8222", "8231", "8243", "8244", "8249", "8299", "8322", "8331", "8351", "8361", "8399", "8412", "8422", "8611", "8621", "8631", "8641", "8651", "8661", "8699", "8711", "8712", "8713", "8721", "8731", "8732", "8733", "8734", "8741", "8742", "8743", "8744", "8748", "8811", "8999", "9111", "9121", "9131", "9199", "9211", "9221", "9222", "9223", "9224", "9229", "9311", "9411", "9431", "9441", "9451", "9511", "9512", "9531", "9532", "9611", "9621", "9631", "9641", "9651", "9661", "9711", "9721", "9999"]
|
|
23
|
+
department: ["Asset Management", "Board of Directors", "Business Development", "Corporate Communications", "Creative Services", "Customer Service", "Information Technology", "Engineering", "Finance / Accounting", "General Management", "Human Resources", "Investor Relations", "Legal", "Marketing", "Operations", "Product Management", "Production", "Project Management", "Purchasing / Sourcing", "Quality Assurance", "Risk Management", "Sales", "Strategic Initiatives", "Information Technology"]
|
data/lib/locales/en/computer.yml
CHANGED
|
@@ -4,30 +4,49 @@ en:
|
|
|
4
4
|
type:
|
|
5
5
|
- server
|
|
6
6
|
- workstation
|
|
7
|
-
platform:
|
|
7
|
+
platform:
|
|
8
8
|
- Linux
|
|
9
9
|
- macOS
|
|
10
10
|
- Windows
|
|
11
|
+
- OpenBSD
|
|
12
|
+
- TempleOS
|
|
13
|
+
- Plan 9
|
|
11
14
|
os:
|
|
12
15
|
linux:
|
|
13
|
-
- RHEL
|
|
16
|
+
- RHEL 9.0
|
|
14
17
|
- RHEL 7.7
|
|
15
|
-
-
|
|
18
|
+
- RHEL 6.10
|
|
19
|
+
- CentOS 8.5
|
|
16
20
|
- CentOS 7
|
|
17
21
|
- CentOS 6
|
|
22
|
+
- Debian 11.4.0
|
|
18
23
|
- Debian 10.10.3
|
|
19
24
|
- Debian 9.9.10
|
|
20
|
-
- Ubuntu Server
|
|
25
|
+
- Ubuntu Server 22.04
|
|
26
|
+
- Ubuntu Server 20.04
|
|
21
27
|
- Ubuntu Server 19.10
|
|
28
|
+
- Ubuntu Server 18.04
|
|
29
|
+
- ArchLinux 2022.08.05
|
|
22
30
|
- ArchLinux 2020.02.01
|
|
31
|
+
- openSUSE Leap 15.4
|
|
23
32
|
- openSUSE Leap 15.1
|
|
33
|
+
- Ubuntu Desktop 22.04
|
|
34
|
+
- Ubuntu Desktop 20.04
|
|
24
35
|
- Ubuntu Desktop 18.04
|
|
25
36
|
- Ubuntu Desktop 19.10
|
|
37
|
+
openbsd:
|
|
38
|
+
- OpenBSD 7.1
|
|
39
|
+
- OpenBSD 6
|
|
40
|
+
templeos:
|
|
41
|
+
- TempleOS 5.03
|
|
42
|
+
plan 9:
|
|
43
|
+
- Plan 9 Fourth Edition
|
|
26
44
|
macos:
|
|
27
45
|
- Catalina (10.15)
|
|
28
46
|
- Mojave (10.14)
|
|
29
47
|
- High Sierra (10.13)
|
|
30
48
|
windows:
|
|
49
|
+
- Windows 11
|
|
31
50
|
- Windows 10
|
|
32
51
|
- Windows 8.1
|
|
33
52
|
- Windows 7
|
|
@@ -0,0 +1,163 @@
|
|
|
1
|
+
en:
|
|
2
|
+
faker:
|
|
3
|
+
cowboy_bebop:
|
|
4
|
+
character:
|
|
5
|
+
- Edward
|
|
6
|
+
- Ein
|
|
7
|
+
- Faye Valentine
|
|
8
|
+
- Jet Black
|
|
9
|
+
- Julia
|
|
10
|
+
- Spike Spiegel
|
|
11
|
+
- Vicious
|
|
12
|
+
- Annie
|
|
13
|
+
- Bob
|
|
14
|
+
- Laughing Bull
|
|
15
|
+
- Gren
|
|
16
|
+
- Punch and Judy
|
|
17
|
+
- Three Old Men
|
|
18
|
+
- Abdul Hakim
|
|
19
|
+
- Andy
|
|
20
|
+
- Asimov Solensan
|
|
21
|
+
- Chessmaster Hex
|
|
22
|
+
- Coffee
|
|
23
|
+
- Doohan
|
|
24
|
+
- Elektra Ovirowa
|
|
25
|
+
- Fad
|
|
26
|
+
- Fatty River
|
|
27
|
+
- Lin
|
|
28
|
+
- George
|
|
29
|
+
- Giraffe
|
|
30
|
+
- Gordon
|
|
31
|
+
- Julius
|
|
32
|
+
- Katerina Solensan
|
|
33
|
+
- Mao Yenrai
|
|
34
|
+
- Maria Murdock
|
|
35
|
+
- Miles
|
|
36
|
+
- Morgan
|
|
37
|
+
- Mr. Appledelhi
|
|
38
|
+
- Rocco Bonnaro
|
|
39
|
+
- Sally Yung
|
|
40
|
+
- Shin
|
|
41
|
+
- Teddy Bomber
|
|
42
|
+
- Udai Taxim
|
|
43
|
+
- Victoria Terpsichore
|
|
44
|
+
- Wen
|
|
45
|
+
- Whitney Hagas Matsumoto
|
|
46
|
+
- Zebra
|
|
47
|
+
|
|
48
|
+
episode:
|
|
49
|
+
- Asteroid Blues
|
|
50
|
+
- Stray Dog Strut
|
|
51
|
+
- Honky Tonk Women
|
|
52
|
+
- Gateway Shuffle
|
|
53
|
+
- Ballad of Fallen Angels
|
|
54
|
+
- Sympathy for the Devil
|
|
55
|
+
- Heavy Metal Queen
|
|
56
|
+
- Waltz for Venus
|
|
57
|
+
- Jamming with Edward
|
|
58
|
+
- Ganymede Elegy
|
|
59
|
+
- Toys in the Attic
|
|
60
|
+
- Jupiter Jazz part 1
|
|
61
|
+
- Jupiter Jazz part 2
|
|
62
|
+
- Bohemian Rhapsody
|
|
63
|
+
- My Funny Valentine
|
|
64
|
+
- Black Dog Serenade
|
|
65
|
+
- Mushroom Samba
|
|
66
|
+
- Speak Like a Child
|
|
67
|
+
- Wild Horses
|
|
68
|
+
- Pierrot le Fou
|
|
69
|
+
- Boogie Woogie Feng Shui
|
|
70
|
+
- Cowboy Funk
|
|
71
|
+
- Brain Scratch
|
|
72
|
+
- Hard Luck Woman
|
|
73
|
+
- The Real Folk Blues part 1
|
|
74
|
+
- The Real Folk Blues part 2
|
|
75
|
+
|
|
76
|
+
song:
|
|
77
|
+
- Tank!
|
|
78
|
+
- Rush
|
|
79
|
+
- Spokey Dokey
|
|
80
|
+
- Bad Dog No Biscuits
|
|
81
|
+
- Cat Blues
|
|
82
|
+
- Cosmos
|
|
83
|
+
- Space Lion
|
|
84
|
+
- Waltz for Zizi
|
|
85
|
+
- Piano Black
|
|
86
|
+
- Pot City
|
|
87
|
+
- Too Good Too Bad
|
|
88
|
+
- Car24
|
|
89
|
+
- The Egg and I
|
|
90
|
+
- Felt Tip Pen
|
|
91
|
+
- Rain
|
|
92
|
+
- Digging My Potato
|
|
93
|
+
- Memory
|
|
94
|
+
- The Real Folk Blues
|
|
95
|
+
- Odd Ones
|
|
96
|
+
- Doggy Dog
|
|
97
|
+
- Cats on Mars
|
|
98
|
+
- Spy
|
|
99
|
+
- Fantaisie Sign
|
|
100
|
+
- Piano Bar I
|
|
101
|
+
- Black Coffee
|
|
102
|
+
- American Money
|
|
103
|
+
- Don't Bother None
|
|
104
|
+
- Vitamin A
|
|
105
|
+
- Live in Baghdad
|
|
106
|
+
- Cats on Mars
|
|
107
|
+
- Want It All Back
|
|
108
|
+
- Bindy
|
|
109
|
+
- You Make Me Cool
|
|
110
|
+
- Vitamin B
|
|
111
|
+
- Green Bird
|
|
112
|
+
- Elm
|
|
113
|
+
- Vitamin C
|
|
114
|
+
- Gateway
|
|
115
|
+
- The Singing Sea
|
|
116
|
+
- The Egg and You
|
|
117
|
+
- Forever Broke
|
|
118
|
+
- Power of Kung Food
|
|
119
|
+
- BlueTim Jensent
|
|
120
|
+
- Words That We Couldn't Say
|
|
121
|
+
- Autumn in Ganymede
|
|
122
|
+
- Mushroom Hunting
|
|
123
|
+
- Go Go Cactus Man
|
|
124
|
+
- Chicken Bone
|
|
125
|
+
- The Real Man
|
|
126
|
+
- N.Y. Rush
|
|
127
|
+
- Adieu
|
|
128
|
+
- Call Me Call Me
|
|
129
|
+
- Ave Maria
|
|
130
|
+
- Stella
|
|
131
|
+
- Flying Teapot
|
|
132
|
+
- Wo Qui Non Coin
|
|
133
|
+
- Road to the West
|
|
134
|
+
- Farewell Blues
|
|
135
|
+
- See You Space Cowboy...
|
|
136
|
+
- 24 Hours Open
|
|
137
|
+
- Pushing the Sky
|
|
138
|
+
- Time to Know ~ Be Waltz
|
|
139
|
+
- Clutch
|
|
140
|
+
- Musawe
|
|
141
|
+
- Yo Pumpkin Head
|
|
142
|
+
- Diggin
|
|
143
|
+
- What Planet Is This?!
|
|
144
|
+
- Fingers
|
|
145
|
+
- Powder
|
|
146
|
+
- Butterfly
|
|
147
|
+
- No Reply
|
|
148
|
+
- Dijurido
|
|
149
|
+
- Gotta Knock a Little Harder
|
|
150
|
+
- No Money.
|
|
151
|
+
- Rain
|
|
152
|
+
|
|
153
|
+
quote:
|
|
154
|
+
- "Men always seem to think about their past before they die, as though they were frantically searching for proof that they truly lived."
|
|
155
|
+
- "I'm not going there to die. I'm going to find out if I'm really alive."
|
|
156
|
+
- "I felt like I was watching a dream I'd never wake up from. Before I knew it, the dream was all over."
|
|
157
|
+
- "Everything has a beginning and an end. Life is just a cycle of starts and stops. There are ends we don't desire, but they're inevitable. We have to face them. It's what being human is all about."
|
|
158
|
+
- "Bang!"
|
|
159
|
+
- "The past is the past and the future is the future. A man is a man and a woman is a woman. The present is the present. I am who I am and you are who you are. That's all there is to it. Does it really matter? Or do we just think it does?"
|
|
160
|
+
- "There are three things I hate the most. Kids, pets, and women with attitude. So tell me, why do we have all of them packed into our ship!?"
|
|
161
|
+
- "Humans were meant to work and sweat for their money after all. Those that try to get rich quickly or live at expense of others - all get divine retribution along the way. That is the lesson. But, one thing about humans is that they quickly forget the lesson they have learnt."
|
|
162
|
+
- "When I was a cop, this was my beat. I’m the Black Dog and when I bite I don’t let go. I have no regrets about her, but I’ll settle this score on my own turf."
|
|
163
|
+
- "I was younger then, I wasn't afraid of anything, I didn't think about dying for a second. I thought I was invincible. Then I met some girl. I wanted to live, I started to think like that; for the first time I was afraid of death. I had never felt like that before."
|
data/lib/locales/en/device.yml
CHANGED
|
@@ -1,7 +1,115 @@
|
|
|
1
1
|
en:
|
|
2
2
|
faker:
|
|
3
3
|
device:
|
|
4
|
-
model_name:
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
4
|
+
model_name:
|
|
5
|
+
- Galaxy S1
|
|
6
|
+
- Galaxy S2
|
|
7
|
+
- Galaxy S3 Mini
|
|
8
|
+
- Galaxy S3
|
|
9
|
+
- Galaxy S4 Mini
|
|
10
|
+
- Galaxy S4
|
|
11
|
+
- Galaxy S5
|
|
12
|
+
- Galaxy S6 Edge
|
|
13
|
+
- Galaxy S7 Edge
|
|
14
|
+
- Galaxy S7
|
|
15
|
+
- Galaxy S8 Plus
|
|
16
|
+
- Galaxy S8
|
|
17
|
+
- Galaxy S9
|
|
18
|
+
- Mate 10 Pro
|
|
19
|
+
- Mate 20 Lite
|
|
20
|
+
- Mate 20 Pro
|
|
21
|
+
- Mate 20
|
|
22
|
+
- Mate 9
|
|
23
|
+
- Mi 8 Lite
|
|
24
|
+
- Mi 8 Pro
|
|
25
|
+
- Mi 8 SE
|
|
26
|
+
- Mi 8
|
|
27
|
+
- OnePlus 2
|
|
28
|
+
- OnePlus 3
|
|
29
|
+
- OnePlus 3T
|
|
30
|
+
- OnePlus 5
|
|
31
|
+
- OnePlus 5T
|
|
32
|
+
- OnePlus 6
|
|
33
|
+
- OnePlus 6T
|
|
34
|
+
- OnePlus One
|
|
35
|
+
- P Smart
|
|
36
|
+
- P10 Plus
|
|
37
|
+
- P10
|
|
38
|
+
- P20 Pro
|
|
39
|
+
- P20
|
|
40
|
+
- Pixel 2 XL
|
|
41
|
+
- Pixel 2
|
|
42
|
+
- Pixel 3 XL
|
|
43
|
+
- Pixel 3
|
|
44
|
+
- Pixel XL
|
|
45
|
+
- Pixel
|
|
46
|
+
- Pocophone F1
|
|
47
|
+
- Redmi Note 6 Pro
|
|
48
|
+
- iPhone 3G
|
|
49
|
+
- iPhone 3GS
|
|
50
|
+
- iPhone 4
|
|
51
|
+
- iPhone 4S
|
|
52
|
+
- iPhone 5
|
|
53
|
+
- iPhone 5C
|
|
54
|
+
- iPhone 5S
|
|
55
|
+
- iPhone 6 / 6 Plus
|
|
56
|
+
- iPhone 6S / 6S Plus
|
|
57
|
+
- iPhone 7 / 7 Plus
|
|
58
|
+
- iPhone 8 / 8 Plus
|
|
59
|
+
- iPhone SE
|
|
60
|
+
- iPhone X
|
|
61
|
+
- iPhone
|
|
62
|
+
platform:
|
|
63
|
+
- Android OS
|
|
64
|
+
- Android
|
|
65
|
+
- BlackBerry
|
|
66
|
+
- Danger OS
|
|
67
|
+
- Firefox OS
|
|
68
|
+
- Ubuntu Touch
|
|
69
|
+
- Windows 10 Mobile
|
|
70
|
+
- Windows 10
|
|
71
|
+
- Windows 8
|
|
72
|
+
- Windows 8.1
|
|
73
|
+
- Windows Phone
|
|
74
|
+
- Windows RT
|
|
75
|
+
- iOS
|
|
76
|
+
- webOS
|
|
77
|
+
manufacturer:
|
|
78
|
+
- ASUS
|
|
79
|
+
- Acer
|
|
80
|
+
- Apple
|
|
81
|
+
- Dell
|
|
82
|
+
- Google
|
|
83
|
+
- HP
|
|
84
|
+
- Huawei
|
|
85
|
+
- Lenovo
|
|
86
|
+
- OnePlus
|
|
87
|
+
- Samsung
|
|
88
|
+
- Xiamomi
|
|
89
|
+
serial:
|
|
90
|
+
- pEekWH7zGxVITv6NTa5KHjLSwr5Ie4
|
|
91
|
+
- UVr864F8zUbyYOAUd4cFOW9hpsZuGn
|
|
92
|
+
- Kl2ZroV9a
|
|
93
|
+
- m6aHiiHOc
|
|
94
|
+
- hHhDJaHCO
|
|
95
|
+
- SJMZOmtU0csrv4R
|
|
96
|
+
- PTIA6Ff3GBvGh3j
|
|
97
|
+
- hrR8nflThDDaSXO
|
|
98
|
+
- OezkV3nTii0sMK0
|
|
99
|
+
- T6UuMUTani3VGY4vXGia
|
|
100
|
+
- NjGU0z33pgE4sTEED7VR
|
|
101
|
+
- 05skEogwZlX7j6twhhXX
|
|
102
|
+
- ToFVWLzGTJhQxAaJlDDn
|
|
103
|
+
- ejfjnRNInxh0363JC2WM
|
|
104
|
+
- xC36G3Xy4n2Fu90keaW96c1Hw5QBJX
|
|
105
|
+
- CdNevWfqDPQw4iJgUhtyCqwCggV12T
|
|
106
|
+
- 9vxM9fCsG9nXg8EjTN5ygV2LvaDZdG
|
|
107
|
+
- 39gPmcOKpwhDezLdiIOZ7SH89Pbjp4
|
|
108
|
+
- Yr9Vt13BlgvXO9zgJTPuCLv6F82r5S
|
|
109
|
+
- trDuJXhT8PnD3JEtw4lsluEuYSn1Xh
|
|
110
|
+
- VMTnd2mMQWvjbtNcZh7UIdULKb1mMo
|
|
111
|
+
- Pbn8^`LkKPi4QJ79xk3SnW'_DbV*CL
|
|
112
|
+
- Hk4BoF=%ud/PV4K-/NvEq28Q/&HNq7
|
|
113
|
+
- _usDGH^%'4dSYvUtH39qu3*hbi3V+z
|
|
114
|
+
- "&XwUS6yR2N&+Z`$94eK@XzFp/p/ie^"
|
|
115
|
+
- tL&^J@24CVF=zP46Lxixk`_a#=o6c5
|
data/lib/locales/en/dnd.yml
CHANGED
|
@@ -440,6 +440,191 @@ en:
|
|
|
440
440
|
- Verdan
|
|
441
441
|
- Warforged
|
|
442
442
|
- Yuan-Ti
|
|
443
|
+
name:
|
|
444
|
+
first_name:
|
|
445
|
+
- Aeliana
|
|
446
|
+
- Alaric
|
|
447
|
+
- Aldric
|
|
448
|
+
- Alessia
|
|
449
|
+
- Alistair
|
|
450
|
+
- Althea
|
|
451
|
+
- Amonar
|
|
452
|
+
- Andros
|
|
453
|
+
- Anya
|
|
454
|
+
- Aria
|
|
455
|
+
- Ariadne
|
|
456
|
+
- Ariella
|
|
457
|
+
- Azarion
|
|
458
|
+
- Baelgor
|
|
459
|
+
- Baelin
|
|
460
|
+
- Belmorn
|
|
461
|
+
- Brondar
|
|
462
|
+
- Caelum
|
|
463
|
+
- Calista
|
|
464
|
+
- Cassandra
|
|
465
|
+
- Celestia
|
|
466
|
+
- Celestine
|
|
467
|
+
- Corvus
|
|
468
|
+
- Delara
|
|
469
|
+
- Drakon
|
|
470
|
+
- Drust
|
|
471
|
+
- Eamon
|
|
472
|
+
- Eilonwy
|
|
473
|
+
- Elara
|
|
474
|
+
- Eldric
|
|
475
|
+
- Elowen
|
|
476
|
+
- Elyria
|
|
477
|
+
- Emeric
|
|
478
|
+
- Faelina
|
|
479
|
+
- Fionna
|
|
480
|
+
- Freya
|
|
481
|
+
- Galen
|
|
482
|
+
- Garrick
|
|
483
|
+
- Gavric
|
|
484
|
+
- Gideon
|
|
485
|
+
- Gruffudd
|
|
486
|
+
- Illiana
|
|
487
|
+
- Isolde
|
|
488
|
+
- Kael
|
|
489
|
+
- Kael'thas
|
|
490
|
+
- Kaela
|
|
491
|
+
- Kaelis
|
|
492
|
+
- Kaldris
|
|
493
|
+
- Kethric
|
|
494
|
+
- Kyros
|
|
495
|
+
- Leilani
|
|
496
|
+
- Liora
|
|
497
|
+
- Lorimar
|
|
498
|
+
- Lucius
|
|
499
|
+
- Lysandra
|
|
500
|
+
- Lysara
|
|
501
|
+
- Maelis
|
|
502
|
+
- Magnus
|
|
503
|
+
- Marik
|
|
504
|
+
- Melisandra
|
|
505
|
+
- Nymeria
|
|
506
|
+
- Nymira
|
|
507
|
+
- Oriana
|
|
508
|
+
- Orianna
|
|
509
|
+
- Osric
|
|
510
|
+
- Ragnor
|
|
511
|
+
- Rendal
|
|
512
|
+
- Rhovaniel
|
|
513
|
+
- Rurik
|
|
514
|
+
- Selene
|
|
515
|
+
- Seraphina
|
|
516
|
+
- Seraphine
|
|
517
|
+
- Seren
|
|
518
|
+
- Sylvaria
|
|
519
|
+
- Taryn
|
|
520
|
+
- Thalia
|
|
521
|
+
- Thane
|
|
522
|
+
- Tharivol
|
|
523
|
+
- Thorgrim
|
|
524
|
+
- Throrin
|
|
525
|
+
- Tordek
|
|
526
|
+
- Torvald
|
|
527
|
+
- Uldar
|
|
528
|
+
- Ulfgar
|
|
529
|
+
- Valthor
|
|
530
|
+
- Vespera
|
|
531
|
+
- Xander
|
|
532
|
+
- Xanthe
|
|
533
|
+
- Ygritte
|
|
534
|
+
- Yondalla
|
|
535
|
+
- Zara
|
|
536
|
+
- Zarathos
|
|
537
|
+
- Zephyra
|
|
538
|
+
- Zoltan
|
|
539
|
+
last_name:
|
|
540
|
+
- Axebreaker
|
|
541
|
+
- Blackthorn
|
|
542
|
+
- Brightsong
|
|
543
|
+
- Dawnbringer
|
|
544
|
+
- Dreamweaver
|
|
545
|
+
- Earthshaker
|
|
546
|
+
- Fireheart
|
|
547
|
+
- Ironfoot
|
|
548
|
+
- Ironheart
|
|
549
|
+
- Leafwhisper
|
|
550
|
+
- Lightbringer
|
|
551
|
+
- Lightfoot
|
|
552
|
+
- Mistwalker
|
|
553
|
+
- Moonfall
|
|
554
|
+
- Moonshadow
|
|
555
|
+
- Moonsong
|
|
556
|
+
- Moonwhisper
|
|
557
|
+
- Nightbreeze
|
|
558
|
+
- Nightshade
|
|
559
|
+
- Nightstalker
|
|
560
|
+
- Ravenscar
|
|
561
|
+
- Ravenshadow
|
|
562
|
+
- Shadowbane
|
|
563
|
+
- Shadowdancer
|
|
564
|
+
- Silverhand
|
|
565
|
+
- Silverveil
|
|
566
|
+
- Starborn
|
|
567
|
+
- Starweaver
|
|
568
|
+
- Starwhisper
|
|
569
|
+
- Stonewarden
|
|
570
|
+
- Stormborn
|
|
571
|
+
- Stormbringer
|
|
572
|
+
- Stormcloak
|
|
573
|
+
- Stormrider
|
|
574
|
+
- Sunweaver
|
|
575
|
+
- Swiftwind
|
|
576
|
+
- Wildheart
|
|
577
|
+
- Willowbrook
|
|
578
|
+
- Winddancer
|
|
579
|
+
title:
|
|
580
|
+
- the Arcane
|
|
581
|
+
- the Bard
|
|
582
|
+
- the Beautiful
|
|
583
|
+
- the Bold
|
|
584
|
+
- the Brave
|
|
585
|
+
- the Clever
|
|
586
|
+
- the Cunning
|
|
587
|
+
- the Defender
|
|
588
|
+
- the Dreamer
|
|
589
|
+
- the Elegant
|
|
590
|
+
- the Enchanted
|
|
591
|
+
- the Enchanter
|
|
592
|
+
- the Enchantress
|
|
593
|
+
- the Fair
|
|
594
|
+
- the Fearless
|
|
595
|
+
- the Fierce
|
|
596
|
+
- the Gentle
|
|
597
|
+
- the Graceful
|
|
598
|
+
- the Healer
|
|
599
|
+
- the Huntress
|
|
600
|
+
- the Illusionist
|
|
601
|
+
- the Just
|
|
602
|
+
- the Kind
|
|
603
|
+
- the Loyal
|
|
604
|
+
- the Mighty
|
|
605
|
+
- the Moonlit
|
|
606
|
+
- the Poet
|
|
607
|
+
- the Protector
|
|
608
|
+
- the Radiant
|
|
609
|
+
- the Relentless
|
|
610
|
+
- the Resolute
|
|
611
|
+
- the Scribe
|
|
612
|
+
- the Seeker
|
|
613
|
+
- the Silent
|
|
614
|
+
- the Slayer
|
|
615
|
+
- the Stalwart
|
|
616
|
+
- the Stoic
|
|
617
|
+
- the Strong
|
|
618
|
+
- the Swift
|
|
619
|
+
- the Unbreakable
|
|
620
|
+
- the Unbroken
|
|
621
|
+
- the Unconquered
|
|
622
|
+
- the Unseen
|
|
623
|
+
- the Unyielding
|
|
624
|
+
- the Vindicator
|
|
625
|
+
- the Wanderer
|
|
626
|
+
- the Wild
|
|
627
|
+
- the Wise
|
|
443
628
|
ranged_weapons:
|
|
444
629
|
- Blowgun
|
|
445
630
|
- Boomerang
|
|
@@ -448,4 +633,4 @@ en:
|
|
|
448
633
|
- Longbow
|
|
449
634
|
- Net
|
|
450
635
|
- Shortbow
|
|
451
|
-
- Sling
|
|
636
|
+
- Sling
|