mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-29 02:01:33 +00:00
Add in.lua
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
local Translations = {
|
||||
error = {
|
||||
not_online = 'Pemain tidak online',
|
||||
wrong_format = 'Format salah',
|
||||
missing_args = 'Tidak semua argumen telah dimasukkan (x, y, z)',
|
||||
missing_args2 = 'Semua argumen harus diisi!',
|
||||
no_access = 'Tidak ada akses ke perintah ini',
|
||||
company_too_poor = 'Majikan kamu bangkrut',
|
||||
item_not_exist = 'Barang tidak tersedia',
|
||||
too_heavy = 'Inventory terlalu penuh'
|
||||
},
|
||||
success = {},
|
||||
info = {
|
||||
received_paycheck = 'Kamu menerima gaji kamu sebesar $%{value}',
|
||||
job_info = 'Pekerjaan: %{value} | Pangkat: %{value2} | Bertugas: %{value3}',
|
||||
gang_info = 'Gang: %{value} | Pangkat: %{value2}',
|
||||
on_duty = 'Kamu sekarang sedang bertugas!',
|
||||
off_duty = 'Kamu sekarang sedang tidak bertugas!'
|
||||
}
|
||||
}
|
||||
|
||||
Lang = Locale:new({
|
||||
phrases = Translations,
|
||||
warnOnMissing = true
|
||||
})
|
||||
Reference in New Issue
Block a user