17 lines
914 B
PHP
17 lines
914 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
|
||
|
'change_language' => 'भाषा बदलें',
|
||
|
'last_login' => 'अंतिम लॉगइन :time',
|
||
|
'notifications' => [
|
||
|
'counter' => '{0} आपके पास कोई सूचना नहीं है|{1} आपके पास :count सूचना है|[2,*] आपके पास :count सूचनाएं हैं',
|
||
|
'overdue_invoices' => '{1} :count भुगतान नहीं किये हुए चालान|[2,*] :count भुगतान नहीं किये हुए चालान',
|
||
|
'upcoming_bills' => '{1} :count आगामी बिल|[2,*] :count आगामी बिल',
|
||
|
'view_all' => 'सभी देखें'
|
||
|
],
|
||
|
'docs_link' => 'https://akaunting.com/docs',
|
||
|
'support_link' => 'https://akaunting.com/support',
|
||
|
|
||
|
];
|