faker 3.0.0 → 3.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (161) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +598 -1
  3. data/README.md +203 -107
  4. data/lib/faker/books/lovecraft.rb +2 -3
  5. data/lib/faker/default/address.rb +2 -2
  6. data/lib/faker/default/alphanumeric.rb +1 -1
  7. data/lib/faker/default/chile_rut.rb +23 -17
  8. data/lib/faker/default/code.rb +65 -19
  9. data/lib/faker/default/company.rb +112 -5
  10. data/lib/faker/default/crypto.rb +13 -4
  11. data/lib/faker/default/date.rb +61 -5
  12. data/lib/faker/default/driving_licence.rb +19 -8
  13. data/lib/faker/default/drone.rb +1 -1
  14. data/lib/faker/default/finance.rb +2 -2
  15. data/lib/faker/default/food.rb +14 -1
  16. data/lib/faker/default/hipster.rb +2 -3
  17. data/lib/faker/default/html.rb +230 -0
  18. data/lib/faker/default/id_number.rb +38 -24
  19. data/lib/faker/default/internet.rb +85 -78
  20. data/lib/faker/default/invoice.rb +4 -4
  21. data/lib/faker/default/json.rb +9 -4
  22. data/lib/faker/default/lorem.rb +24 -16
  23. data/lib/faker/default/marketing.rb +1 -1
  24. data/lib/faker/default/measurement.rb +8 -8
  25. data/lib/faker/default/{nhs.rb → national_health_service.rb} +8 -4
  26. data/lib/faker/default/number.rb +1 -1
  27. data/lib/faker/default/omniauth.rb +5 -5
  28. data/lib/faker/default/phone_number.rb +37 -18
  29. data/lib/faker/default/placeholdit.rb +1 -1
  30. data/lib/faker/default/south_africa.rb +3 -3
  31. data/lib/faker/{music/show.rb → default/theater.rb} +8 -8
  32. data/lib/faker/default/twitter.rb +4 -6
  33. data/lib/faker/default/types.rb +5 -6
  34. data/lib/faker/default/vehicle.rb +26 -36
  35. data/lib/faker/games/clash_of_clans.rb +1 -1
  36. data/lib/faker/games/dnd.rb +49 -7
  37. data/lib/faker/games/final_fantasy_xiv.rb +73 -0
  38. data/lib/faker/games/heroes_of_the_storm.rb +0 -11
  39. data/lib/faker/games/minecraft.rb +1 -1
  40. data/lib/faker/games/myst.rb +1 -1
  41. data/lib/faker/japanese_media/cowboy_bebop.rb +61 -0
  42. data/lib/faker/japanese_media/fullmetal_alchemist_brotherhood.rb +10 -10
  43. data/lib/faker/locations/australia.rb +40 -38
  44. data/lib/faker/movies/avatar.rb +49 -0
  45. data/lib/faker/movies/star_wars.rb +1 -1
  46. data/lib/faker/movies/{room.rb → the_room.rb} +4 -4
  47. data/lib/faker/music/smashing_pumpkins.rb +64 -0
  48. data/lib/faker/quotes/quote.rb +13 -0
  49. data/lib/faker/sports/chess.rb +90 -0
  50. data/lib/faker/sports/sport.rb +9 -3
  51. data/lib/faker/travel/airport.rb +43 -0
  52. data/lib/faker/travel/train_station.rb +54 -0
  53. data/lib/faker/tv_shows/archer.rb +51 -0
  54. data/lib/faker/tv_shows/buffy.rb +0 -13
  55. data/lib/faker/tv_shows/dr_who.rb +0 -13
  56. data/lib/faker/tv_shows/south_park.rb +15 -0
  57. data/lib/faker/tv_shows/spongebob.rb +50 -0
  58. data/lib/faker/tv_shows/the_fresh_prince_of_bel_air.rb +0 -13
  59. data/lib/faker/version.rb +1 -1
  60. data/lib/faker.rb +20 -9
  61. data/lib/helpers/deprecator.rb +118 -0
  62. data/lib/helpers/positional_generator.rb +480 -0
  63. data/lib/locales/README.md +18 -2
  64. data/lib/locales/ar.yml +1 -0
  65. data/lib/locales/bg.yml +1 -2
  66. data/lib/locales/da-DK.yml +529 -35
  67. data/lib/locales/de-AT.yml +3487 -27
  68. data/lib/locales/de-CH.yml +4359 -12
  69. data/lib/locales/de.yml +7182 -100
  70. data/lib/locales/ee.yml +0 -1
  71. data/lib/locales/en/address.yml +1826 -561
  72. data/lib/locales/en/airport.yml +381 -0
  73. data/lib/locales/en/archer.yml +75 -0
  74. data/lib/locales/en/australia.yml +106 -105
  75. data/lib/locales/en/avatar.yml +31 -0
  76. data/lib/locales/en/bank.yml +1 -1
  77. data/lib/locales/en/chess.yml +103 -0
  78. data/lib/locales/en/company.yml +1 -0
  79. data/lib/locales/en/cosmere.yml +1 -1
  80. data/lib/locales/en/cowboy_bebop.yml +163 -0
  81. data/lib/locales/en/dnd.yml +186 -1
  82. data/lib/locales/en/dog.yml +262 -7
  83. data/lib/locales/en/dota.yml +120 -67
  84. data/lib/locales/en/final_fantasy_xiv.yml +754 -0
  85. data/lib/locales/en/finance.yml +4 -4
  86. data/lib/locales/en/food.yml +14 -1
  87. data/lib/locales/en/{fma_brotherhood.yml → fullmetal_alchemist_brotherhood.yml} +3 -3
  88. data/lib/locales/en/harry_potter.yml +1 -1
  89. data/lib/locales/en/heroes.yml +0 -0
  90. data/lib/locales/en/id_number.yml +1 -1
  91. data/lib/locales/en/internet.yml +3 -4
  92. data/lib/locales/en/minecraft.yml +4 -4
  93. data/lib/locales/en/mitch_hedberg.yml +46 -0
  94. data/lib/locales/en/music.yml +25 -25
  95. data/lib/locales/en/opera.yml +1 -1
  96. data/lib/locales/en/phone_number.yml +78 -3
  97. data/lib/locales/en/restaurant.yml +1 -1
  98. data/lib/locales/en/smashing_pumpkins.yml +382 -0
  99. data/lib/locales/en/south_park.yml +360 -2
  100. data/lib/locales/en/spongebob.yml +489 -0
  101. data/lib/locales/en/star_wars.yml +1 -1
  102. data/lib/locales/en/{room.yml → the_room.yml} +1 -1
  103. data/lib/locales/en/{show.yml → theater.yml} +1 -1
  104. data/lib/locales/en/train_station.yml +280 -0
  105. data/lib/locales/en/vehicle.yml +1 -1
  106. data/lib/locales/en-AU.yml +718 -47
  107. data/lib/locales/en-CA.yml +373 -19
  108. data/lib/locales/en-GB.yml +116 -8
  109. data/lib/locales/en-IND.yml +1259 -17
  110. data/lib/locales/en-KE.yml +212 -0
  111. data/lib/locales/en-MS.yml +364 -17
  112. data/lib/locales/en-NEP.yml +212 -38
  113. data/lib/locales/en-NG.yml +1 -0
  114. data/lib/locales/en-NZ.yml +1153 -123
  115. data/lib/locales/en-PAK.yml +392 -10
  116. data/lib/locales/en-SG.yml +581 -16
  117. data/lib/locales/en-UG.yml +1 -0
  118. data/lib/locales/en-US.yml +6914 -74
  119. data/lib/locales/en-ZA.yml +1 -1
  120. data/lib/locales/en-au-ocker.yml +266 -22
  121. data/lib/locales/es-AR.yml +4569 -4599
  122. data/lib/locales/es-MX.yml +1 -2
  123. data/lib/locales/es.yml +2 -3
  124. data/lib/locales/fi-FI.yml +1 -0
  125. data/lib/locales/fr/address.yml +761 -9
  126. data/lib/locales/fr/internet.yml +0 -1
  127. data/lib/locales/fr/name.yml +2 -1
  128. data/lib/locales/fr-CA.yml +2733 -44
  129. data/lib/locales/fr-CH.yml +1 -2
  130. data/lib/locales/fr.yml +3 -1
  131. data/lib/locales/hy.yml +3624 -119
  132. data/lib/locales/id.yml +839 -12
  133. data/lib/locales/it.yml +1304 -32
  134. data/lib/locales/ja/book.yml +492 -3
  135. data/lib/locales/ja/football.yml +115 -0
  136. data/lib/locales/ja/lorem.yml +1 -1
  137. data/lib/locales/ja/sport.yml +130 -0
  138. data/lib/locales/ja/super_mario.yml +1 -1
  139. data/lib/locales/ja/touhou.yml +466 -0
  140. data/lib/locales/ko.yml +1361 -20
  141. data/lib/locales/lt.yml +297 -17
  142. data/lib/locales/lv.yml +0 -1
  143. data/lib/locales/mi-NZ.yml +2 -0
  144. data/lib/locales/nb-NO.yml +518 -29
  145. data/lib/locales/nl.yml +10 -2
  146. data/lib/locales/pl.yml +1 -2
  147. data/lib/locales/pt-BR.yml +8205 -664
  148. data/lib/locales/pt.yml +844 -45
  149. data/lib/locales/ru.yml +1353 -69
  150. data/lib/locales/sk.yml +4410 -43
  151. data/lib/locales/sv.yml +100 -0
  152. data/lib/locales/tr.yml +1 -2
  153. data/lib/locales/uk.yml +1808 -44
  154. data/lib/locales/vi.yml +1 -0
  155. data/lib/locales/zh-CN/bank.yml +17 -0
  156. data/lib/locales/zh-CN.yml +1 -0
  157. data/lib/locales/zh-TW.yml +1 -0
  158. metadata +37 -156
  159. data/History.md +0 -176
  160. data/lib/faker/default/fillmurray.rb +0 -36
  161. data/lib/faker/default/lorem_pixel.rb +0 -64
