hindi translation
This commit is contained in:
16
resources/lang/hi-IN/header.php
Normal file
16
resources/lang/hi-IN/header.php
Normal file
@ -0,0 +1,16 @@
|
||||
<?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',
|
||||
|
||||
];
|
Reference in New Issue
Block a user