mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-29 01:08:57 +00:00
Create de.lua
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
local Translations = {
|
||||
error = {
|
||||
not_online = 'Spieler nicht online',
|
||||
wrong_format = 'Falsches Format',
|
||||
missing_args = 'Nicht jedes Argument wurde eingegeben (x, y, z)',
|
||||
missing_args2 = 'Alle Argumente müssen ausgefüllt werden!',
|
||||
no_access = 'Kein Zugriff auf diesen Befehl',
|
||||
company_too_poor = 'Dein Arbeitgeber ist pleite',
|
||||
item_exist = 'Gegenstand existiert nicht',
|
||||
too_heavy = 'Inventar ist zu voll!'
|
||||
},
|
||||
success = {},
|
||||
info = {
|
||||
received_paycheck = 'Du hast deinen Gehalt über €%{value} erhalten',
|
||||
job_info = 'Job: %{value} | Position: %{value2} | imDienst: %{value3}',
|
||||
gang_info = 'Gang: %{value} | Position: %{value2}',
|
||||
on_duty = 'Du bist jetzt im Dienst!',
|
||||
off_duty = 'Du bist jetzt außer Dienst!'
|
||||
}
|
||||
}
|
||||
|
||||
Lang = Locale:new({
|
||||
phrases = Translations,
|
||||
warnOnMissing = true
|
||||
})
|
||||
Reference in New Issue
Block a user