@@ -0,0 +1,381 @@
1
+ en:
2
+ faker:
3
+ airport:
4
+ united_states:
5
+ large:
6
+ - Hartsfield Jackson Atlanta International Airport
7
+ - Baltimore/Washington International Airport
8
+ - Logan International Airport
9
+ - Charlotte Douglas International Airport
10
+ - Midway International Airport
11
+ - O'Hare International Airport
12
+ - Dallas/Fort Worth International Airport
13
+ - Denver International Airport
14
+ - Detroit Metropolitan Airport
15
+ - Fort Lauderdale Hollywood International Airport
16
+ - Daniel K. Inouye International Airport
17
+ - George Bush Intercontinental Airport
18
+ - Harry Reid International Airport
19
+ - Los Angeles International Airport
20
+ - Miami International Airport
21
+ - Minneapolis Saint Paul International Airport
22
+ - John F. Kennedy International Airport
23
+ - LaGuardia Airport
24
+ - Newark Liberty International Airport
25
+ - Orlando International Airport
26
+ - Philadelphia International Airport
27
+ - Phoenix Sky Harbor International Airport
28
+ - Portland International Airport
29
+ - Salt Lake City International Airport
30
+ - San Diego International Airport
31
+ - San Francisco International Airport
32
+ - Seattle Tacoma International Airport
33
+ - Tampa International Airport
34
+ - Ronald Reagan Washington National Airport**
35
+ - Dulles International Airport
36
+ medium:
37
+ - Albuquerque International Sunport
38
+ - Ted Stevens Anchorage International Airport
39
+ - Austin Bergstrom International Airport
40
+ - Boise Airport
41
+ - Buffalo Niagara International Airport
42
+ - Charleston International Airport
43
+ - Cincinnati/Northern Kentucky International Airport
44
+ - Cleveland Hopkins International Airport
45
+ - John Glenn Columbus International Airport
46
+ - El Paso International Airport
47
+ - Southwest Florida International Airport
48
+ - Gerald R. Ford International Airport
49
+ - Bradley International Airport
50
+ - William P. Hobby Airport
51
+ - Indianapolis International Airport
52
+ - Jacksonville International Airport
53
+ - Kansas City International Airport
54
+ - Louisville Muhammad Ali International Airport
55
+ - Memphis International Airport
56
+ - General Mitchell International Airport
57
+ - Nashville International Airport
58
+ - Louis Armstrong New Orleans International Airport
59
+ - Norfolk International Airport
60
+ - Oakland International Airport
61
+ - Will Rogers World Airport
62
+ - Eppley Airfield
63
+ - Ontario International Airport
64
+ - John Wayne Airport
65
+ - Northwest Florida Beaches International Airport
66
+ - Pittsburgh International Airport
67
+ - Rhode Island T. F. Green International Airport
68
+ - Raleigh Durham International Airport
69
+ - Reno Tahoe International Airport
70
+ - Richmond International Airport
71
+ - Sacramento International Airport
72
+ - San Antonio International Airport
73
+ - San Jose International Airport
74
+ - Spokane International Airport
75
+ - St. Louis Lambert International Airport
76
+ - Palm Beach International Airport
77
+ small:
78
+ - Albany International Airport
79
+ - Appleton International Airport
80
+ - Atlantic City International Airport
81
+ - Bellingham International Airport
82
+ - Birmingham Shuttlesworth International Airport
83
+ - Dayton International Airport
84
+ - Des Moines International Airport
85
+ - Fairbanks International Airport
86
+ - Fresno Yosemite International Airport
87
+ - Green Bay Austin Straubel International Airport
88
+ - Piedmont Triad International Airport
89
+ - Harrisburg International Airport
90
+ - Hilo International Airport
91
+ - Huntsville International Airport
92
+ - Jackson Medgar Wiley Evers International Airport
93
+ - Key West International Airport
94
+ - Kona International Airport
95
+ - McGhee Tyson Airport
96
+ - Clinton National Airport
97
+ - Midland International Air and Space Port
98
+ - Myrtle Beach International Airport
99
+ - Stewart International Airport
100
+ - Orlando Sanford International Airport
101
+ - Palm Springs International Airport
102
+ - Pensacola International Airport
103
+ - Phoenix Mesa Gateway Airport
104
+ - Portland International Jetport
105
+ - Batten International Airport
106
+ - Greater Rochester International Airport
107
+ - Sarasota Bradenton International Airport
108
+ - Savannah/Hilton Head International Airport
109
+ - St. Pete Clearwater International Airport
110
+ - Syracuse Hancock International Airport
111
+ - Tallahassee International Airport
112
+ - Tucson International Airport
113
+ - Tulsa International Airport
114
+ - Wilkes-Barre/Scranton International Airport
115
+ - Wilmington International Airport
116
+ iata_code:
117
+ large:
118
+ - ATL
119
+ - BWI
120
+ - BOS
121
+ - CLT
122
+ - MDW
123
+ - ORD
124
+ - DFW
125
+ - DEN
126
+ - DTW
127
+ - FLL
128
+ - HNL
129
+ - IAH
130
+ - LAS
131
+ - LAX
132
+ - MIA
133
+ - MSP
134
+ - JFK
135
+ - LGA
136
+ - EWR
137
+ - MCO
138
+ - PHL
139
+ - PHX
140
+ - PDX
141
+ - SLC
142
+ - SAN
143
+ - SFO
144
+ - SEA
145
+ - TPA
146
+ - DCA
147
+ - IAD
148
+ medium:
149
+ - ABQ
150
+ - ANC
151
+ - AUS
152
+ - BOI
153
+ - BUF
154
+ - CHS
155
+ - CVG
156
+ - CLE
157
+ - CMH
158
+ - ELP
159
+ - RSW
160
+ - GRR
161
+ - BDL
162
+ - HOU
163
+ - IND
164
+ - JAX
165
+ - MCI
166
+ - SDF
167
+ - MEM
168
+ - MKE
169
+ - BNA
170
+ - MSY
171
+ - ORF
172
+ - OAK
173
+ - OKC
174
+ - OMA
175
+ - ONT
176
+ - SNA
177
+ - ECP
178
+ - PIT
179
+ - PVD
180
+ - RDU
181
+ - RNO
182
+ - RIC
183
+ - SMF
184
+ - SAT
185
+ - SJC
186
+ - GEG
187
+ - STL
188
+ - PBI
189
+ small:
190
+ - ALB
191
+ - ATW
192
+ - ACY
193
+ - BLI
194
+ - BHM
195
+ - DAY
196
+ - DSM
197
+ - FAI
198
+ - FAT
199
+ - GRB
200
+ - GSO
201
+ - MDT
202
+ - ITO
203
+ - HSV
204
+ - JAN
205
+ - EYW
206
+ - KOA
207
+ - TYS
208
+ - LIT
209
+ - MAF
210
+ - MYR
211
+ - SWF
212
+ - SFB
213
+ - PSP
214
+ - PNS
215
+ - AZA
216
+ - PWM
217
+ - RAC
218
+ - ROC
219
+ - SRQ
220
+ - SAV
221
+ - PIE
222
+ - SYR
223
+ - TLH
224
+ - TUS
225
+ - TUL
226
+ - AVP
227
+ - ILM
228
+ european_union:
229
+ large:
230
+ - Gatwick Airport
231
+ - Heathrow Airport
232
+ - Luton Airport
233
+ - London Southend Airport
234
+ - London Stansted Airport
235
+ - Manchester Airport
236
+ - Charles de Gaulle Airport
237
+ - Orly Airport
238
+ - Amsterdam Airport Schiphol
239
+ - Karlsruhe/Baden-Baden Airport
240
+ - Berlin Brandenburg Airport
241
+ - Düsseldorf Airport
242
+ - Frankfurt Airport
243
+ - Munich Airport
244
+ - Josep Tarradellas Barcelona El Prat Airport
245
+ - Madrid-Barajas Airport
246
+ - Palma de Mallorca Airport
247
+ - Milan Malpensa Airport
248
+ - Leonardo da Vinci Fiumicino Airport
249
+ - Athens International Airport
250
+ - Oslo Airport, Gardermoen
251
+ - Stockholm Arlanda Airport
252
+ medium:
253
+ - Birmingham Airport
254
+ - Bristol Airport
255
+ - Liverpool John Lennon Airport
256
+ - London City Airport
257
+ - Luton Airport
258
+ - Newcastle Airport
259
+ - East Midlands Airport
260
+ - Aberdeen Airport
261
+ - Edinburgh Airport
262
+ - Glasgow International Airport
263
+ - Belfast International Airport
264
+ - Beauvais Tillé Airport
265
+ - Bordeaux Mérignac Airport
266
+ - Lyon Saint Exupéry Airport
267
+ - Marseille Provence Airport
268
+ - EuroAirport Basel Mulhouse Freiburg
269
+ - Nantes Atlantique Airport
270
+ - Nice Côte d'Azur Airport
271
+ - Toulouse Blagnac Airport
272
+ - Vienna International Airport
273
+ - Findel Airport
274
+ - Dublin Airport
275
+ - Václav Havel Airport Prague
276
+ - Karlsruhe/Baden-Baden Airport
277
+ - Cologne/Bonn Airport
278
+ - EuroAirport Basel Mulhouse Freiburg
279
+ - Hamburg Airport
280
+ - Hannover Airport
281
+ - Stuttgart Airport
282
+ - Budapest Ferenc Liszt International Airport
283
+ - Bratislava Airport
284
+ - Zurich Airport
285
+ - Kraków John Paul II International Airport
286
+ - Alicante Elche Miguel Hernández Airport
287
+ - Bilbao Airport
288
+ - Fuerteventura Airport
289
+ - Gran Canaria Airport
290
+ - Ibiza Airport
291
+ - Lanzarote Airport
292
+ - Málaga Airport
293
+ - Seville Airport
294
+ - Tenerife North Ciudad de La Laguna Airport
295
+ - Tenerife South Airport
296
+ - Valencia Airport
297
+ - Lisbon Airport
298
+ - Palese Airport
299
+ - Orio al Serio Airport
300
+ - Bologna Airport
301
+ - Cagliari Airport
302
+ - Fontanarossa Airport
303
+ - Linate Airport
304
+ - Naples International Airport
305
+ iata_code:
306
+ large:
307
+ - LGW
308
+ - LHR
309
+ - LTN
310
+ - SEN
311
+ - STN
312
+ - MAN
313
+ - CDG
314
+ - ORY
315
+ - AMS
316
+ - FKB
317
+ - BER
318
+ - DUS
319
+ - FRA
320
+ - MUC
321
+ - BCN
322
+ - MAD
323
+ - PMI
324
+ - MXP
325
+ - FCO
326
+ - ATH
327
+ - OSL
328
+ - ARN
329
+ medium:
330
+ - BHX
331
+ - BRS
332
+ - LPL
333
+ - LCY
334
+ - LTN
335
+ - NCL
336
+ - EMA
337
+ - ABZ
338
+ - EDI
339
+ - GLA
340
+ - BFS
341
+ - BVA
342
+ - BOD
343
+ - LYS
344
+ - MRS
345
+ - BSL
346
+ - NTE
347
+ - NCE
348
+ - TLS
349
+ - VIE
350
+ - LUX
351
+ - DUB
352
+ - PRG
353
+ - FKB
354
+ - CGN
355
+ - MLH/BSL/EAP
356
+ - HAM
357
+ - HAJ
358
+ - STR
359
+ - BUD
360
+ - BTS
361
+ - ZRH
362
+ - KRK
363
+ - ALC
364
+ - BIO
365
+ - FUE
366
+ - LPA
367
+ - IBZ
368
+ - ACE
369
+ - AGP
370
+ - SVQ
371
+ - TFN
372
+ - TFS
373
+ - VLC
374
+ - LIS
375
+ - BRI
376
+ - BGY
377
+ - BLQ
378
+ - CAG
379
+ - CTA
380
+ - LIN
381
+ - NAP
@@ -0,0 +1,75 @@
1
+ en:
2
+ faker:
3
+ archer:
4
+ characters:
5
+ - Sterling Archer
6
+ - Lana Kane
7
+ - Malory Archer
8
+ - Cyril Figgis
9
+ - Cheryl Tunt
10
+ - Pam Poovey
11
+ - Dr. Krieger
12
+ - Ray Gillette
13
+ - Barry Dylan
14
+ - Ron Cadillac
15
+ - Woodhouse
16
+ - Slater
17
+ - Katya Kazanova
18
+ - Brett Bunsen
19
+ - Conway Stern
20
+ - Len Trexler
21
+ - George Spelvin
22
+ - Trinette McGoon
23
+ - Rodney
24
+ - Cecil Tunt
25
+ - Charles and Rudy
26
+ - Gustavo Calderon
27
+ - Captain Lammers
28
+ - Edie Poovey
29
+ - Veronica Deane
30
+ - Figgis Agency staff
31
+ - Slater's agents
32
+ - Popeye
33
+ - Barry-6
34
+ - Conway Stern
35
+ - Bilbo
36
+ - Dutch
37
+ locations:
38
+ - ISIS Headquarters
39
+ - The Tuntmore Towers
40
+ - The Archer Apartment
41
+ - The Malory Apartment
42
+ - The Krieger Lab
43
+ - San Marcos Palace
44
+ - The KGB Headquarters
45
+ - The Vatican
46
+ - Area 51
47
+ - Dreamland
48
+ - Danger Island
49
+ - The Figgis Agency office
50
+ - New York City
51
+ - Miami
52
+ - Monte Carlo
53
+ - Hollywood
54
+ - Texas
55
+ quotes:
56
+ - Lana. Lana. Lana!... Danger zone.
57
+ - I'm sorry, I can't hear you over the sound of my giant throbbing erection!
58
+ - This is why we can't have nice things, people!
59
+ - If I cared about what you do on the weekend, I'd stick a shotgun in my mouth and pull the trigger with my toes.
60
+ - It's like my brain's a tree and you're those little cookie elves.
61
+ - I'm not saying I invented the turtleneck, but I was the first person to realize its potential as a tactical garment.
62
+ - You're about as useful as a cock-flavored lollipop.
63
+ - You want to take away my freedom? You're gonna have to pry it from my cold, dead hands.
64
+ - Just the Tip.
65
+ - It's called 'the velveteen touch of a dandy fop.' Look it up.
66
+ - Phrasing!
67
+ - Danger zone!
68
+ - M as in Mancy
69
+ - Do you want ants? Because that's how you get ants.
70
+ - I swear to god I had something for this.
71
+ - I am the one who makes the decisions, and I decide what we do, and we are not murdering people!
72
+ - You're not my supervisor!
73
+ - That's how you get ants. But seriously, don't eat that.
74
+ - Phrasing. Boom!
75
+ - Read a book, it'll make you feel better.
@@ -1,107 +1,108 @@
1
1
  en:
