faker 3.1.0 → 3.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (70) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +107 -5
  3. data/README.md +13 -2
  4. data/lib/faker/default/company.rb +13 -0
  5. data/lib/faker/default/food.rb +13 -0
  6. data/lib/faker/default/internet.rb +52 -22
  7. data/lib/faker/default/lorem.rb +18 -13
  8. data/lib/faker/default/marketing.rb +1 -1
  9. data/lib/faker/default/omniauth.rb +1 -1
  10. data/lib/faker/default/twitter.rb +1 -1
  11. data/lib/faker/default/vehicle.rb +0 -1
  12. data/lib/faker/games/dnd.rb +49 -7
  13. data/lib/faker/movies/avatar.rb +49 -0
  14. data/lib/faker/quotes/quote.rb +13 -0
  15. data/lib/faker/sports/chess.rb +90 -0
  16. data/lib/faker/travel/airport.rb +43 -0
  17. data/lib/faker/version.rb +1 -1
  18. data/lib/faker.rb +0 -1
  19. data/lib/locales/ar.yml +1 -0
  20. data/lib/locales/bg.yml +1 -1
  21. data/lib/locales/da-DK.yml +1 -0
  22. data/lib/locales/de-AT.yml +1 -1
  23. data/lib/locales/de-CH.yml +1 -0
  24. data/lib/locales/de.yml +1 -0
  25. data/lib/locales/en/airport.yml +381 -0
  26. data/lib/locales/en/avatar.yml +31 -0
  27. data/lib/locales/en/chess.yml +103 -0
  28. data/lib/locales/en/company.yml +1 -0
  29. data/lib/locales/en/dnd.yml +186 -1
  30. data/lib/locales/en/food.yml +12 -0
  31. data/lib/locales/en/internet.yml +3 -0
  32. data/lib/locales/en/mitch_hedberg.yml +46 -0
  33. data/lib/locales/en/star_wars.yml +1 -1
  34. data/lib/locales/en-AU.yml +1 -0
  35. data/lib/locales/en-CA.yml +1 -0
  36. data/lib/locales/en-GB.yml +2 -0
  37. data/lib/locales/en-MS.yml +1 -0
  38. data/lib/locales/en-NG.yml +1 -0
  39. data/lib/locales/en-NZ.yml +1 -0
  40. data/lib/locales/en-PAK.yml +1 -0
  41. data/lib/locales/en-SG.yml +1 -0
  42. data/lib/locales/en-UG.yml +1 -0
  43. data/lib/locales/en-US.yml +1 -0
  44. data/lib/locales/en-ZA.yml +1 -0
  45. data/lib/locales/en-au-ocker.yml +2 -0
  46. data/lib/locales/es-AR.yml +1 -0
  47. data/lib/locales/es-MX.yml +1 -0
  48. data/lib/locales/es.yml +2 -1
  49. data/lib/locales/fi-FI.yml +1 -0
  50. data/lib/locales/fr-CA.yml +1 -0
  51. data/lib/locales/fr-CH.yml +1 -0
  52. data/lib/locales/hy.yml +1 -0
  53. data/lib/locales/it.yml +1 -0
  54. data/lib/locales/ko.yml +1 -0
  55. data/lib/locales/mi-NZ.yml +2 -0
  56. data/lib/locales/nb-NO.yml +1 -0
  57. data/lib/locales/nl.yml +1 -0
  58. data/lib/locales/pl.yml +1 -0
  59. data/lib/locales/pt-BR.yml +1 -0
  60. data/lib/locales/pt.yml +1 -0
  61. data/lib/locales/ru.yml +1 -0
  62. data/lib/locales/sk.yml +1 -0
  63. data/lib/locales/sv.yml +1 -0
  64. data/lib/locales/tr.yml +1 -0
  65. data/lib/locales/uk.yml +2 -1
  66. data/lib/locales/vi.yml +1 -0
  67. data/lib/locales/zh-CN.yml +1 -0
  68. data/lib/locales/zh-TW.yml +1 -0
  69. metadata +25 -19
  70. data/lib/faker/default/fillmurray.rb +0 -36
