2019-11-27 16:33:45 +03:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
'import' => 'इम्पोर्ट',
|
|
|
|
'title' => 'इम्पोर्ट :type',
|
2021-07-16 00:17:27 +00:00
|
|
|
'limitations' => 'अनुमत फ़ाइल प्रकार: :extensions<br>अनुमत अधिकतम पंक्तियाँ: :row_limit',
|
|
|
|
'sample_file' => 'आप नमूना फ़ाइल <a target="_blank" href=":download_link"><strong>डाउनलोड</strong></a> कर सकते हैं और इसे अपने डेटा से भर सकते हैं।',
|
2019-11-27 16:33:45 +03:00
|
|
|
|
|
|
|
];
|