fix(qb-core): add global CreateUsableItem alias for qs-inventory compatibility
qs-inventory apelează CreateUsableItem ca funcție globală, dar qb-core definea doar QBCore.Functions.CreateUseableItem (cu 'e'). Adăugat alias global + fix 16 stringuri sparte în items.lua care blocau parsarea.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
Locales['nl'] = {
|
||||
['INTRODUCE_PASSWORD'] = 'Vul wachtwoord in',
|
||||
['INTRODUCE_PASSWORD_2'] = 'Wachtwoord',
|
||||
['CREATE_PASSWORD'] = 'Wachtwoord aanmaken',
|
||||
['OPEN'] = 'Openen...',
|
||||
['CLOSE'] = 'Sluiten...',
|
||||
['BAD_PASSWORD'] = 'Onjuist wachtwoord...',
|
||||
['ADDED_PASSWORD'] = 'Wachtwoord toegevoegd..',
|
||||
['MORE_PASSWORD'] = 'Het wachtwoord voldoet niet aan de hoeveelheid tekens',
|
||||
['LESS_PASSWORD'] = 'Het wachtwoord heeft teveel tekens',
|
||||
['EMPLY_PASSWORD'] = 'Je moet iets ingeven',
|
||||
['NO_BACKPACK'] = 'Je draagt momenteel geen tas in je hand.',
|
||||
['FAILED_PASSWORD'] = 'Wachtwoord toevoegen mislukt.',
|
||||
}
|
||||
Reference in New Issue
Block a user