From 72fb200f04d7b1f0b07e61959f25a0513a410483 Mon Sep 17 00:00:00 2001
From: parthjani07 <63244240+parthjani07@users.noreply.github.com>
Date: Tue, 8 Sep 2020 18:11:39 -0400
Subject: [PATCH] Fix typos in Hindi language (#18276)
---
framework/messages/hi/yii.php | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/framework/messages/hi/yii.php b/framework/messages/hi/yii.php
index 58c21544e1..e43b4bff7e 100644
--- a/framework/messages/hi/yii.php
+++ b/framework/messages/hi/yii.php
@@ -26,12 +26,12 @@ return [
' and ' => ' और ',
'(not set)' => '(स्थापित नहीं)',
'An internal server error occurred.' => 'सर्वर में एक आंतरिक दोष उत्पन्न हुआ है।',
- 'Are you sure you want to delete this item?' => 'क्या आप आश्वस्त हैं कि इसे मिटाना चाहते हैं?',
- 'Delete' => 'मिटायें',
+ 'Are you sure you want to delete this item?' => 'क्या आप सुनिश्चित रूप से इस आइटम को मिटाना चाहते हैं?',
+ 'Delete' => 'मिटाएँ',
'Error' => 'खामी',
- 'File upload failed.' => 'फ़ाइल अपलोड असफल हुआ।',
+ 'File upload failed.' => 'फ़ाइल अपलोड असफल रहा।',
'Home' => 'घर',
- 'Invalid data received for parameter "{param}".' => 'पैरामीटर "{param}" के लिए अमान्य डेटा मिली हैं।',
+ 'Invalid data received for parameter "{param}".' => 'पैरामीटर "{param}" के लिए प्राप्त डेटा अमान्य है।',
'Login Required' => 'लॉगिन आवश्यक हैं',
'Missing required arguments: {params}' => 'आवश्यक तर्क: {params} अनुपस्थित है',
'Missing required parameters: {params}' => 'आवश्यक पैरामीटर: {params} अनुपस्थित है',
@@ -46,8 +46,8 @@ return [
'Showing {begin, number}-{end, number} of {totalCount, number} {totalCount, plural, one{item} other{items}}.' => 'दिखाया गया है {totalCount, number} {totalCount, plural, one{चीज} other{चीज़े}} में से {begin, number}-{end, number} ।',
'The combination {values} of {attributes} has already been taken.' => '{attributes} और {values} का संयोजन पहले से ही लिया जा चुका है।',
'The file "{file}" is not an image.' => 'यह फ़ाइल "{file}" एक चित्र नहीं है।',
- 'The file "{file}" is too big. Its size cannot exceed {formattedLimit}.' => 'यह फ़ाइल "{file}" बहुत बड़ी है। इसका आकारण {formattedLimit} से अधिक नहीं हो सकता है।',
- 'The file "{file}" is too small. Its size cannot be smaller than {formattedLimit}.' => 'यह फ़ाइल "{file}" बहुत छोटी है। इसका आकारण {formattedLimit} से छोटा नहीं हो सकता।',
+ 'The file "{file}" is too big. Its size cannot exceed {formattedLimit}.' => 'यह फ़ाइल "{file}" बहुत बड़ी है। इसका आकार {formattedLimit} से अधिक नहीं हो सकता है।',
+ 'The file "{file}" is too small. Its size cannot be smaller than {formattedLimit}.' => 'यह फ़ाइल "{file}" बहुत छोटी है। इसका आकार {formattedLimit} से छोटा नहीं हो सकता।',
'The format of {attribute} is invalid.' => '{attribute} का प्रारूप गलत है।',
'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{पिक्सेल}} से बड़ी नहीं हो सकती।',
'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{पिक्सेल}} से बड़ी नहीं हो सकती।',