Skip to content

Commit 5b1b475

Browse files
authored
Fix typos in Hindi language (#18276)
1 parent f848d88 commit 5b1b475

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

messages/hi/yii.php

+6-6
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@
2626
' and ' => ' और ',
2727
'(not set)' => '(स्थापित नहीं)',
2828
'An internal server error occurred.' => 'सर्वर में एक आंतरिक दोष उत्पन्न हुआ है।',
29-
'Are you sure you want to delete this item?' => 'क्या आप आश्वस्त हैं कि इसे मिटाना चाहते हैं?',
30-
'Delete' => 'मिटायें',
29+
'Are you sure you want to delete this item?' => 'क्या आप सुनिश्चित रूप से इस आइटम को मिटाना चाहते हैं?',
30+
'Delete' => 'मिटाएँ',
3131
'Error' => 'खामी',
32-
'File upload failed.' => 'फ़ाइल अपलोड असफल हुआ',
32+
'File upload failed.' => 'फ़ाइल अपलोड असफल रहा',
3333
'Home' => 'घर',
34-
'Invalid data received for parameter "{param}".' => 'पैरामीटर "{param}" के लिए अमान्य डेटा मिली हैं',
34+
'Invalid data received for parameter "{param}".' => 'पैरामीटर "{param}" के लिए प्राप्त डेटा अमान्य है',
3535
'Login Required' => 'लॉगिन आवश्यक हैं',
3636
'Missing required arguments: {params}' => 'आवश्यक तर्क: {params} अनुपस्थित है',
3737
'Missing required parameters: {params}' => 'आवश्यक पैरामीटर: {params} अनुपस्थित है',
@@ -46,8 +46,8 @@
4646
'Showing <b>{begin, number}-{end, number}</b> of <b>{totalCount, number}</b> {totalCount, plural, one{item} other{items}}.' => 'दिखाया गया है {totalCount, number} {totalCount, plural, one{चीज} other{चीज़े}} में से {begin, number}-{end, number} ।',
4747
'The combination {values} of {attributes} has already been taken.' => '{attributes} और {values} का संयोजन पहले से ही लिया जा चुका है।',
4848
'The file "{file}" is not an image.' => 'यह फ़ाइल "{file}" एक चित्र नहीं है।',
49-
'The file "{file}" is too big. Its size cannot exceed {formattedLimit}.' => 'यह फ़ाइल "{file}" बहुत बड़ी है। इसका आकारण {formattedLimit} से अधिक नहीं हो सकता है।',
50-
'The file "{file}" is too small. Its size cannot be smaller than {formattedLimit}.' => 'यह फ़ाइल "{file}" बहुत छोटी है। इसका आकारण {formattedLimit} से छोटा नहीं हो सकता।',
49+
'The file "{file}" is too big. Its size cannot exceed {formattedLimit}.' => 'यह फ़ाइल "{file}" बहुत बड़ी है। इसका आकार {formattedLimit} से अधिक नहीं हो सकता है।',
50+
'The file "{file}" is too small. Its size cannot be smaller than {formattedLimit}.' => 'यह फ़ाइल "{file}" बहुत छोटी है। इसका आकार {formattedLimit} से छोटा नहीं हो सकता।',
5151
'The format of {attribute} is invalid.' => '{attribute} का प्रारूप गलत है।',
5252
'The image "{file}" is too large. The height cannot be larger than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'यह चित्र "{file}" बहुत बड़ी है। ऊंचाई {limit, number} {limit, plural, one{पिक्सेल} other{पिक्सेल}} से बड़ी नहीं हो सकती।',
5353
'The image "{file}" is too large. The width cannot be larger than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'यह चित्र "{file}" बहुत बड़ी है। चौड़ाई {limit, number} {limit, plural, one{पिक्सेल} other{पिक्सेल}} से बड़ी नहीं हो सकती।',

0 commit comments

Comments
 (0)