mirror of
https://github.com/jimathy/rpemotes.git
synced 2026-05-27 10:21:52 -04:00
905 lines
54 KiB
Lua
905 lines
54 KiB
Lua
--- Maintained by TayMcKenzieNZ for the community ---
|
||
--- Leakers and resellers are the absolute scum of the earth ---
|
||
|
||
Config = {
|
||
-- Change the language of the menu here!.
|
||
-- Thank you to those who provided translations.
|
||
-- If you would like to provide translations or help fix them, join our Discord!
|
||
-- Check languages code below to change the MenuLanguage
|
||
MenuLanguage = 'en',
|
||
-- 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,
|
||
CancelEmoteKey = 'x', -- Get the button string here https://docs.fivem.net/docs/game-references/input-mapper-parameter-ids/keyboard/
|
||
-- 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 F5
|
||
MenuKeybindEnabled = true,
|
||
MenuKeybind = 'f4', -- 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 = 'capital', -- Get the button string here https://docs.fivem.net/docs/game-references/input-mapper-parameter-ids/keyboard/
|
||
-- 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/9mhoeL2.png", ----[Custom banner IMGUR or GIPHY URLs go here ]---
|
||
-- You can change the menu image by pasting a link above. It must be the same width and length
|
||
-- You can change the name of the menu here or leave it blank to remove the text in front of the custom banners
|
||
MenuTitle = "",
|
||
-- You can change the menu position here
|
||
MenuPosition = "right", -- (left, right)
|
||
-- You can enable or disable the Ragdoll keybinding here.
|
||
RagdollEnabled = false,
|
||
RagdollKeybind = 'u', -- Get the button string here https://docs.fivem.net/docs/game-references/input-mapper-parameter-ids/keyboard/
|
||
-- You can enable or disable Ragdoll as Toggle here. Only works if RagdollEnabled is set to true.
|
||
RagdollAsToggle = true,
|
||
-- You can disable the Facial Expressions menu here.
|
||
ExpressionsEnabled = true,
|
||
-- You can disable the Walking Styles menu here.
|
||
WalkingStylesEnabled = true,
|
||
-- Saves walk styles to client and applies them periodically
|
||
PersistentWalk = true,
|
||
-- Polling period to apply persistent walkstyles
|
||
PersistencePollPeriod = 60000,
|
||
-- You can disable the Shared Emotes here.
|
||
SharedEmotesEnabled = true,
|
||
-- If you have the SQL imported enable this to turn on keybinding.
|
||
SqlKeybinding = false,
|
||
-- If you don't like gta notifications, you can disable them here to have messages in the chat.
|
||
NotificationsAsChatMessage = false,
|
||
-- Used for few framework dependent things. Accepted values: "qb-core", false
|
||
Framework = false,
|
||
-- You can disable the Adult Emotes here.
|
||
AdultEmotesDisabled = false,
|
||
-- You can disable the Animal Emotes here.
|
||
AnimalEmotesEnabled = true,
|
||
-- Used to enable or disable the search feature in the menu.
|
||
Search = true,
|
||
-- You can disable the handsup here / change the keybind. It is currently set to H
|
||
HandsupKeybindEnabled = false,
|
||
HandsupKeybind = 'h', -- Get the button string here https://docs.fivem.net/docs/game-references/input-mapper-parameter-ids/keyboard/
|
||
-- You can disable the fingrer pointing here / change the keybind. It is currently set to B
|
||
PointingKeybindEnabled = false,
|
||
PointingKeybind = 'b', -- Get the button string here https://docs.fivem.net/docs/game-references/input-mapper-parameter-ids/keyboard/
|
||
CheckForUpdates = true,
|
||
}
|
||
|
||
Config.KeybindKeys = {
|
||
['num4'] = 108,
|
||
['num5'] = 110,
|
||
['num6'] = 109,
|
||
['num7'] = 117,
|
||
['num8'] = 111,
|
||
['num9'] = 118
|
||
}
|
||
|
||
Config.Languages = {
|
||
['pt'] = { -- Brazilian Portuguese 🇧🇷
|
||
['emotes'] = 'Emotes 🎬',
|
||
['danceemotes'] = "🕺 Emotes de Danças",
|
||
['animalemotes'] = "🐩 Emotes de Animais",
|
||
['propemotes'] = "📦 Emotes com Props",
|
||
['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/rpemotes~w~ para pegar",
|
||
['suggestions'] = "Sugestões?",
|
||
['suggestionsinfo'] = "~r~TayMcKenzieNZ~s~ 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'] = "Use /emotemenu para abrir o menu.",
|
||
['shareemotes'] = "👫 Emotes compartilhados",
|
||
['shareemotesinfo'] = "Convide uma pessoa próxima 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~suficiente~w~.",
|
||
['doyouwanna'] = "~y~Y~w~ para aceitar, ~r~L~w~ para recusar (~g~",
|
||
['refuseemote'] = "Emote recusado",
|
||
['makenearby'] = "Faz o jogador próximo participar",
|
||
['useleafblower'] = "Pressione ~y~G~w~ para usar o soprador de folhas",
|
||
['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'] = "Pressione ~y~G~w~ para 'usar' stun gun.",
|
||
['vape'] = "Pressione ~y~G~w~ para vape.",
|
||
['bound'] = "Vinculado ",
|
||
['to'] = "para",
|
||
['currentlyboundemotes'] = "Emotes atualmente vinculados: ",
|
||
['notvalidkey'] = "isto não é uma chave válida",
|
||
['keybinds'] = "🔢 Keybinds",
|
||
['keybindsinfo'] = "Usar",
|
||
['searchemotes'] = "🔍 Procure por Emotes",
|
||
['searchinputtitle'] = "Procurar:",
|
||
['searchmenudesc'] = "%s resultado(s) para '~r~%s~w~':",
|
||
['searchnoresult'] = "Nenhum resultado para a pesquisa '~r~%s~w~'.",
|
||
['searchshifttofav'] = "Segure Shift Esquerdo e pressione enter para setar como favorito.",
|
||
['searchcantsetfav'] = "Emotes compartilhados não podem ser setados como favorito.",
|
||
['invalidvariation'] = "Variação de textura inválida. As opções válidas são: %s",
|
||
['firework'] = "Pressione ~y~G~w~ para usar o fogo de artifício",
|
||
},
|
||
['cs'] = { -- Czech 🇨🇿
|
||
['emotes'] = 'Animace 🎬',
|
||
['danceemotes'] = "🕺 Taneční Animace",
|
||
['animalemotes'] = "🐩 zvířecí Animace",
|
||
['propemotes'] = "📦 Animace s předměty",
|
||
['favoriteemotes'] = "🌟 Oblíbené",
|
||
['favoriteinfo'] = "Vyberte si animaci a nastavte ji jako svou oblíbenou.",
|
||
['rfavorite'] = "Obnovit oblíbené",
|
||
['prop2info'] = "❓ Pomůcky se mohou nacházet na konci",
|
||
['set'] = "Nastavit",
|
||
['setboundemote'] = "Nastavit jako vaši animaci?",
|
||
['newsetemote'] = "~w~ je nyní vaší novou nastavenou animací. Chcete-li jej použít, stiskněte ~g~CapsLock~w~.",
|
||
['cancelemote'] = "Zrušit animaci 🚷",
|
||
['cancelemoteinfo'] = "~r~X~w~ Zruší aktuálně přehrávanou animaci",
|
||
['walkingstyles'] = "Styly chůze 🚶🏻♂️",
|
||
['resetdef'] = "Obnovit do základního nastavení",
|
||
['normalreset'] = "Neutrální výraz",
|
||
['moods'] = "Výrazy 😒",
|
||
['infoupdate'] = "Kredity a nápady 🙏🏻",
|
||
['infoupdateav'] = "Informace (aktualizace dostupná)",
|
||
['infoupdateavtext'] = "Je k dispozici aktualizace, stáhněte si nejnovější verzi z ~y~https://github.com/TayMcKenzieNZ/rpemotes~w~",
|
||
['suggestions'] = "Nápady?",
|
||
['suggestionsinfo'] = "~r~TayMcKenzieNZ~s~ na FiveM forums je pro jakýkoliv návrh! ✉️",
|
||
['notvaliddance'] = "Není platný tanec.",
|
||
['notvalidemote'] = "Není platná animace.",
|
||
['nocancel'] = "Žádné animace ke zrušení.",
|
||
['maleonly'] = "Tato emoce je pouze pro muže, omlouvám se!",
|
||
['emotemenucmd'] = "Použíj /emotemenu pro otevření menu.",
|
||
['shareemotes'] = "👫 Sdílené animace",
|
||
['shareemotesinfo'] = "Pozvěte osobu v okolí, k tanci",
|
||
['sharedanceemotes'] = "🕺 Sdílený tanece",
|
||
['notvalidsharedemote'] = "Není platný Sdílený tanec.",
|
||
['sentrequestto'] = "Odeslal jsi ~y~ žádost o tanec ",
|
||
['nobodyclose'] = "Nikdo ~r~není~w~ v dostatečné blízkosti.",
|
||
['doyouwanna'] = "~y~Y~w~ pro příjmutí, ~r~L~w~ pro odmitnutí (~g~",
|
||
['refuseemote'] = "Emote odmítnut.",
|
||
['makenearby'] = "nechat hráče poblíž hrát",
|
||
['useleafblower'] = "Stiskněte ~yG~w~ pro použití foukače listí", -- GOOGLE TRANSLATED
|
||
['camera'] = "Stiskni ~y~G~w~ pro použítí blesku u fotoaparátu.",
|
||
['makeitrain'] = "Stiskni ~y~G~w~ pro spuštení deště.",
|
||
['pee'] = "Podrž ~y~G~w~ pro čůraní.",
|
||
['spraychamp'] = "Podrž ~y~G~w~ pro stříkaní šampaňského",
|
||
['stun'] = "Stiskni ~y~G~w~ pro 'použití' paralyzéru.",
|
||
['vape'] = "Press ~y~G~w~ to vape.",
|
||
['bound'] = "Bound ",
|
||
['to'] = "na",
|
||
['currentlyboundemotes'] = "Momentálně nastavené animace:",
|
||
['notvalidkey'] = "Není platná klávesa.",
|
||
['keybinds'] = "🔢 Klávesové Zkratky",
|
||
['keybindsinfo'] = "Use",
|
||
['searchemotes'] = "🔍 Vyhledat animace",
|
||
['searchinputtitle'] = "Vyhledáno:",
|
||
['searchmenudesc'] = "%s výsledek pro '~r~%s~w~':",
|
||
['searchnoresult'] = "Žádna animace nebyla nalezena '~r~%s~w~'.",
|
||
['searchshifttofav'] = "Podrž L-Shift a stiskni enter pro nastavení animace do oblíbeních.",
|
||
['searchcantsetfav'] = "Sdílené animace nelze nastavit jako oblíbené.",
|
||
['invalidvariation'] = "Neplatná variace textury. Platné výběry jsou: %s",
|
||
['firework'] = "Stiskni ~y~G~w~ pro použití ohňostroje"
|
||
},
|
||
['da'] = { -- Danish 🇩🇰
|
||
['emotes'] = 'Animationer',
|
||
['danceemotes'] = "🕺 Danse Animationer",
|
||
['animalemotes'] = "🐩 Dyr Animationer",
|
||
['propemotes'] = "📦 Rekvisit Animationer",
|
||
['favoriteemotes'] = "🌟 Favorit",
|
||
['favoriteinfo'] = "Vælg en animation her for at sætte den som din favorit.",
|
||
['rfavorite'] = "Nulstil Favorit",
|
||
['prop2info'] = "❓ Rekvisit animationer findes i slutningen",
|
||
['set'] = "Sæt (",
|
||
['setboundemote'] = ") til din favorit animation?",
|
||
['newsetemote'] = "~w~ er nu din favorit animation, tryk ~g~CapsLock~w~ for at bruge den.",
|
||
['cancelemote'] = "Afbryd animation",
|
||
['cancelemoteinfo'] = "~r~X~w~ annullerer din igangværende animation.",
|
||
['walkingstyles'] = "Gågange",
|
||
['resetdef'] = "Nulstil til standard",
|
||
['normalreset'] = "Normal (Nulstil)",
|
||
['moods'] = "Humør 😒",
|
||
['infoupdate'] = "Info / Opdateringer",
|
||
['infoupdateav'] = "Information (Opdatering tilgængelig)",
|
||
['infoupdateavtext'] = "En opdatering er tilgænglig, hent den nyeste version fra ~y~https://github.com/TayMcKenzieNZ/rpemotes~w~",
|
||
['suggestions'] = "Forslag?",
|
||
['suggestionsinfo'] = "~r~TayMcKenzieNZ~s~ på FiveM-forum for alle funktioner/emote-forslag! ✉️",
|
||
['notvaliddance'] = "er ikke en gyldig dans",
|
||
['notvalidemote'] = "er ikke en gyldig animation",
|
||
['nocancel'] = "Ingen animationer bruges lige nu",
|
||
['maleonly'] = "Denne animation virker kun til mænd!",
|
||
['emotemenucmd'] = "Skriv /emotemenu for animationsmenuen",
|
||
['shareemotes'] = "👫 Delte animationer",
|
||
['shareemotesinfo'] = "Inviter en person i nærheden til at dele en animationer",
|
||
['sharedanceemotes'] = "🕺 Delete Danse",
|
||
['notvalidsharedemote'] = "er ikke en gyldig delt animation.",
|
||
['sentrequestto'] = "Anmodning sendt til ~y~",
|
||
['nobodyclose'] = "Ingen ~r~personer~w~ i nærheden.",
|
||
['doyouwanna'] = "~y~Y~w~ for at acceptere, ~r~L~w~ for at afvist (~g~",
|
||
['refuseemote'] = "Animation afvist.",
|
||
['makenearby'] = "får den nærliggende person til at bruge",
|
||
['useleafblower'] = "Tryk på ~yG~w~ for at bruge løvblæseren",
|
||
['camera'] = "Tryk ~y~G~w~ for at bruge kameraets blitz.",
|
||
['makeitrain'] = "Tryk ~y~G~w~ for at regne med penge.",
|
||
['pee'] = "Hold ~y~G~w~ for at tisse.",
|
||
['spraychamp'] = "Hold ~y~G~w~ for at sprøjte med champagnen",
|
||
['stun'] = "Tryk på ~y~G~w~ for at bruge elektrisk pistol.",
|
||
['vape'] = "Press ~y~G~w~ to vape.",
|
||
['bound'] = "Bundet ",
|
||
['to'] = "til",
|
||
['currentlyboundemotes'] = " Keybind animationer:",
|
||
['notvalidkey'] = "er ikke en gyldigt nøgle.",
|
||
['keybinds'] = "🔢 Keybinds",
|
||
['keybindsinfo'] = "Brug",
|
||
['searchemotes'] = "🔍 Søg efter animation",
|
||
['searchinputtitle'] = "Søg:",
|
||
['searchmenudesc'] = "%s resultat(er) for '~r~%s~w~':",
|
||
['searchnoresult'] = "Ingen resultater fundet med '~r~%s~w~'.",
|
||
['searchshifttofav'] = "Hold L-Shift og tryk enter for at sætte som favorit.",
|
||
['searchcantsetfav'] = "Delte animationer kan ikke være favoritter.",
|
||
['invalidvariation'] = "Ugyldig teksturvariation. Gyldige valg er: %s",
|
||
['firework'] = "Tryk på ~y~Gw~ for at bruge fyrværkeri" -- GOOGLE TRANSLATED
|
||
},
|
||
['nl'] = { -- Dutch 🇳🇱
|
||
['emotes'] = 'Animaties 🎬',
|
||
['danceemotes'] = "🕺 Dans Animaties",
|
||
['animalemotes'] = "🐩 Dier Animaties",
|
||
['propemotes'] = "📦 Prop Animaties",
|
||
['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/rpemotes~w~",
|
||
['suggestions'] = "Suggesties?",
|
||
['suggestionsinfo'] = "~r~TayMcKenzieNZ~s~ 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",
|
||
['useleafblower'] = "Druk op ~y~G~w~ om de bladblazer te gebruiken.",
|
||
['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 Champagne te spuiten.",
|
||
['stun'] = "Druk op ~y~G~w~ om de taser te 'gebruiken'.",
|
||
['vape'] = "Press ~y~G~w~ to vape.",
|
||
['bound'] = "Gebonden ",
|
||
['to'] = "aan",
|
||
['currentlyboundemotes'] = " Huidig gebonden animaties:",
|
||
['notvalidkey'] = "Is geen geldige knop.",
|
||
['keybinds'] = "🔢 Keybinds",
|
||
['keybindsinfo'] = "Gebruik",
|
||
['searchemotes'] = "🔍 Zoeken naar emotes",
|
||
['searchinputtitle'] = "Zoeken:",
|
||
['searchmenudesc'] = "%s Resultaat(s) voor'~r~%s~w~':",
|
||
['searchnoresult'] = "Geen resultaat voor zoekopdracht '~r~%s~w~'.",
|
||
['searchshifttofav'] = "Houd L-Shift ingedrukt en druk enter om als favoriet op te slaan.",
|
||
['searchcantsetfav'] = "Gedeelde emotes kunnen niet als favoriet worden ingesteld.",
|
||
['invalidvariation'] = "Ongeldige textuur variatie. Geldige selecties zijn: %s",
|
||
['firework'] = "Druk op ~y~Gw~ om vuurwerk te gebruiken" -- GOOGLE TRANSLATED
|
||
},
|
||
['en'] = { -- English 🇬🇧
|
||
['emotes'] = 'Emotes 🎬',
|
||
['danceemotes'] = "🕺 Dance Emotes",
|
||
['animalemotes'] = "🐩 Animal Emotes",
|
||
['propemotes'] = "📦 Prop Emotes",
|
||
['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/rpemotes~w~",
|
||
['suggestions'] = "Suggestions?",
|
||
['suggestionsinfo'] = "~r~TayMcKenzieNZ~s~ 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'] = "Use command /emotemenu to open animations 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",
|
||
['useleafblower'] = "Press ~y~G~w~ to use the leaf blower.",
|
||
['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.",
|
||
['vape'] = "Press ~y~G~w~ to vape.",
|
||
['bound'] = "Bound ",
|
||
['to'] = "to",
|
||
['currentlyboundemotes'] = " Currently bound emotes:",
|
||
['notvalidkey'] = "is not a valid key.",
|
||
['keybinds'] = "🔢 Keybinds",
|
||
['keybindsinfo'] = "Use",
|
||
['searchemotes'] = "🔍 Search for Emotes",
|
||
['searchinputtitle'] = "Search:",
|
||
['searchmenudesc'] = "%s result(s) for '~r~%s~w~':",
|
||
['searchnoresult'] = "No results for search '~r~%s~w~'.",
|
||
['searchshifttofav'] = "Hold L-Shift and press enter to set as favorite.",
|
||
['searchcantsetfav'] = "Shared emotes cannot be set as favorites.",
|
||
['invalidvariation'] = "Invalid texture variation. Valid selections are: %s",
|
||
['firework'] = "Press ~y~G~w~ to use the firework",
|
||
},
|
||
['fi'] = { -- Finnish 🇫🇮
|
||
['emotes'] = 'Animaatiot 🎬',
|
||
['danceemotes'] = "🕺 Tanssi Animaatiot",
|
||
['animalemotes'] = "🐩 Eläin Animaatiot",
|
||
['propemotes'] = "📦 Esine Animaatiot",
|
||
['favoriteemotes'] = "🌟 Suosikit",
|
||
['favoriteinfo'] = "Valitse animaatio asettaaksesi sen suosikiksi.",
|
||
['rfavorite'] = "Resetoi suosikit.",
|
||
['prop2info'] = "❓ Esine animaatiot voivat sijaita lopussa",
|
||
['set'] = "Aseta (",
|
||
['setboundemote'] = ") bindatuksi animaatioksi?",
|
||
['newsetemote'] = "~w~ on nyt bindattu animaatio, paina ~g~CapsLock~w~ käyttääksesi",
|
||
['cancelemote'] = "Peru animaatio 🚷",
|
||
['cancelemoteinfo'] = "~r~X~w~ Peruu tämän hetkisen animaation",
|
||
['walkingstyles'] = "Kävelytyylit 🚶🏻♂️",
|
||
['resetdef'] = "Resetoi oletuksen",
|
||
['normalreset'] = "Normaali (Reset)",
|
||
['moods'] = "Mielialat 😒",
|
||
['infoupdate'] = "Krediitit & Ehdotukset 🙏🏻",
|
||
['infoupdateav'] = "Informaatio (Päivitys saatavilla)",
|
||
['infoupdateavtext'] = "Uusin versio saatavilla täältä ~y~https://github.com/TayMcKenzieNZ/rpemotes~w~",
|
||
['suggestions'] = "Ehdotukset?",
|
||
['suggestionsinfo'] = "~r~TayMcKenzieNZ~s~ FiveM foorumeilla liittyen mihin tahansa ominaisuus/animaatio ehdotukseen! ✉️",
|
||
['notvaliddance'] = "Ei ole tanssi.",
|
||
['notvalidemote'] = "Ei ole animaatio.",
|
||
['nocancel'] = "Ei ole animaatiota peruutettavaksi.",
|
||
['maleonly'] = "Tämä animaatio on ainostaan miehille, pahoittelut!",
|
||
['emotemenucmd'] = "Käytä /emotemenu avataksesi animaatio valikon",
|
||
['shareemotes'] = "👫 Yhteiset Animaatiot",
|
||
['shareemotesinfo'] = "Kutsu lähin pelaaja animaatioon ",
|
||
['sharedanceemotes'] = "🕺 Yhteiset Tanssit",
|
||
['notvalidsharedemote'] = "Ei ole yhteinen tanssi animaatio.",
|
||
['sentrequestto'] = "Kutsu lähetetty pelaajalle ~y~",
|
||
['nobodyclose'] = "Kukaan ei ole ~r~lähelläsi~w~.",
|
||
['doyouwanna'] = "~y~Y~w~ hyväksyäksesi, ~r~L~w~ kieltäytyäksesi (~g~",
|
||
['refuseemote'] = "Kieltäytyi animaatiosta.",
|
||
['makenearby'] = "lähellä oleva pelaaja tekee",
|
||
['useleafblower'] = "Paina ~y~G~w~ käyttääksesi lehtipuhallinta.",
|
||
['camera'] = "Paina ~y~G~w~ käyttääksesi kameran salamaa.",
|
||
['makeitrain'] = "Paina ~y~G~w~ heittääksesi rahaa.",
|
||
['pee'] = "Pidä ~y~G~w~ pissataksesi.",
|
||
['spraychamp'] = "Pidä ~y~G~w~ suihkuttaaksesi shamppanjaa",
|
||
['stun'] = "Paina ~y~G~w~ 'käyttääksesi' etälamautinta.",
|
||
['vape'] = "Paina ~y~G~w~ käyttääksesi vapea.",
|
||
['bound'] = "Bindata",
|
||
['to'] = ' Näppäimeen',
|
||
['currentlyboundemotes'] = "Bindatut animaatiot:",
|
||
['notvalidkey'] = "ei ole käytettävä näppäin.",
|
||
['keybinds'] = "🔢 Pikanäppäimet",
|
||
['keybindsinfo'] = "Käytä",
|
||
['searchemotes'] = "🔍 Etsiäksesi emoten",
|
||
['searchinputtitle'] = "Etsi:",
|
||
['searchmenudesc'] = "%s tulokset '~r~%s~w~':",
|
||
['searchnoresult'] = "Ei tuloksia haulle '~r~%s~w~'.",
|
||
['searchshifttofav'] = "Pidä L-Shift painettuna ja aseta suosikiksi painamalla Enter.",
|
||
['searchcantsetfav'] = "Jaettuja emoteita ei voi asettaa suosikiksi.",
|
||
['invalidvariation'] = "Virheellinen tekstuurimuunnelma. Kelvollisia valintoja ovat: %s",
|
||
['firework'] = "Käytä ilotulitteita painamalla ~y~Gw~" -- GOOGLE TRANSLATED
|
||
},
|
||
['fr'] = { -- French 🇫🇷
|
||
['emotes'] = 'Emotes 🎬',
|
||
['danceemotes'] = "🕺 Danses",
|
||
['animalemotes'] = "🐩 Emotes d'animaux",
|
||
['propemotes'] = "📦 Emotes objet",
|
||
['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/rpemotes~w~",
|
||
['suggestions'] = "Suggestions?",
|
||
['suggestionsinfo'] = "~r~TayMcKenzieNZ~s~ 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'est assez proche.",
|
||
['doyouwanna'] = "~y~Y~w~ accepter, ~r~L~w~ refuser (~g~",
|
||
['refuseemote'] = "Emote refusée.",
|
||
['makenearby'] = "fait jouer le joueur à proximité",
|
||
['useleafblower'] = "Appuyez sur ~y~G~w~ pour utiliser le souffleur à feuilles.",
|
||
['camera'] = "Appuyez sur ~y~G~w~ pour utiliser le flash de l'appareil.",
|
||
['makeitrain'] = "Appuyez sur ~y~G~w~ pour jeter de l'argent.",
|
||
['pee'] = "Appuyez sur ~y~G~w~ pour faire pipi.",
|
||
['spraychamp'] = "Appuyez sur ~y~G~w~ pour vaporiser du champagne.",
|
||
['vape'] = "Press ~y~G~w~ to vape.",
|
||
['bound'] = "Liée ",
|
||
['to'] = "à",
|
||
['currentlyboundemotes'] = " Emotes actuellement liées:",
|
||
['notvalidkey'] = "n'est pas une clé valide.",
|
||
['keybinds'] = "🔢 Raccourcis clavier",
|
||
['keybindsinfo'] = "Utilise",
|
||
['searchemotes'] = "🔍 Rechercher des emotes",
|
||
['searchinputtitle'] = "Recherche:",
|
||
['searchmenudesc'] = "%s resultat(s) pour '~r~%s~w~':",
|
||
['searchnoresult'] = "Aucun résultat pour la recherche : '~r~%s~w~'.",
|
||
['searchshifttofav'] = "Maintenir L-Shift et appuyer sur entrer pour marquer comme favorie.",
|
||
['searchcantsetfav'] = "Les emotes partagées ne peuvent pas être mise en favorie.",
|
||
['invalidvariation'] = "Variation de texture invalide. Les sélections valides sont : %s",
|
||
['firework'] = "Appuyez sur ~y~Gw~ pour utiliser des feux d'artifice" -- GOOGLE TRANSLATED
|
||
},
|
||
['de'] = { -- German 🇩🇪
|
||
['emotes'] = 'Emotes 🎬',
|
||
['danceemotes'] = "🕺 Tanz-Emotes",
|
||
['animalemotes'] = "🐩 Tier Emotes",
|
||
['propemotes'] = "📦 Prop-Emotes",
|
||
['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/rpemotes~w~",
|
||
['suggestions'] = "Vorschläge?",
|
||
['suggestionsinfo'] = "~r~TayMcKenzieNZ~s~ 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'] = "Gebe den Befehl /emotemenu ein, um das Menü zu öffnen",
|
||
['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'] = "Anfrage an ~g~ gesendet",
|
||
['nobodyclose'] = "Niemand ist nah genug dran.",
|
||
['doyouwanna'] = "~y~Z~w~ zu akzeptieren, ~r~L~w~ zu verweigern (~g~",
|
||
['refuseemote'] = "Emote abgelehnt.",
|
||
['makenearby'] = "Starte einen Emote mit einer Person in deiner Nähe",
|
||
['useleafblower'] = "Drücke ~y~G~w~ um den Laubbläser zu benutzen.",
|
||
['camera'] = "Drücke ~y~G~w~ um den Kamerablitz zu verwenden.",
|
||
['makeitrain'] = "Drücke ~y~G~w~ zum Geld werfen.",
|
||
['pee'] = "Halte ~y~G~w~ zum urinieren.",
|
||
['spraychamp'] = "Halte ~y~G~w~ um Champagner zu sprühen",
|
||
['vape'] = "Press ~y~G~w~ to vape.",
|
||
['bound'] = "Gebunden ",
|
||
['to'] = "zu",
|
||
['currentlyboundemotes'] = " Derzeit gebundene Emotes:",
|
||
['notvalidkey'] = "ist kein gültiger Schlüssel.",
|
||
['keybinds'] = "🔢 Tastenkombinationen",
|
||
['keybindsinfo'] = "verwenden",
|
||
['searchemotes'] = "🔍 Suche nach Bestimmten Emotes",
|
||
['searchinputtitle'] = "Suche:",
|
||
['searchmenudesc'] = "%s Ergebnis(se) für '~r~%s~w~':",
|
||
['searchnoresult'] = "Es wurden keine Ergebnisse gefunden für '~r~%s~w~'.",
|
||
['searchshifttofav'] = "Halte L-Shift und drücke Enter um den Emote als Favorit zu setzen.",
|
||
['searchcantsetfav'] = "Geteilte Emotes können nicht als Favorit gesetzt werden.",
|
||
['invalidvariation'] = "Ungültige Texturvariante. Korrekte auswahlen sind: %s",
|
||
['firework'] = "Drücke ~y~G~w~, um das Feuerwerk zu benutzen",
|
||
},
|
||
['it'] = { -- Italian 🇮🇹
|
||
['emotes'] = 'Animazioni 🎬',
|
||
['danceemotes'] = "🕺 Animazioni Di Danza",
|
||
['animalemotes'] = "🐩 Animazioni Di Animali",
|
||
['propemotes'] = "📦 Animazioni Prop",
|
||
['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/rpemotes~w~",
|
||
['suggestions'] = "Suggerimenti?",
|
||
['suggestionsinfo'] = "~r~TayMcKenzieNZ~s~ 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",
|
||
['useleafblower'] = "Premi ~yG~w~ per usare il soffia foglie.", -- GOOGLE TRANSLATED
|
||
['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 ",
|
||
['vape'] = "Press ~y~G~w~ to vape.",
|
||
['to'] = "per",
|
||
['currentlyboundemotes'] = " Animazioni correnti:",
|
||
['notvalidkey'] = "non è una chiave valida.",
|
||
['keybinds'] = "🔢 Tasti",
|
||
['keybindsinfo'] = "Utilizza",
|
||
['searchemotes'] = "🔍 Search for Emotes",
|
||
['searchinputtitle'] = "Search:",
|
||
['searchmenudesc'] = "%s result(s) for '~r~%s~w~':",
|
||
['searchnoresult'] = "No results for search '~r~%s~w~'.",
|
||
['searchshifttofav'] = "Hold L-Shift and press enter to set as favorite.",
|
||
['searchcantsetfav'] = "Shared emotes cannot be set as favorites.",
|
||
['invalidvariation'] = "Opzioni colore non valide. scelte valide sono: %s",
|
||
['firework'] = "Premere ~y~G~w~ per utilizzare il fuoco d'artificio"
|
||
},
|
||
['pl'] = { -- Polish 🇵🇱
|
||
['emotes'] = 'Animacje 🎬',
|
||
['danceemotes'] = "🕺 Tańce",
|
||
['animalemotes'] = "🐩 Animacje zwierząt",
|
||
['propemotes'] = "📦 Animacje z propami",
|
||
['favoriteemotes'] = "🌟 Ulubione",
|
||
['favoriteinfo'] = "Wybierz animację i ustaw ją jako ulubioną.",
|
||
['rfavorite'] = "Zresetuj ulubione animacje",
|
||
['prop2info'] = "❓ Animacje z propami są zlokalizowane na samym końcu listy",
|
||
['set'] = "Ustaw (",
|
||
['setboundemote'] = ") jako Twoją przypisaną animację?",
|
||
['newsetemote'] = "~w~ jest teraz Twoją przypisaną animacją, wciśnij ~g~CapsLock~w~ by jej użyć.",
|
||
['cancelemote'] = "Anuluj animację 🚷",
|
||
['cancelemoteinfo'] = "~r~X~w~ Anuluje aktualnie graną animację",
|
||
['walkingstyles'] = "Style chodzenia 🚶🏻♂️",
|
||
['resetdef'] = "Zresetuj do ustawień domyślnych",
|
||
['normalreset'] = "Normal (Reset)",
|
||
['moods'] = "Nastroje 😒",
|
||
['infoupdate'] = "Creditsy & sugestie 🙏🏻",
|
||
['infoupdateav'] = "Informacje (aktualizacja dostępna)",
|
||
['infoupdateavtext'] = "Dostępna jest nowa aktualizacja, pobierz ją z: ~y~https://github.com/TayMcKenzieNZ/rpemotes~w~",
|
||
['suggestions'] = "Masz sugestie?",
|
||
['suggestionsinfo'] = "Napisz do ~r~TayMcKenzieNZ~s~ na forum FiveMa odnośnie przyszłych ficzerów czy propozycji! ✉️",
|
||
['notvaliddance'] = "nie jest poprawnym tańcem.",
|
||
['notvalidemote'] = "nie jest poprawną animacją.",
|
||
['nocancel'] = "Brak animacji do anulowania.",
|
||
['maleonly'] = "Niestety ta animacja działa tylko dla męskich modeli postaci!",
|
||
['emotemenucmd'] = "Użyj komendy /emotemenu by otworzyć menu animacji.",
|
||
['shareemotes'] = "👫 Współdzielone animacje",
|
||
['shareemotesinfo'] = "Zaproś pobliską osobę do wspólnej animacji",
|
||
['sharedanceemotes'] = "🕺 Współdzielone tańce",
|
||
['notvalidsharedemote'] = "nie jest poprawną współdzieloną animacją.",
|
||
['sentrequestto'] = "Wysyłasz prośbę do ~y~",
|
||
['nobodyclose'] = "Nie ma nikogo ~r~w pobliżu~w~.",
|
||
['doyouwanna'] = "~y~Y~w~ by zaakceptować, ~r~L~w~ by odrzucić (~g~",
|
||
['refuseemote'] = "Odrzucono Twoją prośbę.",
|
||
['makenearby'] = "sprawia, że pobliski gracz gra animację",
|
||
['useleafblower'] = "Naciśnij ~y~G~w~ by użyć dmuchawy do liści.",
|
||
['camera'] = "Wciśnij ~y~G~w~ by użyć lampy błyskowej aparatu.",
|
||
['makeitrain'] = "Wciśnij ~y~G~w~ by zrobić deszcz pieniędzy.",
|
||
['pee'] = "Przytrzymaj ~y~G~w~ by oddać mocz.",
|
||
['spraychamp'] = "Przytrzymaj ~y~G~w~ by opryskać szampanem",
|
||
['stun'] = "Wciśnij ~y~G~w~ by 'użyć' tazera.",
|
||
['vape'] = "Press ~y~G~w~ to vape.",
|
||
['bound'] = "Przypisz ",
|
||
['to'] = "do",
|
||
['currentlyboundemotes'] = " Aktualnie przypisane animacje:",
|
||
['notvalidkey'] = "nie jest poprawnym klawiszem.",
|
||
['keybinds'] = "🔢 Przypisane klawisze",
|
||
['keybindsinfo'] = "Użyj",
|
||
['searchemotes'] = "🔍 Szukaj animacji",
|
||
['searchinputtitle'] = "Szukaj:",
|
||
['searchmenudesc'] = "%s wyników dla frazy '~r~%s~w~':",
|
||
['searchnoresult'] = "Brak wyników dla frazy '~r~%s~w~'.",
|
||
['searchshifttofav'] = "Przytrzymaj L-Shift i naciśnij Enter by dodać do ulubionych.",
|
||
['searchcantsetfav'] = "Współdzielona animacja nie może być dodana do ulubionych.",
|
||
['invalidvariation'] = "Niepoprawny wariant tekstury. Dostępne tekstury to: %s",
|
||
['firework'] = "Naciśnij ~y~Gw~ aby odpalić fajerwerki"
|
||
},
|
||
['ro'] = { -- Romana 🇷🇴
|
||
['emotes'] = 'Emote-uri 🎬',
|
||
['danceemotes'] = "🕺 Dansuri",
|
||
['animalemotes'] = "🐩 Emote-uri pentru animale",
|
||
['propemotes'] = "📦 Prop Emote-uri",
|
||
['favoriteemotes'] = "🌟 Favorite",
|
||
['favoriteinfo'] = "Selecteaza un emote aici pentru a îl alege ca favorit.",
|
||
['rfavorite'] = "Reseteaza emote-uri favorite",
|
||
['prop2info'] = "❓ Prop Emote-urile pot fi gasite la final",
|
||
['set'] = "Seteaza (",
|
||
['setboundemote'] = ") sa fie emote-ul binduit?",
|
||
['newsetemote'] = "~w~ este acum emote-ul tau binduit, apasa ~g~CapsLock~w~ pentru a folosi.",
|
||
['cancelemote'] = "Anuleaza animatia 🚷",
|
||
['cancelemoteinfo'] = "~r~X~w~ Anuleaza animatia curenta",
|
||
['walkingstyles'] = "Stiluri de mers 🚶🏻♂️",
|
||
['resetdef'] = "Reseteaza la default",
|
||
['normalreset'] = "Normal (Reset)",
|
||
['moods'] = "Expresii 😒",
|
||
['infoupdate'] = "Credits & Sugestii 🙏🏻",
|
||
['infoupdateav'] = "Informatii",
|
||
['infoupdateavtext'] = "Credits: AvaN0x, TayMCKenzieNZ",
|
||
['suggestions'] = "Sugestii?",
|
||
['suggestionsinfo'] = "~r~TayMcKenzieNZ~s~ pe forumurile FiveM pentru orice sugestie de feature/emote nou! ✉️",
|
||
['notvaliddance'] = "nu este un emote valid.",
|
||
['notvalidemote'] = "nu este un emote valid.",
|
||
['nocancel'] = "Niciun emote de anulat.",
|
||
['maleonly'] = "Acest emote este doar pentru barbati, scuze!",
|
||
['emotemenucmd'] = "Foloseste comanda /emotemenu pentru a deschide meniul de animatii.",
|
||
['shareemotes'] = "👫 Shared Emotes",
|
||
['shareemotesinfo'] = "Invita persoana de langa tine",
|
||
['sharedanceemotes'] = "🕺 Shared Dances",
|
||
['notvalidsharedemote'] = "nu este un emote shared valid.",
|
||
['sentrequestto'] = "Am trimis propunerea catre ~y~",
|
||
['nobodyclose'] = "Nu este nici o persoana ~r~langa tine~w~.",
|
||
['doyouwanna'] = "~y~Y~w~ pentru a accepta, ~r~L~w~ pentru a refuza (~g~",
|
||
['refuseemote'] = "Emote refuzat.",
|
||
['makenearby'] = "face jucatorul de langa sa aiba animatia",
|
||
['useleafblower'] = "Apasă ~y~G~w~ pentru a folosi suflătorul de frunze.",
|
||
['camera'] = "Apasa ~y~G~w~ pentru a folosi blitz-ul.",
|
||
['makeitrain'] = "Apasa ~y~G~w~ pentru a da bani fara numar.",
|
||
['pee'] = "tine apasat ~y~G~w~ pentru a urina.",
|
||
['spraychamp'] = "tine apasat ~y~G~w~ pentru a stropi cu sampanie",
|
||
['stun'] = "Apasa ~y~G~w~ pentru a 'folosi' electrosocul.",
|
||
['vape'] = "Press ~y~G~w~ to vape.",
|
||
['bound'] = "Binduite ",
|
||
['to'] = "la",
|
||
['currentlyboundemotes'] = " Emote-uri prezent binduite:",
|
||
['notvalidkey'] = "nu este o tasta valida.",
|
||
['keybinds'] = "🔢 Bind-uri",
|
||
['keybindsinfo'] = "Foloseste",
|
||
['searchemotes'] = "🔍 Cautare Emote-uri",
|
||
['searchinputtitle'] = "Cautare:",
|
||
['searchmenudesc'] = "%s rezultat(e) pentru '~r~%s~w~':",
|
||
['searchnoresult'] = "Fara rezultate pentru cautarea '~r~%s~w~'.",
|
||
['searchshifttofav'] = "Tine apasat L-Shift si apasa enter pentru a seta ca favorit.",
|
||
['searchcantsetfav'] = "Emote-urile Shared nu pot fi setate ca favorite.",
|
||
['invalidvariation'] = "Variație nevalidă a texturii. Selectările valide sunt: %s",
|
||
['firework'] = "Apasa ~y~Gw~ pentru a folosi artificiile"
|
||
},
|
||
['ru'] = { -- Russian
|
||
['emotes'] = 'Эмоции 🎬',
|
||
['danceemotes'] = "🕺 Танцевальные эмоции",
|
||
['animalemotes'] = "🐩 Эмоции животных",
|
||
['propemotes'] = "📦 Эмоции с пропом",
|
||
['favoriteemotes'] = "🌟 Избранные",
|
||
['favoriteinfo'] = "Выберите здесь эмоцию, чтобы сделать ее избранной.",
|
||
['rfavorite'] = "Сбросить избранное",
|
||
['prop2info'] = "❓ Эмоции с пропом могут быть расположены в конце",
|
||
['set'] = "Установить (",
|
||
['setboundemote'] = ") как привязанную эмоцию?",
|
||
['newsetemote'] = "~w~ теперь привязанная эмоция, нажмите ~g~CapsLock~w~ для использования.",
|
||
['cancelemote'] = "Остановить эмоцию 🚷",
|
||
['cancelemoteinfo'] = "~r~X~w~ Отменяет воспроизводимую эмоцию",
|
||
['walkingstyles'] = "Стили ходьбы 🚶🏻♂️",
|
||
['resetdef'] = "Сбросить на обычную",
|
||
['normalreset'] = "Обычная (Сбросить)",
|
||
['moods'] = "Настроение 😒",
|
||
['infoupdate'] = "Признательность и предложения 🙏🏻",
|
||
['infoupdateav'] = "Информация (Доступно обновление)",
|
||
['infoupdateavtext'] = "Доступно обновление, загрузите последнюю версию с ~y~https://github.com/TayMcKenzieNZ/rpemotes~w~",
|
||
['suggestions'] = "Предложения?",
|
||
['suggestionsinfo'] = "~r~TayMcKenzieNZ~s~ на форумах FiveM для любых предложений по функциям/эмоциям! ✉️",
|
||
['notvaliddance'] = "не существующий танец.",
|
||
['notvalidemote'] = "не существующая эмоция.",
|
||
['nocancel'] = "Нет эмоций для отмены.",
|
||
['maleonly'] = "Эта эмоция только для мужчин, извините!",
|
||
['emotemenucmd'] = "Используйте команду /emotemenu, чтобы открыть меню анимации.",
|
||
['shareemotes'] = "👫 Совместные эмоции",
|
||
['shareemotesinfo'] = "Пригласите человека рядом для воспроизведения эмоции",
|
||
['sharedanceemotes'] = "🕺 Совместные танцы",
|
||
['notvalidsharedemote'] = "не существующая совместная эмоция.",
|
||
['sentrequestto'] = "Отправлен запрос ~y~",
|
||
['nobodyclose'] = "Никого ~r~close~w~ нет поблизости.",
|
||
['doyouwanna'] = "~y~Y~w~ для принятия, ~r~L~w~ для отмены (~g~",
|
||
['refuseemote'] = "Эмоция откленена.",
|
||
['makenearby'] = "заставляет соседнего игрока играть",
|
||
['useleafblower'] = "Нажмите ~y~G~w~ для использование воздуходувки.",
|
||
['camera'] = "Нажмите ~y~G~w~ для вспышки.",
|
||
['makeitrain'] = "Нажмите ~y~G~w~ для дождя.",
|
||
['pee'] = "Удерживайте ~y~G~w~ чтоб писать.",
|
||
['spraychamp'] = "Удерживайте ~y~G~w~ для спрея шампанского",
|
||
['stun'] = "Нажмите ~y~G~w~ ,чтобы 'использовать' шокер.",
|
||
['vape'] = "Нажмите ~y~G~w~ чтобы вейпить.",
|
||
['bound'] = "Связать ",
|
||
['to'] = "для",
|
||
['currentlyboundemotes'] = " Текущие привязанные эмоции:",
|
||
['notvalidkey'] = "недопустимая клавиша.",
|
||
['keybinds'] = "🔢 Бинды клавиш",
|
||
['keybindsinfo'] = "Использовать",
|
||
['searchemotes'] = "🔍 Поиск эмоции",
|
||
['searchinputtitle'] = "Поиск:",
|
||
['searchmenudesc'] = "%s результат(ы) для '~r~%s~w~':",
|
||
['searchnoresult'] = "Нет результатов по поиску '~r~%s~w~'.",
|
||
['searchshifttofav'] = "Удерживайте L-Shift и нажмите Enter, чтобы установить в избранное.",
|
||
['searchcantsetfav'] = "Парные эмоции не могут быть добавлены в избранное.",
|
||
['invalidvariation'] = "Недопустимая вариация текстуры. Допустимые варианты: %s",
|
||
['firework'] = "Нажмите ~y~Gw~, чтобы запустить фейерверк." -- GOOGLE TRANSLATED
|
||
},
|
||
['es'] = { -- Spanish 🇪🇸
|
||
['emotes'] = "Animaciones 🎬",
|
||
['danceemotes'] = "🕺 Bailes",
|
||
['animalemotes'] = "🐩 Emotes de animales",
|
||
['propemotes'] = "📦 Objetos",
|
||
['favoriteemotes'] = "🌟 Favoritos",
|
||
['favoriteinfo'] = "Seleccione un emoticón aquí para configurarlo como su favorito.",
|
||
['rfavorite'] = "Restablecer favorito",
|
||
['prop2info'] = "❓ Prop Emotes se pueden ubicar al final",
|
||
['set'] = "Elegir (",
|
||
['setboundemote'] = ") como tu animacion favorita?",
|
||
['newsetemote'] = "~w~ es ahora tu animacion favorita, presiona ~g~[CapsLock]~w~ para usarla.",
|
||
['cancelemote'] = "Cancelar animacion 🚷",
|
||
['cancelemoteinfo'] = "~r~X~w~ Cancela la animacion actual.",
|
||
['walkingstyles'] = "Formas de caminar 🚶🏻♂️",
|
||
['resetdef'] = "Reiniciar a por defecto",
|
||
['normalreset'] = "Normal (Reiniciar)",
|
||
['moods'] = "Estados de animo 😒",
|
||
['infoupdate'] = "Créditos Y Sugerencias 🙏🏻",
|
||
['infoupdateav'] = "Informacion (Actualizacion disponible)",
|
||
['infoupdateavtext'] = "Una actualizacion esta disponible, para conseguir la ultima version ingresa a ~y~https://github.com/TayMcKenzieNZ/rpemotes~w~",
|
||
['suggestions'] = "Sugerencias?",
|
||
['suggestionsinfo'] = "~r~TayMcKenzieNZ~s~ en el foro de FiveM para cualquier sugerencia! ✉️",
|
||
['notvaliddance'] = "no es un baile valido.",
|
||
['notvalidemote'] = "no es una animacion valida.",
|
||
['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 animacion.",
|
||
['sharedanceemotes'] = "🕺 Bailes compartidos",
|
||
['notvalidsharedemote'] = "no es una animacion compartida valida.",
|
||
['sentrequestto'] = "Solicitud enviada ~y~",
|
||
['nobodyclose'] = "Nadie ~r~cerca~w~.",
|
||
['doyouwanna'] = "~y~Y~w~ para aceptar, ~r~L~w~ para rechazar (~g~",
|
||
['refuseemote'] = "Animacion rechazada.",
|
||
['makenearby'] = "hacer que el jugador cercano juegue",
|
||
['useleafblower'] = "Presiona ~y~G~w~ para utilizar el soplador de hojas.",
|
||
['camera'] = "Presione ~y~G~w~ para usar el flash de la camara.",
|
||
['makeitrain'] = "Presiona ~y~G~w~ para hacer llover.",
|
||
['pee'] = "Mantiene ~y~G~w~ para mear.",
|
||
['spraychamp'] = "Mantiene ~y~G~w~ rociar champán.",
|
||
['vape'] = "Press ~y~G~w~ to vape.",
|
||
['bound'] = "Unida ",
|
||
['to'] = "a",
|
||
['currentlyboundemotes'] = " Emotes vinculados actualmente:",
|
||
['notvalidkey'] = "no es una clave válida.",
|
||
['keybinds'] = "🔢 Keybinds",
|
||
['keybindsinfo'] = "Utilizar",
|
||
['searchemotes'] = "🔍 Busca animaciones",
|
||
['searchinputtitle'] = "Buscar:",
|
||
['searchmenudesc'] = "%s resultado(s) para '~r~%s~w~':",
|
||
['searchnoresult'] = "No se encontró nada con '~r~%s~w~'.",
|
||
['searchshifttofav'] = "Mantén L-Shift y presiona Enter para guardar como favorito.",
|
||
['searchcantsetfav'] = "Animaciones compartidas no pueden ser guardadas como favoritas.",
|
||
['invalidvariation'] = "Variación de textura no válida. Las opciones válidas son: %s",
|
||
['firework'] = "Presiona ~y~Gw~ para usar los fuegos artificiales" -- GOOGLE TRANSLATED
|
||
},
|
||
['sv'] = { -- Swedish 🇸🇪
|
||
['emotes'] = 'Emotes 🎬',
|
||
['danceemotes'] = "🕺 Dans Emotes",
|
||
['animalemotes'] = "🐩 Djur Emotes",
|
||
['propemotes'] = "📦 Objekt Emotes",
|
||
['favoriteemotes'] = "🌟 Favorit",
|
||
['favoriteinfo'] = "Välj en emote för att ställa in den som din favorit.",
|
||
['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 nuvarande spelande emote.",
|
||
['walkingstyles'] = "Gångstil 🚶🏻♂️",
|
||
['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/rpemotes~w~",
|
||
['suggestions'] = "Förslag?",
|
||
['suggestionsinfo'] = "~r~TayMcKenzieNZ~s~ på FiveM-forum för förslag på funktioner/emotes! ✉️",
|
||
['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.",
|
||
['emotemenucmd'] = "Använd /emotemenu för att öppna animationsmenyn",
|
||
['shareemotes'] = "👫 Delade Emotes",
|
||
['shareemotesinfo'] = "Bjud in en närliggande person till en emote",
|
||
['sharedanceemotes'] = "🕺 Delade Danser",
|
||
['notvalidsharedemote'] = "är inte en giltig delad emote.",
|
||
['sentrequestto'] = "Skickad förfrågan till ~g~",
|
||
['nobodyclose'] = "Ingen ~r~närliggande~w~ person hittades.",
|
||
['doyouwanna'] = "~y~Y~w~ för att acceptera, ~r~L~w~ för att avböja (~g~",
|
||
['refuseemote'] = "Emote avvisats.",
|
||
['makenearby'] = "får spelaren i närheten att spela",
|
||
['useleafblower'] = "Tryck ~y~G~w~ för att blåsa.",
|
||
['camera'] = "Tryck ~y~G~w~ för att använda kamera blixt.",
|
||
['makeitrain'] = "Tryck ~y~G~w~ för att låta det regna pengar.",
|
||
['pee'] = "Håll ~y~G~w~ att kissa.",
|
||
['spraychamp'] = "Håll ~y~G~w~ för att spraya champagne.",
|
||
['stun'] = "Tryck ~y~G~w~ för att \"änvända\" elpistol",
|
||
['vape'] = "Tryck ~y~G~w~ för att puffa på din vape.",
|
||
['bound'] = "bunden",
|
||
['to'] = "till",
|
||
['currentlyboundemotes'] = " För närvarande bundna emotes:",
|
||
['notvalidkey'] = "är inte en giltig tangent.",
|
||
['keybinds'] = "🔢 Keybinds",
|
||
['keybindsinfo'] = "Använd",
|
||
['searchemotes'] = "🔍 Sök Emotes",
|
||
['searchinputtitle'] = "Sök:",
|
||
['searchmenudesc'] = "%s resultat på '~r~%s~w~':",
|
||
['searchnoresult'] = "Inga resultat hittades på '~r~%s~w~'.",
|
||
['searchshifttofav'] = "Håll ned L-Shift och tryck på enter för att ställa in som favorit.",
|
||
['searchcantsetfav'] = "Delade Emotes kan inte ställas in som favoriter.",
|
||
['invalidvariation'] = "Ogiltig texturvariation. Giltiga val är: %s",
|
||
['firework'] = "Tryck ~y~G~w~ för att avfyra dina fyrverkerier",
|
||
},
|
||
}
|