mirror of
https://github.com/snipe/snipe-it.git
synced 2026-04-10 01:38:20 +00:00
12 lines
188 B
PHP
12 lines
188 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'actions' => 'Azioni',
|
|
'action' => 'Azione',
|
|
'by' => 'per',
|
|
'item' => 'Articolo',
|
|
'no_matching_records' => 'Nessun record corrispondente trovato',
|
|
|
|
];
|