mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-09-04 16:23:21 +00:00
feat!: ace permission system
This commit is contained in:
+1
-3
@@ -4,8 +4,6 @@ local Translations = {
|
||||
wrong_format = 'Formato incorrecto!',
|
||||
missing_args = 'No todos los argumentos estan presente! (x, y, z)',
|
||||
missing_args2 = 'Todos los argumentos tienen que estar presente!',
|
||||
missing_args = 'No todos los argumentos estan presentes! (x, y, z)',
|
||||
missing_args2 = 'Todos los argumentos deben estar presentes!',
|
||||
no_access = 'No tienes acceso a este comando!',
|
||||
company_too_poor = 'Tu empresa está en bancarrota. No hay dinero suficiente.',
|
||||
item_not_exist = 'El objeto no existe en el sistema.',
|
||||
@@ -24,4 +22,4 @@ local Translations = {
|
||||
Lang = Locale:new({
|
||||
phrases = Translations,
|
||||
warnOnMissing = true
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user