2
2
  faker:
3
- australia:
4
- locations:
5
- - Brisbane
6
- - Sydney
7
- - Melbourne
8
- - Perth
9
- - Adelaide
10
- - Gold Coast
11
- - Newcastle
12
- - Canberra
13
- - Central Coast
14
- - Sunshine Coast
15
- - Wollongong
16
- - Geelong
17
- - Hobart
18
- - Townsville
19
- - Cairns
20
- - Toowoomba
21
- - Darwin
22
- - Ballarat
23
- - Bendigo
24
- - Albury
25
- - Launceston
26
- - Mackay
27
- - Rockhampton
28
- - Bunbury
29
- - Coffs Harbour
30
- - Bundaberg
31
- - Melton
32
- - Wagga Wagga
33
- - Hervey Bay
34
- - Mildura – Wentworth
35
- - SheppartonMooroopna
36
- - Port Macquarie
37
- - Gladstone – Tannum Sands
38
- - Tamworth
39
- - Traralgon – Morwell
40
- - Orange
41
- - Bowral – Mittagong
42
- - Busselton
43
- - Geraldton
44
- - Dubbo
45
- - Nowra – Bomaderry
46
- - WarragulDrouin
47
- - Bathurst
48
- - Warrnambool
49
- - Albany
50
- - Kalgoorlie
51
- - Devonport
52
- - Mount Gambier
53
- - Lismore
54
- - Nelson Bay
55
- animals:
56
- - Koala
57
- - Humpback Whale
58
- - Australian Fur Seal
59
- - Wallaby
60
- - Platypus
61
- - Kangaroo
62
- - Wombat
63
- - Sugar Glider
64
- - Flying Fox
65
- - Tasmanian Devil
66
- - Quokka
67
- - Dugong
68
- - Luaner
69
- - Echidna
70
- - Magpie
71
- - Cockatoo
72
- - Tawny Frogmouth
73
- - Galah
74
- - Lorikeet
75
- - Pelican
76
- - Cassowary
77
- - Kookaburra
78
- - Emu
79
- - Lyrebird
80
- - Barramundi
81
- - Grouper
82
- - Murray Cod
83
- - Green Tree Frog
84
- - Cane Toad
85
- - Redback Spider
86
- - Funnel Web Spider
87
- - Blue Ringed Octopus
88
- - Fresh Water Crocodile
89
- - Skink
90
- - Thorny Devil
91
- - King Brown Snake
92
- - Carpet Python
93
- - Tiger Snake
94
- - Red Bellied Black Snake
95
- - Blue Tongue Lizard
96
- - Frilled Neck Lizard
97
- - Saltwater Crocodile
98
- - Eastern Brown Snake
99
- states:
100
- - New South Wales
101
- - Queensland
102
- - Western Australia
103
- - Northern Territory
104
- - South Australia
105
- - Australian Capital Territory
106
- - Victoria
107
- - Tasmania
3
+ locations:
4
+ australia:
5
+ locations:
6
+ - Brisbane
7
+ - Sydney
8
+ - Melbourne
9
+ - Perth
10
+ - Adelaide
11
+ - Gold Coast
12
+ - Newcastle
13
+ - Canberra
14
+ - Central Coast
15
+ - Sunshine Coast
16
+ - Wollongong
17
+ - Geelong
18
+ - Hobart
19
+ - Townsville
20
+ - Cairns
21
+ - Toowoomba
22
+ - Darwin
23
+ - Ballarat
24
+ - Bendigo
25
+ - Albury
26
+ - Launceston
27
+ - Mackay
28
+ - Rockhampton
29
+ - Bunbury
30
+ - Coffs Harbour
31
+ - Bundaberg
32
+ - Melton
33
+ - Wagga Wagga
34
+ - Hervey Bay
35
+ - MilduraWentworth
36
+ - Shepparton – Mooroopna
37
+ - Port Macquarie
38
+ - Gladstone – Tannum Sands
39
+ - Tamworth
40
+ - Traralgon – Morwell
41
+ - Orange
42
+ - Bowral – Mittagong
43
+ - Busselton
44
+ - Geraldton
45
+ - Dubbo
46
+ - NowraBomaderry
47
+ - Warragul – Drouin
48
+ - Bathurst
49
+ - Warrnambool
50
+ - Albany
51
+ - Kalgoorlie
52
+ - Devonport
53
+ - Mount Gambier
54
+ - Lismore
55
+ - Nelson Bay
56
+ animals:
57
+ - Koala
58
+ - Humpback Whale
59
+ - Australian Fur Seal
60
+ - Wallaby
61
+ - Platypus
62
+ - Kangaroo
63
+ - Wombat
64
+ - Sugar Glider
65
+ - Flying Fox
66
+ - Tasmanian Devil
67
+ - Quokka
68
+ - Dugong
69
+ - Luaner
70
+ - Echidna
71
+ - Magpie
72
+ - Cockatoo
73
+ - Tawny Frogmouth
74
+ - Galah
75
+ - Lorikeet
76
+ - Pelican
77
+ - Cassowary
78
+ - Kookaburra
79
+ - Emu
80
+ - Lyrebird
81
+ - Barramundi
82
+ - Grouper
83
+ - Murray Cod
84
+ - Green Tree Frog
85
+ - Cane Toad
86
+ - Redback Spider
87
+ - Funnel Web Spider
88
+ - Blue Ringed Octopus
89
+ - Fresh Water Crocodile
90
+ - Skink
91
+ - Thorny Devil
92
+ - King Brown Snake
93
+ - Carpet Python
94
+ - Tiger Snake
95
+ - Red Bellied Black Snake
96
+ - Blue Tongue Lizard
97
+ - Frilled Neck Lizard
98
+ - Saltwater Crocodile
99
+ - Eastern Brown Snake
100
+ states:
101
+ - New South Wales
102
+ - Queensland
103
+ - Western Australia
104
+ - Northern Territory
105
+ - South Australia
106
+ - Australian Capital Territory
107
+ - Victoria
108
+ - Tasmania