faker 2.20.0 → 3.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +346 -7
- data/History.md +1 -1
- data/README.md +193 -107
- data/lib/faker/blockchain/aeternity.rb +1 -1
- data/lib/faker/blockchain/ethereum.rb +1 -1
- data/lib/faker/blockchain/tezos.rb +1 -1
- data/lib/faker/books/dune.rb +2 -10
- data/lib/faker/books/lovecraft.rb +7 -38
- data/lib/faker/default/address.rb +5 -25
- 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 +9 -17
- data/lib/faker/default/boolean.rb +1 -4
- data/lib/faker/default/chile_rut.rb +25 -25
- data/lib/faker/default/code.rb +68 -39
- data/lib/faker/default/color.rb +77 -6
- data/lib/faker/default/commerce.rb +3 -17
- data/lib/faker/default/company.rb +50 -19
- 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 -19
- data/lib/faker/default/drone.rb +1 -1
- data/lib/faker/default/file.rb +5 -24
- data/lib/faker/default/finance.rb +17 -7
- data/lib/faker/default/food.rb +14 -1
- data/lib/faker/default/hipster.rb +6 -45
- data/lib/faker/default/html.rb +230 -0
- data/lib/faker/default/id_number.rb +125 -14
- data/lib/faker/default/internet.rb +116 -111
- data/lib/faker/default/invoice.rb +4 -17
- data/lib/faker/default/json.rb +2 -20
- data/lib/faker/default/lorem.rb +25 -74
- data/lib/faker/default/lorem_flickr.rb +4 -32
- data/lib/faker/default/markdown.rb +6 -11
- 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/nhs.rb +2 -6
- data/lib/faker/default/number.rb +10 -55
- data/lib/faker/default/omniauth.rb +6 -40
- data/lib/faker/default/phone_number.rb +2 -6
- data/lib/faker/default/placeholdit.rb +1 -12
- data/lib/faker/default/relationship.rb +1 -5
- data/lib/faker/default/release notes.md +59 -0
- data/lib/faker/default/source.rb +3 -16
- data/lib/faker/default/string.rb +1 -5
- data/lib/faker/default/stripe.rb +4 -20
- data/lib/faker/default/time.rb +4 -32
- data/lib/faker/default/twitter.rb +7 -23
- data/lib/faker/default/types.rb +7 -28
- data/lib/faker/default/vehicle.rb +40 -51
- 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 +1 -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/japanese_media/cowboy_bebop.rb +61 -0
- data/lib/faker/japanese_media/kamen_rider.rb +2 -2
- data/lib/faker/japanese_media/one_piece.rb +1 -1
- data/lib/faker/movies/avatar.rb +49 -0
- data/lib/faker/movies/hackers.rb +48 -0
- data/lib/faker/movies/star_wars.rb +1 -5
- data/lib/faker/movies/tron.rb +161 -0
- data/lib/faker/quotes/quote.rb +13 -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/south_park.rb +15 -0
- data/lib/faker/tv_shows/spongebob.rb +50 -0
- data/lib/faker/version.rb +1 -1
- data/lib/faker.rb +26 -67
- data/lib/helpers/base58.rb +1 -1
- data/lib/helpers/positional_generator.rb +480 -0
- data/lib/helpers/unique_generator.rb +13 -11
- data/lib/locales/README.md +18 -2
- data/lib/locales/ar.yml +1 -0
- data/lib/locales/bg.yml +1 -1
- data/lib/locales/da-DK.yml +1 -1
- data/lib/locales/de-AT.yml +1 -2
- data/lib/locales/de-CH.yml +4336 -12
- data/lib/locales/de.yml +1 -1
- data/lib/locales/en/airport.yml +381 -0
- data/lib/locales/en/archer.yml +75 -0
- data/lib/locales/en/australia.yml +3 -4
- data/lib/locales/en/avatar.yml +31 -0
- data/lib/locales/en/chess.yml +103 -0
- 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/dnd.yml +186 -1
- data/lib/locales/en/dota.yml +113 -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 +3 -1
- data/lib/locales/en/food.yml +12 -0
- data/lib/locales/en/game.yml +0 -1
- data/lib/locales/en/hackers.yml +53 -0
- data/lib/locales/en/heroes.yml +2 -2
- data/lib/locales/en/internet.yml +32 -0
- data/lib/locales/en/minecraft.yml +4 -4
- data/lib/locales/en/mitch_hedberg.yml +46 -0
- data/lib/locales/en/mountaineering.yml +14 -0
- data/lib/locales/en/movie.yml +2 -1
- 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/source.yml +5 -0
- data/lib/locales/en/south_park.yml +360 -2
- 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/tarkov.yml +593 -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-AU.yml +2 -2
- data/lib/locales/en-CA.yml +2 -1
- data/lib/locales/en-GB.yml +2 -1
- data/lib/locales/en-MS.yml +1 -0
- data/lib/locales/en-NG.yml +1 -0
- data/lib/locales/en-NZ.yml +1 -0
- data/lib/locales/en-PAK.yml +1 -0
- data/lib/locales/en-SG.yml +1 -0
- data/lib/locales/en-UG.yml +1 -0
- data/lib/locales/en-US.yml +1 -1
- data/lib/locales/en-ZA.yml +1 -1
- data/lib/locales/en-au-ocker.yml +2 -0
- data/lib/locales/es-AR.yml +3 -2
- data/lib/locales/es-MX.yml +1 -1
- data/lib/locales/es.yml +2 -2
- data/lib/locales/fi-FI.yml +3 -1
- data/lib/locales/fr/address.yml +0 -1
- data/lib/locales/fr/adjective.yml +266 -0
- data/lib/locales/fr/ancient.yml +141 -0
- data/lib/locales/fr/name.yml +2 -1
- data/lib/locales/fr-CA.yml +1 -1
- data/lib/locales/fr-CH.yml +1 -1
- data/lib/locales/hy.yml +2 -1
- data/lib/locales/it.yml +1 -0
- data/lib/locales/ja/adjective.yml +148 -0
- data/lib/locales/ja/dog.yml +1 -0
- data/lib/locales/ja/emotion.yml +51 -0
- data/lib/locales/ja/naruto.yml +230 -0
- data/lib/locales/ja/relationship.yml +10 -0
- data/lib/locales/ja/sport.yml +130 -0
- data/lib/locales/ja/super_mario.yml +1 -1
- data/lib/locales/ko.yml +1 -0
- data/lib/locales/lt.yml +0 -1
- data/lib/locales/mi-NZ.yml +2 -0
- data/lib/locales/nb-NO.yml +1 -0
- data/lib/locales/nl.yml +1 -0
- data/lib/locales/pl.yml +2 -2
- data/lib/locales/pt-BR.yml +1 -0
- data/lib/locales/pt.yml +1 -1
- data/lib/locales/ru.yml +1 -0
- data/lib/locales/sk.yml +1 -0
- data/lib/locales/sv.yml +1 -0
- data/lib/locales/th.yml +76 -76
- data/lib/locales/tr.yml +1 -0
- data/lib/locales/uk.yml +3 -0
- data/lib/locales/vi.yml +1 -0
- data/lib/locales/zh-CN.yml +1 -0
- data/lib/locales/zh-TW.yml +1 -0
- metadata +46 -127
- data/lib/faker/default/fillmurray.rb +0 -45
- data/lib/faker/default/lorem_pixel.rb +0 -70
- /data/lib/faker/default/{faker_adjective.rb → adjective.rb} +0 -0
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/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
|
data/lib/locales/en/dota.yml
CHANGED
@@ -12,14 +12,127 @@ en:
|
|
12
12
|
hero:
|
13
13
|
- Abaddon
|
14
14
|
- Alchemist
|
15
|
+
- Ancient Apparition
|
16
|
+
- Anti-Mage
|
17
|
+
- Arc Warden
|
15
18
|
- Axe
|
19
|
+
- Bane
|
20
|
+
- Batrider
|
16
21
|
- Beastmaster
|
22
|
+
- Bloodseeker
|
23
|
+
- Bounty Hunter
|
17
24
|
- Brewmaster
|
18
25
|
- Bristleback
|
26
|
+
- Broodmother
|
19
27
|
- Centaur Warrunner
|
20
28
|
- Chaos Knight
|
29
|
+
- Chen
|
30
|
+
- Clinkz
|
21
31
|
- Clockwerk
|
32
|
+
- Crystal Maiden
|
33
|
+
- Dark Seer
|
34
|
+
- Dark Willow
|
35
|
+
- Dawnbreaker
|
36
|
+
- Dazzle
|
37
|
+
- Death Prophet
|
38
|
+
- Disruptor
|
39
|
+
- Doom
|
40
|
+
- Dragon Knight
|
41
|
+
- Drow Ranger
|
42
|
+
- Earth Spirit
|
43
|
+
- Earthshaker
|
44
|
+
- Elder Titan
|
45
|
+
- Ember Spirit
|
46
|
+
- Enchantress
|
47
|
+
- Enigma
|
48
|
+
- Faceless Void
|
49
|
+
- Grimstroke
|
50
|
+
- Gyrocopter
|
51
|
+
- Hoodwink
|
52
|
+
- Huskar
|
53
|
+
- Invoker
|
54
|
+
- Io
|
55
|
+
- Jakiro
|
56
|
+
- Juggernaut
|
57
|
+
- Keeper of the Light
|
58
|
+
- Kunkka
|
59
|
+
- Legion Commander
|
60
|
+
- Leshrac
|
61
|
+
- Lich
|
62
|
+
- Lifestealer
|
63
|
+
- Lina
|
64
|
+
- Lion
|
65
|
+
- Lone Druid
|
66
|
+
- Luna
|
67
|
+
- Lycan
|
68
|
+
- Magnus
|
69
|
+
- Marci
|
70
|
+
- Mars
|
71
|
+
- Medusa
|
22
72
|
- Meepo
|
73
|
+
- Mirana
|
74
|
+
- Monkey King
|
75
|
+
- Morphling
|
76
|
+
- Naga Siren
|
77
|
+
- Nature's Prophet
|
78
|
+
- Necrophos
|
79
|
+
- Night Stalker
|
80
|
+
- Nyx Assassin
|
81
|
+
- Ogre Magi
|
82
|
+
- Omniknight
|
83
|
+
- Oracle
|
84
|
+
- Outworld Destroyer
|
85
|
+
- Pangolier
|
86
|
+
- Phantom Assassin
|
87
|
+
- Phantom Lancer
|
88
|
+
- Phoenix
|
89
|
+
- Primal Beast
|
90
|
+
- Puck
|
91
|
+
- Pudge
|
92
|
+
- Pugna
|
93
|
+
- Queen of Pain
|
94
|
+
- Razor
|
95
|
+
- Riki
|
96
|
+
- Rubick
|
97
|
+
- Sand King
|
98
|
+
- Shadow Demon
|
99
|
+
- Shadow Fiend
|
100
|
+
- Shadow Shaman
|
101
|
+
- Silencer
|
102
|
+
- Skywrath Mage
|
103
|
+
- Slardar
|
104
|
+
- Slark
|
105
|
+
- Snapfire
|
106
|
+
- Sniper
|
107
|
+
- Spectre
|
108
|
+
- Spirit Breaker
|
109
|
+
- Storm Spirit
|
110
|
+
- Sven
|
111
|
+
- Techies
|
112
|
+
- Templar Assassin
|
113
|
+
- Terrorblade
|
114
|
+
- Tidehunter
|
115
|
+
- Timbersaw
|
116
|
+
- Tinker
|
117
|
+
- Tiny
|
118
|
+
- Treant Protector
|
119
|
+
- Troll Warlord
|
120
|
+
- Tusk
|
121
|
+
- Underlord
|
122
|
+
- Undying
|
123
|
+
- Ursa
|
124
|
+
- Vengeful Spirit
|
125
|
+
- Venomancer
|
126
|
+
- Viper
|
127
|
+
- Visage
|
128
|
+
- Void Spirit
|
129
|
+
- Warlock
|
130
|
+
- Weaver
|
131
|
+
- Windranger
|
132
|
+
- Winter Wyvern
|
133
|
+
- Witch Doctor
|
134
|
+
- Wraith King
|
135
|
+
- Zeus
|
23
136
|
abaddon:
|
24
137
|
quote:
|
25
138
|
- You have called death upon yourself.
|
data/lib/locales/en/file.yml
CHANGED
@@ -2,4 +2,12 @@ en:
|
|
2
2
|
faker:
|
3
3
|
file:
|
4
4
|
extension: ["flac", "mp3", "wav", "bmp", "gif", "jpeg", "jpg", "png", "tiff", "css", "csv", "html", "js", "json", "txt", "mp4", "avi", "mov", "webm", "doc", "docx", "xls", "xlsx", "ppt", "pptx", "odt", "ods", "odp", "pages", "numbers", "key", "pdf"]
|
5
|
-
mime_type:
|
5
|
+
mime_type:
|
6
|
+
application: ["application/atom+xml", "application/ecmascript", "application/EDI-X12", "application/EDIFACT", "application/json", "application/javascript", "application/ogg", "application/pdf", "application/postscript", "application/rdf+xml", "application/rss+xml", "application/soap+xml", "application/font-woff", "application/xhtml+xml", "application/xml-dtd", "application/xop+xml", "application/zip", "application/gzip"]
|
7
|
+
audio: ["audio/basic", "audio/L24", "audio/mp4", "audio/mpeg", "audio/ogg", "audio/vorbis", "audio/vnd.rn-realaudio", "audio/vnd.wave", "audio/webm"]
|
8
|
+
image: ["image/gif", "image/jpeg", "image/pjpeg", "image/png", "image/svg+xml", "image/tiff", "image/vnd.microsoft.icon"]
|
9
|
+
message: ["message/http", "message/imdn+xml", "message/partial", "message/rfc822"]
|
10
|
+
model: ["model/example", "model/iges", "model/mesh", "model/vrml", "model/x3d+binary", "model/x3d+vrml", "model/x3d+xml"]
|
11
|
+
multipart: ["multipart/mixed", "multipart/alternative", "multipart/related", "multipart/form-data", "multipart/signed", "multipart/encrypted"]
|
12
|
+
text: ["text/cmd", "text/css", "text/csv", "text/html", "text/javascript", "text/plain", "text/vcard", "text/xml"]
|
13
|
+
video: ["video/mpeg", "video/mp4", "video/ogg", "video/quicktime", "video/webm", "video/x-matroska", "video/x-ms-wmv", "video/x-flv"]
|