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