@prosopo/procaptcha-bundle 2.4.1 → 2.5.0
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.
- package/dist/bundle/{ProcaptchaWidget-DOETad4N.js → ProcaptchaWidget-CAyH6qD7.js} +33 -31
- package/dist/bundle/{ProcaptchaWidget-79FRw4Va.js → ProcaptchaWidget-CY3qomFu.js} +153 -149
- package/dist/bundle/{asU8a-2GgUBNjQ.js → asU8a-Br9wz334.js} +1 -1
- package/dist/bundle/{bip39-C01p7UHO.js → bip39-BtaWByKg.js} +7 -7
- package/dist/bundle/browser-ponyfill-Ck_bwPOY.js +339 -0
- package/dist/bundle/{hash-0yoKUuST.js → hash-KElfghPn.js} +7 -7
- package/dist/bundle/{index-Ckreqz7Q.js → index-B0trzdT2.js} +3 -3
- package/dist/bundle/index-Cb-XcaMX.js +4372 -0
- package/dist/bundle/index-VYSrdSle.js +11587 -0
- package/dist/bundle/{index-DlBTo0Xd.js → index-n-2hvBzo.js} +405 -405
- package/dist/bundle/locales/de/translation.json +405 -0
- package/dist/bundle/locales/en/translation.json +405 -0
- package/dist/bundle/locales/es/translation.json +405 -0
- package/dist/bundle/locales/fr/translation.json +405 -0
- package/dist/bundle/locales/it/translation.json +405 -0
- package/dist/bundle/locales/pt/translation.json +405 -0
- package/dist/bundle/locales/pt-BR/translation.json +405 -0
- package/dist/bundle/procaptcha.bundle.js +1 -1
- package/dist/bundle/useTranslation-CcYxvTxi.js +2435 -0
- package/package.json +11 -11
- package/stats.html +1 -1
- package/vite.cjs.config.ts +1 -1
- package/vite.config.ts +32 -1
- package/vite.test.config.ts +1 -1
- package/webpack.config.cjs +1 -1
- package/dist/bundle/index-C8sSamyh.js +0 -6521
- package/dist/bundle/index-DOFIggts.js +0 -17295
- package/dist/bundle/useTranslation-CgamIJ5S.js +0 -550
|
@@ -0,0 +1,405 @@
|
|
|
1
|
+
{
|
|
2
|
+
"ACCOUNT": {
|
|
3
|
+
"NO_POLKADOT_EXTENSION": "Polkadot extension not found"
|
|
4
|
+
},
|
|
5
|
+
"WIDGET": {
|
|
6
|
+
"SELECT_ALL": "Select all containing the following",
|
|
7
|
+
"IF_NONE_CLICK_NEXT": "If there are none, click Next",
|
|
8
|
+
"NEXT": "Next",
|
|
9
|
+
"SUBMIT": "Submit",
|
|
10
|
+
"CANCEL": "Cancel",
|
|
11
|
+
"I_AM_HUMAN": "I am human",
|
|
12
|
+
"NO_ACCOUNTS_FOUND": "No accounts found",
|
|
13
|
+
"ACCOUNT_NOT_FOUND": "Account not found",
|
|
14
|
+
"NO_EXTENSION_FOUND": "No extension found"
|
|
15
|
+
},
|
|
16
|
+
"GENERAL": {
|
|
17
|
+
"JSON_LOAD_FAILED": "Failed to load JSON file",
|
|
18
|
+
"MNEMONIC_UNDEFINED": "Mnemonic Undefined. Please set the mnemonic in environment variables",
|
|
19
|
+
"NO_MNEMONIC_OR_SEED": "No mnemonic or seed provided",
|
|
20
|
+
"CANT_FIND_KEYRINGPAIR": "Can't find the keyringpair for {{address}}",
|
|
21
|
+
"ENVIRONMENT_NOT_READY": "Environment not ready",
|
|
22
|
+
"INVALID_SIGNATURE": "Invalid signature",
|
|
23
|
+
"SITE_KEY_MISSING": "SITE KEY missing",
|
|
24
|
+
"ACCOUNT_NOT_FOUND": "Account not found",
|
|
25
|
+
"INVALID_TIMESTAMP": "Invalid timestamp"
|
|
26
|
+
},
|
|
27
|
+
"CONTRACT": {
|
|
28
|
+
"INVALID_ADDRESS": "Failed to encode invalid address",
|
|
29
|
+
"CAPTCHA_SOLUTION_COMMITMENT_DOES_NOT_EXIST": "Captcha solution commitment does not exist",
|
|
30
|
+
"SIGNER_UNDEFINED": "Signer undefined",
|
|
31
|
+
"CANNOT_FIND_KEYPAIR": "Cannot find keypair",
|
|
32
|
+
"INVALID_DATA_FORMAT": "Invalid data format"
|
|
33
|
+
},
|
|
34
|
+
"CONFIG": {
|
|
35
|
+
"UNKNOWN_ENVIRONMENT": "Unknown environment requested",
|
|
36
|
+
"INVALID_CAPTCHA_NUMBER": "Please configure captchas configurations correctly",
|
|
37
|
+
"INVALID_LOG_LEVEL": "Invalid log level",
|
|
38
|
+
"INVALID_PACKAGE_DIR": "Invalid package directory"
|
|
39
|
+
},
|
|
40
|
+
"DATASET": {
|
|
41
|
+
"DATASET_PARSE_ERROR": "Error parsing dataset",
|
|
42
|
+
"SOLUTION_PARSE_ERROR": "Error parsing dataset",
|
|
43
|
+
"HASH_ERROR": "Error hashing dataset",
|
|
44
|
+
"DATASET_ID_UNDEFINED": "Dataset id undefined",
|
|
45
|
+
"NOT_ENOUGH_LABELS": "Not enough labels",
|
|
46
|
+
"NOT_ENOUGH_IMAGES": "Not enough images",
|
|
47
|
+
"CAPTCHAS_COUNT_LESS_THAN_CONFIGURED": "Number of captchas in dataset is less than configured number of captchas",
|
|
48
|
+
"SOLUTIONS_COUNT_LESS_THAN_CONFIGURED": "Number of solutions in dataset is less than configured number of solutions",
|
|
49
|
+
"DUPLICATE_IMAGE": "duplicate image detected",
|
|
50
|
+
"MERKLE_ERROR": "Error creating merkle tree"
|
|
51
|
+
},
|
|
52
|
+
"DATABASE": {
|
|
53
|
+
"DATABASE_IMPORT_FAILED": "Failed to import database engine",
|
|
54
|
+
"DATABASE_UNDEFINED": "Database client is not connected",
|
|
55
|
+
"DATABASE_HOST_UNDEFINED": "Database host address is not defined",
|
|
56
|
+
"DATASET_LOAD_FAILED": "Data set load failed",
|
|
57
|
+
"DATASET_GET_FAILED": "Failed to get dataset",
|
|
58
|
+
"CAPTCHA_GET_FAILED": "Failed to get captcha",
|
|
59
|
+
"CAPTCHA_UPDATE_FAILED": "Failed to update captcha",
|
|
60
|
+
"IMAGE_GET_FAILED": "Failed to get image",
|
|
61
|
+
"PENDING_RECORD_NOT_FOUND": "No pending record found",
|
|
62
|
+
"INVALID_HASH": "Invalid hash",
|
|
63
|
+
"SOLUTION_GET_FAILED": "Failed to get solution",
|
|
64
|
+
"DATASET_WITH_SOLUTIONS_GET_FAILED": "No datasets found with required number of solutions",
|
|
65
|
+
"SOLUTION_APPROVE_FAILED": "Failed to approve solution",
|
|
66
|
+
"SOLUTION_FLAG_FAILED": "Failed to flag solution as processed",
|
|
67
|
+
"TABLES_UNDEFINED": "Tables undefined",
|
|
68
|
+
"CONNECTION_UNDEFINED": "Connection undefined",
|
|
69
|
+
"COMMITMENT_FLAG_FAILED": "Failed to flag commitment as processed",
|
|
70
|
+
"UNKNOWN": "Unknown database error"
|
|
71
|
+
},
|
|
72
|
+
"CAPTCHA": {
|
|
73
|
+
"PARSE_ERROR": "Error parsing captcha",
|
|
74
|
+
"INVALID_CAPTCHA_ID": "Invalid captcha id",
|
|
75
|
+
"INVALID_ITEM_FORMAT": "Only image and text item types allowed",
|
|
76
|
+
"INVALID_SOLUTION_TYPE": "Invalid solution type",
|
|
77
|
+
"INVALID_ITEM_HASH": "Invalid item hash",
|
|
78
|
+
"DIFFERENT_DATASET_IDS": "Dataset ids do not match",
|
|
79
|
+
"ID_MISMATCH": "captcha id mismatch",
|
|
80
|
+
"MISSING_ITEM_HASH": "missing item hash",
|
|
81
|
+
"INVALID_CAPTCHA_CHALLENGE": "Invalid captcha challenge",
|
|
82
|
+
"DAPP_USER_SOLUTION_NOT_FOUND": "Dapp user solution not found",
|
|
83
|
+
"NO_CAPTCHA": "No captcha found",
|
|
84
|
+
"NO_SESSION_FOUND": "No session found",
|
|
85
|
+
"INVALID_TOKEN": "Invalid token",
|
|
86
|
+
"INVALID_SOLUTION": "Invalid solution"
|
|
87
|
+
},
|
|
88
|
+
"API": {
|
|
89
|
+
"CAPTCHA_FAILED": "You answered one or more captchas incorrectly. Please try again",
|
|
90
|
+
"CAPTCHA_PASSED": "You correctly answered the captchas",
|
|
91
|
+
"BAD_REQUEST": "BadRequest",
|
|
92
|
+
"USER_VERIFIED": "User verified",
|
|
93
|
+
"USER_NOT_VERIFIED": "User not verified",
|
|
94
|
+
"USER_NOT_VERIFIED_TIME_EXPIRED": "User not verified. Captcha solution has expired.",
|
|
95
|
+
"USER_NOT_VERIFIED_NO_SOLUTION": "User not verified. No captcha solution found.",
|
|
96
|
+
"USER_ALREADY_VERIFIED": "This solution has already been verified. User should complete a new captcha.",
|
|
97
|
+
"UNKNOWN": "Unknown API error",
|
|
98
|
+
"SITE_KEY_NOT_REGISTERED": "Site key not registered",
|
|
99
|
+
"INCORRECT_CAPTCHA_TYPE": "Incorrect CAPTCHA type",
|
|
100
|
+
"INVALID_SITE_KEY": "Invalid site key",
|
|
101
|
+
"UNAUTHORIZED_ORIGIN_URL": "Unauthorized origin URL",
|
|
102
|
+
"INVALID_IP": "Invalid IP",
|
|
103
|
+
"INVALID_URL": "Invalid URL",
|
|
104
|
+
"INVALID_BODY": "Invalid body",
|
|
105
|
+
"PARSE_ERROR": "Error parsing request"
|
|
106
|
+
},
|
|
107
|
+
"CLI": {
|
|
108
|
+
"PARAMETER_ERROR": "Invalid parameter"
|
|
109
|
+
},
|
|
110
|
+
"DEVELOPER": {
|
|
111
|
+
"PROSOPO_SITE_KEY_MISSING": "PROSOPO_SITE_KEY is not set in .env file.",
|
|
112
|
+
"PROVIDER_NO_CAPTCHA": "No captchas returned from provider",
|
|
113
|
+
"MISSING_PROVIDER_PAIR": "Missing provider pair",
|
|
114
|
+
"MISSING_ENV_VARIABLE": "Missing environment variable",
|
|
115
|
+
"GENERAL": "General Dev Error, see context",
|
|
116
|
+
"MISSING_SECRET_KEY": "Missing secret key",
|
|
117
|
+
"METHOD_NOT_IMPLEMENTED": "Method not implemented"
|
|
118
|
+
},
|
|
119
|
+
"FS": {
|
|
120
|
+
"FILE_NOT_FOUND": "File not found",
|
|
121
|
+
"FILE_ALREADY_EXISTS": "File already exists",
|
|
122
|
+
"INVALID_DIR_FORMAT": "Invalid directory format"
|
|
123
|
+
},
|
|
124
|
+
"bird": "bird",
|
|
125
|
+
"bus": "bus",
|
|
126
|
+
"car": "car",
|
|
127
|
+
"cat": "cat",
|
|
128
|
+
"deer": "deer",
|
|
129
|
+
"dog": "dog",
|
|
130
|
+
"horse": "horse",
|
|
131
|
+
"plane": "plane",
|
|
132
|
+
"train": "train",
|
|
133
|
+
"animals": "animals",
|
|
134
|
+
"antelope": "antelope",
|
|
135
|
+
"backpack": "backpack",
|
|
136
|
+
"badger": "badger",
|
|
137
|
+
"baseball-bat": "baseball-bat",
|
|
138
|
+
"baseball-glove": "baseball-glove",
|
|
139
|
+
"basketball-hoop": "basketball-hoop",
|
|
140
|
+
"bat": "bat",
|
|
141
|
+
"bathtub": "bathtub",
|
|
142
|
+
"bear": "bear",
|
|
143
|
+
"bee": "bee",
|
|
144
|
+
"beer-mug": "beer-mug",
|
|
145
|
+
"beetle": "beetle",
|
|
146
|
+
"billiards": "billiards",
|
|
147
|
+
"binoculars": "binoculars",
|
|
148
|
+
"birdbath": "birdbath",
|
|
149
|
+
"bison": "bison",
|
|
150
|
+
"blimp": "blimp",
|
|
151
|
+
"boar": "boar",
|
|
152
|
+
"bonsai-tree": "bonsai-tree",
|
|
153
|
+
"boom-box": "boom-box",
|
|
154
|
+
"bowling-ball": "bowling-ball",
|
|
155
|
+
"bowling-pin": "bowling-pin",
|
|
156
|
+
"boxing-glove": "boxing-glove",
|
|
157
|
+
"breadmaker": "breadmaker",
|
|
158
|
+
"bulldozer": "bulldozer",
|
|
159
|
+
"butterfly": "butterfly",
|
|
160
|
+
"cactus": "cactus",
|
|
161
|
+
"cake": "cake",
|
|
162
|
+
"calculator": "calculator",
|
|
163
|
+
"camel": "camel",
|
|
164
|
+
"canoe": "canoe",
|
|
165
|
+
"car-tire": "car-tire",
|
|
166
|
+
"caterpillar": "caterpillar",
|
|
167
|
+
"cd": "cd",
|
|
168
|
+
"cereal-box": "cereal-box",
|
|
169
|
+
"chandelier": "chandelier",
|
|
170
|
+
"chess-board": "chess-board",
|
|
171
|
+
"chimpanzee": "chimpanzee",
|
|
172
|
+
"chopsticks": "chopsticks",
|
|
173
|
+
"cockroach": "cockroach",
|
|
174
|
+
"coffin": "coffin",
|
|
175
|
+
"coin": "coin",
|
|
176
|
+
"comet": "comet",
|
|
177
|
+
"computer-keyboard": "computer-keyboard",
|
|
178
|
+
"computer-monitor": "computer-monitor",
|
|
179
|
+
"computer-mouse": "computer-mouse",
|
|
180
|
+
"conch": "conch",
|
|
181
|
+
"cormorant": "cormorant",
|
|
182
|
+
"covered-wagon": "covered-wagon",
|
|
183
|
+
"cow": "cow",
|
|
184
|
+
"cowboy-hat": "cowboy-hat",
|
|
185
|
+
"coyote": "coyote",
|
|
186
|
+
"crab": "crab",
|
|
187
|
+
"crow": "crow",
|
|
188
|
+
"desk-globe": "desk-globe",
|
|
189
|
+
"diamond-ring": "diamond-ring",
|
|
190
|
+
"dice": "dice",
|
|
191
|
+
"dolphin": "dolphin",
|
|
192
|
+
"donkey": "donkey",
|
|
193
|
+
"doorknob": "doorknob",
|
|
194
|
+
"dragonfly": "dragonfly",
|
|
195
|
+
"drinking-straw": "drinking-straw",
|
|
196
|
+
"duck": "duck",
|
|
197
|
+
"dumb-bell": "dumb-bell",
|
|
198
|
+
"eagle": "eagle",
|
|
199
|
+
"eiffel-tower": "eiffel-tower",
|
|
200
|
+
"electric-guitar": "electric-guitar",
|
|
201
|
+
"elephant": "elephant",
|
|
202
|
+
"elk": "elk",
|
|
203
|
+
"eyeglasses": "eyeglasses",
|
|
204
|
+
"fern": "fern",
|
|
205
|
+
"fire-extinguisher": "fire-extinguisher",
|
|
206
|
+
"fire-hydrant": "fire-hydrant",
|
|
207
|
+
"fire-truck": "fire-truck",
|
|
208
|
+
"fireworks": "fireworks",
|
|
209
|
+
"flamingo": "flamingo",
|
|
210
|
+
"fly": "fly",
|
|
211
|
+
"fox": "fox",
|
|
212
|
+
"french-horn": "french-horn",
|
|
213
|
+
"fried-egg": "fried-egg",
|
|
214
|
+
"frisbee": "frisbee",
|
|
215
|
+
"frog": "frog",
|
|
216
|
+
"frying-pan": "frying-pan",
|
|
217
|
+
"galaxy": "galaxy",
|
|
218
|
+
"gas-pump": "gas-pump",
|
|
219
|
+
"giraffe": "giraffe",
|
|
220
|
+
"goat": "goat",
|
|
221
|
+
"golden-gate-bridge": "golden-gate-bridge",
|
|
222
|
+
"goldfish": "goldfish",
|
|
223
|
+
"golf-ball": "golf-ball",
|
|
224
|
+
"goose": "goose",
|
|
225
|
+
"gorilla": "gorilla",
|
|
226
|
+
"grapes": "grapes",
|
|
227
|
+
"grasshopper": "grasshopper",
|
|
228
|
+
"greyhound": "greyhound",
|
|
229
|
+
"guitar-pick": "guitar-pick",
|
|
230
|
+
"hamburger": "hamburger",
|
|
231
|
+
"hammock": "hammock",
|
|
232
|
+
"hamster": "hamster",
|
|
233
|
+
"hare": "hare",
|
|
234
|
+
"harmonica": "harmonica",
|
|
235
|
+
"harp": "harp",
|
|
236
|
+
"harpsichord": "harpsichord",
|
|
237
|
+
"head-phones": "head-phones",
|
|
238
|
+
"hedgehog": "hedgehog",
|
|
239
|
+
"helicopter": "helicopter",
|
|
240
|
+
"hibiscus": "hibiscus",
|
|
241
|
+
"hippopotamus": "hippopotamus",
|
|
242
|
+
"homer-simpson": "homer-simpson",
|
|
243
|
+
"hornbill": "hornbill",
|
|
244
|
+
"horseshoe-crab": "horseshoe-crab",
|
|
245
|
+
"hot-air-balloon": "hot-air-balloon",
|
|
246
|
+
"hot-dog": "hot-dog",
|
|
247
|
+
"hot-tub": "hot-tub",
|
|
248
|
+
"hourglass": "hourglass",
|
|
249
|
+
"house-fly": "house-fly",
|
|
250
|
+
"hummingbird": "hummingbird",
|
|
251
|
+
"hyena": "hyena",
|
|
252
|
+
"ice-cream-cone": "ice-cream-cone",
|
|
253
|
+
"iguana": "iguana",
|
|
254
|
+
"ipod": "ipod",
|
|
255
|
+
"jellyfish": "jellyfish",
|
|
256
|
+
"joy-stick": "joy-stick",
|
|
257
|
+
"kangaroo": "kangaroo",
|
|
258
|
+
"kayak": "kayak",
|
|
259
|
+
"killer-whale": "killer-whale",
|
|
260
|
+
"koala": "koala",
|
|
261
|
+
"ladder": "ladder",
|
|
262
|
+
"ladybugs": "ladybugs",
|
|
263
|
+
"laptop": "laptop",
|
|
264
|
+
"leopard": "leopard",
|
|
265
|
+
"license-plate": "license-plate",
|
|
266
|
+
"light-house": "light-house",
|
|
267
|
+
"lightbulb": "lightbulb",
|
|
268
|
+
"lightning": "lightning",
|
|
269
|
+
"lion": "lion",
|
|
270
|
+
"lizard": "lizard",
|
|
271
|
+
"llama": "llama",
|
|
272
|
+
"lobster": "lobster",
|
|
273
|
+
"mailbox": "mailbox",
|
|
274
|
+
"mandolin": "mandolin",
|
|
275
|
+
"mars": "mars",
|
|
276
|
+
"mattress": "mattress",
|
|
277
|
+
"megaphone": "megaphone",
|
|
278
|
+
"microscope": "microscope",
|
|
279
|
+
"microwave": "microwave",
|
|
280
|
+
"minaret": "minaret",
|
|
281
|
+
"minotaur": "minotaur",
|
|
282
|
+
"mosquito": "mosquito",
|
|
283
|
+
"moth": "moth",
|
|
284
|
+
"motorbikes": "motorbikes",
|
|
285
|
+
"mountain-bike": "mountain-bike",
|
|
286
|
+
"mouse": "mouse",
|
|
287
|
+
"mushroom": "mushroom",
|
|
288
|
+
"mussels": "mussels",
|
|
289
|
+
"necktie": "necktie",
|
|
290
|
+
"octopus": "octopus",
|
|
291
|
+
"okapi": "okapi",
|
|
292
|
+
"orangutan": "orangutan",
|
|
293
|
+
"ostrich": "ostrich",
|
|
294
|
+
"otter": "otter",
|
|
295
|
+
"owl": "owl",
|
|
296
|
+
"ox": "ox",
|
|
297
|
+
"oyster": "oyster",
|
|
298
|
+
"palm-pilot": "palm-pilot",
|
|
299
|
+
"palm-tree": "palm-tree",
|
|
300
|
+
"panda": "panda",
|
|
301
|
+
"paper-shredder": "paper-shredder",
|
|
302
|
+
"paperclip": "paperclip",
|
|
303
|
+
"parrot": "parrot",
|
|
304
|
+
"pci-card": "pci-card",
|
|
305
|
+
"pelecaniformes": "pelecaniformes",
|
|
306
|
+
"penguin": "penguin",
|
|
307
|
+
"photocopier": "photocopier",
|
|
308
|
+
"piano": "piano",
|
|
309
|
+
"picnic-table": "picnic-table",
|
|
310
|
+
"pig": "pig",
|
|
311
|
+
"pigeon": "pigeon",
|
|
312
|
+
"playing-card": "playing-card",
|
|
313
|
+
"porcupine": "porcupine",
|
|
314
|
+
"possum": "possum",
|
|
315
|
+
"pram": "pram",
|
|
316
|
+
"pyramid": "pyramid",
|
|
317
|
+
"raccoon": "raccoon",
|
|
318
|
+
"radio-telescope": "radio-telescope",
|
|
319
|
+
"rainbow": "rainbow",
|
|
320
|
+
"rat": "rat",
|
|
321
|
+
"refrigerator": "refrigerator",
|
|
322
|
+
"reindeer": "reindeer",
|
|
323
|
+
"rhinoceros": "rhinoceros",
|
|
324
|
+
"rotary-phone": "rotary-phone",
|
|
325
|
+
"roulette-wheel": "roulette-wheel",
|
|
326
|
+
"saddle": "saddle",
|
|
327
|
+
"sandpiper": "sandpiper",
|
|
328
|
+
"saturn": "saturn",
|
|
329
|
+
"school-bus": "school-bus",
|
|
330
|
+
"screwdriver": "screwdriver",
|
|
331
|
+
"seahorse": "seahorse",
|
|
332
|
+
"seal": "seal",
|
|
333
|
+
"segway": "segway",
|
|
334
|
+
"self-propelled-lawn-mower": "self-propelled-lawn-mower",
|
|
335
|
+
"shark": "shark",
|
|
336
|
+
"sheep": "sheep",
|
|
337
|
+
"sheet-music": "sheet-music",
|
|
338
|
+
"skateboard": "skateboard",
|
|
339
|
+
"skunk": "skunk",
|
|
340
|
+
"skyscraper": "skyscraper",
|
|
341
|
+
"smokestack": "smokestack",
|
|
342
|
+
"snail": "snail",
|
|
343
|
+
"snake": "snake",
|
|
344
|
+
"sneaker": "sneaker",
|
|
345
|
+
"snowmobile": "snowmobile",
|
|
346
|
+
"soccer-ball": "soccer-ball",
|
|
347
|
+
"socks": "socks",
|
|
348
|
+
"soda-can": "soda-can",
|
|
349
|
+
"spaghetti": "spaghetti",
|
|
350
|
+
"sparrow": "sparrow",
|
|
351
|
+
"speed-boat": "speed-boat",
|
|
352
|
+
"spoon": "spoon",
|
|
353
|
+
"squid": "squid",
|
|
354
|
+
"squirrel": "squirrel",
|
|
355
|
+
"stained-glass": "stained-glass",
|
|
356
|
+
"starfish": "starfish",
|
|
357
|
+
"steering-wheel": "steering-wheel",
|
|
358
|
+
"stirrups": "stirrups",
|
|
359
|
+
"sunflower": "sunflower",
|
|
360
|
+
"superman": "superman",
|
|
361
|
+
"sushi": "sushi",
|
|
362
|
+
"swan": "swan",
|
|
363
|
+
"t-shirt": "t-shirt",
|
|
364
|
+
"teapot": "teapot",
|
|
365
|
+
"teddy-bear": "teddy-bear",
|
|
366
|
+
"telephone-box": "telephone-box",
|
|
367
|
+
"tennis-ball": "tennis-ball",
|
|
368
|
+
"tennis-court": "tennis-court",
|
|
369
|
+
"tennis-racket": "tennis-racket",
|
|
370
|
+
"tiger": "tiger",
|
|
371
|
+
"toad": "toad",
|
|
372
|
+
"toaster": "toaster",
|
|
373
|
+
"tomato": "tomato",
|
|
374
|
+
"tombstone": "tombstone",
|
|
375
|
+
"top-hat": "top-hat",
|
|
376
|
+
"touring-bike": "touring-bike",
|
|
377
|
+
"tower-pisa": "tower-pisa",
|
|
378
|
+
"traffic-light": "traffic-light",
|
|
379
|
+
"treadmill": "treadmill",
|
|
380
|
+
"triceratops": "triceratops",
|
|
381
|
+
"tricycle": "tricycle",
|
|
382
|
+
"tripod": "tripod",
|
|
383
|
+
"tuning-fork": "tuning-fork",
|
|
384
|
+
"turkey": "turkey",
|
|
385
|
+
"turtle": "turtle",
|
|
386
|
+
"tweezer": "tweezer",
|
|
387
|
+
"umbrella": "umbrella",
|
|
388
|
+
"unicorn": "unicorn",
|
|
389
|
+
"video-projector": "video-projector",
|
|
390
|
+
"washing-machine": "washing-machine",
|
|
391
|
+
"watch": "watch",
|
|
392
|
+
"waterfall": "waterfall",
|
|
393
|
+
"watermelon": "watermelon",
|
|
394
|
+
"welding-mask": "welding-mask",
|
|
395
|
+
"whale": "whale",
|
|
396
|
+
"wheelbarrow": "wheelbarrow",
|
|
397
|
+
"windmill": "windmill",
|
|
398
|
+
"wine-bottle": "wine-bottle",
|
|
399
|
+
"wolf": "wolf",
|
|
400
|
+
"wombat": "wombat",
|
|
401
|
+
"woodpecker": "woodpecker",
|
|
402
|
+
"xylophone": "xylophone",
|
|
403
|
+
"yo-yo": "yo-yo",
|
|
404
|
+
"zebra": "zebra"
|
|
405
|
+
}
|