ultimatepos/lang/ro/home.php

32 lines
1019 B
PHP

<?php
return [
/*
|--------------------------------------------------------------------------
| Home Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used in home page.
|
*/
'home' => 'Acasa',
'welcome_message' => 'Salut :name,',
'total_sell' => 'Total vanzari',
'total_purchase' => 'Total achizitii',
'invoice_due' => 'Facturi la termen',
'purchase_due' => 'Achizitii la termen',
'today' => 'Azi',
'this_week' => 'Aceasta saptamana',
'this_month' => 'Aceasta luna',
'this_fy' => 'Acest an',
'sells_last_30_days' => 'Vanzari in ultimele 30 de zile',
'sells_current_fy' => 'Vanzari an in curs',
'total_sells' => 'Total Vanzari (:currency)',
'product_stock_alert' => 'Alerta stoc produse',
'payment_dues' => 'Plati la termen',
'due_amount' => 'Due Amount',
'stock_expiry_alert' => 'Alerta expirate',
'todays_profit' => 'Profit azi',
];