Italian language for esx_shops

This commit is contained in:
SlyJordi
2022-08-08 01:37:17 +02:00
committed by GitHub
parent 826a1cdbd9
commit 57104f1c37
+12
View File
@@ -0,0 +1,12 @@
Locales['it'] = {
['shop'] = 'supermercato',
['shops'] = 'supermercati',
['press_menu'] = 'premi [E] per fare acquisti in supermercato.',
['shop_item'] = '%s€',
['bought'] = 'hai acquistato %sx %s per ~r~%s€',
['not_enough'] = 'non hai ~r~abbastanza soldi: %s',
['player_cannot_hold'] = 'non hai spazio libero nel tuo inventario...',
['shop_confirm'] = 'Acquista %sx %s per $%s?',
['no'] = 'no',
['yes'] = '',
}