diff --git a/src/i18n/locales/hi.js b/src/i18n/locales/hi.js index 95d075bb..e0132fbd 100644 --- a/src/i18n/locales/hi.js +++ b/src/i18n/locales/hi.js @@ -13,6 +13,7 @@ const hi = { new: "नया", new_window: "नई विंडो", open: "खोलें", + open_recent: "हाल ही वाला खोलें", save: "सेव", save_as: "के रूप में सेव करें", save_as_template: "टेम्पलेट के रूप में सेव करें", @@ -104,8 +105,8 @@ const hi = { "स्ट्रिक्ट मोड बंद है इसलिए कोई समस्याएं नहीं दिखाए जाएंगे।", name: "नाम", type: "प्रकार", - null: "Null", - not_null: "नॉट null", + null: "व्यर्थ", + not_null: "नॉट व्यर्थ", primary: "प्राथमिक", unique: "युनिक", autoincrement: "स्वतः वाढ", @@ -119,7 +120,7 @@ const hi = { size: "साइज", precision: "सटीकता", set_precision: "सटीकता सेट करें: (साइज, डिजिट्स)", - use_for_batch_input: "Use , बैच इनपुट के लिए", + use_for_batch_input: "उपयोग करें, बैच इनपुट के लिए", indices: "इंडायसेस", add_index: "इंडेक्स जोड़ें", select_fields: "फ़ील्ड्स चुनें",