├── .VERSION_PREFIX ├── .dir-locals.el ├── .github └── workflows │ └── add_to_project_board.yml ├── .gitignore ├── CHANGELOG.md ├── LICENSE.txt ├── README.md ├── bb.edn ├── bin ├── kaocha └── proj ├── deps.edn ├── dev └── user.clj ├── pom.xml ├── repl_sessions ├── import.clj ├── list_fakers.clj └── yaml.clj ├── resources └── lambdaisland │ └── faker │ └── locales │ ├── ar.transit │ ├── bg.transit │ ├── ca-cat.transit │ ├── ca.transit │ ├── da-dk.transit │ ├── de-at.transit │ ├── de-ch.transit │ ├── de.transit │ ├── ee.transit │ ├── en-au-ocker.transit │ ├── en-au.transit │ ├── en-bork │ └── lorem.transit │ ├── en-ca.transit │ ├── en-gb.transit │ ├── en-ind.transit │ ├── en-ms.transit │ ├── en-nep.transit │ ├── en-ng.transit │ ├── en-nz.transit │ ├── en-pak.transit │ ├── en-sg.transit │ ├── en-th │ └── name.transit │ ├── en-ug.transit │ ├── en-us.transit │ ├── en-za.transit │ ├── en.transit │ ├── en │ ├── address.transit │ ├── adjective.transit │ ├── ancient.transit │ ├── app.transit │ ├── appliance.transit │ ├── aqua-teen-hunger-force.transit │ ├── artist.transit │ ├── australia.transit │ ├── back-to-the-future.transit │ ├── bank.transit │ ├── barcode.transit │ ├── basketball.transit │ ├── beer.transit │ ├── bible.transit │ ├── big-bang-theory.transit │ ├── blood.transit │ ├── bojack-horseman.transit │ ├── book.transit │ ├── books.transit │ ├── bossa-nova.transit │ ├── breaking-bad.transit │ ├── brooklyn-nine-nine.transit │ ├── buffy.transit │ ├── business.transit │ ├── camera.transit │ ├── cannabis.transit │ ├── chiquito.transit │ ├── chuck-norris.transit │ ├── code.transit │ ├── coffee.transit │ ├── coin.transit │ ├── color.transit │ ├── commerce.transit │ ├── community.transit │ ├── company.transit │ ├── compass.transit │ ├── computer.transit │ ├── conan.transit │ ├── construction.transit │ ├── cosmere.transit │ ├── creature.transit │ ├── crypto-coin.transit │ ├── culture-series.transit │ ├── currency.transit │ ├── dc-comics.transit │ ├── demographic.transit │ ├── departed.transit │ ├── dessert.transit │ ├── device.transit │ ├── dnd.transit │ ├── doraemon.transit │ ├── dr-who.transit │ ├── dragon-ball.transit │ ├── driving-licence.transit │ ├── drone.transit │ ├── dumb-and-dumber.transit │ ├── dune.transit │ ├── educator.transit │ ├── electrical-components.transit │ ├── emotion.transit │ ├── esport.transit │ ├── family-guy.transit │ ├── file.transit │ ├── final-space.transit │ ├── finance.transit │ ├── fma-brotherhood.transit │ ├── food.transit │ ├── football.transit │ ├── friends.transit │ ├── funny-name.transit │ ├── futurama.transit │ ├── game-of-thrones.transit │ ├── game.transit │ ├── games.transit │ ├── gender.transit │ ├── ghostbusters.transit │ ├── grateful-dead.transit │ ├── greek-philosophers.transit │ ├── hacker.transit │ ├── harry-potter.transit │ ├── heroes-of-the-storm.transit │ ├── heroes.transit │ ├── hey-arnold.transit │ ├── hipster.transit │ ├── hitchhikers-guide-to-the-galaxy.transit │ ├── hobby.transit │ ├── house.transit │ ├── how-i-met-your-mother.transit │ ├── how-to-train-your-dragon.transit │ ├── id-number.transit │ ├── industry-segments.transit │ ├── internet.transit │ ├── invoice.transit │ ├── job.transit │ ├── kamen-rider.transit │ ├── kpop.transit │ ├── lebowski.transit │ ├── lorem.transit │ ├── lovecraft.transit │ ├── markdown.transit │ ├── marketing.transit │ ├── measurement.transit │ ├── michael-scott.transit │ ├── military.transit │ ├── mountain.transit │ ├── movie.transit │ ├── music.transit │ ├── name.transit │ ├── naruto.transit │ ├── nation.transit │ ├── nato-phonetic-alphabet.transit │ ├── new-girl.transit │ ├── one-piece.transit │ ├── opera.transit │ ├── parks-and-rec.transit │ ├── pearl-jam.transit │ ├── phish.transit │ ├── prince.transit │ ├── princess-bride.transit │ ├── programming-language.transit │ ├── quote.transit │ ├── rajnikanth.transit │ ├── relationship.transit │ ├── restaurant.transit │ ├── rick-and-morty.transit │ ├── rock-band.transit │ ├── room.transit │ ├── rupaul.transit │ ├── rush.transit │ ├── science.transit │ ├── seinfeld.transit │ ├── separator.transit │ ├── shakespeare.transit │ ├── show.transit │ ├── silicon-valley.transit │ ├── simpsons.transit │ ├── slack-emoji.transit │ ├── source.transit │ ├── south-park.transit │ ├── space.transit │ ├── star-trek.transit │ ├── star-wars.transit │ ├── stargate.transit │ ├── stranger-things.transit │ ├── stripe.transit │ ├── studio-ghibli.transit │ ├── subscription.transit │ ├── suits.transit │ ├── superhero.transit │ ├── supernatural.transit │ ├── sword-art-online.transit │ ├── tea.transit │ ├── team.transit │ ├── the-expanse.transit │ ├── the-fresh-prince-of-bel-air.transit │ ├── the-it-crowd.transit │ ├── the-office.transit │ ├── the-thick-of-it.transit │ ├── tolkien.transit │ ├── twin-peaks.transit │ ├── umphreys-mcgee.transit │ ├── university.transit │ ├── v-for-vendetta.transit │ ├── vehicle.transit │ ├── venture-bros.transit │ ├── verbs.transit │ ├── volleyball.transit │ ├── world-cup.transit │ └── yoda.transit │ ├── es-ar.transit │ ├── es-mx.transit │ ├── es.transit │ ├── fa │ └── name.transit │ ├── fi-fi.transit │ ├── fr-ca.transit │ ├── fr-ch.transit │ ├── fr.transit │ ├── fr │ ├── address.transit │ ├── adjective.transit │ ├── appliance.transit │ ├── book.transit │ ├── color.transit │ ├── company.transit │ ├── compass.transit │ ├── country-code.transit │ ├── creature.transit │ ├── demographic.transit │ ├── games.transit │ ├── gender.transit │ ├── internet.transit │ ├── lorem.transit │ ├── measurement.transit │ └── name.transit │ ├── he.transit │ ├── hy.transit │ ├── id.transit │ ├── it.transit │ ├── ja.transit │ ├── ja │ ├── address.transit │ ├── ancient.transit │ ├── bank.transit │ ├── book.transit │ ├── coffee.transit │ ├── color.transit │ ├── commerce.transit │ ├── company.transit │ ├── creature.transit │ ├── food.transit │ ├── games.transit │ ├── gender.transit │ ├── lorem.transit │ ├── name.transit │ ├── restaurant.transit │ ├── space.transit │ ├── studio-ghibli.transit │ ├── subscription.transit │ └── university.transit │ ├── ko.transit │ ├── lt.transit │ ├── lv.transit │ ├── mi-nz.transit │ ├── nb-no.transit │ ├── nl.transit │ ├── no-no │ └── invoice.transit │ ├── pl.transit │ ├── pt-br.transit │ ├── pt.transit │ ├── ru.transit │ ├── sk.transit │ ├── sv.transit │ ├── th │ └── name.transit │ ├── tr.transit │ ├── uk.transit │ ├── vi.transit │ ├── zh-cn.transit │ └── zh-tw.transit ├── src └── lambdaisland │ └── faker.clj ├── supported_fakers.clj ├── test └── .gitkeep ├── tests.edn └── unsupported_fakers.clj /.VERSION_PREFIX: -------------------------------------------------------------------------------- 1 | 0.2 -------------------------------------------------------------------------------- /.dir-locals.el: -------------------------------------------------------------------------------- 1 | ((nil . ((cider-clojure-cli-global-options . "-A:dev:test")))) 2 | -------------------------------------------------------------------------------- /.github/workflows/add_to_project_board.yml: -------------------------------------------------------------------------------- 1 | name: Add new pr or issue to project board 2 | 3 | on: [issues] 4 | 5 | jobs: 6 | add-to-project: 7 | uses: lambdaisland/open-source/.github/workflows/add-to-project-board.yml@main 8 | secrets: inherit 9 | 10 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .cpcache 2 | .nrepl-port 3 | target 4 | repl 5 | scratch.clj 6 | .shadow-cljs 7 | target 8 | yarn.lock 9 | node_modules/ 10 | .DS_Store 11 | resources/public/ui 12 | .store 13 | out 14 | .#* 15 | -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- 1 | # Unreleased 2 | 3 | ## Added 4 | 5 | ## Fixed 6 | 7 | ## Changed 8 | 9 | # 0.2.8 (2022-03-28 / 45c1a7b) 10 | 11 | ## Fixed 12 | 13 | - Fix botched release: load error 14 | 15 | # 0.1.4 (2022-03-28 / 631867c) 16 | 17 | ## Added 18 | 19 | - First release, implement main lookup logic, convert original YAMLs to Transit, 20 | and port a subset of the custom logic. -------------------------------------------------------------------------------- /bb.edn: -------------------------------------------------------------------------------- 1 | {:deps 2 | {lambdaisland/open-source {:git/url "https://github.com/lambdaisland/open-source" 3 | :sha "82a25e6ccb9c7789a5d1fbe8f9df5c50e9a93137" 4 | #_#_:local/root "../open-source"}}} 5 | -------------------------------------------------------------------------------- /bin/kaocha: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | clojure -A:test -m kaocha.runner "$@" 3 | -------------------------------------------------------------------------------- /bin/proj: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bb 2 | 3 | (ns proj 4 | (:require [lioss.main :as lioss])) 5 | 6 | (lioss/main 7 | {:license :mpl 8 | :inception-year 2022 9 | :description "Port of the Faker Ruby gem" 10 | :group-id "com.lambdaisland"}) 11 | 12 | ;; Local Variables: 13 | ;; mode:clojure 14 | ;; End: 15 | -------------------------------------------------------------------------------- /deps.edn: -------------------------------------------------------------------------------- 1 | {:paths ["src" "resources"] 2 | 3 | :deps 4 | {org.clojure/clojure {:mvn/version "1.11.0"} 5 | com.cognitect/transit-clj {:mvn/version "1.0.329"} 6 | org.clojure/test.check {:mvn/version "1.1.1"} 7 | lambdaisland/regal {:mvn/version "0.0.143"} 8 | ;; BYO dependency for regal's test.check gen functionality 9 | instaparse/instaparse {:mvn/version "1.4.10"}} 10 | 11 | 12 | :aliases 13 | {:dev 14 | {:extra-paths ["dev"] 15 | :extra-deps {djblue/portal {:mvn/version "RELEASE"} 16 | camel-snake-kebab/camel-snake-kebab {:mvn/version "0.4.2"} 17 | clj-commons/clj-yaml {:mvn/version "0.7.108"} 18 | }} 19 | 20 | :test 21 | {:extra-paths ["test"] 22 | :extra-deps {lambdaisland/kaocha {:mvn/version "1.64.1010"}}}}} 23 | -------------------------------------------------------------------------------- /dev/user.clj: -------------------------------------------------------------------------------- 1 | (ns user) 2 | 3 | (defmacro jit [sym] 4 | `(requiring-resolve '~sym)) 5 | 6 | (defn browse [] 7 | ((jit clojure.java.browse/browse-url) "http://localhost:8000")) 8 | 9 | (def portal-instance (atom nil)) 10 | 11 | (defn portal 12 | "Open a Portal window and register a tap handler for it. The result can be 13 | treated like an atom." 14 | [] 15 | ;; Portal is both an IPersistentMap and an IDeref, which confuses pprint. 16 | (prefer-method @(jit clojure.pprint/simple-dispatch) clojure.lang.IPersistentMap clojure.lang.IDeref) 17 | (let [p ((jit portal.api/open) @portal-instance)] 18 | (reset! portal-instance p) 19 | (add-tap (jit portal.api/submit)) 20 | p)) 21 | -------------------------------------------------------------------------------- /repl_sessions/import.clj: -------------------------------------------------------------------------------- 1 | (ns repl-sessions.import 2 | (:require [clj-yaml.core :as yaml] 3 | [cognitect.transit :as transit] 4 | [clojure.string :as str] 5 | [clojure.java.io :as io] 6 | [camel-snake-kebab.core :as csk] 7 | [clojure.walk :as walk])) 8 | 9 | (def faker-yml-path "/home/arne/github/fakers/faker-ruby__faker/lib/locales/") 10 | 11 | (defn deep-merge [a b] 12 | (merge-with #(if (map? %1) (deep-merge %1 %2) %2) 13 | a b)) 14 | 15 | (doseq [[name maps] 16 | (group-by first 17 | (for [url (next (file-seq (io/file faker-yml-path))) 18 | :let [yml (try (with-open [rdr (io/reader url)] 19 | (yaml/parse-stream rdr)) 20 | (catch Exception e 21 | ))] 22 | :when (map? yml)] 23 | (do 24 | (when (not= 1 (count yml)) 25 | (println "Too many locales in " url)) 26 | (let [locale (key (first yml)) 27 | values (or (get-in yml [(keyword locale) :faker]) 28 | (get yml [(keyword locale)])) 29 | value (first values)] 30 | (if (= 1 (count values)) 31 | [(str (name locale) "/" (name (key value))) {locale values}] 32 | [(name locale) {locale values}]))))) 33 | :let [file (io/file (str "resources/lambdaisland/faker/locales/" (csk/->kebab-case-string name) ".transit")) 34 | _ (.mkdirs (io/file (.getParent file))) 35 | writer (transit/writer (io/output-stream file) :json)]] 36 | (transit/write writer (walk/postwalk 37 | (fn [o] 38 | (if (map? o) 39 | (update-keys o #(when % (csk/->kebab-case-keyword %))) 40 | o)) 41 | (reduce deep-merge (map second maps))))) 42 | -------------------------------------------------------------------------------- /repl_sessions/list_fakers.clj: -------------------------------------------------------------------------------- 1 | (ns repl-sessions.list-fakers 2 | (:require [clojure.java.io :as io] 3 | [clojure.string :as str] 4 | [lambdaisland.faker :as faker])) 5 | 6 | (def all 7 | (reduce 8 | faker/deep-merge 9 | {} 10 | (map faker/slurp-transit 11 | (filter #(str/ends-with? (str %) ".transit") 12 | (file-seq (io/file "resources/lambdaisland/faker/locales")))))) 13 | 14 | (def l2 15 | (sort 16 | (distinct 17 | (for [tlk (into #{} (mapcat keys) [(get all :en)] #_(vals all)) 18 | slk (mapcat keys (filter map? (map #(get % tlk) (vals all))))] 19 | [tlk slk])))) 20 | 21 | (def l3 22 | (sort 23 | (distinct 24 | (for [tlk (into #{} (mapcat keys) [(get all :en)] #_(vals all)) 25 | slk (mapcat keys (filter map? (map #(get % tlk) (vals all)))) 26 | ilk (remove nil? (mapcat keys (filter map? (map #(get-in % [tlk slk]) (vals all)))))] 27 | [tlk slk ilk])))) 28 | 29 | (spit "supported_fakers.clj" 30 | (with-out-str 31 | (doseq [f (sort-by str 32 | (concat 33 | (remove (set (map #(vec (take 2 %)) l3)) l2) 34 | l3 35 | (keys (.getMethodTable faker/-fake))))] 36 | (let [res (try (faker/fake f) (catch Exception e))] 37 | (when res 38 | (println f) 39 | (print ";;=> ") 40 | (println res) 41 | (println)))))) 42 | 43 | (spit "unsupported_fakers.clj" 44 | (with-out-str 45 | (println ";; Fakers from the original Ruby gem that currently return `nil` or throw an exception.") 46 | (doseq [f (sort-by str 47 | (concat 48 | (remove (set (map #(vec (take 2 %)) l3)) l2) 49 | l3 50 | (keys (.getMethodTable faker/-fake))))] 51 | (let [res (try (faker/fake f) (catch Exception e e))] 52 | (when (or (nil? res) (instance? Throwable res)) 53 | (println f) 54 | (print ";;=> ") 55 | (println (when res (.getName (class res)))) 56 | (println)))))) 57 | -------------------------------------------------------------------------------- /repl_sessions/yaml.clj: -------------------------------------------------------------------------------- 1 | (ns repl-sessions.yaml 2 | (:require [clj-yaml.core :as yaml] 3 | [cognitect.transit :as transit] 4 | [clojure.string :as str] 5 | [clojure.java.io :as io])) 6 | 7 | (defn slurp-transit [f] 8 | (with-open [is (io/input-stream f)] 9 | (transit/read (transit/reader is :json)))) 10 | 11 | (def faker-data (atom {})) 12 | 13 | (defn deep-merge [a b] 14 | (merge-with #(if (map? %1) 15 | (deep-merge %1 %2) 16 | %2) 17 | a b)) 18 | 19 | (defn ingest-transit [f] 20 | (swap! faker-data deep-merge (slurp-transit f))) 21 | 22 | (defn transit-path [sections] 23 | (str 24 | "lambdaisland/faker/locales/" 25 | (str/join "/" (map name sections)) 26 | ".transit")) 27 | 28 | (defn find-transit [sections] 29 | (when (seq sections) 30 | (or (io/resource (transit-path sections)) 31 | (find-transit (butlast sections))))) 32 | 33 | (defn lookup [sections] 34 | (if-let [f (get-in @faker-data sections)] 35 | f 36 | (let [f (find-transit sections) 37 | data (ingest-transit f)] 38 | (get-in data sections)))) 39 | 40 | (lookup [:en :creature :bird]) 41 | 42 | (lookup [:en :creature :bird :emotional-adjectives]) 43 | 44 | (lookup [:en :culture-series :culture-ships]) 45 | -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en-au-ocker.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en-au-ocker",["^ ","~:name",["^ ","~:first-name",["~#list",["Charlene","Bruce","Charlotte","Ava","Chloe","Emily","Olivia","Zoe","Lily","Sophie","Amelia","Sofia","Ella","Isabella","Ruby","Sienna","Mia+3","Grace","Emma","Ivy","Layla","Abigail","Isla","Hannah","Zara","Lucy","Evie","Annabelle","Madison","Alice","Georgia","Maya","Madeline","Audrey","Scarlett","Isabelle","Chelsea","Mila","Holly","Indiana","Poppy","Harper","Sarah","Alyssa","Jasmine","Imogen","Hayley","Pheobe","Eva","Evelyn","Mackenzie","Ayla","Oliver","Jack","Jackson","William","Ethan","Charlie","Lucas","Cooper","Lachlan","Noah","Liam","Alexander","Max","Isaac","Thomas","Xavier","Oscar","Benjamin","Aiden","Mason","Samuel","James","Levi","Riley","Harrison","Ryan","Henry","Jacob","Joshua","Leo","Zach","Harry","Hunter","Flynn","Archie","Tyler","Elijah","Hayden","Jayden","Blake","Archer","Ashton","Sebastian","Zachery","Lincoln","Mitchell","Luca","Nathan","Kai","Connor","Tom","Nigel","Matt","Sean"]],"~:last-name",["^3",["Smith","Jones","Williams","Brown","Wilson","Taylor","Morton","White","Martin","Anderson","Thompson","Nguyen","Thomas","Walker","Harris","Lee","Ryan","Robinson","Kelly","King","Rausch","Ridge","Connolly","LeQuesne"]],"~:ocker-first-name",["^3",["Bazza","Bluey","Davo","Johno","Shano","Shazza","Wazza","Charl","Darl"]]],"~:company",["^ ","~:suffix",["^3",["Pty Ltd","and Sons","Corp","Group","Brothers","Partners"]]],"~:internet",["^ ","~:domain-suffix",["^3",["com.au","com","net.au","net","org.au","org"]]],"~:address",["^ ","~:state-abbr",["^3",["NSW","QLD","NT","SA","WA","TAS","ACT","VIC"]],"~:default-country",["^3",["Australia"]],"~:city",["^3",["#{city_prefix}"]],"~:postcode",["^3",["0###","2###","3###","4###","5###","6###","7###"]],"~:state",["^3",["New South Wales","Queensland","Northern Territory","South Australia","Western Australia","Tasmania","Australian Capital Territory","Victoria"]],"~:city-prefix",["^3",["Bondi","Burleigh Heads","Carlton","Fitzroy","Fremantle","Glenelg","Manly","Noosa","Stones Corner","St Kilda","Surry Hills","Yarra Valley"]],"~:region",["^3",["South East Queensland","Wide Bay Burnett","Margaret River","Port Pirie","Gippsland","Elizabeth","Barossa"]],"~:street-root",["^3",["Ramsay Street","Bonnie Doon","Cavill Avenue","Queen Street"]],"~:street-name",["^3",["#{street_root}"]],"~:street-suffix",["^3",["Avenue","Boulevard","Circle","Circuit","Court","Crescent","Crest","Drive","Estate Dr","Grove","Hill","Island","Junction","Knoll","Lane","Loop","Mall","Manor","Meadow","Mews","Parade","Parkway","Pass","Place","Plaza","Ridge","Road","Run","Square","Station St","Street","Summit","Terrace","Track","Trail","View Rd","Way"]],"~:building-number",["^3",["####","###","##"]]],"~:country-code",["^3",["61"]],"~:phone-number",["^ ","~:formats",["^3",["0# #### ####","# #### ####","4## ### ###"]]],"~:cell-phone",["^ ","^H",["^3",["04##-###-###","(0) 4##-###-###","04## ### ###","04########","04## ## ## ##"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en-bork/lorem.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en-bork",["^ ","~:lorem",["^ ","~:words",["~#list",["Boot","I","Nu","Nur","Tu","Um","a","becoose-a","boot","bork","burn","chuuses","cumplete-a","cun","cunseqooences","curcoomstunces","dee","deeslikes","denuoonceeng","desures","du","eccuoont","ectooel","edfuntege-a","efueeds","egeeen","ell","ere-a","feend","foolt","frum","geefe-a","gesh","greet","heem","heppeeness","hes","hoo","hoomun","idea","ifer","in","incuoonter","injuy","itselff","ixcept","ixemple-a","ixerceese-a","ixpleeen","ixplurer","ixpuoond","ixtremely","knoo","lebureeuoos","lufes","meestekee","mester-booeelder","moost","mun","nu","nut","oobteeen","oocceseeunelly","ooccoor","ooff","oone-a","oor","peeen","peeenffool","physeecel","pleesoore-a","poorsooe-a","poorsooes","preeesing","prucoore-a","prudooces","reeght","reshunelly","resooltunt","sume-a","teecheengs","teke-a","thees","thet","thuse-a","treefiel","troot","tu","tueel","und","undertekes","unnuyeeng","uny","unyune-a","us","veell","veet","ves","vheech","vhu","yuoo","zee","zeere-a"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en-gb.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en-gb",["^ ","~:address",["^ ","~:postcode","/[A-PR-UWYZ]([A-HK-Y][0-9][ABEHMNPRVWXY0-9]?|[0-9][ABCDEFGHJKPSTUW0-9]?) [0-9][ABD-HJLNP-UW-Z]{2}/","~:county",["~#list",["Avon","Bedfordshire","Berkshire","Borders","Buckinghamshire","Cambridgeshire","Central","Cheshire","Cleveland","Clwyd","Cornwall","County Antrim","County Armagh","County Down","County Fermanagh","County Londonderry","County Tyrone","Cumbria","Derbyshire","Devon","Dorset","Dumfries and Galloway","Durham","Dyfed","East Sussex","Essex","Fife","Gloucestershire","Grampian","Greater Manchester","Gwent","Gwynedd County","Hampshire","Herefordshire","Hertfordshire","Highlands and Islands","Humberside","Isle of Wight","Kent","Lancashire","Leicestershire","Lincolnshire","Lothian","Merseyside","Mid Glamorgan","Norfolk","North Yorkshire","Northamptonshire","Northumberland","Nottinghamshire","Oxfordshire","Powys","Rutland","Shropshire","Somerset","South Glamorgan","South Yorkshire","Staffordshire","Strathclyde","Suffolk","Surrey","Tayside","Tyne and Wear","Warwickshire","West Glamorgan","West Midlands","West Sussex","West Yorkshire","Wiltshire","Worcestershire"]],"~:uk-country",["^4",["England","Scotland","Wales","Northern Ireland"]],"~:country-code",["^4",["GB"]],"~:default-country",["^4",["England","Scotland","Wales","Northern Ireland"]]],"~:internet",["^ ","~:domain-suffix",["^4",["co.uk","com","biz","info","name"]]],"~:phone-number",["^ ","~:formats",["^4",["01#### #####","01### ######","01#1 ### ####","011# ### ####","02# #### ####","03## ### ####","055 #### ####","056 #### ####","0800 ### ####","08## ### ####","09## ### ####","016977 ####","01### #####","0500 ######","0800 ######"]]],"~:cell-phone",["^ ","^;",["^4",["071## ######","073## ######","074## ######","075## ######","077## ######","078## ######","079## ######"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en-nep.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en-nep",["^ ","~:name",["^ ","~:male-first-name",["~#list",["Kamal","Gopal","Hari","Himal","Baburam","Prachanda","Ganesh"]],"~:female-first-name",["^3",["Gita","Sita","Sarita","Kalpana","Neha","Griahma","Sujata"]],"~:first-name",["^3",["Aarav","Ajita","Amit","Amita","Amrit","Arijit","Ashmi","Asmita","Bibek","Bijay","Bikash","Bina","Bishal","Bishnu","Buddha","Deepika","Dipendra","Gagan","Ganesh","Khem","Krishna","Laxmi","Manisha","Nabin","Nikita","Niraj","Nischal","Padam","Pooja","Prabin","Prakash","Prashant","Prem","Purna","Rajendra","Rajina","Raju","Rakesh","Ranjan","Ratna","Sagar","Sandeep","Sanjay","Santosh","Sarita","Shilpa","Shirisha","Shristi","Siddhartha","Subash","Sumeet","Sunita","Suraj","Susan","Sushant"]],"~:middle-name",["^3",["Bahadur","Prasad","Lal"]],"~:last-name",["^3",["Adhikari","Aryal","Baral","Basnet","Bastola","Basynat","Bhandari","Bhattarai","Chettri","Devkota","Dhakal","Dongol","Ghale","Gurung","Gyawali","Hamal","Jung","KC","Kafle","Karki","Khadka","Koirala","Lama","Limbu","Magar","Maharjan","Niroula","Pandey","Pradhan","Rana","Raut","Sai","Shai","Shakya","Sherpa","Shrestha","Subedi","Tamang","Thapa"]],"^1",["^3",["#{male_first_name} #{last_name}","#{male_first_name} #{middle_name} #{last_name}","#{female_first_name} #{last_name}","#{first_name} #{last_name}"]],"~:name-with-middle",["^3",["#{first_name} #{last_name} #{last_name}"]]],"~:address",["^ ","~:default-time-zone",["^3",["Asia/Kathmandu"]],"~:default-country-code",["^3",["NP"]],"~:postcode",["^3",["#####"]],"~:state",["^3",["Baglung","Banke","Bara","Bardiya","Bhaktapur","Bhojupu","Chitwan","Dailekh","Dang","Dhading","Dhankuta","Dhanusa","Dolakha","Dolpha","Gorkha","Gulmi","Humla","Ilam","Jajarkot","Jhapa","Jumla","Kabhrepalanchok","Kalikot","Kapilvastu","Kaski","Kathmandu","Lalitpur","Lamjung","Manang","Mohottari","Morang","Mugu","Mustang","Myagdi","Nawalparasi","Nuwakot","Palpa","Parbat","Parsa","Ramechhap","Rauswa","Rautahat","Rolpa","Rupandehi","Sankhuwasabha","Sarlahi","Sindhuli","Sindhupalchok","Sunsari","Surket","Syangja","Tanahu","Terhathum"]],"~:city",["^3",["Bhaktapur","Biratnagar","Birendranagar","Birgunj","Butwal","Damak","Dharan","Gaur","Gorkha","Hetauda","Itahari","Janakpur","Kathmandu","Lahan","Nepalgunj","Pokhara"]],"~:default-country",["^3",["Nepal"]]],"~:internet",["^ ","~:free-email",["^3",["worldlink.com.np","gmail.com","yahoo.com","hotmail.com"]],"~:domain-suffix",["^3",["np","com","info","net","org"]]],"~:company",["^ ","~:suffix",["^3",["Pvt Ltd","Group","Ltd","Limited"]]],"~:country-code",["^3",["977"]],"~:phone-number",["^ ","~:formats",["^3",["##-#######","#-#######","########"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:phone-number",["^ ","~:formats",["~#list",["###-###-####","(###) ###-####","1-###-###-####","###.###.####","###-###-#### x###","(###) ###-#### x###","1-###-###-#### x###","###.###.#### x###","###-###-#### x####","(###) ###-#### x####","1-###-###-#### x####","###.###.#### x####","###-###-#### x#####","(###) ###-#### x#####","1-###-###-#### x#####","###.###.#### x#####"]]],"~:cell-phone",["^ ","^2",["^3",["###-###-####","(###) ###-####","1-###-###-####","###.###.####"]]],"~:country-code",["^3",["1","1-242","1-246","1-264","1-268","1-284","1-340","1-345","1-441","1-473","1-649","1-670","1-671","1-684","1-758","1-784","1-787","1-868","1-869","1-876","1-939","20","212","213","216","218","220","221","222","223","224","225","226","227","228","229","230","231","232","233","234","235","236","238","238","239","240","241","242","243","244","245","247","248","249","250","251","252","253","254","255","256","257","258","260","261","262","263","264","265","266","267","268","269","269","27","290","291","297","298","299","30","31","32","33","33","34","350","351","352","353","354","355","356","357","358","359","36","370","371","372","373","374","375","376","378","380","381","381","381","385","386","387","389","39","39","40","41","420","421","423","43","44","45","46","47","48","49","500","501","502","503","504","505","506","507","508","509","51","52","53","54","55","56","57","58","591","592","593","594","595","596","596","597","598","599","60","61","61-8","62","63","64","65","66","670","672","673","674","675","676","677","678","679","680","681","682","683","685","686","687","688","689","690","691","692","7","7-6","7-7","767","809","809","809","81","82","84","850","850","852","853","855","855","856","86","880","886","886","90","91","92","93","94","95","960","961","962","963","964","965","966","967","968","971","972","973","974","975","976","977","98","993","994","995","996"]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/adjective.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:adjective",["^ ","~:positive",["~#list",["adorable","adventurous","agreeable","attractive","beautiful","brainy","brave","bright","calm","charming","cheerful","clean","clever","colorful","combative","comfortable","cooperative","courageous","curious","cute","delightful","determined","elegant","enchanting","encouraging","energetic","enthusiastic","excited","fair","faithful","famous","fancy","fantastic","fine","friendly","funny","gentle","gifted","glamorous","gleaming","glorious","good","gorgeous","graceful","handsome","happy","healthy","helpful","hilarious","homely","inexpensive","innocent","inquisitive","jolly","joyous","kind","light","lively","lovely","lucky","magnificent","modern","nice","open","outstanding","perfect","pleasant","powerful","precious","proud","quaint","rich","shiny","smiling","sparkling","splendid","spotless","successful","super","talented","tender","tasty","thankful","thoughtful","vast","victorious","vivacious","witty","zany","zealous"]],"~:negative",["^3",["aggressive","annoyed","anxious","arrogant","ashamed","average","awful","bad","bloody","bored","careful","cautious","concerned","confused","crazy","creepy","cruel","dangerous","depressed","disturbed","envious","evil","expensive","exuberant","filthy","foolish","fragile","frail","frantic","frightened","grieving","grotesque","grumpy","helpless","horrible","ill","itchy","jealous","jittery","lazy","lonely","misty","muddy","nasty","naughty","nervous","nutty","obnoxious","odd","old-fashioned","outrageous","panicky","poised","poor","putrid","puzzled","repulsive","scary","selfish","shy","silly","sleepy","smoggy","sore","stormy","strange","stupid","terrible","thoughtless","tired","tough","troubled","ugliest","ugly","uninterested","unsightly","upset","uptight","weary","wicked","wild","worrisome","worried","wrong"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/ancient.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:ancient",["^ ","~:god",["~#list",["Aphrodite","Apollo","Ares","Artemis","Athena","Demeter","Dionysus","Hades","Hephaestus","Hera","Hermes","Hestia","Poseidon","Zeus"]],"~:primordial",["^3",["Aion","Aether","Ananke","Chaos","Chronos","Erebus","Eros","Hypnos","Nesoi","Uranus","Gaia","Ourea","Phanes","Pontus","Tartarus","Thalassa","Thanatos","Hemera","Nyx","Nemesis"]],"~:titan",["^3",["Coeus","Crius","Cronus","Hyperion","Iapetus","Mnemosyne","Oceanus","Phoebe","Rhea","Tethys","Theia","Themis","Asteria","Astraeus","Atlas","Aura","Clymene","Dione","Helios","Selene","Eos","Epimetheus","Eurybia","Eurynome","Lelantos","Leto","Menoetius","Metis","Ophion","Pallas","Perses","Prometheus","Styx"]],"~:hero",["^3",["Abderus","Achilles","Aeneas","Ajax","Amphitryon","Antilochus","Bellerophon","Castor","Chrysippus","Daedalus","Diomedes","Eleusis","Eunostus","Ganymede","Hector","Hercules","Icarus","Iolaus","Jason","Meleager","Odysseus","Orpheus","Pandion","Perseus","Theseus","Alcestis","Amymone","Andromache","Andromeda","Antigone","Arachne","Ariadne","Atalanta","Briseis","Caeneus","Cassandra","Cassiopeia","Clytemnestra","Danaë","Deianeira","Electra","Europa","Hecuba","Helen","Hermione","Iphigenia","Ismene","Jocasta","Medea","Medusa","Niobe","Pandora","Penelope","Phaedra","Polyxena","Semele","Thrace"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/app.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:app",["^ ","~:name",["~#list",["Redhold","Treeflex","Trippledex","Kanlam","Bigtax","Daltfresh","Toughjoyfax","Mat Lam Tam","Otcom","Tres-Zap","Y-Solowarm","Tresom","Voltsillam","Biodex","Greenlam","Viva","Matsoft","Temp","Zoolab","Subin","Rank","Job","Stringtough","Tin","It","Home Ing","Zamit","Sonsing","Konklab","Alpha","Latlux","Voyatouch","Alphazap","Holdlamis","Zaam-Dox","Sub-Ex","Quo Lux","Bamity","Ventosanzap","Lotstring","Hatity","Tempsoft","Overhold","Fixflex","Konklux","Zontrax","Tampflex","Span","Namfix","Transcof","Stim","Fix San","Sonair","Stronghold","Fintone","Y-find","Opela","Lotlux","Ronstring","Zathin","Duobam","Keylex","Andalax","Solarbreeze","Cookley","Vagram","Aerified","Pannier","Asoka","Regrant","Wrapsafe","Prodder","Bytecard","Bitchip","Veribet","Gembucket","Cardguard","Bitwolf","Cardify","Domainer","Flowdesk","Flexidy"]],"~:version",["^3",["0.#.#","0.##","#.##","#.#","#.#.#"]],"~:author",["^3",["#{Name.name}","#{Company.name}"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/appliance.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:appliance",["^ ","~:brand",["~#list",["Admiral","Amana","Blue Star","Bosch","Electrolux","Fagor","Franke","IKEA","KitchenAid","LG","Samsung","Sharp","Siemens","Whirlpool"]],"~:equipment",["^3",["Air ioniser","Air purifier","Appliance plug","Aroma lamp","Attic fan","Bachelor griller","Back boiler","Beverage opener","Blender","Box mangle","Can opener","Ceiling fan","Central vacuum cleaner","Clothes dryer","Clothes iron","Cold-pressed juicer","Combo washer dryer","Dish draining closet","Dishwasher","Domestic robot","Drawer dishwasher","Electric water boiler","Evaporative cooler","Exhaust hood","Fan heater","Flame supervision device","Forced-air","Futon dryer","Garbage disposal unit","Gas appliance","Go-to-bed matchbox","HVAC","Hair dryer","Hair iron","Hob (hearth)","Home server","Humidifier","Icebox","Kimchi refrigerator","Mangle (machine)","Micathermic heater","Microwave oven","Mousetrap","Oil heater","Oven","Paper shredder","Patio heater","Radiator (heating)","Refrigerator","Sewing machine","Solar water heater","Space heater","Steam mop","Stove","Sump pump","Television","Tie press","Toaster and toaster ovens","Trouser press","Vacuum cleaner","Washing machine","Water cooker","Water heater","Water purifier","Window fan"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/aqua-teen-hunger-force.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:aqua-teen-hunger-force",["^ ","~:character",["~#list",["Carl Brutananadilewski","Cybernetic Ghost of Christmas Past from the Future","D.P","Dr. Weird","Dr. Wongburger","Emory","Err","Frylock","George Lowe","Ignignokt","Master Shake","MC Pee Pants","Meatwad","Oglethorpe","Skeeter","Steve","Turkatron"]],"~:quote",["^3",["Dancing is forbidden!","Friendship ain't about trust. Friendship's about nunchucks.","Listen to me, Randy. It doesn't matter what you look like on the outside-- whether you're white or black or a sasquatch even-- as long as you follow your dream, no matter how crazy or against the law it is, except for a sasquatch. If you're a sasquatch, the rules are different.","Do what now?","Now, I am not a violent person. But I would kill somebody, in front of they own grandmother, for a ten-speed.","Stealing a bicycle is easy. Filling with illegal substances and transporting it across the border is not.","You think you're gonna live forever, but you won't. Someone'll kill ya. Someone'll kill ya with a knife.","Plaque is a figment of the liberal media and the dental industry to scare you into buying useless appliances and pastes. Now, I've read the arguments on both sides, and I haven't found any evidence yet to support the need to brush your teeth. Ever.","TONIGHT...you","Sadness is for poor people","I'm in the business of giving you the business. And business is booming.","Your jambox is now his by way of our actions.","It's like my pool is tearin' ass around the back yard! But it's standing still...still waters run deep.","He says that it sounded like my hobbit that turns the crank case is depressed and needs therapy. We need get us a new hobbit. They's from the land beyond time. Land beyond time is also gonna hook us up with a unicorn for the radiator. I ain't even gonna tell ya about that haunted air conditioner. Plus, the air filter? That's made of plutonium. That's gonna involve Superman, so...ya know, plus shipping from Krypton. And the cow..jumped over the moon."]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/artist.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:artist",["^ ","~:names",["~#list",["Donatello","Botticelli","Michelangelo","Raphael","Titian","Durer","Caravaggio","Rubens","Bernini","Rembrandt","Pissarro","Manet","Degas","Cezanne","Monet","Renoir","Cassatt","Gauguin","Munch","Klimt","Matisse","Picasso","Kandinsky","Chagall","Seurat","Magritte","Escher","Rothko","Dali","Kahlo","Pollock","Warhol","Vettriano","Da Vinci","El Greco","Winslow Homer","Paul Klee","Edward Hopper","Diego Rivera","Vincent","Joan Miro","Ansel Adams"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/australia.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:australia",["^ ","~:locations",["~#list",["Brisbane","Sydney","Melbourne","Brisbane","Perth","Adelaide","Gold Coast","Newcastle","Canberra","Central Coast","Sunshine Coast","Wollongong","Geelong","Hobart","Townsville","Cairns","Toowoomba","Darwin","Ballarat","Bendigo","Albury","Launceston","Mackay","Rockhampton","Bunbury","Coffs Harbour","Bundaberg","Melton","Wagga\tWagga","Hervey Bay","Mildura – Wentworth","Shepparton – Mooroopna","Port Macquarie","Gladstone – Tannum Sands","Tamworth","Traralgon – Morwell","Orange","Bowral – Mittagong","Busselton","Geraldton","Dubbo","Nowra – Bomaderry","Warragul – Drouin","Bathurst","Warrnambool","Albany","Kalgoorlie","Devonport","Mount Gambier","Lismore","Nelson Bay"]],"~:animals",["^3",["Koala","Humpback Whale","Australian Fur Seal","Wallaby","Platypus","Kangaroo","Wombat","Sugar Glider","Flying Fox","Tasmanian Devil","Quokka","Dugong","Luaner","Echidna","Magpie","Cockatoo","Tawny Frogmouth","Galah","Lorikeet","Pelican","Cassowary","Kookaburra","Emu","Lyrebird","Barramundi","Grouper","Murray Cod","Green Tree Frog","Cane Toad","Redback Spider","Funnel Web Spider","Blue Ringed OCtopus","Fresh Water Crocodile","Skink","Thorny Devil","King Brown Snake","Carpet Python","Tiger Snake","Red Bellied Black Snake","Blue Tongue Lizard","Frilled Neck Lizard","Saltwater Crocodile","Eastern Brown Snake"]],"~:states",["^3",["New South wales","Queensland","Western Australia","Northern Territory","South Australia","Australian Capital Territory","Visctoria","Tasmania"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/barcode.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:barcode",["^ ","~:ean-8","#######","~:ean-13","############","~:upc-a","###########","~:upc-e",["~#list",["0######","1######"]],"~:composite-symbol",["^6",["########","????????","####????","????####","##??##??","??##??##"]],"~:isbn",["^6",["978#########","9798########","97910#######","97911#######","97912#######"]],"~:ismn","9790########","~:issn","977#########"]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/basketball.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:basketball",["^ ","~:teams",["~#list",["Atlanta Hawks","Boston Celtics","Brooklyn Nets","Charlotte Hornets","Chicago Bulls","Cleveland Cavaliers","Dallas Mavericks","Denver Nuggets","Detroit Pistons","Golden State Warriors","Houston Rockets","Indiana Pacers","Los Angeles Clippers","Los Angeles Lakers","Memphis Grizzlies","Miami Heat","Milwaukee Bucks","Minnesota Timberwolves","New Orleans Pelicans","New York Knicks","Oklahoma City Thunder","Orlando Magic","Philadelphia 76ers","Phoenix Suns","Portland Trail Blazers","Sacramento Kings","San Antonio Spurs","Toronto Raptors","Utah Jazz","Washington Wizards"]],"~:players",["^3",["Kemba Walker","Kyrie Irving","Kawhi Leonard","Giannis Antetokounmpo","Joel Embiid","Kyle Lowry","Victor Oladipo","Khris Middleton","Bradley Beal","Ben Simmons","Blake Griffin","Nikola Vučević","Dwayne Wade","D'Angelo Russell","Stephen Curry","James Harden","Kevin Durant","Paul George","LeBron James","Russell Westbrook","Damian Lillard","Klay Thompson","Anthony Davis","LaMarcus Aldridge","Nikola Jokić","Karl-Anthony Towns","Dirk Nowitzki"]],"~:coaches",["^3",["Kenny Atkinson","J.B. Bickerstaff","James Borrego","Jim Boylen","Scott Brooks","Brett Brown","Mike Budenholzer","Rick Carlisle","Dwane Casey","Steve Clifford","Mike D'Antoni","Billy Donovan","Larry Drew","David Fizdale","Alvin Gentry","Dave Joerger","Steve Kerr","Igor Kokoškov","Michael Malone","Nate McMillan","Nick Nurse","Lloyd Pierce","Gregg Popovich","Doc Rivers","Ryan Saunders","Quin Snyder","Erik Spoelstra","Brad Stevens","Terry Stotts","Luke Walton"]],"~:positions",["^3",["Point Guard","Shooting Guard","Small Forward","Power Forward","Center"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/bible.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:bible",["^ ","~:character",["~#list",["Adam","Eve","Cain","Abel","Noah","Abraham","Isaac","Jacob","Esau","Rebekah","Moses","Joseph","Joshua","Caleb","Ruth","Samson","Gideon","Esther","Nehemiah","Solomon","Abimelech","Jeremiah","Isaiah","Daniel","Zechariah","Jesus","Apostle Paul","David","Goliath","Samuel","Martha","Mary","Elizabeth","John the Baptist","Peter","James","John","Elijah","Elisha","Lazarus","Cornelius","Chloe","Eunice","Lois","Timothy","Titus","Bathemaeus"]],"~:location",["^3",["Egypt","Nile","Red Sea","Niniveh","Malta","Greece","Troas","Philippi","Ephesus","Corinth","Macedonia","Thessalonica","Colossae","Achaia","Samaria","Galatia","Judea","Damascus","Rome","Galilee","Syria","Babylon","Jerusalem"]],"~:quote",["^3",["I am the way and the truth and the life. No one comes to the Father except through me.","But seek first his kingdom and his righteousness, and all these things will be given to you as well.","In the same way, let your light shine before others, that they may see your good deeds and glorify your Father in heaven.","Ask and it will be given to you; seek and you will find; knock and the door will be opened to you. For everyone who asks receives; the one who seeks finds; and to the one who knocks, the door will be opened.","Love the Lord your God with all your heart and with all your soul and with all your mind. This is the first and greatest commandment. And the second is like it: Love your neighbor as yourself. All the Law and the Prophets hang on these two commandments.","Whatever you do, work at it with all your heart.","For when I am powerless, it is then that I am strong.","Love is patient, love is kind, and is not jealous; love does not brag and is not arrogant, does not act unbecomingly; it does not seek its own [will], is not provoked, does not take into account a wrong suffered, does not rejoice in unrighteousness, but rejoices with the truth; bears all things, believes all things, hopes all things, endures all things.","There is no longer Jew or Greek, there is no longer slave or free, there is no longer male and female; for all of you are one in Christ Jesus.","I am not saying this because I am in need, for I have learned to be content whatever the circumstances. I know what it is to be in need, and I know what it is to have plenty. I have learned the secret of being content in any and every situation, whether well fed or hungry, whether living in plenty or in want. I can do everything through him who gives me strength.","Let us not become weary in doing good, for at the proper time we will reap a harvest if we do not give up"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/big-bang-theory.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:big-bang-theory",["^ ","~:characters",["~#list",["Leonard Hofstadter","Sheldon Cooper","Penny","Howard Wolowitz","Raj Koothrappali","Bernadette Rostenkowski","Amy Farrah Fowler","Stuart Bloom","Debbie Wolowitz","Barry Kripke","Emily Sweeney","Wil Wheaton","Dr. V.M. Koothrappali","Dr. Beverly Hofstadter","Bert Kibbler","Mary Cooper","President Siebert","Priya Koothrappali","Zack Johnson","Mrs. Koothrappali","Leslie Winkle","Anu","Lucy","Denise","Mike Rostenkowski"]],"~:quotes",["^3",["I'm not crazy. My mother had me tested.","Bazinga!","Scissors cuts paper, paper covers rock, rock crushes lizard, lizard poisons Spock, Spock smashes scissors, scissors decapitates lizard, lizard eats paper, paper disproves Spock, Spock vaporizes rock, and as it always has, rock crushes scissors.","That's no reason to cry. One cries because one is sad. For example, I cry because others are stupid, and that makes me sad.","Not knowing is part of the fun. Was that the motto of your community college?","I would have been here sooner but the bus kept stopping for other people to get on it.","Hard as this may be to believe, it’s possible that I’m not boyfriend material."]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/blood.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:blood",["^ ","~:type",["~#list",["O","A","B","AB"]],"~:rh-factor",["^3",["+","-"]],"~:group",["^3",["#{type}#{rh_factor}"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/bojack-horseman.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:bojack-horseman",["^ ","~:characters",["~#list",["Joseph Sugarman","Princess Carolyn","Kelsey Jannings","Katrina Peanutbutter","Charley Witherspoon","Tom Jumbo-Grumbo","Wanda Pierce","Officer Meow Meow Fuzzyface","Hank Hippopopalous","Tina","Courtney Portnoy","Mr Peanutbutter","Todd Chavez","Wayne","Dr Allen Hu","Sarah Lynn","Jogging Baboon","A Ryan Seacrest Type","Emily","Vincent Adultman","Sebastian St Clair","Hollyhock","Butterscotch Horseman","Roxy","Beatrice Horseman","Herb Kazzaz","Sextina Aquafina","Rutabaga Rabbitowitz","Charlotte Moore","Ralph Stilton","Paparazzi Birds","Lenny Turteltaub","Corduroy Jackson-Jackson","Judah","Woodchuck Coodchuck-Berkowitz","Diane Nguyen","Honey Sugarman","BoJack Horseman","Pinky Penguin"]],"~:quotes",["^3",["It gets easier. But you have to do it every day, that's the hard part. But it does get easier","Yes, I ate all the muffins, because I have no self-control and I hate myself","Dead on the inside, dead on the outside","The universe is a cruel, uncaring void. The key to being happy isn't a search for meaning. It's to just keep yourself busy with unimportant nonsense, and eventually, you'll be dead","Beer before liquor, never sicker, liquor before beer, never fear, don't do heroin","If you care about what other people think, you're never gonna do anything","Ow, crap. I hate this. Running is terrible. Everything is the worst","For a lot of people, life is just one long, hard kick in the urethra","Spaghetti or not, here I come","I need to go take a shower so I can't tell if I'm crying or not","You know what the problem is with everybody? They all just want to hear what they already believe. No one ever wants to hear the truth","I don't understand how people live. It's amazing to me that people wake up every morning and say: 'Yeah, another day, let's do it.' How do people do it? I don't know how","Not understanding that you're a horrible person doesn't make you less of a horrible person","That's the problem with life, either you know what you want and you don't get what you want, or you get what you want and then you don't know what you want","I do love you, by the way. I mean as much as I'm capable of loving anyone"]],"~:tongue-twisters",["^3",["Courtney Portnoy portrayed the formerly portly consort in the seaport resort","Courtly roles like the formerly portly consort are Courtney Portnoy's forté","That's sorta been thwarted unfortunately cos Courtney's purportedly falling short of shoring up fourth quadrant support","Portnoy finds joy in hoi polloi boy toy","Did you steal a meal from Neal McBeal the Navy Seal?"," audiences are going to adore your tour de force performance as the forceful denim-clad court reporter in 'The Court Reporter Sported Jorts', the jet-setting jort-sporting court reporter story"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/books.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:books",["^ ","~:the-kingkiller-chronicle",["^ ","^1",["~#list",["The Name of the Wind","The Wise Man's Fear","The Doors of Stone"]],"~:characters",["^3",["Abenthy","Auri","Bast","Brandeur","Bredon","Cinder","Denna","Devi","Elodin","Felurian","Haliax","Kvothe","Laurian","Lanre","Marten","Master Ash","Skarpi","Shehyn","Simmon","Tehlu","Tempi","Vashet","Wilem"]],"~:creatures",["^3",["Angel","Demon","Draccus","Keth-Selhan","Scrael","Sipquick","Skin dancer"]],"~:locations",["^3",["Ademre","Aryen","Baedn-Bryt","Crosson","Eld","Evesdown","Hallowfell","Imre","Levinshir","Newarre","Severen","Tarbean","Temerant","Waystone Inn","Yll"]]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/bossa-nova.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:bossa-nova",["^ ","~:artists",["~#list",["Alaide Costa","Antonio Carlos Jobim","Astrud Gilberto","Baden Powell","Bebel Gilberto","Billy Blanco","Bola Sete","Caetano Veloso","Carlos Lyra","Chico Buarque","Chico Moraes","Danilo Caymmi","Dori Caymmi","Dorival Caymmi","Edu Lobo","Elis Regina","Elizeth Cardoso","Elza Soares","Gal Costa","Geraldo Vandre","Gilberto Gil","Johnny Alf","Jorge Ben Jor","Joyce Moreno","Joao Donato","Joao Gilberto","Joao Gilberto","Laurindo de Almeida","Leny Andrade","Lisa Ono","Lucio Alves","Luiz Bonfa","Luiz Eca","Marcos Valle","Maria Bethania","Minas","Nara Leao","Nelson Motta","Novos Baianos","Os Cariocas","Oscar Castro Neves","Roberto Menescal","Ronaldo Boscoli","Sergio Mendes","Stan Getz","Toquinho","Vinicius de Moraes","Wanda Sa","Wilson Simonal","Zimbo Trio"]],"~:songs",["^3",["A Banda","Acabou Chorare","Alo, alo Marciano","Aquarela","Aquarela Do Brasil","Batucada Surgiu","Bossa Jazz","Canto de Ossanha","Catavento","Chega de Saudade","Chora Tua Tristeza","Chuva de Prata","Chao de Giz","Clube do Samba","Coisa Mais Linda","Corcovado","Calice","Desafinado","Dindi","Diz Que Fui Por Ai","Drao","Ela E Carioca","Entardecendo","Eu Bebo Sim","Eu Nao Existo Sem Voce","Eu Preciso Dizer Que Te Amo","Eu Sei Que Vou Te Amar","Eu Sei Que Vou Te Amar","Garota de Ipanema","Ginza Samba","Influencia Do Jazz","Insensatez","Ladainha","Luiza","Malandro","Manha De Carnaval","Mas Que Nada","Moonlight in Rio","O Barquinho","O Bebado e A Equilibrista","O Leaozinho","O Que E Que A Bahiana Tem","Para Viver Um Grande Amor","Piston de Gafieira","Pra Nao Dizer Que Nao Falei Das Flores","Samba De Uma Nota So","Samba Esquema Novo","Samba da Bencao","Samba da Bencao","Samba de Orly","Samba em Prelúdio","Sabado em Copacabana","Tarde Em Itapoa","Valsa de Uma Cidade","Voce E Linda","Zum-Zum","Agua de beber","Aguas de Marco"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/breaking-bad.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:breaking-bad",["^ ","~:character",["~#list",["Walter White","Hank Schrader","Skyler White","Jesse Pinkman","Gustavo Fring","Mike Ehrmantraut","Jimmy McGill","Hector 'Tio' Salamanca","Lydia Rodarte-Quayle","Jane Margolis","Tuco Salamanca","The Cousins","Ted Beneke","Gale Boetticher","Walter White Jr.","Todd Alquist","Brock Cantillo","Andrea Cantillo","Jack Welker","Krazy-8","'Don' Eladio Vuente","Marie Schrader","Gretchen Schwartz","Huell Babineaux","Tortuga","Victor","Juan Bolsa","Tomás Cantillo","Holly White","Steven Gomez","Emilio Koyama","Drew Sharp","Declan","Carmen Molina","Brandon 'Badger' Mayhew","Christian 'Combo' Ortega","Rival Dealers","Ed","Ken","Kenny","Group Leader","George Merkert","Adam Pinkman","Mrs Pinkman","No-Doze","Gonzo"]],"~:episode",["^3",["Pilot","Cat's in the Bag...","...And the Bag's in the River","Cancer Man","Gray Matter","Crazy Handful of Nothin","A No-Rough-Stuff-Type Deal","Seven Thirty-Seven","Grilled","Bit by a Dead Bee","Down","Breakage","Peekaboo","Negro y Azul","Better Call Saul","4 Days Out","Over","Mandala","Phoenix","ABQ","No Más","Caballo Sin Nombre","I.F.T.","Green Light","Más","Sunset","One Minute","I See You","Kafkaesque","Fly","Abiquiu","Half Measures","Full Measure","Box Cutter","Thirty-Eight Snub","Open House","Bullet Points","Shotgun","Cornered","Problem Dog","Hermanos","Bug","Salud","Crawl Space","End Times","Face Off","Live Free or Die","Madrigal","Hazard Pay","Fifty-One","Dead Freight","Buyout","Say My Name","Gliding Over All","Blood Money","Buried","Confessions","Rabid Dog","To'hajiilee","Ozymandias","Granite State","Felina"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/brooklyn-nine-nine.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:brooklyn-nine-nine",["^ ","~:characters",["~#list",["Jake Peralta","Amy Santiago","Rosa Diaz","Raymond Holt","Gina Linetti","Charles Boyle","Terry Jeffords","Hitchcock","Scully","Cheddar","Kevin Cozner","Adrian Pimento","Doug Judy","Nikolaj Boyle","Madeline Wuntch","Mlepnos"]],"~:quotes",["^3",["Cool, cool, cool, cool, cool. No doubt, no doubt, no doubt.","Sarge, with all due respect, I am gonna completely ignore everything you just said.","A place where everybody knows your name is hell. You're describing hell.","If I die, turn my tweets into a book.","Title of your sex tape.","The English language can not fully capture the depth and complexity of my thoughts, so I'm incorporating emojis into my speech to better express myself. Winky face.","Captain Wuntch, good to see you. But if you're here, who's guarding Hades?","Anyone over the age of six celebrating a birthday should go to hell.","Great, I'd like your $8-est bottle of wine, please.","Captain, hey! Welcome to the murder.","It's Gina's phone. Leave me a voice mail. I won't check it 'cause it's not 1993.","You should make me your campaign manager. I was born for politics. I have great hair and I love lying.","It's not that weird to say, 'May I have some cocaine?"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/business.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:business",["^ ","~:credit-card-numbers",["~#list",["1234-2121-1221-1211","1212-1221-1121-1234","1211-1221-1234-2201","1228-1221-1221-1431"]],"~:credit-card-types",["^3",["visa","mastercard","american_express","discover","diners_club","jcb","switch","solo","dankort","maestro","forbrugsforeningen","laser"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/chiquito.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:chiquito",["^ ","~:expressions",["~#list",["¡Aguaaa, aguaaa!","¡Al ataqueer!","¡Ereh un torpedo!","¡Fuegorrrl!","¡Hasta luego Luca!","¡Hombre malo, violento!","¡Me cago en tuh muelah!","¡Noorl!","¡Reláhese usted!","¿Te dah cuen?","Apiticaaaan, apiticandemorenau","Físicamente, moralmente, diplomáticamente","No puedor","Por la gloria de mi madre"]],"~:terms",["^3",["¡Cobarde!","¡Hioputarl!","¿Cómor?","Acandemor","Condemor","Cuidadín","Diodeno","Fistro","Grimore","Gromenauer","Guarrerida española","La caidita de Roma","Mamaarr","Meretérica","Pecador","Sesuar"]],"~:sentences",["^3",["¡Siete caballos vienen de Bonanza!","¡Se ha pasao usted con mi bambina! ¡Es usted un torpedo del año cuatro!","¡Una mala taaaaaaaarde la tiene cualquiera!","Caballo blanco, caballo negroo","En vez del graduado escolar tenía una etiqueta de Anís del Mono","Estás más nervioso que Marco en el Sorpresa Sorpresa","Estoy friendo los huevos con saliva","Lo maté una tarde de agosto, la caló apretaba","Te llamo trigo por no llamarte Rodrigo","Te mueves más que los precios","Te viá cortá el fiistro dabajo","Te viá borrar el cerito sesualrllr","Te viá meter una multa que no te la saca ni Perry Manso","Tengo más nervios que un filete de cinco pesetas","Trabajas menos que el sastre de Tarzán","Uno que nació después de los dolores"]],"~:jokes",["^3",["- Papár papár llévame al circo!\n - Noorl! El que quiera verte que venga a la casa","- Está la cosa muy mar muy mar muy mar\n - A mí me lo va a decir que me he casao y estoy haciendo el viaje de novios solo","- Cómo viene de borracho, ¡va usté muy cargado!\n - ¿Qué quiere que dé dos viajes?","Nació un niño tan feo tan feo que la madre en vez de darle el pecho le daba la espalda"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/coin.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:coin",["^ ","~:flip",["~#list",["Heads","Tails"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/color.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:color",["^ ","~:name",["~#list",["amaranth","amber","amethyst","apricot","aquamarine","azure","beige","black","blue","blush","bronze","brown","burgundy","byzantium","carmine","cerise","cerulean","champagne","chocolate","coffee","copper","coral","crimson","cyan","emerald","erin","fuchsia","gold","gray","green","grey","harlequin","indigo","ivory","jade","lavender","lemon","lilac","lime","magenta","maroon","mauve","ochre","olive","orange","orchid","peach","pear","periwinkle","pink","plum","puce","purple","raspberry","red","rose","ruby","salmon","sangria","sapphire","scarlet","silver","sky","tan","taupe","teal","turquoise","ultramarine","violet","viridian","white","yellow"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/commerce.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:commerce",["^ ","~:department",["~#list",["Books","Movies","Music","Games","Electronics","Computers","Home","Garden","Tools","Grocery","Health","Beauty","Toys","Kids","Baby","Clothing","Shoes","Jewelry","Sports","Outdoors","Automotive","Industrial"]],"~:product-name",["^ ","~:adjective",["^3",["Small","Ergonomic","Rustic","Intelligent","Gorgeous","Incredible","Fantastic","Practical","Sleek","Awesome","Enormous","Mediocre","Synergistic","Heavy Duty","Lightweight","Aerodynamic","Durable"]],"~:material",["^3",["Steel","Wooden","Concrete","Plastic","Cotton","Granite","Rubber","Leather","Silk","Wool","Linen","Marble","Iron","Bronze","Copper","Aluminum","Paper"]],"~:product",["^3",["Chair","Car","Computer","Gloves","Pants","Shirt","Table","Shoes","Hat","Plate","Knife","Bottle","Coat","Lamp","Keyboard","Bag","Bench","Clock","Watch","Wallet"]]],"~:promotion-code",["^ ","^5",["^3",["Amazing","Awesome","Cool","Good","Great","Incredible","Killer","Premium","Special","Stellar","Sweet"]],"~:noun",["^3",["Code","Deal","Discount","Price","Promo","Promotion","Sale","Savings"]]],"~:brand",["^3",["Samsung","Dell","Nike","Apple","LG","Adidas","Nikon","Sony","Beats","GoPro"]],"~:vendor",["^3",["Amazon","Dollar General","Walmart","Target"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/community.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:community",["^ ","~:characters",["~#list",["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"]],"~:quotes",["^3",["Harrison Ford is irradiating our testicles with microwave satellite transmissions!","Doing more than the minimum amount of work is my definition of failing.","The next person that offers me charity or pity will be mentioned, by name, in my suicide note.","I don’t have an ego. My Facebook photo is a landscape.","Either I’m God, or truth is relative. Either way: booyah!","I don’t step up to being a leader. I reluctantly accept it when it’s thrust upon me.","Don’t talk to me about romance. I had a three way in a hot air balloon.","Well I may be a genius, but I’m not a lesbian.","I’m going to eat spaceman paninis with black Hitler and there’s nothing you can do about it!","Do they find thoughts in our butts?","I had sex with Eartha Kitt in an airplane bathroom.","I was so unpopular in high school, the crossing guards used to lure me into traffic.","A passing grade? Like a C? Why don’t I just get pregnant at a bus station?","We’re all kind of crazytown bananapants.","Make your money, whore.","I know what a metaphor is! It’s like a thought with another thought’s hat on.","Frankly, my dear, I don’t give a dean!","I ate my twin in utero.","Fire can’t go through doors, stupid. It’s not a ghost.","You have just been proven racist by the racist prover!","So… what is anthropology? Seriously, does anyone know?","I quit doing blow, not being rad.","I fear a political career could shine a negative light on my drug dealing.","A little trick for achieving the proper competitive mindset: I always envision my opponent having aggresive sex with my mother.","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.","Some flies are too awesome for the wall.","We’ll definitely be back next year. If not, it’ll be because an asteroid has destroyed all human civilization. And that’s canon."]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/compass.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:compass",["^ ","~:cardinal",["^ ","~:word",["~#list",["north","east","south","west"]],"~:abbreviation",["^4",["N","E","S","W"]],"~:azimuth",["^4",["0","90","180","270"]]],"~:ordinal",["^ ","^3",["^4",["northeast","southeast","southwest","northwest"]],"^5",["^4",["NE","SE","SW","NW"]],"^6",["^4",["45","135","225","315"]]],"~:half-wind",["^ ","^3",["^4",["north-northeast","east-northeast","east-southeast","south-southeast","south-southwest","west-southwest","west-northwest","north-northwest"]],"^5",["^4",["NNE","ENE","ESE","SSE","SSW","WSW","WNW","NNW"]],"^6",["^4",["22.5","67.5","112.5","157.5","202.5","247.5","292.5","337.5"]]],"~:quarter-wind",["^ ","^3",["^4",["north by east","northeast by north","northeast by east","east by north","east by south","southeast by east","southeast by south","south by east","south by west","southwest by south","southwest by west","west by south","west by north","northwest by west","northwest by north","north by west"]],"^5",["^4",["NbE","NEbN","NEbE","EbN","EbS","SEbE","SEbS","SbE","SbW","SWbS","SWbW","WbS","WbN","NWbW","NWbN","NbW"]],"^6",["^4",["11.25","33.75","56.25","78.75","101.25","123.75","146.25","168.75","191.25","213.75","236.25","258.75","281.25","303.75","326.25","348.75"]]],"~:direction",["^4",["#{cardinal}","#{ordinal}","#{half_wind}","#{quarter_wind}"]],"^5",["^4",["#{cardinal_abbreviation}","#{ordinal_abbreviation}","#{half_wind_abbreviation}","#{quarter_wind_abbreviation}"]],"^6",["^4",["#{cardinal_azimuth}","#{ordinal_azimuth}","#{half_wind_azimuth}","#{quarter_wind_azimuth}"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/computer.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:computer",["^ ","~:type",["~#list",["server","workstation"]],"~:platform",["^3",["Linux","macOS","Windows"]],"~:os",["^ ","~:linux",["^3",["RHEL 6.10","RHEL 7.7","CentOS 8","CentOS 7","CentOS 6","Debian 10.10.3","Debian 9.9.10","Ubuntu Server 18.04","Ubuntu Server 19.10","ArchLinux 2020.02.01","openSUSE Leap 15.1","Ubuntu Desktop 18.04","Ubuntu Desktop 19.10"]],"~:macos",["^3",["Catalina (10.15)","Mojave (10.14)","High Sierra (10.13)"]],"~:windows",["^3",["Windows 10","Windows 8.1","Windows 7","Windows Server 2019","Windows Server 2016","Windows Server 2012 R2"]]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/conan.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:conan",["^ ","~:characters",["~#list",["Shinichi Kudo","Conan Edogawa","Ran Mouri","Kogoro Mouri","Ai Haibara","Ayumi Yoshida","Mitsuhiko Tsuburaya","Genta Kojima","Hiroshi Agasa","Sonoko Suzuki","Eri Kisaki","Yusaku Kudo","Yukiko Kudo","Heiji Hattori","Kazuha Toyama","Yoko Okino","Sumiko Kobayashi","Tomoaki Araide","Makoto Kyogoku","Shizuka Hattori","Jirokichi Suzuki","Eisuke Hondou","Azusa Enomoto","Subaru Okiya","Masumi Sera","Shukichi Haneda","Sakurako Yonehara","Juzo Megure","Ninzaburo Shiratori","Miwako Sato","Wataru Takagi","Kazunobu Chiba","Yumi Miyamoto","Naeko Miike","Kiyonaga Matsumoto","Inspector Yuminaga","Shintaro Chaki","Hyoue Kuroda","Heizo Hattori","Ginshiro Toyama","Goro Otaki","Kansuke Yamato","Yui Uehara","Taka'aki Morofushi (Komei)","Sango Yokomizo","Misao Yamamura","Jugo Yokomizo","Fumimaro Ayanokoji","Rei Furuya (Bourbon)","Hiromitsu Morofushi (Scotch)","Yuya Kazami","Shuichi Akai","Jodie Starling (Jodie Saintemillion)","James Black","Andre Camel","Hidemi Hondou (Kir)","Ethan Hondou","Mary Sera","Tsutomu Akai","Gin","Vodka","Chris Vineyard (Vermouth)","Chianti","Korn","Shiho Miyano (Sherry)","Akemi Miyano","Elena Miyano","Atsushi Miyano","Tequila","Kenzo Masuyama (Pisco)","Calvados","Rikumichi Kusuda","Ki'ichiro Numabuchi","Kaito Kuroba","Kaitou Kid","Aoko Nakamori","Ginzo Nakamori","Toichi Kuroba","Chikage Kuroba","Konosuke Jii","Kaitou Corbeau","Akako Koizumi","Saguru Hakuba","Snake","Spider","Scar Akai","Kohji Haneda","Asaka","Momiji Ooka","Rumi Wakasa","Kanenori Wakita","Muga Iori"]],"~:gadgets",["^3",["Voice-Changing Bowtie","Power-Enhancing Kick Shoes","Glasses Modification (Microphone)","Stun-Gun Wristwatch","Portable Bento Box Fax","Detective Boys Badge","Turbo Engine Skateboard","Criminal Tracking Glasses","Transmitter","Elasticity Suspenders","Button Speaker","Earring Cellphone","Electronic Notebook Map","Wristwatch Flashlight","Kamen Yaiba Voice Changer/Pen Voice Changer","Voice-Changing Face Mask","Anywhere Ball Dispensing Belt","Voice-Changing Choker","Glasses Modification (Bullet Proof Lenses)","Glasses Modification (Telescopic Lenses)","Hang Glider/Paraglider","Cuff Link Speakers","Mini Air Tank","Turbo Engine Snowboard","Satellite-Telephone Wristwatch","Drone","Card Gun","Hang Glider Cape","Turbo Engine Scooter","Turbo Engine Skates"]],"~:vehicles",["^3",["Agasa's Volkswagen Beetle","Yukiko's Jaguar E-Type","Masumi's Yamaha Artesia XT400","Jirokichi's Harley Davidson Electra Glide","Okiya's Subaru 360","Eri's Mini Cooper","Baya's Cobra","Jii's Vanden Plas Princess 1100","Fusae's Jaguar Mark 2","Sato's Mazda RX-7","Takagi's Nissan Tiida Latio","Takagi's Skyline ER34","Chiba's Fiat 500","Chiba's Nissan GT-R R35 (2017)","Uehara's Honda Inspire","Gin's Porsche 356 A","Chianti's Dodge Viper","Vermouth's Harley-Davidson V-Rod","Rei's Mazda RX-7","Vodka's Porsche 914","Chianti's Ducati 1098","Araide's Toyota Prius (XW10)","Vermouth's De Tomaso Pantera","Shuichi's Chevrolet C-1500","Shuichi's Ford Mustang","James' Mercedes CLK320","Jodie's Peugeot 607","Hidemi's Citroën BX","FBI's Toyota HiAce/Regius Ace","FBI's Volvo S40","FBI's Lexus GS","FBI's Mercedes CLK320","Isuzu Cubic bus","Nissan X-Trail","Toichi's Car","Hidemi's Motorcycle","Heiji's Motorcycle","Snake's car","Shiratori's car","Kusuda's Nissan","Yukiko's Motorcycle"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/cosmere.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:cosmere",["^ ","~:shard-worlds",["~#list",["Ashyn","Braize","First of the Sun","Nalthis","Obrodai","Roshar","Scadrial","Sel","Taldain","Threnody","Vax","Yolen"]],"~:knights-radiant",["^3",["Bondsmith","Dustbringer","Edgedancer","Elsecaller","Lightweaver","Skybreaker","Stoneward","Truthwatcher","Willshaper","Windrunner"]],"~:metals",["^3",["Steel","Iron","Pewter","Tin","Zinc","Brass","Copper","Bronze'","Duralumin","Aluminum","Nicrosil","Chromium","Gold","Electrum","Cadmium","Bendalloy","Atium","Lerasium","Ettmetal","Malatium"]],"~:aons",["^3",["Aon","Aan","Aeo","Aha","Ake","Ala","Aor","Are","Ashe","Ata","Ate","Ati","Ato","Daa","Dao","Dii","Dio","Eda","Edo","Ehe","Ela","Ena","Ene","Eno","Eon","Eshe","Eto","Iad","Ido","Ien","Iir","Ire","Kaa","Kae","Kai","Kie","Kii","Mae","Mai","Mea","Nae","Oed","Omi","Opa","Ope","Ore","Rao","Reo","Rii","Sao","Sea","Seo","Shao","Sheo","Soi","Tae","Tia","Tii","Toa"]],"~:surges",["^3",["Abrasion","Adhesion","Cohesion","Division","Gravitation","Illumination","Progression","Transformation","Transportation","Tension"]],"~:sprens",["^3",["Alespren","Angerspren","Anticipationspren","Awespren","Bindspren","Captivityspren","Coldspren","Concentrationspren","Creationspren","Cryptic","Cultivationspren","Deathspren","Decayspren","Exhaustionspren","Fearspren","Flamespren","Gloomspren","Gloryspren","Gravityspren","Groundspren","Heatspren","Highspren","Honorspren","Hungerspren","Inkspren","Joyspren","Keenspren","Laughterspren","Liespren","Lifespren","Logicspren","Luckspren","Mistspren","Musicspren","Painspren","Passionspren","Rainspren","Riverspren","Rotspren","Shamespren","Shockspren","Stormspren"]],"~:feruchemists",["^3",["Feruchemist","Skimmer","Steelrunner","Windwhisper","Brute","Sparker","Firesoul","Archivist","Sentry","Spinner","Soulbearer","Trueself","Connector","Gasper","Subsumer","Bloodmaker","Pinnacle"]],"~:heralds",["^3",["Jezrien","Nale","Chanarach","Vedel","Pailiah","Shalash","Battar","Kalak","Talanel","Ishar"]],"~:allomancers",["^3",["Mistborn","Coinshot","Lurcher","Pewterarm","Tineye","Rioter","Soother","Smoker","Seeker","Duralumin Gnat","Aluminum Gnat","Nicroburst","Leecher","Augur","Oracle","Pulser","Slider","Seer"]],"~:shards",["^3",["Devotion","Dominion","Preservation","Ruin","Odium","Cultivation","Honor","Endowment","Autonomy","Ambition","Harmony"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/crypto-coin.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:crypto-coin",["^ ","~:coin",["~#list",["Bitcoin, BTC, https://i.imgur.com/psBNOBq.png","Bitcoin Cash, BCC, https://i.imgur.com/ViTjr9u.png","Bitcoin Gold, BTG, https://i.imgur.com/l9cVE7c.png","Bitcoin SV, BSV, https://i.imgur.com/DkixrAc.png","Binance Coin, BNB, https://i.imgur.com/2HJr7OR.png","Cardano, ADA, https://i.imgur.com/8qGU4zg.png","Dash, DASH, https://i.imgur.com/2uX91cb.png","Decred, DCR, https://i.imgur.com/nURXAC2.png","EOS.IO, EOS, https://i.imgur.com/Cr2w77s.png","Ethereum, ETH, https://i.imgur.com/uOPFCXj.png","Ethereum Classic, ETC, https://i.imgur.com/8wBtmQA.png","IOTA, IOT, https://i.imgur.com/DGFCOVt.png","Litecoin, LTC, https://i.imgur.com/EFz61Ei.png","Monero, XMR, https://i.imgur.com/pnupcJM.png","NEM, XEM, https://i.imgur.com/SJ8NteF.png","NEO, NEO, https://i.imgur.com/BmtVrJi.png","Ripple, XRP, https://i.imgur.com/GjAPSsL.png","Stellar, XLM, https://i.imgur.com/COLIHUE.png","Tether, USDT, https://i.imgur.com/xk6pQZy.png","TRON, TRX, https://i.imgur.com/grG05ZK.png","Zcash, ZEC, https://i.imgur.com/mX3r4j9.png"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/dc-comics.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:dc-comics",["^ ","~:hero",["~#list",["Batman","Superman","Red Arrow","Green Lantern","Robin","Nightwing","The Flash","Aquaman","Green Arrow","Captain Marvel","Shazam","Martain Manhunter","Cyborg","Hawkman","Speedy","Arsenal","Red Tornado","Booster Gold","Doctor Fate","Beast Boy","Plastic Man","Captain Atom","Tempest","Spectre","Midnighter","The Atom","Kilowog","Firestorm","Blue Beetle","Animal Man","Mr. Miracle","Wildcat","Rorschach","Dr. Manhattan","Nite Owl","The Comedian","Azrael","Jonah Hex","Apollo","Black Lightning","Orion","Steel","Superboy","Doctor Mid-Nite","Mr. Terrific","Ragman","Captain Comet","The Sandman","Dr. Fate","Guardian"]],"~:heroine",["^3",["Wonder Woman","Hawkgirl","Supergirl","Black Canary","Batgirl","Raven","Wonder Girl","Starfire","Lady Cain","Power Girl","Mera","Vixen","Silk Spectre","Batwoman","Mary Marvel"]],"~:villain",["^3",["The Joker","Lex Luthor","Darkseid","Sinestro","Brainiac","Black Adam","Ras al Ghul","Deathstroke","Two-Face","Doomsday","Catwoman","Mongul","Bizarro","Riddler","Captain Cold","Bane","Harley Quinn","Scarecrow","Paralax","Gorilla Grodd","General Zod","Black Manta","Mr. Freeze","Cheetah","Amanda Waller","Penguin","Poison Ivy","Solomon Grundy","Parasite","Krona","Deadshot","Metallo","Lobo","Eclipso","Ares","Hugo Strange","Despero","Talia al Ghul","Mirror Master","Captain Boomerang","Mr. Mxyzptlk","Weather Wizard","Heat Wave","Clock King","Clay Face","Killer Croc","Gentleman Ghost","Toy Man","Starro"]],"~:name",["^3",["John Stewart","Hal Jordan","Kyle Rayner","Barry Allen","James Gordon","Dianna Prince","Lois Lane","Barbara Gordon","Jason Todd","Bart Allen","John Constantine","Roy Harper","Clark Kent","Bruce Wayne","Dick Grayson","Billy Batson","Michael Jon Carter","Tim Drake","Jay Garrick","Damian Wayne","Ray Palmer","Ted Kord","Connor Hawke","Terry McGinnis","Harvey Bullock","Al Pratt","Wesley Dodds","Maxwell Lord","Oswald Cobblepot","Alfred Pennyworth"]],"~:title",["^3",["The Sinestro Corps War","The Coyote Gospel","Green Arrow: The Longbow Hunters","JLA: Earth 2","Identity Crisis","JLA: Tower Of Babel","Superman For All Seasons","Superman: Red Son","Batman: The Long Halloween","Swamp Thing: The Anatomy Lesson","For The Man Who Has Everything","Jack Kirby's New Gods","Arkham Asylum: A Serious House On Serious Earth","Snowbirds Don't Fly","Whatever Happened To The Man Of Tomorrow?","The Killing Joke","Teen Titans: The Judas Contract","The New Frontier","Kingdom Come","Crisis On Infinite Earths","Batman: Year One","All Star Superman","The Dark Knight Returns","Multiversity","Gotham Central","Grant Morrison's Animal Man","Doom Patrol","Action Comics","Detective Comics"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/demographic.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:demographic",["^ ","~:race",["~#list",["American Indian or Alaska Native","Asian","Black or African American","Native Hawaiian or Other Pacific Islander","White"]],"~:sex",["^3",["Male","Female"]],"~:demonym",["^3",["Afghan","Albanian","Algerian","American","Andorran","Angolan","Argentine","Armenian","Aromanian","Aruban","Australian","Austrian","Azerbaijani","Bahamian","Bahraini","Bangladeshi","Barbadian","Basotho","Basque","Belarusian","Belgian","Belizean","Bermudian","Bissau-Guinean","Boer","Bosniak","Brazilian","Breton","Briton","British Virgin Islander","Bruneian","Bulgarian","Burkinabè","Burundian","Cambodian","Cameroonian","Canadian","Catalan","Cape Verdean","Chadian","Chilean","Chinese","Colombian","Comorian","Congolese","Croatian","Cuban","Cypriot","Czech","Dane","Dominican","Dutch","East Timorese","Ecuadorian","Egyptian","Emirati","English","Eritrean","Estonian","Ethiopian","Falkland Islander","Faroese","Finn","Fijian","Filipino","French","Georgian","German","Ghanaian","Gibraltar","Greek","Grenadian","Guatemalan","French Guianan","Guinean","Guyanese","Haitian","Honduran","Hong Konger","Hungarian","Icelander","I-Kiribati","Indian","Indonesian","Iranian","Iraqi","Irish","Israeli","Italian","Ivoirian","Jamaican","Japanese","Jordanian","Kazakh","Kenyan","Korean","Kosovar","Kurd","Kuwaiti","Kyrgyz","Lao","Latvian","Lebanese","Liberian","Libyan","Liechtensteiner","Lithuanian","Luxembourger","Macanese","Macedonian","Malagasy","Malaysian","Malawian","Maldivian","Malian","Maltese","Manx","Mauritian","Mexican","Moldovan","Moroccan","Mongolian","Montenegrin","Namibian","Nepalese","New Zealander","Nicaraguan","Nigerien","Nigerian","Norwegian","Pakistani","Palauan","Palestinian","Panamanian","Papua New Guinean","Paraguayan","Peruvian","Pole","Portuguese","Puerto Rican","Quebecer","Romanian","Russian","Rwandan","Salvadoran","São Toméan","Saudi","Scottish","Senegalese","Serb","Sierra Leonean","Singaporean","Sindhian","Slovak","Slovene","Somali","Somalilander","South African","Spaniard","Sri Lankan","St Lucian","Sudanese","Surinamese","Swede","Swiss","Syriac","Syrian","Tajik","Taiwanese","Tanzanian","Thai","Tibetan","Tobagonian","Trinidadian","Tunisian","Turk","Tuvaluan","Ugandan","Ukrainian","Uruguayan","Uzbek","Vanuatuan","Venezuelan","Vietnamese","Welsh","Yemeni","Zambian","Zimbabwean"]],"~:educational-attainment",["^3",["No schooling completed","Nursery school","Kindergarten","Grade 1 though 11","12th grade - No Diploma","Regular high school diploma","GED or alternative credential","Some college","Associate's degree","Bachelor's degree","Master's degree","Professional degree","Doctorate degree"]],"~:marital-status",["^3",["Married","Widowed","Divorced","Separated","Never married"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/departed.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:departed",["^ ","~:actors",["~#list",["Leonardo DiCaprio","Matt Damon","Jack Nicholson","Mark Wahlberg","Martin Sheen","Ray Winstone","Vera Farmiga","Anthony Anderson","Alec Baldwin","Kevin Corrigan","James Badge Dale","David O'Hara","Mark Rolston"]],"~:characters",["^3",["Billy Costigan","Colin Sullivan","Frank Costello","Sean Dignam","Oliver Queenan","Arnold French","Madolyn Madden","Tony Brown","George Ellerby","Sean Costigan","James Barrigan","Patrick Fitzgibbons","Timothy Delahunt"]],"~:quotes",["^3",["I'm the guy who does his job. You must be the other guy.","You have an immaculate record. Some guys don't trust an immaculate record. I do. I have an immaculate record.","You got a nice suit at home or do you like coming to work everyday dressed like you're going to invade Poland?","All due respect Mr. Costello school is out.","Normally he's a very uh nice guy. Don't judge him from this meeting alone.","Maybe. Maybe not. Maybe fuck yourself.","My theory on Feds is that they're like mushrooms feed 'em shit and keep 'em in the dark","Don't laugh! This ain't reality TV!","Let's say you have no idea and leave it at that okay? No idea. Zip. None.","Families are always rising or falling in America am I right?","What Freud said about the Irish is we're the only people who are impervious to psychoanalysis.","One of you mugs got a light?","Do you want to be a cop or do you want to appear to be a cop?","Yeah, it's working... Overtime!"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/dessert.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:dessert",["^ ","~:variety",["~#list",["Cake","Cookie","Pie","Ice Cream","Pudding","Sweet Bread","Cupcake","Cheesecake","Brownie","Cobbler","Ice Cream Cake","Doughnut","Frozen Yogurt","Parfait","Sundae","Trifle","Cake Pop","Fruit Cake","Coffee Cake","Key Lime Pie","Upside Down Pineapple Cake"]],"~:topping",["^3",["Rainbow Sprinkles","Chocolate Chips","Whipped Cream","Frosting","Peanut Butter","Gummy Bears","Mocha Drizzle","Caramel","Bacon","Chocolate Syrup","Chocolate Sprinkles","Cookie Dough","Peanuts","Butterscotch Syrup","Marshmallows","Cheesecake Bites","Walnuts","Granola","Toffee Bits","Berry Compote","Glaze","Powdered Sugar","Cinnamon"]],"~:flavor",["^3",["Vanilla","Chocolate","Strawberry","Birthday Cake","Salted Caramel","Banana","Butter Pecan","Cookies 'n Cream","Caramel","Apple","Butterscotch","Mint Chocolate Chip","Espresso","Butter Pecan","Cherry","Coconut","Chocolate Chip Cookie Dough","French Vanilla","Neapolitan","Pistachio","Rocky Road","Peanut Butter","Almond","Green Tea","Cheesecake","Funfetti","Lemon","Oatmeal","Pumpkin","Red Velvet","Blondie"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/device.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:device",["^ ","~:model-name",["~#list",["Galaxy S1","Galaxy S2","Galaxy S3 Mini","Galaxy S3","Galaxy S4 Mini","Galaxy S4","Galaxy S5","Galaxy S6 Edge","Galaxy S7 Edge","Galaxy S7","Galaxy S8 Plus","Galaxy S8","Galaxy S9","Mate 10 Pro","Mate 20 Lite","Mate 20 Pro","Mate 20","Mate 9","Mi 8 Lite","Mi 8 Pro","Mi 8 SE","Mi 8","OnePlus 2","OnePlus 3","OnePlus 3T","OnePlus 5","OnePlus 5T","OnePlus 6","OnePlus 6T","OnePlus One","P Smart","P10 Plus","P10","P20 Pro","P20","Pixel 2 XL","Pixel 2","Pixel 3 XL","Pixel 3","Pixel XL","Pixel","Pocophone F1","Redmi Note 6 Pro","iPhone 3G","iPhone 3GS","iPhone 4","iPhone 4S","iPhone 5","iPhone 5C","iPhone 5S","iPhone 6 / 6 Plus","iPhone 6S / 6S Plus","iPhone 7 / 7 Plus","iPhone 8 / 8 Plus","iPhone SE","iPhone X","iPhone"]],"~:platform",["^3",["Android OS","Android","BlackBerry","Danger OS","Firefox OS","Ubuntu Touch","Windows 10 Mobile","Windows 10","Windows 8","Windows 8.1","Windows Phone","Windows RT","iOS","webOS"]],"~:manufacturer",["^3",["ASUS","Acer","Apple","Dell","Google","HP","Huawei","Lenovo","OnePlus","Samsung","Xiamomi"]],"~:serial",["^3",["pEekWH7zGxVITv6NTa5KHjLSwr5Ie4","UVr864F8zUbyYOAUd4cFOW9hpsZuGn","Kl2ZroV9a","m6aHiiHOc","hHhDJaHCO","SJMZOmtU0csrv4R","PTIA6Ff3GBvGh3j","hrR8nflThDDaSXO","OezkV3nTii0sMK0","T6UuMUTani3VGY4vXGia","NjGU0z33pgE4sTEED7VR","05skEogwZlX7j6twhhXX","ToFVWLzGTJhQxAaJlDDn","ejfjnRNInxh0363JC2WM","xC36G3Xy4n2Fu90keaW96c1Hw5QBJX","CdNevWfqDPQw4iJgUhtyCqwCggV12T","9vxM9fCsG9nXg8EjTN5ygV2LvaDZdG","39gPmcOKpwhDezLdiIOZ7SH89Pbjp4","Yr9Vt13BlgvXO9zgJTPuCLv6F82r5S","trDuJXhT8PnD3JEtw4lsluEuYSn1Xh","VMTnd2mMQWvjbtNcZh7UIdULKb1mMo","Pbn8^`LkKPi4QJ79xk3SnW'_DbV*CL","Hk4BoF=%ud/PV4K-/NvEq28Q/&HNq7","_usDGH^%'4dSYvUtH39qu3*hbi3V+z","&XwUS6yR2N&+Z`$94eK@XzFp/p/ie^","tL&^J@24CVF=zP46Lxixk`_a#=o6c5"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/dragon-ball.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:dragon-ball",["^ ","~:characters",["~#list",["Goku","Bulma","Kami","Yamcha","Krillin","Tien","Piccolo","Gohan","Vegeta","Kid Trunks","Goten","Future Trunks","Pan","Android 18","Android 16","Android 17","Android 19","Android 20","Beerus","Chaozu","Chi-Chi","Launch","Mr. Satan","Oolong","Puar","Videl","Whis","Yajirobe","Demon King Piccolo","Freeza","Cell","Majin Buu","Goku Black","Zamasu","Baba","Bra","Bardock","Champa","Dende","Dr. Gero","Captain Ginyu","Grandpa Gohan","Jaco","King Kai","Supreme Kai","Elder Kai","Mr. Popo","Nappa","Uub","Pilaf","Raditz","Shenron","Vados","Zarbon","Broly","Cooler","King Cold","Garlic Jr","King Vegeta","Nail","Guru","Hit","Super Saiyan Goku","Super Saiyan 2 Goku","Super Saiyan 3 Goku","Super Saiyan Vegeta","Super Saiyan 2 Vegeta","Majin Vegeta","Super Saiyan Gohan","Super Saiyan 2 Gohan","Super Saiyan Goten","Super Saiyan Trunks","Vegito","Gogeta","Super Saiyan Blue Goku","Super Saiyan Blue Vegeta","Mystic Gohan","Caulifla","Baby","Shenlong","Ryan Shenlong","Uh Shenlong","Ryuu Shenlong","Chi Shenlong","Su Shenlong","San Shenlong","Li Shenlong"]],"~:races",["^3",["Android","Angel","Core Person","Demon","Dragon","Earthling","Majin","Namekian","Saiyan","Tuffle","Arlian","Arcosian","Bas","Beenz","Bio-Man","Bio-Warrior","Dinosaur","Fairy","Fishman","Fish Snake","Gelboian","Ghost","Giant Fish","Giras","Glass Tribe","Imeckian","Jiang Shi","Jiggler","Kabochan","Kanassan","Kashvar","Kawa","Konatsian","Litt","Machine Mutant","Makyan","Martian","Meatian","Mermaid","Metalman","Metamoran","Neko Majin","Niko","Octo","Ogre","Plantian","Saibaman","Shamoian","Shirt","Skeleton","Snackian","Space Lemur","Sprite","Tech-Tech","Three-Eyed People","Toadmen","Tritekian","Vampa Beast","Vampa Beetle","Vampire","Wolf Person","Yardrat","Zombie"]],"~:planets",["^3",["Alpha","Arcose","Arlia","Babari","Bas","Big Gete Star","Banna","Beehay","Beenz","Chaos Area","Cooler #6","Cooler #98","Cooler #256","Core Area","Cretaceous","Daldon","Dark Star","Dorakiya","Earth","Eros","Fake Namek","Frieza #17","Frieza #79","Frieza #448","Gaspa","Gelbo","Heaven","Hera","Ikonda","Imecka","Jung","Jupiter","Kaishin","Kabocha","Kanassa","Konats","Kuhn","Litt","Luud","M-2","Makyo Star","Manu","Mars","Mayonnai","Meat","Metamor","Mogina","Monmaasu","Monser","Namchek","Namchinno","Name","Namek","Netfiss","New Namek","New Vegeta","Nikochan","Nutts","Octo","Outa","Pital","Polaris","Popol","DBS Potaufeu Screenshot 8","Potaufeu","Rudeeze","Rygol 7","Sacred World of the Kai","Sadala","Saute","Shamo","Shikk","Slug","Slum Area","Snack","Sweetz","Synthesizer","Tazba","Tech-Tech","Tigere","Todokama","Towale","Tritek","Vampa","Vegeta","Wagashi","Watrin","Yardrat","Zoon","Zorert"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/driving-licence.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:driving-licence",["^ ","~:usa",["^ ","~:wisconsin",["~#list",["?#############"]],"~:vermont",["^4",["########","#######A"]],"~:florida",["^4",["?############"]],"~:rhode-island",["^4",["#######","?######"]],"~:illinois",["^4",["?###########","?############"]],"~:kentucky",["^4",["?########","?#########","#########"]],"~:montana",["^4",["?########","#########","#############","##############"]],"~:south-carolina",["^4",["########","#########","##########","###########"]],"~:district-of-columbia",["^4",["#######","#########"]],"~:pennsylvania",["^4",["########"]],"~:west-virginia",["^4",["#######","?######","??#####"]],"~:texas",["^4",["#######","########"]],"~:oklahoma",["^4",["?#########","#########"]],"~:michigan",["^4",["?##########","?############"]],"~:connecticut",["^4",["#########"]],"~:mississippi",["^4",["#########"]],"~:new-jersey",["^4",["?##############"]],"~:oregon",["^4",["########","#########"]],"~:north-dakota",["^4",["???######","#########"]],"~:utah",["^4",["#########","##########"]],"~:louisiana",["^4",["########","#########"]],"~:new-hampshire",["^4",["##???#####"]],"~:north-carolina",["^4",["##########","############"]],"~:minnesota",["^4",["?############"]],"~:iowa",["^4",["#########","###??####"]],"~:new-york",["^4",["?#######","?##################","########","##########","################","????????"]],"~:delaware",["^4",["######","#######"]],"~:arizona",["^4",["?########","#########"]],"~:california",["^4",["?#######"]],"~:georgia",["^4",["#######","########","#########"]],"~:massachusetts",["^4",["?########","#########"]],"~:idaho",["^4",["??######","?#########"]],"~:nebraska",["^4",["?######","?#######","?########"]],"~:missouri",["^4",["?#########","?######R","########??","#########?","#########"]],"~:arkansas",["^4",["########","#########"]],"~:colorado",["^4",["#########","?######","??#####"]],"~:wyoming",["^4",["#########","##########"]],"~:south-dakota",["^4",["########","#########","##########","############"]],"~:new-mexico",["^4",["########","#########"]],"~:ohio",["^4",["?########","??#######","########"]],"~:alabama",["^4",["######","#######","########"]],"~:hawaii",["^4",["?########","#########"]],"~:tennessee",["^4",["#######","########","#########"]],"~:nevada",["^4",["#########","##########","############","X########"]],"~:virginia",["^4",["?########","?#########","?##########","?###########","#########"]],"~:kansas",["^4",["?#?#?","?########","#########"]],"~:maryland",["^4",["?############"]],"~:alaska",["^4",["#######","######"]],"~:indiana",["^4",["?#########","#########","##########"]],"~:washington",["^4",["???????#####","????????####","?????????###","??????????##","???????????#","????????????","???????####*"]],"~:maine",["^4",["#######","#######?","########"]]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/drone.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:drone",["^ ","~:battery-voltage","##.#V","~:operating-temperature","##°-###°F","~:max-altitude","#### m","~:max-angular-velocity","##°/s","~:max-resolution","##MP","~:charging-temperature","##°-###°F","~:video-format",["~#list",["MP4","FLV","MOV"]],"~:max-flight-distance","#### m","~:max-wind-resistance","##.# m/s","~:name",["^9",["DJI Mavic Air 2","DJI Mavic Air","DJI Mavic 2 Pro","DJI Mavic Mini","DJI Mavic Pro","DJI Phantom 4 RTK","DJI Phantom 4 Pro","DJI Inspire 2","DJI Matrice 300 RTK","DJI Matrice 600 Pro","DJI Agras T16","Parrot ANAFI Thermal","Yuneec H520 RTK","Yuneec H520","Yuneec Typhoon H3","Yuneec Typhoon H Plus","SenseFly eBee X","SenseFly eBee SQ","SenseFly eBee Plus","SenseFly eBee Classic","FreeFly Alta X","FreeFly Alta Pro","FreeFly Alta 8","FlyAbility Elios 2","FlyAbility Elios","Autel Evo II Pro 6K","Autel Evo II 8K","Delair UX 11","Delair UX AG","Delair DT26E LiDAR","Delair DT26E Surveillance","Delair DT26E Tactical","Delair DT26E Open Payload"]],"~:min-shutter-speed",["^9",["1/8000","1/4000","1/2000","1/1000","1/500","1/250","1/125","1/60","1/30","1/15","1/8","1/4","1/2"]],"~:iso",["^9",["100-3200","100-6400"]],"~:battery-capacity",["^9",["3### mAh","2### mAh"]],"~:max-speed","## m/s","~:photo-format",["^9",["JPEG","PNG","TIF"]],"~:weight","### g","~:max-descent-speed","# m/s","~:flight-time","## min","~:battery-type",["^9",["LiPo 4S","LiPo 3S","Li-Polymer"]],"~:max-shutter-speed",["^9",["1","2","4","8","15","30","60"]],"~:max-tilt-angle","##°","~:max-charging-power","##W","~:battery-weight","### g","~:max-ascent-speed","# m/s","~:shutter-speed-units",["^9",["s"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/educator.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:educator",["^ ","~:school-name",["~#list",["Bluemeadow","Brighthurst","Brookville","Clearcourt","Falconholt","Flowerlake","Iceborough","Icelyn","Ironbarrow","Ironston","Lakeacre","Mallowpond","Mallowtown","Marblewald","Ostbarrow","Vertapple"]],"~:primary",["^3",["Elementary School","Grade School","Primary School"]],"~:secondary-school",["^3",["#{Educator.school_name} #{secondary}"]],"~:tertiary",["^ ","~:university-type",["^3",["College","TAFE","Technical College","University"]],"~:degree",["^ ","~:type",["^3",["Associate Degree in","Bachelor of","Master of"]],"~:course-number",["^3",["1##","2##","3##","4##","5##"]]]],"~:secondary",["^3",["High","High School","Secondary College"]],"~:university",["^3",["#{Educator.school_name} #{Educator.tertiary.university_type}"]],"~:primary-school",["^3",["#{school_name} #{primary}"]],"^8",["^3",["#{Educator.tertiary.degree.type} #{subject}"]],"~:course-name",["^3",["#{subject} #{Educator.tertiary.degree.course_number}"]],"~:campus",["^3",["#{Educator.school_name} Campus"]],"~:subject",["^3",["Applied Science (Psychology)","Architectural Technology","Arts","Biological Science","Biomedical Science","Business","Commerce","Communications","Computer Science","Creative Arts","Criminology","Design","Education","Engineering","Forensic Science","Health Science","Information Systems","Law","Medicine","Nursing","Psychology","Teaching"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/electrical-components.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:electrical-components",["^ ","~:active",["~#list",["Diode","LED","Rectifier","Transistor","JFET","MOSFET","Integrated Circuit","LCD","Cathode Ray Tube","Vacuum Tube","Battery","Fuel Cell","Power Supply"]],"~:passive",["^3",["Resistor","Potentiometer","Trim Pot","Varistor","Capacitor","Varicap Diode","Inductor","Transformer","Generator","Motor","Solenoid","Magnetic Amplifier","Speaker","Motion Sensor","Accelerometer","Thermocouple","Antenna","Oscillator","Breadboard"]],"~:electromechanical",["^3",["Piezoelectric device","crystal","Ultrasonic Motor","Terminal","Socket","Power Cord","Toggle Switch","Slide Switch","DIP Switch","Footswitch","Keypad","Circuit Breaker","Fuse","Printed Circuit Board"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/esport.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:esport",["^ ","~:players",["~#list",["Froggen","Dendi","Surefour","Seagull","xPeke","shroud","KennyS","pasha","RamboRay","Crimsix","ACE","Grubby","f0rest","cArn","Flash","Faker","Boxer","Miracle","Silvername"]],"~:teams",["^3",["Dignitas","OpTic Gaming","FaZe","iBUYPOWER","Evil Geniuses","Ninjas in Pijamas","Natus Vincere","Team SoloMid","Cloud9","Fnatic","CLG","EnVyUs","Virtus.Pro","Team Secret"]],"~:events",["^3",["ESL Cologne","MLG Meadowlands","GFinity London","Worlds","IEM Championship","League All Stars","International"]],"~:leagues",["^3",["ESL","IEM","MLG","GFinity","Starladder"]],"~:games",["^3",["CS:GO","League of Legends","Overwatch","StarCraft II","Dota 2","Super Smash Bros. Melee","Hearthstone","PUBG"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/family-guy.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:family-guy",["^ ","~:character",["~#list",["Peter Griffin","Lois Griffin","Meg Griffin","Chris Griffin","Stewie Griffin","Brian Griffin","Francis Griffin","Mickey McFinnigan","Thelma Griffin","Karen Griffin","Carter Pewterschmidt","Barabara Pewterschmidt","Glenn Quagmire","Cleveland Brown","Joe Swanson","Bonnie Swanson","Mort Goldman","Tom Tucker","Joyce Kinney","Diane Simmons","Ollie Williams","Tricia Takanawa","Fouad","Principal Shephard","Mayor Adam West","Carl","Consuela","God","Horace","James Woods","Evil Monkey"]],"~:location",["^3",["Cleveland's Deli","Drunken Clam","Goldman's Pharmacy","Happy-Go-Lucky Toy Factory","Jack's Joke Shop","James Woods High","Pawtucket Brewery","Quahog 5 News","Spooner Street"]],"~:quote",["^3",["It’s Peanut Butter Jelly Time.","I’ve got an idea–an idea so smart that my head would explode if I even began to know what I’m talking about.","A degenerate, am I? Well, you are a festisio! See? I can make up words too, sister.","Now I may be an idiot, but there’s one thing I am not sir, and that sir, is an idiot.","Isn’t ‘bribe’ just another word for ‘love’?","I am so not competitive. In fact, I am the least non-competitive. So I win.","Hey, don't try to take this away from me. This is the only thing I've ever been good at. Well, this and timing my farts to a thunderstorm.","Joe, gag on my fat dauber.","People in love can overcome anything.","Amazing. One second of a stranger's voice on a phone, and you've got full Bollywood.","You know, this is great guys. Drinking and eating garbage. I'm glad we all took a mental health day."]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/file.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:file",["^ ","~:extension",["~#list",["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"]],"~:mime-type",["^3",["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","audio/basic","audio/L24","audio/mp4","audio/mpeg","audio/ogg","audio/vorbis","audio/vnd.rn-realaudio","audio/vnd.wave","audio/webm","image/gif","image/jpeg","image/pjpeg","image/png","image/svg+xml","image/tiff","image/vnd.microsoft.icon","message/http","message/imdn+xml","message/partial","message/rfc822","model/example","model/iges","model/mesh","model/vrml","model/x3d+binary","model/x3d+vrml","model/x3d+xml","multipart/mixed","multipart/alternative","multipart/related","multipart/form-data","multipart/signed","multipart/encrypted","text/cmd","text/css","text/csv","text/html","text/javascript","text/plain","text/vcard","text/xml","video/mpeg","video/mp4","video/ogg","video/quicktime","video/webm","video/x-matroska","video/x-ms-wmv","video/x-flv"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/final-space.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:final-space",["^ ","~:characters",["~#list",["A.V.A","Ash Graven","Avocato","Bolo","Clarence","Gary Goodspeed","H.U.E","John Goodspeed","KVN","Little Cato","Lord Commander","Mooncake","Nighfall","Quinn Ergon","Sheryl Goodspeed"]],"~:vehicles",["^3",["Crimson Light","Galaxy One","Imperium Cruiser","F71 Hawk","Heavy Incinerator","Star Chaser"]],"~:quotes",["^3",["It's an alien on my face! It's an alien on my...It's a space alien!","Get. Your. Finger. Out. Of. My. TUMMY!","Chookity","Twist my nipples rough","Let's get wild, how about you buy me a drink","Hey kids, it's me, your mother","That's not a cookie. And you know that HUE, you know that!","Get off my cheeks HUE!"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/finance.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:finance",["^ ","~:credit-card",["^ ","~:solo",["~#list",["/6767-####-####-###L/","/6767-####-####-####-#L/","/6767-####-####-####-##L/"]],"~:visa",["^4",["/4###########L/","/4###-####-####-###L/"]],"~:discover",["^4",["/6011-####-####-###L/","/65##-####-####-###L/","/64[4-9]#-####-####-###L/","/6011-62##-####-####-###L/","/65##-62##-####-####-###L/","/64[4-9]#-62##-####-####-###L/"]],"~:laser",["^4",["/6304###########L/","/6706###########L/","/6771###########L/","/6709###########L/","/6304#########{5,6}L/","/6706#########{5,6}L/","/6771#########{5,6}L/","/6709#########{5,6}L/"]],"~:jcb",["^4",["/3528-####-####-###L/","/3529-####-####-###L/","/35[3-8]#-####-####-###L/"]],"~:diners-club",["^4",["/30[0-5]#-######-###L/","/368#-######-###L/"]],"~:american-express",["^4",["/34##-######-####L/","/37##-######-####L/"]],"~:mastercard",["^4",["/5[1-5]##-####-####-###L/","/6771-89##-####-###L/"]],"~:switch",["^4",["/6759-####-####-###L/","/6759-####-####-####-#L/","/6759-####-####-####-##L/"]],"~:maestro",["^4",["/50#{9,16}L/","/5[6-8]#{9,16}L/","/56##{9,16}L/"]],"~:forbrugsforeningen","/6007-22##-####-###L/","~:dankort","/5019-####-####-###L/"],"~:vat-number",["^ ","~:hr","HR### ### ### ##","~:pt","PT#########","~:cz",["^4",["CZ########","CZ#########","CZ##########"]],"~:lu","LU########","~:fi","FI########","~:cl","CL########-#","~:au","AU###########","~:be","BE0#########","~:dk","DK## ## ## ##","~:sm","SM#####","~:gb",["^4",["GB### #### ##","GB### #### ## ###","GBGD###","GBHA###","GB888 8### ##"]],"~:ro",["^4",["RO##","RO###","RO####","RO#####","RO######","RO#######","RO########","RO#########","RO##########"]],"~:ua","UA##########","~:hu","HU########","~:ec","EC#############","~:pl","PL##########","~:ch","CH######","~:it","IT##########","~:gr","EL#########","~:za",["^4",["ZA##########","ZA###########"]],"~:sk","SK##########","~:de","DE#########","~:mx","MX#### ###### ###","~:ar","AR###########","~:at","ATU########","~:ru",["^4",["RU##########","RU############"]],"~:se","SE##########01","~:ph","PH### ### ### ###","~:ee","EE#########","~:by","УНП #########","~:br","BR##.###.###/####-##","~:bg",["^4",["BG#########","BG##########"]],"~:lt",["^4",["LT#########","LT############"]],"~:lv","LV###########","~:mt","MT########","~:si","SI########","~:no","NO#########"],"~:ticker",["^ ","~:nasdaq",["^4",["MSFT","AAPL","AMZN","GOOG","FB","INTC","CSCO","CMCSA","PEP","ADBE","NVDA","NFLX","PYPL","COST","AMGN","AVGO","TXN","CHTR","SBUX","QCOM","GILD","MDLZ","FISV","BKNG","INTU"]],"~:nyse",["^4",["XOM","WFC","JNJ","GE","NVX","WMT","JPM","PG","TM","PFE","CVX","BABA","VZ","BUD","ORCL","DIS","KO","HSBC","T","BAC","C","MRK","V","BRK.B","MA"]]],"~:stock-market",["^4",["NYSE","NASDAQ","SSE","HKEX","JPX","SZSE","LSE","TSX","NSE-INDIA","FSX","TADAWUL","OMXC-COPENHAGEN","KRX","BSE-BOMBAY","SIX","EURONEXT-PARIS","TWSE","ASX","JSE","BOVESPA"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/fma-brotherhood.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:fma-brotherhood",["^ ","~:characters",["~#list",["Edward Elric","Alphonse Elric","Roy Mustang","Riza Hawkeye","Scar","Winry Rockbell","May Chang","Maes Hughes","Alex Louis Armstrong","Jean Havoc","Heymans Breda","Vato Fallman","Kain Feury","Führer King Bradley","Maria Ross","Denny Brosh","Yoki","Izumi Curtis","Sig Curtis","Pinako Rockbell","Den The Dog","Shou Tucker","Tim Marco","Lust","Gluttony","Envy","Greed","Sloth","Pride","Wrath","Selim Bradley","Roa","Martel","Dolceto","Number 66","Number 48","Scar","Father","Dominic","Garfield","Giolio Comanche","Basque Grand","Isaac McDougal","Solf J. Kimblee","Van Hohenheim","Fu","Ling Yao","Lan Fan","Olivier Mira Armstrong","Buccaneer","Major Miles","Trisha Elric","Rose","Nina","Sheska"]],"~:cities",["^3",["East City","Rush Valley","Resembool","Dublith","Central City","Ishval","Youswell","North City","Lior","Pendleton","Riviere"]],"~:countries",["^3",["Amestris","Aerugo","Creta","Drachma","Xerxes","Xing"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/football.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:football",["^ ","~:teams",["~#list",["Real Madrid","FC Barcelona","Valencia CF","Atletico Madrid","Manchester United","Chelsea","Liverpool","Arsenal","Tottenham Hotspur","AC Milan","Inter Milan","AS Roma","Juventus","Bayern Munich","Borussia Dortmund","Schalke 04","Benfica","Galatasaray","PSV Eindhoven","LA Galaxy","Paris Saint Germain"]],"~:players",["^3",["Lionel Messi","Gerard Pique","Sergio Ramos","Cristiano Ronaldo","David De Gea","Paul Pogba","Antoine Griezmann","Alvaro Morata","Andres Iniesta","Roberto Firmino","Mohammed Salah","Harry Kane","Delle Alli","Arjen Robben","Franck Ribery","Marco Reus","Robert Lewandoski","Zlatan Ibrahimovic","Edinson Cavani","Sergio Aguero","Neymar","Mesut Ozil","Gianluigi Buffon","Willian","Manuel Neuer","Juan Mata","Manuel Neuer","Cesc Fabregas","Gareth Bale","Eden Hazard","Mario Mandzukic","Kylian Mbappe"]],"~:coaches",["^3",["Ernesto Valverde","Zinedine Zidane","Jose Mourinho","Antonio Conte","Jurgen Klopp","Mauricio Pochettino","Diego Simeone","Massimiliano Allegri","Jupp Heyneckes","Arsene Wenger","Jorge Sampaoli","Fernando Santos","Didier Deschamps","Joachim Low","Julen Lopetegui","Mauricio Pochettino","Unai Emery","Massimiliano Allegri","Thomas Tuchel"]],"~:competitions",["^3",["UEFA European Championship","Asian Cup","African Cup of Nations","Copa America","UEFA Champions League","FIFA World Cup","UEFA Europa League","Serie A","Barclays Premier League","Bundesliga","Liga Santander","FA Cup","Ligue 1","Primeira Liga","Eredivisie","Super League","Major League Soccer","Coppa Italia","DFB Pokal","CONCACAF Gold Cup","Nations Cup","Copa del Rey"]],"~:positions",["^3",["Goalkeeper","Full Back","Right Back","Left Back","Defensive Midfielder","Midfielder","Attacking Midfielder","Right Midfielder","Left Midfielder","Right Wing","Left Wing","Second Striker","Centre Forward"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/gender.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:gender",["^ ","~:types",["~#list",["Female","Male","Non-binary","Agender","Genderfluid","Genderqueer","Bigender","Polygender"]],"~:binary-types",["^3",["Female","Male"]],"~:short-binary-types",["^3",["f","m"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/grateful-dead.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:grateful-dead",["^ ","~:players",["~#list",["Jerry Garcia","Bob Weir","Bill Kreutzmann","Phil Lesh","Ron McKernan","Robert Hunter","Brent Mydland","Donna Jean Godchaux","Keith Godchaux","Bruce Hornsby","John Barlow"]],"~:songs",["^3",["Touch of Grey","Althea","Ripple","Truckin","Eyes of the World","Scarlet Begonias","Friend of the Devil","Uncle Johns Band","China Cat Sunflower","Fire on the Mountain","Sugar Magnolia","I Know You Rider","Franklins Tower","Me and My Uncle","Box of Rain","Sugaree","St Stephen","Jack Straw","Morning Dew","Wharf Rat","The Other One","Casey Jones","Hurts Me Too","Dark Star","Brokedown Palace","Playing in the Band","Cumberland Blues","New Speedway Boogie","US Blues","The Music Never Stopped","Black Muddy River","Looks Like Rain","Bird Song","Cassidy"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/greek-philosophers.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:greek-philosophers",["^ ","~:names",["~#list",["Plato","Aristotle","Pythagoras","Heraclitus","Parmenides","Democritus","Zeno of Elea","Epicurus","Anaxagoras","Diogenes","Antisthenes","Gorgias","Hippocrates","Plutarch","Proclus","Chrysippus","Solon","Archimedes","Thucydides","Arcesilaus","Posidonius","Galen"]],"~:quotes",["^3",["Quality is not an act, it is a habit.","Only the educated are free.","Control thy passions lest they take vengence on thee.","Love is composed of a single soul inhabiting two bodies.","Rhetoric is the art of ruling the minds of men.","The unexamined life is not worth living.","There was never a genius without a tincture of madness.","Dignity does not consist in possessing honors, but in deserving them.","Most people would rather give than get affection.","Beware the barrenness of a busy life.","The secret to humor is surprise.","Pleasure in the job puts perfection in the work.","Philosophy is the highest music.","The virtue of justice consists in moderation, as regulated by wisdom.","Know how to listen, and you will profit even from those who talk badly.","A few vices are sufficient to darken many virtues.","It is impossible to begin to learn that which one thinks one already knows.","It's not what happens to you, but how you react to it that matters.","The mind is not a vessel to be filled but a fire to be kindled.","Good habits formed at youth make all the difference."]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/hacker.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:hacker",["^ ","~:abbreviation",["~#list",["TCP","HTTP","SDD","RAM","GB","CSS","SSL","AGP","SQL","FTP","PCI","AI","ADP","RSS","XML","EXE","COM","HDD","THX","SMTP","SMS","USB","PNG","SAS","IB","SCSI","JSON","XSS","JBOD"]],"~:adjective",["^3",["auxiliary","primary","back-end","digital","open-source","virtual","cross-platform","redundant","online","haptic","multi-byte","bluetooth","wireless","1080p","neural","optical","solid state","mobile"]],"~:noun",["^3",["driver","protocol","bandwidth","panel","microchip","program","port","card","array","interface","system","sensor","firewall","hard drive","pixel","alarm","feed","monitor","application","transmitter","bus","circuit","capacitor","matrix"]],"~:verb",["^3",["back up","bypass","hack","override","compress","copy","navigate","index","connect","generate","quantify","calculate","synthesize","input","transmit","program","reboot","parse"]],"~:ingverb",["^3",["backing up","bypassing","hacking","overriding","compressing","copying","navigating","indexing","connecting","generating","quantifying","calculating","synthesizing","transmitting","programming","parsing"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/heroes-of-the-storm.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:heroes-of-the-storm",["^ ","~:battlegrounds",["~#list",["Alterac Pass","Battlefield of Eternity","Blackheart's Bay","Braxis Holdout","Cursed Hollow","Dragon Shire","Garden of Terror","Hanamura Temple","Haunted Mines","Infernal Shrines","Sky Temple","Tomb of the Spider Queen","Towers of Doom","Volskaya Foundry","Warhead Junction"]],"~:class-names",["^3",["Bruiser","Healer","Melee Assassin","Ranged Assassin","Support","Tank"]],"~:heroes",["^3",["Abathur","Alarak","Alexstrasza","Ana","Anduin","Anub'arak","Artanis","Arthas","Auriel","Azmodan","Blaze","Brightwing","Cassia","Chen","Cho","Chromie","D.Va","Deckard","Dehaka","Diablo","E.T.C.","Falstad","Fenix","Gall","Garrosh","Gazlowe","Genji","Greymane","Gul'dan","Hanzo","Illidan","Imperius","Jaina","Johanna","Junkrat","Kael'thas","Kel'Thuzad","Kerrigan","Kharazim","Leoric","Li Li","Li-Ming","Lt. Morales","Lunara","Lúcio","Maiev","Mal'Ganis","Malfurion","Malthael","Medivh","Mephisto","Muradin","Murky","Nazeebo","Nova","Orphea","Probius","Ragnaros","Raynor","Rehgar","Rexxar","Samuro","Sgt. Hammer","Sonya","Stitches","Stukov","Sylvanas","Tassadar","The Butcher","The Lost Vikings","Thrall","Tracer","Tychus","Tyrael","Tyrande","Uther","Valeera","Valla","Whitemane","Xul","Yrel","Zagara","Zarya","Zeratul","Zul'jin"]],"~:quotes",["^3",["Beat them like they owe you money!","Careful wizard, your kind has upset the balance beforeo I become re-dead? Deader? ... Alive?","Don't forget to check the pocket!","Have you ever considered aiming anywhere other than the face?","Hey, you look like the cover of E.T.C.s new album!","Human words are hard to make together talking for expressing... things!","I like happy things! Like puppies, and rainbows, and dead enemies!","I must leave and I blame this failure upon you.","Mrgrgrlrgrlgr!!!","Oh my God, I can't believe I just killed a panda.","Taunting life form; you are weak! And physically unappealing!","Teammates. Much to improve. is a pretty good contender.","That was easy! You were easy to kill!","This will only hurt until you die.","Ugh, I've known much better healers.","We drink first blood!","You look like you could actually be of use here!","You might be a king, or just a street sweeper... yet sooner or later you dance with the reaper.","You see this hero yes? Then kill them!","You think us fools?","You waste both my time and your breath, and the former has value."]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/hey-arnold.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:hey-arnold",["^ ","~:characters",["~#list",["Arnold","Steely Phil","Pookie","Oskar Kokoschka","Suzie Kokoschka","Mr. Hyuhn","Helga G. Pataki","Miriam Pataki","Olga Pataki","Gerald Johannssen","Harold Berman","Phoebe Heyerdahl","Rhonda Lloyd","Lila Sawyer","Stinky Peterson","Eugene Horowitz","Sid","Curly","Torvald","Sheena","Lorenzo","Iggy","Brainy","Nadine","Park","Joey Stevenson","Peapod Kid","Big Gino","Campfire Lass","Wolfgang","Edmund","Big Patty","Mickey the Weasel","Chocolate Boy","Ruth P. McDougal","Robert Simmons","Miss Slovak","Principal Wartz","Jack Wittenburg","Tish Wittenburg","Tucker Wittenburg","Dino Spumoni","Jimmy Kafka","Ernie Potts","Ronnie Matthews","Mickey Kaline","Monkey Man","Pigeon Man","Robbie Fisher","Sewer King","Stoop Kid","The Jolly Olly Man","Abner","Four-Eyed Jack","Wheezin' Ed","Don Reynolds","Big Bob Pataki","Miriam Pataki","Jamie O","Timberly","Marty Green","Ludwig","Dr. Bliss","Lieutenant Major Goose","Alphonse Perrier du von Scheck","The Mauve Avenger","Earl"]],"~:locations",["^3",["P.S. 118","Stoop Kid's Stoop","Antonio's Pizzeria","Mickey's Dog Pound","Big Bob's Beeper Emporium","Sundae Salon","Omar's Falafel Hut","The Fudge Place","Hillwood City","Green Meats","Roscoe's Funky Rags","Watch Repair","Yahoo Chocolate Factory","Sunset Arms","Stinky's farm","Chez Paris","Gerald Field","Madame Bovary's Dance School for Boys"]],"~:quotes",["^3",["Stoop Kid's afraid to leave his stoop!","MONKEYMAAAAN!","You better not touch my gal, or I'll pop you in the kisser, pal","Yahoo Soda Just Drink It","I saw your face and wow!","But you see, Arnold and tall hair boy, I don’t want to be famous! I want to live my life simply! I like my banana wallpaper, I like doing my own laundry! Just give me the simple things!","Kitty, kitty, kitty, do you like to pet the kitty? I like to pet the kitty! Hey look! I'm petting the kitty!","You're a bold kid, Arnold, a bold kid.","Hey, short man!","You keep the money!","Suzie, make me a sandwich!","But Gerald, the Jolly Olly Man is a stingy, mean spirited jerk, who hates kids and is constantly teetering on the brink of insanity.","Can you get your arm off my shoulder? As I've told you many times before, I don't like you like you, I just like you.","Move it, Footballhead","Never eat raspberries.","I'm okay!"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/hipster.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:hipster",["^ ","~:words",["~#list",["Wes Anderson","chicharrones","narwhal","food truck","marfa","aesthetic","keytar","art party","sustainable","forage","mlkshk","gentrify","locavore","swag","hoodie","microdosing","VHS","before they sold out","pabst","plaid","Thundercats","freegan","scenester","hella","occupy","truffaut","raw denim","beard","post-ironic","photo booth","twee","90's","pitchfork","cray","cornhole","kale chips","pour-over","yr","five dollar toast","kombucha","you probably haven't heard of them","mustache","fixie","try-hard","franzen","kitsch","austin","stumptown","keffiyeh","whatever","tumblr","DIY","shoreditch","biodiesel","vegan","pop-up","banjo","kogi","cold-pressed","letterpress","chambray","butcher","synth","trust fund","hammock","farm-to-table","intelligentsia","loko","ugh","offal","poutine","gastropub","Godard","jean shorts","sriracha","dreamcatcher","leggings","fashion axe","church-key","meggings","tote bag","disrupt","readymade","helvetica","flannel","meh","roof","hashtag","knausgaard","cronut","schlitz","green juice","waistcoat","normcore","viral","ethical","actually","fingerstache","humblebrag","deep v","wayfarers","tacos","taxidermy","selvage","put a bird on it","ramps","portland","retro","kickstarter","bushwick","brunch","distillery","migas","flexitarian","XOXO","small batch","messenger bag","heirloom","tofu","bicycle rights","bespoke","salvia","wolf","selfies","echo","park","listicle","craft beer","chartreuse","sartorial","pinterest","mumblecore","kinfolk","vinyl","etsy","umami","8-bit","polaroid","banh mi","crucifix","bitters","brooklyn","PBR&B","drinking","vinegar","squid","tattooed","skateboard","vice","authentic","literally","lomo","celiac","health","goth","artisan","chillwave","blue bottle","pickled","next level","neutra","organic","Yuccie","paleo","blog","single-origin coffee","seitan","street","gluten-free","mixtape","venmo","irony","everyday","carry","slow-carb","3 wolf moon","direct trade","lo-fi","tousled","tilde","semiotics","cred","chia","master","cleanse","ennui","quinoa","pug","iPhone","fanny pack","cliche","cardigan","asymmetrical","meditation","YOLO","typewriter","pork belly","shabby chic","+1","lumbersexual","williamsburg","muggle magic","phlogiston"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/hobby.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:hobby",["^ ","~:activity",["~#list",["3D printing","amateur radio","scrapbook","Amateur radio","Acting","Baton twirling","Board games","Book restoration","Cabaret","Calligraphy","Candle making","Computer programming","Coffee roasting","Cooking","Coloring","Cosplaying","Couponing","Creative writing","Crocheting","Cryptography","Dance","Digital arts","Drama","Drawing","Do it yourself","Electronics","Embroidery","Fashion","Flower arranging","Foreign language learning","Gaming","tabletop games","role-playing games","Gambling","Genealogy","Glassblowing","Gunsmithing","Homebrewing","Ice skating","Jewelry making","Jigsaw puzzles","Juggling","Knapping","Knitting","Kabaddi","Knife making","Lacemaking","Lapidary","Leather crafting","Lego building","Lockpicking","Machining","Macrame","Metalworking","Magic","Model building","Listening to music","Origami","Painting","Playing musical instruments","Pet","Poi","Pottery","Puzzles","Quilting","Reading","Scrapbooking","Sculpting","Sewing","Singing","Sketching","Soapmaking","Sports","Stand-up comedy","Sudoku","Table tennis","Taxidermy","Video gaming","Watching movies","Web surfing","Whittling","Wood carving","Woodworking","Worldbuilding","Writing","Yoga","Yo-yoing","Air sports","Archery","Astronomy","Backpacking","BASE jumping","Baseball","Basketball","Beekeeping","Bird watching","Blacksmithing","Board sports","Bodybuilding","Brazilian jiu-jitsu","Community","Cycling","Dowsing","Driving","Fishing","Flag Football","Flying","Flying disc","Foraging","Gardening","Geocaching","Ghost hunting","Graffiti","Handball","Hiking","Hooping","Horseback riding","Hunting","Inline skating","Jogging","Kayaking","Kite flying","Kitesurfing","LARPing","Letterboxing","Metal detecting","Motor sports","Mountain biking","Mountaineering","Mushroom hunting","Mycology","Netball","Nordic skating","Orienteering","Paintball","Parkour","Photography","Polo","Rafting","Rappelling","Rock climbing","Roller skating","Rugby","Running","Sailing","Sand art","Scouting","Scuba diving","Sculling","Rowing","Shooting","Shopping","Skateboarding","Skiing","Skimboarding","Skydiving","Slacklining","Snowboarding","Stone skipping","Surfing","Swimming","Taekwondo","Tai chi","Urban exploration","Vacation","Vehicle restoration","Water sports"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/house.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:house",["^ ","~:furniture",["~#list",["chair","armchair","table","dining table","stool","sofa","couch","bath","bed","cupboard","drawers","dresser","floor lamp","bedside table","futon"]],"~:rooms",["^3",["kitchen","living room","reception room","bedroom","master bedroom","guest room","drawing room","conservatory","porch","hallway","pantry","sunroom","bathroom","ensuite bathroom","cellar","attic","loft"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/how-i-met-your-mother.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:how-i-met-your-mother",["^ ","~:character",["~#list",["Ted Mosby","Marshall Eriksen","Lily Aldrin","Robin Scherbatsky","Barney Stinson","Tracy Mosby","Luke Mosby","Penny Mosby","Alan Thicke","Arthur Hobbs","Bilson","Brad Morris","Carl MacLaren","Claudia Grice","Don Frank","Doug Martin","Gary Blauman","George Van Smoot","Hammond Druthers","James Stinson","Jerome Whittaker","Judy Eriksen","Loretta Stinson","Marcus Eriksen","Marvin Eriksen Jr.","Marvin Eriksen Sr.","Mickey Aldrin","Nick Podarutti","Quinn Garvey","Ranjit Singh","Robin Scherbatsky Sr.","Sandy Rivers","Stella Zinman","Stuart Bowers","Wendy the Waitress","Virginia Mosby","William Zabka","Zoey Pierson"]],"~:catch-phrase",["^3",["Legendary","Suit Up","Wait For it","But… umm","Lawyered","Challenege Accepted","Just… O.K?","Where’s the poop?","That’s the Dream","True Story","Patent Pending","What Up","Classic Shmosby"]],"~:high-five",["^3",["Arthritis Five","Relapse Five","Phone Five","Solemn Low Five","Hypothetical High Five","Self Five","Freeze Fram High Five","Tiny Five","High Two","Multiple High Fives","The Highest of Fives","Door Five","High Six","Motility Five","Claw Five","High V","Word Play Five","Condolence Five","Almighty Five","Mental Self Five","Retraction Five","Angry Self Five","Mushroom Five","Get-this-over-with-quickly-so-we-can-move-past-how-awkward-it-was-that-I-just-said-that Five","High Infinity"]],"~:quote",["^3",["Whenever I’m sad, I stop being sad and be awesome instead.","Because sometimes even if you know how something’s gonna end that doesn’t mean you can’t enjoy the ride.","The littlest thing can cause a ripple effect that changes your life.","That’s life, you know, we never end up where you thought you wanted to be.","We’re going to get older whether we like it or not, so the only question is whether we get on with our lives, or desperately cling to the past.","Ted, how many times have I told you to put the lid back on the peanut butter jar?! It’s this inconsiderate, immature jackassery that makes me feel like I’m living in The Real World House! And not the early days when they all had jobs and social consciences, I’m talking about Hawaii, and after!","There are a lot of little reasons why the big things in our lives happen.","I keep waiting for it to happen. I’m waiting for it to happen. I guess I’m just tired of waiting. And that is all I’m going to say on that subject.","Look, you can’t design your life like a building. It doesn’t work that way. You just have to live it… and it’ll design itself.","Definitions are important.","You can’t just skip ahead to where you think your life should be.","It’s just, eventually we’re all gonna move on. It’s called growing up.","There are two big days in any love story: the day you meet the girl of your dreams and the day you marry her.","The future is scary but you can’t just run back to the past because it’s familiar.","I realized that I’m searching, searching for what I really want in life. And you know what? I have absolutely no idea what that is.","Revenge fantasies never work out the way you want.","Whether a gesture’s charming or alarming, depends on how it’s received."]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/how-to-train-your-dragon.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:how-to-train-your-dragon",["^ ","~:characters",["~#list",["Agnar","Agnut Thorston","Alvin the Treacherous","Arick Denson","Arngrim Dammen","Astrid Hofferson","Axel Finke","Axel Skeptisson","Drago Bludvist","Bucket","Buffnut","Cleftjaw","Dagur the Deranged","Derrick","Eret, Son of Eret","Fenris Thorston","Fishlegs Ingerman","Flora May","Froglegs","Gobber the Belch","Gothi","Gruffnut Thorston","Gustav Larson","Hagan Frostbeard","Heather","Hiccup","Hildegard","Ingar Ingerman","Iron Mason","Jens Henderson","Jorgen Redboot","Krogan","Maeve","Mala","Mildew","Nuffink Haddock","Oswald the Agreeable","Padraig","Piglegs","Ruffnut","Ryker Grimborn","Savage"]],"~:dragons",["^3",["Axewing","Barf and Belch","Beachcomber","Bewilderbeast","Blazewing","Bonesnarl","Bonnefire","Borealis","Butt and Head","Cagecruncher","Carnastial","Cheesemonger","Chompers","Cloudjumper","Darkvarg","Earsplitter","Fishmeat","Ghostglow","Gressjester","Hookfire","Icebane","Incognito","Irontooth","Krustler","Meatlug","Nightwatch","Obskewer","Reignstorm","Rhineblow","Scardian","Sentinel","Skullcrusher","Smidvarg","Snifflestone","Snogglewing","Stormfly","Thornado","Thorntail","Thunderfish","Toothless","Tripfire","Valdwail","Wavewight","Windshear","Winterwick","Wonderclap","Zeppla"]],"~:locations",["^3",["Algae Island","Armorwing Island","Askeblad Island","Barbaric Archipelago","Belching Bog","Berk","Berserker Island","Boarhead Island","Breakneck Bog","Caves of Jotunn","Changewing Island","Clover Coast","Dark Deep","Dark Harbor","Dragon Island","Eastern Strait","Eel Island","Eternitree","Everfrost Forest","Fireworm Island","Gronckle Island","Hazard Island","Hidden World","Hobblegrunt Island","Horrendous Point","Hunter Island","Huttsgalor","Icestorm Island","Island of Friga","Itchy Armpit","Jotun Hot Springs","Knucklebone Knoll","Maze Caves","Melody Island","Misty Backwoods","Mount Ymir","New Berk","Northern Swamp","Outcast Island","Pointy Point","Puffin Point","Quaking Cavern","Radiant Meadows","Ragnarok Rock","Raven Point","Rookery","Rough Sands","Scriven Rock","Scuttleclaw Island","Sea of Despair","Ship Graveyard","Shivering Shores","Shredstone Walls","Snoggletog Island","Sparkfire Mountain","Speed Stinger Island","Straits of Baldur","Sullen Sea","Sundering Wastes","Sunken City","Sunstone Island","Thornbane Valley","Thunderhead Bay","Timberjack Hollow","Titan Island","Training Arena","Trembling Faults","Uglythug Lands","Valhalla","Valka's Mountain","Vanaheim","Viking Cliff","Vinland","Wild Woodland","Windswept Ruin","Woolly Canyon","Wreck Reef","Zippleback Island"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/id-number.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:id-number",["^ ","~:valid","#{IDNumber.ssn_valid}","~:invalid",["~#list",["000-##-####","###-00-####","###-##-0000","666-##-####","9##-##-####"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/internet.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:internet",["^ ","~:domain-suffix",["~#list",["com","biz","info","name","net","org","io","co"]],"~:free-email",["^3",["gmail.com","yahoo.com","hotmail.com"]],"~:slug",["^3",["report","appointment","highway","premium","shock","general","guess","branch","outside","exhibition","condition","nursery","trivial","confuse","design","corn","bless","ambiguous","diagram","ample","provision","judge","strict","perception","widen","plain","strap","fruit","distant","arena","twilight","hope","turkey","deport","brown","agree","exaggerate","onion","stuff","hypothesis","whole","relationship","linger","corpse","cutting","dynamic","thirsty","authority","award","introduction","seller","push","smile","marine","academy","polish","vegetarian","drill","miscarriage","laser","satisfaction","copy","angel","rung","glow","publish","figure","scale","story","compete","galaxy","book","conglomerate","kidnap","theorist","cruelty","inspiration","doctor","freckle","transfer","dictate","thank","midnight","defend","strikebreaker","offensive","wear","minister","curriculum","capital","patience","notebook","message","horizon"]],"~:user-agent",["^ ","~:aol",["^3",["Mozilla/5.0 (compatible; MSIE 9.0; AOL 9.7; AOLBuild 4343.19; Windows NT 6.1; WOW64; Trident/5.0; FunWebProducts)"]],"~:chrome",["^3",["Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36"]],"~:firefox",["^3",["Mozilla/5.0 (Windows NT x.y; Win64; x64; rv:10.0) Gecko/20100101 Firefox/10.0"]],"~:internet-explorer",["^3",["Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; AS; rv:11.0) like Gecko"]],"~:netscape",["^3",["Mozilla/5.0 (Windows; U; Win 9x 4.90; SG; rv:1.9.2.4) Gecko/20101104 Netscape/9.1.0285"]],"~:opera",["^3",["Opera/9.80 (X11; Linux i686; Ubuntu/14.10) Presto/2.12.388 Version/12.16"]],"~:safari",["^3",["Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/7046A194A"]]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/invoice.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:invoice",["^ ","~:reference",["^ ","~:check-digit-method","method_731","~:pattern","\\d{3,19}#"]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/job.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:job",["^ ","~:field",["~#list",["Marketing","IT","Accounting","Administration","Advertising","Banking","Community-Services","Construction","Consulting","Design","Education","Farming","Government","Healthcare","Hospitality","Legal","Manufacturing","Marketing","Mining","Real-Estate","Retail","Sales","Technology"]],"~:seniority",["^3",["Lead","Senior","Product","National","Regional","District","Central","Global","Customer","Investor","Dynamic","International","Legacy","Forward","Internal","Chief","Direct","Corporate","Future","Human","Principal"]],"~:position",["^3",["Supervisor","Associate","Executive","Liaison","Officer","Manager","Engineer","Specialist","Director","Coordinator","Administrator","Architect","Analyst","Designer","Planner","Orchestrator","Technician","Developer","Producer","Consultant","Assistant","Facilitator","Agent","Representative","Strategist"]],"~:key-skills",["^3",["Teamwork","Communication","Problem solving","Leadership","Organisation","Work under pressure","Confidence","Self-motivated","Networking skills","Proactive","Fast learner","Technical savvy"]],"~:employment-type",["^3",["Full-time","Part-time","Temporary","Contract","Internship","Commission"]],"~:education-level",["^3",["Associates","Bachelor","Master","Doctorate"]],"~:title",["^3",["#{seniority} #{field} #{position}","#{seniority} #{field} #{position}","#{field} #{position}","#{field} #{position}","#{seniority} #{position}"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/lebowski.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:lebowski",["^ ","~:actors",["~#list",["Jeff Bridges","John Goodman","Julianne Moore","Steve Buscemi","David Huddleston","Philip Seymour Hoffman","Tara Reid","Flea","Peter Stormare","John Turturro","Ben Gazzara"]],"~:characters",["^3",["The Dude","Walter Sobchak","Maude Lebowski","Donny","The Big Lebowski","Brandt","Bunny Lebowski","Karl Hungus","Jesus Quintana","Jackie Treehorn"]],"~:quotes",["^3",["He's a good man...and thorough.","Hey, I know that guy. He's a nihilist. Karl Hungus.","Mr. Treehorn treats objects like women, man.","Is this your homework, Larry?","Yeah, well, that's just, like, your opinion, man.","Mark it zero!","So then you have no frame of reference here Donny. You're like a child who wanders into the middle of a movie.","You want a toe? I can get you a toe, believe me. There are ways, Dude. You don't wanna know about it, believe me.","Hell, I can get you a toe by 3 o'clock this afternoon...with nail polish.","Calmer than you are.","I'm perfectly calm, Dude.","You are entering a world of pain.","This aggression will not stand, man.","Obviously, you're not a golfer","Mind if I do a J?","This is not 'Nam. This is bowling. There are rules.","Look, let me explain something to you. I'm not Mr. Lebowski. You're Mr. Lebowski. I'm the Dude.","I'm the dude, so that's what you call me. That or, uh His Dudeness, or uh Duder, or El Duderino, if you're not into the whole brevity thing.","This is a very complicated case Maude. You know, a lotta ins, a lotta outs, lotta what-have-yous.","Eight-year-olds, Dude.","Careful man, there's a beverage here!","The Dude abides.","That rug really tied the room together.","I mean, say what you want about the tenets of National Socialism, Dude, at least it's an ethos.","Forget it, Donny, you're out of your element!","I don't like your jerk-off name. I don't like your jerk-off face. And I don't like you...jerk-off.","Three thousand years of beautiful tradition, from Moses to Sandy Koufax.","I am the walrus","V.I. Lenin. Vladimir! Ilyich! Ulyanov!","Oh, the usual. I bowl. Drive around. The occasional acid flashback.","So what are you saying? When you get divorced you turn in your library card? You get a new license? You stop being Jewish?","You know, Dude, I myself dabbled in pacifism once. Not in 'Nam of course.","Stay away from my special lady friend, man.","I don't roll on Shabbos!"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/lovecraft.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:lovecraft",["^ ","~:fhtagn",["~#list",["Ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn"]],"~:deity",["^3",["Azathoth","Cthulhu","Dagon","Hastur","Nyarlathotep","Shub-Niggurath","Tsathoggua","Yog-Sothoth"]],"~:location",["^3",["Arkham","Dunwich","Innsmouth","Kadath","Kingsport","Leng","Miskatonic","R’lyeh","Yuggoth","Irem"]],"~:tome",["^3",["Necronomicon","Pnakotic Manuscripts","De Vermis Mysteriis","Book of Eibon","Eltdown Shards"]],"~:words",["^3",["abnormal","accursed","amorphous","antediluvian","antiquarian","blasphemous","cat","charnel","comprehension","cyclopean","dank","decadent","daemoniac","effulgence","eldritch","fainted","foetid","fungus","furtive","gambrel","gibbous","gibbering","hideous","immemorial","indescribable","iridescence","loathsome","lurk","madness","manuscript","mortal","nameless","noisome","non-euclidean","shunned","singular","spectral","squamous","stench","stygian","swarthy","tenebrous","tentacles","ululate","unmentionable","unnamable","unutterable"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/markdown.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:markdown",["^ ","~:headers",["~#list",["#","##","###","####","#####","######"]],"~:emphasis",["^3",["_","~~","*","**"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/marketing.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:marketing",["^ ","~:buzzwords",["~#list",["etc. etc.","put a pin in it","t-shirt sizes","heavy lifting","circle back","two-way street","data points","out of the box","get value out of the conversation","penetrate the market","plug and chug","deep dive","SWAG","bucketize it","sales funnel","market share","impact map","growth unit","tee it up","make it actionable","put a bow on it","give you some time back","bandwidth-constrained","had to 'punt' on that","home stretch","get a pulse on","value add","expansion play","rubber meets the road","sprint to the finish line","button up the loose ends","heads down","learnings","ideate","customer journey","buying cycle","synergy","snackable content","thought leader","thought leadership","immersive experience","value proposition","gamification","agile marketing","infographic","granular","streamline","swim lane","best practice","bleeding edge","out of pocket","let's take this offline","branding"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/measurement.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:measurement",["^ ","~:height",["~#list",["inch","foot"]],"~:length",["^3",["yard","foot","mile"]],"~:volume",["^3",["cup","tablespoon","teaspoon","quart","pint","gallon","fluid ounce"]],"~:weight",["^3",["pound","ounce","ton"]],"~:metric-height",["^3",["centimeter","meter"]],"~:metric-length",["^3",["millimeter","centimeter","decimeter","meter","dekameter","hectometer","kilometer"]],"~:metric-volume",["^3",["milliliter","liter"]],"~:metric-weight",["^3",["milligram","centigram","decigram","gram","dekagram","hectogram","kilogram","metric ton"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/michael-scott.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:michael-scott",["^ ","~:quotes",["~#list",["Would I rather be feared or loved? Easy. Both. I want people to be afraid of how much they love me.","Dwight, you ignorant slut!","If I had a gun with two bullets and I was in a room with Hitler, Bin Laden, and Toby, I would shoot Toby twice.","You wanna hear a lie? ... I...think you're great. You're my best friend.","Webster's Dictionary defines wedding as: The fusing of two metals with a hot torch.","Sometimes I'll start a sentence and I don't even know where it's going. I just hope I find it along the way.","There were these huge bins of clothes and everybody was rifling through them like crazy. And I grabbed one and it fit! So I don't think that this is totally just a woman's suit. At the very least it's bisexual.","The worst thing about prison was the Dementors. They were flying all over the place and they were scary and they'd come down and they'd suck the soul out of your body and it hurt!","I feel like all my kids grew up, and then they married each other. It's every parents' dream.","You don't know me, you've just seen my penis.","St. Patrick's Day is the closest thing the Irish have to Christmas.","I am Beyoncé, always.","And I knew exactly what to do. But in a much more real sense, I had no idea what to do.","When the son of the deposed king of Nigeria emails you directly, asking for help, you help! His father ran the freaking country! Ok?","I have cause. It is beCAUSE I hate him.","I am running away from my responsibilities. And it feels good.","Society teaches us that having feelings and crying is bad and wrong. Well, that's baloney, because grief isn't wrong. There's such a thing as good grief. Just ask Charlie Brown.","Saw Inception. Or at least I dreamt I did.","I'm an early bird and I'm a night owl. So I'm wise and I have worms.","Number 8. Learn how to take off a woman's bra: You just twist your hand until something breaks.","I love my employees even though I hit one of you with my car.","You know what they say. 'Fool me once, strike one, but fool me twice...strike three.","I am downloading some NP# music.","I am dead inside.","WHERE ARE THE TURTLES?!","Welcome back, Jerky Jerk-Face.","Should have burned this place down when I had the chance.","Well, just tell him to call me as asap as possible.","Well, happy birthday, Jesus. Sorry your party's so lame.","Do you think that doing alcohol is cool?","I love inside jokes. Love to be a part of one someday.","That's what she said.","No, I'm not going to tell them about the downsizing. If a patient has cancer, you don't tell them.","There is no such thing as an appropriate joke, that's why it's a joke.","You may look around and see two groups here: white collar, blue collar. But I don't see it that way, and you know why not? Because I am collar-blind.","I would not miss it for the world. But if something else came up I would definitely not go.","I don't come up with this stuff, I just forward it along. You wouldn't arrest the guy who was just passing drugs from one guy to another.","Make friends first, make sales second, make love third. In no particular order.","It's a pimple, Phyllis. Avril Lavigne gets them all the time and she rocks harder than anyone alive.","Wikipedia is the best thing ever. Anyone in the world can write anything they want about any subject. So you know you are getting the best possible information."]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/military.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:military",["^ ","~:army-rank",["~#list",["Private","Private First Class","Specialist","Corporal","Sergeant","Staff Sergeant","Sergeant First Class","Master Sergeant","First Sergeant","Sergeant Major","Command Sergeant Major","Sergeant Major of the Army","Second Lieutenant","First Lieutenant","Captain","Major","Lieutenant Colonel","Colonel","Brigadier General","Major General","Lieutenant General","General","General of the Army","General of the Armies"]],"~:marines-rank",["^3",["Private","Private First Class","Lance Corporal","Corporal","Sergeant","Staff Sergeant","Gunnery Sergeant","Master Sergeant","First Sergeant","Master Gunnery Sergeant","Sergeant Major","Sergeant Major of the Marine Corps","Second Lieutenant","First Lieutenant","Captain","Major","Lieutenant Colonel","Colonel","Brigadier General","Major General","Lieutenant General","General"]],"~:navy-rank",["^3",["Seaman Recruit","Fireman Recruit","Airman Recruit","Constructionman Recruit","Seaman Apprentice","Fireman Apprentice","Airman Apprentice","Constructionman Apprentice","Seaman","Fireman","Airman","Constructionman","Petty Officer Third Class","Petty Officer Second Class","Petty Officer First Class","Chief Petty Officer","Senior Chief Petty Officer","Command Senior Chief Petty Officer","Master Chief Petty Officer","Command Master Chief Petty Officer","Fleet Master Chief Petty Officer","Force Master Chief Petty Officer","Master Chief Petty Officer of the Navy","Ensign","Lieutenant","Lieutenant Commander","Commander","Captain","Rear Admiral","Vice Admiral","Admiral","Fleet Admiral","Admiral of the Navy"]],"~:coast-guard-rank",["^3",["Seaman Recruit","Seaman Apprentice","Seaman","Petty Officer Third Class","Petty Officer Second Class","Petty Officer First Class","Chief Petty Officer","Senior Chief Petty Officer","Master Chief Petty Officer","Command Master Chief Petty Officer","Area Command Master Chief Petty Officer","Coast Guard Reserve Force Master Chief Petty Officer","Master Chief Petty Officer of the Coast Guard","Ensign","Lieutenant","Lieutenant Commander","Commander","Captain","Rear Admiral","Vice Admiral","Admiral","Fleet Admiral","Admiral of the Navy"]],"~:air-force-rank",["^3",["Airman Basic","Airman First Class","Senior Airman","Staff Sergeant","Technical Sergeant","Master Sergeant","Senior Master Sergeant","Chief Master Sergeant","Command Chief Master Sergeant","Chief Master Sergeant of the Air Force","Second Lieutenant","First Lieutenant","Captain","Major","Lieutenant Colonel","Colonel","Brigadier General","Major General","Lieutenant General","General","General of the Air Force"]],"~:space-force-rank",["^3",["Airman Basic","Airman First Class","Senior Airman","Staff Sergeant","Technical Sergeant","Master Sergeant","Senior Master Sergeant","Chief Master Sergeant","Command Chief Master Sergeant","Senior Enlisted Advisor of the Space Force","Senior Enlisted Advisor to the Chairman","Second Lieutenant","First Lieutenant","Captain","Major","Lieutenant Colonel","Colonel","Brigadier General","Major General","Lieutenant General","General"]],"~:dod-paygrade",["^3",["E-1","E-2","E-3","E-4","E-5","E-6","E-7","E-8","E-9","O-1","O-1E","O-2","O-2E","O-3","O-3E","O-4","O-5","O-6","O-7","O-8","O-9","O-10","W-1","W-2","W-3","W-4","W-5","Special"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/mountain.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:mountain",["^ ","~:name",["~#list",["Abi Gamin","Annapurna Dakshin","Annapurna I","Annapurna II","Annapurna III","Apsarasas Kangri","Baintha Brakk","Baltistan Peak","Baltoro Kangri","Batura Sar","Broad Peak","Chamlang","Changtse","Cho Oyu","Chogolisa","Chomo Lonzo","Chongtar","Churen Himal","Crestone Peak","Denali","Dhaulagiri I","Dhaulagiri II","Dhaulagiri IV","Dhaulagiri V","Dhaulagiri VI","Diran","Distaghil Sar","Gangapurna","Gangkhar Puensum","Gasherbrum I","Gasherbrum II","Gasherbrum III","Gasherbrum IV","Ghent Kangri","Gimmigela","Gongga Shan","Gurla Mandhata","Gyachung Kang","Gyala Peri","Haramosh Peak","Himalchuli","Ismoil Somoni Peak","Istor-o-Nal","Jengish Chokusu","Pk Pobeda","Jomolhari","Jongsong Peak","K12","K2","Kabru N","Kamet","Kangchenjunga","Kangpenqing","Kangphu Kang","Kanjut Sar","Karjiang","Khartaphu","Khunyang Chhish","Kirat Chuli","Kongur Tagh","Kongur Tiube","Kula Kangri","Kumbhakarna","Labuche Kang","Labuche Kang III","Langtang Lirung","Langtang Ri","Lhotse","Lupghar Sar","Makalu","Malangutti Sar","Malubiting","Mamostong Kangri","Mana Peak","Manaslu","Masherbrum","Mauna Kea","Molamenqing","Momhil Sar","Mount Everest","Mount Shasta","Mount Whitney","Mukut Parbat","Muztagh Ata","Muztagh Tower","Namcha Barwa","Nanda Devi","Nanga Parbat","Nangpai Gosum","Ngadi Chuli","Noijin Kangsang","Noshaq","Nuptse","Passu Sar","Porong Ri","Pumari Chhish","Putha Hiunchuli","Rakaposhi","Rimo I","Rimo III","Saltoro Kangri","Saraghrar","Saser Kangri I","Saser Kangri II E","Saser Kangri III","Sherpi Kangri","Shishapangma","Shispare","Sia Kangri","Siguang Ri","Singhi Kangri","Skil Brum","Skyang Kangri","Sunanda Devi","Teram Kangri I","Teram Kangri III","The Crown","Tirich Mir","Tongshanjiabu","Trivor","Ultar","Ganesh I","Yukshin Gardan Sar","Yutmaru Sar"]],"~:range",["^3",["Annapurna Himalaya","Appalachian Mountains","Assam Himalaya","Baiku Himalaya","Baltoro Karakoram","Batura Karakoram","Cascade","Daxue Shan","Dhaulagiri Himalaya","Ganesh Himalaya","Great Smoky Mountains","Hindu Kush","Hispar Karakoram","Jomolhari Himalaya","Jugal Himalaya","Kangchenjunga Himalaya","Kongur Shan","Kula Kangri Himalaya","Labuche Himalaya","Langtang Himalaya","Lunana Himalaya","Mahalangur Himalaya","Manaslu Himalaya","Masherbrum Karakoram","Muztagata","Nagarze Himalaya","Nalakankar Himalaya","Nanga Parbat Himalaya","Pamir","Panmah Karakoram","Rakaposhi-Haramosh Karakoram","Rimo Karakoram","Rocky Mountains","Saltoro Karakoram","Sangre de Cristo","Sawtooth","Saser Karakoram","Siachen Karakoram","Sierra Nevada","Tian Shan","Wrangell Mountains","Yengisogat Karakoram"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/naruto.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:naruto",["^ ","~:characters",["~#list",["Naruto Uzumaki","Kakashi Hatake","Sasuke Uchiha","Minato Namikaze","Obito Uchiha","Itachi Uchiha","Abiru","Agara","Agari","Agari Kaisen","Ageha","Agira Ryūdōin","Ahiko","Aho Bird","Aino","Ajisai","Akaboshi","Akahoshi","Akamaru","Akane","kane (Kunoichi)","Akane's Father","Akari Tatsushiro","Akatsuchi","Akemaru","Akino","Akio","Akita Inuzuka","Akkun","Amachi","Amado","Amagi","Amai","Amaru","Amayo","Ameno","Ameyuki","Ameyuri Ringo","Ami","Amino","Amuda","Anato","Anbu Commander","Aniki","Anko Mitarashi","Ao","Aoba Yamashiro","Aoba Yamashiro","Aoda","Aoi (game)","Aoi Rokushō","Aoneko","Arai","Arashi","Arashi Umeya","Araya","Armadiko","Asaka","Asaki","Asami","Ashimaru","Ashina","Ashina Uzumaki","Ashitaba","Asuma Sarutobi","Asura Path (character)","Asura Ōtsutsuki","Atsui","Ayame","Azami","Azure Fang","Baiu","Baji","Baki","Baku","Baku (Anbu)","Bakuto","Bando","Bandō","Banna","Bansai","Baraki","Baru Uchiha","Beekeeper","Bekkō","Benga","Benten","Bird-Masked Anbu Member","Bisuke","Biwako Sarutobi","Black Shadow","Black Zetsu","Blue B","Boar-Masked Anbu Member","Boro","Boruto Uzumaki","Boxing Kangaroos","Breeze Dancer","Bull","Buna","Bunpuku","Buntan Kurosuki","Bunzō","Burami","Buriko Nekoka","Butsuma Senju","Byakuren","Captain of the Ghost Ship","Chamaru","Chamū","Chen","Chibi","Chichiatsu","Chikara","Chino","Chiriku","Chishima","Chiyo","Chiyo (princess)","Chiyomatsu","Chōbee Akimichi","Chōchō Akimichi","Chōhan","Chōji Akimichi","Chōji's Mothe","Chōjūrō","Chōmei","Chōseki","Chōza Akimichi","Chūji","Chūkaku","Chūkichi","Chūshin","Claw Daimyō","Code","Conch King","Condor","Crimson Fist","Curse Jutsu Master","Cursed Warrior","Daen Nara","Daibutsu","Daichi","Daikoku Funeno","Daimaru","Dajimu","Dan Katō","Dango Mitsuki","Dangō","Danjō","Danzō Shimura","Daore Dōtonbori","Darui","Datsuji","Deepa","Deidara","Delta","Demonic Statue of the Outer Path","Dengaku","Denka","Denki Kaminarimon","Disonasu","Dodai","Dokan","Doki","Dokku","Don","Doragu","Dosu Kinuta","Dotō Kazahana","Dread Lion","Dōshin","Dōshu Goetsu","Dōtō Akimichi","Eagle-Masked Anbu Member","Earth Daimyō","Earth Prison Golem","Ebisu","Ebizō","Ehō Norimaki","Emi","Emina","Emiru","En no Gyōja","En Oyashiro","Enchū Nara","Enko Onikuma","Enra","Ensui Nara","Enzo Tenrō","Ereki Kaminarimon","Erimaki Sharo","Etoro Konjiki","Evil Minister of the Tea Daimyō","F","Fang Daimyō","Faz","Fire Daimyō (Part I-II)","First Animal Path (character)","First Hoshikage","Former Leader of Nadeshiko Village","Fox-Masked Anbu Member"]],"~:villages",["^3",["Konohagakure (Leaf Village)","Sunagakure (Sand Village)","Kirigakure (Mist Village)","Kumogakure (Cloud Village)","Iwagakure (Stone Village)"]],"~:eyes",["^3",["Byakugan","Sharingan","Jōgan","Mangekyō Sharingan","Rinnegan","Tenseigan","Rinne-Sharingan"]],"~:demons",["^3",["One-Tails (Shukaku)","Two-Tails (Matatabi)","Three-Tails (Isobu)","Four-Tails (Son Goku)","Five-Tails (Kokuo)","Six-Tails (Saiken)","Seven-Tails (Chomei)","Eight-Tails (Gyuki)","Nine-Tails (Kurama)","Ten-Tails (Shinju)"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/nato-phonetic-alphabet.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:nato-phonetic-alphabet",["^ ","~:code-word",["~#list",["Alpha","Bravo","Charlie","Delta","Echo","Foxtrot","Golf","Hotel","India","Juliett","Kilo","Lima","Mike","November","Oscar","Papa","Quebec","Romeo","Sierra","Tango","Uniform","Victor","Whiskey","X-ray","Yankee","Zulu"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/new-girl.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:new-girl",["^ ","~:characters",["~#list",["Winston Bishop","Cece","Coach","Jessica Day","Nick Miller","Schmidt"]],"~:quotes",["^3",["A no-nail oath? You thought I was gonna sleep with one of you, like I just couldn't help it?","With your big, beautiful blue eyes and my Blair Underwood-like skin, we'd have the most beautiful baby the world has ever seen.","Are you 'White Fanging' me?","You are a beautiful white man, Nick Miller.","Take these, and take care of them. I can get a tetanus shot, but I can't cure damaged suede.","Please take that off. You look like a homeless pencil.","Winston and Ferguson about to eat some pasta!","Gave me cookie got you cookie!","Can you believe the zoo wouldn't let me borrow their white tiger? I mean, the nerve! Philip Seymour Hoffman is going to be sitting at the back of the party thinking, 'Look at that guy. He couldn’t even get a big cat.'","Did you just say 'butt drinking?' You can’t say 'butt drinking' and not explain what it is. That's two of my four favorite things.","Are you cooking a frittata in a sauce pan? What is this – prison?","If you had a jacket on with a bunch of yellow feathers, I'd be done.","I had figure skating lessons until I was 13, and then my mom sobered up and realized I was a boy.","Damp towel, damp! It’s like a really big wet nap. I feel like I'm being licked by a golden retriever. Look at this bathroom. There should not be two girls in this bathroom. You're too humid.","I don't celebrate Christmas. Or, as I like to call it, 'White Anglo Saxon Winter Privilege Night'.","It hurts. I feel like I've laid a million eggs and they're all hatching. I feel like I want to murder someone and I also want soft pretzels.","I don't know how it happened, man, but somehow I got on that woman's cycle of menstruation…and I got that menstruation inside of me.","I don't want some janky freshwater bitch fish, Winston. I want a lionfish.","I did laundry. I smell like a baby in a damn meadow.","Old people freak me out. With their hands and their legs. They’re like the people version of pleated pants.","I'm really fighting the urge to buy you a lobster dinner.","Nick is delicate. Like a flower. Like a chubby, damaged flower who hates himself.","How's the new apartment? Does it smell like new paint and compromise?","I was sabotaged by my baby box, which means I will never trust anything that comes out of it.","I'm gonna end up alone. I’m gonna be a single old lady, flashing people on the subway.","This place is fancy and I don't know which fork to kill myself with.","If you need me, I'll be in my room, listening to some mainstream hip-hop."]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/parks-and-rec.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:parks-and-rec",["^ ","~:characters",["~#list",["Leslie Knope","Ron Swanson","Ann Perkins","Mark Brendanawicz","Tom Haverford","April Ludgate","Andy Dwyer","Jerry Gergich","Donna Meagle","Ben Wyatt","Chris Traeger","Craig Middlebrooks","Jean-Ralphio Saperstein","Li'l Sebastian","Mona-Lisa Saperstein","Orin","Tammy 1","Tammy 2","Tammy Zero","Jeremy Jamm","Ethel Beavers","Crazy Ira","The Douche","Joan Callamezzo","Perd Hapley","Shauna Malwae-Tweep","Bobby Newport","Dr. Richard Nygard"]],"~:cities",["^3",["Pawnee","Eagleton","Boraqua"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/pearl-jam.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:pearl-jam",["^ ","~:musicians",["~#list",["Boom Gaspar","Dave Abbruzzese","Dave Krusen","Eddie Vedder","Jack Irons","Jeff Ament","Matt Cameron","Matt Chamberlain","Mike McCready","Stone Gossard"]],"~:albums",["^3",["Backspacer","Binaural","Gigaton","Lightning Bolt","Lost Dogs","No Code","Pearl Jam","Pearl Jam Twenty","Rearviewmirror","Riot Act","Ten","Vitology","Vs.","Yield"]],"~:songs",["^3",["½ Full","Acoustic #1","Alive","All Night","All Or None","All Those Yesterdays","Alone","Alright","Amongst The Waves","Animal","Arc","Army Reserve","Around the Bend","Aye Davinita","Be Like Wind","Bee Girl","Better Man","Big Wave","Black","Black Red Yellow","Blood","Brain of J.","Breakerfall","Breathe","Brother","Buckle Up","Bu$hleaguer","Bugs","Can't Keep","Comatose","Come Back","Comes Then Goes","Corduroy","Crazy Mary","Cready Stomp","Cropduster","Crown Of Thorns","Dance of the Clairvoyants","Daughter","Dead Man","Deep","Dirty Frank","Dissident","Do The Evolution","Don't Gimme No Lip","Down","Drifting","Education","Elderly Woman Behind The Counter In A Small Town","Evacuation","Even Flow","Faithful","Fatal","Footsteps","Force Of Nature","Future Days","Garden","Get Right","Getaway","Ghost","Given To Fly","Glorified G.","Go","God's Dice","Gone","Gonna See My Friend","Got Some","Green Disease","Gremmie Out Of Control","Grievence","Habit","Hail Hail","Hard To Imagine","Help Help","Hey Foxymophandlemama That's Me","Hitchhiker","Hold On","Immortality","I Am Mine","I Got Id","I'm Open","In Hiding","In My Tree","In The Moonlight","Indifference","Infallible","Inside Job","Insignificance","It Ain't Like That","Jeremy","Johnny Guitar","Just Breathe","Last Exit","Last Kiss","Leash","Leaving Here","Let Me Sleep","Let The Records Play","Life Wasted","Light Years","Lightning Bolt","Low Light","Love Boat Captain","Lukin","Man Of The Hour","Mankind","Marker In The Sand","Mind Your Manners","MFC","My Father's Son","Need To Know","Never Destination","No Way","Not For You","Nothinig As It Seems","Nothingman","Oceans","Of The Girl","Off He Goes","Once","Other Side","Parachutes","Parting Ways","Pendulum","Pilate","Porch","Present Tense","Pry To","Push Me Pull Me","Quick Escape","Rats","Rearviewmirror","Red Mosquito","Release","Retrograde","Rival","River Cross","Sad","Satan's Bed","Save You","Say Hello To Heaven","Seven O'Clock","Severed Hand","Sirens","Sleeping By Myself","Sleight Of Hand","Smile","Sometimes","Soon Forget","Speed Of Sound","Spin The Black Circle","State Of Love and Trust","Strangest Tribe","Superblood Wolfmoon","Supersonic","Swallowed Whole","Sweet Lew","Take The Long Way","The Color Red","The End","The Fixer","Thin Air","Thumbing My Way","Times Of Trouble","Tremor Chirst","Undone","Unemployable","Unthought Known","Walk With Me","Wash","Wasted Reprise","Whale Song","Whipping","Who Ever Said","Who You Are","Why Go","Wishlist","World Wide Suicide","W.M.A.","Yellow Ledbetter","Yellow Moon","You","You Are"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/princess-bride.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:princess-bride",["^ ","~:characters",["~#list",["Buttercup","Westley","Prince Humperdinck","Vizzini","Fezzik","Inigo Montoya","Count Rugen","The Countess","King Lotharon","Queen Bella","Miracle Max","Valerie","The Albino","Dread Pirate Roberts","Yellin","Domingo Montoya","Yeste"]],"~:quotes",["^3",["Hello. My name is Inigo Montoya. You killed my father. Prepare to die!","You rush a miracle man, you get rotten miracles.","The rodents of unusual size? I don't believe they exist.","He is only mostly dead. Not all dead. You can bring them back to life if they are only mostly dead. Now, give me that stick.","Have fun storming the castle!","You keep using that word. I do not think it means what you think it means.","There is nothing better than true love in the whole world. Except a nice MLT. Mutton, lettuce, and tomato when the mutton is nice and lean and the lettuce is nice and crisp. Ohhh you can't beat it.","Inconceivable!","We'll never survive. Nonsense, you're only saying that because nobody ever has.","I'll explain and I'll use small words so that you'll be sure to understand, you warthog faced buffoon.","Hello. My name is Inigo Montoya. You killed my father. Prepare to die!","As you wish.","But first things first. To the death!","The King's stinken son fired me and thank you so much for bringing up such a rotten subject. While you're at it, why don't you give me a nice paper cut and pore lemon juice on it. We're closed!","You mean you'll put down your rock and I'll put down my sword, and we'll try and kill each other like civilized people?","Mawage. Mawage is what bwings us togever today. Mawage that bwessed awangement, that dweam within a dweam.","I'm not a witch I'm your wife. But after what you just said I'm not even sure I want to be that anymore.","He didn't fall? INCONCEIVABLE!","Are you coming down into the pit? Westly's got his strength back, I'm starting him on the machine tonight.","I've hired you to help me start a war. It's an prestigious line of work, with a long and glorious tradition.","I do not think you would accept my help, since I am only waiting around to kill you.","That does put a damper on our relationship.","Life is pain. Anyone who says different is trying to sell you something.","Do you have 6 fingers on your left hand?","You only think I guessed wrong! That's what's so funny! I switched glasses when your back was turned!","Ha ha, you fool! You fell victim to one of the classic blunders! The most famous of which is never get involved in a land war in Asia, but only slightly less well-known is this: Never go in against a Sicilian when DEATH is on the line.","It's not my fault being the biggest and the strongest. I don't even exercise.","What you do not smell is called Iocane Power.","We are men of action. Lies do not become us."]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/relationship.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:relationship",["^ ","~:familial",["^ ","~:direct",["~#list",["Father","Mother","Sister","Brother"]],"~:extended",["^4",["Grandfather","Grandmother","Uncle","Aunt","Cousin","Niece","Nephew","Grandson","Granddaughter"]]],"~:in-law",["^4",["Father-in-law","Mother-in-law","Sister-in-law","Brother-in-law"]],"~:spouse",["^4",["Husband","Wife"]],"~:parent",["^4",["Father","Mother"]],"~:sibling",["^4",["Sister","Brother"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/room.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:room",["^ ","~:actors",["~#list",["Tommy Wiseau","Juliette Danielle","Greg Sestero","Philip Haldiman","Carolyn Minnott","Robyn Paris","Scott Holmes","Dan Janjigian","Kyle Vogt","Greg Ellery"]],"~:characters",["^3",["Johnny","Lisa","Mark","Denny","Claudette","Michelle","Mike","Chris-R","Peter","Steven"]],"~:locations",["^3",["Johnny's Place","Rooftop","Park","Alley","Flower Shop","Claudette's Place"]],"~:quotes",["^3",["Oh hi, Denny","Anything for my princess! Ha-ha-ha-ha.","Denny, two's great, but three's a crowd. Ha-ha.","Oh hi, Johnny, I didn't know it was you.","Here you go, keep the change. Hi doggy!","You're my favorite customer","I just want to talk to Johnny. You look beautiful today. Can I kiss you?","I got the results of the test back. I definitely have breast cancer.","Did you, uh, know, that chocolate is the symbol of love?","Where’s my money, Denny?","Denny, what kind of money, just tell me!","What kind of drugs, Denny?","I did not hit her! It’s not true! It’s bullshit! I did not hit her! I did not! Oh, hi Mark.","A-ha-ha-ha! What a story, Mark!","You can love someone deep inside your heart, and there is nothing wrong with it. If a lot of people loved each other, the world would be a better place to live.","I never hit you. You shouldn’t have any secrets from me. I’m your future husband.","Why Lisa, why Lisa, please talk to me, please! You’re part of my life, you are everything, I could not go on without you, Lisa.","You’re lying, I never hit you. You are tearing me apart, Lisa!","Do you understand life? Do you?","Oh hi, Mike, what’s new?","Oh hey, Denny.","How can they say this about me? I don’t believe it. I show them. I will record everything.","You know what they say: love is blind.","Ha-ha-ha, chicken, Peter, you’re just a little chicken! Cheep, cheep cheep cheep cheep chee-ee-ee-eep eeeeeeeeeeee!","Oh, hi Denny. Nice tux, you look great.","You look great. You look a babyface.","Oh hi, Susan.","We got a new client at the bank, we make a lot of money.","Anyway, how is your sex life?","Oh hi, Claudette. Bye!","You betrayed me, you’re not good, you’re just a chicken, cheep-cheep-cheep-cheep-cheep.","It’s not over! Everybody betray me! I fed up with this world!","How could you do this to me?! I gave you seven years of my life! And you betray me.","Aughhhhhhhh!!! Everybody betray me. I don’t have a friend in the world.","As far as I’m concerned, you can drop off the earth. That’s a promise"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/rupaul.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:rupaul",["^ ","~:queens",["~#list",["Tyra Sanchez","Raven","Jujubee","Tatianna","Pandora Boxx","Jessica Wild","Sahara Davenport","Morgan McMichaels","Shangela Wadley","Raja","Manila Luzon","Alexis Mateo","Yara Sofia","Carmen Carrera","Delta Work","Stacy Layne Matthews","Mimi Imfurst","Sharon Needles","Chad Michaels","Phi Phi O'Hara","Latrice Royale","Kenya Michaels","Dida Ritz","Willam","Jiggly Caliente","Jinkx Monsoon","Alaska","Roxxxy Andrews","Detox","Coco Montrese","Alyssa Edwards","Ivy Winters","Bianca Del Rio","Adore Delano","Courtney Act","Darienne Lake","BenDeLaCreme","Joslyn Fox","Trinity K Bonet","Laganja Estranja","Milk","Gia Gunn","Violet Chachki","Ginger Minj","Pearl","Kennedy Davenport","Katya","Trixie Mattel","Miss Fame","Bob The Drag Queen","Kim Chi","Naomi Smalls","Chi Chi DeVayne","Derrick Barry","Thorgy Thor","Robbie Turner","Acid Betty","Sasha Velour","Peppermint","Shea Coulee","Trinity Taylor","Alexis Michelle","Nina Bonina Brown","Valentina","Farrah Moan","Aja","Cynthia Lee Fontaine","Aquaria","Eureka","Kameron Michaels","Asia O'Hara","Miz Cracker","Monet X Change","The Vixen","Monique Heart","Blair St. Clair","Mayhem Miller","A'keria Chanel Davenport","Ariel Versace","Brook Lynn Hytes","Mercedes Iman Diamond","Nina West","Plastique Tiara","Ra'jah O'Hara","Scarlet Envy","Shuga Cain","Silky Nutmeg Ganache","Vanessa Vanjie Mateo","Yvie Oddly"]],"~:quotes",["^3",["Glamazon!","Put the bass in your walk.","Sashay away.","Good luck, and don't fuck it up.","Shante, you stay.","You betta work.","The time has come, for you to lip-sync for your life!","Extravaganza eleganza!","Now, let the music play!","That's funny, tell another one.","Sissy that walk.","Don't be jealous of my boogie.","We're all born naked and the rest is drag.","Life is about using the whole box of crayons.","When the going gets tough, the tough reinvent themselves.","Hello, hello, hello!","Bring back my girls.","Just between us squirrel friends...","In the great tradition of Paris is Burning, \"Get out your Library Cards!\"","Because reading is what?","Now listen, I gotta tell ya...","Silence...I've made my decision.","You're a winner, baby!","Condragulations!","I'm sorry, my dear, but you are up for elimination.","Prance, I say!","If you can't love yourself, how in the hell you gonna love somebody else?","Must be jelly 'cause jam don't shake.","She done already done had herses."]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/rush.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:rush",["^ ","~:players",["~#list",["Geddy Lee","Alex Lifeson","Neil Peart","John Rutsey"]],"~:albums",["^3",["Rush","Fly by Night","Caress of Steel","2112","A Farewell to Kings","Hemispheres","Permanent Waves","Moving Pictures","Signals","Grace Under Pressure","Power Windows","Hold Your Fire","Presto","Roll the Bones","Counterparts","Test for Echo","Vapor Trails","Snakes & Arrows","Clockwork Angels","All the World's a Stage","Exit...Stage Left","A Show of Hands","Different Stages"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/separator.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:separator"," & "]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/shakespeare.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:shakespeare",["^ ","~:hamlet",["~#list",["To be, or not to be, that is the question","Neither a borrower nor a lender be; For loan oft loses both itself and friend, and borrowing dulls the edge of husbandry.","This above all: to thine own self be true, and it must follow, as the night the day, thou canst not then be false to any man.","Though this be madness, yet there is method in't.","That it should come to this!","There is nothing either good or bad, but thinking makes it so.","What a piece of work is man! How noble in reason, how infinite in faculty! In form and moving how express and admirable! In action how like an angel, in apprehension how like a god! The beauty of the world. The paragon of animals.","The lady doth protest too much, methinks.","A little more than kin, and less than kind.","The play's the thing wherein I'll catch the conscience of the king.","Brevity is the soul of wit.","Doubt thou the stars are fire, doubt that the sun doth move, doubt truth to be a liar, but never doubt I love.","Rich gifts wax poor when givers prove unkind.","Do you think I am easier to be played on than a pipe?","I will speak daggers to her but use none.","When sorrows come, they come not single spies but in battalions."]],"~:as-you-like-it",["^3",["All the world's a stage, and all the men and women merely players; they have their exits and their entrances, and one man in his time plays many parts, his acts being seven ages.","Can one desire too much of a good thing?","I like this place and willingly could waste my time in it.","But Oh, how bitter a thing it is to look into happiness through another man's eyes.","Blow, blow, thou winter wind, thou art not so unkind as man's ingratitude.","True is it that we have seen better days and have with holy bell been knolled to church, and sat at good men’s feasts and wiped our eyes of drops that sacred pity hath engendered.","For ever and a day.","The fool doth think he is wise, but the wise man knows himself to be a fool."]],"~:king-richard-iii",["^3",["Now is the winter of our discontent made glorious summer by this sun of York","A horse! a horse! my kingdom for a horse!","Conscience is but a word that cowards use, devised at first to keep the strong in awe.","So wise so young, they say, do never live long.","But then I sigh and, with a piece of scripture, tell them that God bids us do good for evil; and thus I clothe my naked villainy with odd old ends stolen out of Holy Writ, and seem a saint when most I play the devil.","An honest tale speeds best, being plainly told.","The king's name is a tower of strength.","The world is grown so bad that wrens make prey where eagles dare not perch."]],"~:romeo-and-juliet",["^3",["O Romeo, Romeo! Wherefore art thou Romeo?","But soft! What light through yonder window breaks? It is the east, and Juliet is the sun.","Good night, good night! Parting is such sweet sorrow, that I shall say good night till it be morrow.","What's in a name? That which we call a rose by any other name would smell as sweet.","Wisely and slow; they stumble that run fast.","Tempt not a desperate man.","For you and I are past our dancing days.","Oh, she doth teach the torches to burn bright! It seems she hangs upon the cheek of night like a rich jewel in an Ethiope’s ear, beauty too rich for use, for earth too dear.","See how she leans her cheek upon her hand. Oh, that I were a glove upon that hand that I might touch that cheek!","Not stepping o'er the bounds of modesty."]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/source.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:source",["^ ","~:hello-world",["^ ","~:ruby","puts 'Hello World!'","~:javascript","alert('Hello World!');","~:c","printf('Hello World!');","~:php","echo 'Hello World!';","~:python","print('Hello World!')","~:java","System.out.println('Hello World!');","~:elixir","IO.puts 'Hello World!'"],"~:print",["^ ","^3","puts 'faker_string_to_print'","^4","console.log('faker_string_to_print');","~:c","printf('faker_string_to_print');","^5","echo 'faker_string_to_print';","^6","print('faker_string_to_print')","^7","System.out.println('faker_string_to_print');","^8","IO.puts 'faker_string_to_print'"],"~:print-1-to-10",["^ ","^3"," (1..10).each { |i| puts i }","^4"," for (let i=0; i<10; i++) { console.log(i); }","~:c"," for(int i=0; i<10; i++) { printf('%d', i); }","^5"," for ($i=1; $i<10; $i++) { echo $i; }","^6"," for i in range(10): print(i)","^7"," for (int i=0; i<10; i++) { System.out.println(i); }","^8"," Enum.each(1..10, fn(x) -> IO.puts x end)"]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/south-park.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:south-park",["^ ","~:characters",["~#list",["Sharon Marsh","Officer Barbrady","Jesus","Token Black","Dr. Alphonse Mephesto","Stephen Stotch","Heidi Turner","Jimmy Valmer","Sheila Broflovski","Jimbo Kern","Ike Broflovski","Kevin McCormick","Father Maxi","Grandpa Marvin Marsh","Clyde Donovan","Butters Stotch","Shelly Marsh","Kyle Broflovski","Stuart McCormick","Carol McCormick","Timmy Burch","Ned Gerblansky","Mr. Mackey","Satan","Moses","PC Principal","Bradley Biggle","Randy Marsh","Kenny McCormick","Terrance and Phillip","Mr. Slave","Sergeant Harrison Yates","Lemmiwinks","Mr. Hankey","Wendy Testaburger","Santa","God","Stan Marsh","Towelie","Gerald Broflovski","Bebe Stevens","Starvin' Marvin","Karen McCormick","David Rodriguez","Eric Cartman","Mayor McDaniels","Tuong Lu Kim","Tweek Tweak","Dougie","Craig Tucker","Mr. Garrison","Pip","Liane Cartman","Scott Malkinson","Linda Stotch"]],"~:quotes",["^3",["Hippies. They're everywhere. They wanna save Earth, but all they do is smoke pot and smell bad","They took our deers","Kenny’s family is so poor that yesterday, they had to put their cardboard box up for a second mortgage","Without evil there could be no good, so it must be good to be evil sometimes","Dad, Tom Cruise won't come out of the closet!","They took der derrs","I'm not just sure, I'm HIV positive","I don't make the rules Kyle, I simply think them up and write them down","I'm just getting a little cancer Stan","Respect my authoritaahh!!!","Your mother was worried sick and I was here drinking beer","Hey Panda Bear! We don't take kindly to your types around here.","You know what they say: You can't teach a gay dog straight tricks","They took our jobs","Maybe we should send you to a concentration camp","Life is short butters, & thats why you have to do whatever you want all the time","No we haven't actually seen it Tom, we're just reporting it"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/star-trek.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:star-trek",["^ ","~:character",["~#list",["James Tiberius Kirk","Jean-Luc Picard","Benjamin Sisko","Kira Nerys","Odo","Jadzia Dax","Julian Bashir","Miles O'Brien","Quark","Jake Sisko","Kathryn Janeway","Chakotay","Tuvok","Tom Paris","B'Elanna Torres","Harry Kim","Seven of Nine","The Doctor","Neelix","Kes","Jonathan Archer","T'Pol","Charles Tucker III","Malcolm Reed","Travis Mayweather","Hoshi Sato","Phlox","Data","William T. Riker","Geordi La Forge","Worf","Beverly Crusher","Deanna Troi","Natasha Yar","Wesley Crusher","Spock","Leonard McCoy","Montgomery Scott","Hikaru Sulu","Pavel Chekov","Nyota Uhura"]],"~:location",["^3",["Qo'noS","Romulus","Bajor","Vulcan","Neutral Zone","Alpha Quadrant","Beta Quadrant","Delta Quadrant","Gamma Quadrant","Tau Ceti Prime","Wolf 359","Thalos VII","Cardassia","Trillius Prime","Badlands","Betazed","Risa","Deep Space Nine","Ferenginar","The Briar Patch","Khitomer"]],"~:specie",["^3",["Breen","El-Aurian","Jem'Hadar","Kazon","Ocampa","Q","Ferengi","Klingon","Talaxian","Vidiian","Cardassian","Vulcan","Borg","Romulan","Vorta","Andorian","Bajoran","Betazoid"]],"~:villain",["^3",["Q","Gorn","Khan Noonien Singh","Ru'afo","Maltz","Kruge","Ayel","Admiral Marcus","Martia","Lt. Valeris","V'ger","God of Sha Ka Ree","Admiral Dougherty","Nero","Krall","Tolian Soran","Shinzon","General Chang","Lursa","B'Etor","Borg Queen"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/stargate.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:stargate",["^ ","~:characters",["~#list",["Jack O'Neill","Teal'c","Daniel Jackson","Samantha Carter","Janet Frasier","George Hammond","Jonas Quinn","Cameron Mitchell","Vala Mal Doran","Kawalsky","Jacob Carter","Kasuf","Sha're","Skaara","Thor","Anubis","Apophis","Ba'al","Cronus","Hathor","Heru-ur","Klorel","Ra","Amonet","Osiris","Sokar","Bra'tac","Lantash","Selmak","Jolinar","Martouf","Cassandra","Harlan"]],"~:planets",["^3",["Abydos","Altair","Asuras","Athos","Celestis","Chulak","Dakara","Earth","Langara","Lantea","Orilla","P3X-888","Sateda","Tollana","Vorash"]],"~:quotes",["^3",["What is an Oprah?","Teal'c, look scary and take point.","Things will not calm down, Daniel Jackson. They will, in fact, calm up.","Undomesticated equines could not remove me.","General, request permission to beat the crap out of this man.","In my culture, I would be well within my rights to dismember you.","Hey, if you'd been listening, you'd know that Nintendos pass through everything!","You know, I've never been on a stakeout before. Shouldn't we have donuts or something?","It's always suicide mission this, save the planet that. No one ever just stops by to say hi anymore.","I would prefer not to consume bovine lactose at any temperature.","I am not Lucy.","I did not intend for my statement to be humorous.","Indeed.","You ended that sentence with a preposition. Bastard!"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/stranger-things.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:stranger-things",["^ ","~:character",["~#list",["Joyce","Lonnie","Jonathan","Will","Nancy","Mike","Terry","Becky","Eleven","Jim","Diane","Barbara","Steve","Dustin","Lucas","Demogorgon"]],"~:quote",["^3",["I just didn’t want you to think I was such a wastoid, you know?","You’re going to take out the demigorgon with a slingshot?","Mornings are for coffee and contemplation.","Eggos?","This is not yours to fix alone. You act like you’re all alone out there in the world, but you’re not. You’re not alone.","My God, is she Russian?","Maybe I’m crazy, maybe I’m out of my mind! But God help me, I will keep these lights up until the day I die if I think there’s a chance that Will’s still out there!","Am I dreaming, or is that you, Harrington?","How do you know it’s not just a lizard?....Because his face opened up and he ate my cat!","Use the shampoo and conditioner and when your hair’s damp, not wet, okay? When it’s damp, you do four puffs of the Farrah Fawcett spray.","She will not be able to resist these pearls. *Purrs*","So, Jonathan, how was the pull-out?","I don’t want you to get hurt at all. And I don’t wanna lose you. Just make sure you heat up some real food. Not just Eggos."]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/stripe.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:stripe",["^ ","~:valid-cards",["^ ","~:amex","378282246310005","~:mc-2-series","2223003122003222","~:diners-club-2","36227206271667","~:visa","4242424242424242","~:discover","6011111111111117","~:jcb","3566002020360505","~:diners-club","3056930009020004","~:visa-debit","4000056655665556","~:mc-prepaid","5105105105105100","~:mc-debit","5200828282828210","~:discover-2","6011000990139424","~:mc","5555555555554444","~:amex-2","371449635398431"],"~:valid-tokens",["^ ","^3","tok_amex","^6","tok_visa","^7","tok_discover","^8","tok_jcb","^9","tok_diners","^:","tok_visa_debit","^;","tok_mastercard_prepaid","^<","tok_mastercard_debit","^>","tok_mastercard"],"~:invalid-cards",["^ ","~:address-zip-fail","4000000000000010","~:cvc-fail","4000000000000101","~:customer-charge-fail","4000000000000341","~:address-zip-unavailable","4000000000000044","~:success-with-review","4000000000009235","~:decline-processing-error","4000000000000119","~:decline-incorrect-cvc","4000000000000127","~:decline-card","4000000000000002","~:zip-fail","4000000000000036","~:decline-expired","4000000000000069","~:decline-fraudulent-card","4100000000000019","~:decline-incorrect-number","4242424242424241","~:address-fail","4000000000000028"]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/studio-ghibli.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:studio-ghibli",["^ ","~:characters",["~#list",["Chihiro Ogino","Traveling Soot","Yubaba","Haku","No-Face","Zeniba","Kamaji","Howl Jenkins Pendragon","Sophie Hatter","Witch of the Waste","Lettie Hatter","Calcifer","Markl","Tunip Head","Suliman","Pazu","Shiita","Dola","Louis","Seita Yokokawa","Setsuko Yokokawa","Kiyoshi Yokokawa","Ponyo","Fujimoto","Granmamare","Sōsuke","Lisa","Kōichi","Ashitaka","San","Jiko-bō","Lady Eboshi","Moro","Nausicaä","Jhil","Yupa","Obaba Hisako","Marco Pagot","Gina","Fio Piccolo","Donald Curtis","Mamma Aiuto","Capo","Mr. Piccolo","Bellini","Jiji","Kiki the Witch","Tombo Kopoli","Osono","Ursula","Totoro","Mei Kusakabe","Catbus","Satsuki Kusakabe","Tatsuo Kusakabe","Kanta Ōgaki","Yasuko Kusakabe"]],"~:quotes",["^3",["It’s not really important what color your dress is. What matters is the heart inside.","We each need to find our own inspiration, Kiki. Sometimes it’s not easy.","Maybe I can stay and find some other nice people who will like me and accept me for who I am.","Something you wouldn't recognize. It’s called love.","Once you do something, you never forget. Even if you can't remember.","Here's another curse for you, may all your bacon burn.","I'm going up to my room now, where I may die.","Really, these wizards! You'd think no one had ever had a cold before! Well, what is it?","I give up. I see no point in living if I can’t be beautiful.","Life is suffering. It is hard. The world is cursed. But still you find reasons to keep living.","Look, everyone! This is what hatred looks like! This is what it does when it catches hold of you! It's eating me alive, and very soon now it will kill me! Fear and anger only make it grow faster!","These days, there are angry ghosts all around us. Dead from wars, sickness, starvation, and nobody cares. So - you say you're under a curse. So what, so's the whole damn world.","It's not really important what color your dress is. What matters is the heart inside. I think something's wrong with me. I make friends, then suddenly I can't bear to be with any of them. Seems like that other me, the cheerful and honest one, went away somewhere.","A pig that doesn't fly is just a pig.","I'm a pig. I don't fight for honor. I fight for a paycheck.","A pig's gotta fly.","Hahaha... This isn't a Western, you can't hit me from here.","Take her back to Civilisation.","I finally get a bouquet and it's a goodbye present. That's depressing.","Aren't you even going to knock? You're the most patheic little girl I've ever seen!","The earth speaks to all of us, and if we listen, we can understand.","A girl just fell from the sky, boss!","The tree! We protected it, so it protects us!","He said Mom was ugly, now go get him!","That tree's gettin' away with our treasure!","It's so beautiful. It's hard to believe these spores could kill me.","Why does everything that's good for you have to taste so bad?"]],"~:movies",["^3",["Spirited Away","Kiki's Delivery Service","My Neighbour Totoro","Howl's Moving Castle","Princess Mononoke","Porco Rosso","The Cat Returns","Ponyo","Nausicaä of the Valley of the Wind","Castle in the Sky","Grave of the Fireflies","Arietty","Tales from Earthsea","From Up on Poppy Hill","The Wind Rises","The Tale of the Princess Kaguya","My Neighbors the Yamadas"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/subscription.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:subscription",["^ ","~:plans",["~#list",["Free Trial","Basic","Starter","Essential","Student","Bronze","Standard","Silver","Gold","Platinum","Professional","Business","Diamond","Premium"]],"~:statuses",["^3",["Active","Idle","Blocked","Pending"]],"~:payment-methods",["^3",["Credit card","Debit card","Paypal","Cash","Money transfer","Bitcoins","Cheque","Apple Pay","Google Pay","WeChat Pay","Alipay","Visa checkout"]],"~:subscription-terms",["^3",["Daily","Weekly","Monthly","Annual","Biennal","Triennal","Quinquennal","Lifetime"]],"~:payment-terms",["^3",["Payment in advance","Monthly","Annual","Full subscription"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/suits.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:suits",["^ ","~:characters",["~#list",["Harvey Specter","Mike Ross","Louis Litt","Rachel Zane","Donna Paulsen","Jessica Pearson","Katrina Bennett","Alex Williams","Samantha Wheeler","Jenny Griffith","Trevor Evans","Dana Scott","Travis Tanner","Cameron Dennis","Daniel Hardman","Sheila Sazs","Monica Eton","Robert Zane","Edward Darby","Stephen Huntley","Ava Hessington","Jonathan Sidwell","Eric Woodall","Sean Cahill","Esther Litt"]],"~:quotes",["^3",["Sometimes good is not good enough.","I don't play the odds, I play the man.","Thats the difference between you and me. You wanna lose small, I wanna win big.","The only time success comes before work is in the dictionary.","Don't raise your voice. Improve your argument.","When you’re backed against the wall, break the goddamn thing down.","But I’d never thought in million years, that I’d meet someone dumb enough to go to prison for me.","Failure is a bruise, not a tattoo.","When you work with tigers, once in a while they are going to take a swipe at you.","I dont respond to threats. I make them.","I am sorry I don't have photographic memory, but my brain is too busy being awesome.","I’m Donna. I know everything.","I don't have dreams, I have goals.","You just got Litt up!","I’m Moby goddamn Dick, and you just swam in my waters"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/supernatural.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:supernatural",["^ ","~:character",["~#list",["Abaddon","Adam Milligan","Alastair","Alex Jones","Amelia Richardson","Anna Milton","Arthur Ketch","Ash","Asmodeus","Azazel","Balthazar","Becky Rosen","Bela Talbot","Belphegor","Ben Braeden","Benny Lafitte","Bess Fitzgerald","Bobby Singer","Castiel","Charlie Bradbury","Christian Campbell","Claire Novak","Cole Trenton","Constance Welch","Crowley","Dagon","Dean Winchester","Death","Doctor Hess","Donatello Redfield","Donna Hanscum","Dr. Gaines","Dumah","Edgar","Eileen Leahy","Eleanor Visyak","Ellen Harvelle","Eve","Frank Devereaux","Gabriel","Gadreel","Garth Fitzgerald IV","Gavin MacLeod","Gordon Walker","Gwen Campbell","Hannah","Harry Spengler","Ingrid","Jack Kline","Jenny","Jessica Moore","Jo Harvelle","Jody Mills","John Wayne Gacy","John Winchester","Josie Sands","Karen Singer","Kevin Tran","Lady Toni Bevell","Lilith","Linda Tran","Lisa Braeden","Lucifer","Mary Winchester","Mary Worthington","Meg Masters","Metatron","Michael","Mick Davies","Naomi","Nick","Pamela Barnes","Raphael","Rowena MacLeod","Ruby","Rufus Turner","Sam Winchester","Samandriel","Samuel Campbell","Sergei","Susan","Tessa","Uriel","Victor Henriksen","Zachariah"]],"~:creature",["^3",["Angel","Archangel","Croatoan Virus","Demon","Djinn","Dragon","Elf","Ghost","Ghoul","Hellhounds","Kappa","Khan worm","Leprechauns","Leviathan","Loch Ness Monster","Mermaid","Monster","Phoenix","Poltergeist","Shapeshifter","Soul Eater","Tricksters","Wendigo","Werewolf","Zombie","Vampire"]],"~:weapon",["^3",["Archangel Blades","Brass","Cain's knife","Crowley's bones","Death's Scythe","Death's ring","Excalibur","Fire","Hands Of God","Holy Oil","Holy Water","Lamb blood","Lance Of Michael","Rabbit's Foot","Righteous Bone","Salt","Silver Bullets","Staff of Moses","Sword of St. George","The Equalizer","The First Blade","Virgin blood","steel","The Colt"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/tea.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:tea",["^ ","~:variety",["^ ","~:black",["~#list",["Assam","Ceylon","Congou","Darjeeling","Dianhong","Earl Grey","English Afternoon","English Breakfast","Irish Breakfast","Jaekseol","Jiu Qu Hong Mei","Kangra","Keemun","Lady Grey","Lahijan","Lapsang Souchong","Masala Chai","Munnar","Nepali","Nilgiri","Rize","Scottish Breakfast","Sun Moon Lake","Yingdehong"]],"~:oolong",["^4",["Alishan","Bai Jiguan","Da Hong Pao","Dancong","Dongding","Dongfang Meiren","Fujian","Gaoshan","Huangjin Gui","Ji Xuan","Lishan","Pouchong","Rougui","Ruan Zhi","Shui Jin Gui","Shui Xian","Tieguanyin","Tieluohan","Tienguanyin","Vietnamese"]],"~:green",["^4",["Bancha","Biluochun","Chun Mee","Daejak","Garucha","Genmaicha","Gunpowder","Gyokuro","Hojicha","Huangshan Maofeng","Ipcha","Jungjak","Kabusecha","Kukicha","Longjing","Lu'an Melon Seed","Matcha","Sejak","Sencha","Shincha","Taipin Houkui","Ujeon","Xinyang Maojian"]],"~:white",["^4",["Bai Mu Dan","Fujian New Craft","Gongmei","Shou Mei","Yi Zhen Bai Hao"]],"~:herbal",["^4",["Anise","Asiatic Penny-Wort","Bael Fruit","Barley","Bee Balm","Boldo","Burdock","Cacao","Caraway","Cat's Claw","Catnip","Cerasse","Chamomile","Che Dang","Chinese Knot-Weed","Chrysanthemum","Cinnamon","Citrus Peel","Dandelion","Dill","Dried Lime","Echinacea","Elderberry","Essiac","European Mistletoe","Fennel","Gentian","Ginger Root","Ginseng","Goji","Hawthorn","Hibiscus","Honeybush","Horehound","Houttuynia","Jiaogulan","Kapor","Kuzuyu","Labrador","Lemon Balm","Lemon Ginger","Lemon Grass","Licorice Root","Lime Blossom","Luo Han Guo","Mint","Moringa","Mountain Tea","Neem","Nettle","New Jersey Tea","Noni","Oksusu Cha","Olive Leaf","Osmanthus","Pandan","Patchouli","Pine","Qishr","Red Clover","Red Raspberry","Roasted Wheat","Rooibos","Rose Hip","Roselle","Rosemary","Sage","Sagebrush","Serendib","Skurayu","Sobacha","Spearmint","Spicebush","Spruce","St. John's Wort","Thyme","Tulsi","Turmeric","Valerian","Verbena","Vetiver","Wax Gourd","Wong Lo Kat","Woodruff","Yarrow"]]],"~:type",["^4",["Black","Oolong","Green","White","Herbal"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/team.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:team",["^ ","~:creature",["~#list",["ants","bats","bears","bees","birds","buffalo","cats","chickens","cattle","dogs","dolphins","ducks","elephants","fishes","foxes","frogs","geese","goats","horses","kangaroos","lions","monkeys","owls","oxen","penguins","people","pigs","rabbits","sheep","tigers","whales","wolves","zebras","banshees","crows","black cats","chimeras","ghosts","conspirators","dragons","dwarves","elves","enchanters","exorcists","sons","foes","giants","gnomes","goblins","gooses","griffins","lycanthropes","nemesis","ogres","oracles","prophets","sorcerors","spiders","spirits","vampires","warlocks","vixens","werewolves","witches","worshipers","zombies","druids"]],"~:name",["^3",["#{Address.state} #{creature}"]],"~:sport",["^3",["baseball","basketball","football","hockey","rugby","lacrosse","soccer","buzkashi","cricket","kabaddi","archery","field hockey","wrestling","association","sumo","dandi biyo","league","arnis","bandy","taekwondo","volley ball","oil wrestling","handball","pesäpallo","rugby union","golf","bull fighting","shooting","gymnastics","water polo"]],"~:mascot",["^3",["Raymond","Bailey","Rocky","Screech","Steely McBeam","Nordy","Hugo","Griz","Iceburgh","Mr. Redlegs","Benny the Bull","Big Red","Suns Gorilla","Pirate Parrot","Ragar the Viking","JazzBear","Wally the Green Monster","Burnie","K.C. Wolf","Sausages","Mr. Met","Youppi","The Raptor","Jaxson De Ville","Phanatic"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/the-thick-of-it.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:the-thick-of-it",["^ ","~:characters",["~#list",["Malcolm Tucker","Hugh Abbot","Nicola Murray","Oliver Reeder","Cliff Lawton","Dan Miller","Geoff Holhurst","Jamie MacDonald","Julius, Rt Hon The Lord Nicholson of Arnage","Nick Hanway","Tom Davis","Clare Ballentine","Ben Swain","Ed Atkins","John Duggan","Steve Fleming","Helen Hatley","Sam Cassidy","Terri Coverley","Robyn Murdoch","Peter Mannion","Dr Stewart Pearson","Fergus Williams","Emma Florence Messinger","Philip Bartholomew Cornelius Smith","Glenn Cullen","Adam Kenyon","Cal Richards","Mary Drake","Lord Goolding","Baroness Sureka","Simon Weir","Matthew Hodge","The PM","Tom Davis","JB","Pat Morrissey","Douglas Tickel"]],"~:positions",["^3",["General Elections Advisor","Director of Communications","Former Media Adviser to the Leader of the Opposition","MP","Secretary of State for Social Affairs","Secretary of State for Social Affairs and Citizenship","Former Leader of the Opposition","Director of Communications for the Opposition","Policy Adviser to the Leader of the Opposition","Special Adviser/Junior Policy Adviser to the Secretary of State, DoSAC","Backbench MP","Junior Minister","Minister of State for Defense","Shadow Cabinet Minister","Senior Press Officer","Head of Advanced Implementation Unit","Spin Doctor","Chair","Minister of State for Immigration","Minister of State at the Department of Education","Press Officer","Party Press Officer","Chief Whip","Special Adviser to the Leader of the Opposition","Personal Assistant","Minister for Fisheries","Policy Adviser to the Shadow Secretary of State","Researcher for the Shadow Secretary of State","Adviser, Fourth Sector Initiative","Chief Strategist","Minister of State","Prime Minister of the United Kingdom"]],"~:departments",["^3",["Number 10","DoSAC","Shadow Cabinet","Department of Defense","House of Lords","Education Select Committee","Department of Immigration","Department of Education","Department of Fisheries","Cabinet Office"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/university.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:university",["^ ","~:prefix",["~#list",["The","Northern","North","Western","West","Southern","South","Eastern","East"]],"~:suffix",["^3",["University","Institute","College","Academy"]],"~:name",["^3",["#{Name.last_name} #{University.suffix}","#{University.prefix} #{Name.last_name} #{University.suffix}","#{University.prefix} #{Name.last_name}","#{University.prefix} #{Address.state} #{University.suffix}"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/en/yoda.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:en",["^ ","~:yoda",["^ ","~:quotes",["~#list",["Use your feelings, Obi-Wan, and find him you will.","Already know you that which you need.","Adventure. Excitement. A Jedi craves not these things.","At an end your rule is, and not short enough it was!","Around the survivors a perimeter create.","Soon will I rest, yes, forever sleep. Earned it I have. Twilight is upon me, soon night must fall.","Not if anything to say about it I have","Through the Force, things you will see. Other places. The future - the past. Old friends long gone.","Ow, ow, OW! On my ear you are!","The dark side clouds everything. Impossible to see the future is.","Size matters not. Look at me. Judge me by my size, do you? Hmm? Hmm. And well you should not. For my ally is the Force, and a powerful ally it is. Life creates it, makes it grow. Its energy surrounds us and binds us. Luminous beings are we, not this crude matter. You must feel the Force around you; here, between you, me, the tree, the rock, everywhere, yes. Even between the land and the ship.","Younglings, younglings gather ’round.","Luminous beings are we - not this crude matter.","Clear your mind must be, if you are to find the villains behind this plot.","Always two there are, no more, no less. A master and an apprentice.","Do. Or do not. There is no try.","Much to learn you still have my old padawan. ... This is just the beginning!","Good relations with the Wookiees, I have.","Ready are you? What know you of ready? For eight hundred years have I trained Jedi. My own counsel will I keep on who is to be trained. A Jedi must have the deepest commitment, the most serious mind. This one a long time have I watched. All his life has he looked away - to the future, to the horizon. Never his mind on where he was. Hmm? What he was doing. Hmph. Adventure. Heh. Excitement. Heh. A Jedi craves not these things. You are reckless.","Truly wonderful, the mind of a child is.","Always pass on what you have learned.","Once you start down the dark path, forever will it dominate your destiny, consume you it will.","Mudhole? Slimy? My home this is!","Yes, a Jedi’s strength flows from the Force. But beware of the dark side. Anger, fear, aggression; the dark side of the Force are they. Easily they flow, quick to join you in a fight. If once you start down the dark path, forever will it dominate your destiny, consume you it will, as it did Obi-Wan’s apprentice.","Do not assume anything Obi-Wan. Clear your mind must be if you are to discover the real villains behind this plot.","Death is a natural part of life. Rejoice for those around you who transform into the Force. Mourn them do not. Miss them do not. Attachment leads to jealously. The shadow of greed, that is.","Like fire across the galaxy the Clone Wars spread. In league with the wicked Count Dooku, more and more planets slip. Against this threat, upon the Jedi Knights falls the duty to lead the newly formed army of the Republic. And as the heat of war grows, so, to, grows the prowess of one most gifted student of the Force.","Hmm. In the end, cowards are those who follow the dark side.","Strong is Vader. Mind what you have learned. Save you it can.","Pain, suffering, death I feel. Something terrible has happened. Young Skywalker is in pain. Terrible pain","Difficult to see. Always in motion is the future...","You will find only what you bring in.","Feel the force!","Reckless he is. Matters are worse.","That is why you fail.","Your weapons, you will not need them.","To answer power with power, the Jedi way this is not. In this war, a danger there is, of losing who we are."]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/fi-fi.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:fi-fi",["^ ","~:invoice",["^ ","~:reference",["^ ","~:check-digit-method","method_731","~:pattern","\\d{3,19}#"]],"~:address",["^ ","~:default-country",["~#list",["Suomi"]],"~:city",["^7",["#{city_prefix}#{city_suffix}"]],"~:postcode",["^7",["#####"]],"~:city-suffix",["^7",["sjärvi","kano","ahe","inen","esi","uma","mi","inen","valta","mina"]],"~:state",["^7",["Turun ja Porin lääni","Uudenmaan ja Hämeen lääni","Pohjanmaan lääni","Viipurin ja Savonlinnan lääni","Käkisalmen lääni","Savonlinnan ja Kymenkartanon lääni","Kymenkartanon ja Savon lääni"]],"~:city-prefix",["^7",["Haap","He","Kau","Oul","Ra","Ni","No","Ke","La","Or"]],"~:street-address",["^7",["#{street_name} #{building_number}"]],"~:street-name",["^7",["#{Name.last_name}#{street_suffix}"]],"~:street-suffix",["^7",["katu","gatan","ranta"]],"~:building-number",["^7",["###","##","#"]]],"~:name",["^ ","~:female-first-name",["^7",["Maria","Helena","Anneli","Johanna","Kaarina","Marjatta","Hannele","Kristiina","Liisa","Emilia","Elina","Tuulikki","Annikki","Maarit","Sofia","Susanna","Leena","Katariina","Anna","Marja","Sinikka","Inkeri","Riitta","Kyllikki","Aino","Tuula","Anne","Päivi","Orvokki","Ritva","Tellervo","Maija","Pirjo","Karoliina","Pauliina","Minna","Sari","Irmeli","Eeva","Tiina","Laura","Eveliina","Marika","Elisabet","Tarja","Pirkko","Satu","Anja","Mari","Hanna"]],"~:male-first-name",["^7",["Juhani","Olavi","Antero","Tapani","Johannes","Tapio","Mikael","Kalevi","Matti","Pekka","Petteri","Ilmari","Sakari","Matias","Antti","Juha","Heikki","Kristian","Timo","Kari","Mikko","Markus","Jari","Jukka","Kalervo","Markku","Aleksi","Jaakko","Petri","Oskari","Mika","Henrik","Lauri","Erkki","Veikko","Hannu","Seppo","Ville","Ensio","Ari","Janne","Valtteri","Marko","Pentti","Tuomas","Sami","Juho","Eero","Martti","Erik"]],"~:first-name",["^7",["Maria","Helena","Anneli","Johanna","Kaarina","Marjatta","Hannele","Kristiina","Liisa","Emilia","Elina","Tuulikki","Annikki","Maarit","Sofia","Susanna","Leena","Katariina","Anna","Marja","Sinikka","Inkeri","Riitta","Kyllikki","Aino","Tuula","Anne","Päivi","Orvokki","Ritva","Tellervo","Maija","Pirjo","Karoliina","Pauliina","Minna","Sari","Irmeli","Eeva","Tiina","Laura","Eveliina","Marika","Elisabet","Tarja","Pirkko","Satu","Anja","Mari","Hanna","Juhani","Olavi","Antero","Tapani","Johannes","Tapio","Mikael","Kalevi","Matti","Pekka","Petteri","Ilmari","Sakari","Matias","Antti","Juha","Heikki","Kristian","Timo","Kari","Mikko","Markus","Jari","Jukka","Kalervo","Markku","Aleksi","Jaakko","Petri","Oskari","Mika","Henrik","Lauri","Erkki","Veikko","Hannu","Seppo","Ville","Ensio","Ari","Janne","Valtteri","Marko","Pentti","Tuomas","Sami","Juho","Eero","Martti","Erik"]],"~:last-name",["^7",["Korhonen","Virtanen","Mäkinen","Nieminen","Mäkelä","Hämäläinen","Laine","Heikkinen","Koskinen","Järvinen","Lehtonen","Lehtinen","Saarinen","Salminen","Heinonen","Niemi","Heikkilä","Kinnunen","Salonen","Turunen","Salo","Laitinen","Tuominen","Rantanen","Karjalainen","Jokinen","Mattila","Savolainen","Lahtinen","Ahonen","Ojala","Leppänen","Väisänen","Hiltunen","Kallio","Miettinen","Leinonen","Pitkänen","Aaltonen","Manninen","Hakala","Koivisto","Anttila","Laaksonen","Hirvonen","Räsänen","Lehto","Laakso","Toivonen","Mustonen"]],"^A",["^7",["#{first_name} #{last_name}"]],"~:name-with-middle",["^7",["#{first_name} #{last_name} #{last_name}"]]],"~:phone-number",["^ ","~:formats",["^7",["##-######","###-#######"]]],"~:cell-phone",["^ ","^H",["^7",["0##-#######"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/fr.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:fr",["^ ","~:phone-number",["^ ","~:formats",["~#list",["01########","02########","03########","04########","05########","09########","1########","2########","3########","4########","5########","9########","01 ## ## ## ##","02 ## ## ## ##","03 ## ## ## ##","04 ## ## ## ##","05 ## ## ## ##","09 ## ## ## ##","1 ## ## ## ##","2 ## ## ## ##","3 ## ## ## ##","4 ## ## ## ##","5 ## ## ## ##","9 ## ## ## ##"]]],"~:cell-phone",["^ ","^2",["^3",["06########","07########","6########","7########","06 ## ## ## ##","07 ## ## ## ##","6 ## ## ## ##","7 ## ## ## ##"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/fr/adjective.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:fr",["^ ","~:adjective",["^ ","~:positive",["~#list",["accueillant(e)","adorable","agile","amical(e)","attachant(e)","attentif(ve)","attentionné(e)","attirant(e)","aventureux(se)","agréable","attratif(ve)","beau(belle)","bon(ne)","brave","brillant(e)","calme","célèbre","chanceux(se)","chatoyant(e)","charmant(e)","chic","cool","combattif(ve)","compétant(e)","confortable","convenable","coopératif(ve)","courageux(se)","curieux(se)","délicieux(se)","déterminé(e)","doué(e)","drôle","éclatant(e)","efficace","élégant(e)","enchantant(e)","encourageant(e)","énergique","enjoué(e)","enthousiaste","étincelant(e)","exceptionnel(le)","excité(e)","fantastique","farfelu(e)","fidèle","fier(ère)","formidable","gai(e)","généreux(se)","gentil(le)","glamour","glorieux(se)","grâcieux(se)","heureux(se)","hilarant(e)","humble","innocent(e)","jovial(e)","juste","impeccable","inestimable","intelligent(e)","intéressant(e)","irremplaçable","joyeux(se)","léger(ère)","loufoque","loyal(e)","luisant(e)","malin(e)","magnifique","mignon(ne)","moderne","naturel(le)","ouvert(e)","parfait(e)","pétillant(e)","plaisant(e)","précieux(se)","propre","puissant(e)","rayonnant(e)","reconnaissant(e)","réfléchi(e)","remarquable","riche","robuste","rutilant(e)","sage","sain(e)","séduisant(e)","sérieux(se)","serviable","simple","soigneux(se)","somptueux","souriant(e)","spirituel(le)","splendide","subtil(e)","super","sympa","sympathique","talentueux(se)","tendre","utile","victorieux(se)","vif(ve)","vigoureux(se)","zen"]],"~:negative",["^3",["abattu(e)","agaçant(e)","agité(e)","agressif(ve)","arrogant(e)","ambigu(e)","angoissant(e)","anxieux(se)","anxiogène","atroce","barbant(e)","bête","bizarre","blessant(e)","bougon","choquant(e)","cinglé(e)","confus(e)","crade","crasseux(se)","crispé(e)","cruel(le)","dangereux(se)","débile","dégoûtant(e)","démodé(e)","dépareillé(e)","dépassé(e)","dépressif(ve)","déprimant(e)","déraisonnable","désagréable","désordonné(e)","désorienté(e)","désuet(ète)","détestable","détraqué(e)","dingue","disgracieux(se)","effranyant(e)","effrayé(e)","égoïste","embarrassé(e)","embrouillé(e)","énervant(e)","énervé(e)","ennuyant(e)","ennuyé(e)","ennuyeux(se)","envieux(se)","épouvantable","épuisant(e)","épuisé(e)","esseulé(e)","étrange","étriqué(e)","exapérant(e)","exorbitant(e)","exubérant(e)","faible","fainéant(e)","farouche","fatiguant(e)","fatigué(e)","faux(sse)","fermé(e)","fou(folle)","fragile","frêle","frénétique","froid(e)","furieux(se)","gourmand(e)","grincheux(se)","grognon(ne)","grossier(ère)","grotesque","honteux(se)","horrible","idiot(e)","immoral(e)","impotent(e)","impuissant(e)","incapable","inepte","infect(e)","inintéressant(e)","injurieux(se)","injuste","inquiet(ète)","inquiétant(e)","inutile","insensé(e)","insupportable","irrécupérable","jaloux(se)","lâche","laid(e)","lassant(e)","maboul(e)","maigre","malade","machanceux(se)","mafaisant(e)","malheureux(se)","maussade","mauvais(e)","méchant(e)","médiocre","monstrueux(se)","moyen(ne)","naïf(ve)","nerveux(se)","nonchalant(e)","odieux(se)","paniqué(e)","paresseux(se)","paumé(e)","pauvre","périmé(e)","perplexe","poissard(e)","poisseux(se)","polisson(e)","possessif(ve)","préoccupé(e)","primitif(ve)","putride","râleur(se)","renfrogné(e)","répugnant(e)","ridicule","ronchon","scandaleux(se)","seul(e)","sot(te)","soucieux(se)","souffrant(e)","stupide","tendu(e)","terrible","timide","triste","troublant(e)","troublé(e)","vicieux(se)","vide","vilain(e)","violent(e)"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/fr/appliance.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:fr",["^ ","~:appliance",["^ ","~:equipment",["~#list",["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"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/fr/book.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:fr",["^ ","~:book",["^ ","~:title",["~#list",["La Discipline des orphelins","Le Couloir de tous les mépris","L'Odeur du sanglier","La Promise du voyeur","L'Odyssée invisible","La Soumission comme passion","Le Siècle de la rue voisine","Le Désir des femmes fortes","Pourquoi je mens ?","La Peau des savants","La progéniture du mal"]],"~:author","#{Name.name}","~:publisher",["^3",["Éditions du Soleil","La Perdrix","Les Éditions jaune turquoise","Bordel père et fils","Au lecteur éclairé","Lire en dormant"]],"~:quote",["^3",["Qui vivra verra","L’habit ne fait pas le moine","Chacun voit midi à sa porte","Mieux vaut prévenir que guérir","Petit a petit, l’oiseau fait son nid","Qui court deux lievres a la fois, n’en prend aucun","Qui n’avance pas, recule"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/fr/color.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:fr",["^ ","~:color",["^ ","~:name",["~#list",["rouge","vert","bleu","jaune","violet","vert menthe","bleu sarcelle","blanc","noir","orange","rose","gris","marron","turquoise","brun","bleu ciel","saumon","prune","orchidée","olive","magenta","vert citron","ivoire","indigo","or","fuchsia","cyan","azur","lavande","argent"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/fr/compass.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:fr",["^ ","~:compass",["^ ","~:cardinal",["^ ","~:word",["~#list",["nord","est","sud","ouest"]],"~:abbreviation",["^4",["N","E","S","O"]],"~:azimuth",["^4",["0","90","180","270"]]],"~:ordinal",["^ ","^3",["^4",["nord-est","sud-est","sud-ouest","nord-ouest"]],"^5",["^4",["NE","SE","SO","NO"]],"^6",["^4",["45","135","225","315"]]],"~:half-wind",["^ ","^3",["^4",["nord-nord-est","est-nord-est","est-sud-est","sud-sud-est","sud-sud-ouest","ouest-sud-ouest","ouest-nord-ouest","nord-nord-ouest"]],"^5",["^4",["NNE","ENE","ESE","SSE","SSO","OSO","ONO","NNO"]],"^6",["^4",["22.5","67.5","112.5","157.5","202.5","247.5","292.5","337.5"]]],"~:direction",["^4",["#{cardinal}","#{ordinal}","#{half_wind}"]],"^5",["^4",["#{cardinal_abbreviation}","#{ordinal_abbreviation}","#{half_wind_abbreviation}"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/fr/country-code.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:fr",["^ ","~:country-code",["~#list",["33"]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/fr/creature.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:fr",["^ ","~:creature",["^ ","~:animal",["^ ","~:name",["~#list",["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"]]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/fr/demographic.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:fr",["^ ","~:demographic",["^ ","~:sex",["~#list",["Homme","Femme"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/fr/gender.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:fr",["^ ","~:gender",["^ ","~:types",["~#list",["Masculin","Féminin","Agenre","Androgyne","Au genre non conforme","Aucun","Bigenre","En questionnement","Polygenre","Transmasculin","Transféminin"]],"~:short-binary-types",["^3",["f","m"]],"~:binary-types",["^3",["Masculin","Féminin"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/fr/internet.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:fr",["^ ","~:internet",["^ ","~:free-email",["~#list",["gmail.com","yahoo.fr","hotmail.fr"]],"~:domain-suffix",["^3",["com","fr","eu","info","name","net","org","immo","paris","alsace","bzh"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/fr/measurement.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:fr",["^ ","~:measurement",["^ ","~:metric-height",["~#list",["millimètre","centimètre","mètre"]],"~:metric-length",["^3",["millimètre","centimètre","décimètre","mètre","décamètre","hectomètre","kilomètre"]],"~:metric-volume",["^3",["millilitre","centilitre","décilitre","litre","décalitre","hectolitre","décimètre cube","mètre cube"]],"~:metric-weight",["^3",["milligramme","centigramme","décigramme","gramme","décagramme","hectogramme","kilogramme","tonne","kilotonne"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/he.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:he",["^ ","~:address",["^ ","~:city-prefix",["~#list",["רמת","הר","גבעת","כפר"]],"~:city",["^3",["#{city_prefix} #{Name.first_name}","#{city_prefix} #{Name.last_name}"]],"~:building-number",["^3",["##","#"]],"~:street-prefix",["^3",["רחוב","רחוב","נחל","דרך","שדרות"]],"~:street-name",["^3",["#{street_prefix} #{Name.name}"]],"~:street-address",["^3",["#{building_number} #{street_name}","#{street_name} #{building_number}"]],"~:default-country",["^3",["ישראל"]]],"~:phone-number",["^ ","~:formats",["^3",["0#-###-####"]]],"~:cell-phone",["^ ","^;",["^3",["0##-###-####"]]],"~:name",["^ ","~:first-name",["^3",["אביבה","אביגדור","אביגיל","אברהם","אהובה","אהוד","אהרן","אורה","אורי","אוריאל","אורית","אורלי","איילה","איילת","איתן","אלי","אליהו","אלימלך","אליעזר","אלישבע","אלישע","אלעזר","אמונה","אסנת","אסתר","אפרים","אריאל","אריאלה","אריה","אשר","בועז","ביילה","בינה","בנימין","בצלאל","ברוך","ברכה","ברק","בתיה","גאולה","גבריאל","גד","גדליה","גילה","גרשום","גרשון","דבורה","דוב","דוד","דינה","דן","דניאל","הדסה","הדר","הודיה","הלל","זאב","זבולון","זהבה","זכריה","זלמן","זרח","חביבה","חגי","חגית","חוה","חזקיהו","חיה","חיים","חנה","חנוך","חנן","חננאל","חנניה","טובה","טוביה","טל","טליה","יאיר","ידידיה","יהודה","יהודית","יהושע","יואל","יובל","יוחנן","יוכבד","יונה","יונתן","יוסף","יחזקאל","יחיאל","יעקב","יצחק","ירחמיאל","ישעיהו","ישראל","יששכר","כלב","כרמי","לאה","לבונה","לבנה","לוי","ליאורה","לילה","מאיר","מאירה","מוריה","מזל","מיכאל","מיכה","מיכל","מלכה","מלכיאל","מנוחה","מנחם","מנשה","מרדכי","מרים","משה","מתתיהו","נועם","נחום","נחמה","נחמיה","נחמן","נחשון","נעמי","נפתלי","נתן","נתנאל","עדינה","עובדיה","עזרא","עזריאל","עטרה","עמוס","עמרם","עקיבא","פנחס","פנינה","פסח","פסחיה","פרץ","צבי","צביה","צדוק","צופיה","ציון","ציונה","צמח","צפורה","צפניה","ראובן","רבקה","רות","רחל","רחמים","רינה","רפאל","שבתאי","שולמית","שושנה","שי","שירה","שלום","שלומית","שלמה","שמואל","שמחה","שמעון","שמריהו","שמשון","שפרה","שרה","שרון","שרי","תהילה","תמר","תקווה"]],"~:last-name",["^3",["כהן","לוי","מזרחי","פרץ","ביטון","דהן","אברהם","פרידמן","אגבאריה","מלכה","אזולאי","כץ","יוסף","דוד","עמר","אוחיון","חדד","גבאי","אדרי","לוין","טל","קליין","חן","שפירא","חזן","משה","אשכנזי","אוחנה","סגל","סואעד","גולן","יצחק","בר","מור","יעקב","שלום","אליהו","דיין","אלבז","בכר","סויסה","שמש","רוזנברג","לביא","אטיאס","נחום","שרעבי","שטרן","ממן","שחר","אלון","שורץ"]],"^=",["^3",["#{first_name} #{last_name}"]],"~:name-with-middle",["^3",["#{first_name} #{last_name} #{last_name}"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/ja.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:ja",["^ ","~:phone-number",["^ ","~:formats",["~#list",["0####-#-####","0###-##-####","0##-###-####","0#-####-####"]]],"~:cell-phone",["^ ","^2",["^3",["090-####-####","080-####-####","070-####-####"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/ja/ancient.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:ja",["^ ","~:ancient",["^ ","~:god",["~#list",["アフロディテ","アポロン","アレス","アルテミス","アテナ","デメテル","ディオニュソス","ハデス","ヘパイストス","ヘラ","ヘルメス","ヘスティア","ポセイドン","ゼウス"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/ja/bank.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:ja",["^ ","~:bank",["^ ","~:name",["~#list",["日本銀行","みずほ銀行","三菱UFJ銀行","三井住友銀行","りそな銀行","埼玉りそな銀行","三菱UFJ信託銀行","みずほ信託銀行","三井住友信託銀行","バンクオブニューヨークメロン信託銀行","日本マスタートラスト信託銀行","野村信託銀行","オリックス銀行","あおぞら信託銀行","農中信託銀行","中央三井アセット信託銀行","新生信託銀行","日証金信託銀行","日本トラスティ・サービス信託銀行","資産管理サービス信託銀行","株式会社SMBC信託銀行","新生銀行","あおぞら銀行","ジャパンネット銀行","セブン銀行","ソニー銀行","楽天銀行","住信SBIネット銀行","じぶん銀行","イオン銀行","大和ネクスト銀行","北海道銀行","青森銀行","みちのく銀行","秋田銀行","北都銀行","荘内銀行","山形銀行","岩手銀行","東北銀行","七十七銀行","東邦銀行","北洋銀行","きらやか銀行","北日本銀行","仙台銀行","福島銀行","大東銀行","群馬銀行","足利銀行","常陽銀行","筑波銀行","武蔵野銀行","千葉銀行","千葉興業銀行","横浜銀行","東和銀行","栃木銀行","京葉銀行","きらぼし銀行","東日本銀行","東京スター銀行","神奈川銀行","第四銀行","北越銀行","山梨中央銀行","八十二銀行","北陸銀行","富山銀行","北國銀行","福井銀行","大光銀行","長野銀行","富山第一銀行","福邦銀行","静岡銀行","スルガ銀行","清水銀行","大垣共立銀行","十六銀行","三重銀行","百五銀行","静岡中央銀行","愛知銀行","名古屋銀行","中京銀行","第三銀行","滋賀銀行","京都銀行","近畿大阪銀行","池田泉州銀行","南都銀行","紀陽銀行","但馬銀行","関西みらい銀行","大正銀行","みなと銀行","鳥取銀行","山陰合同銀行","中国銀行","広島銀行","山口銀行","阿波銀行","百十四銀行","伊予銀行","四国銀行","島根銀行","トマト銀行","もみじ銀行","西京銀行","徳島銀行","香川銀行","愛媛銀行","高知銀行","福岡銀行","筑邦銀行","西日本シティ銀行","北九州銀行","佐賀銀行","十八銀行","親和銀行","肥後銀行","大分銀行","宮崎銀行","鹿児島銀行","琉球銀行","沖縄銀行","福岡中央銀行","佐賀共栄銀行","長崎銀行","熊本銀行","豊和銀行","宮崎太陽銀行","南日本銀行","沖縄海邦銀行"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/ja/coffee.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:ja",["^ ","~:coffee",["^ ","~:country",["~#list",["イエメン","インド","ウガンダ","エチオピア","エルサルバドル","グアテマラ","ケニア","コスタリカ","コロンビア","スマトラ","タンザニア","ニカラグア","パナマ","ブラジル","ブルンジ","ホンジュラス","メキシコ","ルワンダ"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/ja/color.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:ja",["^ ","~:color",["^ ","~:name",["~#list",["赤","緑","青","黄","紫","ミントグリーン","ティール","白","黒","オレンジ","ピンク","灰色","栗色","バイオレット","ターコイズブルー","タン","空色","サーモン","プラム","オーキッド","オリーブ","マゼンタ","ライム","アイボリー","藍色","金","フクシア","シアン","紺碧","ラベンダー","銀"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/ja/commerce.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:ja",["^ ","~:commerce",["^ ","~:department",["~#list",["書籍","映画","音楽","ゲーム","電子工学","コンピュータ","住まい","ガーデニング","工具","食料品","健康","美容","おもちゃ","こども用品","ベビー用品","衣服","靴","ジュエリー","スポーツ","アウトドア","自動車","工業"]],"~:product-name",["^ ","~:adjective",["^3",["小さめ","大きめ","エルゴノミクス","シンプルな","ゴージャスな","一生モノの","ワンランク上の","贅沢な","光沢のある","実力派","軽い","高機能","丈夫な","国産","多機能"]],"~:material",["^3",["鋼鉄","木製","コンクリート","プラスチック","綿","花崗岩","ゴム","革","シルク","ウール","リネン","大理石","鉄","ブロンズ","銅製","アルミニウム","紙"]],"~:product",["^3",["椅子","自動車","コンピュータ","手袋","パンツ","シャツ","テーブル","靴","帽子","茶碗","フォーク","水筒","コート","ランプ","キーボード","バッグ","ベンチ","掛時計","腕時計","財布","万年筆"]]],"~:promotion-code",["^ ","^5",["^3",["最終処分","感謝祭","メンバー限定","期間限定","プレミアム","スペシャル","出血大サービス","お買い得"]],"~:noun",["^3",["クーポン","増量キャンペーン","割引","価格","プロモーション","セール","特典","プライス","バーゲン"]]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/ja/company.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:ja",["^ ","~:company",["^ ","~:suffix",["~#list",["株式会社","有限会社","合名会社","合資会社","合同会社"]],"~:category",["^3",["水産","農林","鉱業","建設","食品","印刷","電気","ガス","情報","通信","運輸","銀行","保険"]],"~:name",["^3",["#{Name.last_name}#{category}#{suffix}","#{suffix}#{Name.last_name}#{category}"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/ja/creature.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:ja",["^ ","~:creature",["^ ","~:cat",["^ ","~:breed",["~#list",["アジアンセミロングヘア","アビシニアン","アメリカンカール","アメリカンショートヘア","アメリカンボブテイル","アメリカンワイヤーヘア","アラビアンマウ","イジアン","エキゾチックショートヘア","エキゾチックフォールド","エジプシャンマウ","オーストラリアンミスト","オシキャット","オリエンタルショートヘア","カオマニー","キムリック","キンカロー","コーニッシュレックス","コラット","サイベリアン","ジャパニーズボブテイル","シャム","シャルトリュー","シンガプーラ","ラパーマ","リュコイ","ジャーマンレックス","ハバマブラウン","ハイランダーリンクス","スコティッシュフォールド","スノーシュー","スフィンクス","セルカークレックス","ソマリ","クリルアイランドボブテイル","ターキッシュアンゴラ","ターキッシュバン","チャウシー","チートー","カラーポイントショートヘア","コーニッシュレックス","デボンレックス","ドンスコイ","ドラゴンリー","ヨーロピアンショートヘア","デボンレックス","トンキニーズ","ノルウェージャンフォレストキャット","バーマン","バーミーズ","バーミラ","バリニーズ","シャンティリー","バンビーノ","ヒマラヤン","メコンボブテイル","ミンスキン","ブラジリアンショートヘア","ブリティッシュロングヘア","ブリティッシュショートヘア","カリフォルニアスパングルド","ペルシャ","ベンガル","ボンベイ","マンクス","マンチカン","ミヌエット","メインクーン","ヨーロピアンバーミーズ","ラガマフィン","ラグドール","ラパーマ","ラムキン","ロシアンブルー"]]],"~:dog",["^ ","^3",["^4",["アーフェンピンシャー","アイリッシュ・ウォーター・スパニエル","アイリッシュ・ウルフハウンド","アイリッシュ・セッター","アイリッシュ・テリア","アッペンツェラー・キャトル・ドッグ","アフガン・ハウンド","アメリカン・エスキモー・ドッグ","アメリカン・スタッフォードシャー・テリア","アラスカン・マラミュート","イタリアン・グレイハウンド","イビザン・ハウンド","イングリッシュ・コッカー・スパニエル","イングリッシュ・スプリンガー・スパニエル","イングリッシュ・セッター","イングリッシュ・トイ・テリア","イングリッシュ・フォックスハウンド","ウィペット","ウエスト・ハイランド・ホワイト・テリア","ウェルシュ・コーギー・カーディガン","ウェルシュ・コーギー・ペンブローク","ウェルシュ・スプリンガー・スパニエル","エアデール・テリア","エントレブッハー・キャトル・ドッグ","オーストラリアン・ケルピー","オーストラリアン・シルキー・テリア","オーストラリアン・テリア","オールド・イングリッシュ・シープドッグ","オッターハウンド","カーリーコーテッド・レトリーバー","キースホンド","キャバリア・キング・チャールズ・スパニエル","クーバース","クーンハウンド","クランバー・スパニエル","グレーター・スイス・マウンテン・ドッグ","グレート・デーン","グレート・ピレニーズ","ケアーン・テリア","ケリー・ブルー・テリア","ゴードン・セッター","ゴールデン・レトリバー","コモンドール","サセックス・スパニエル","サモエド","サルーキ","シーズー","シーリハム・テリア","シェットランド・シープドッグ","シベリアン・ハスキー","ジャーマン・シェパード・ドッグ","ジャーマン・ショートヘアード・ポインター","ジャイアント・シュナウザー","ショートヘアード・ハンガリアン・ビズラ","スキッパーキ","スコティッシュ・ディアハウンド","スコティッシュ・テリア","スタッフォードシャー・ブル・テリア","スタンダード・プードル","セント・バーナード","ソフトコーテッド・ウィートン・テリア","ダックスフント","ダンディ・ディンモント・テリア","チェサピーク・ベイ・レトリーバー","チベタン・テリア","チベタン・マスティフ","チャウ・チャウ","チワワ","ツリーイング・ウォーカー・クーンハウンド","ディンゴ","トイ・プードル","ドーベルマン","ドール","ニューファンドランド","ノーフォーク・テリア","ノーリッチ・テリア","ノルウェジアン・エルクハウンド・グレー","バーニーズ・マウンテン・ドッグ","パグ","バセット・ハウンド","バセンジー","パタデール・テリア","パピヨン","ビーグル","ブービエ・デ・フランダース","フォックス・テリア","フラットコーテッド・レトリーバー","ブラッドハウンド","ブリアード","ブリタニー・スパニエル","ブリュッセル・グリフォン","ブルーティック・クーンハウンド","ブルマスティフ","フレンチ・ブルドッグ","ペキニーズ","ベドリントン・テリア","ベルジアン・シェパード・ドッグ・グローネンダール","ベルジアン・シェパード・ドッグ・マリノア","ボーダー・コリー","ボーダー・テリア","ボクサー","ボストンテリア","ポメラニアン","ボルゾイ","マルチーズ","ミニチュア・シュナウザー","ミニチュア・ピンシャー","ミニチュア・プードル","メキシカン・ヘアレス・ドッグ","ヨークシャー・テリア","ラサ・アプソ","ラット・テリア","ラブラドール・レトリバー","リカオン","レークランド・テリア","レオンベルガー","レッドボーン・クーンハウンド","ローデシアン・リッジバック","ロットワイラー","ワイマラナー","柴犬","秋田犬","狆"]]],"~:animal",["^ ","~:name",["^4",["ホンドテン","ホワイトタイガー","コツメカワウソ","マンドリル","エランド","アムールヒョウ","ブラッザグエノン","カバ","アルパカ","ポニー","オウサマペンギン","アンデスコンドル","オシドリ","チーター","ホンドリス","ホンシュウジカ","タンチョウ","レッサーパンダ","アメリカビーバー","ジェフロイクモザル","カピバラ","マレーバク","アカゲザル","フンボルトペンギン","パルマワラビー","ビルマニシキヘビ","アカカンガルー","ワオキツネザル","ラブラドールレトリバー","アルダブラゾウガメ","モルモット","ヒヨコ(ニワトリ)","ヤギ","ヒツジ","ウサギ","ブラックバック","シロクジャク","ヒグマ","アクシスジカ","ヒクイドリ","エミュー","アフリカゾウ","フラミンゴ","シタツンガ","ハゴロモヅル","エジプトガン","ライオン","ミーアキャット","ホオジロカンムリヅル","コフラミンゴ","ショウジョウトキ","オウギバト","ホンドフクロウ","ホンドタヌキ","ホンドキツネ","オオワシ","ヘビクイワシ","コクチョウ","アメリカバイソン","ワピチ","ミナミアフリカオットセイ","ゴマフアザラシ","アビシニアコロブス","マントヒヒ","シロテテナガザル","シシオザル","モモイロペリカン","コモンリスザル","オオサイチョウ","シワコブサイチョウ","メガネカイマン","ラマ","フタコブラクダ","シナガチョウ","アライグマ","エジプトルーセットオオコウモリ","アフリカタテガミヤマアラシ","キリン","ダチョウ","シロサイ","シマウマ","バーバリーシープ"]]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/ja/food.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:ja",["^ ","~:food",["^ ","~:sushi",["~#list",["アオヤギ","アカガイ","アジ","アナゴ","アマエビ","アワビ","イカ","イクラ","ウナギ","カキ","カツオ","カニ","カンパチ","キス","コハダ","サーモン","サザエ","サバ","サヨリ","サワラ","シマアジ","シラコ","スズキ","タイ","タコ","タマゴ","ノドグロ","ハマグリ","ハマチ","ヒラメ","ブリ","ホタテ","ホタルイカ","ボタンエビ","マグロ","マス","ミルガイ"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/ja/gender.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:ja",["^ ","~:gender",["^ ","~:binary-types",["~#list",["女性","男性"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/ja/name.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:ja",["^ ","~:name",["^ ","~:last-name",["~#list",["佐藤","鈴木","高橋","田中","伊藤","山本","渡辺","中村","小林","加藤","吉田","山田","佐々木","山口","松本","井上","木村","林","斎藤","清水","山崎","阿部","森","池田","橋本","山下","石川","中島","前田","藤田","後藤","小川","岡田","村上","長谷川","近藤","石井","斉藤","坂本","遠藤","藤井","青木","福田","三浦","西村","藤原","太田","松田","原田","岡本","中野","中川","小野","田村","竹内","金子","中山","和田","石田","工藤","上田","原","森田","酒井","横山","柴田","宮崎","宮本","内田","高木","谷口","安藤","丸山","今井","大野","高田","菅原","河野","武田","藤本","上野","杉山","千葉","村田","増田","小島","小山","大塚","平野","久保","渡部","松井","菊地","岩崎","松尾","佐野","木下","野口","野村","新井"]],"~:male-first-name",["^3",["翔太","蓮","翔","陸","颯太","悠斗","大翔","翼","樹","奏太","大和","大輝","悠","隼人","健太","大輔","駿","陽斗","優","陽","悠人","誠","拓海","仁","悠太","悠真","大地","健","遼","大樹","諒","響","太一","一郎","優斗","亮","海斗","颯","亮太","匠","陽太","航","瑛太","直樹","空","光","太郎","輝","一輝","蒼"]],"~:female-first-name",["^3",["葵","優那","優奈","凛","陽菜","愛","結衣","美咲","楓","さくら","遥","美優","莉子","七海","美月","結菜","真央","花音","陽子","舞","美羽","優衣","未来","彩","彩乃","彩花","優","智子","奈々","千尋","愛美","優菜","杏","裕子","芽衣","綾乃","琴音","桜","恵","杏奈","美桜","優花","玲奈","結","茜","美穂","明日香","愛子","美緒","碧"]],"~:first-name",["^3",["#{female_first_name}","#{male_first_name}"]],"^1",["^3",["#{last_name} #{first_name}"]],"~:name-with-middle",["^3",["#{first_name} #{last_name} #{last_name}"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/ja/restaurant.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:ja",["^ ","~:restaurant",["^ ","~:name-prefix",["~#list",["ビッグ","ゴールデン","ハングリー","シルバー","レッド","ブルー","グリーン","オレンジ","イエロー"]],"~:name-suffix",["^3",["ベーカリー","バー","焼肉","ブラッスリー","バーガー","カフェ","コーヒー","ピッツア","鉄板焼き","鮨","ラーメン","居酒屋"]],"~:name",["^3",["#{name_suffix} #{Name.last_name}","#{name_suffix} #{name_prefix}#{Name.last_name}","#{name_suffix} #{name_prefix}","#{type} #{Name.last_name}"]],"~:type",["^3",["懐石","割烹","精進料理","京料理","寿司","ふぐ","かに","すっぽん","あんこう","天ぷら","とんかつ","串揚げ","からあげ","そば","うどん","うなぎ","焼鳥","すき焼き","しゃぶしゃぶ","おでん","お好み焼き","もんじゃ焼き","たこ焼き","牛丼","ステーキ","ハンバーグ","鉄板焼き","パスタ","ピザ","ハンバーガー","洋食","フレンチ","ビストロ","イタリアン","中華料理","韓国料理","タイ料理","メキシコ料理","カレー","焼肉","居酒屋","ダイニングバー","ファミレス","ラーメン","カフェ","喫茶店","パン","洋菓子","和菓子","バー"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/ja/space.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:ja",["^ ","~:space",["^ ","~:planet",["~#list",["水星","金星","地球","火星","木星","土星","天王星","海王星"]],"~:galaxy",["^3",["天の川","小マゼラン雲","大マゼラン雲","アンドロメダ銀河","Ω星団","さんかく座銀河","ケンタウルス座A","ボーデの銀河","NGC 253","M83"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/ja/studio-ghibli.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:ja",["^ ","~:studio-ghibli",["^ ","~:characters",["~#list",["荻野 千尋","ススワタリ","湯婆婆","ハク","カオナシ","銭婆","釜爺","ハウル","ソフィー・ハッター","荒地の魔女","レティー・ハッター","カルシファー","マルクル","かかしのカブ","サリマン","パズー","シータ","マ=ドーラ","ルイ","横川 清太","横川 節子","横川 清","ポニョ","フジモト","グランマンマーレ","宗介","リサ","耕一","アシタカ","サン","ジコ坊","エボシ御前","モロの君","ナウシカ","ジル","ユパ・ミラルダ","大ババ","マルコ・パゴット","マダム・ジーナ","フィオ・ピッコロ","ドナルド・カーチス","マンマユート・ボス","ピッコロおやじ","ベルリーニ","ジジ","キキ","トンボ","おソノ","ウルスラ","トトロ","草壁 メイ","ネコバス","草壁 サツキ","草壁 タツオ","大垣 勘太","草壁 靖子"]],"~:quotes",["^3",["そんなに形にこだわらないの。大切なのは心よ。","いつも笑顔を忘れずにね。","神様か誰かがくれた力なんだよね。おかげで苦労もするけどさ。","大きな街だから いろんな人がいるさ。でも、私はあんたが気に入ったよ。","怖がるな。私はそなたの味方だ。","嫌だとか、帰りたいとか言わせるように仕向けてくるけど働きたいとだけ言うんだ。辛くても、耐えて機会を待つんだよ。","ここで働かせてください!","千尋の元気が出るようにまじないをかけて作ったんだ。お食べ。","えんがちょ、せい!えんがちょ!!","私がほしいものは、あなたにはぜったい出せない。","一度あったことは忘れないものさ…思い出せないだけで。","千尋。いい名だね。自分の名前を大事にね。","やーい!おまえん家、お化け屋敷ー!","トトロ!あなたトトロって言うのね!","もう終わりだ。美しくなかったら生きていたって仕方がない。","そうさ、この国一番のきれい好きな魔女さ。","待たれよ。","恋だね。","生きろ。そなたは美しい。","黙れ小僧!お前にサンが救えるか!","賢しらに僅かな不運を見せびらかすな。","飛ばねぇ豚は、ただの豚だ。","馬鹿野郎!そういうのは一番大事な時にととっけ!","飛行機乗りは、船乗りよりも勇敢で、陸の飛行乗りより誇り高いんだって。","意地も見栄も無い男なんて最低よ!堂々と戦いなさい!","大丈夫だよ。僕が守ってあげるからね。","ここにバケツ置いとけば、ポニョが来た時に、このうちってわかるよね。","ポニョ、そーすけ好きー!","ポニョ、人間になるー!","ほら、怖くない。","親方!空から女の子が!","バルス","40秒で仕度しな!"]],"~:movies",["^3",["千と千尋の神隠し","魔女の宅急便","となりのトトロ","ハウルの動く城","もののけ姫","紅の豚","猫の恩返し","崖の上のポニョ","風の谷のナウシカ","天空の城ラピュタ","火垂るの墓","借りぐらしのアリエッティ","ゲド戦記","コクリコ坂から","風立ちぬ","かぐや姫の物語","ホーホケキョ となりの山田くん"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/ja/subscription.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:ja",["^ ","~:subscription",["^ ","~:plans",["~#list",["フリートライアル","ベーシック","スターター","エッセンシャル","学生","ブロンズ","スタンダード","シルバー","ゴールド","プラチナ","プロフェッショナル","ビジネス","ダイヤモンド","プレミアム"]],"~:statuses",["^3",["アクティブ","アイドル","ブロック中","保留中"]],"~:payment-methods",["^3",["クレジットカード","デビットカード","PayPal","現金","送金","ビットコイン","小切手","Apple Pay","Google Pay","WeChat Pay","Alipay","Visaチェックアウト"]],"~:subscription-terms",["^3",["毎日","毎週","毎月","毎年","隔年","3年毎","5年毎","終身"]],"~:payment-terms",["^3",["前払い","月払い","年払い","フルサブスクリプション"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/ja/university.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:ja",["^ ","~:university",["^ ","~:prefix",["~#list",["北海道","東北","関東","中部","近畿","中国","四国","九州"]],"~:suffix",["^3",["大学","医科大学","芸術大学","音楽大学","工業大学"]],"~:name",["^3",["#{Name.last_name}#{University.suffix}","#{University.prefix}#{Name.last_name}#{University.suffix}","#{University.prefix}#{Address.city_prefix}#{University.suffix}"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/ko.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:ko",["^ ","~:lorem",["^ ","~:words",["~#list",["국가는","법률이","정하는","바에","의하여","재외국민을","보호할","의무를","진다.","모든","국민은","신체의","자유를","가진다.","국가는","전통문화의","계승·발전과","민족문화의","창달에","노력하여야","한다.","통신·방송의","시설기준과","신문의","기능을","보장하기","위하여","필요한","사항은","법률로","정한다.","헌법에","의하여","체결·공포된","조약과","일반적으로","승인된","국제법규는","국내법과","같은","효력을","가진다.","다만,","현행범인인","경우와","장기","3년","이상의","형에","해당하는","죄를","범하고","도피","또는","증거인멸의","염려가","있을","때에는","사후에","영장을","청구할","수","있다.","저작자·발명가·과학기술자와","예술가의","권리는","법률로써","보호한다.","형사피고인은","유죄의","판결이","확정될","때까지는","무죄로","추정된다.","모든","국민은","행위시의","법률에","의하여","범죄를","구성하지","아니하는","행위로","소추되지","아니하며,","동일한","범죄에","대하여","거듭","처벌받지","아니한다.","국가는","평생교육을","진흥하여야","한다.","모든","국민은","사생활의","비밀과","자유를","침해받지","아니한다.","의무교육은","무상으로","한다.","저작자·발명가·과학기술자와","예술가의","권리는","법률로써","보호한다.","국가는","모성의","보호를","위하여","노력하여야","한다.","헌법에","의하여","체결·공포된","조약과","일반적으로","승인된","국제법규는","국내법과","같은","효력을","가진다."]]],"~:commerce",["^ ","~:department",["^3",["의류"]],"~:product-name",["^ ","~:adjective",["^3",["핏좋은","섹시한","부드러운","깔끔한","트렌디한","편안한","댄디한","포근한","소박한","화려한","멋진","환상적인","실용적인","산뜻한","무난한","평범한","가벼운","튼튼한"]],"~:material",["^3",["울","기모","강철","목재","면","고무","가죽","린넨","실크","대리석","청동","구리","알루미늄","종이","양털","캐시미어","데님"]],"~:product",["^3",["치마","셔츠","티셔츠","바지","슬랙스","자켓","니트","가디건","블라우스","원피스","구두","바람막이","맨투맨","패딩"]]],"~:promotion-code",["^ ","^7",["^3",["단독","봄맞이","봄","여름","가을","겨울","새해","설","특별","가을맞이","신년맞이","연말","브랜드","신학기","봄준비"]],"~:noun",["^3",["기획전","세일","할인","기획","특가","시즌오프","이벤트"]]]],"~:address",["^ ","~:state-abbr",["^3",["강원","경기","경남","경북","광주","대구","대전","부산","서울","울산","인천","전남","전북","제주","충남","충북","세종"]],"~:city-name",["^3",["강릉","양양","인제","광주","구리","부천","밀양","통영","창원","거창","고성","양산","김천","구미","영주","광산","남","북","고창","군산","남원","동작","마포","송파","용산","부평","강화","수성"]],"~:default-country",["^3",["대한민국"]],"~:city",["^3",["#{city_name}#{city_suffix}"]],"~:postcode",["^3",["#####"]],"~:city-suffix",["^3",["구","시","군"]],"~:state",["^3",["강원","경기","경남","경북","광주","대구","대전","부산","서울","울산","인천","전남","전북","제주","충남","충북","세종"]],"~:street-root",["^3",["상계","화곡","신정","목","잠실","면목","주안","안양","중","정왕","구로","신월","연산","부평","창","만수","중계","검단","시흥","상도","방배","장유","상","광명","신길","행신","대명","동탄"]],"~:street-name",["^3",["#{street_root}#{street_suffix}"]],"~:street-suffix",["^3",["읍","면","동"]]],"~:space",["^ ","~:planet",["^3",["수성","금성","지구","화성","목성","토성","천왕성","해왕성"]],"~:galaxy",["^3",["우리은하","소마젤란 은하","대마젤란 은하","안드로메다 은하","센타우루스자리 오메가","삼각형자리 은하","센타우루스자리 A","조각가자리 은하"]]],"~:phone-number",["^ ","~:formats",["^3",["0#-#####-####","0##-###-####","0##-####-####"]]],"~:color",["^ ","~:name",["^3",["빨간색","다홍색","주황색","귤색","노란색","연두색","녹색","청록색","하늘색","파란색","남색","보라색","자주색","자홍색","분홍색","산호색","라임색","올리브색","카키색","군청색","바다색","버건디색","베이지색","갈색","민트색","황토색","금색","음색","검은색","회색","흰색"]]],"^M",["^ ","~:last-name",["^3",["김","이","박","최","정","강","조","윤","장","임","오","한","신","서","권","황","안","송","류","홍"]],"~:first-name",["^3",["서연","민서","서현","지우","서윤","지민","수빈","하은","예은","윤서","민준","지후","지훈","준서","현우","예준","건우","현준","민재","우진","은주"]],"^M",["^3",["#{last_name} #{first_name}"]],"~:name-with-middle",["^3",["#{first_name} #{last_name} #{last_name}"]]],"~:internet",["^ ","~:free-email",["^3",["gmail.com","yahoo.co.kr","hanmail.net","naver.com"]],"~:domain-suffix",["^3",["co.kr","com","biz","info","ne.kr","net","or.kr","org"]]],"~:gender",["^ ","~:binary-types",["^3",["여성","남성"]]],"~:company",["^ ","~:suffix",["^3",["연구소","게임즈","그룹","전자","물산","코리아"]],"~:prefix",["^3",["주식회사","한국"]],"^M",["^3",["#{prefix} #{Name.first_name}","#{Name.first_name} #{suffix}"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/mi-nz.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:mi-nz",["^ ","~:name",["^ ","~:first-name",["~#list",["Anahera","Aroha","Ataahua","Awhina","Hana","Hoani","Hohepa","Hone","Ihaia","Ihaka","Kara","Kauri","Maia","Manaaki","Manaia","Manawa","Mārama","Matai","Mikaere","Moana","Ngaire","Nikau","Rangi","Rawiri","Ripeka","Tai","Taika","Tama","Tamati","Tane","Tangaroa","Tawhiri","Te Ao","Te Ariki","Te Aroha","Te Whiti","Tu","Tui","Whina","Wiremu"]],"~:surname",["^3",["Arahanga","Heke","Henare","Hiko","Houra","Karaka","Mahia","Mako","Manawaiti","Matene","Mihaere","Mikaere","Ngata","Parata","Paratene","Ruakere","Tahere","Tamahori","Taumata","Tawhiao","Te Kanawa","Te Whiti","Timutimu","Tuhaka","Turei","Waikari","Waititi","Wharerau","Wikaira","Winiata","Wiparata"]],"~:last-name",["^3",["#{surname}","#{surname}-#{surname}","#{surname} #{surname}"]],"~:name-with-middle",["^3",["#{first_name} #{last_name} #{last_name}","#{first_name} #{first_name} #{last_name}"]]],"~:address",["^ ","~:mail-box",["^3",["PO Box ##","PO Box #####","CMB ##","CMB C#"]],"~:region-abbr",["^3",["TTH","TTR","TTT","TT-TK"]],"~:community",["^3",["#{Name.surname}","#{place_names}","#{place_names} #{landscape_elements}"]],"~:default-country",["^3",["Aotearoa"]],"~:landscape-elements",["^3",["Tātahi","Roto","Moana","Awa","Pa","Maunga","Māra","Motu","Ngāhere"]],"~:city",["^3",["Ahuriri","Awaroa","Heretaunga","Hokitika","Kā Roimata o Hine Hukatere","Kaikōura","Kaitaia","Kaiwaewae","Kapanga","Kāpiti","Manawatu","Manukau","Māwhera","Ngāmotu","Ngāruawahia","Ngāruawahia","Ōamaru","Ōtaki","Otautahi","Ōtepoti","Papawai","Pā nui o Hau","Rānui","Rotorua-nui-a-Kahumatamomoe","Tāmaki Makaurau","Taranaki","Taupo-nui-a-Tia","Tauranga-Moana","Te Moeka o Tūawe","Te Tai Poutini","Te Waipounamu","Te Whanganui-a-Tara","Te Tihi-o-MaruTōtaranui","Tūranganui-a-Kiwa","Waiharakeke","Waihōpai","Waikato","Whakatāne","Whakatū","Whanganui","Whangarei","Wharekākā"]],"~:secondary-address",["^3",["RD #","Apt #","Unit #","Level #"]],"~:postcode",["^3",["0###","2###","3###","4###","5###","6###","7###","8###","9###"]],"~:place-names",["^3",["Kauri","Tōtara","Kowhai","Rata","Pohutakawa","Tawa","Koromiko","Hinau","Manuka","Kanuka","Kawakawa","Ngaio","Karo","Puriri","Rewarewa","Karamu","Ti Kouka","Hōhipera","Kura","Kāreti","Ruapara","Rerewhenua","Teihana","Wāpu","Golf","Arawhiti","Papa Rererangi","Whare Karakia Kakariki","Kahurangi","Mā","Pango","Kōwhai","Poto","Roa","Kereru","Kiwi","Weka","Pukeko","Ruru","Pīwakawaka","Kea","Kaka","Kakariki","Kakapō","Kumara","Riwai","Rapeti"]],"~:full-address",["^3",["#{street_address}, #{city} #{postcode}","#{street_address}, #{secondary_address}, #{city} #{postcode}","#{street_address}, #{community}, #{city} #{postcode}","#{street_address}, #{community}, #{city} #{postcode}","#{mail_box} #{community} #{postcode}","#{mail_box}, #{community}, #{city} #{postcode}"]],"~:region",["^3",["Te Tai Hauāuru","Te Tai Rāwhiti","Te Tai Tonga","Te Tai Tokerau"]],"~:street-address",["^3",["#{building_number} #{street_name}"]],"~:street-name",["^3",["#{Name.first_name} #{street_suffix}","#{Name.last_name} #{street_suffix}","#{landscape_elements} #{street_suffix}","#{place_names} #{street_suffix}"]],"~:street-suffix",["^3",["Avenue","Boulevard","Circle","Circuit","Court","Crescent","Crest","Drive","Estate Dr","Grove","Hill","Junction","Knoll","Lane","Loop","Mall","Manor","Meadow","Mews","Parade","Pass","Place","Plaza","Ridge","Road","Run","Square","Street","St","Summit","Terrace","Track","Trail","View Road","Way","Esplanade"]],"~:building-number",["^3",["####","###","##","#/##","#/#","#?","?/##","?/##?"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/no-no/invoice.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:no-no",["^ ","~:invoice",["^ ","~:reference",["^ ","~:check-digit-method","kidmod10","~:pattern","\\d{24}#"]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/th/name.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:th",["^ ","~:name",["^ ","~:first-name",["~#list",["สิริกิติ์","อภิสิทธิ์ ","อดิศักดิ์","อักขระ","อริศรา","อมร","อมรรัตน์","อนันต์","อนันตชัย","อาณัติ","อนุชา","อภิชาติ","อภิชาต","อภิรักษ์","อภิศักดิ์","อภิญญา ","อารี ","อารีพงศ์","อารง","อาทิตย์ ","อรุณศรี","อัษรา","อัษฎา ","บัณฑิตา","บัญญัติ","บุญศรี","บุญรัตน์","บุญเยี่ยม","บุญยง","บุษราคัม ","บุศวรรณ","ชัยอนันต์","ชัยพร","จักรี ","เฉลิม ","ฉลวย","ชนะ ","ชาญชัย","ชนินทร์","ชนิภรณ์ ","จันทร์สิริ","เชาวน์","ชาติชาย","ชาติ ","จตุพล","ชิด ","ชมเกดุ","ชุ่ม","ชวน ","จุลภาส","ชูวิทย์","ดนัย","แดง ","ดวงใจ","ดวงกมล ","เดือนเพ็ญ ","ดุสิต ","เอกใหม่","เอกพงษ์","ฟุ้งฟ้า","กานดา ","แก้วเก้า","หทัย","จารุวรรณ","เจือ ","กมล","กาญจนา","กนกพร","เกษม","ขจี","ขนิษฐา","คลัง ","ขวัญจิต","กล้าหาญ","กระสินธ์ ","กฤษฏิ์","กุมโชค","กุญชนิตา","กุลพันธ์","ขวัญชัย","ขวัญใจ","มาลี","มะลิ ","มาณี","มณี ","มานิจ","มโน","มณู","มนู","มานิตย์ ","มารวย","มงคล ","มนตรี ","มุกดา ","นาค ","นัยนา ","นาก ","เนาวรัตน์","นภสร","นรินทร์ศักดิ์","นริศา","ณรงค์ศักดิ์","นฤมล","นววรรณ","ณี","หนิว","นีราชา","นิตยา","นงลักษณ์","นงนุช","นพดล","นพคุณ","นพรัตน์","ณัฎฐา","ณัฐิมา","ไพรัช","ไพฑูรย์ ","ปานใจ","ผาณิต","พนิต","พรรณี","พนม","ปานเทพ","ภานุพัฒน์","ปาริชาติ","ปริญญา ","ภาสุระ","พัชรพร","พาที","ปฐม ","ปฏิภาณ","พัฒนา ","ปวีณา","เพ็ญสุขภรณ์","ปีย์รติ","เพิ่ม ","เผด็จ","ไพบูลย์","ไพศักดิ์","ไพศาล","พาณิชย์ ","พยนต์ ","พิชิต ","พิจิตร ","พิมพ์ใจ","พินิจ","พิภพ ","พิริยะ","ภิรมย์","พลเดช","ผ่องเพ็ญ","ภรณ์พรรณ","ภรณ์พันธ์","พรพันธุ์","ภรณ์พันธุ์","พรพรรณ","พรรัมภา","ภุชงค์","ภูมินทร์","ภูมิพัฒน์","พูนศักดิ์","พิกุล","พิมพ์วสี","ปิติ","ปีติ","ปิยบุตร","ปิยะคม","ปิยวรรณ","ป้อง ","พรชัย","ประชา ","ประดิษฐ์","ประมนต์","ประมุข ","ปราณี","ประพันธ์ ","ประภาส","ประสาน","ประเสริฐ","ประสิทธิ ","ประสงค์ ","ประทีป","ประทุม","ปรัชญา ","ประเวช","ประเวศ","ประวิตร","ประวิทย์","ปรีชา","ปรีดา","เปรม","ปัญญา","ราม","รินรดา","รอง ","ฤดี","รื่น","รื่นฤดี","รุ่งสิทธิ์","รัตน์ ","ฤทัย ","แสงดาว","สายพิณ","สายสมร","ศักดา","สากล ","ศักดิ์ทิพย์","สกุล ","สลิลธร","สมัคร ","สามารถ ","สมร ","สนั่น","สังวาล","สนิท ","สันติ ","สริตา","ศศิธร ","สาธิต","สาธิตยัง","สว่าง ","สวัสดิ์","สาวิทย์","เสรี ","เซติอาวัน","เซติยัง","สิงห์ ","ศิริ","ศิริโชค","ศิริณี","ศิริพล","ศิริพงศ์","ศิริพร","สิริรักษ์","ศิริรัตน์","ศิริวรรณ","สีห์ศักดิ์","ศรีศักดิ์","สิทธิ ","โสภาค","สมบัติ ","สมบูรณ์ ","สมบุญ","สมชาย","สมโชค","สมคิด","สมควร ","สมลักษณ์","สมหมาย","สมเพียร","สมภพ","สมพงษ์","สมพร","สมรัตน์","สมศักดิ์","สมทรง","สมศรี","สมยศ","สนธิ","สุนทรี","สุชาดา","สุชาดาจะ","สุชาย","สุชาติ","สุจินดา","สุดา","สุกัญญา","สุหัตถ์","สุจิต","สุเมธ","สุนัย","สุนีย์","สุนี","ศุภชัย","สุภาภรณ์","ศุภวิทย์","สุพรรณ ","สุภาพ ","ศุภวุฒิ","สุพิชา","สุพิศ","ศุภผล","ศุภรัตน์","สุประภา","สุรัตน์","สุรี","สุริยะ","สุริยา","สุธรรม","สุเทพ","สุทธิพล","สุทธิพงศ์","สุวรรณ","สุวิชา","สุวิทย์","ธเนศ","ตนุพล","ธีรศักดิ์","ทักษิณ","ธนากร","ธนาพร","ถนัด ","ทวีฉัตร","ถวิล","ทวีป ","ทวีศักดิ์","ทวีวงศ์","ธีรภัทร","ฐิตวรรณ","ฐิติภรณ์","ธงชัย","ทัศนีย์","อุบล","อุบลวรรณ","อุดม ","อุกิต","อัญญาณี","วีระ","วิโรจน์","วรภัทร","วานี","วัลลภา","วัลลภ","วรรณ","วรรณา","วันพล","วราภรณ์","วัชราภรณ์","วัฒนา","วิชัย","วิจารณ์ ","วิเชียร","วิจิตร ","วิลาศ","วินัย ","วีรยุทธ์","วิภา","วิภาภรณ์","วีระ","วีระชาย","วีระชาติ","วีระพันธุ์","วีระพล","วีรศักดิ์","วีระศักดิ์","วิรัช","วิริยะ","วิเศษ ","วิศิษฏ์","วิทยา ","วรพร","ญาณิน","ยิ่งยศ","ยุพิน","ยุทธ์","ยุวรัตน์","เยาวพา","อุกฤษฏ์","สุดใจ","สมจิต"]],"~:last-name",["^3",["เคนเนะดิ ","ชินวัตร","ตั้งตระกูล","ติณสูลานนท์","บุตโต","พิศาลบุตร","วอชิงตัน","สมิท","บราวน์","สมิธ","รักไทย","เก่งงาน","หงสกุล","สโตเกอร์","พันธุเมธา"]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/tr.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:tr",["^ ","~:name",["^ ","~:first-name",["~#list",["Mehmet","Yiğit","Batuhan","Burak","İrem","Buse","Selim","Caner"]],"~:last-name",["^3",["Davut","Sağdıç","Özdemir","Özkanlı","Ekkaldır","Zengel","Eren"]],"~:prefix",["^3",["Sn.","Av.","Dr."]],"~:title",["^ ","~:job",["^3",["Müdür","Şef","Koordinatör","Ajan","Hacı","Başkan","Reyiz"]]],"^1",["^3",["#{prefix} #{first_name} #{last_name}","#{first_name} #{last_name}","#{last_name} #{first_name}"]],"~:name-with-middle",["^3",["#{prefix} #{first_name} #{last_name} #{last_name}","#{first_name} #{last_name} #{last_name}","#{first_name} #{last_name} #{last_name}","#{first_name} #{last_name} #{last_name}","#{first_name} #{last_name} #{last_name}"]]],"~:internet",["^ ","~:free-email",["^3",["gmail.com","hotmail.com.tr","yandex.com.tr"]],"~:domain-suffix",["^3",["co","com","com.tr","net","org"]],"~:safe-email",["^3",["mesela.com"]]],"~:phone-number",["^ ","~:formats",["^3",["90-###-###-####","90.###.###.####","90 ### ### ####","90##########"]]],"~:address",["^ ","~:city-name",["^3",["İstanbul","İzmir","Eskişehir","Şırnak","Edirne","Van"]],"~:city",["^3",["#{city_name}"]],"~:country",["^3",["Afganistan","Amerika Birleşik Devletleri","Fransa","Hollanda","Belçika","Nepal","Hindistan","Kuala Lumpur","Rusya"]],"~:default-country",["^3",["Turkey"]]],"~:book",["^ ","^6",["^3",["Taht Oyunları","Maymunlar Gezegeni","Benim Adım Kırmızı","Uykuların Doğusu","Yılanların Öcü"]],"~:author","#{Name.name}","~:publisher",["^3",["Babıali Kültür Yayıncılığı","İletişim Yayınları","Turkuvaz Kitap","Kaynak Yayınları"]],"~:quote",["^3",["Sabır acıdır, meyvesi tatlıdır","Dost kara günde belli olur","Çıkmayan candan umit kesilmez","Gözden uzak olan gönülden de uzak olur."]]]]] -------------------------------------------------------------------------------- /resources/lambdaisland/faker/locales/zh-cn.transit: -------------------------------------------------------------------------------- 1 | ["^ ","~:zh-cn",["^ ","~:address",["^ ","~:state-abbr",["~#list",["京","沪","津","渝","黑","吉","辽","蒙","冀","新","甘","青","陕","宁","豫","鲁","晋","皖","鄂","湘","苏","川","黔","滇","桂","藏","浙","赣","粤","闽","琼","港","澳"]],"~:default-country",["^3",["中国"]],"~:city",["^3",["海门","鄂尔多斯","招远","舟山","齐齐哈尔","盐城","赤峰","青岛","乳山","金昌","泉州","莱西","日照","胶南","南通","拉萨","云浮","梅州","文登","上海","攀枝花","威海","承德","厦门","汕尾","潮州","丹东","太仓","曲靖","烟台","福州","瓦房店","即墨","抚顺","玉溪","张家口","阳泉","莱州","湖州","汕头","昆山","宁波","湛江","揭阳","荣成","连云港","葫芦岛","常熟","东莞","河源","淮安","泰州","南宁","营口","惠州","江阴","蓬莱","韶关","嘉峪关","广州","延安","太原","清远","中山","昆明","寿光","盘锦","长治","深圳","珠海","宿迁","咸阳","铜川","平度","佛山","海口","江门","章丘","肇庆","大连","临汾","吴江","石嘴山","沈阳","苏州","茂名","嘉兴","长春","胶州","银川","张家港","三门峡","锦州","南昌","柳州","三亚","自贡","吉林","阳江","泸州","西宁","宜宾","呼和浩特","成都","大同","镇江","桂林","张家界","宜兴","北海","西安","金坛","东营","牡丹江","遵义","绍兴","扬州","常州","潍坊","重庆","台州","南京","滨州","贵阳","无锡","本溪","克拉玛依","渭南","马鞍山","宝鸡","焦作","句容","北京","徐州","衡水","包头","绵阳","乌鲁木齐","枣庄","杭州","淄博","鞍山","溧阳","库尔勒","安阳","开封","济南","德阳","温州","九江","邯郸","临安","兰州","沧州","临沂","南充","天津","富阳","泰安","诸暨","郑州","哈尔滨","聊城","芜湖","唐山","平顶山","邢台","德州","济宁","荆州","宜昌","义乌","丽水","洛阳","秦皇岛","株洲","石家庄","莱芜","常德","保定","湘潭","金华","岳阳","长沙","衢州","廊坊","菏泽","合肥","武汉","大庆"]],"~:postcode",["^3",["######"]],"~:state",["^3",["北京市","上海市","天津市","重庆市","黑龙江省","吉林省","辽宁省","内蒙古","河北省","新疆","甘肃省","青海省","陕西省","宁夏","河南省","山东省","山西省","安徽省","湖北省","湖南省","江苏省","四川省","贵州省","云南省","广西省","西藏","浙江省","江西省","广东省","福建省","海南省","香港","澳门"]],"~:street-address",["^3",["#{street_name}#{building_number}号"]],"~:street-name",["^3",["#{Name.last_name}#{street_suffix}"]],"~:street-suffix",["^3",["巷","街","路","桥","侬","旁","中心","栋"]],"~:building-number",["^3",["#####","####","###","##","#"]]],"~:name",["^ ","~:last-name",["^3",["王","李","张","刘","陈","杨","黄","吴","赵","周","徐","孙","马","朱","胡","林","郭","何","高","罗","郑","梁","谢","宋","唐","许","邓","冯","韩","曹","曾","彭","萧","蔡","潘","田","董","袁","于","余","叶","蒋","杜","苏","魏","程","吕","丁","沈","任","姚","卢","傅","钟","姜","崔","谭","廖","范","汪","陆","金","石","戴","贾","韦","夏","邱","方","侯","邹","熊","孟","秦","白","江","阎","薛","尹","段","雷","黎","史","龙","陶","贺","顾","毛","郝","龚","邵","万","钱","严","赖","覃","洪","武","莫","孔"]],"~:first-name",["^3",["绍齐","博文","梓晨","胤祥","瑞霖","明哲","天翊","凯瑞","健雄","耀杰","潇然","子涵","越彬","钰轩","智辉","致远","俊驰","雨泽","烨磊","晟睿","文昊","修洁","黎昕","远航","旭尧","鸿涛","伟祺","荣轩","越泽","浩宇","瑾瑜","皓轩","擎苍","擎宇","志泽","子轩","睿渊","弘文","哲瀚","雨泽","楷瑞","建辉","晋鹏","天磊","绍辉","泽洋","鑫磊","鹏煊","昊强","伟宸","博超","君浩","子骞","鹏涛","炎彬","鹤轩","越彬","风华","靖琪","明辉","伟诚","明轩","健柏","修杰","志泽","弘文","峻熙","嘉懿","煜城","懿轩","烨伟","苑博","伟泽","熠彤","鸿煊","博涛","烨霖","烨华","煜祺","智宸","正豪","昊然","明杰","立诚","立轩","立辉","峻熙","弘文","熠彤","鸿煊","烨霖","哲瀚","鑫鹏","昊天","思聪","展鹏","笑愚","志强","炫明","雪松","思源","智渊","思淼","晓啸","天宇","浩然","文轩","鹭洋","振家","乐驹","晓博","文博","昊焱","立果","金鑫","锦程","嘉熙","鹏飞","子默","思远","浩轩","语堂","聪健","明","文","果","思","鹏","驰","涛","琪","浩","航","彬"]],"^<",["^3",["#{last_name}#{first_name}"]],"~:name-with-middle",["^3",["#{last_name}#{first_name}"]]],"~:phone-number",["^ ","~:formats",["^3",["###-########","####-########","###########"]]],"~:cell-phone",["^ ","^A",["^3",["13#########","145########","147########","150########","151########","152########","153########","155########","156########","157########","158########","159########","170########","171########","172########","173########","175########","176########","177########","178########","18#########"]]],"~:university",["^ ","~:prefix",["^3",["东","南","西","北","东南","东北","西南","西北","中国"]],"~:suffix",["^3",["理工大学","技术大学","艺术大学","体育大学","经贸大学","农业大学","科技大学","大学"]],"^<",["^3",["#{University.prefix}#{University.suffix}"]]]]] -------------------------------------------------------------------------------- /test/.gitkeep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lambdaisland/faker/20285b694a936fbb63a270c8f093ab5785c97c0f/test/.gitkeep -------------------------------------------------------------------------------- /tests.edn: -------------------------------------------------------------------------------- 1 | #kaocha/v1 2 | {:plugins [:notifier :print-invocations :profiling]} 3 | --------------------------------------------------------------------------------