@prosopo/procaptcha-bundle 2.5.3 → 2.5.5

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 (60) hide show
  1. package/.rollup.cache/home/runner/work/captcha-private/captcha-private/captcha/packages/procaptcha-bundle/dist/bundle/index.d.ts.map +1 -1
  2. package/.rollup.cache/home/runner/work/captcha-private/captcha-private/captcha/packages/procaptcha-bundle/dist/bundle/index.js +15 -17
  3. package/.rollup.cache/home/runner/work/captcha-private/captcha-private/captcha/packages/procaptcha-bundle/dist/bundle/index.js.map +1 -1
  4. package/.rollup.cache/home/runner/work/captcha-private/captcha-private/captcha/packages/procaptcha-bundle/dist/bundle/tests/util/renderLogic.test.js +23 -27
  5. package/.rollup.cache/home/runner/work/captcha-private/captcha-private/captcha/packages/procaptcha-bundle/dist/bundle/tests/util/renderLogic.test.js.map +1 -1
  6. package/.rollup.cache/home/runner/work/captcha-private/captcha-private/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaRenderer.d.ts +2 -2
  7. package/.rollup.cache/home/runner/work/captcha-private/captcha-private/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaRenderer.d.ts.map +1 -1
  8. package/.rollup.cache/home/runner/work/captcha-private/captcha-private/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaRenderer.js +4 -7
  9. package/.rollup.cache/home/runner/work/captcha-private/captcha-private/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaRenderer.js.map +1 -1
  10. package/.rollup.cache/home/runner/work/captcha-private/captcha-private/captcha/packages/procaptcha-bundle/dist/bundle/util/widgetFactory.d.ts +2 -2
  11. package/.rollup.cache/home/runner/work/captcha-private/captcha-private/captcha/packages/procaptcha-bundle/dist/bundle/util/widgetFactory.d.ts.map +1 -1
  12. package/.rollup.cache/home/runner/work/captcha-private/captcha-private/captcha/packages/procaptcha-bundle/dist/bundle/util/widgetFactory.js +9 -4
  13. package/.rollup.cache/home/runner/work/captcha-private/captcha-private/captcha/packages/procaptcha-bundle/dist/bundle/util/widgetFactory.js.map +1 -1
  14. package/dist/bundle/ProcaptchaWidget-CCSN3Dxj.js +636 -0
  15. package/dist/bundle/{ProcaptchaWidget-Dnwno-4N.js → ProcaptchaWidget-Dfex8hc8.js} +4 -4
  16. package/dist/bundle/{asU8a-JliaME7-.js → asU8a-CAsEnbuP.js} +1 -1
  17. package/dist/bundle/{bip39-CFjno8fK.js → bip39-DCaMcFzo.js} +2 -2
  18. package/dist/bundle/{captchaComponentProvider-dcMua0p9.js → captchaComponentProvider-Dm44AMrY.js} +23 -18
  19. package/dist/bundle/captchaRenderer-BBodRhQu.js +70 -0
  20. package/dist/bundle/{emotion-element-5486c51c.browser.esm-Bywq83R5.js → emotion-element-5486c51c.browser.esm-CQHFV-dS.js} +711 -746
  21. package/dist/bundle/{fp.esm-C0kLYOiJ.js → fp.esm-DYWeNGcH.js} +17 -0
  22. package/dist/bundle/{hash-CtL1HOjf.js → hash-D-64Vz5z.js} +1 -1
  23. package/dist/bundle/{captchaRenderer-D-du50M4.js → index-9I1Aae33.js} +1293 -1355
  24. package/dist/bundle/index-DCHEbWAs.js +1242 -0
  25. package/dist/bundle/{index-DcG_c-Na.js → index-DkQ4njKa.js} +12 -12
  26. package/dist/bundle/{index-BTlHNFX8.js → index-DxswvPTy.js} +285 -183
  27. package/dist/bundle/{index-BMjJnq60.js → index-nNwZuute.js} +252 -252
  28. package/dist/bundle/index.d.ts.map +1 -1
  29. package/dist/bundle/locales/de/translation.json +55 -405
  30. package/dist/bundle/locales/en/translation.json +55 -405
  31. package/dist/bundle/locales/es/translation.json +55 -405
  32. package/dist/bundle/locales/fr/translation.json +55 -405
  33. package/dist/bundle/locales/it/translation.json +55 -405
  34. package/dist/bundle/locales/pt/translation.json +55 -405
  35. package/dist/bundle/locales/pt-BR/translation.json +55 -405
  36. package/dist/bundle/procaptcha.bundle.js +1 -1
  37. package/dist/bundle/{useTranslation-7b6JJ18N.js → useTranslation-CEt2t9kE.js} +1 -1
  38. package/dist/bundle/util/captcha/captchaRenderer.d.ts +2 -2
  39. package/dist/bundle/util/captcha/captchaRenderer.d.ts.map +1 -1
  40. package/dist/bundle/util/widgetFactory.d.ts +2 -2
  41. package/dist/bundle/util/widgetFactory.d.ts.map +1 -1
  42. package/dist/index.d.ts.map +1 -1
  43. package/dist/index.js +15 -17
  44. package/dist/index.js.map +1 -1
  45. package/dist/tests/util/renderLogic.test.js +23 -27
  46. package/dist/tests/util/renderLogic.test.js.map +1 -1
  47. package/dist/util/captcha/captchaRenderer.d.ts +2 -2
  48. package/dist/util/captcha/captchaRenderer.d.ts.map +1 -1
  49. package/dist/util/captcha/captchaRenderer.js +4 -7
  50. package/dist/util/captcha/captchaRenderer.js.map +1 -1
  51. package/dist/util/widgetFactory.d.ts +2 -2
  52. package/dist/util/widgetFactory.d.ts.map +1 -1
  53. package/dist/util/widgetFactory.js +9 -4
  54. package/dist/util/widgetFactory.js.map +1 -1
  55. package/package.json +20 -14
  56. package/stats.html +1 -1
  57. package/vite.config.ts +18 -3
  58. package/vite.serve.config.ts +24 -0
  59. package/dist/bundle/ProcaptchaWidget-BlWWnPeB.js +0 -615
  60. package/dist/bundle/index-B8oMghZ3.js +0 -1120
