hindi translation
This commit is contained in:
20
resources/lang/hi-IN/recurring.php
Normal file
20
resources/lang/hi-IN/recurring.php
Normal file
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'recurring' => 'आवर्ती',
|
||||
'every' => 'हर एक',
|
||||
'period' => 'अवधि',
|
||||
'times' => 'समय',
|
||||
'daily' => 'दैनिक',
|
||||
'weekly' => 'साप्ताहिक',
|
||||
'monthly' => 'मासिक',
|
||||
'yearly' => 'वार्षिक',
|
||||
'custom' => 'कस्टम',
|
||||
'days' => 'दिन()',
|
||||
'weeks' => 'सप्ताह()',
|
||||
'months' => 'महीना(s)',
|
||||
'years' => 'वर्ष(s)',
|
||||
'message' => 'यह एक आवर्ती :type है और अगला :type :date को स्वचालित रूप से उत्पन्न हो जाएगा',
|
||||
|
||||
];
|
Reference in New Issue
Block a user