@@ -0,0 +1,49 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Faker
4
+ class Movies
5
+ class Avatar < Base
6
+ class << self
7
+ ##
8
+ # Produces a character from Avatar.
9
+ #
10
+ # @return [String]
11
+ #
12
+ # @example
13
+ # Faker::Movies::Avatar.character #=> "Jake Sully"
14
+ #
15
+ # @faker.version next
16
+ def character
17
+ fetch('avatar.characters')
18
+ end
19
+
20
+ ##
21
+ # Produces a date from Avatar.
22
+ #
23
+ # @return [String]
24
+ #
25
+ # @example
26
+ # Faker::Movies::Avatar.date #=> "December 15, 2022"
27
+ #
28
+ # @faker.version next
29
+ def date
30
+ fetch('avatar.dates')
31
+ end
32
+
33
+ ##
34
+ # Produces a quote from Avatar.
35
+ #
36
+ # @return [String]
37
+ #
38
+ # @example
39
+ # Faker::Movies::Avatar.quote
40
+ # #=> "If it ain't raining, we ain't training."
41
+ #
42
+ # @faker.version next
43
+ def quote
44
+ fetch('avatar.quotes')
45
+ end
46
+ end
47
+ end
48
+ end
49
+ end
@@ -106,6 +106,19 @@ module Faker
106
106
  def fortune_cookie
107
107
  fetch('quote.fortune_cookie')
108
108
  end
109
+
110
+ ##
111
+ # Produces a quote from comedian Mitch Hedberg.
112
+ #
113
+ # @return [String]
114
+ #
115
+ # @example
116
+ # Faker::Quote.mitch_hedberg # => "I like Kit-Kats, unless I'm with four or more people."
117
+ #
118
+ # @faker.version next
119
+ def mitch_hedberg
120
+ fetch('quote.mitch_hedberg')
121
+ end
109
122
  end
110
123
  end
111
124
  end
