diff --git a/adminer/lang/hi.inc.php b/adminer/lang/hi.inc.php index 5c9d0c85..7448695a 100644 --- a/adminer/lang/hi.inc.php +++ b/adminer/lang/hi.inc.php @@ -259,6 +259,56 @@ Lang::$translations = array( 'Permanent link' => 'स्थायी लिंक', 'Edit all' => 'सभी संपादित करें', 'HH:MM:SS' => 'HH:MM:SS', + 'Check has been dropped.' => 'चेक हटा दिया गया है।', + 'Check has been altered.' => 'चेक को बदल दिया गया है।', + 'Check has been created.' => 'चेक बनाया गया है।', + 'Alter check' => 'चेक बदलें', + 'Create check' => 'चेक बनाएँ', + 'Drop %s?' => '%s हटाएँ?', + 'Tables have been optimized.' => 'टेबल्स को ऑप्टिमाइज़ कर दिया गया है।', + 'Materialized view' => 'मटेरियलाइज़्ड व्यू', + 'Vacuum' => 'वैक्यूम', + 'Selected' => 'चयनित', + 'overwrite' => 'ओवरराइट', + 'DB' => 'डेटाबेस', + 'Algorithm' => 'एल्गोरिदम', + 'Columns' => 'कॉलम', + 'Ctrl+click on a value to modify it.' => 'किसी मान को संशोधित करने के लिए Ctrl+क्लिक करें।', + 'File must be in UTF-8 encoding.' => 'फ़ाइल UTF-8 एन्कोडिंग में होनी चाहिए।', + 'Modify' => 'संशोधित करें', + 'Load more data' => 'और डेटा लोड करें', + 'Loading' => 'लोड हो रहा है', + 'ATTACH queries are not supported.' => 'संलग्न क्वेरीज़ समर्थित नहीं हैं।', + 'Warnings' => 'चेतावनियाँ', + '%d / ' => '%d / ', + 'Limit rows' => 'पंक्तियाँ सीमित करें', + 'Inherits from' => 'इनहेरिट करता है', + 'Checks' => 'चेक्स', + 'Adminer does not support accessing a database without a password, more information.' => 'एडमिनर बिना पासवर्ड के डेटाबेस एक्सेस करने का समर्थन नहीं करता, अधिक जानकारी।', + 'Default value' => 'डिफ़ॉल्ट मान', + 'Full table scan' => 'पूरी टेबल स्कैन', + 'Too many unsuccessful logins, try again in %d minute(s).' => 'बहुत अधिक असफल लॉगिन प्रयास, %d मिनट बाद पुनः प्रयास करें।', + 'Thanks for using Adminer, consider donating.' => 'एडमिनर उपयोग करने के लिए धन्यवाद, दान करने पर विचार करें।', + 'Master password expired. Implement %s method to make it permanent.' => 'मास्टर पासवर्ड समाप्त हो गया। इसे स्थायी बनाने के लिए %s मेथड इम्प्लीमेंट करें।', + 'The action will be performed after successful login with the same credentials.' => 'यह क्रिया उसी क्रेडेंशियल्स से सफल लॉगिन के बाद की जाएगी।', + 'Connecting to privileged ports is not allowed.' => 'प्रिविलेज्ड पोर्ट्स से कनेक्ट करने की अनुमति नहीं है।', + 'There is a space in the input password which might be the cause.' => 'इनपुट पासवर्ड में एक स्पेस है जो कारण हो सकता है।', + 'If you did not send this request from Adminer then close this page.' => 'अगर आपने यह अनुरोध एडमिनर से नहीं भेजा है तो इस पेज को बंद करें।', + 'You can upload a big SQL file via FTP and import it from server.' => 'आप एक बड़ी SQL फ़ाइल FTP के माध्यम से अपलोड कर सकते हैं और सर्वर से इम्पोर्ट कर सकते हैं।', + 'Size' => 'आकार', + 'Compute' => 'कम्प्यूट', + 'Loaded plugins' => 'लोडेड प्लगइन्स', + 'screenshot' => 'स्क्रीनशॉट', + 'You are offline.' => 'आप ऑफ़लाइन हैं।', + 'You have no privileges to update this table.' => 'आपके पास इस टेबल को अपडेट करने की अनुमति नहीं है।', + 'Saving' => 'सेव हो रहा है', + 'Unknown error.' => 'अज्ञात त्रुटि।', + '%s must return an array.' => '%s को एक ऐरे रिटर्न करना चाहिए।', + 'Configure %s in %s.' => 'कॉन्फ़िगर %s में %s।', + 'Disable %s or enable %s or %s extensions.' => '%s को डिसेबल करें या %s या %s एक्सटेंशन्स को एनेबल करें।', + 'Database does not support password.' => 'डेटाबेस पासवर्ड का समर्थन नहीं करता।', + 'yes' => 'हाँ', + 'no' => 'नहीं', ); // run `php ../../lang.php hi` to update this file