forked from kibook/dpemotes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.lua
More file actions
453 lines (450 loc) · 24.7 KB
/
config.lua
File metadata and controls
453 lines (450 loc) · 24.7 KB
1
2
3
4
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
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
Config = {
-- Change the language of the menu here!.
-- Note fr and de are google translated, if you would like to help out with translations, feel free to send me an 'issue' on Github.
-- Thank you to those who provided the NL and PT languages.
--
MenuLanguage = 'es',
-- Set this to true to enable some extra prints
DebugDisplay = false,
-- Set this to false if you have something else on X, and then just use /e c to cancel emotes.
EnableXtoCancel = true,
-- Set this to true if you want to disarm the player when they play an emote.
DisarmPlayer = false,
-- Set this if you really wanna disable emotes in cars, as of 1.7.2 they only play the upper body part if in vehicle
AllowedInCars = true,
-- You can disable the menu here / change the keybind. It is currently set to F3
MenuKeybindEnabled = true,
MenuKeybind = 'F5', -- Get the button string here https://docs.fivem.net/docs/game-references/input-mapper-parameter-ids/keyboard/
-- You can disable the Favorite emote keybinding here.
FavKeybindEnabled = true,
FavKeybind = 171, -- Get the button number here https://docs.fivem.net/game-references/controls/
-- You can change the header image for the menu here
-- Use a 512 x 128 image!
-- Note this might cause an issue of the image getting stuck on peoples screens
CustomMenuEnabled = true,
MenuImage = "https://i.imgur.com/vqwCuZg.png", ----[Pride Banner: https://i.imgur.com/vqwCuZg.png. Original banner URL: https://imgur.com/PvMINNO.png ]---
-- You can change the menu image by pasting a link above. It must be the same width and length
--
-- You can change the menu position here
MenuPosition = "right", -- (left, right)
-- You can enable or disable the Ragdoll keybinding here.
RagdollEnabled = true,
RagdollKeybind = "", --303, -- Get the button number here https://docs.fivem.net/game-references/controls/
-- You can disable the Facial Expressions menu here.
ExpressionsEnabled = true,
-- You can disable the Walking Styles menu here.
WalkingStylesEnabled = true,
-- Aim styles
AimstylesEnabled = true,
-- You can disable the Shared Emotes here.
SharedEmotesEnabled = true,
CheckForUpdates = true,
-- If you have the SQL imported enable this to turn on keybinding.
SqlKeybinding = false,
}
Config.KeybindKeys = {
['num4'] = 108,
['num5'] = 110,
['num6'] = 109,
['num7'] = 117,
['num8'] = 111,
['num9'] = 118
}
Config.Languages = {
['en'] = { -- ENGLISH
['emotes'] = 'Emotes 🎬',
['danceemotes'] = "🕺 Dance Emotes",
['animalemotes'] = "🐩 Animal Emotes",
['propemotes'] = "📦 Prop Emotes",
['aimstyles'] = "🎯 Aimstyles",
['favoriteemotes'] = "🌟 Favorite",
['favoriteinfo'] = "Select an emote here to set it as your favorite.",
['rfavorite'] = "Reset favorite",
['prop2info'] = "❓ Prop Emotes can be located at the end",
['set'] = "Set (",
['setboundemote'] = ") to be your bound emote?",
['newsetemote'] = "~w~ is now your bound emote, press ~g~CapsLock~w~ to use it.",
['cancelemote'] = "Cancel Emote 🚷",
['cancelemoteinfo'] = "~r~X~w~ Cancels the currently playing emote",
['walkingstyles'] = "Walking Styles 🚶🏻♂️",
['resetdef'] = "Reset to default",
['normalreset'] = "Normal (Reset)",
['moods'] = "Moods 😒",
['infoupdate'] = "Credits & Suggestions 🙏🏻",
['infoupdateav'] = "Information (Update available)",
['infoupdateavtext'] = "An update is available, get the latest version from ~y~https://github.com/TayMcKenzieNZ/dpemotes~w~",
['suggestions'] = "Suggestions?",
['suggestionsinfo'] = "'TayMcKenzieNZ' on FiveM forums for any feature/emote suggestions! ✉️",
['notvaliddance'] = "is not a valid dance.",
['notvalidemote'] = "is not a valid emote.",
['nocancel'] = "No emote to cancel.",
['maleonly'] = "This emote is male only, sorry!",
['emotemenucmd'] = "Do /emotemenu for a menu.",
['shareemotes'] = "👫 Shared Emotes",
['shareemotesinfo'] = "Invite a nearby person to emote",
['sharedanceemotes'] = "🕺 Shared Dances",
['notvalidsharedemote'] = "is not a valid shared emote.",
['sentrequestto'] = "Sent request to ~y~",
['nobodyclose'] = "Nobody ~r~close~w~ enough.",
['doyouwanna'] = "~y~Y~w~ to accept, ~r~L~w~ to refuse (~g~",
['refuseemote'] = "Emote refused.",
['makenearby'] = "makes the nearby player play",
['camera'] = "Press ~y~G~w~ to use camera flash.",
['makeitrain'] = "Press ~y~G~w~ to make it rain.",
['pee'] = "Hold ~y~G~w~ to pee.",
['spraychamp'] = "Hold ~y~G~w~ to spray champagne",
['stun'] = "Press ~y~G~w~ to 'use' stun gun.",
['bound'] = "Bound ",
['to'] = "to",
['currentlyboundemotes'] = " Currently bound emotes:",
['notvalidkey'] = "is not a valid key.",
['keybinds'] = "🔢 Keybinds",
['keybindsinfo'] = "Use"
},
['fr'] = { -- FRENCH
['emotes'] = 'Emotes 🎬',
['danceemotes'] = "🕺 Danses",
['animalemotes'] = "🐩 Emotes d'animaux",
['propemotes'] = "📦 Emotes objet",
['aimstyles'] = "🎯 Aimstyles",
['favoriteemotes'] = "🌟 Favori",
['favoriteinfo'] = "Définir une emote comme favori.",
['rfavorite'] = "Réinitialiser le favori.",
['prop2info'] = "❓ Les emotes d'objet peuvent être à la fin",
['set'] = "Mettre (",
['setboundemote'] = ") en emote favorite?",
['newsetemote'] = "~w~ est maintenant votre emote favorite, appuyez sur ~g~CapsLock~w~ pour l'utiliser.",
['cancelemote'] = "Annuler Emote 🚷",
['cancelemoteinfo'] = "~r~X~w~ Annule l'emote en cours",
['walkingstyles'] = "Styles de marche 🚶🏻♂️",
['resetdef'] = "Réinitialiser aux valeurs par défaut",
['normalreset'] = "Normal (réinitialiser)",
['moods'] = "Humeurs 😒",
['infoupdate'] = "Crédits et suggestions 🙏🏻",
['infoupdateav'] = "Information (Mise à jour disponible)",
['infoupdateavtext'] = "Une mise à jour est disponible ~y~https://github.com/TayMcKenzieNZ/dpemotes~w~",
['suggestions'] = "Suggestions?",
['suggestionsinfo'] = "'TayMcKenzieNZ' sur les forums FiveM pour toutes les suggestions! ✉️",
['notvaliddance'] = "n'est pas une danse valide",
['notvalidemote'] = "n'est pas une emote valide",
['nocancel'] = "Pas d'emote à annuler",
['maleonly'] = "Cet emote est réservé aux hommes, désolé!",
['emotemenucmd'] = "Fait /emotemenu pour ouvrir le menu",
['shareemotes'] = "👫 Emotes partagées",
['shareemotesinfo'] = "Invite une personne proche à faire une emote avec toi",
['sharedanceemotes'] = "🕺 Dances partagées",
['notvalidsharedemote'] = "n'est pas un emote partagée valide.",
['sentrequestto'] = "Demande envoyée à ~g~",
['nobodyclose'] = "Personne n'esst assez proche.",
['doyouwanna'] = "~y~Y~w~ accepter, ~r~L~w~ refuser (~g~",
['refuseemote'] = "Emote refusée.",
['makenearby'] = "fait jouer le joueur à proximité",
['camera'] = "Presse ~y~G~w~ pour utiliser le flash de l'appareil.",
['makeitrain'] = "Presse ~y~G~w~ pour jeter de l'argent.",
['pee'] = "Tenir ~y~G~w~ pour faire pipi.",
['spraychamp'] = "Tenir ~y~G~w~ pour vaporiser du champagne.",
['bound'] = "Liée ",
['to'] = "à",
['currentlyboundemotes'] = " Emotes actuellement liées:",
['notvalidkey'] = "n'est pas une clé valide.",
['keybinds'] = "🔢 Raccourcis clavier",
['keybindsinfo'] = "Utilise"
},
['de'] = { -- GERMAN
['emotes'] = 'Emotes 🎬',
['danceemotes'] = "🕺 Tanz-Emotes",
['animalemotes'] = "🐩 Animal Emotes",
['propemotes'] = "📦 Prop-Emotes",
['aimstyles'] = "🎯 Aimstyles",
['favoriteemotes'] = "🌟 Favorit",
['favoriteinfo'] = "Wählen Sie hier ein Emote aus, um es als gebundenes Emote festzulegen.",
['rfavorite'] = "Keybind zurücksetzen",
['prop2info'] = "❓ Prop-Emotes können am Ende platziert werden",
['set'] = "Set (",
['setboundemote'] = ") soll dein gebundenes Emote sein?",
['newsetemote'] = "~w~ ist jetzt dein gebundenes Emote, drücke ~g~CapsLock~w~, um es zu verwenden.",
['cancelemote'] = "Emote abbrechen 🚷",
['cancelemoteinfo'] = "~r~ X ~w~ Bricht das aktuell wiedergegebene Emote ab",
['walkingstyles'] = "Gehstile 🚶🏻♂️",
['resetdef'] = "Auf Standard zurücksetzen",
['normalreset'] = "Normal (Zurücksetzen)",
['moods'] = "Stimmungen 😒",
['infoupdate'] = "Credits und Dank 🙏🏻",
['infoupdateav'] = "Information (Update verfügbar)",
['infoupdateavtext'] = "Eine Aktualisierung ist verfügbar ~y~https://github.com/TayMcKenzieNZ/dpemotes~w~",
['suggestions'] = "Vorschläge?",
['suggestionsinfo'] = "'TayMcKenzieNZ' in FiveM-Foren für alle Feature- / Emote-Vorschläge! ✉️",
['notvaliddance'] = "ist kein gültiger Tanz",
['notvalidemote'] = "ist kein gültiges Emote",
['nocancel'] = "Kein Emote zum Abbrechen",
['maleonly'] = "Dieses Emote ist nur männlich, sorry!",
['emotemenucmd'] = "Do /emotemenu für ein Menü",
['shareemotes'] = "👫 Geteilte Emotes",
['shareemotesinfo'] = "Laden Sie eine Person in Ihrer Nähe zum Emoten ein",
['sharedanceemotes'] = "🕺 Geteilte Tänze",
['notvalidsharedemote'] = "ist kein gültiges geteiltes Emote.",
['sentrequestto'] = "Gesendete Anfrage an ~g~",
['nobodyclose'] = "Niemand ist nah genug dran.",
['doyouwanna'] = "~y~Y~w~ zu akzeptieren, ~r~L~w~ zu verweigern (~g~",
['refuseemote'] = "Emote abgelehnt.",
['makenearby'] = "Lässt den Spieler in der Nähe spielen",
['camera'] = "Drücken ~y~G~w~ Kamerablitz verwenden.",
['makeitrain'] = "Drücken ~y~G~w~ Geld werfen.",
['pee'] = "Halt ~y~G~w~ urinieren.",
['spraychamp'] = "Halt ~y~G~w~ champagner sprühen",
['bound'] = "Gebunden ",
['to'] = "zu",
['currentlyboundemotes'] = " Derzeit gebundene Emotes:",
['notvalidkey'] = "ist kein gültiger schlüssel.",
['keybinds'] = "🔢 Tastenkombinationen",
['keybindsinfo'] = "verwenden"
},
['sv'] = { -- Swedish
['emotes'] = 'Emotes 🎬',
['danceemotes'] = "🕺 Dans Emotes",
['animalemotes'] = "🐩 Animal Emotes",
['propemotes'] = "📦 Objekt Emotes",
['aimstyles'] = "🎯 Aimstyles",
['favoriteemotes'] = "🌟 Favorit",
['favoriteinfo'] = "Välj en emote här för att ställa in den som din favorit emote.",
['rfavorite'] = "Återställ favorit.",
['prop2info'] = "❓ Objekt Emotes finns längst ner i listan.",
['set'] = "Sätt (",
['setboundemote'] = ") till din favorit emote?",
['newsetemote'] = "~w~ är nu din favorit emote, tryck ~g~CapsLock~w~ för att använda den.",
['cancelemote'] = "Avbryt Emote 🚷",
['cancelemoteinfo'] = "~r~X~w~ Avbryter det emote som för närvarande används.",
['walkingstyles'] = "Walking Stil 🚶🏻♂️",
['resetdef'] = "Återställ till standard",
['normalreset'] = "Normal (Återställ)",
['moods'] = "Humör 😒",
['infoupdate'] = "Krediter Och Förslag 🙏🏻",
['infoupdateav'] = "Information (Uppdatering tillgänglig)",
['infoupdateavtext'] = "En uppdatering är tillgänglig ~y~https://github.com/TayMcKenzieNZ/dpemotes~w~",
['suggestions'] = "Förslag?",
['suggestionsinfo'] = "'TayMcKenzieNZ' på FiveM-forum för alla funktioner/emote-förslag! ✉️",
['notvaliddance'] = "är inte en giltig dans",
['notvalidemote'] = "är inte en giltig emote",
['nocancel'] = "Ingen emote att avbryta",
['maleonly'] = "Den här emoten är endast för män, ledsen!",
['emotemenucmd'] = "Gör /emotemenu för en meny",
['shareemotes'] = "👫 Delade Emotes",
['shareemotesinfo'] = "Bjud in en någon nära för en emote",
['sharedanceemotes'] = "🕺 Delade Danser",
['notvalidsharedemote'] = "är inte en giltig delad emote.",
['sentrequestto'] = "Skickad förfrågan till ~g~",
['nobodyclose'] = "Ingen ~r~nära~w~ tillräckligt.",
['doyouwanna'] = "~y~Y~w~ för att acceptera, ~r~L~w~ för att vägra (~g~",
['refuseemote'] = "Emote vägrades.",
['makenearby'] = "andra personen spelar",
['camera'] = "Tryck ~y~G~w~ för att använda blixt.",
['makeitrain'] = "Tryck ~y~G~w~ för att kasta pengar.",
['pee'] = "Håll ~y~G~w~ att kissa.",
['spraychamp'] = "Håll ~y~G~w~ för att spraya champagne.",
['bound'] = "Bunde ",
['to'] = "till",
['currentlyboundemotes'] = " För närvarande bundna emotes:",
['notvalidkey'] = "är inte en giltig tangent.",
['keybinds'] = "🔢 Keybinds",
['keybindsinfo'] = "Använd"
},
['es'] = { -- Spanish
['emotes'] = "Animaciones 🎬",
['danceemotes'] = "🕺 Bailes",
['animalemotes'] = "🐩 Emotes de animales",
['propemotes'] = "📦 Objetos",
['aimstyles'] = "Estilos de apuntado (armas selectas)",
['favoriteemotes'] = "🌟 Favoritos",
['favoriteinfo'] = "Selecciona un emoticono aquí para configurarlo como tu favorito.",
['rfavorite'] = "Reestablecer favorito",
['prop2info'] = "❓ Prop Emotes se pueden ubicar al final",
['set'] = "Elegir (",
['setboundemote'] = ") como tu animación favorita?",
['newsetemote'] = "~w~ es ahora tu animación favorita, pulsa ~g~[BLOQ. MAYÚS]~w~ para usarla.",
['cancelemote'] = "Cancelar animación 🚷",
['cancelemoteinfo'] = "~r~X~w~ Cancela la animación actual.",
['walkingstyles'] = "Formas de caminar 🚶🏻♂️",
['resetdef'] = "Reiniciar a por defecto",
['normalreset'] = "Normal (Reiniciar)",
['moods'] = "Estados de ánimo 😒",
['infoupdate'] = "Información 🙏🏻",
['infoupdateav'] = "Sugerencias y reportar bugs/duplicados",
['infoupdateavtext'] = "Para pedir animaciones o reportar bugs/duplicados, por favor abre tícket en Discord.",
['suggestions'] = "Sugerencias?",
['suggestionsinfo'] = "TayMcKenzieNZ' en el foro de FiveM para cualquier sugerencia! ✉️",
['notvaliddance'] = "no es un baile válido.",
['notvalidemote'] = "no es una animacion válida.",
['nocancel'] = "No hay animacion para cancelar.",
['maleonly'] = "Esta animacion es solo de hombre!",
['emotemenucmd'] = "Escribe /emotemenu para abrir el menu.",
['shareemotes'] = "👫 Animaciones compartidas",
['shareemotesinfo'] = "Invita a una persona cercana para la animación.",
['sharedanceemotes'] = "🕺 Bailes compartidos",
['notvalidsharedemote'] = "no es una animación compartida válida.",
['sentrequestto'] = "Solicitud enviada ~y~",
['nobodyclose'] = "Nadie ~r~cerca~w~.",
['doyouwanna'] = "~y~Y~w~ para aceptar, ~r~L~w~ para rechazar (~g~",
['refuseemote'] = "Animación rechazada.",
['makenearby'] = "hacer que el jugador cercano juegue",
['camera'] = "Pulsa ~y~G~w~ para usar el flash de la cámara.",
['makeitrain'] = "Pulsa ~y~G~w~ para hacer llover.",
['pee'] = "Mantén pulsada ~y~G~w~ para mear.",
['spraychamp'] = "Mantén pulsada ~y~G~w~ rociar champán.",
['bound'] = "Unida ",
['to'] = "a",
['currentlyboundemotes'] = " Emotes vinculados actualmente:",
['notvalidkey'] = "no es una clave válida.",
['keybinds'] = "🔢 Bindeos de teclas",
['keybindsinfo'] = "Utilizar"
},
['nl'] = { -- Dutch
['emotes'] = 'Animaties 🎬',
['danceemotes'] = "🕺 Dans Animaties",
['animalemotes'] = "🐩 Dier Animaties",
['propemotes'] = "📦 Prop Animaties",
['aimstyles'] = "🎯 Aimstyles",
['favoriteemotes'] = "🌟 Favorieten",
['favoriteinfo'] = "Selecteer hier een animatie om deze als favoriete in te stellen.",
['rfavorite'] = "Reset Favorieten",
['prop2info'] = "❓ Prop animaties staan aan het einde.",
['set'] = "Maak (",
['setboundemote'] = ") je toegewezen animatie?",
['newsetemote'] = "~w~ is nu je toegewezen animatie, druk op ~g~CapsLock~w~ om hem te gebruiken.",
['cancelemote'] = "Stop Animatie 🚷",
['cancelemoteinfo'] = "~r~X~w~ Stopt je huidige animatie",
['walkingstyles'] = "Loopjes 🚶🏻♂️",
['resetdef'] = "Reset naar standaard",
['normalreset'] = "Normaal (Reset)",
['moods'] = "Stemmingen 😒",
['infoupdate'] = "Credits en bedankt 🙏🏻",
['infoupdateav'] = "Informatie (Update beschikbaar)",
['infoupdateavtext'] = "Een update is beschikbaar, download de laatste versie via ~y~https://github.com/TayMcKenzieNZ/dpemotes~w~",
['suggestions'] = "Suggesties?",
['suggestionsinfo'] = "'TayMcKenzieNZ' op de FiveM forums om suggesties in te dienen! ✉️",
['notvaliddance'] = "Is geen geldige dans.",
['notvalidemote'] = "Is geen geldige animatie.",
['nocancel'] = "Er is geen animatie om te annuleren.",
['maleonly'] = "Deze animatie is alleen voor mannen, sorry!",
['emotemenucmd'] = "Doe /emotemenu voor het animatiemenu.",
['shareemotes'] = "👫 Gedeelde Animaties",
['shareemotesinfo'] = "Nodig een persoon in de buurt uit om een animatie te doen.",
['sharedanceemotes'] = "🕺 Gedeelde Dansjes",
['notvalidsharedemote'] = "Is geen geldige gedeelde animatie.",
['sentrequestto'] = "Verzoek gestuurd naar ~y~",
['nobodyclose'] = "Er is niemand ~r~dichtbij~w~ genoeg.",
['doyouwanna'] = "~y~Y~w~ om te accepteren, ~r~L~w~ om te weigeren (~g~",
['refuseemote'] = "Animatie geweigerd.",
['makenearby'] = "laat de dichtstbijzijnde persoon de animatie doen",
['camera'] = "Druk op ~y~G~w~ om de flitser te gebruiken..",
['makeitrain'] = "Druk op ~y~G~w~ om geld te gooien.",
['pee'] = "Druk op ~y~G~w~ om te plassen.",
['spraychamp'] = "Druk op ~y~G~w~ om batra's te spuiten.",
['stun'] = "Druk op ~y~G~w~ om de taser te 'gebruiken'.",
['bound'] = "Gebonden ",
['to'] = "aan",
['currentlyboundemotes'] = " Huidig gebonden animaties:",
['notvalidkey'] = "Is geen geldige knop.",
['keybinds'] = "🔢 Keybinds",
['keybindsinfo'] = "Gebruik"
},
['pt'] = { -- Brazilian Portuguese
['emotes'] = 'Emotes 🎬',
['danceemotes'] = "🕺 Emotes de Danças",
['animalemotes'] = "🐩 Emotes de Animais",
['propemotes'] = "📦 Emotes com Props",
['aimstyles'] = "🎯 Aimstyles",
['favoriteemotes'] = "🌟 Favoritos",
['favoriteinfo'] = "Selecione um emote para colocá-lo nos seus favoritos",
['rfavorite'] = "Limpar favoritos",
['prop2info'] = "❓ Emotes de props podem ser localizados no fim",
['set'] = "Set (",
['setboundemote'] = ") para ser seu emote vinculado?",
['newsetemote'] = "~w~ é o seu emote vinculado, pressione ~g~CapsLock~w~ para usá-lo",
['cancelemote'] = "Cancelar emote 🚷",
['cancelemoteinfo'] = "~r~X~w~ Cancela os emotes rodando atualmente",
['walkingstyles'] = "Estilos de Caminhada 🚶🏻♂️",
['resetdef'] = "Resetar para o padrão",
['normalreset'] = "Normal (Resetar)",
['moods'] = "Humores 😒",
['infoupdate'] = "Crédito e agradecimento 🙏🏻",
['infoupdateav'] = "Informação (Atualização disponível)",
['infoupdateavtext'] = "Uma atualização disponível, veja ~y~https://github.com/TayMcKenzieNZ/dpemotes~w~ para pegar",
['suggestions'] = "Sugestões?",
['suggestionsinfo'] = "'TayMcKenzieNZ' no fórum do FiveM para qualquer sugestão de recurso/emotes! ✉️",
['notvaliddance'] = "não é uma dança válida.",
['notvalidemote'] = "não é um emote válido.",
['nocancel'] = "Nenhum emote para cancelar",
['maleonly'] = "Este emote é para homens, desculpe!",
['emotemenucmd'] = "Faça /emotemenu para abrir o menu.",
['shareemotes'] = "👫 Emotes compartilhados",
['shareemotesinfo'] = "Convide uma pessoa próxima para para realizar a animação",
['sharedanceemotes'] = "🕺 Danças compartilhadas",
['notvalidsharedemote'] = "não é um emote compartilhado válido.",
['sentrequestto'] = "Enviar solicitação para ~y~",
['nobodyclose'] = "Ninguém próximo o ~r~rsuficiente~w~.",
['doyouwanna'] = "~y~Y~w~ para aceitar, ~r~L~w~ para recursar (~g~",
['refuseemote'] = "Emote recursado",
['makenearby'] = "Faz o jogador próximo participar",
['camera'] = "Pressione ~y~G~w~ para usar o flash da câmera",
['makeitrain'] = "Pressione ~y~G~w~ para fazer chover.",
['pee'] = "Mantenha pressionado ~y~G~w~ para fazer xixi.",
['spraychamp'] = "Mantenha pressionado ~y~G~w~ jogar champagne",
['stun'] = "Press ~y~G~w~ to 'use' stun gun.",
['bound'] = "Vinculado ",
['to'] = "para",
['currentlyboundemotes'] = "Emotes atualmente vinculados: ",
['notvalidkey'] = "isto não é uma chave válida",
['keybinds'] = "🔢 Keybinds",
['keybindsinfo'] = "Usar"
},
['it'] = { -- Italian
['emotes'] = 'Animazioni 🎬',
['danceemotes'] = "🕺 Animazioni Di Danza",
['animalemotes'] = "🐩 Animazioni Di Animali",
['propemotes'] = "📦 Animazioni Prop",
['aimstyles'] = "🎯 Aimstyles",
['favoriteemotes'] = "🌟 Emote preferite",
['favoriteinfo'] = "Seleziona un'animazione per metterla nei preferiti.",
['rfavorite'] = "Rimuovi preferito",
['prop2info'] = "❓ Le animazioni Prop possono essere trovate in fondo.",
['set'] = "Imposta (",
['setboundemote'] = ") come tua animazione corrente?",
['newsetemote'] = "~w~ è ora la tua animazione corrente, premi ~g~CapsLock~w~ per usarla.",
['cancelemote'] = "Annulla animazione 🚷",
['cancelemoteinfo'] = "~r~X~w~ Cancella l'animazione in corso.",
['walkingstyles'] = "Stili di camminata 🚶🏻♂️",
['resetdef'] = "Ripristina predefiniti",
['normalreset'] = "Normale (Reset)",
['moods'] = "Umori 😒",
['infoupdate'] = "Crediti e grazie 🙏🏻",
['infoupdateav'] = "Informazioni (Aggiornamento disponibile)",
['infoupdateavtext'] = "Un aggiornamento è disponibile, ottieni l'ulima versione qui ~y~https://github.com/TayMcKenzieNZ/dpemotes~w~",
['suggestions'] = "Suggerimenti?",
['suggestionsinfo'] = "'dullpear_dev' nei forum di FiveM per suggerimenti su funzionalitá/animazioni! ✉️",
['notvaliddance'] = "non è un ballo valido.",
['notvalidemote'] = "non è un'animazione valida.",
['nocancel'] = "Nessun'animazione da cancellare.",
['maleonly'] = "Quest'animazione è solo maschile!",
['emotemenucmd'] = "Esegui /emotemenu per aprire il menù.",
['shareemotes'] = "👫 Animazioni di coppia",
['shareemotesinfo'] = "Invita un giocatore vicino ad un'animazione",
['sharedanceemotes'] = "🕺 Balli di coppia",
['notvalidsharedemote'] = "non è un'animazione di coppia valida.",
['sentrequestto'] = "Richiesta mandata a ~y~",
['nobodyclose'] = "Nessun giocatore abbastanza ~r~vicino~w~.",
['doyouwanna'] = "~y~Y~w~ per accettare, ~r~L~w~ per rifiutare (~g~",
['refuseemote'] = "Animazione rifiutata.",
['makenearby'] = "fa eseguire l'animazione al giocatore vicino",
['camera'] = "Premi ~y~G~w~ per usare il flash della fotocamera.",
['makeitrain'] = "Premi ~y~G~w~ per far piovere.",
['pee'] = "Tieni premuto ~y~G~w~ per urinare.",
['spraychamp'] = "Tieni premuto ~y~G~w~ per spruzzare champagne",
['stun'] = "Premi ~y~G~w~ per 'usare' la pistola stordente.",
['bound'] = "É stato impostato ",
['to'] = "per",
['currentlyboundemotes'] = " Animazioni correnti:",
['notvalidkey'] = "non è una chiave valida.",
['keybinds'] = "🔢 Tasti",
['keybindsinfo'] = "Utilizza"
}
}