oms-Purchase/Theme/Backend/Lang/Navigation.it.lang.php

28 lines
690 B
PHP
Executable File

<?php
/**
* Karaka
*
* PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
return ['Navigation' => [
'Analysis' => 'Analisi',
'Articles' => 'Artificio',
'Create' => 'Creare',
'Invoice' => 'Fattura',
'Invoices' => 'Fatture',
'List' => 'Elenco',
'OrderSuggestions' => 'Suggerimenti per ordine',
'PendingOrders' => 'Ordini in attesa',
'Profile' => 'Profilo',
'Purchase' => 'Acquistare',
'Suppliers' => 'Fornitori',
]];