mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 23:01:36 +00:00
38 lines
1.7 KiB
Lua
38 lines
1.7 KiB
Lua
Locales['fr'] = {
|
|
|
|
['actions'] = 'actions',
|
|
['deposit_amount'] = 'montant du dépôt',
|
|
['deposit_society_money'] = 'déposer argent société',
|
|
['do_you_want_to_recruit'] = 'Voulez-vous recruter %s ?',
|
|
['employee'] = 'employé',
|
|
['employee_list'] = 'liste des employés',
|
|
['employee_management'] = 'gestion employés',
|
|
['fire'] = 'licencier',
|
|
['grade'] = 'grade',
|
|
['have_deposited'] = 'vous avez déposé ~r~$',
|
|
['have_withdrawn'] = 'vous avez retiré ~g~$',
|
|
['invalid_amount'] = 'montant invalide',
|
|
['invalid_amount'] = 'montant invalide',
|
|
['no'] = 'non',
|
|
['promote'] = 'promouvoir',
|
|
['promote_employee'] = 'promouvoir %s',
|
|
['recruit'] = 'recruter',
|
|
['recruiting'] = 'recrutement',
|
|
['salary_amount'] = 'montant du salaire',
|
|
['salary_management'] = 'gestion salaires',
|
|
['wash_money'] = 'blanchir argent',
|
|
['wash_money_amount'] = 'montant à blanchir',
|
|
['withdraw_amount'] = 'montant du retrait',
|
|
['withdraw_society_money'] = 'retirer argent société',
|
|
['yes'] = 'oui',
|
|
['you_have'] = 'vous avez ~g~$',
|
|
['you_have_laundered'] = 'vous avez ~r~blanchi~s~ votre argent : ~g~$',
|
|
['you_have_hired'] = 'Vous avez recruté %s',
|
|
['you_have_been_hired'] = 'Vous avez été recruté dans la société %s',
|
|
['you_have_fired'] = 'Vous avez viré %s',
|
|
['you_have_been_fired'] = 'Vous avez été viré de la société %s',
|
|
['you_have_promoted'] = 'Vous avez promu %s en tant que %s',
|
|
['you_have_been_promoted'] = 'Vous avez été promu',
|
|
|
|
}
|