mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-29 01:08:57 +00:00
Create nl.lua
Dutch translation of the en.lua
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
local Translations = {
|
||||
error = {
|
||||
not_online = 'Speler is niet online',
|
||||
wrong_format = 'Onjuiste opmaak',
|
||||
missing_args = 'Niet elk argument is ingevuld (x, y, z)',
|
||||
missing_args2 = 'Alle argumenten moeten worden ingevuld!',
|
||||
no_access = 'Geen toegang tot deze commando',
|
||||
company_too_poor = 'Je werkgever is arm',
|
||||
item_exist = 'Item bestaat niet',
|
||||
too_heavy = 'Inventaris is te vol'
|
||||
},
|
||||
success = {},
|
||||
info = {
|
||||
received_paycheck = 'Je hebt je salaris van $%{value} ontvangen',
|
||||
job_info = 'Baan: %{value} | Rang: %{value2} | In dienst: %{value3}',
|
||||
gang_info = 'Gang: %{value} | Rang: %{value2}',
|
||||
on_duty = 'Je bent nu in dienst!',
|
||||
off_duty = 'Je bent nu uit dienst!'
|
||||
}
|
||||
}
|
||||
|
||||
Lang = Locale:new({
|
||||
phrases = Translations,
|
||||
warnOnMissing = true
|
||||
})
|
||||
Reference in New Issue
Block a user