mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-29 01:08:57 +00:00
Create fr.lua
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
local Translations = {
|
||||
error = {
|
||||
not_online = 'Le joueur n\'est pas connecté',
|
||||
wrong_format = 'Format incorrect',
|
||||
missing_args = 'Arguments manquant (x, y, z)',
|
||||
missing_args2 = 'Tous les arguments doivent être remplis!',
|
||||
no_access = 'Vous n\'avez pas accès a cette commande',
|
||||
company_too_poor = 'Votre entreprise est fauchée',
|
||||
item_exist = 'L\'objet n\'existe pas',
|
||||
too_heavy = 'L\'inventaire est plein'
|
||||
},
|
||||
success = {},
|
||||
info = {
|
||||
received_paycheck = 'Vous avez reçu votre salaire de : $%{value}',
|
||||
job_info = 'Job: %{value} | Grade: %{value2} | service: %{value3}',
|
||||
gang_info = 'Gang: %{value} | Grade: %{value2}',
|
||||
on_duty = 'Vous êtes désormais en service!',
|
||||
off_duty = 'Vous êtes désormais hors-service!'
|
||||
}
|
||||
}
|
||||
|
||||
Lang = Locale:new({
|
||||
phrases = Translations,
|
||||
warnOnMissing = true
|
||||
})
|
||||
Reference in New Issue
Block a user