|
26 | 26 | ' and ' => ' और ',
|
27 | 27 | '(not set)' => '(स्थापित नहीं)',
|
28 | 28 | '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' => 'मिटाएँ', |
31 | 31 | 'Error' => 'खामी',
|
32 |
| - 'File upload failed.' => 'फ़ाइल अपलोड असफल हुआ।', |
| 32 | + 'File upload failed.' => 'फ़ाइल अपलोड असफल रहा।', |
33 | 33 | 'Home' => 'घर',
|
34 |
| - 'Invalid data received for parameter "{param}".' => 'पैरामीटर "{param}" के लिए अमान्य डेटा मिली हैं।', |
| 34 | + 'Invalid data received for parameter "{param}".' => 'पैरामीटर "{param}" के लिए प्राप्त डेटा अमान्य है।', |
35 | 35 | 'Login Required' => 'लॉगिन आवश्यक हैं',
|
36 | 36 | 'Missing required arguments: {params}' => 'आवश्यक तर्क: {params} अनुपस्थित है',
|
37 | 37 | 'Missing required parameters: {params}' => 'आवश्यक पैरामीटर: {params} अनुपस्थित है',
|
|
46 | 46 | '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} ।',
|
47 | 47 | 'The combination {values} of {attributes} has already been taken.' => '{attributes} और {values} का संयोजन पहले से ही लिया जा चुका है।',
|
48 | 48 | '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} से छोटा नहीं हो सकता।', |
51 | 51 | 'The format of {attribute} is invalid.' => '{attribute} का प्रारूप गलत है।',
|
52 | 52 | '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{पिक्सेल}} से बड़ी नहीं हो सकती।',
|
53 | 53 | '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