Update Language files + Dynamic Language File detection

Update Language files + Dynamic Language File detection
This commit is contained in:
Dennis 2022-02-04 08:02:09 +01:00 committed by GitHub
commit 681980c21f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 304 additions and 186 deletions

View file

@ -97,7 +97,8 @@ return [
| |
*/ */
'available_locales' =>["en","cs","de","es","fr","hi","it","nl","pl","zh"], 'available_locales' => array_map('basename', preg_replace('/\\.[^.\\s]{3,4}$/', '', glob(resource_path()."/lang/*.json", GLOB_BRACE))),
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------

View file

@ -64,7 +64,7 @@
"You are required to link your discord account before you can create a server.": "Debe vincular su cuenta de discord antes de poder crear un servidor.", "You are required to link your discord account before you can create a server.": "Debe vincular su cuenta de discord antes de poder crear un servidor.",
"Server created": "Servidor creado", "Server created": "Servidor creado",
"No allocations satisfying the requirements for automatic deployment on this node were found.": "No se encontraron asignaciones que satisfagan los requisitos para la implementación automática en este nodo.", "No allocations satisfying the requirements for automatic deployment on this node were found.": "No se encontraron asignaciones que satisfagan los requisitos para la implementación automática en este nodo.",
"You are required to verify your email address before you can purchase credits.": "Debe verificar su dirección de correo electrónico antes de poder comprar créditos.", "You are required to verify your email address before you can purchase credits.": "Debes de verificar tu dirección de correo electrónico antes de poder comprar créditos.",
"You are required to link your discord account before you can purchase Credits": "Debe vincular su cuenta de discord antes de poder comprar Créditos", "You are required to link your discord account before you can purchase Credits": "Debe vincular su cuenta de discord antes de poder comprar Créditos",
"EXPIRED": "CADUCADO", "EXPIRED": "CADUCADO",
"Payment Confirmation": "Confirmación de Pago", "Payment Confirmation": "Confirmación de Pago",
@ -177,12 +177,12 @@
"Auto-translate": "Traducir automáticamente", "Auto-translate": "Traducir automáticamente",
"If this is checked, the Dashboard will translate itself to the Clients language, if available": "Si está marcado, el Tablero se traducirá solo al idioma del Cliente, si está disponible", "If this is checked, the Dashboard will translate itself to the Clients language, if available": "Si está marcado, el Tablero se traducirá solo al idioma del Cliente, si está disponible",
"Client Language-Switch": "Cambio de idioma del cliente", "Client Language-Switch": "Cambio de idioma del cliente",
"If this is checked, Clients will have the ability to manually change their Dashboard language": "Si esto está marcado, los Clientes tendrán la capacidad de cambiar manualmente el idioma de su Tablero", "If this is checked, Clients will have the ability to manually change their Dashboard language": "Si esto está marcado, los Clientes tendrán la capacidad de cambiar manualmente el idioma de su Panel de Control",
"Mail Service": "Servicio de correo", "Mail Service": "Servicio de correo",
"The Mailer to send e-mails with": "El Mailer para enviar correos electrónicos con", "The Mailer to send e-mails with": "El Mailer para enviar correos electrónicos con",
"Mail Host": "Host de correo", "Mail Host": "Host del correo",
"Mail Port": "Puerto de correo", "Mail Port": "Puerto del correo",
"Mail Username": "Nombre de usuario de correo", "Mail Username": "Nombre de usuario del correo",
"Mail Password": "Contraseña de correo", "Mail Password": "Contraseña de correo",
"Mail Encryption": "Cifrado de correo", "Mail Encryption": "Cifrado de correo",
"Mail From Adress": "Dirección del correo", "Mail From Adress": "Dirección del correo",
@ -191,8 +191,8 @@
"Discord Client-Secret": "Discord Secreto-Cliente", "Discord Client-Secret": "Discord Secreto-Cliente",
"Discord Bot-Token": "Discord Bot-Token", "Discord Bot-Token": "Discord Bot-Token",
"Discord Guild-ID": "Identificación de Guild de Discord", "Discord Guild-ID": "Identificación de Guild de Discord",
"Discord Invite-URL": "Discord Invitación-URL", "Discord Invite-URL": "URL de invitación del servidor de Discord",
"Discord Role-ID": "Discord Rol-ID", "Discord Role-ID": "ID del Rol de Discord",
"Enable ReCaptcha": "Habilitar ReCaptcha", "Enable ReCaptcha": "Habilitar ReCaptcha",
"ReCaptcha Site-Key": "Clave del sitio de ReCaptcha", "ReCaptcha Site-Key": "Clave del sitio de ReCaptcha",
"ReCaptcha Secret-Key": "Clave secreta de ReCaptcha", "ReCaptcha Secret-Key": "Clave secreta de ReCaptcha",
@ -242,7 +242,7 @@
"Adds 1000 credits to your account": "Agrega 1000 créditos a su cuenta", "Adds 1000 credits to your account": "Agrega 1000 créditos a su cuenta",
"This is what the user sees at checkout": "Esto es lo que ve el usuario al finalizar la compra", "This is what the user sees at checkout": "Esto es lo que ve el usuario al finalizar la compra",
"No payment method is configured.": "No hay ningún método de pago configurado.", "No payment method is configured.": "No hay ningún método de pago configurado.",
"To configure the payment methods, head to the .env and add the required options for your prefered payment method.": "Para configurar los métodos de pago, diríjase al .env y agregue las opciones requeridas para su método de pago preferido.", "To configure the payment methods, head to the settings-page and add the required options for your prefered payment method.": "To configure the payment methods, head to the settings-page and add the required options for your prefered payment method.",
"Useful Links": "Enlaces útiles", "Useful Links": "Enlaces útiles",
"Icon class name": "Nombre de la clase de icono", "Icon class name": "Nombre de la clase de icono",
"You can find available free icons": "Puedes encontrar iconos gratuitos disponibles", "You can find available free icons": "Puedes encontrar iconos gratuitos disponibles",

View file

@ -1,90 +1,237 @@
{ {
"Invoice settings updated!": "चालान सेटिंग अपडेट की गईं! ",
"Language settings have not been updated!": "भाषा सेटिंग अपडेट नहीं की गई हैं!",
"Language settings updated!": "भाषा सेटिंग अपडेट की गईं!",
"Misc settings have not been updated!": "विविध सेटिंग्स अपडेट नहीं की गई हैं!",
"Misc settings updated!": "विविध सेटिंग अपडेट की गईं!",
"Payment settings have not been updated!": "भुगतान सेटिंग अपडेट नहीं की गई हैं!",
"Payment settings updated!": "भुगतान सेटिंग अपडेट की गईं!",
"System settings have not been updated!": "सिस्टम सेटिंग्स को अपडेट नहीं किया गया है!",
"System settings updated!": "सिस्टम सेटिंग्स अपडेट की गईं!",
"api key created!": "एपीआई कुंजी बनाई गई!",
"api key updated!": "एपीआई कुंजी अद्यतन!",
"api key has been removed!": "एपीआई कुंजी हटा दी गई है!",
"Edit": "ऐडिट",
"Delete": "हटाएं",
"Store item has been created!": "स्टोर आइटम बनाया गया है!",
"Store item has been updated!": "स्टोर आइटम अपडेट कर दिया गया है!",
"Product has been updated!": "उत्पाद अपडेट कर दिया गया है!",
"Store item has been removed!": "स्टोर आइटम हटा दिया गया है!",
"Created at": "पर बनाया गया",
"Error!": "एरर",
"unknown": "अनजान",
"Pterodactyl synced": "टेरोडक्टाइल सिंक्रनाइज़",
"Your credit balance has been increased!": "आपका क्रेडिट बैलेंस बढ़ा दिया गया है!",
"Your payment is being processed!": "आपका भुगतान संसाधित किया जा रहा है!",
"Your payment has been canceled!": "आपका संदाय रद्द कर दिया गया है!",
"Payment method": "भुगतान विधि",
"Invoice": "इनवॉयस",
"Download": "डाउनलोड",
"Product has been created!": "उत्पाद बनाया गया है!",
"Product has been removed!": "उत्पाद हटा दिया गया है!",
"Show": "दिखाएँ",
"Clone": "क्लोन",
"Server removed": "सर्वर हटा दिया गया",
"An exception has occurred while trying to remove a resource \"": "\"संसाधन को निकालने का प्रयास करते समय एक अपवाद उत्पन्न हुआ\"",
"Server has been updated!": "सर्वर अपडेट कर दिया गया है!",
"Unsuspend": "निलंबन रद्द किया",
"Suspend": "निलंबित करें",
"configuration has been updated!": "कॉन्फ़िगरेशन अपडेट कर दिया गया है!",
"link has been created!": "लिंक बनाया गया है!",
"link has been updated!": "लिंक अपडेट कर दिया गया है!",
"product has been removed!": "उत्पाद निकाल दिया गया है!",
"User does not exists on pterodactyl's panel": "उपयोगकर्ता pterodactyl के पैनल पर मौजूद नहीं है",
"user has been removed!": "उपयोगकर्ता को हटा दिया गया है!",
"Notification sent!": "सूचना भेजी गई!",
"User has been updated!": "उपयोगकर्ता अपडेट कर दिया गया है!",
"Login as User": "उपयोगकर्ता के रूप में लॉगिन करें",
"voucher has been created!": "वाउचर बनाया गया है!",
"voucher has been updated!": "वाउचर अपडेट कर दिया गया है!",
"voucher has been removed!": "वाउचर हटा दिया गया है!",
"This voucher has reached the maximum amount of uses": "यह वाउचर उपयोग की अधिकतम मात्रा तक पहुंच गया है",
"This voucher has expired": "यह वाउचर समाप्त हो गया है",
"You already redeemed this voucher code": "आप इस वाउचर कोड को पहले ही भुना चुके हैं",
"have been added to your balance!": "आपकी शेष राशि में जोड़ दिया गया है!",
"Users": "कर्मचारी",
"VALID": "वैध",
"Account already exists on Pterodactyl. Please contact the Support!": "ये अकाउंट पहले से ही पैनल मै एक्सिस्ट करता है | कृपया समर्थन से संपर्क करें!",
"days": "दिन",
"hours": "घंटे",
"You ran out of Credits": "आपका क्रेडिट खत्म हो गया",
"Profile updated": "प्रोफ़ाइल अपडेट",
"Server limit reached!": "सर्वर की सीमा पूरी हो गई!",
"You are required to verify your email address before you can create a server.": "सर्वर बनाने से पहले आपको अपना ईमेल पता सत्यापित करना होगा।",
"You are required to link your discord account before you can create a server.": "सर्वर बनाने से पहले आपको अपने डिसॉर्डर अकाउंट को लिंक करना होगा।",
"Server created": "सर्वर बनाया",
"No allocations satisfying the requirements for automatic deployment on this node were found.": "इस नोड पर स्वचालित परिनियोजन के लिए आवश्यकताओं को पूरा करने वाला कोई आवंटन नहीं मिला।",
"You are required to verify your email address before you can purchase credits.": "क्रेडिट खरीदने से पहले आपको अपना ईमेल पता सत्यापित करना होगा।",
"You are required to link your discord account before you can purchase Credits": "क्रेडिट खरीदने से पहले आपको अपने दिस्कोर्ड को लिंक करना होगा",
"EXPIRED": "समाप्त हो गई है",
"Payment Confirmation": "भुगतान की पुष्टि",
"Payment Confirmed!": "कीमत का भुगतान पूरा हुआ!",
"Your Payment was successful!": "आपका भुगतान सफल रहा!",
"Hello": "नमस्ते",
"Your payment was processed successfully!": "आपका भुगतान सफलतापूर्वक संसाधित किया गया था!",
"Status": "स्थिति",
"Price": "कीमत",
"Type": "प्रकार",
"Amount": "मात्रा",
"Balance": "बाकी रकम",
"User ID": "उपयोगकर्ता आइडी",
"Server Creation Error": "सर्वर निर्माण त्रुटि",
"Your servers have been suspended!": "आपके सर्वर निलंबित कर दिए गए हैं!",
"To automatically re-enable your server\/s, you need to purchase more credits.": "अपने सर्वर\/सर्वर को स्वचालित रूप से पुन: सक्षम करने के लिए, आपको अधिक क्रेडिट खरीदने की आवश्यकता है।",
"Purchase credits": "क्रेडिट खरीदें",
"If you have any questions please let us know.": "यदि आपके पास कोई प्रश्न है, तो हमें बताएं।",
"Regards": "सादर",
"Getting started!": "शुरू करना!",
"Activity Logs": "गतिविधि लॉग", "Activity Logs": "गतिविधि लॉग",
"Dashboard": "डैशबोर्ड",
"No recent activity from cronjobs": "Cronjobs से कोई हाल की गतिविधि नहीं", "No recent activity from cronjobs": "Cronjobs से कोई हाल की गतिविधि नहीं",
"Check the docs for it here": "इसके लिए डॉक्स यहां देखें",
"Are cronjobs running?": "क्या क्रोनजॉब चल रहे हैं?", "Are cronjobs running?": "क्या क्रोनजॉब चल रहे हैं?",
"Check the docs for it here": "इसके लिए डॉक्स यहां देखें",
"Causer": "वजह", "Causer": "वजह",
"Description": "विवरण", "Description": "विवरण",
"Created at": "पर बनाया गया", "Application API": "आवेदन एपीआई",
"Edit Configuration": "कॉन्फ़िगरेशन संपादित करें", "Create": "सृजन करना",
"Text Field": "पाठ्य से भरा", "Memo": "ज्ञापन",
"Cancel": "रद्द करें", "Submit": "प्रस्तुत करना",
"Close": "बंद", "Create new": "नया बनाओ",
"Save": "सेव करें", "Token": "टोकन",
"true": "सही", "Last used": "पिछले इस्तेमाल किया",
"false": "असत्य", "Are you sure you wish to delete?": "क्या आप सचमुच बंद करना चाहते हैं?",
"Configurations": "विन्यास", "Nests": "घोसले",
"Dashboard": "डैशबोर्ड", "Sync": "साथ - साथ करना",
"Key": "चाभी", "Active": "सक्रिय",
"Value": "मूल्य", "ID": "आइडी",
"Type": "प्रकार", "eggs": "अंडे",
"Name": "नाम",
"Nodes": "नोड्स",
"Location": "स्थान",
"Admin Overview": "व्यवस्थापक अवलोकन", "Admin Overview": "व्यवस्थापक अवलोकन",
"Support server": "समर्थन सर्वर", "Support server": "समर्थन सर्वर",
"Documentation": "प्रलेखन", "Documentation": "प्रलेखन",
"Github": "गिटहब", "Github": "गिटहब",
"Support ControlPanel": "समर्थन नियंत्रण पैनल", "Support ControlPanel": "समर्थन नियंत्रण पैनल",
"Servers": "सर्वरस", "Servers": "सर्वरस",
"Users": "कर्मचारी",
"Total": "कुल", "Total": "कुल",
"Payments": "भुगतान", "Payments": "भुगतान",
"Pterodactyl": "टेरोडक्टाइल", "Pterodactyl": "टेरोडक्टाइल",
"Sync": "साथ - साथ करना",
"Resources": "साधन", "Resources": "साधन",
"Count": "गिनती", "Count": "गिनती",
"Locations": "स्थानों", "Locations": "स्थानों",
"Node": "नोड",
"Nodes": "नोड्स",
"Nests": "घोसले",
"Eggs": "अंडे", "Eggs": "अंडे",
"Last updated :date": "आखरी अपडेट: दिनांक", "Last updated :date": "आखरी अपडेट: दिनांक",
"Purchase": "खरीदें", "Download all Invoices": "सभी चालान डाउनलोड करें",
"ID": "आइडी",
"User": "उपयोगकर्ता",
"Amount": "मात्रा",
"Product Price": "प्रोडक्ट की कीमत", "Product Price": "प्रोडक्ट की कीमत",
"Tax": "कर", "Tax Value": "कर मूल्य",
"Tax Percentage": "टैक्स का प्रतिशत",
"Total Price": "कुल कीमत", "Total Price": "कुल कीमत",
"Payment_ID": "भुगतान_आईडी", "Payment ID": "भुगतान आईडी",
"Payer_ID": "ग्राहक_ID", "Payment Method": "भुगतान का तरीका",
"Product": "उत्पाद",
"Products": "उत्पादों", "Products": "उत्पादों",
"Create": "सृजन करना",
"Product Details": "उत्पाद विवरण", "Product Details": "उत्पाद विवरण",
"Server Details": "सर्वर जानकारी", "Disabled": "विकलांग",
"Product Linking": "उत्पाद लिंकिंग", "Will hide this option from being selected": "इस विकल्प को चुने जाने से छिपा देंगे",
"Name": "नाम",
"Price in": "कीमत में", "Price in": "कीमत में",
"Memory": "मेमोरी", "Memory": "मेमोरी",
"Cpu": "Cpu", "Cpu": "Cpu",
"Swap": "स्वैप", "Swap": "स्वैप",
"This is what the users sees": "यह वही है जो उपयोगकर्ता देखता है",
"Disk": "डिस्क", "Disk": "डिस्क",
"Minimum": "न्यूनतम", "Minimum": "न्यूनतम",
"Setting to -1 will use the value from configuration.": "-1 पर सेट करने से कॉन्फ़िगरेशन से मान का उपयोग होगा।",
"IO": "मैं", "IO": "मैं",
"Databases": "डेटाबेस", "Databases": "डेटाबेस",
"Database": "डेटाबेस",
"Backups": "बैकअप", "Backups": "बैकअप",
"Allocations": "आवंटन", "Allocations": "आवंटन",
"Disabled": "विकलांग", "Product Linking": "उत्पाद लिंकिंग",
"Submit": "प्रस्तुत करना", "Link your products to nodes and eggs to create dynamic pricing for each option": "प्रत्येक विकल्प के लिए गतिशील मूल्य निर्धारण बनाने के लिए अपने उत्पादों को नोड्स और अंडों से लिंक करें",
"This product will only be available for these nodes": "यह उत्पाद केवल इन नोड्स के लिए उपलब्ध होगा", "This product will only be available for these nodes": "यह उत्पाद केवल इन नोड्स के लिए उपलब्ध होगा",
"This product will only be available for these eggs": "यह उत्पाद केवल इन अंडों के लिए उपलब्ध होगा", "This product will only be available for these eggs": "यह उत्पाद केवल इन अंडों के लिए उपलब्ध होगा",
"Will hide this option from being selected": "इस विकल्प को चुने जाने से छिपा देंगे", "Product": "उत्पाद",
"Link your products to nodes and eggs to create dynamic pricing for each option": "प्रत्येक विकल्प के लिए गतिशील मूल्य निर्धारण बनाने के लिए अपने उत्पादों को नोड्स और अंडों से लिंक करें", "CPU": "सीपीयू",
"Setting to -1 will use the value from configuration.": "-1 पर सेट करने से कॉन्फ़िगरेशन से मान का उपयोग होगा।",
"This is what the users sees": "यह वही है जो उपयोगकर्ता देखता है",
"Edit": "ऐडिट",
"Price": "कीमत",
"Are you sure you wish to delete?": "क्या आप सचमुच बंद करना चाहते हैं?",
"Create new": "नया बनाओ",
"Show": "दिखाएँ",
"Updated at": "अपडेट किया गया", "Updated at": "अपडेट किया गया",
"User": "उपयोगकर्ता",
"Config": "कॉन्फ़िग",
"Suspended at": "पर निलंबित", "Suspended at": "पर निलंबित",
"Settings": "सेटिंग्स", "Settings": "सेटिंग्स",
"Dashboard icons": "डैशबोर्ड आइकन", "The installer is not locked!": "इंस्टॉलर लॉक नहीं है!",
"please create a file called \"install.lock\" in your dashboard Root directory. Otherwise no settings will be loaded!": "कृपया अपने डैशबोर्ड रूट निर्देशिका में \"install.lock\" नामक एक फ़ाइल बनाएं। अन्यथा कोई सेटिंग लोड नहीं होगी!",
"or click here": "या यहाँ क्लिक करें",
"Company Name": "कंपनी का नाम",
"Company Adress": "कम्पनी का पता",
"Company Phonenumber": "कंपनी फोननंबर",
"VAT ID": "टैक्स आईडी",
"Company E-Mail Adress": "कंपनी ईमेल पता",
"Company Website": "कंपनी की वेबसाइट",
"Invoice Prefix": "चालान उपसर्ग",
"Enable Invoices": "चालान सक्षम करें",
"Logo": "लोगो",
"Select Invoice Logo": "चालान लोगो का चयन करें",
"Available languages": "उपलब्ध भाषा",
"Default language": "डिफ़ॉल्ट भाषा",
"The fallback Language, if something goes wrong": "फ़ॉलबैक भाषा, अगर कुछ गलत हो जाता है",
"Datable language": "डेटा योग्य भाषा",
"The datatables lang-code. <br><strong>Example:<\/strong> en-gb, fr_fr, de_de<br>More Information: ": "डेटाटेबल्स लैंग-कोड। <br><strong>उदाहरण:<\/strong> en-gb, fr_fr, de_de<br>अधिक जानकारी: ",
"Auto-translate": "ऑटो का अनुवाद",
"If this is checked, the Dashboard will translate itself to the Clients language, if available": "यदि यह चेक किया जाता है, तो डैशबोर्ड स्वयं को क्लाइंट भाषा में अनुवाद करेगा, यदि उपलब्ध हो",
"Client Language-Switch": "क्लाइंट भाषा-स्विच",
"If this is checked, Clients will have the ability to manually change their Dashboard language": "यदि इसे चेक किया जाता है, तो ग्राहक अपनी डैशबोर्ड भाषा को मैन्युअल रूप से बदलने में सक्षम होंगे",
"Mail Service": "मेल सेवा",
"The Mailer to send e-mails with": "मेलर के साथ ई-मेल भेजने के लिए",
"Mail Host": "मेल होस्ट",
"Mail Port": "मेल पोर्ट",
"Mail Username": "मेल उपयोगकर्ता नाम",
"Mail Password": "मेल पासवर्ड",
"Mail Encryption": "मेल पासवर्ड",
"Mail From Adress": "पते से मेल",
"Mail From Name": "नाम से मेल",
"Discord Client-ID": "कलह क्लाइंट-आईडी",
"Discord Client-Secret": "कलह ग्राहक-गुप्त",
"Discord Bot-Token": "कलह बॉट-टोकन",
"Discord Guild-ID": "कलह गिल्ड-आईडी",
"Discord Invite-URL": "कलह आमंत्रण-URL",
"Discord Role-ID": "कलह भूमिका-आईडी",
"Enable ReCaptcha": "रीकैप्चा सक्षम करें",
"ReCaptcha Site-Key": "रीकैप्चा साइट-कुंजी",
"ReCaptcha Secret-Key": "रीकैप्चा सीक्रेट-की",
"PayPal Client-ID": "पेपैल क्लाइंट-आईडी",
"PayPal Secret-Key": "पेपैल गुप्त-कुंजी",
"PayPal Sandbox Client-ID": "पेपैल सैंडबॉक्स क्लाइंट-आईडी",
"optional": "ऐच्छिक",
"PayPal Sandbox Secret-Key": "पेपैल सैंडबॉक्स गुप्त-कुंजी",
"Stripe Secret-Key": "स्ट्राइप सीक्रेट-की",
"Stripe Endpoint-Secret-Key": "धारी समापन बिंदु-गुप्त-कुंजी",
"Stripe Test Secret-Key": "स्ट्राइप टेस्ट सीक्रेट-की",
"Stripe Test Endpoint-Secret-Key": "स्ट्राइप टेस्ट एंडपॉइंट-सीक्रेट-की",
"Payment Methods": "भुगतान की विधि",
"Tax Value in %": "% में कर मूल्य",
"System": "प्रणाली",
"Register IP Check": "रजिस्टर आईपी चेक",
"Prevent users from making multiple accounts using the same IP address.": "उपयोगकर्ताओं को एक ही IP पते का उपयोग करके एकाधिक खाते बनाने से रोकें।",
"Charge first hour at creation": "निर्माण के पहले घंटे चार्ज करें",
"Charges the first hour worth of credits upon creating a server.": "सर्वर बनाने पर पहले घंटे के क्रेडिट का शुल्क लेता है।",
"Credits Display Name": "क्रेडिट प्रदर्शन नाम",
"PHPMyAdmin URL": "PhpMyAdmin URL",
"Enter the URL to your PHPMyAdmin installation. <strong>Without a trailing slash!<\/strong>": "अपने PHPMyAdmin इंस्टॉलेशन का URL दर्ज करें। <strong>पिछली स्लैश के बिना!<\/strong>",
"Pterodactyl URL": "पटरोडैक्टाइल यूआरएल",
"Enter the URL to your Pterodactyl installation. <strong>Without a trailing slash!<\/strong>": "अपने Pterodactyl संस्थापन का URL दर्ज करें। <strong>पिछली स्लैश के बिना!<\/strong>",
"Pterodactyl API Key": "पटरोडैक्टाइल एपीआई कुंजी",
"Enter the API Key to your Pterodactyl installation.": "अपने Pterodactyl स्थापना के लिए API कुंजी दर्ज करें।",
"Force Discord verification": "बल विवाद सत्यापन",
"Force E-Mail verification": "बल ई-मेल सत्यापन",
"Initial Credits": "प्रारंभिक क्रेडिट",
"Initial Server Limit": "प्रारंभिक सर्वर सीमा",
"Credits Reward Amount - Discord": "क्रेडिट पुरस्कार राशि - कलह",
"Credits Reward Amount - E-Mail": "क्रेडिट पुरस्कार राशि - कलह",
"Server Limit Increase - Discord": "सर्वर सीमा में वृद्धि - कलह",
"Server Limit Increase - E-Mail": "सर्वर लिमिट बढ़ाएँ - ईमेल",
"Server": "सर्वर",
"Server Allocation Limit": "सर्वर एलोकेशन सीमा",
"The maximum amount of allocations to pull per node for automatic deployment, if more allocations are being used than this limit is set to, no new servers can be created!": "स्वचालित परिनियोजन के लिए प्रति नोड खींचने के लिए आवंटन की अधिकतम राशि, इस सीमा से अधिक आवंटन का उपयोग किया जा रहा है, कोई नया सर्वर नहीं बनाया जा सकता है!",
"Select panel icon": "पैनल आइकन चुनें", "Select panel icon": "पैनल आइकन चुनें",
"Select panel favicon": "पैनल Favicon चुनें", "Select panel favicon": "पैनल Favicon चुनें",
"Token": "टोकन",
"Last used": "पिछले इस्तेमाल किया",
"Store": "दुकान", "Store": "दुकान",
"Currency code": "मुद्रा कोड", "Currency code": "मुद्रा कोड",
"Checkout the paypal docs to select the appropriate code": "उपयुक्त कोड का चयन करने के लिए पेपैल दस्तावेज़ चेकआउट करें", "Checkout the paypal docs to select the appropriate code": "उपयुक्त कोड का चयन करने के लिए पेपैल दस्तावेज़ चेकआउट करें",
@ -92,91 +239,96 @@
"Amount given to the user after purchasing": "खरीद के बाद यूजर को दी जाने वाली राशि", "Amount given to the user after purchasing": "खरीद के बाद यूजर को दी जाने वाली राशि",
"Display": "डिस्प्ले", "Display": "डिस्प्ले",
"This is what the user sees at store and checkout": "उपयोगकर्ता स्टोर और चेकआउट में यही देखता है", "This is what the user sees at store and checkout": "उपयोगकर्ता स्टोर और चेकआउट में यही देखता है",
"This is what the user sees at checkout": "चेकआउट के समय उपयोगकर्ता यही देखता है",
"Adds 1000 credits to your account": "आपके खाते में 1000 क्रेडिट जोड़ता है", "Adds 1000 credits to your account": "आपके खाते में 1000 क्रेडिट जोड़ता है",
"Active": "सक्रिय", "This is what the user sees at checkout": "चेकआउट के समय उपयोगकर्ता यही देखता है",
"Paypal is not configured.": "पेपैल कॉन्फ़िगर नहीं है।", "No payment method is configured.": "कोई भुगतान विधि कॉन्फ़िगर नहीं है।",
"To configure PayPal, head to the .env and add your PayPals client id and secret.": "पेपैल को कॉन्फ़िगर करने के लिए, .env पर जाएं और अपनी पेपैल की क्लाइंट आईडी और गुप्त जोड़ें", "To configure the payment methods, head to the settings-page and add the required options for your prefered payment method.": "To configure the payment methods, head to the settings-page and add the required options for your prefered payment method.",
"Useful Links": "उपयोगी कड़ियां", "Useful Links": "उपयोगी कड़ियां",
"Icon class name": "आइकन कक्षा का नाम", "Icon class name": "आइकन कक्षा का नाम",
"You can find available free icons": "आप उपलब्ध मुफ्त आइकन पा सकते हैं", "You can find available free icons": "आप उपलब्ध मुफ्त आइकन पा सकते हैं",
"Title": "शीर्षक", "Title": "शीर्षक",
"Link": "लिंक", "Link": "लिंक",
"description": "विवरण",
"Icon": "आइकॉन",
"Username": "उपयोगकर्ता नाम", "Username": "उपयोगकर्ता नाम",
"Email": "ईमेल", "Email": "ईमेल",
"Pterodactly ID": "टेरोडक्टाइल आइडी", "Pterodactyl ID": "टेरोडक्टाइल आइडी",
"This ID refers to the user account created on pterodactyls panel.": "यह आईडी pterodactyls पैनल पर बनाए गए उपयोगकर्ता खाते को संदर्भित करता है।",
"Only edit this if you know what youre doing :)": "इसे केवल तभी संपादित करें जब आप जानते हों कि आप क्या कर रहे हैं :)",
"Server Limit": "सर्वर सीमा", "Server Limit": "सर्वर सीमा",
"Role": "भूमिका", "Role": "भूमिका",
"Administrator": "प्रशासक", " Administrator": " प्रशासक",
"Client": "ग्राहक", "Client": "ग्राहक",
"Member": "सदस्य", "Member": "सदस्य",
"New Password": "नया पासवर्ड", "New Password": "नया पासवर्ड",
"Confirm Password": "पासवर्ड की पुष्टि कीजिये", "Confirm Password": "पासवर्ड की पुष्टि कीजिये",
"This ID refers to the user account created on pterodactyls panel.": "यह आईडी pterodactyls पैनल पर बनाए गए उपयोगकर्ता खाते को संदर्भित करता है।", "Notify": "सूचित करें?",
"Only edit this if you know what youre doing :)": "इसे केवल तभी संपादित करें जब आप जानते हों कि आप क्या कर रहे हैं :)", "Avatar": "अवतार",
"Verified": "सत्यापित", "Verified": "सत्यापित",
"Last seen": "अंतिम बार देखा", "Last seen": "अंतिम बार देखा",
"Notify": "सूचित करें?", "Notifications": "सूचनाएं",
"All": "सब", "All": "सब",
"Send via": "के द्वारा भेजें", "Send via": "के द्वारा भेजें",
"Database": "डेटाबेस",
"Content": "विषय", "Content": "विषय",
"Notifications": "सूचनाएं", "Server limit": "सर्वर सीमा",
"Discord": "डिस्कॉर्ड",
"Usage": "प्रयोग", "Usage": "प्रयोग",
"Config": "कॉन्फ़िग", "IP": "आईपी",
"Vouchers": "वाउचर", "Vouchers": "वाउचर",
"Voucher details": "वाउचर विवरण", "Voucher details": "वाउचर विवरण",
"Memo": "ज्ञापन", "Summer break voucher": "समर ब्रेक वाउचर",
"Code": "कोड", "Code": "कोड",
"Uses": "उपयोगकर्ता",
"Expires at": "पर समाप्त हो रहा है",
"Max": "मैक्स",
"Random": "यादृच्छिक रूप से", "Random": "यादृच्छिक रूप से",
"Status": "स्थिति", "Uses": "उपयोगकर्ता",
"Used / Uses": "प्रयुक्त / उपयोग", "A voucher can only be used one time per user. Uses specifies the number of different users that can use this voucher.": "वाउचर प्रति उपयोगकर्ता केवल एक बार उपयोग किया जा सकता है। उपयोग इस वाउचर का उपयोग करने वाले विभिन्न उपयोगकर्ताओं की संख्या को निर्दिष्ट करता है।",
"Max": "मैक्स",
"Expires at": "पर समाप्त हो रहा है",
"Used \/ Uses": "प्रयुक्त \/ उपयोग",
"Expires": "समय-सीमा समाप्त", "Expires": "समय-सीमा समाप्त",
"Please confirm your password before continuing.": "जारी रखने से पहले कृपया अपने पासवर्ड की पुष्टि करें।",
"Password": "पासवर्ड",
"Forgot Your Password?": "अपना पासवर्ड भूल गए?",
"Sign in to start your session": "अपना सत्र शुरू करने के लिए साइन इन करें", "Sign in to start your session": "अपना सत्र शुरू करने के लिए साइन इन करें",
"Password": "पासवर्ड",
"Remember Me": "मुझे याद रखना", "Remember Me": "मुझे याद रखना",
"Sign In": "साइन इन", "Sign In": "साइन इन",
"Forgot Your Password?": "अपना पासवर्ड भूल गए?",
"Register a new membership": "एक नई सदस्यता पंजीकृत करें", "Register a new membership": "एक नई सदस्यता पंजीकृत करें",
"Please confirm your password before continuing.": "जारी रखने से पहले कृपया अपने पासवर्ड की पुष्टि करें।",
"You forgot your password? Here you can easily retrieve a new password.": "आप अपना पासवर्ड भूल गए? यहां आप आसानी से एक नया पासवर्ड प्राप्त कर सकते हैं।", "You forgot your password? Here you can easily retrieve a new password.": "आप अपना पासवर्ड भूल गए? यहां आप आसानी से एक नया पासवर्ड प्राप्त कर सकते हैं।",
"Request new password": "नए पासवर्ड का अनुरोध करें", "Request new password": "नए पासवर्ड का अनुरोध करें",
"Login": "लॉग इन करें", "Login": "लॉग इन करें",
"You are only one step a way from your new password, recover your password now.": "आप अपने नए पासवर्ड से केवल एक कदम दूर हैं, अपना पासवर्ड अभी पुनर्प्राप्त करें।", "You are only one step a way from your new password, recover your password now.": "आप अपने नए पासवर्ड से केवल एक कदम दूर हैं, अपना पासवर्ड अभी पुनर्प्राप्त करें।",
"Retype password": "पासवर्ड फिर से लिखें", "Retype password": "पासवर्ड फिर से लिखें",
"Change password": "पासवर्ड बदलें", "Change password": "पासवर्ड बदलें",
"I already have a membership": "मेरे पास पहले से ही सदस्यता है",
"Register": "खाता खोलें", "Register": "खाता खोलें",
"I already have a membership": "मेरे पास पहले से ही सदस्यता है",
"Verify Your Email Address": "अपने ईमेल पते की पुष्टि करें", "Verify Your Email Address": "अपने ईमेल पते की पुष्टि करें",
"A fresh verification link has been sent to your email address.": "आपके ईमेल पते पर एक नया सत्यापन लिंक भेज दिया गया है।", "A fresh verification link has been sent to your email address.": "आपके ईमेल पते पर एक नया सत्यापन लिंक भेज दिया गया है।",
"Before proceeding, please check your email for a verification link.": "आगे बढ़ने से पहले, कृपया सत्यापन लिंक के लिए अपना ईमेल देखें।", "Before proceeding, please check your email for a verification link.": "आगे बढ़ने से पहले, कृपया सत्यापन लिंक के लिए अपना ईमेल देखें।",
"If you did not receive the email": "अगर आपको ईमेल प्राप्त नहीं हुआ है", "If you did not receive the email": "अगर आपको ईमेल प्राप्त नहीं हुआ है",
"click here to request another": "दूसरे का अनुरोध करने के लिए यहां क्लिक करें", "click here to request another": "दूसरे का अनुरोध करने के लिए यहां क्लिक करें",
"per month": "प्रति महीना",
"Out of Credits in": "क्रेडिट से बाहर",
"Home": "घर", "Home": "घर",
"Languages": "बोली", "Language": "भाषा",
"See all Notifications": "सभी सूचनाएं देखें", "See all Notifications": "सभी सूचनाएं देखें",
"Redeem code": "रीडीम कोड",
"Profile": "प्रोफ़ाइल", "Profile": "प्रोफ़ाइल",
"Log back in": "वापस लॉग इन करें", "Log back in": "वापस लॉग इन करें",
"Logout": "लॉग आउट करें", "Logout": "लॉग आउट करें",
"Administration": "प्रशासन", "Administration": "प्रशासन",
"Overview": "जानकारी", "Overview": "जानकारी",
"Application API": "आवेदन एपीआई",
"Management": "प्रबंध", "Management": "प्रबंध",
"Other": "दूसरा", "Other": "दूसरा",
"Logs": "लॉग्स", "Logs": "लॉग्स",
"Redeem code": "रीडीम कोड", "Warning!": "चेतावनी!",
"You have not yet verified your email address": "आपने अभी तक अपना ईमेल पता सत्यापित नहीं किया है", "You have not yet verified your email address": "आपने अभी तक अपना ईमेल पता सत्यापित नहीं किया है",
"Click here to resend verification email": "सत्यापन ईमेल पुनः भेजने के लिए यहां क्लिक करें", "Click here to resend verification email": "सत्यापन ईमेल पुनः भेजने के लिए यहां क्लिक करें",
"Please contact support If you didnt receive your verification email.": "कृपया समर्थन से संपर्क करें यदि आपको अपना सत्यापन ईमेल प्राप्त नहीं हुआ है", "Please contact support If you didnt receive your verification email.": "कृपया समर्थन से संपर्क करें यदि आपको अपना सत्यापन ईमेल प्राप्त नहीं हुआ है",
"Thank you for your purchase!": "आपकी खरीदारी के लिए धन्यवाद!", "Thank you for your purchase!": "आपकी खरीदारी के लिए धन्यवाद!",
"Your payment has been confirmed; Your credit balance has been updated.": "आपके भुगतान की पुष्टि हो गई है; आपका क्रेडिट बैलेंस अपडेट कर दिया गया है।", "Your payment has been confirmed; Your credit balance has been updated.": "आपके भुगतान की पुष्टि हो गई है; आपका क्रेडिट बैलेंस अपडेट कर दिया गया है।",
"Payment ID": "भुगतान आईडी",
"Balance": "बाकी रकम",
"User ID": "उपयोगकर्ता आइडी",
"Thanks": "धन्यवाद!", "Thanks": "धन्यवाद!",
"Redeem voucher code": "वाउचर कोड रिडीम करें", "Redeem voucher code": "वाउचर कोड रिडीम करें",
"Close": "बंद",
"Redeem": "एवज", "Redeem": "एवज",
"All notifications": "सारे अधिसूचना", "All notifications": "सारे अधिसूचना",
"Required Email verification!": "आवश्यक ईमेल सत्यापन!", "Required Email verification!": "आवश्यक ईमेल सत्यापन!",
@ -188,115 +340,86 @@
"It looks like this hasnt been set-up correctly! Please contact support.": "ऐसा लगता है कि इसे ठीक से सेट अप नहीं किया गया है! कृपया समर्थन से संपर्क करें।", "It looks like this hasnt been set-up correctly! Please contact support.": "ऐसा लगता है कि इसे ठीक से सेट अप नहीं किया गया है! कृपया समर्थन से संपर्क करें।",
"Change Password": "पासवर्ड बदलें", "Change Password": "पासवर्ड बदलें",
"Current Password": "वर्तमान पासवर्ड", "Current Password": "वर्तमान पासवर्ड",
"Save Changes": "परिवर्तनों को सुरक्षित करें", "Link your discord account!": "अपने दिस्कोर्ड को लिंक करें!",
"Re-Sync Discord": "पुन: समन्वयन कलह",
"You are verified!": "आप सत्यापित हैं!",
"By verifying your discord account, you receive extra Credits and increased Server amounts": "अपने कलह खाते को सत्यापित करके, आप अतिरिक्त क्रेडिट और बढ़ी हुई सर्वर राशि प्राप्त करते हैं", "By verifying your discord account, you receive extra Credits and increased Server amounts": "अपने कलह खाते को सत्यापित करके, आप अतिरिक्त क्रेडिट और बढ़ी हुई सर्वर राशि प्राप्त करते हैं",
"Login with Discord": "दिस्कोर्ड साथ लॉगिन करें",
"You are verified!": "आप सत्यापित हैं!",
"Re-Sync Discord": "पुन: समन्वयन कलह",
"Save Changes": "परिवर्तनों को सुरक्षित करें",
"Server configuration": "सर्वर विन्यास", "Server configuration": "सर्वर विन्यास",
"Error!": "एरर",
"Make sure to link your products to nodes and eggs.": "अपने उत्पादों को नोड्स और अंडों से जोड़ना सुनिश्चित करें।", "Make sure to link your products to nodes and eggs.": "अपने उत्पादों को नोड्स और अंडों से जोड़ना सुनिश्चित करें।",
"There has to be at least 1 valid product for server creation": "सर्वर निर्माण के लिए कम से कम 1 वैध उत्पाद होना चाहिए", "There has to be at least 1 valid product for server creation": "सर्वर निर्माण के लिए कम से कम 1 वैध उत्पाद होना चाहिए",
"Sync now": "अभी सिंक्रनाइज़ करें",
"No products available!": "कोई उत्पाद उपलब्ध नहीं है!", "No products available!": "कोई उत्पाद उपलब्ध नहीं है!",
"No nodes have been linked!": "कोई नोड लिंक नहीं किया गया है!", "No nodes have been linked!": "कोई नोड लिंक नहीं किया गया है!",
"No nests available!": "कोई घोंसला उपलब्ध नहीं है!", "No nests available!": "कोई घोंसला उपलब्ध नहीं है!",
"No eggs have been linked!": "कोई अंडे नहीं जोड़े गए हैं!", "No eggs have been linked!": "कोई अंडे नहीं जोड़े गए हैं!",
"Software / Games": "सॉफ्टवेयर / खेल", "Software \/ Games": "सॉफ्टवेयर \/ खेल",
"Please select software ...": "कृपया सॉफ्टवेयर चुनें...", "Please select software ...": "कृपया सॉफ्टवेयर चुनें...",
"Specification": "विनिर्देश", "---": "---",
"No selection": "कोई चयन नहीं", "Specification ": "विनिर्देश",
"per month": "प्रति महीना", "Node": "नोड",
"Not enough credits!": "पर्याप्त क्रेडिट नहीं!", "Resource Data:": "संसाधन आंकड़े:",
"Please select a configuration ...": "कृपया कोई कॉन्फ़िगरेशन चुनें...", "vCores": "vकर्स",
"No resources found matching current configuration": "वर्तमान कॉन्फ़िगरेशन से मेल खाने वाला कोई संसाधन नहीं मिला", "MB": "एमबी",
"No nodes found matching current configuration": "वर्तमान कॉन्फ़िगरेशन से मेल खाने वाला कोई नोड नहीं मिला", "MySQL": "माई एसक्यूएल",
"Please select a node ...": "कृपया एक नोड चुनें...", "ports": "पोर्ट",
"Not enough": "पर्याप्त नहीं",
"Create server": "सर्वर बनाएं", "Create server": "सर्वर बनाएं",
"Use your servers on our": "हमारे पर अपने सर्वर का प्रयोग करें", "Please select a node ...": "कृपया एक नोड चुनें...",
"pterodactyl panel": "पटरोडैक्टाइल पैनल", "No nodes found matching current configuration": "वर्तमान कॉन्फ़िगरेशन से मेल खाने वाला कोई नोड नहीं मिला",
"Server limit reached!": "सर्वर की सीमा पूरी हो गई!", "Please select a resource ...": "कृपया एक संसाधन का चयन करें...",
"No resources found matching current configuration": "वर्तमान कॉन्फ़िगरेशन से मेल खाने वाला कोई संसाधन नहीं मिला",
"Please select a configuration ...": "कृपया कोई कॉन्फ़िगरेशन चुनें...",
"Not enough credits!": "पर्याप्त क्रेडिट नहीं!",
"Create Server": "अपना सर्वर बनाएं", "Create Server": "अपना सर्वर बनाएं",
"Software": "सॉफ्टवेयर",
"Specification": "विनिर्देश",
"Resource plan": "संसाधन आंकड़े:",
"RAM": "रैम",
"MySQL Databases": "MySQL Databases\n",
"per Hour": "प्रति घंटे",
"per Month": "प्रति महीना",
"Manage": "मॅनेज", "Manage": "मॅनेज",
"Delete server": "सर्वर हटाएं", "Are you sure?": "क्या आपको यकीन है?",
"Price per Hour": "पैसा प्रति घंटा\n", "This is an irreversible action, all files of this server will be removed.": "यह एक अपरिवर्तनीय क्रिया है, इस सर्वर की सभी फाइलें हटा दी जाएंगी।",
"Price per Month": "मूल्य प्रति माह", "Yes, delete it!": "हाँ, मिटा दो!",
"No, cancel!": "नहीं, रहने दे!",
"Canceled ...": "निरसित",
"Deletion has been canceled.": "Deletion has been canceled.",
"Date": "दिनांक", "Date": "दिनांक",
"To": "को",
"From": "से",
"Pending": "लंबित",
"Subtotal": "उप-योग", "Subtotal": "उप-योग",
"Amount Due": "देय राशि",
"Tax": "कर",
"Submit Payment": "भुगतान सबमिट करें", "Submit Payment": "भुगतान सबमिट करें",
"Payment Methods": "भुगतान की विधि", "Purchase": "खरीदें",
"By purchasing this product you agree and accept our terms of service": "इस उत्पाद को खरीदकर आप हमारी सेवा की शर्तों से सहमत होते हैं और स्वीकार करते हैं",
"There are no store products!": "कोई स्टोर उत्पाद नहीं हैं!", "There are no store products!": "कोई स्टोर उत्पाद नहीं हैं!",
"The store is not correctly configured!": "स्टोर सही ढंग से कॉन्फ़िगर नहीं किया गया है!", "The store is not correctly configured!": "स्टोर सही ढंग से कॉन्फ़िगर नहीं किया गया है!",
"Out of Credits in": "क्रेडिट से बाहर",
"days": "दिन",
"hours": "घंटे",
"You ran out of Credits": "आपका क्रेडिट खत्म हो गया",
"Profile updated": "प्रोफ़ाइल अपडेट",
"You are required to verify your email address before you can create a server.": "सर्वर बनाने से पहले आपको अपना ईमेल पता सत्यापित करना होगा।",
"You are required to link your discord account before you can create a server.": "सर्वर बनाने से पहले आपको अपने डिसॉर्डर अकाउंट को लिंक करना होगा।",
"No allocations satisfying the requirements for automatic deployment on this node were found.": "इस नोड पर स्वचालित परिनियोजन के लिए आवश्यकताओं को पूरा करने वाला कोई आवंटन नहीं मिला।",
"Server removed": "सर्वर हटा दिया गया",
"Server created": "सर्वर बनाया",
"An exception has occurred while trying to remove a resource \"": "\"संसाधन को निकालने का प्रयास करते समय एक अपवाद उत्पन्न हुआ\"",
"You are required to verify your email address before you can purchase credits.": "क्रेडिट खरीदने से पहले आपको अपना ईमेल पता सत्यापित करना होगा।",
"You are required to link your discord account before you can purchase ": "खरीदने से पहले आपको अपने कलह खाते को लिंक करना होगा ",
"Warning!": "चेतावनी!",
"api key created!": "एपीआई कुंजी बनाई गई!",
"api key updated!": "एपीआई कुंजी अद्यतन!",
"api key has been removed!": "एपीआई कुंजी हटा दी गई है!",
"configuration has been updated!": "कॉन्फ़िगरेशन अपडेट कर दिया गया है!",
"Pterodactyl synced": "टेरोडक्टाइल सिंक्रनाइज़",
"Your credit balance has been increased!": "आपका क्रेडिट बैलेंस बढ़ा दिया गया है!",
"Payment was Canceled": "भुगतान रद्द कर दिया गया था",
"Store item has been created!": "स्टोर आइटम बनाया गया है!",
"Store item has been updated!": "स्टोर आइटम अपडेट कर दिया गया है!",
"Product has been updated!": "उत्पाद अपडेट कर दिया गया है!",
"Store item has been removed!": "स्टोर आइटम हटा दिया गया है!",
"Product has been created!": "उत्पाद बनाया गया है!",
"Product has been removed!": "उत्पाद हटा दिया गया है!",
"Server has been updated!": "सर्वर अपडेट कर दिया गया है!",
"Icons updated!": "आइकन अपडेट किए गए!",
"link has been created!": "लिंक बनाया गया है!",
"link has been updated!": "लिंक अपडेट कर दिया गया है!",
"user has been removed!": "उपयोगकर्ता को हटा दिया गया है!",
"Notification sent!": "सूचना भेजी गई!",
"User has been updated!": "उपयोगकर्ता अपडेट कर दिया गया है!",
"User does not exists on pterodactyl's panel": "उपयोगकर्ता pterodactyl के पैनल पर मौजूद नहीं है",
"voucher has been created!": "वाउचर बनाया गया है!",
"voucher has been updated!": "वाउचर अपडेट कर दिया गया है!",
"voucher has been removed!": "वाउचर हटा दिया गया है!",
"This voucher has reached the maximum amount of uses": "यह वाउचर उपयोग की अधिकतम मात्रा तक पहुंच गया है",
"This voucher has expired": "यह वाउचर समाप्त हो गया है",
"You already redeemed this voucher code": "आप इस वाउचर कोड को पहले ही भुना चुके हैं",
"You can't redeem this voucher because you would exceed the limit of ": "आप इस वाउचर को रिडीम नहीं कर सकते क्योंकि आप की सीमा को पार कर जाएंगे ",
"have been added to your balance!": "आपकी शेष राशि में जोड़ दिया गया है!",
"Invoice": "इनवॉयस",
"Serial No.": "सीरीयल नम्बर।", "Serial No.": "सीरीयल नम्बर।",
"Invoice date": "इनवॉयस तारीख", "Invoice date": "इनवॉयस तारीख",
"Seller": "विक्रेता", "Seller": "विक्रेता",
"Buyer": "खरीदार", "Buyer": "खरीदार",
"Address": "पता", "Address": "पता",
"VAT code": "वैट कोड", "VAT Code": "VAT कोड",
"Phone": "फोन", "Phone": "फोन",
"Units": "इकाइयों", "Units": "इकाइयों",
"Qty": "मात्रा",
"Discount": "छूट", "Discount": "छूट",
"Sub total": "उप कुल",
"Total discount": "कुल छूट", "Total discount": "कुल छूट",
"Taxable amount": "कर योग्य राशि", "Taxable amount": "कर योग्य राशि",
"Total taxes": "कुल कर",
"Tax rate": "कर की दर", "Tax rate": "कर की दर",
"Total amount": "कुल रकम", "Total taxes": "कुल कर",
"Please pay until": "कृपया भुगतान करें",
"Amount in words": "राशि शब्दों में",
"Notes": "टिप्पणियाँ",
"Shipping": "शिपिंग", "Shipping": "शिपिंग",
"Paid": "भुगतान किया गया", "Total amount": "कुल रकम",
"Due:": "देय:", "Notes": "टिप्पणियाँ",
"Invoice Settings": "चालान सेटिंग", "Amount in words": "राशि शब्दों में",
"Download all Invoices": "सभी चालान डाउनलोड करें", "Please pay until": "कृपया भुगतान करें",
"Key": "चाभी",
"Value": "मूल्य",
"Edit Configuration": "कॉन्फ़िगरेशन संपादित करें",
"Text Field": "पाठ्य से भरा",
"Cancel": "रद्द करें",
"Save": "सहेजें",
"Images and Icons may be cached, reload without cache to see your changes appear": "छवियों और चिह्नों को कैश किया जा सकता है, अपने परिवर्तनों को देखने के लिए कैश के बिना पुनः लोड करें",
"Enter your companys name": "अपनी कंपनी का नाम दर्ज करें", "Enter your companys name": "अपनी कंपनी का नाम दर्ज करें",
"Enter your companys address": "अपनी कंपनी का पता दर्ज करें", "Enter your companys address": "अपनी कंपनी का पता दर्ज करें",
"Enter your companys phone number": "अपनी कंपनी का फ़ोन नंबर दर्ज करें", "Enter your companys phone number": "अपनी कंपनी का फ़ोन नंबर दर्ज करें",
@ -304,25 +427,19 @@
"Enter your companys email address": "अपनी कंपनी का ईमेल पता दर्ज करें", "Enter your companys email address": "अपनी कंपनी का ईमेल पता दर्ज करें",
"Enter your companys website": "अपनी कंपनी की वेबसाइट दर्ज करें", "Enter your companys website": "अपनी कंपनी की वेबसाइट दर्ज करें",
"Enter your custom invoice prefix": "अपना कस्टम चालान उपसर्ग दर्ज करें", "Enter your custom invoice prefix": "अपना कस्टम चालान उपसर्ग दर्ज करें",
"Select Invoice Logo": "चालान लोगो का चयन करें", "The Language of the Datatables. Grab the Language-Codes from here": "डेटाटेबल्स की भाषा। भाषा-संहिता यहाँ से प्राप्त करें",
"Payment Confirmation": "भुगतान की पुष्टि", "Let the Client change the Language": "क्लाइंट को भाषा बदलने दें",
"Payment Confirmed!": "कीमत का भुगतान पूरा हुआ!", "Icons updated!": "आइकन अपडेट किए गए!",
"Server Creation Error": "सर्वर निर्माण त्रुटि", "cs": "चेक",
"Your servers have been suspended!": "आपके सर्वर निलंबित कर दिए गए हैं!", "de": "जर्मन",
"To automatically re-enable your server/s, you need to purchase more credits.": "अपने सर्वर/सर्वर को स्वचालित रूप से पुन: सक्षम करने के लिए, आपको अधिक क्रेडिट खरीदने की आवश्यकता है।", "en": "अंग्रेज़ी",
"Purchase credits": "क्रेडिट खरीदें", "es": "स्पेनिश",
"If you have any questions please let us know.": "यदि आपके पास कोई प्रश्न है, तो हमें बताएं।", "fr": "फ्रांसीसी",
"Regards": "सादर", "hi": "हिंदी",
"Getting started!": "शुरू करना!", "it": "इटॅलियन",
"EXPIRED": "समाप्त हो गई है", "nl": "डच",
"VALID": "वैध", "pl": "पोलिश",
"Unsuspend": "निलंबन रद्द किया", "zh": "चीनी",
"Suspend": "निलंबित करें", "tr": "तुर्क",
"Delete": "हटाएं", "ru": "रूसी"
"Login as User": "उपयोगकर्ता के रूप में लॉगिन करें", }
"Clone": "क्लोन",
"Amount due": "देय राशि",
"Your Payment was successful!": "आपका भुगतान सफल रहा!",
"Hello": "नमस्ते",
"Your payment was processed successfully!": "आपका भुगतान सफलतापूर्वक संसाधित किया गया था!"
}

View file

@ -242,7 +242,7 @@
"Adds 1000 credits to your account": "Aggiunge 1000 crediti al tuo account", "Adds 1000 credits to your account": "Aggiunge 1000 crediti al tuo account",
"This is what the user sees at checkout": "Questo è quello che lutente vede al checkout", "This is what the user sees at checkout": "Questo è quello che lutente vede al checkout",
"No payment method is configured.": "Nessun metodo di pagamento è configurato.", "No payment method is configured.": "Nessun metodo di pagamento è configurato.",
"To configure the payment methods, head to the .env and add the required options for your prefered payment method.": "Per configurare i metodi di pagamento, dirigiti al .env e aggiungi le opzioni necessarie per il tuo metodo di pagamento preferito.", "To configure the payment methods, head to the settings-page and add the required options for your prefered payment method.": "To configure the payment methods, head to the settings-page and add the required options for your prefered payment method.",
"Useful Links": "Link utili", "Useful Links": "Link utili",
"Icon class name": "Nome della classe dellicona", "Icon class name": "Nome della classe dellicona",
"You can find available free icons": "Puoi trovare icone disponibili gratis", "You can find available free icons": "Puoi trovare icone disponibili gratis",
@ -252,7 +252,7 @@
"Icon": "Icona", "Icon": "Icona",
"Username": "Nome utente", "Username": "Nome utente",
"Email": "Email", "Email": "Email",
"Pterodactyl ID": "Pterodactyl ID", "Pterodactyl ID": "ID di Pterodactyl",
"This ID refers to the user account created on pterodactyls panel.": "Questo ID si riferisce allaccount creato sullo Pterodactyl Panel.", "This ID refers to the user account created on pterodactyls panel.": "Questo ID si riferisce allaccount creato sullo Pterodactyl Panel.",
"Only edit this if you know what youre doing :)": "Modifica questo solo se sai cosa stai facendo :)", "Only edit this if you know what youre doing :)": "Modifica questo solo se sai cosa stai facendo :)",
"Server Limit": "Limite server", "Server Limit": "Limite server",