@@ -0,0 +1,90 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Faker
4
+ class Sports
5
+ class Chess < Base
6
+ class << self
7
+ ##
8
+ # Produces the name of a chess player name.
9
+ #
10
+ # @return [String]
11
+ #
12
+ # @example
13
+ # Faker::Sports::Chess.player #=> "Golden State Warriors"
14
+ #
15
+ # @faker.version next
16
+ def player
17
+ fetch('chess.players')
18
+ end
19
+
20
+ ##
21
+ # Produces a long (alpha-3) ISO 3166 country code.
22
+ #
23
+ # @return [String]
24
+ #
25
+ # @example
26
+ # Faker::Chess.federation #=> "COL"
27
+ #
28
+ # @faker.version next
29
+ def federation
30
+ Faker::Address.country_code_long
31
+ end
32
+
33
+ def tournament
34
+ ##
35
+ # Produces the name of a famous chess tournament name.
36
+ #
37
+ # @return [String]
38
+ #
39
+ # @example
40
+ # Faker::Chess.tournament #=> "Khanty-Mansisyk (Candidates Tournament)"
41
+ #
42
+ # @faker.version next
43
+ fetch('chess.tournaments')
44
+ end
45
+
46
+ def rating(from: 2000, to: 2900)
47
+ ##
48
+ # Produces a rating between two provided values. Boundaries are inclusive.
49
+ #
50
+ # @param from [Numeric] The lowest number to include.
51
+ # @param to [Numeric] The highest number to include.
52
+ # @return [Numeric]
53
+ #
54
+ # @example
55
+ # Faker::Sports::Chess.rating #=> 2734
56
+ # Faker::Sports::Chess.rating(from: 2400, to: 2700) #=> 2580
57
+ #
58
+ # @faker.version next
59
+ Faker::Base.rand_in_range(from, to)
60
+ end
61
+
62
+ ##
63
+ # Produces the name of a chess opening.
64
+ #
65
+ # @return [String]
66
+ #
67
+ # @example
68
+ # Faker::Sports::Chess.opening #=> "Giuoco Piano"
69
+ #
70
+ # @faker.version next
71
+ def opening
72
+ fetch('chess.openings')
73
+ end
74
+
75
+ ##
76
+ # Produces a chess title.
77
+ #
78
+ # @return [String]
79
+ #
80
+ # @example
81
+ # Faker::Sports::Chess.title #=> "GM"
82
+ #
83
+ # @faker.version next
84
+ def title
85
+ fetch('chess.titles')
86
+ end
87
+ end
88
+ end
89
+ end
90
+ end
@@ -0,0 +1,43 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Faker
4
+ class Travel
5
+ class Airport < Base
6
+ class << self
7
+ ##
8
+ # Produces random Airport by name and takes arguments for size and region
9
+ #
10
+ # @param size [String] airport size, united_states has large, or medium, or small, european_union has large, or medium
11
+ #
12
+ # @param region [String] airport region, currently available -> united_states or european_union
13
+ #
14
+ # @retrun [String]
15
+ #
16
+ # @example
17
+ # Faker::Travel::Airport.name(size: 'large', region: 'united_states') => "Los Angeles International Airport"
18
+ #
19
+ # @faker.version next
20
+ def name(size:, region:)
21
+ fetch("airport.#{region}.#{size}")
22
+ end
23
+
24
+ ##
25
+ # Produces random Airport by IATA code and takes arguments for size and region
26
+ #
27
+ # @param size [String] airport size, united_states has large, or medium, or small, european_union has large, or medium
28
+ #
29
+ # @param region [String] airport region, currently available -> united_states or european_union
30
+ #
31
+ # @retrun [String]
32
+ #
33
+ # @example
34
+ # Faker::Travel::Airport.iata(size: 'large', region: 'united_states') => "LAX"
35
+ #
36
+ # @faker.version next
37
+ def iata(size:, region:)
38
+ fetch("airport.#{region}.iata_code.#{size}")
39
+ end
40
+ end
41
+ end
42
+ end
43
+ end
data/lib/faker/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Faker # :nodoc:
4
- VERSION = '3.1.0'
4
+ VERSION = '3.2.0'
5
5
  end
data/lib/faker.rb CHANGED
@@ -8,7 +8,6 @@ require 'i18n'
8
8
  Dir.glob(File.join(mydir, 'helpers', '*.rb')).sort.each { |file| require file }
9
9
 
10
10
  I18n.load_path += Dir[File.join(mydir, 'locales', '**/*.yml')]
11
- I18n.reload! if I18n.backend.initialized?
12
11
 
13
12
  module Faker
14
13
  module Config
data/lib/locales/ar.yml CHANGED
@@ -25,6 +25,7 @@ ar:
25
25
  - "#{street_address}, #{city}"
26
26
  - "#{secondary_address} #{street_address}, #{city}"
27
27
  default_country: [المملكة العربية السعودية]
28
+ default_country_code: ["SA"]
28
29
  company:
29
30
  suffix: [شركة, وأبناؤه, المحدودة]
30
31
  buzzwords:
data/lib/locales/bg.yml CHANGED
@@ -15,7 +15,7 @@ bg:
15
15
  street_address:
16
16
  - "#{street_name}, #{building_number}"
17
17
  default_country: [България]
18
-
18
+ default_country_code: ["BG"]
19
19
  internet:
20
20
  free_email: [abv.bg, mail.bg, dir.bg, gmail.com, yahoo.com, hotmail.com]
21
21
  domain_suffix: [com, bg, info, бг, net, org]
@@ -22,6 +22,7 @@ da-DK:
22
22
  street_address:
23
23
  - "#{street_name} #{building_number}"
24
24
  default_country: [Danmark]
25
+ default_country_code: ["DK"]
25
26
 
26
27
  company:
27
28
  suffix: ["A/S", "ApS", "I/S", "IVS", "Holding", "SMBA", "K/S", "SPW"]
@@ -16,7 +16,7 @@ de-AT:
16
16
  street_address:
17
17
  - "#{street_name} #{building_number}"
18
18
  default_country: [Österreich]
