Skip to content

Commit

Permalink
Merge pull request #380 from bitpredator/main
Browse files Browse the repository at this point in the history
feat(esx_billing/locales/it.lua) Add it locale
  • Loading branch information
Benzo00 authored Aug 7, 2022
2 parents 9b5d4f7 + c569024 commit 826a1cd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions [esx_addons]/esx_billing/locales/it.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Locales['it'] = {
['invoices'] = 'fatture',
['invoices_item'] = '$%s',
['received_invoice'] = 'hai appena ~r~ricevuto~s~ una fattura',
['paid_invoice'] = 'hai ~g~pagato~s~ una fattura di ~r~$%s~s~',
['no_invoices'] = 'non hai nessuna fattura da pagare',
['received_payment'] = 'hai ~g~ricevuto~s~ il pagamento di ~r~$%s~s~',
['player_not_online'] = 'il giocatore non ha effettuato l\'accesso',
['no_money'] = 'non hai abbastanza soldi per pagare questo conto',
['target_no_money'] = 'il giocatore ~r~non ha~s~ abbastanza soldi per pagare la fattura!',
['keymap_showbills'] = 'apri il menu delle fatture',
}

0 comments on commit 826a1cd

Please sign in to comment.