@@ -1,406 +1,56 @@
1
1
  {
2
- "ACCOUNT": {
3
- "NO_POLKADOT_EXTENSION": "Extension Polkadot non trouvée"
4
- },
5
- "WIDGET": {
6
- "SELECT_ALL": "Sélectionnez tout contenant ce qui suit",
7
- "IF_NONE_CLICK_NEXT": "S'il n'y en a pas, cliquez sur Suivant",
8
- "NEXT": "Suivant",
9
- "SUBMIT": "Soumettre",
10
- "CANCEL": "Annuler",
11
- "I_AM_HUMAN": "Je suis humain",
12
- "NO_ACCOUNTS_FOUND": "Aucun compte trouvé",
13
- "ACCOUNT_NOT_FOUND": "Compte non trouvé",
14
- "NO_EXTENSION_FOUND": "Aucune extension trouvée"
15
- },
16
- "GENERAL": {
17
- "JSON_LOAD_FAILED": "Échec du chargement du fichier JSON",
18
- "MNEMONIC_UNDEFINED": "Mnémonique non défini. Veuillez définir la phrase mnémonique dans les variables d'environnement",
19
- "NO_MNEMONIC_OR_SEED": "Aucune phrase mnémonique ou graine fournie",
20
- "CANT_FIND_KEYRINGPAIR": "Impossible de trouver la paire de porte-clés pour {{address}}",
21
- "ENVIRONMENT_NOT_READY": "Environnement non prêt",
22
- "INVALID_SIGNATURE": "Signature invalide",
23
- "SITE_KEY_MISSING": "CLÉ DU SITE manquante",
24
- "ACCOUNT_NOT_FOUND": "Compte non trouvé",
25
- "INVALID_TIMESTAMP": "Horodatage invalide"
26
- },
27
- "CONTRACT": {
28
- "INVALID_ADDRESS": "Échec de l'encodage de l'adresse invalide",
29
- "CAPTCHA_SOLUTION_COMMITMENT_DOES_NOT_EXIST": "L'engagement de la solution Captcha n'existe pas",
30
- "SIGNER_UNDEFINED": "Signataire non défini",
31
- "CANNOT_FIND_KEYPAIR": "Impossible de trouver la paire de clés",
32
- "INVALID_DATA_FORMAT": "Format de données invalide"
33
- },
34
- "CONFIG": {
35
- "UNKNOWN_ENVIRONMENT": "Environnement inconnu demandé",
36
- "INVALID_CAPTCHA_NUMBER": "Veuillez configurer correctement les captchas",
37
- "INVALID_LOG_LEVEL": "Niveau de journalisation invalide",
38
- "INVALID_PACKAGE_DIR": "Répertoire de package invalide"
39
- },
40
- "DATASET": {
41
- "DATASET_PARSE_ERROR": "Erreur d'analyse du jeu de données",
42
- "SOLUTION_PARSE_ERROR": "Erreur d'analyse de la solution",
43
- "HASH_ERROR": "Erreur de hachage du jeu de données",
44
- "DATASET_ID_UNDEFINED": "ID du jeu de données non défini",
45
- "NOT_ENOUGH_LABELS": "Pas assez d'étiquettes",
46
- "NOT_ENOUGH_IMAGES": "Pas assez d'images",
47
- "CAPTCHAS_COUNT_LESS_THAN_CONFIGURED": "Le nombre de captchas dans le jeu de données est inférieur au nombre configuré",
48
- "SOLUTIONS_COUNT_LESS_THAN_CONFIGURED": "Le nombre de solutions dans le jeu de données est inférieur au nombre configuré",
49
- "DUPLICATE_IMAGE": "image en double détectée",
50
- "MERKLE_ERROR": "Erreur lors de la création de l'arbre de Merkle"
51
- },
52
- "DATABASE": {
53
- "DATABASE_IMPORT_FAILED": "Échec de l'importation du moteur de base de données",
54
- "DATABASE_UNDEFINED": "Le client de base de données n'est pas connecté",
55
- "DATABASE_HOST_UNDEFINED": "Adresse de l'hôte de la base de données non définie",
56
- "DATASET_LOAD_FAILED": "Échec du chargement du jeu de données",
57
- "DATASET_GET_FAILED": "Échec de l'obtention du jeu de données",
58
- "CAPTCHA_GET_FAILED": "Échec de l'obtention du captcha",
59
- "CAPTCHA_UPDATE_FAILED": "Échec de la mise à jour du captcha",
60
- "IMAGE_GET_FAILED": "Échec de l'obtention de l'image",
61
- "PENDING_RECORD_NOT_FOUND": "Aucun enregistrement en attente trouvé",
62
- "INVALID_HASH": "Hachage invalide",
63
- "SOLUTION_GET_FAILED": "Échec de l'obtention de la solution",
64
- "DATASET_WITH_SOLUTIONS_GET_FAILED": "Aucun jeu de données trouvé avec le nombre requis de solutions",
65
- "SOLUTION_APPROVE_FAILED": "Échec de l'approbation de la solution",
66
- "SOLUTION_FLAG_FAILED": "Échec du marquage de la solution comme traitée",
67
- "TABLES_UNDEFINED": "Tables non définies",
68
- "CONNECTION_UNDEFINED": "Connexion non définie",
69
- "COMMITMENT_FLAG_FAILED": "Échec du marquage de l'engagement comme traité",
70
- "UNKNOWN": "Erreur de base de données inconnue"
71
- },
72
- "CAPTCHA": {
73
- "PARSE_ERROR": "Erreur d'analyse du captcha",
74
- "INVALID_CAPTCHA_ID": "ID de captcha invalide",
75
- "INVALID_ITEM_FORMAT": "Seuls les types d'éléments image et texte sont autorisés",
76
- "INVALID_SOLUTION_TYPE": "Type de solution invalide",
77
- "INVALID_ITEM_HASH": "Hachage de l'élément invalide",
78
- "DIFFERENT_DATASET_IDS": "Les identifiants de jeu de données ne correspondent pas",
79
- "ID_MISMATCH": "mismatch d'ID de captcha",
80
- "MISSING_ITEM_HASH": "hachage de l'élément manquant",
81
- "INVALID_CAPTCHA_CHALLENGE": "Défi captcha invalide",
82
- "DAPP_USER_SOLUTION_NOT_FOUND": "Solution utilisateur Dapp non trouvée",
83
- "NO_CAPTCHA": "Aucun captcha trouvé",
84
- "NO_SESSION_FOUND": "Aucune session trouvée",
85
- "INVALID_TOKEN": "Jeton invalide",
86
- "INVALID_SOLUTION": "Solution invalide",
87
- "DECRYPTION_ERROR": "Erreur de décryptage"
88
- },
89
- "API": {
90
- "CAPTCHA_FAILED": "Vous avez répondu incorrectement à un ou plusieurs captchas. Veuillez réessayer",
91
- "CAPTCHA_PASSED": "Vous avez répondu correctement aux captchas",
92
- "BAD_REQUEST": "Mauvaise Requête",
93
- "USER_VERIFIED": "Utilisateur vérifié",
94
- "USER_NOT_VERIFIED": "Utilisateur non vérifié",
95
- "USER_NOT_VERIFIED_TIME_EXPIRED": "Utilisateur non vérifié. La solution du captcha a expiré.",
96
- "USER_NOT_VERIFIED_NO_SOLUTION": "Utilisateur non vérifié. Aucune solution captcha trouvée.",
97
- "USER_ALREADY_VERIFIED": "Cette solution a déjà été vérifiée. L'utilisateur doit compléter un nouveau captcha.",
98
- "UNKNOWN": "Erreur API inconnue",
99
- "SITE_KEY_NOT_REGISTERED": "Clé du site non enregistrée",
100
- "INCORRECT_CAPTCHA_TYPE": "Type de CAPTCHA incorrect",
101
- "UNAUTHORIZED_ORIGIN_URL": "URL d'origine non autorisée",
102
- "INVALID_SITE_KEY": "Clé de site non valide",
103
- "INVALID_IP": "IP invalide",
104
- "INVALID_URL": "URL inválida",
105
- "INVALID_BODY": "Cuerpo inválido",
106
- "PARSE_ERROR": "Erreur d'analyse de la demande"
107
- },
108
- "CLI": {
109
- "PARAMETER_ERROR": "Paramètre invalide"
110
- },
111
- "DEVELOPER": {
112
- "PROSOPO_SITE_KEY_MISSING": "PROSOPO_SITE_KEY n'est pas défini dans le fichier .env.",
113
- "PROVIDER_NO_CAPTCHA": "Aucun captcha retourné par le fournisseur",
114
- "MISSING_PROVIDER_PAIR": "Paire de fournisseurs manquante",
115
- "MISSING_ENV_VARIABLE": "Variable d'environnement manquante",
116
- "GENERAL": "Erreur Dev Générale, voir le contexte",
117
- "MISSING_SECRET_KEY": "Clé secrète manquante",
118
- "METHOD_NOT_IMPLEMENTED": "Méthode non implémentée"
119
- },
120
- "FS": {
121
- "FILE_NOT_FOUND": "Fichier non trouvé",
122
- "FILE_ALREADY_EXISTS": "Le fichier existe déjà",
123
- "INVALID_DIR_FORMAT": "Format de répertoire invalide"
124
- },
125
- "bird": "oiseau",
126
- "bus": "bus",
127
- "car": "voiture",
128
- "cat": "chat",
129
- "deer": "cerf",
130
- "dog": "chien",
131
- "horse": "cheval",
132
- "plane": "avion",
133
- "train": "train",
134
- "animals": "animaux",
135
- "antelope": "antilope",
136
- "backpack": "sac à dos",
137
- "badger": "blaireau",
138
- "baseball-bat": "batte de baseball",
139
- "baseball-glove": "gant de baseball",
140
- "basketball-hoop": "panier de basket",
141
- "bat": "chauve-souris",
142
- "bathtub": "baignoire",
143
- "bear": "ours",
144
- "bee": "abeille",
145
- "beer-mug": "chope de bière",
146
- "beetle": "scarabée",
147
- "billiards": "billard",
148
- "binoculars": "jumelles",
149
- "birdbath": "bain d'oiseaux",
150
- "bison": "bison",
151
- "blimp": "dirigeable",
152
- "boar": "sanglier",
153
- "bonsai-tree": "bonsaï",
154
- "boom-box": "ghetto-blaster",
155
- "bowling-ball": "boule de bowling",
156
- "bowling-pin": "quille de bowling",
157
- "boxing-glove": "gant de boxe",
158
- "breadmaker": "machine à pain",
159
- "bulldozer": "bulldozer",
160
- "butterfly": "papillon",
161
- "cactus": "cactus",
162
- "cake": "gâteau",
163
- "calculator": "calculatrice",
164
- "camel": "chameau",
165
- "canoe": "canoë",
166
- "car-tire": "pneu de voiture",
167
- "caterpillar": "chenille",
168
- "cd": "CD",
169
- "cereal-box": "boîte de céréales",
170
- "chandelier": "lustre",
171
- "chess-board": "échiquier",
172
- "chimpanzee": "chimpanzé",
173
- "chopsticks": "baguettes",
174
- "cockroach": "cafard",
175
- "coffin": "cercueil",
176
- "coin": "pièce de monnaie",
177
- "comet": "comète",
178
- "computer-keyboard": "clavier d'ordinateur",
179
- "computer-monitor": "écran d'ordinateur",
180
- "computer-mouse": "souris d'ordinateur",
181
- "conch": "coquillage",
182
- "cormorant": "cormoran",
183
- "covered-wagon": "chariot bâché",
184
- "cow": "vache",
185
- "cowboy-hat": "chapeau de cow-boy",
186
- "coyote": "coyote",
187
- "crab": "crabe",
188
- "crow": "corbeau",
189
- "desk-globe": "globe terrestre",
190
- "diamond-ring": "bague en diamant",
191
- "dice": "dés",
192
- "dolphin": "dauphin",
193
- "donkey": "âne",
194
- "doorknob": "poignée de porte",
195
- "dragonfly": "libellule",
196
- "drinking-straw": "pailles",
197
- "duck": "canard",
198
- "dumb-bell": "haltère",
199
- "eagle": "aigle",
200
- "eiffel-tower": "tour Eiffel",
201
- "electric-guitar": "guitare électrique",
202
- "elephant": "éléphant",
203
- "elk": "wapiti",
204
- "eyeglasses": "lunettes",
205
- "fern": "fougère",
206
- "fire-extinguisher": "extincteur",
207
- "fire-hydrant": "bouche d'incendie",
208
- "fire-truck": "camion de pompiers",
209
- "fireworks": "feux d'artifice",
210
- "flamingo": "flamant rose",
211
- "fly": "mouche",
212
- "fox": "renard",
213
- "french-horn": "cor d'harmonie",
214
- "fried-egg": "œuf au plat",
215
- "frisbee": "frisbee",
216
- "frog": "grenouille",
217
- "frying-pan": "poêle",
218
- "galaxy": "galaxie",
219
- "gas-pump": "pompe à essence",
220
- "giraffe": "girafe",
221
- "goat": "chèvre",
222
- "golden-gate-bridge": "pont du Golden Gate",
223
- "goldfish": "poisson rouge",
224
- "golf-ball": "balle de golf",
225
- "goose": "oie",
226
- "gorilla": "gorille",
227
- "grapes": "raisins",
228
- "grasshopper": "sauterelle",
229
- "greyhound": "lévrier",
230
- "guitar-pick": "médiator",
231
- "hamburger": "hamburger",
232
- "hammock": "hamac",
233
- "hamster": "hamster",
234
- "hare": "lièvre",
235
- "harmonica": "harmonica",
236
- "harp": "harpe",
237
- "harpsichord": "clavecin",
238
- "head-phones": "écouteurs",
239
- "hedgehog": "hérisson",
240
- "helicopter": "hélicoptère",
241
- "hibiscus": "hibiscus",
242
- "hippopotamus": "hippopotame",
243
- "homer-simpson": "homer-simpson",
244
- "hornbill": "calao",
245
- "horseshoe-crab": "limule",
246
- "hot-air-balloon": "montgolfière",
247
- "hot-dog": "hot-dog",
248
- "hot-tub": "jacuzzi",
249
- "hourglass": "sablier",
250
- "house-fly": "mouche domestique",
251
- "hummingbird": "colibri",
252
- "hyena": "hyène",
253
- "ice-cream-cone": "cornet de glace",
254
- "iguana": "iguane",
255
- "ipod": "ipod",
256
- "jellyfish": "méduse",
257
- "joy-stick": "manette",
258
- "kangaroo": "kangourou",
259
- "kayak": "kayak",
260
- "killer-whale": "orque",
261
- "koala": "koala",
262
- "ladder": "échelle",
263
- "ladybugs": "coccinelles",
264
- "laptop": "ordinateur portable",
265
- "leopard": "léopard",
266
- "license-plate": "plaque d'immatriculation",
267
- "light-house": "phare",
268
- "lightbulb": "ampoule",
269
- "lightning": "éclair",
270
- "lion": "lion",
271
- "lizard": "lézard",
272
- "llama": "lama",
273
- "lobster": "homard",
274
- "mailbox": "boîte aux lettres",
275
- "mandolin": "mandoline",
276
- "mars": "mars",
277
- "mattress": "matelas",
278
- "megaphone": "mégaphone",
279
- "microscope": "microscope",
280
- "microwave": "micro-ondes",
281
- "minaret": "minaret",
282
- "minotaur": "minotaure",
283
- "mosquito": "moustique",
284
- "moth": "papillon de nuit",
285
- "motorbikes": "motos",
286
- "mountain-bike": "vélo de montagne",
287
- "mouse": "souris",
288
- "mushroom": "champignon",
289
- "mussels": "moules",
290
- "necktie": "cravate",
291
- "octopus": "pieuvre",
292
- "okapi": "okapi",
293
- "orangutan": "orang-outan",
294
- "ostrich": "autruche",
295
- "otter": "loutre",
296
- "owl": "hibou",
297
- "ox": "bœuf",
298
- "oyster": "huître",
299
- "palm-pilot": "palm-pilot",
300
- "palm-tree": "palmier",
301
- "panda": "panda",
302
- "paper-shredder": "destructeur de papier",
303
- "paperclip": "trombone",
304
- "parrot": "perroquet",
305
- "pci-card": "carte PCI",
306
- "pelecaniformes": "pélican",
307
- "penguin": "pingouin",
308
- "photocopier": "photocopieuse",
309
- "piano": "piano",
310
- "picnic-table": "table de pique-nique",
311
- "pig": "cochon",
312
- "pigeon": "pigeon",
313
- "playing-card": "carte à jouer",
314
- "porcupine": "porc-épic",
315
- "possum": "opossum",
316
- "pram": "landau",
317
- "pyramid": "pyramide",
318
- "raccoon": "raton laveur",
319
- "radio-telescope": "radiotélescope",
320
- "rainbow": "arc-en-ciel",
321
- "rat": "rat",
322
- "refrigerator": "réfrigérateur",
323
- "reindeer": "renne",
324
- "rhinoceros": "rhinocéros",
325
- "rotary-phone": "téléphone rotatif",
326
- "roulette-wheel": "roulette",
327
- "saddle": "selle",
328
- "sandpiper": "bécasseau",
329
- "saturn": "saturne",
330
- "school-bus": "autobus scolaire",
331
- "screwdriver": "tournevis",
332
- "seahorse": "hippocampe",
333
- "seal": "phoque",
334
- "segway": "segway",
335
- "self-propelled-lawn-mower": "tondeuse autoportée",
336
- "shark": "requin",
337
- "sheep": "mouton",
338
- "sheet-music": "partition musicale",
339
- "skateboard": "skateboard",
340
- "skunk": "moufette",
341
- "skyscraper": "gratte-ciel",
342
- "smokestack": "cheminée",
343
- "snail": "escargot",
344
- "snake": "serpent",
345
- "sneaker": "chaussure de sport",
346
- "snowmobile": "motoneige",
347
- "soccer-ball": "ballon de football",
348
- "socks": "chaussettes",
349
- "soda-can": "canette de soda",
350
- "spaghetti": "spaghettis",
351
- "sparrow": "moineau",
352
- "speed-boat": "bateau rapide",
353
- "spoon": "cuillère",
354
- "squid": "calmar",
355
- "squirrel": "écureuil",
356
- "stained-glass": "vitrail",
357
- "starfish": "étoile de mer",
358
- "steering-wheel": "volant",
359
- "stirrups": "étriers",
360
- "sunflower": "tournesol",
361
- "superman": "superman",
362
- "sushi": "sushi",
363
- "swan": "cygne",
364
- "t-shirt": "t-shirt",
365
- "teapot": "théière",
366
- "teddy-bear": "ours en peluche",
367
- "telephone-box": "cabine téléphonique",
368
- "tennis-ball": "balle de tennis",
369
- "tennis-court": "court de tennis",
370
- "tennis-racket": "raquette de tennis",
371
- "tiger": "tigre",
372
- "toad": "crapaud",
373
- "toaster": "grille-pain",
374
- "tomato": "tomate",
375
- "tombstone": "pierre tombale",
376
- "top-hat": "haut-de-forme",
377
- "touring-bike": "vélo de randonnée",
378
- "tower-pisa": "tour de Pise",
379
- "traffic-light": "feu de circulation",
380
- "treadmill": "tapis de course",
381
- "triceratops": "tricératops",
382
- "tricycle": "tricycle",
383
- "tripod": "trépied",
384
- "tuning-fork": "diapason",
385
- "turkey": "dinde",
386
- "turtle": "tortue",
387
- "tweezer": "pince à épiler",
388
- "umbrella": "parapluie",
389
- "unicorn": "licorne",
390
- "video-projector": "vidéoprojecteur",
391
- "washing-machine": "machine à laver",
392
- "watch": "montre",
393
- "waterfall": "cascade",
394
- "watermelon": "pastèque",
395
- "welding-mask": "masque de soudure",
396
- "whale": "baleine",
397
- "wheelbarrow": "brouette",
398
- "windmill": "moulin à vent",
399
- "wine-bottle": "bouteille de vin",
400
- "wolf": "loup",
401
- "wombat": "wombat",
402
- "woodpecker": "pic-vert",
403
- "xylophone": "xylophone",
404
- "yo-yo": "yo-yo",
405
- "zebra": "zèbre"
406
- }
2
+ "ACCOUNT": {
3
+ "NO_POLKADOT_EXTENSION": "Extension Polkadot non trouvée"
4
+ },
5
+ "WIDGET": {
6
+ "SELECT_ALL": "Sélectionnez tout contenant ce qui suit",
7
+ "IF_NONE_CLICK_NEXT": "S'il n'y en a pas, cliquez sur Suivant",
8
+ "NEXT": "Suivant",
9
+ "SUBMIT": "Soumettre",
10
+ "CANCEL": "Annuler",
11
+ "I_AM_HUMAN": "Je suis humain",
12
+ "NO_ACCOUNTS_FOUND": "Aucun compte trouvé",
13
+ "ACCOUNT_NOT_FOUND": "Compte non trouvé",
14
+ "NO_EXTENSION_FOUND": "Aucune extension trouvée"
15
+ },
16
+ "GENERAL": {
17
+ "CANT_FIND_KEYRINGPAIR": "Impossible de trouver la paire de porte-clés pour {{address}}",
18
+ "SITE_KEY_MISSING": "CLÉ DU SITE manquante",
19
+ "ACCOUNT_NOT_FOUND": "Compte non trouvé"
20
+ },
21
+ "CONFIG": {
22
+ "UNKNOWN_ENVIRONMENT": "Environnement inconnu demandé",
23
+ "INVALID_LOG_LEVEL": "Niveau de journalisation invalide"
24
+ },
25
+ "DATASET": {
26
+ "DATASET_PARSE_ERROR": "Erreur d'analyse du jeu de données",
27
+ "SOLUTION_PARSE_ERROR": "Erreur d'analyse de la solution",
28
+ "HASH_ERROR": "Erreur de hachage du jeu de données",
29
+ "MERKLE_ERROR": "Erreur lors de la création de l'arbre de Merkle"
30
+ },
31
+ "DATABASE": {
32
+ "IMAGE_GET_FAILED": "Échec de l'obtention de l'image"
33
+ },
34
+ "CAPTCHA": {
35
+ "INVALID_CAPTCHA_ID": "ID de captcha invalide",
36
+ "INVALID_ITEM_FORMAT": "Seuls les types d'éléments image et texte sont autorisés",
37
+ "INVALID_SOLUTION_TYPE": "Type de solution invalide",
38
+ "INVALID_ITEM_HASH": "Hachage de l'élément invalide",
39
+ "ID_MISMATCH": "mismatch d'ID de captcha",
40
+ "MISSING_ITEM_HASH": "hachage de l'élément manquant",
41
+ "INVALID_CAPTCHA_CHALLENGE": "Défi captcha invalide",
42
+ "NO_CAPTCHA": "Aucun captcha trouvé",
43
+ "NO_SESSION_FOUND": "Aucune session trouvée",
44
+ "INVALID_TOKEN": "Jeton invalide",
45
+ "INVALID_SOLUTION": "Solution invalide"
46
+ },
47
+ "API": {
48
+ "BAD_REQUEST": "Mauvaise Requête",
49
+ "UNKNOWN": "Erreur API inconnue",
50
+ "PARSE_ERROR": "Erreur d'analyse de la demande"
51
+ },
52
+ "DEVELOPER": {
53
+ "PROVIDER_NO_CAPTCHA": "Aucun captcha retourné par le fournisseur",
54
+ "GENERAL": "Erreur Dev Générale, voir le contexte"
55
+ }
56
+ }