mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 09:18:53 +00:00
Merge pull request #386 from bitpredator/main
feat() - italian translations
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
Locales ['it'] = {
|
||||
['valid_purchase'] = 'confermare l\'acquisto?',
|
||||
['yes'] = 'si (<span style="color: green;">$%s</span>)',
|
||||
['no'] = 'no',
|
||||
['helmet'] = 'casco / cappello',
|
||||
['glasses'] = 'occhiali',
|
||||
['mask'] = 'maschera',
|
||||
['ears'] = 'accessori per le orecchie',
|
||||
['shop'] = '%s negozio',
|
||||
['set_unset'] = 'indossare / togliere',
|
||||
['not_enough_money'] = 'non hai abbastanza soldi',
|
||||
['press_access'] = 'premi [E] per accedere al menu',
|
||||
['accessories_blip'] = 'accessori',
|
||||
['no_ears'] = 'non hai accessori per le orecchie',
|
||||
['no_glasses'] = 'non hai gli occhiali',
|
||||
['no_helmet'] = 'non hai il casco',
|
||||
['no_mask'] = 'non hai una maschera',
|
||||
['you_paid'] = 'hai pagato $%s',
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
Locales['it'] = {
|
||||
['allowlist_check'] = 'verifica Allowlisted.',
|
||||
['not_allowlisted'] = 'devi essere nella Allowlisted per unirti a questo server!',
|
||||
['allowlist_empty'] = 'non ci sono allowlists salvate per questo server.',
|
||||
['license_missing'] = 'Errore: il tuo identificatore è mancante!',
|
||||
['help_allowlist_add'] = 'aggiungi qualcuno alla allowlist',
|
||||
['help_allowlist_load'] = 'ricarica la allowlist',
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
Locales['it'] = {
|
||||
['valid_purchase'] = 'confermare l\'acquisto?',
|
||||
['yes'] = 'si',
|
||||
['no'] = 'no',
|
||||
['not_enough_money'] = 'non hai abbastanza soldi',
|
||||
['press_access'] = 'premi [E] per accedere al negozio.',
|
||||
['barber_blip'] = 'barbiere',
|
||||
['you_paid'] = 'hai pagato $%s',
|
||||
}
|
||||
Reference in New Issue
Block a user