new crowdin translations

This commit is contained in:
Crowdin Bot
2021-04-21 00:23:27 +00:00
parent 980a384b33
commit 6758900e14
46 changed files with 1332 additions and 16 deletions

View File

@ -24,4 +24,31 @@ return [
],
'import' => [
'completed' => [
'subject' => 'आयात पूरा हुआ',
'description' => 'आयात पूरा हो गया है और रिकॉर्ड आपके पैनल में उपलब्ध हैं।',
],
'failed' => [
'subject' => 'आयात विफल रहा',
'description' => 'निम्नलिखित समस्याओं के कारण फ़ाइल आयात करने में सक्षम नहीं:',
],
],
'export' => [
'completed' => [
'subject' => 'निर्यात तैयार है',
'description' => 'निर्यात फ़ाइल निम्न लिंक से डाउनलोड करने के लिए तैयार है:',
],
'failed' => [
'subject' => 'निर्यात विफल रहा',
'description' => 'निम्नलिखित समस्या के कारण निर्यात फ़ाइल बनाने में सक्षम नहीं:',
],
],
];