faker 2.20.0 → 2.21.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +65 -0
- data/README.md +1 -0
- data/lib/faker/default/markdown.rb +2 -2
- data/lib/faker/movies/tron.rb +161 -0
- data/lib/faker/version.rb +1 -1
- data/lib/locales/en/game.yml +0 -1
- data/lib/locales/en/movie.yml +2 -1
- data/lib/locales/en/naruto.yml +2 -3
- data/lib/locales/en/tron.yml +227 -0
- data/lib/locales/fr/adjective.yml +266 -0
- data/lib/locales/ja/emotion.yml +51 -0
- data/lib/locales/ja/naruto.yml +230 -0
- data/lib/locales/ja/relationship.yml +10 -0
- metadata +13 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 44c0018f4c53ccebc8bd19d572f1122827a3c1092efc4c8a4410de2cd042962f
|
4
|
+
data.tar.gz: 440a347753b2a2ba35abf664d489b24471ddfb32007c76afea9c51edcda99bc6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 920e561f15f9a91269f2167d350fc7a2ba46444c3311a240f733c7ef2de0146d6052791862a29c36a847ee8370e2830f1b486e0aa015c2c5cb84aed826bf04fd
|
7
|
+
data.tar.gz: f2c505fd2e0aaa29bc654ae0ec27c2129acba47390aa5cbfb1fbedc24225d1c07ebbf2d4aecc540c77dfea72ab067663583e89b5a58a49287be89d4d3f7c2f29
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,70 @@
|
|
1
1
|
# Change Log
|
2
2
|
|
3
|
+
## [v2.21.0](https://github.com/faker-ruby/faker/tree/v2.21.0) (2022-05-12)
|
4
|
+
|
5
|
+
## Bug/Fixes
|
6
|
+
|
7
|
+
- [PR #2443](https://github.com/faker-ruby/faker/pull/2443) Fixed error for random in markdown [@sudeeptarlekar](https://github.com/sudeeptarlekar)
|
8
|
+
|
9
|
+
## Feature Request
|
10
|
+
|
11
|
+
- [PR #2252](https://github.com/faker-ruby/faker/pull/2252) Add Faker::Movies::Tron [@craineum](https://github.com/craineum)
|
12
|
+
|
13
|
+
## Update locales
|
14
|
+
- [PR #2485](https://github.com/faker-ruby/faker/pull/2485) Add japanese translations for emotion [@kenboo0426](https://github.com/kenboo0426)
|
15
|
+
- [PR #2479](https://github.com/faker-ruby/faker/pull/2479) Add japanese translations for naruto [@johnmanjiro13](https://github.com/johnmanjiro13)
|
16
|
+
- [PR #2478](https://github.com/faker-ruby/faker/pull/2478) Add Japanese translation for relationships [@shouichi](https://github.com/shouichi)
|
17
|
+
- [PR #2469](https://github.com/faker-ruby/faker/pull/2467) Fix blank row in game.yml [@KingYoSun](https://github.com/KingYoSun)
|
18
|
+
- [PR #2467](https://github.com/faker-ruby/faker/pull/2467) French traduction of adjectives [@Beygs](https://github.com/Beygs)
|
19
|
+
|
20
|
+
## Update local dependencies
|
21
|
+
|
22
|
+
- Update rubocop to `1.26.0`
|
23
|
+
- Update timecop to `0.95.0`
|
24
|
+
|
25
|
+
------------------------------------------------------------------------------
|
26
|
+
|
27
|
+
## [v2.20.0](https://github.com/faker-ruby/faker/tree/v2.20.0) (2022-03-05)
|
28
|
+
|
29
|
+
## Documentation
|
30
|
+
|
31
|
+
- [PR #2421](https://github.com/faker-ruby/faker/pull/2421) Add general documentation for Faker::Camera [@aleksandrilyin](https://github.com/aleksandrilyin)
|
32
|
+
|
33
|
+
|
34
|
+
## Feature Request
|
35
|
+
|
36
|
+
- [PR #2457](https://github.com/faker-ruby/faker/pull/2457) add Command & Conquer games [@Awilum](https://github.com/Awilum)
|
37
|
+
- [PR #2456](https://github.com/faker-ruby/faker/pull/2456) fix heading for faker hobby doc [@Awilum](https://github.com/Awilum)
|
38
|
+
- [PR #2411](https://github.com/faker-ruby/faker/pull/2411) Add mock data for Auth0 OAuth [@Norio4](https://github.com/Norio4)
|
39
|
+
- [PR #2396](https://github.com/faker-ruby/faker/pull/2396) Add Brooklyn Nine Nine into tv shows category [@fralps](https://github.com/fralps)
|
40
|
+
- [PR #2395](https://github.com/faker-ruby/faker/pull/2395) Add The Kingkiller Chronicle [@fblupi](https://github.com/fblupi)
|
41
|
+
- [PR #2392](https://github.com/faker-ruby/faker/pull/2392) Update LV locale - cell phone numbers should be 8 symbols [@tmikoss](https://github.com/tmikoss)
|
42
|
+
- [PR #2383](https://github.com/faker-ruby/faker/pull/2383) Add Faker::JapaneseMedia::KamenRider#transformation_device [@boardfish](https://github.com/boardfish)
|
43
|
+
- [PR #2382](https://github.com/faker-ruby/faker/pull/2382) Add collectible devices [@boardfish](https://github.com/boardfish)
|
44
|
+
- [PR #2378](https://github.com/faker-ruby/faker/pull/2378) Re-add the Faker::Internet.base64 method [@ashishra0](https://github.com/ashishra0)
|
45
|
+
- [PR #2374](https://github.com/faker-ruby/faker/pull/2374) Add Faker::JapaneseMedia::KamenRider [@boardfish](https://github.com/boardfish)
|
46
|
+
- [PR #1656](https://github.com/faker-ruby/faker/pull/1656) Add bible entries [@enowbi](https://github.com/enowbi)
|
47
|
+
|
48
|
+
## Update locales
|
49
|
+
|
50
|
+
- [PR #2462](https://github.com/faker-ruby/faker/pull/2462) Add Sora and Hollow Bastion to SuperSmashBros yml files [@gazayas](https://github.com/gazayas)
|
51
|
+
- [PR #2458](https://github.com/faker-ruby/faker/pull/2458) Fix typo on Tom Jobim's name [@andrerferrer](https://github.com/andrerferrer)
|
52
|
+
- [PR #2452](https://github.com/faker-ruby/faker/pull/2452) updated Timor-Leste in en/addresses.yml [@masukomi](https://github.com/masukomi)
|
53
|
+
- [PR #2450](https://github.com/faker-ruby/faker/pull/2450) dividing male and female Arabic names [@Alfulayt](https://github.com/Alfulayt)
|
54
|
+
- [PR #2381](https://github.com/faker-ruby/faker/pull/2381) Remove duplicates and clean up Faker::JapaneseMedia::KamenRider [@boardfish](https://github.com/boardfish)
|
55
|
+
- [PR #2405](https://github.com/faker-ruby/faker/pull/2405) Add countries in Japanese [@lawriecate](https://github.com/lawriecate)
|
56
|
+
- [PR #2403](https://github.com/faker-ruby/faker/pull/2403) add Faker::Animal in pt-BR [@thiago-henrique-leite](https://github.com/thiago-henrique-leite)
|
57
|
+
- [PR #2377](https://github.com/faker-ruby/faker/pull/2377) Fix non striped coffe blender [@ngouy](https://github.com/ngouy)
|
58
|
+
|
59
|
+
## Update local dependencies
|
60
|
+
|
61
|
+
- Update rubocop to `1.25.0`
|
62
|
+
- Update rake to `13.0.6`
|
63
|
+
- Update test-unit to `3.5.3`
|
64
|
+
- Update yard to `0.9.27`
|
65
|
+
|
66
|
+
------------------------------------------------------------------------------
|
67
|
+
|
3
68
|
## [v2.19.0](https://github.com/faker-ruby/faker/tree/v2.19.0) (2021-08-22)
|
4
69
|
|
5
70
|
## Bug/Fixes
|
data/README.md
CHANGED
@@ -291,6 +291,7 @@ gem 'faker', :git => 'https://github.com/faker-ruby/faker.git', :branch => 'mast
|
|
291
291
|
- [Faker::Movies::LordOfTheRings](doc/movies/lord_of_the_rings.md)
|
292
292
|
- [Faker::Movies::PrincessBride](doc/movies/princess_bride.md)
|
293
293
|
- [Faker::Movies::StarWars](doc/movies/star_wars.md)
|
294
|
+
- [Faker::Movies::TRON](doc/movies/tron.md)
|
294
295
|
- [Faker::Movies::VForVendetta](doc/movies/v_for_vendetta.md)
|
295
296
|
|
296
297
|
### Music
|
@@ -133,7 +133,7 @@ module Faker
|
|
133
133
|
def random(*args)
|
134
134
|
method_list = available_methods
|
135
135
|
args&.each { |ex| method_list.delete_if { |meth| meth == ex.to_sym } }
|
136
|
-
send(method_list[rand(0..method_list.length - 1)])
|
136
|
+
send(method_list[Faker::Config.random.rand(0..method_list.length - 1)])
|
137
137
|
end
|
138
138
|
|
139
139
|
##
|
@@ -168,7 +168,7 @@ module Faker
|
|
168
168
|
private
|
169
169
|
|
170
170
|
def available_methods
|
171
|
-
Markdown.public_methods(false) - Base.methods
|
171
|
+
(Markdown.public_methods(false) - Base.methods).sort
|
172
172
|
end
|
173
173
|
end
|
174
174
|
end
|
@@ -0,0 +1,161 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module Faker
|
4
|
+
class Movies
|
5
|
+
class Tron < Base
|
6
|
+
class << self
|
7
|
+
##
|
8
|
+
# Produces a character from Tron.
|
9
|
+
#
|
10
|
+
# @return [String]
|
11
|
+
#
|
12
|
+
# @example
|
13
|
+
# Faker::Movies::Tron.character #=> "Bit"
|
14
|
+
#
|
15
|
+
# @faker.version next
|
16
|
+
def character
|
17
|
+
sample(characters)
|
18
|
+
end
|
19
|
+
|
20
|
+
##
|
21
|
+
# Produces a game from Tron.
|
22
|
+
#
|
23
|
+
# @return [String]
|
24
|
+
#
|
25
|
+
# @example
|
26
|
+
# Faker::Movies::Tron.game #=> "Space Paranoids"
|
27
|
+
#
|
28
|
+
# @faker.version next
|
29
|
+
def game
|
30
|
+
sample(games)
|
31
|
+
end
|
32
|
+
|
33
|
+
##
|
34
|
+
# Produces a location from Tron.
|
35
|
+
#
|
36
|
+
# @return [String]
|
37
|
+
#
|
38
|
+
# @example
|
39
|
+
# Faker::Movies::Tron.location #=> "Flynn's Arcade"
|
40
|
+
#
|
41
|
+
# @faker.version next
|
42
|
+
def location
|
43
|
+
sample(locations)
|
44
|
+
end
|
45
|
+
|
46
|
+
##
|
47
|
+
# Produces a program from Tron.
|
48
|
+
#
|
49
|
+
# @return [String]
|
50
|
+
#
|
51
|
+
# @example
|
52
|
+
# Faker::Movies::Tron.program #=> "Clu"
|
53
|
+
#
|
54
|
+
# @faker.version next
|
55
|
+
def program
|
56
|
+
sample(programs)
|
57
|
+
end
|
58
|
+
|
59
|
+
##
|
60
|
+
# Produces a quote from Tron.
|
61
|
+
#
|
62
|
+
# @param character [String] The name of a character to derive a quote from.
|
63
|
+
# @return [String]
|
64
|
+
#
|
65
|
+
# @example
|
66
|
+
# Faker::Movies::Tron.quote #=> "Greetings, Programs!"
|
67
|
+
#
|
68
|
+
# @example
|
69
|
+
# Faker::Movies::Tron.quote(character: "mcp")
|
70
|
+
# #=> "End of Line."
|
71
|
+
#
|
72
|
+
# @faker.version next
|
73
|
+
def quote(character: nil)
|
74
|
+
quoted_characters = translate('faker.tron.quotes')
|
75
|
+
|
76
|
+
if character.nil?
|
77
|
+
character = sample(quoted_characters.keys).to_s
|
78
|
+
else
|
79
|
+
character = character.to_s.downcase
|
80
|
+
|
81
|
+
# check alternate spellings, nicknames, titles of characters
|
82
|
+
translate('faker.tron.alternate_character_spellings').each do |k, v|
|
83
|
+
character = k.to_s if v.include?(character)
|
84
|
+
end
|
85
|
+
|
86
|
+
raise ArgumentError, "Character for quotes can be left blank or #{quoted_characters.keys.join(', ')}" unless quoted_characters.key?(character.to_sym)
|
87
|
+
end
|
88
|
+
|
89
|
+
fetch("tron.quotes.#{character}")
|
90
|
+
end
|
91
|
+
|
92
|
+
##
|
93
|
+
# Produces a tagline from Tron.
|
94
|
+
#
|
95
|
+
# @return [String]
|
96
|
+
#
|
97
|
+
# @example
|
98
|
+
# Faker::Movies::Tron.tagline #=> "The Electronic Gladiator"
|
99
|
+
#
|
100
|
+
# @faker.version next
|
101
|
+
def tagline
|
102
|
+
sample(taglines)
|
103
|
+
end
|
104
|
+
|
105
|
+
##
|
106
|
+
# Produces a user from Tron.
|
107
|
+
#
|
108
|
+
# @return [String]
|
109
|
+
#
|
110
|
+
# @example
|
111
|
+
# Faker::Movies::Tron.user #=> "Light Cycle"
|
112
|
+
#
|
113
|
+
# @faker.version next
|
114
|
+
def user
|
115
|
+
sample(users)
|
116
|
+
end
|
117
|
+
|
118
|
+
##
|
119
|
+
# Produces a vehicle from Tron.
|
120
|
+
#
|
121
|
+
# @return [String]
|
122
|
+
#
|
123
|
+
# @example
|
124
|
+
# Faker::Movies::Tron.vehicle #=> "Light Cycle"
|
125
|
+
#
|
126
|
+
# @faker.version next
|
127
|
+
def vehicle
|
128
|
+
sample(vehicles)
|
129
|
+
end
|
130
|
+
|
131
|
+
def characters
|
132
|
+
translate('faker.tron.characters').values.flatten
|
133
|
+
end
|
134
|
+
|
135
|
+
def games
|
136
|
+
fetch_all('tron.games')
|
137
|
+
end
|
138
|
+
|
139
|
+
def locations
|
140
|
+
fetch_all('tron.locations')
|
141
|
+
end
|
142
|
+
|
143
|
+
def programs
|
144
|
+
fetch_all('tron.characters.programs')
|
145
|
+
end
|
146
|
+
|
147
|
+
def taglines
|
148
|
+
fetch_all('tron.taglines')
|
149
|
+
end
|
150
|
+
|
151
|
+
def users
|
152
|
+
fetch_all('tron.characters.users')
|
153
|
+
end
|
154
|
+
|
155
|
+
def vehicles
|
156
|
+
fetch_all('tron.vehicles')
|
157
|
+
end
|
158
|
+
end
|
159
|
+
end
|
160
|
+
end
|
161
|
+
end
|
data/lib/faker/version.rb
CHANGED
data/lib/locales/en/game.yml
CHANGED
data/lib/locales/en/movie.yml
CHANGED
@@ -186,6 +186,7 @@ en:
|
|
186
186
|
- 'Toy Story'
|
187
187
|
- 'Toy Story 2'
|
188
188
|
- 'Toy Story 3'
|
189
|
+
- 'TRON'
|
189
190
|
- 'Twelve Monkeys'
|
190
191
|
- 'Unforgiven'
|
191
192
|
- 'V for Vendetta'
|
@@ -193,4 +194,4 @@ en:
|
|
193
194
|
- 'WALL·E'
|
194
195
|
- 'Whiplash'
|
195
196
|
- 'Witness for the Prosecution'
|
196
|
-
quote: ["Frankly, my dear, I don’t give a damn.", "I'm going to make him an offer he can't refuse.", "Toto, I've got a feeling we're not in Kansas anymore.", "Here's looking at you, kid.", "Go ahead, make my day.", "All right, Mr. DeMille, I'm ready for my closeup.", "May the Force be with you.", "Fasten your seatbelts. It's going to be a bumpy night.", "You talking to me?", "What we've got here is failure to communicate.", "I love the smell of napalm in the morning."]
|
197
|
+
quote: ["Frankly, my dear, I don’t give a damn.", "I'm going to make him an offer he can't refuse.", "Toto, I've got a feeling we're not in Kansas anymore.", "Here's looking at you, kid.", "Go ahead, make my day.", "All right, Mr. DeMille, I'm ready for my closeup.", "May the Force be with you.", "Fasten your seatbelts. It's going to be a bumpy night.", "You talking to me?", "What we've got here is failure to communicate.", "I love the smell of napalm in the morning.", "Greetings, programs!"]
|
data/lib/locales/en/naruto.yml
CHANGED
@@ -22,7 +22,7 @@ en:
|
|
22
22
|
- "Akahoshi"
|
23
23
|
- "Akamaru"
|
24
24
|
- "Akane"
|
25
|
-
- "
|
25
|
+
- "Akane (Kunoichi)"
|
26
26
|
- "Akane's Father"
|
27
27
|
- "Akari Tatsushiro"
|
28
28
|
- "Akatsuchi"
|
@@ -49,7 +49,6 @@ en:
|
|
49
49
|
- "Anko Mitarashi"
|
50
50
|
- "Ao"
|
51
51
|
- "Aoba Yamashiro"
|
52
|
-
- "Aoba Yamashiro"
|
53
52
|
- "Aoda"
|
54
53
|
- "Aoi (game)"
|
55
54
|
- "Aoi Rokushō"
|
@@ -126,7 +125,7 @@ en:
|
|
126
125
|
- "Chōchō Akimichi"
|
127
126
|
- "Chōhan"
|
128
127
|
- "Chōji Akimichi"
|
129
|
-
- "Chōji's
|
128
|
+
- "Chōji's Mother"
|
130
129
|
- "Chōjūrō"
|
131
130
|
- "Chōmei"
|
132
131
|
- "Chōseki"
|
@@ -0,0 +1,227 @@
|
|
1
|
+
en:
|
2
|
+
faker:
|
3
|
+
tron:
|
4
|
+
characters:
|
5
|
+
other:
|
6
|
+
- bit
|
7
|
+
programs:
|
8
|
+
- Clu
|
9
|
+
- Crom
|
10
|
+
- Dumont
|
11
|
+
- Master Control Program
|
12
|
+
- MCP
|
13
|
+
- Ram
|
14
|
+
- Sark
|
15
|
+
- Tron
|
16
|
+
- Yori
|
17
|
+
users:
|
18
|
+
- Alan Bradley
|
19
|
+
- Dr. Lora Baines
|
20
|
+
- Dr. Walter Gibbs
|
21
|
+
- Ed Dillinger
|
22
|
+
- Kevin Flynn
|
23
|
+
- Roy Kleinberg
|
24
|
+
games:
|
25
|
+
- Arc Wars
|
26
|
+
- Astro-Gunner
|
27
|
+
- Code Wars
|
28
|
+
- Donkey Kong
|
29
|
+
- Intruder
|
30
|
+
- Kraz-Bot
|
31
|
+
- Light Cycles
|
32
|
+
- Matrix Blaster
|
33
|
+
- Pac-Man
|
34
|
+
- Space Invaders
|
35
|
+
- Space Paranoids
|
36
|
+
- The END
|
37
|
+
- TRON
|
38
|
+
- Vice Squad
|
39
|
+
locations:
|
40
|
+
- Deleted Program Storage and Processing
|
41
|
+
- Dillinger's Office
|
42
|
+
- Disc Arena
|
43
|
+
- ENCOM
|
44
|
+
- ENCOM Lab
|
45
|
+
- Flynn's Arcade
|
46
|
+
- Game Grid
|
47
|
+
- I/O Tower
|
48
|
+
- Light Cycle Staging Pit
|
49
|
+
- Pit Cell
|
50
|
+
- Real World
|
51
|
+
- Ring Game
|
52
|
+
quotes:
|
53
|
+
alan_bradley:
|
54
|
+
- I still don't understand why you want to break into the system.
|
55
|
+
- Some programs will be thinking soon.
|
56
|
+
- The best programmer ENCOM ever had, and he ends up playing Space Cowboy in some back room.
|
57
|
+
- Try to look official. Here comes the boss.
|
58
|
+
bit:
|
59
|
+
- No!
|
60
|
+
- No.
|
61
|
+
- Yes.
|
62
|
+
- Yesyesyesyesyes!
|
63
|
+
clu:
|
64
|
+
- Forget it, mister high-and-mighty Master Control! You aren't making me talk.
|
65
|
+
- I understand, sir.
|
66
|
+
- Let me at 'em!
|
67
|
+
- Yes, sir?
|
68
|
+
- Yes, sir.
|
69
|
+
- Yes, sir. I know, sir.
|
70
|
+
crom:
|
71
|
+
- I don't even know what I'm doing here.
|
72
|
+
- It's murder out there. You can't even travel around your own microcircuits without permission from Master Control Program. I mean, sending me down here to play games! Who does he calculate that he is?
|
73
|
+
- If I don't have a User, then who wrote me?
|
74
|
+
dr_lora_baines:
|
75
|
+
- Have you been sneaking into the ENCOM system?
|
76
|
+
- Well, here goes nothing.
|
77
|
+
- Yep, but you gotta purchase your program 30 days in advance.
|
78
|
+
- You know, Flynn has been thinking about breaking into the system ever since Dillinger canned him. And he had Group 7 access.
|
79
|
+
dr_walter_gibbs:
|
80
|
+
- Ha, ha. You've got to expect some static. After all, computers are just machines, they can't think.
|
81
|
+
- Oh, I know all that. Sometimes I wish I were back in my garage...
|
82
|
+
- That was uncalled for! You know, you can remove men like Alan and me from the system, but we helped create it! And our spirit remains in every program we design for this computer!
|
83
|
+
- User requests are what computers are for!
|
84
|
+
- Won't that be grand? All the computers and the programs will start thinking and the people will stop.
|
85
|
+
- Yes. Interesting! Interesting! Did you hear what you just said? "Here goes nothing." Actually, what we plan to do is to turn something into nothing, and then back again. They might just as well have said "Here goes something; here comes nothing!"
|
86
|
+
dumont:
|
87
|
+
- All that is visible must grow beyond itself, and extend into the realm of the invisible. You may pass, my friend.
|
88
|
+
- If the Users can no longer help us, we're lost.
|
89
|
+
- What do you want? I'm busy!
|
90
|
+
- Yes, I'm old... old enough to remember the MCP when it was just a chess program. He started small and he'll end small!
|
91
|
+
ed_dillinger:
|
92
|
+
- But he might find it.
|
93
|
+
- Doing our business is what computers are for!
|
94
|
+
- ENCOM isn't the business you started in your garage anymore. We're billing accounts in thirty different countries; new defense systems; we have one of the most sophisticated pieces of equipment in existence.
|
95
|
+
- I think we should shut down all access until we find that Flynn, just to be safe.
|
96
|
+
- It's my fault. I programmed you to want too much.
|
97
|
+
- No problem, Master C. If you've seen one Consumer Electronics Show, you've seen them all.
|
98
|
+
- Now, wait a minute, I wrote you!
|
99
|
+
- The Pentagon? What do you want with the Pentagon?
|
100
|
+
kevin_flynn:
|
101
|
+
- Another mouth to feed...
|
102
|
+
- Did we make it? Hooray for our side.
|
103
|
+
- Greetings, Programs!
|
104
|
+
- Hah, you wish. Ah, you guys know what it's like, you just keep doing what it looks like you're supposed to be doing, no matter how crazy it seems.
|
105
|
+
- Hey, hey, hey, it's the big Master Control Program everybody's been talking about.
|
106
|
+
- Hey! Hold it right there!
|
107
|
+
- I hate to disappoint you, pal, but most of the time, that's the way it is for us Users, too.
|
108
|
+
- I shouldn't have written all those tank programs...
|
109
|
+
- I taught you everything I know about the system.
|
110
|
+
- I'm your program?
|
111
|
+
- Is that all you can say?
|
112
|
+
- It's time I leveled with you; I'm what you guys call a User.
|
113
|
+
- No buts, Clu. That's for Users. Now, you're the best Program that's ever been written. You're dogged and relentless, remember?
|
114
|
+
- Now, how are you gonna run the universe if you can't even answer a few unsolvable problems? Huh? Come on, big fella, let's see what you got.
|
115
|
+
- Oh, man! On the other side of the screen, it all looks so easy.
|
116
|
+
- Paranoids, Matrix Blaster, Vice Squad, a whole slew of them. I was this close to starting my own little enterprise, man. But enter another software engineer. Not so young, not so bright, but very, very sneaky - Ed Dillinger. So one night, our boy Flynn, he goes to his terminal, tries to read up his file. I get nothing on there, it's a big blank. Okay, now we take you three months later. Dillinger presents Encom with five video games, that he's invented. The slime didn't even change the names, man, and he gets a big fat promotion! And thus begins his meteoric rise to, what is he now? Executive V.P.?
|
117
|
+
- Positive and negative, huh? You're a Bit, aren't you?
|
118
|
+
- Well, where's your program? Isn't he going to miss you?
|
119
|
+
mcp:
|
120
|
+
- Sit right there; make yourself comfortable. Remember the time you used to spend playing chess together? That isn't going to do you any good, Flynn. I'm afraid you... Stop! Please! You realize I can't allow this!
|
121
|
+
- Sark! All of my functions are now yours. Take them!
|
122
|
+
- I want him in the games until he dies playing.
|
123
|
+
- I'm warning you. You're entering a big error, Flynn. I'm going to have to put you on the Game Grid.
|
124
|
+
- All Programs have a desire to be useful. But in moments, you will no longer seek communication with each other, or your superfluous Users. You will each be a part of me. And together, we will be complete.
|
125
|
+
- Commander, you've enjoyed all the power you've been given, haven't you? I wonder how you'll take to working in a pocket calculator.
|
126
|
+
- End of Line.
|
127
|
+
- He's not any kind of Program, Sark. He's a User.
|
128
|
+
- Hello, Mr. Dillinger. Thank you for coming back early.
|
129
|
+
- I can't afford to have an independent programmer monitoring me.
|
130
|
+
- Do you realize how many outside systems I've gotten into? How many programs I've appropriated?
|
131
|
+
- I have. I put in my memory which he hasn't located.
|
132
|
+
- I was planning to hit the Pentagon next week.
|
133
|
+
- I'd like to go against you and see what you're made of.
|
134
|
+
- I've gotten 2,415 times smarter since then.
|
135
|
+
- It shouldn't be any harder than any other big company. But now this is what I get for using humans.
|
136
|
+
- Mr. Dillinger, I am so very disappointed in you!
|
137
|
+
- No one User wrote me. I'm worth millions of their man-years.
|
138
|
+
- That's right. He pushed me in the real world. Someone pushes me, I push back, so I brought him down here. What's the matter, Sark? You look nervous.
|
139
|
+
- I'm bored with corporations. With the information I can access, I can run things 900 to 1200 times better than any human.
|
140
|
+
- Then pull yourself together! Get this clown trained! I want him in the games until he dies playing. Acknowledge.
|
141
|
+
- There's a 68.71 percent chance you're right.
|
142
|
+
- We've captured some military programs. I could arrange more lethal matches. Interested?
|
143
|
+
- With incompetence here, and now you've got two renegade programs flying all over the system in a stolen simulation.
|
144
|
+
- You shouldn't have come back, Flynn.
|
145
|
+
- You wouldn't want me to dig up Flynn's file and read it up on a VDT at The Times, would you?
|
146
|
+
- You'd rather take your chances with me? Want me to slow down your power cycles for you?
|
147
|
+
- You're in trouble, Program. Make it easy on yourself. Who's your User?
|
148
|
+
- You've almost reached your decision gate, and I cannot spare you any more time. End of Line.
|
149
|
+
program:
|
150
|
+
- That's Tron. He fights for the Users.
|
151
|
+
ram:
|
152
|
+
- Do you believe in the Users?
|
153
|
+
- I'd say "Welcome Friend". But not here. Not like this.
|
154
|
+
sark:
|
155
|
+
- Acknowledged, Master Control...
|
156
|
+
- Busy dying, you worn out excuse for an old program?
|
157
|
+
- Finish the game!
|
158
|
+
- Greetings. The Master Control Program has chosen you to serve your system on the Game Grid.
|
159
|
+
- Those of you who continue to profess a belief in the Users will receive the standard substandard training, which will result in your eventual elimination.
|
160
|
+
- Those of you who renounce this superstitious and hysterical belief will be eligible to join the Warrior Elite of the MCP.
|
161
|
+
- You will each receive an identity disc. Everything you do or learn will be imprinted on this disc. If you lose your disc or fail to follow commands, you will be subject to immediate de-resolution.
|
162
|
+
- Kill him!
|
163
|
+
- Thank you, Master Control.
|
164
|
+
- There's nothing special about you. You're just an ordinary program.
|
165
|
+
- Well, I... it's just... a User, I mean... Users wrote us. A User even wrote you!
|
166
|
+
tron:
|
167
|
+
- My User has information that could... that could make this a free system again! No, really! You'd have programs lined up just to use this place, and no MCP looking over your shoulder.
|
168
|
+
- We made it. This far.
|
169
|
+
- I'm also better than you!
|
170
|
+
- If you are a User, then everything you've done so far has been according to a plan, right?
|
171
|
+
- It's too bad he's in a match now. I'll probably never meet him.
|
172
|
+
- That's the way it is for Programs, yes.
|
173
|
+
yori:
|
174
|
+
- I knew you'd escape - they haven't built a circuit that could hold you!
|
175
|
+
- That is a User, Dumont. He came here to help us. Tron believed in him.
|
176
|
+
- Tron is Dead.
|
177
|
+
taglines:
|
178
|
+
- In the future video games battles will be a matter of life and death.
|
179
|
+
- The Electronic Gladiator
|
180
|
+
- Trapped in a fight to the finish inside the video world he created.
|
181
|
+
- A world inside the computer where man has never been before. Never before now.
|
182
|
+
- Trapped inside an electronic arena, where love, and escape, do not compute!
|
183
|
+
vehicles:
|
184
|
+
- Battle Tank
|
185
|
+
- Light Cycle
|
186
|
+
- Recognizer
|
187
|
+
- Sark's Carrier
|
188
|
+
- Solar Sailer
|
189
|
+
alternate_character_spellings:
|
190
|
+
alan_bradley:
|
191
|
+
- alan
|
192
|
+
- alan bradley
|
193
|
+
- bradley
|
194
|
+
clu:
|
195
|
+
- clu
|
196
|
+
- clue
|
197
|
+
dr_lora_baines:
|
198
|
+
- baines
|
199
|
+
- dr laura baines
|
200
|
+
- dr lora baines
|
201
|
+
- laura
|
202
|
+
- laura baines
|
203
|
+
- lora
|
204
|
+
- lora baines
|
205
|
+
dr_walter_gibbs:
|
206
|
+
- dr walter gibbs
|
207
|
+
- gibbs
|
208
|
+
- walter gibbs
|
209
|
+
ed_dillinger:
|
210
|
+
- dillinger
|
211
|
+
- ed
|
212
|
+
- ed dillinger
|
213
|
+
kevin_flynn:
|
214
|
+
- flynn
|
215
|
+
- kevin
|
216
|
+
- kevin flynn
|
217
|
+
mcp:
|
218
|
+
- master c
|
219
|
+
- master control
|
220
|
+
- master control program
|
221
|
+
- mcp
|
222
|
+
roy_kleinberg:
|
223
|
+
- kleinberg
|
224
|
+
- klienberg
|
225
|
+
- roy
|
226
|
+
- roy kleinberg
|
227
|
+
- roy klienberg
|
@@ -0,0 +1,266 @@
|
|
1
|
+
fr:
|
2
|
+
faker:
|
3
|
+
adjective:
|
4
|
+
positive:
|
5
|
+
- 'accueillant(e)'
|
6
|
+
- 'adorable'
|
7
|
+
- 'agile'
|
8
|
+
- 'amical(e)'
|
9
|
+
- 'attachant(e)'
|
10
|
+
- 'attentif(ve)'
|
11
|
+
- 'attentionné(e)'
|
12
|
+
- 'attirant(e)'
|
13
|
+
- 'aventureux(se)'
|
14
|
+
- 'agréable'
|
15
|
+
- 'attratif(ve)'
|
16
|
+
- 'beau(belle)'
|
17
|
+
- 'bon(ne)'
|
18
|
+
- 'brave'
|
19
|
+
- 'brillant(e)'
|
20
|
+
- 'calme'
|
21
|
+
- 'célèbre'
|
22
|
+
- 'chanceux(se)'
|
23
|
+
- 'chatoyant(e)'
|
24
|
+
- 'charmant(e)'
|
25
|
+
- 'chic'
|
26
|
+
- 'cool'
|
27
|
+
- 'combattif(ve)'
|
28
|
+
- 'compétant(e)'
|
29
|
+
- 'confortable'
|
30
|
+
- 'convenable'
|
31
|
+
- 'coopératif(ve)'
|
32
|
+
- 'courageux(se)'
|
33
|
+
- 'curieux(se)'
|
34
|
+
- 'délicieux(se)'
|
35
|
+
- 'déterminé(e)'
|
36
|
+
- 'doué(e)'
|
37
|
+
- 'drôle'
|
38
|
+
- 'éclatant(e)'
|
39
|
+
- 'efficace'
|
40
|
+
- 'élégant(e)'
|
41
|
+
- 'enchantant(e)'
|
42
|
+
- 'encourageant(e)'
|
43
|
+
- 'énergique'
|
44
|
+
- 'enjoué(e)'
|
45
|
+
- 'enthousiaste'
|
46
|
+
- 'étincelant(e)'
|
47
|
+
- 'exceptionnel(le)'
|
48
|
+
- 'excité(e)'
|
49
|
+
- 'fantastique'
|
50
|
+
- 'farfelu(e)'
|
51
|
+
- 'fidèle'
|
52
|
+
- 'fier(ère)'
|
53
|
+
- 'formidable'
|
54
|
+
- 'gai(e)'
|
55
|
+
- 'généreux(se)'
|
56
|
+
- 'gentil(le)'
|
57
|
+
- 'glamour'
|
58
|
+
- 'glorieux(se)'
|
59
|
+
- 'grâcieux(se)'
|
60
|
+
- 'heureux(se)'
|
61
|
+
- 'hilarant(e)'
|
62
|
+
- 'humble'
|
63
|
+
- 'innocent(e)'
|
64
|
+
- 'jovial(e)'
|
65
|
+
- 'juste'
|
66
|
+
- 'impeccable'
|
67
|
+
- 'inestimable'
|
68
|
+
- 'intelligent(e)'
|
69
|
+
- 'intéressant(e)'
|
70
|
+
- 'irremplaçable'
|
71
|
+
- 'joyeux(se)'
|
72
|
+
- 'léger(ère)'
|
73
|
+
- 'loufoque'
|
74
|
+
- 'loyal(e)'
|
75
|
+
- 'luisant(e)'
|
76
|
+
- 'malin(e)'
|
77
|
+
- 'magnifique'
|
78
|
+
- 'mignon(ne)'
|
79
|
+
- 'moderne'
|
80
|
+
- 'naturel(le)'
|
81
|
+
- 'ouvert(e)'
|
82
|
+
- 'parfait(e)'
|
83
|
+
- 'pétillant(e)'
|
84
|
+
- 'plaisant(e)'
|
85
|
+
- 'précieux(se)'
|
86
|
+
- 'propre'
|
87
|
+
- 'puissant(e)'
|
88
|
+
- 'rayonnant(e)'
|
89
|
+
- 'reconnaissant(e)'
|
90
|
+
- 'réfléchi(e)'
|
91
|
+
- 'remarquable'
|
92
|
+
- 'riche'
|
93
|
+
- 'robuste'
|
94
|
+
- 'rutilant(e)'
|
95
|
+
- 'sage'
|
96
|
+
- 'sain(e)'
|
97
|
+
- 'séduisant(e)'
|
98
|
+
- 'sérieux(se)'
|
99
|
+
- 'serviable'
|
100
|
+
- 'simple'
|
101
|
+
- 'soigneux(se)'
|
102
|
+
- 'somptueux'
|
103
|
+
- 'souriant(e)'
|
104
|
+
- 'spirituel(le)'
|
105
|
+
- 'splendide'
|
106
|
+
- 'subtil(e)'
|
107
|
+
- 'super'
|
108
|
+
- 'sympa'
|
109
|
+
- 'sympathique'
|
110
|
+
- 'talentueux(se)'
|
111
|
+
- 'tendre'
|
112
|
+
- 'utile'
|
113
|
+
- 'victorieux(se)'
|
114
|
+
- 'vif(ve)'
|
115
|
+
- 'vigoureux(se)'
|
116
|
+
- 'zen'
|
117
|
+
negative:
|
118
|
+
- 'abattu(e)'
|
119
|
+
- 'agaçant(e)'
|
120
|
+
- 'agité(e)'
|
121
|
+
- 'agressif(ve)'
|
122
|
+
- 'arrogant(e)'
|
123
|
+
- 'ambigu(e)'
|
124
|
+
- 'angoissant(e)'
|
125
|
+
- 'anxieux(se)'
|
126
|
+
- 'anxiogène'
|
127
|
+
- 'atroce'
|
128
|
+
- 'barbant(e)'
|
129
|
+
- 'bête'
|
130
|
+
- 'bizarre'
|
131
|
+
- 'blessant(e)'
|
132
|
+
- 'bougon'
|
133
|
+
- 'choquant(e)'
|
134
|
+
- 'cinglé(e)'
|
135
|
+
- 'confus(e)'
|
136
|
+
- 'crade'
|
137
|
+
- 'crasseux(se)'
|
138
|
+
- 'crispé(e)'
|
139
|
+
- 'cruel(le)'
|
140
|
+
- 'dangereux(se)'
|
141
|
+
- 'débile'
|
142
|
+
- 'dégoûtant(e)'
|
143
|
+
- 'démodé(e)'
|
144
|
+
- 'dépareillé(e)'
|
145
|
+
- 'dépassé(e)'
|
146
|
+
- 'dépressif(ve)'
|
147
|
+
- 'déprimant(e)'
|
148
|
+
- 'déraisonnable'
|
149
|
+
- 'désagréable'
|
150
|
+
- 'désordonné(e)'
|
151
|
+
- 'désorienté(e)'
|
152
|
+
- 'désuet(ète)'
|
153
|
+
- 'détestable'
|
154
|
+
- 'détraqué(e)'
|
155
|
+
- 'dingue'
|
156
|
+
- 'disgracieux(se)'
|
157
|
+
- 'effranyant(e)'
|
158
|
+
- 'effrayé(e)'
|
159
|
+
- 'égoïste'
|
160
|
+
- 'embarrassé(e)'
|
161
|
+
- 'embrouillé(e)'
|
162
|
+
- 'énervant(e)'
|
163
|
+
- 'énervé(e)'
|
164
|
+
- 'ennuyant(e)'
|
165
|
+
- 'ennuyé(e)'
|
166
|
+
- 'ennuyeux(se)'
|
167
|
+
- 'envieux(se)'
|
168
|
+
- 'épouvantable'
|
169
|
+
- 'épuisant(e)'
|
170
|
+
- 'épuisé(e)'
|
171
|
+
- 'esseulé(e)'
|
172
|
+
- 'étrange'
|
173
|
+
- 'étriqué(e)'
|
174
|
+
- 'exapérant(e)'
|
175
|
+
- 'exorbitant(e)'
|
176
|
+
- 'exubérant(e)'
|
177
|
+
- 'faible'
|
178
|
+
- 'fainéant(e)'
|
179
|
+
- 'farouche'
|
180
|
+
- 'fatiguant(e)'
|
181
|
+
- 'fatigué(e)'
|
182
|
+
- 'faux(sse)'
|
183
|
+
- 'fermé(e)'
|
184
|
+
- 'fou(folle)'
|
185
|
+
- 'fragile'
|
186
|
+
- 'frêle'
|
187
|
+
- 'frénétique'
|
188
|
+
- 'froid(e)'
|
189
|
+
- 'furieux(se)'
|
190
|
+
- 'gourmand(e)'
|
191
|
+
- 'grincheux(se)'
|
192
|
+
- 'grognon(ne)'
|
193
|
+
- 'grossier(ère)'
|
194
|
+
- 'grotesque'
|
195
|
+
- 'honteux(se)'
|
196
|
+
- 'horrible'
|
197
|
+
- 'idiot(e)'
|
198
|
+
- 'immoral(e)'
|
199
|
+
- 'impotent(e)'
|
200
|
+
- 'impuissant(e)'
|
201
|
+
- 'incapable'
|
202
|
+
- 'inepte'
|
203
|
+
- 'infect(e)'
|
204
|
+
- 'inintéressant(e)'
|
205
|
+
- 'injurieux(se)'
|
206
|
+
- 'injuste'
|
207
|
+
- 'inquiet(ète)'
|
208
|
+
- 'inquiétant(e)'
|
209
|
+
- 'inutile'
|
210
|
+
- 'insensé(e)'
|
211
|
+
- 'insupportable'
|
212
|
+
- 'irrécupérable'
|
213
|
+
- 'jaloux(se)'
|
214
|
+
- 'lâche'
|
215
|
+
- 'laid(e)'
|
216
|
+
- 'lassant(e)'
|
217
|
+
- 'maboul(e)'
|
218
|
+
- 'maigre'
|
219
|
+
- 'malade'
|
220
|
+
- 'machanceux(se)'
|
221
|
+
- 'mafaisant(e)'
|
222
|
+
- 'malheureux(se)'
|
223
|
+
- 'maussade'
|
224
|
+
- 'mauvais(e)'
|
225
|
+
- 'méchant(e)'
|
226
|
+
- 'médiocre'
|
227
|
+
- 'monstrueux(se)'
|
228
|
+
- 'moyen(ne)'
|
229
|
+
- 'naïf(ve)'
|
230
|
+
- 'nerveux(se)'
|
231
|
+
- 'nonchalant(e)'
|
232
|
+
- 'odieux(se)'
|
233
|
+
- 'paniqué(e)'
|
234
|
+
- 'paresseux(se)'
|
235
|
+
- 'paumé(e)'
|
236
|
+
- 'pauvre'
|
237
|
+
- 'périmé(e)'
|
238
|
+
- 'perplexe'
|
239
|
+
- 'poissard(e)'
|
240
|
+
- 'poisseux(se)'
|
241
|
+
- 'polisson(e)'
|
242
|
+
- 'possessif(ve)'
|
243
|
+
- 'préoccupé(e)'
|
244
|
+
- 'primitif(ve)'
|
245
|
+
- 'putride'
|
246
|
+
- 'râleur(se)'
|
247
|
+
- 'renfrogné(e)'
|
248
|
+
- 'répugnant(e)'
|
249
|
+
- 'ridicule'
|
250
|
+
- 'ronchon'
|
251
|
+
- 'scandaleux(se)'
|
252
|
+
- 'seul(e)'
|
253
|
+
- 'sot(te)'
|
254
|
+
- 'soucieux(se)'
|
255
|
+
- 'souffrant(e)'
|
256
|
+
- 'stupide'
|
257
|
+
- 'tendu(e)'
|
258
|
+
- 'terrible'
|
259
|
+
- 'timide'
|
260
|
+
- 'triste'
|
261
|
+
- 'troublant(e)'
|
262
|
+
- 'troublé(e)'
|
263
|
+
- 'vicieux(se)'
|
264
|
+
- 'vide'
|
265
|
+
- 'vilain(e)'
|
266
|
+
- 'violent(e)'
|
@@ -0,0 +1,51 @@
|
|
1
|
+
ja:
|
2
|
+
faker:
|
3
|
+
emotion:
|
4
|
+
adjective:
|
5
|
+
- 穏やか
|
6
|
+
- 嬉しい
|
7
|
+
- 楽しい
|
8
|
+
- 幸せ
|
9
|
+
- 興奮する
|
10
|
+
- 昂る
|
11
|
+
- 傷ついている
|
12
|
+
- イライラする
|
13
|
+
- 気になる
|
14
|
+
- 恥ずかしい
|
15
|
+
- 気持ちいい
|
16
|
+
- スッキリ
|
17
|
+
- 和む
|
18
|
+
- 癒される
|
19
|
+
- 落ち着く
|
20
|
+
- 悲しい
|
21
|
+
- 面白い
|
22
|
+
- 切ない
|
23
|
+
- 寂しい
|
24
|
+
- 困る
|
25
|
+
- 戸惑う
|
26
|
+
- 萎える
|
27
|
+
noun:
|
28
|
+
- 笑い
|
29
|
+
- 満足
|
30
|
+
- 爽快
|
31
|
+
- 感動
|
32
|
+
- 感心
|
33
|
+
- 恐れ
|
34
|
+
- 孤独
|
35
|
+
- 憂鬱
|
36
|
+
- 落胆
|
37
|
+
- 憤怒
|
38
|
+
- 嫉妬
|
39
|
+
- 好き
|
40
|
+
- 欲望
|
41
|
+
- 哀れ
|
42
|
+
- 緊張
|
43
|
+
- パニック
|
44
|
+
- 喜び
|
45
|
+
- 後悔
|
46
|
+
- 安心
|
47
|
+
- 恨み
|
48
|
+
- 驚き
|
49
|
+
- 同情
|
50
|
+
|
51
|
+
|
@@ -0,0 +1,230 @@
|
|
1
|
+
ja:
|
2
|
+
faker:
|
3
|
+
naruto:
|
4
|
+
characters:
|
5
|
+
- "うずまきナルト"
|
6
|
+
- "はたけカカシ"
|
7
|
+
- "うちはサスケ"
|
8
|
+
- "波風ミナト"
|
9
|
+
- "うちはオビト"
|
10
|
+
- "うちはイタチ"
|
11
|
+
- "アビル"
|
12
|
+
- "アガラ"
|
13
|
+
- "アガリ"
|
14
|
+
- "海鮮アガリ"
|
15
|
+
- "アゲハ"
|
16
|
+
- "龍堂院アギラ"
|
17
|
+
- "アヒコ"
|
18
|
+
- "アホと鳴くカラス"
|
19
|
+
- "アイノ"
|
20
|
+
- "アジサイ"
|
21
|
+
- "アカボシ"
|
22
|
+
- "アカホシ"
|
23
|
+
- "赤丸"
|
24
|
+
- "アカネ"
|
25
|
+
- "アカネ(くのいち)"
|
26
|
+
- "アカネの父"
|
27
|
+
- "龍代アカリ"
|
28
|
+
- "赤ツチ"
|
29
|
+
- "朱丸"
|
30
|
+
- "アキノ"
|
31
|
+
- "アキオ"
|
32
|
+
- "犬塚アキタ"
|
33
|
+
- "アックン"
|
34
|
+
- "アマチ"
|
35
|
+
- "アマド"
|
36
|
+
- "アマギ"
|
37
|
+
- "アマイ"
|
38
|
+
- "アマル"
|
39
|
+
- "アマヨ"
|
40
|
+
- "アメノ"
|
41
|
+
- "飴雪"
|
42
|
+
- "林檎雨由利"
|
43
|
+
- "アミ"
|
44
|
+
- "アミノ"
|
45
|
+
- "アムダ"
|
46
|
+
- "アナト"
|
47
|
+
- "暗部の司令官"
|
48
|
+
- "兄貴"
|
49
|
+
- "みたらしアンコ"
|
50
|
+
- "青"
|
51
|
+
- "山城アオバ"
|
52
|
+
- "アオダ"
|
53
|
+
- "あおい(ゲーム)"
|
54
|
+
- "緑青アオイ"
|
55
|
+
- "アオネコ"
|
56
|
+
- "アライ"
|
57
|
+
- "アラシ"
|
58
|
+
- "梅矢アラシ"
|
59
|
+
- "アラヤ"
|
60
|
+
- "アルマジ子"
|
61
|
+
- "アサカ"
|
62
|
+
- "アサキ"
|
63
|
+
- "アサミ"
|
64
|
+
- "葦丸"
|
65
|
+
- "アシナ"
|
66
|
+
- "うずまきアシナ"
|
67
|
+
- "アシタバ"
|
68
|
+
- "猿飛アスマ"
|
69
|
+
- "修羅道"
|
70
|
+
- "大筒木アシュラ"
|
71
|
+
- "アツイ"
|
72
|
+
- "アヤメ"
|
73
|
+
- "アザミ"
|
74
|
+
- "苍蓝之牙"
|
75
|
+
- "バイウ"
|
76
|
+
- "バジ"
|
77
|
+
- "バキ"
|
78
|
+
- "獏"
|
79
|
+
- "獏(暗部)"
|
80
|
+
- "バクト"
|
81
|
+
- "バンド"
|
82
|
+
- "バンドウ"
|
83
|
+
- "バンナ"
|
84
|
+
- "板斎"
|
85
|
+
- "バラキ"
|
86
|
+
- "うちはバル"
|
87
|
+
- "蜂使い"
|
88
|
+
- "ベッコウ"
|
89
|
+
- "ベンガ"
|
90
|
+
- "ベンテン"
|
91
|
+
- "鳥の仮面の暗部"
|
92
|
+
- "ビスケ"
|
93
|
+
- "猿飛ビワコ"
|
94
|
+
- "影法師"
|
95
|
+
- "黒ゼツ"
|
96
|
+
- "ブルービー"
|
97
|
+
- "イノシシの仮面の暗部"
|
98
|
+
- "ボロ"
|
99
|
+
- "うずまきボルト"
|
100
|
+
- "ボクシングカンガルー"
|
101
|
+
- "疾风舞者"
|
102
|
+
- "ブル"
|
103
|
+
- "ブナ"
|
104
|
+
- "分福"
|
105
|
+
- "黒鋤文淡"
|
106
|
+
- "ブンゾウ"
|
107
|
+
- "ブラミ"
|
108
|
+
- "猫科ぶりこ"
|
109
|
+
- "千手仏間"
|
110
|
+
- "白蓮"
|
111
|
+
- "幽霊船の船長"
|
112
|
+
- "茶丸"
|
113
|
+
- "チャムー"
|
114
|
+
- "チェン"
|
115
|
+
- "チビ"
|
116
|
+
- "チチアツ"
|
117
|
+
- "チカラ"
|
118
|
+
- "チノ"
|
119
|
+
- "地陸"
|
120
|
+
- "チシマ"
|
121
|
+
- "チヨ"
|
122
|
+
- "千代"
|
123
|
+
- "チヨマツ"
|
124
|
+
- "秋道チョウベエ"
|
125
|
+
- "秋道チョウチョウ"
|
126
|
+
- "チョウハン"
|
127
|
+
- "秋道チョウジ"
|
128
|
+
- "チョウジの母親"
|
129
|
+
- "長十郎"
|
130
|
+
- "重明"
|
131
|
+
- "チョウセキ"
|
132
|
+
- "秋道チョウザ"
|
133
|
+
- "忠治"
|
134
|
+
- "中覚"
|
135
|
+
- "中吉"
|
136
|
+
- "チュウシン"
|
137
|
+
- "爪の国の大名"
|
138
|
+
- "コード"
|
139
|
+
- "貝螺王"
|
140
|
+
- "コンドル"
|
141
|
+
- "赤色岩拳"
|
142
|
+
- "呪術師"
|
143
|
+
- "呪い武者"
|
144
|
+
- "奈良ダエン"
|
145
|
+
- "大仏"
|
146
|
+
- "ダイチ"
|
147
|
+
- "ふねのダイコク"
|
148
|
+
- "ダイマル"
|
149
|
+
- "ダジム"
|
150
|
+
- "加藤ダン"
|
151
|
+
- "観月ダンゴ"
|
152
|
+
- "ダンゴウ"
|
153
|
+
- "ダンジョウ"
|
154
|
+
- "志村ダンゾウ"
|
155
|
+
- "道噸堀ダオレ"
|
156
|
+
- "ダルイ"
|
157
|
+
- "ダツジ"
|
158
|
+
- "ディーパ"
|
159
|
+
- "デイダラ"
|
160
|
+
- "デルタ"
|
161
|
+
- "外道魔像"
|
162
|
+
- "デンガク"
|
163
|
+
- "デンカ"
|
164
|
+
- "雷門デンキ"
|
165
|
+
- "ディソナス"
|
166
|
+
- "ドダイ"
|
167
|
+
- "ドカン"
|
168
|
+
- "怒鬼"
|
169
|
+
- "ドック"
|
170
|
+
- "ドン"
|
171
|
+
- "ドラグ"
|
172
|
+
- "ドス・キヌタ"
|
173
|
+
- "風花ドトウ"
|
174
|
+
- "ドレッドライオン"
|
175
|
+
- "童芯"
|
176
|
+
- "呉越ドウシュ"
|
177
|
+
- "秋道ドウトウ"
|
178
|
+
- "鷲の仮面の暗部"
|
179
|
+
- "土の国の大名"
|
180
|
+
- "土牢剛霊無"
|
181
|
+
- "エビス"
|
182
|
+
- "エビゾウ"
|
183
|
+
- "海苔巻エホウ"
|
184
|
+
- "エミ"
|
185
|
+
- "エミナ"
|
186
|
+
- "エミル"
|
187
|
+
- "役の行者"
|
188
|
+
- "御屋城エン"
|
189
|
+
- "奈良エンチュウ"
|
190
|
+
- "鬼熊えんこ"
|
191
|
+
- "猿羅"
|
192
|
+
- "奈良エンスイ"
|
193
|
+
- "天狼エンゾ"
|
194
|
+
- "雷門エレキ"
|
195
|
+
- "斜路エリマキ"
|
196
|
+
- "金色エトロ"
|
197
|
+
- "茶の国の悪代官"
|
198
|
+
- "エブ"
|
199
|
+
- "牙の国の大名"
|
200
|
+
- "ファズ"
|
201
|
+
- "火の国の大名"
|
202
|
+
- "畜生道"
|
203
|
+
- "初代火影"
|
204
|
+
- "撫子の里の元里長"
|
205
|
+
- "狐の仮面の暗部"
|
206
|
+
villages:
|
207
|
+
- "木の葉隠れ"
|
208
|
+
- "砂隠れ"
|
209
|
+
- "霧隠れ"
|
210
|
+
- "雲隠れ"
|
211
|
+
- "岩隠れ"
|
212
|
+
eyes:
|
213
|
+
- "白眼"
|
214
|
+
- "写輪眼"
|
215
|
+
- "淨眼"
|
216
|
+
- "万華鏡写輪眼"
|
217
|
+
- "輪廻眼"
|
218
|
+
- "転生眼"
|
219
|
+
- "輪廻写輪眼"
|
220
|
+
demons:
|
221
|
+
- "一尾(守鶴)"
|
222
|
+
- "二尾(又旅)"
|
223
|
+
- "三尾(磯撫)"
|
224
|
+
- "四尾(孫悟空)"
|
225
|
+
- "五尾(穆王)"
|
226
|
+
- "六尾(犀犬)"
|
227
|
+
- "七尾(重明)"
|
228
|
+
- "八尾(牛鬼)"
|
229
|
+
- "九尾(九喇嘛)"
|
230
|
+
- "十尾(神樹)"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: faker
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.21.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Benjamin Curtis
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2022-
|
12
|
+
date: 2022-05-15 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: i18n
|
@@ -79,14 +79,14 @@ dependencies:
|
|
79
79
|
requirements:
|
80
80
|
- - '='
|
81
81
|
- !ruby/object:Gem::Version
|
82
|
-
version: 1.
|
82
|
+
version: 1.26.0
|
83
83
|
type: :development
|
84
84
|
prerelease: false
|
85
85
|
version_requirements: !ruby/object:Gem::Requirement
|
86
86
|
requirements:
|
87
87
|
- - '='
|
88
88
|
- !ruby/object:Gem::Version
|
89
|
-
version: 1.
|
89
|
+
version: 1.26.0
|
90
90
|
- !ruby/object:Gem::Dependency
|
91
91
|
name: simplecov
|
92
92
|
requirement: !ruby/object:Gem::Requirement
|
@@ -127,14 +127,14 @@ dependencies:
|
|
127
127
|
requirements:
|
128
128
|
- - '='
|
129
129
|
- !ruby/object:Gem::Version
|
130
|
-
version: 0.9.
|
130
|
+
version: 0.9.5
|
131
131
|
type: :development
|
132
132
|
prerelease: false
|
133
133
|
version_requirements: !ruby/object:Gem::Requirement
|
134
134
|
requirements:
|
135
135
|
- - '='
|
136
136
|
- !ruby/object:Gem::Version
|
137
|
-
version: 0.9.
|
137
|
+
version: 0.9.5
|
138
138
|
- !ruby/object:Gem::Dependency
|
139
139
|
name: yard
|
140
140
|
requirement: !ruby/object:Gem::Requirement
|
@@ -327,6 +327,7 @@ files:
|
|
327
327
|
- lib/faker/movies/princess_bride.rb
|
328
328
|
- lib/faker/movies/room.rb
|
329
329
|
- lib/faker/movies/star_wars.rb
|
330
|
+
- lib/faker/movies/tron.rb
|
330
331
|
- lib/faker/movies/v_for_vendetta.rb
|
331
332
|
- lib/faker/music/grateful_dead.rb
|
332
333
|
- lib/faker/music/hiphop.rb
|
@@ -595,6 +596,7 @@ files:
|
|
595
596
|
- lib/locales/en/the_thick_of_it.yml
|
596
597
|
- lib/locales/en/tolkien.yml
|
597
598
|
- lib/locales/en/touhou.yml
|
599
|
+
- lib/locales/en/tron.yml
|
598
600
|
- lib/locales/en/twin_peaks.yml
|
599
601
|
- lib/locales/en/umphreys_mcgee.yml
|
600
602
|
- lib/locales/en/university.yml
|
@@ -618,6 +620,7 @@ files:
|
|
618
620
|
- lib/locales/fr-CH.yml
|
619
621
|
- lib/locales/fr.yml
|
620
622
|
- lib/locales/fr/address.yml
|
623
|
+
- lib/locales/fr/adjective.yml
|
621
624
|
- lib/locales/fr/animal.yml
|
622
625
|
- lib/locales/fr/appliance.yml
|
623
626
|
- lib/locales/fr/book.yml
|
@@ -648,13 +651,16 @@ files:
|
|
648
651
|
- lib/locales/ja/commerce.yml
|
649
652
|
- lib/locales/ja/company.yml
|
650
653
|
- lib/locales/ja/dog.yml
|
654
|
+
- lib/locales/ja/emotion.yml
|
651
655
|
- lib/locales/ja/food.yml
|
652
656
|
- lib/locales/ja/gender.yml
|
653
657
|
- lib/locales/ja/lorem.yml
|
654
658
|
- lib/locales/ja/name.yml
|
659
|
+
- lib/locales/ja/naruto.yml
|
655
660
|
- lib/locales/ja/overwatch.yml
|
656
661
|
- lib/locales/ja/phone_number.yml
|
657
662
|
- lib/locales/ja/pokemon.yml
|
663
|
+
- lib/locales/ja/relationship.yml
|
658
664
|
- lib/locales/ja/restaurant.yml
|
659
665
|
- lib/locales/ja/space.yml
|
660
666
|
- lib/locales/ja/studio_ghibli.yml
|
@@ -706,7 +712,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
706
712
|
- !ruby/object:Gem::Version
|
707
713
|
version: '0'
|
708
714
|
requirements: []
|
709
|
-
rubygems_version: 3.1
|
715
|
+
rubygems_version: 3.0.3.1
|
710
716
|
signing_key:
|
711
717
|
specification_version: 4
|
712
718
|
summary: Easily generate fake data
|