19
-
19
+ default_country_code: ["AT"]
20
20
  company:
21
21
  suffix: [GmbH, AG, Gruppe, KG, GmbH & Co. KG, UG, OG]
22
22
  legal_form: [GmbH, AG, Gruppe, KG, GmbH & Co. KG, UG, OG]
@@ -3,6 +3,7 @@ de-CH:
3
3
  address:
4
4
  postcode: ['1###', '2###', '3###', '4###', '5###', '6###', '7###', '8###', '9###']
5
5
  default_country: [Schweiz]
6
+ default_country_code: ["CH"]
6
7
 
7
8
  name:
8
9
  last_name:
data/lib/locales/de.yml CHANGED
@@ -22,6 +22,7 @@ de:
22
22
  street_address:
23
23
  - "#{street_name} #{building_number}"
24
24
  default_country: [Deutschland]
25
+ default_country_code: ["DE"]
25
26
 
26
27
  company:
27
28
  suffix: [GmbH, AG, Gruppe, KG, GmbH & Co. KG, UG, OHG]
@@ -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,31 @@
1
+ en:
2
+ faker:
3
+ avatar:
4
+ characters: ['Neytiri', 'Jake Sully, Tommy', 'Doctora Grace Augustine', 'Ronal', 'Trudy Chacon', 'Miles Quaritch', 'Dr. Karina Mogue', 'Parker Selfridge', 'Mo at', 'Eytukan', 'Dragon Gunship Pilot', 'Neteyam', 'Varang', 'Otamu', 'Bilano', 'Deyshana', 'Entok', 'Eywaftia', 'Frapohu', 'Ronal', 'Saeyla', 'Sevineyo', 'Ian Garvin', 'Hukato']
5
+ dates: ['December 18, 2009', 'December 15, 2022', 'December 20, 2024']
6
+ quotes: [
7
+ "I'm a warrior of the Jarhead clan.",
8
+ "I was a warrior who dreamed he could bring peace. Sooner or later though, you always have to wake up.",
9
+ "You want a fair deal, you're on the wrong planet. The strong prey on the weak.",
10
+ "Sometimes your whole life boils down to one insane move.",
11
+ "The Sky People have sent us a message: that they can take whatever they want. That no one can stop them. Well, we will send them a message: that they cannot take whatever they want! And that this...this is our land!",
12
+ "All I ever wanted was a single thing worth fighting for.",
13
+ "You don't choose your Avatar... your Avatar chooses you.",
14
+ "The Na'vi say, that every person is born twice. The second time, is when you earn your place among the people...forever.",
15
+ "Your spirit goes with Eywa. Your body stays behind to become part of The People.",
16
+ "If it ain't raining, we ain't training.",
17
+ "I became a Marine for the hardship. To be hammered on the anvil of life. I told myself I could pass any test a man can pass.",
18
+ "If Grace is there with you - look in her memories - she can show you the world we come from. There's no green there. They killed their mother, and they're gonna do the same here.",
19
+ "Sooner or later, though, you always have to wake up.",
20
+ "Everything is backwards now, like out there is the true world, and in here is the dream.",
21
+ "I'm with you now, Jake. We are mated for life.",
22
+ "To become 'taronyu' hunter, you must choose your own Ikran and he must choose you.",
23
+ "Toruk chose him, it has only happened five times since the time of first songs.",
24
+ "You have a strong heart. No fear. But stupid! Ignorant like a child!",
25
+ "Our great mother does not take sides, Jake; she protects the balance of life.",
26
+ "Hey Sully... how does it feel to betray your own race? You think you're one of them? Time to wake up!",
27
+ "Everyone on this base, every one of you, is fighting for survival, and that's a fact.",
28
+ "And when we destroy it, we will blast a crater in their racial memory so deep, that they won't come within 1,000 klicks of this place ever again. And that too, is a fact.",
29
+ "So you just figured you'd come here, to the most hostile environment known to men, with no training of any kind, and see how it went? What was going through your head?",
30
+ "It is hard to fill a cup that is already full."
31
+ ]