diff --git a/src/locales/translated/hi.json b/src/locales/translated/hi.json index e319cfd7..dd7d1e38 100644 --- a/src/locales/translated/hi.json +++ b/src/locales/translated/hi.json @@ -1,1899 +1,1899 @@ { "credentials": { - "credentialsViewer": "Credentials Viewer", - "manageYourSSHCredentials": "Manage your SSH credentials securely", - "addCredential": "Add Credential", - "createCredential": "Create Credential", - "editCredential": "Edit Credential", - "viewCredential": "View Credential", - "duplicateCredential": "Duplicate Credential", - "deleteCredential": "Delete Credential", - "updateCredential": "Update Credential", - "credentialName": "Credential Name", - "credentialDescription": "Description", - "username": "Username", - "searchCredentials": "Search credentials...", - "selectFolder": "Select Folder", - "selectAuthType": "Select Auth Type", - "allFolders": "All Folders", - "allAuthTypes": "All Auth Types", - "uncategorized": "Uncategorized", - "totalCredentials": "Total", - "keyBased": "Key-based", - "passwordBased": "Password-based", - "folders": "Folders", - "noCredentialsMatchFilters": "No credentials match your filters", - "noCredentialsYet": "No credentials created yet", - "createFirstCredential": "Create your first credential", - "failedToFetchCredentials": "Failed to fetch credentials", - "credentialDeletedSuccessfully": "Credential deleted successfully", - "failedToDeleteCredential": "Failed to delete credential", - "confirmDeleteCredential": "Are you sure you want to delete credential \"{{name}}\"?", - "credentialCreatedSuccessfully": "Credential created successfully", - "credentialUpdatedSuccessfully": "Credential updated successfully", - "failedToSaveCredential": "Failed to save credential", - "failedToFetchCredentialDetails": "Failed to fetch credential details", - "failedToFetchHostsUsing": "Failed to fetch hosts using this credential", - "loadingCredentials": "Loading credentials...", - "retry": "Retry", - "noCredentials": "No Credentials", - "noCredentialsMessage": "You haven't added any credentials yet. Click \"Add Credential\" to get started.", - "sshCredentials": "SSH Credentials", - "credentialsCount": "{{count}} credentials", - "refresh": "Refresh", - "passwordRequired": "Password is required", - "sshKeyRequired": "SSH key is required", - "credentialAddedSuccessfully": "Credential \"{{name}}\" added successfully", - "general": "General", - "description": "Description", - "folder": "Folder", - "tags": "Tags", - "addTagsSpaceToAdd": "Add tags (press space to add)", - "password": "Password", - "key": "Key", - "sshPrivateKey": "SSH Private Key", - "upload": "Upload", - "updateKey": "Update Key", - "keyPassword": "Key Password", - "keyType": "Key Type", - "keyTypeRSA": "RSA", - "keyTypeECDSA": "ECDSA", - "keyTypeEd25519": "Ed25519", - "basicInfo": "Basic Info", - "authentication": "Authentication", - "organization": "Organization", - "basicInformation": "Basic Information", - "basicInformationDescription": "Enter the basic information for this credential", - "authenticationMethod": "Authentication Method", - "authenticationMethodDescription": "Choose how you want to authenticate with SSH servers", - "organizationDescription": "Organize your credentials with folders and tags", - "enterCredentialName": "Enter credential name", - "enterCredentialDescription": "Enter description (optional)", - "enterUsername": "Enter username", - "nameIsRequired": "Credential name is required", - "usernameIsRequired": "Username is required", - "authenticationType": "Authentication Type", - "passwordAuthDescription": "Use password authentication", - "sshKeyAuthDescription": "Use SSH key authentication", - "passwordIsRequired": "Password is required", - "sshKeyIsRequired": "SSH key is required", - "sshKeyType": "SSH Key Type", - "privateKey": "Private Key", - "enterPassword": "Enter password", - "enterPrivateKey": "Enter private key", - "keyPassphrase": "Key Passphrase", - "enterKeyPassphrase": "Enter key passphrase (optional)", - "keyPassphraseOptional": "Optional: leave empty if your key has no passphrase", - "leaveEmptyToKeepCurrent": "Leave empty to keep current value", - "uploadKeyFile": "Upload Key File", - "generateKeyPairButton": "Generate Key Pair", - "generateKeyPair": "Generate Key Pair", - "generateKeyPairDescription": "Generate a new SSH key pair. If you want to protect the key with a passphrase, enter it in the Key Password field below first.", - "deploySSHKey": "Deploy SSH Key", - "deploySSHKeyDescription": "Deploy public key to target server", - "sourceCredential": "Source Credential", - "targetHost": "Target Host", - "deploymentProcess": "Deployment Process", - "deploymentProcessDescription": "This will safely add the public key to the target host's ~/.ssh/authorized_keys file without overwriting existing keys. The operation is reversible.", - "chooseHostToDeploy": "Choose a host to deploy to...", - "deploying": "Deploying...", - "name": "Name", - "noHostsAvailable": "No hosts available", - "noHostsMatchSearch": "No hosts match your search", - "sshKeyGenerationNotImplemented": "SSH key generation feature coming soon", - "connectionTestingNotImplemented": "Connection testing feature coming soon", - "testConnection": "Test Connection", - "selectOrCreateFolder": "Select or create folder", - "noFolder": "No folder", - "orCreateNewFolder": "Or create new folder", - "addTag": "Add tag", - "saving": "Saving...", - "credentialId": "Credential ID", - "overview": "Overview", - "security": "Security", - "usage": "Usage", - "securityDetails": "Security Details", - "securityDetailsDescription": "View encrypted credential information", - "credentialSecured": "Credential Secured", - "credentialSecuredDescription": "All sensitive data is encrypted with AES-256", - "passwordAuthentication": "Password Authentication", - "keyAuthentication": "Key Authentication", - "securityReminder": "Security Reminder", - "securityReminderText": "Never share your credentials. All data is encrypted at rest.", - "hostsUsingCredential": "Hosts Using This Credential", - "noHostsUsingCredential": "No hosts are currently using this credential", - "timesUsed": "Times Used", - "lastUsed": "Last Used", - "connectedHosts": "Connected Hosts", - "created": "Created", - "lastModified": "Last Modified", - "usageStatistics": "Usage Statistics", - "copiedToClipboard": "{{field}} copied to clipboard", - "failedToCopy": "Failed to copy to clipboard", - "sshKey": "SSH Key", - "createCredentialDescription": "Create a new SSH credential for secure access", - "editCredentialDescription": "Update the credential information", - "listView": "List", - "folderView": "Folders", - "unknownCredential": "Unknown", - "confirmRemoveFromFolder": "Are you sure you want to remove \"{{name}}\" from folder \"{{folder}}\"? The credential will be moved to \"Uncategorized\".", - "removedFromFolder": "Credential \"{{name}}\" removed from folder successfully", - "failedToRemoveFromFolder": "Failed to remove credential from folder", - "folderRenamed": "Folder \"{{oldName}}\" renamed to \"{{newName}}\" successfully", - "failedToRenameFolder": "Failed to rename folder", - "movedToFolder": "Credential \"{{name}}\" moved to \"{{folder}}\" successfully", - "failedToMoveToFolder": "Failed to move credential to folder", - "sshPublicKey": "SSH Public Key", - "publicKeyNote": "Public key is optional but recommended for key validation", - "publicKeyUploaded": "Public Key Uploaded", - "uploadPublicKey": "Upload Public Key", - "uploadPrivateKeyFile": "Upload Private Key File", - "uploadPublicKeyFile": "Upload Public Key File", - "privateKeyRequiredForGeneration": "Private key is required to generate public key", - "failedToGeneratePublicKey": "Failed to generate public key", - "generatePublicKey": "Generate from Private Key", - "publicKeyGeneratedSuccessfully": "Public key generated successfully", - "detectedKeyType": "Detected key type", - "detectingKeyType": "detecting...", - "optional": "Optional", - "generateKeyPairNew": "Generate New Key Pair", - "generateEd25519": "Generate Ed25519", - "generateECDSA": "Generate ECDSA", - "generateRSA": "Generate RSA", - "keyTypeEcdsaP256": "ECDSA P-256 (SSH)", - "keyTypeEcdsaP384": "ECDSA P-384 (SSH)", - "keyTypeEcdsaP521": "ECDSA P-521 (SSH)", - "keyTypeDsa": "DSA (SSH)", - "keyTypeRsaSha256": "RSA-SHA2-256", - "keyTypeRsaSha512": "RSA-SHA2-512", - "keyPairGeneratedSuccessfully": "{{keyType}} key pair generated successfully", - "failedToGenerateKeyPair": "Failed to generate key pair", - "generateKeyPairNote": "Generate a new SSH key pair directly. This will replace any existing keys in the form.", - "invalidKey": "Invalid Key", - "detectionError": "Detection Error", - "removing": "Removing:", - "clickToEditCredential": "Click to edit credential", - "dragToMoveBetweenFolders": "Drag to move between folders", - "keyBasedOnlyForDeployment": "Only SSH key-based credentials can be deployed", - "publicKeyRequiredForDeployment": "Public key is required for deployment", - "selectTargetHost": "Please select a target host", - "keyDeployedSuccessfully": "SSH key deployed successfully", - "deploymentFailed": "Deployment failed", - "failedToDeployKey": "Failed to deploy SSH key", - "clickToRenameFolder": "Click to rename folder", - "renameFolder": "Rename folder", - "idLabel": "ID:" + "credentialsViewer": "क्रेडेंशियल व्यूअर", + "manageYourSSHCredentials": "अपने SSH क्रेडेंशियल्स को सुरक्षित रूप से प्रबंधित करें", + "addCredential": "क्रेडेंशियल जोड़ें", + "createCredential": "क्रेडेंशियल बनाएं", + "editCredential": "क्रेडेंशियल संपादित करें", + "viewCredential": "क्रेडेंशियल देखें", + "duplicateCredential": "डुप्लिकेट क्रेडेंशियल", + "deleteCredential": "क्रेडेंशियल हटाएं", + "updateCredential": "क्रेडेंशियल अपडेट करें", + "credentialName": "क्रेडेंशियल नाम", + "credentialDescription": "विवरण", + "username": "उपयोगकर्ता नाम", + "searchCredentials": "खोज क्रेडेंशियल...", + "selectFolder": "फ़ोल्डर चुनें", + "selectAuthType": "प्राधिकरण प्रकार चुनें", + "allFolders": "सभी फ़ोल्डर", + "allAuthTypes": "सभी प्राधिकरण प्रकार", + "uncategorized": "अवर्गीकृत", + "totalCredentials": "कुल", + "keyBased": "कुंजी के आधार पर", + "passwordBased": "पासवर्ड आधारित", + "folders": "फ़ोल्डर", + "noCredentialsMatchFilters": "आपके फ़िल्टर से कोई क्रेडेंशियल मेल नहीं खाते।", + "noCredentialsYet": "अभी तक कोई क्रेडेंशियल नहीं बनाया गया है", + "createFirstCredential": "अपना पहला क्रेडेंशियल बनाएं", + "failedToFetchCredentials": "क्रेडेंशियल प्राप्त करने में विफल", + "credentialDeletedSuccessfully": "क्रेडेंशियल सफलतापूर्वक हटा दिया गया", + "failedToDeleteCredential": "क्रेडेंशियल हटाने में विफल", + "confirmDeleteCredential": "क्या आप वाकई क्रेडेंशियल \"{{name}}\" को हटाना चाहते हैं?", + "credentialCreatedSuccessfully": "क्रेडेंशियल सफलतापूर्वक बनाया गया", + "credentialUpdatedSuccessfully": "क्रेडेंशियल सफलतापूर्वक अपडेट हो गया", + "failedToSaveCredential": "क्रेडेंशियल सहेजने में विफल", + "failedToFetchCredentialDetails": "क्रेडेंशियल विवरण प्राप्त करने में विफल", + "failedToFetchHostsUsing": "इस क्रेडेंशियल का उपयोग करके होस्ट प्राप्त करने में विफलता", + "loadingCredentials": "क्रेडेंशियल लोड हो रहे हैं...", + "retry": "पुन: प्रयास करें", + "noCredentials": "कोई पहचान पत्र नहीं", + "noCredentialsMessage": "आपने अभी तक कोई क्रेडेंशियल नहीं जोड़ा है। शुरू करने के लिए \"क्रेडेंशियल जोड़ें\" पर क्लिक करें।", + "sshCredentials": "एसएसएच क्रेडेंशियल्स", + "credentialsCount": "{{count}} क्रेडेंशियल", + "refresh": "ताज़ा करना", + "passwordRequired": "पासवर्ड आवश्यक है", + "sshKeyRequired": "SSH कुंजी आवश्यक है", + "credentialAddedSuccessfully": "क्रेडेंशियल \"{{name}}\" सफलतापूर्वक जोड़ा गया", + "general": "सामान्य", + "description": "विवरण", + "folder": "फ़ोल्डर", + "tags": "टैग", + "addTagsSpaceToAdd": "टैग जोड़ें (जोड़ने के लिए स्पेस दबाएं)", + "password": "पासवर्ड", + "key": "चाबी", + "sshPrivateKey": "एसएसएच निजी कुंजी", + "upload": "अपलोड करें", + "updateKey": "अपडेट कुंजी", + "keyPassword": "कुंजी पासवर्ड", + "keyType": "कुंजी प्रकार", + "keyTypeRSA": "आरएसए", + "keyTypeECDSA": "ईसीडीएसए", + "keyTypeEd25519": "एड25519", + "basicInfo": "बुनियादी जानकारी", + "authentication": "प्रमाणीकरण", + "organization": "संगठन", + "basicInformation": "मूल जानकारी", + "basicInformationDescription": "इस क्रेडेंशियल के लिए बुनियादी जानकारी दर्ज करें", + "authenticationMethod": "प्रमाणीकरण विधि", + "authenticationMethodDescription": "आप SSH सर्वरों के साथ प्रमाणीकरण कैसे करना चाहते हैं, यह चुनें।", + "organizationDescription": "अपने क्रेडेंशियल्स को फोल्डर और टैग की मदद से व्यवस्थित करें।", + "enterCredentialName": "क्रेडेंशियल का नाम दर्ज करें", + "enterCredentialDescription": "विवरण दर्ज करें (वैकल्पिक)", + "enterUsername": "उपयोगकर्ता नाम दर्ज करें", + "nameIsRequired": "क्रेडेंशियल नाम आवश्यक है", + "usernameIsRequired": "उपयोगकर्ता नाम आवश्यक है", + "authenticationType": "प्रमाणीकरण प्रकार", + "passwordAuthDescription": "पासवर्ड प्रमाणीकरण का उपयोग करें", + "sshKeyAuthDescription": "SSH कुंजी प्रमाणीकरण का उपयोग करें", + "passwordIsRequired": "पासवर्ड आवश्यक है", + "sshKeyIsRequired": "SSH कुंजी आवश्यक है", + "sshKeyType": "एसएसएच कुंजी प्रकार", + "privateKey": "निजी चाबी", + "enterPassword": "पास वर्ड दर्ज करें", + "enterPrivateKey": "निजी कुंजी दर्ज करें", + "keyPassphrase": "कुंजी पासफ़्रेज़", + "enterKeyPassphrase": "कुंजी पासफ़्रेज़ दर्ज करें (वैकल्पिक)", + "keyPassphraseOptional": "वैकल्पिक: यदि आपकी कुंजी में कोई पासफ़्रेज़ नहीं है तो इसे खाली छोड़ दें।", + "leaveEmptyToKeepCurrent": "वर्तमान मान को बनाए रखने के लिए इसे खाली छोड़ दें", + "uploadKeyFile": "कुंजी फ़ाइल अपलोड करें", + "generateKeyPairButton": "कुंजी युग्म उत्पन्न करें", + "generateKeyPair": "कुंजी युग्म उत्पन्न करें", + "generateKeyPairDescription": "एक नया SSH कुंजी युग्म जनरेट करें। यदि आप कुंजी को पासफ़्रेज़ से सुरक्षित रखना चाहते हैं, तो पहले उसे नीचे दिए गए कुंजी पासवर्ड फ़ील्ड में दर्ज करें।", + "deploySSHKey": "एसएसएच कुंजी तैनात करें", + "deploySSHKeyDescription": "सार्वजनिक कुंजी को लक्ष्य सर्वर पर तैनात करें", + "sourceCredential": "स्रोत क्रेडेंशियल", + "targetHost": "लक्ष्य मेजबान", + "deploymentProcess": "तैनाती प्रक्रिया", + "deploymentProcessDescription": "इससे सार्वजनिक कुंजी सुरक्षित रूप से लक्ष्य होस्ट की ~/.ssh/authorized_keys फ़ाइल में जुड़ जाएगी, और मौजूदा कुंजियों को ओवरराइट नहीं किया जाएगा। यह प्रक्रिया प्रतिवर्ती है।", + "chooseHostToDeploy": "परिनियोजन के लिए होस्ट चुनें...", + "deploying": "तैनाती जारी है...", + "name": "नाम", + "noHostsAvailable": "कोई होस्ट उपलब्ध नहीं है", + "noHostsMatchSearch": "आपकी खोज से मेल खाने वाले कोई होस्ट नहीं हैं", + "sshKeyGenerationNotImplemented": "SSH कुंजी जनरेशन सुविधा जल्द ही उपलब्ध होगी", + "connectionTestingNotImplemented": "कनेक्शन टेस्टिंग फीचर जल्द ही आ रहा है", + "testConnection": "कनेक्शन का परीक्षण करें", + "selectOrCreateFolder": "फ़ोल्डर चुनें या बनाएँ", + "noFolder": "कोई फ़ोल्डर नहीं", + "orCreateNewFolder": "या नया फ़ोल्डर बनाएँ", + "addTag": "टैग जोड़ें", + "saving": "सहेजा जा रहा है...", + "credentialId": "क्रेडेंशियल आईडी", + "overview": "अवलोकन", + "security": "सुरक्षा", + "usage": "प्रयोग", + "securityDetails": "सुरक्षा विवरण", + "securityDetailsDescription": "एन्क्रिप्टेड क्रेडेंशियल जानकारी देखें", + "credentialSecured": "क्रेडेंशियल सुरक्षित", + "credentialSecuredDescription": "सभी संवेदनशील डेटा को AES-256 एन्क्रिप्शन के माध्यम से एन्क्रिप्ट किया जाता है।", + "passwordAuthentication": "पासवर्ड प्रमाणीकरण", + "keyAuthentication": "कुंजी प्रमाणीकरण", + "securityReminder": "सुरक्षा अनुस्मारक", + "securityReminderText": "अपनी गोपनीय जानकारी कभी साझा न करें। सभी डेटा सुरक्षित रूप से एन्क्रिप्टेड रहता है।", + "hostsUsingCredential": "इस क्रेडेंशियल का उपयोग करने वाले होस्ट", + "noHostsUsingCredential": "वर्तमान में कोई भी होस्ट इस क्रेडेंशियल का उपयोग नहीं कर रहा है।", + "timesUsed": "बार उपयोग किया गया", + "lastUsed": "अंतिम समय प्रयोग हुआ", + "connectedHosts": "कनेक्टेड होस्ट", + "created": "बनाया था", + "lastModified": "अंतिम बार संशोधित", + "usageStatistics": "उपयोग के आँकड़े", + "copiedToClipboard": "{{field}} क्लिपबोर्ड पर कॉपी हो गया", + "failedToCopy": "क्लिपबोर्ड पर कॉपी करने में विफल", + "sshKey": "एसएसएच कुंजी", + "createCredentialDescription": "सुरक्षित पहुँच के लिए एक नया SSH क्रेडेंशियल बनाएँ", + "editCredentialDescription": "क्रेडेंशियल जानकारी अपडेट करें", + "listView": "सूची", + "folderView": "फ़ोल्डर", + "unknownCredential": "अज्ञात", + "confirmRemoveFromFolder": "क्या आप वाकई \"{{name}}\" को फ़ोल्डर \"{{folder}}\" से हटाना चाहते हैं? क्रेडेंशियल को \"अवर्गीकृत\" में स्थानांतरित कर दिया जाएगा।", + "removedFromFolder": "क्रेडेंशियल \"{{name}}\" फ़ोल्डर से सफलतापूर्वक हटा दिया गया", + "failedToRemoveFromFolder": "फ़ोल्डर से क्रेडेंशियल हटाने में विफल।", + "folderRenamed": "फ़ोल्डर \"{{oldName}}\" का नाम बदलकर \"{{newName}}\" सफलतापूर्वक कर दिया गया है", + "failedToRenameFolder": "फ़ोल्डर का नाम बदलने में विफल", + "movedToFolder": "क्रेडेंशियल \"{{name}}\" सफलतापूर्वक \"{{folder}}\" में स्थानांतरित हो गया", + "failedToMoveToFolder": "क्रेडेंशियल को फ़ोल्डर में स्थानांतरित करने में विफल।", + "sshPublicKey": "एसएसएच सार्वजनिक कुंजी", + "publicKeyNote": "सार्वजनिक कुंजी वैकल्पिक है लेकिन कुंजी सत्यापन के लिए इसकी अनुशंसा की जाती है।", + "publicKeyUploaded": "सार्वजनिक कुंजी अपलोड कर दी गई है", + "uploadPublicKey": "सार्वजनिक कुंजी अपलोड करें", + "uploadPrivateKeyFile": "निजी कुंजी फ़ाइल अपलोड करें", + "uploadPublicKeyFile": "सार्वजनिक कुंजी फ़ाइल अपलोड करें", + "privateKeyRequiredForGeneration": "सार्वजनिक कुंजी उत्पन्न करने के लिए निजी कुंजी आवश्यक है।", + "failedToGeneratePublicKey": "सार्वजनिक कुंजी उत्पन्न करने में विफल", + "generatePublicKey": "निजी कुंजी से उत्पन्न करें", + "publicKeyGeneratedSuccessfully": "सार्वजनिक कुंजी सफलतापूर्वक उत्पन्न हो गई", + "detectedKeyType": "कुंजी प्रकार का पता लगाया गया", + "detectingKeyType": "पता लगाना...", + "optional": "वैकल्पिक", + "generateKeyPairNew": "नई कुंजी जोड़ी उत्पन्न करें", + "generateEd25519": "Ed25519 उत्पन्न करें", + "generateECDSA": "ईसीडीएसए उत्पन्न करें", + "generateRSA": "RSA जनरेट करें", + "keyTypeEcdsaP256": "ईसीडीएसए पी-256 (एसएसएच)", + "keyTypeEcdsaP384": "ईसीडीएसए पी-384 (एसएसएच)", + "keyTypeEcdsaP521": "ईसीडीएसए पी-521 (एसएसएच)", + "keyTypeDsa": "डीएसए (एसएसएच)", + "keyTypeRsaSha256": "आरएसए-SHA2-256", + "keyTypeRsaSha512": "आरएसए-SHA2-512", + "keyPairGeneratedSuccessfully": "{{keyType}} कुंजी युग्म सफलतापूर्वक उत्पन्न हुआ", + "failedToGenerateKeyPair": "कुंजी युग्म उत्पन्न करने में विफल", + "generateKeyPairNote": "सीधे एक नया SSH कुंजी युग्म जनरेट करें। यह फॉर्म में मौजूद सभी मौजूदा कुंजियों को बदल देगा।", + "invalidKey": "अमान्य कुंजी", + "detectionError": "पता लगाने की त्रुटि", + "removing": "हटाना:", + "clickToEditCredential": "क्रेडेंशियल संपादित करने के लिए क्लिक करें", + "dragToMoveBetweenFolders": "फ़ोल्डरों के बीच जाने के लिए ड्रैग करें", + "keyBasedOnlyForDeployment": "केवल SSH कुंजी-आधारित क्रेडेंशियल ही तैनात किए जा सकते हैं।", + "publicKeyRequiredForDeployment": "तैनाती के लिए सार्वजनिक कुंजी आवश्यक है।", + "selectTargetHost": "कृपया एक लक्ष्य होस्ट का चयन करें", + "keyDeployedSuccessfully": "SSH कुंजी सफलतापूर्वक तैनात हो गई", + "deploymentFailed": "तैनाती विफल रही", + "failedToDeployKey": "SSH कुंजी तैनात करने में विफल", + "clickToRenameFolder": "फ़ोल्डर का नाम बदलने के लिए क्लिक करें", + "renameFolder": "फ़ोल्डर का नाम बदलें", + "idLabel": "पहचान:" }, "dragIndicator": { - "error": "Error: {{error}}", - "dragging": "Dragging {{fileName}}", - "preparing": "Preparing {{fileName}}", - "readySingle": "Ready to download {{fileName}}", - "readyMultiple": "Ready to download {{count}} files", - "batchDrag": "Drag {{count}} files to desktop", - "dragToDesktop": "Drag to desktop", - "canDragAnywhere": "You can drag files anywhere on your desktop" + "error": "त्रुटि: {{error}}", + "dragging": "खींचना {{fileName}}", + "preparing": "तैयारी {{fileName}}", + "readySingle": "डाउनलोड करने के लिए तैयार {{fileName}}", + "readyMultiple": "डाउनलोड करने के लिए तैयार {{count}} फ़ाइलें", + "batchDrag": "{{count}} फ़ाइलों को डेस्कटॉप पर खींचें", + "dragToDesktop": "डेस्कटॉप पर खींचें", + "canDragAnywhere": "आप फ़ाइलों को अपने डेस्कटॉप पर कहीं भी खींच सकते हैं।" }, "sshTools": { - "title": "SSH Tools", - "closeTools": "Close SSH Tools", - "keyRecording": "Key Recording", - "startKeyRecording": "Start Key Recording", - "stopKeyRecording": "Stop Key Recording", - "selectTerminals": "Select terminals:", - "typeCommands": "Type commands (all keys supported):", + "title": "एसएसएच उपकरण", + "closeTools": "SSH टूल्स बंद करें", + "keyRecording": "मुख्य रिकॉर्डिंग", + "startKeyRecording": "मुख्य रिकॉर्डिंग शुरू करें", + "stopKeyRecording": "रिकॉर्डिंग रोकें", + "selectTerminals": "टर्मिनल चुनें:", + "typeCommands": "कमांड टाइप करें (सभी कुंजियाँ समर्थित हैं):", "commandsWillBeSent": "Commands will be sent to {{count}} selected terminal(s).", - "settings": "Settings", - "enableRightClickCopyPaste": "Enable right‑click copy/paste", - "shareIdeas": "Have ideas for what should come next for ssh tools? Share them on", + "settings": "सेटिंग्स", + "enableRightClickCopyPaste": "दाएँ क्लिक करके कॉपी/पेस्ट करने की सुविधा चालू करें", + "shareIdeas": "SSH टूल्स के लिए आगे क्या होना चाहिए, इस बारे में आपके पास कोई विचार हैं? उन्हें साझा करें।", "scripts": { - "inputPlaceholder": "e.g., System Commands, Docker Scripts" + "inputPlaceholder": "उदाहरण के लिए, सिस्टम कमांड, डॉकर स्क्रिप्ट" } }, "snippets": { - "title": "Snippets", - "new": "New Snippet", - "create": "Create Snippet", - "edit": "Edit Snippet", - "run": "Run", - "empty": "No snippets yet", - "emptyHint": "Create a snippet to save commonly used commands", - "searchSnippets": "Search snippets...", - "name": "Name", - "description": "Description", - "content": "Command", - "namePlaceholder": "e.g., Restart Nginx", - "descriptionPlaceholder": "Optional description", - "contentPlaceholder": "e.g., sudo systemctl restart nginx", - "nameRequired": "Name is required", - "contentRequired": "Command is required", - "createDescription": "Create a new command snippet for quick execution", - "editDescription": "Edit this command snippet", - "deleteConfirmTitle": "Delete Snippet", - "deleteConfirmDescription": "Are you sure you want to delete \"{{name}}\"?", - "createSuccess": "Snippet created successfully", - "updateSuccess": "Snippet updated successfully", - "deleteSuccess": "Snippet deleted successfully", - "createFailed": "Failed to create snippet", - "updateFailed": "Failed to update snippet", - "deleteFailed": "Failed to delete snippet", - "failedToFetch": "Failed to fetch snippets", - "executeSuccess": "Executing: {{name}}", - "copySuccess": "Copied \"{{name}}\" to clipboard", - "runTooltip": "Execute this snippet in the terminal", - "copyTooltip": "Copy snippet to clipboard", - "editTooltip": "Edit this snippet", - "deleteTooltip": "Delete this snippet", - "newFolder": "New Folder", - "reorderSameFolder": "Can only reorder snippets within the same folder", - "reorderSuccess": "Snippets reordered successfully", - "reorderFailed": "Failed to reorder snippets", - "deleteFolderConfirm": "Delete folder \"{{name}}\"? All snippets will be moved to Uncategorized.", - "deleteFolderSuccess": "Folder deleted successfully", - "deleteFolderFailed": "Failed to delete folder", - "updateFolderSuccess": "Folder updated successfully", - "createFolderSuccess": "Folder created successfully", - "updateFolderFailed": "Failed to update folder", - "createFolderFailed": "Failed to create folder", - "selectTerminals": "Select Terminals (optional)", - "executeOnSelected": "Execute on {{count}} selected terminal(s)", - "executeOnCurrent": "Execute on current terminal (click to select multiple)", - "folder": "Folder", - "selectFolder": "Select a folder or leave empty", - "noFolder": "No folder (Uncategorized)", - "folderName": "Folder Name", - "folderNameRequired": "Folder name is required", - "folderColor": "Folder Color", - "folderIcon": "Folder Icon", - "preview": "Preview", - "updateFolder": "Update Folder", - "createFolder": "Create Folder", - "editFolder": "Edit Folder", - "editFolderDescription": "Customize your snippet folder", - "createFolderDescription": "Organize your snippets into folders" + "title": "स्निपेट्स", + "new": "नया अंश", + "create": "स्निपेट बनाएं", + "edit": "स्निपेट संपादित करें", + "run": "दौड़ना", + "empty": "अभी तक कोई अंश उपलब्ध नहीं हैं", + "emptyHint": "सामान्य रूप से उपयोग किए जाने वाले कमांड को सहेजने के लिए एक स्निपेट बनाएं।", + "searchSnippets": "खोज के अंश...", + "name": "नाम", + "description": "विवरण", + "content": "आज्ञा", + "namePlaceholder": "उदाहरण के लिए, Nginx को रीस्टार्ट करें", + "descriptionPlaceholder": "वैकल्पिक विवरण", + "contentPlaceholder": "उदाहरण के लिए, sudo systemctl restart nginx", + "nameRequired": "नाम आवश्यक है", + "contentRequired": "आदेश आवश्यक है", + "createDescription": "त्वरित निष्पादन के लिए एक नया कमांड स्निपेट बनाएं", + "editDescription": "इस कमांड स्निपेट को संपादित करें", + "deleteConfirmTitle": "स्निपेट हटाएं", + "deleteConfirmDescription": "क्या आप वाकई \"{{name}}\" को हटाना चाहते हैं?", + "createSuccess": "स्निपेट सफलतापूर्वक बनाया गया", + "updateSuccess": "स्निपेट सफलतापूर्वक अपडेट हो गया", + "deleteSuccess": "स्निपेट सफलतापूर्वक हटा दिया गया", + "createFailed": "स्निपेट बनाने में विफल", + "updateFailed": "स्निपेट को अपडेट करने में विफल", + "deleteFailed": "स्निपेट को हटाने में विफल", + "failedToFetch": "स्निपेट लाने में विफल", + "executeSuccess": "निष्पादन: {{name}}", + "copySuccess": "क्लिपबोर्ड पर \"{{name}}\" कॉपी किया गया", + "runTooltip": "टर्मिनल में इस कोड स्निपेट को चलाएँ।", + "copyTooltip": "इस अंश को क्लिपबोर्ड पर कॉपी करें", + "editTooltip": "इस अंश को संपादित करें", + "deleteTooltip": "इस अंश को हटा दें", + "newFolder": "नया फ़ोल्डर", + "reorderSameFolder": "केवल एक ही फ़ोल्डर के भीतर स्निपेट्स को ही पुनर्व्यवस्थित किया जा सकता है", + "reorderSuccess": "स्निपेट्स को सफलतापूर्वक पुनर्व्यवस्थित कर दिया गया है।", + "reorderFailed": "स्निपेट्स को पुनर्व्यवस्थित करने में विफल", + "deleteFolderConfirm": "फ़ोल्डर \"{{name}}\" हटाएं? सभी स्निपेट्स को अवर्गीकृत में स्थानांतरित कर दिया जाएगा।", + "deleteFolderSuccess": "फ़ोल्डर सफलतापूर्वक हटा दिया गया", + "deleteFolderFailed": "फ़ोल्डर को हटाने में विफल", + "updateFolderSuccess": "फ़ोल्डर सफलतापूर्वक अपडेट हो गया", + "createFolderSuccess": "फ़ोल्डर सफलतापूर्वक बनाया गया", + "updateFolderFailed": "फ़ोल्डर को अपडेट करने में विफल", + "createFolderFailed": "फ़ोल्डर बनाने में विफल", + "selectTerminals": "टर्मिनल चुनें (वैकल्पिक)", + "executeOnSelected": "{{count}} चयनित टर्मिनल(ओं) पर निष्पादित करें", + "executeOnCurrent": "वर्तमान टर्मिनल पर निष्पादित करें (एकाधिक चुनने के लिए क्लिक करें)", + "folder": "फ़ोल्डर", + "selectFolder": "कोई फ़ोल्डर चुनें या उसे खाली छोड़ दें", + "noFolder": "कोई फ़ोल्डर नहीं (अवर्गीकृत)", + "folderName": "फ़ोल्डर का नाम", + "folderNameRequired": "फ़ोल्डर का नाम आवश्यक है", + "folderColor": "फ़ोल्डर का रंग", + "folderIcon": "फ़ोल्डर आइकन", + "preview": "पूर्व दर्शन", + "updateFolder": "फ़ोल्डर अपडेट करें", + "createFolder": "फ़ोल्डर बनाएँ", + "editFolder": "फ़ोल्डर संपादित करें", + "editFolderDescription": "अपने स्निपेट फ़ोल्डर को अनुकूलित करें", + "createFolderDescription": "अपने लेखों के अंशों को फ़ोल्डरों में व्यवस्थित करें।" }, "commandHistory": { - "title": "History", - "searchPlaceholder": "Search commands...", - "noTerminal": "No active terminal", - "noTerminalHint": "Open a terminal to see its command history.", - "empty": "No command history yet", - "emptyHint": "Execute commands in the active terminal to build its history.", - "noResults": "No commands found", - "noResultsHint": "No commands matching \"{{query}}\"", - "deleteSuccess": "Command deleted from history", - "deleteFailed": "Failed to delete command.", - "deleteTooltip": "Delete command", - "tabHint": "Use Tab in Terminal to autocomplete from command history if enabled in User Profile", - "authRequiredRefresh": "Authentication required. Please refresh the page.", - "dataAccessLockedReauth": "Data access locked. Please re-authenticate.", - "loading": "Loading command history...", - "error": "Error Loading History" + "title": "इतिहास", + "searchPlaceholder": "खोज कमांड...", + "noTerminal": "कोई सक्रिय टर्मिनल नहीं", + "noTerminalHint": "टर्मिनल खोलकर उसकी कमांड हिस्ट्री देखें।", + "empty": "अभी तक कोई कमांड हिस्ट्री उपलब्ध नहीं है", + "emptyHint": "टर्मिनल का इतिहास बनाने के लिए सक्रिय टर्मिनल में कमांड निष्पादित करें।", + "noResults": "कोई कमांड नहीं मिली", + "noResultsHint": "\"{{query}}\" से मेल खाने वाली कोई कमांड नहीं है", + "deleteSuccess": "कमांड इतिहास से हटा दी गई", + "deleteFailed": "कमांड को हटाने में विफलता।", + "deleteTooltip": "डिलीट कमांड", + "tabHint": "यदि उपयोगकर्ता प्रोफ़ाइल में सक्षम किया गया है, तो टर्मिनल में टैब का उपयोग करके कमांड इतिहास से स्वतः पूर्ण करें।", + "authRequiredRefresh": "प्रमाणीकरण आवश्यक है। कृपया पृष्ठ को रीफ़्रेश करें।", + "dataAccessLockedReauth": "डेटा एक्सेस लॉक हो गया है। कृपया पुनः प्रमाणीकरण करें।", + "loading": "कमांड इतिहास लोड हो रहा है...", + "error": "इतिहास लोड करने में त्रुटि" }, "splitScreen": { - "title": "Split Screen", - "none": "None", - "twoSplit": "2-Way", - "threeSplit": "3-Way", - "fourSplit": "4-Way", - "availableTabs": "Available Tabs", - "dragTabsHint": "Drag tabs to the layout cells below to assign them", - "layout": "Split Screen Layout", - "dropHere": "Drop tab here", - "apply": "Apply Split", - "clear": "Clear Split", - "selectMode": "Select a split screen mode", - "helpText": "Choose how many tabs you want to view at once", - "success": "Split screen applied successfully", - "cleared": "Split screen cleared", + "title": "स्प्लिट स्क्रीन", + "none": "कोई नहीं", + "twoSplit": "2 रास्ते", + "threeSplit": "3-तरफ़ा", + "fourSplit": "4 तरफा", + "availableTabs": "उपलब्ध टैब", + "dragTabsHint": "टैब को नीचे दिए गए लेआउट सेल में खींचकर उन्हें असाइन करें", + "layout": "स्प्लिट स्क्रीन लेआउट", + "dropHere": "टैब को यहाँ ड्रॉप करें", + "apply": "स्प्लिट लागू करें", + "clear": "स्पष्ट विभाजन", + "selectMode": "स्प्लिट स्क्रीन मोड चुनें", + "helpText": "आप एक साथ कितने टैब देखना चाहते हैं, यह चुनें।", + "success": "स्प्लिट स्क्रीन सफलतापूर्वक लागू हो गई है।", + "cleared": "स्प्लिट स्क्रीन साफ़ हो गई", "error": { - "noAssignments": "Please assign at least one tab to the layout", - "fillAllSlots": "Please fill all {{count}} slots before applying" + "noAssignments": "कृपया लेआउट में कम से कम एक टैब असाइन करें", + "fillAllSlots": "आवेदन करने से पहले कृपया सभी {{count}} रिक्त स्थान भरें" } }, "homepage": { - "loggedInTitle": "Logged in!", - "loggedInMessage": "You are logged in! Use the sidebar to access all available tools. To get started, create an SSH Host in the SSH Manager tab. Once created, you can connect to that host using the other apps in the sidebar.", - "failedToLoadAlerts": "Failed to load alerts", - "failedToDismissAlert": "Failed to dismiss alert" + "loggedInTitle": "में लॉग इन!", + "loggedInMessage": "आप लॉग इन हो चुके हैं! सभी उपलब्ध टूल्स तक पहुँचने के लिए साइडबार का उपयोग करें। शुरुआत करने के लिए, SSH मैनेजर टैब में एक SSH होस्ट बनाएँ। होस्ट बन जाने के बाद, आप साइडबार में मौजूद अन्य ऐप्स का उपयोग करके उस होस्ट से कनेक्ट कर सकते हैं।", + "failedToLoadAlerts": "अलर्ट लोड करने में विफल", + "failedToDismissAlert": "अलर्ट को खारिज करने में विफल" }, "serverConfig": { - "title": "Server Configuration", - "description": "Configure the Termix server URL to connect to your backend services", - "serverUrl": "Server URL", - "enterServerUrl": "Please enter a server URL", - "testConnectionFirst": "Please test the connection first", - "connectionSuccess": "Connection successful!", - "connectionFailed": "Connection failed", - "connectionError": "Connection error occurred", - "connected": "Connected", - "disconnected": "Disconnected", - "configSaved": "Configuration saved successfully", - "saveFailed": "Failed to save configuration", - "saveError": "Error saving configuration", - "saving": "Saving...", - "saveConfig": "Save Configuration", - "helpText": "Enter the URL where your Termix server is running (e.g., http://localhost:30001 or https://your-server.com)", - "warning": "Warning", - "notValidatedWarning": "URL not validated - ensure it's correct", - "changeServer": "Change Server", - "mustIncludeProtocol": "Server URL must start with http:// or https://" + "title": "सर्वर कॉन्फ़िगरेशन", + "description": "अपने बैकएंड सेवाओं से कनेक्ट करने के लिए टर्मिक्स सर्वर यूआरएल को कॉन्फ़िगर करें।", + "serverUrl": "सर्वर यूआरएल", + "enterServerUrl": "कृपया सर्वर URL दर्ज करें", + "testConnectionFirst": "कृपया पहले कनेक्शन की जांच कर लें।", + "connectionSuccess": "कनेक्शन सफल रहा!", + "connectionFailed": "कनेक्शन विफल", + "connectionError": "कनेक्शन त्रुटि हुई", + "connected": "जुड़े हुए", + "disconnected": "डिस्कनेक्ट किया गया", + "configSaved": "कॉन्फ़िगरेशन सफलतापूर्वक सहेज लिया गया", + "saveFailed": "कॉन्फ़िगरेशन सहेजने में विफल", + "saveError": "कॉन्फ़िगरेशन सहेजने में त्रुटि", + "saving": "सहेजा जा रहा है...", + "saveConfig": "कॉन्फ़िगरेशन सहेजें", + "helpText": "वह URL दर्ज करें जहां आपका टर्मिक्स सर्वर चल रहा है (उदाहरण के लिए, http://localhost:30001 या https://your-server.com)", + "warning": "चेतावनी", + "notValidatedWarning": "यूआरएल सत्यापित नहीं हुआ है - कृपया सुनिश्चित करें कि यह सही है।", + "changeServer": "सर्वर बदलें", + "mustIncludeProtocol": "सर्वर URL की शुरुआत http:// या https:// से होनी चाहिए।" }, "versionCheck": { - "error": "Version Check Error", - "checkFailed": "Failed to check for updates", - "upToDate": "App is Up to Date", - "currentVersion": "You are running version {{version}}", - "updateAvailable": "Update Available", - "newVersionAvailable": "A new version is available! You are running {{current}}, but {{latest}} is available.", - "releasedOn": "Released on {{date}}", - "downloadUpdate": "Download Update", - "dismiss": "Dismiss", - "checking": "Checking for updates...", - "checkUpdates": "Check for Updates", - "checkingUpdates": "Checking for updates...", - "refresh": "Refresh", - "updateRequired": "Update Required", - "updateDismissed": "Update notification dismissed", - "noUpdatesFound": "No updates found" + "error": "संस्करण जाँच त्रुटि", + "checkFailed": "अपडेट की जाँच करने में विफल", + "upToDate": "ऐप अपडेटेड है", + "currentVersion": "आप संस्करण {{version}}चला रहे हैं", + "updateAvailable": "उपलब्ध अद्यतन", + "newVersionAvailable": "एक नया संस्करण उपलब्ध है! आप {{current}}चला रहे हैं, लेकिन {{latest}} भी उपलब्ध है।", + "releasedOn": "{{date}}को जारी किया गया", + "downloadUpdate": "अपडेट डाउनलोड करें", + "dismiss": "नकार देना", + "checking": "अपडेट के लिए जांच कर रहा है...", + "checkUpdates": "अद्यतन के लिए जाँच", + "checkingUpdates": "अपडेट के लिए जांच कर रहा है...", + "refresh": "ताज़ा करना", + "updateRequired": "अद्यतन आवश्यक है", + "updateDismissed": "अपडेट अधिसूचना खारिज कर दी गई", + "noUpdatesFound": "कोई अपडेट नहीं मिला" }, "common": { - "close": "Close", - "minimize": "Minimize", - "online": "Online", - "offline": "Offline", - "continue": "Continue", - "maintenance": "Maintenance", - "degraded": "Degraded", - "discord": "Discord", - "error": "Error", - "warning": "Warning", - "info": "Info", - "success": "Success", - "loading": "Loading...", - "required": "Required", - "optional": "Optional", - "connect": "Connect", - "connecting": "Connecting...", - "creating": "Creating...", - "clear": "Clear", - "toggleSidebar": "Toggle Sidebar", - "sidebar": "Sidebar", - "home": "Home", - "expired": "Expired", - "expiresToday": "Expires today", - "expiresTomorrow": "Expires in {{days}} days", - "updateAvailable": "Update Available", - "sshPath": "SSH Path", - "localPath": "Local Path", - "appName": "Termix", - "resetSidebarWidth": "Reset sidebar width", - "dragToResizeSidebar": "Drag to resize sidebar", - "noAuthCredentials": "No authentication credentials available for this SSH host", - "noReleases": "No Releases", - "updatesAndReleases": "Updates & Releases", - "newVersionAvailable": "A new version ({{version}}) is available.", - "failedToFetchUpdateInfo": "Failed to fetch update information", - "preRelease": "Pre-release", - "loginFailed": "Login failed", - "noReleasesFound": "No releases found.", - "yourBackupCodes": "Your Backup Codes", - "sendResetCode": "Send Reset Code", - "verifyCode": "Verify Code", - "resetPassword": "Reset Password", - "resetCode": "Reset Code", - "newPassword": "New Password", - "folder": "Folder", - "file": "File", - "renamedSuccessfully": "renamed successfully", - "deletedSuccessfully": "deleted successfully", - "noTunnelConnections": "No tunnel connections configured", - "sshTools": "SSH Tools", - "english": "English", - "chinese": "Chinese", - "german": "German", - "cancel": "Cancel", - "username": "Username", - "name": "Name", - "login": "Login", - "logout": "Logout", - "register": "Register", - "password": "Password", - "version": "Version", - "confirmPassword": "Confirm Password", - "back": "Back", - "email": "Email", - "submit": "Submit", - "change": "Change", - "save": "Save", - "saving": "Saving...", - "delete": "Delete", - "edit": "Edit", - "add": "Add", - "search": "Search", - "confirm": "Confirm", - "yes": "Yes", - "no": "No", - "ok": "OK", - "enabled": "Enabled", - "disabled": "Disabled", - "important": "Important", - "notEnabled": "Not Enabled", - "settingUp": "Setting up...", - "next": "Next", - "previous": "Previous", - "refresh": "Refresh", - "settings": "Settings", - "profile": "Profile", - "help": "Help", - "about": "About", - "language": "Language", - "autoDetect": "Auto-detect", - "changeAccountPassword": "Change your account password", - "passwordResetTitle": "Password Reset", - "passwordResetDescription": "You are about to reset your password. This will log you out of all active sessions.", - "enterSixDigitCode": "Enter the 6-digit code from the docker container logs for user:", - "enterNewPassword": "Enter your new password for user:", - "passwordsDoNotMatch": "Passwords do not match", - "passwordMinLength": "Password must be at least 6 characters long", - "passwordResetSuccess": "Password reset successfully! You can now log in with your new password.", - "failedToInitiatePasswordReset": "Failed to initiate password reset", - "failedToVerifyResetCode": "Failed to verify reset code", - "failedToCompletePasswordReset": "Failed to complete password reset", - "documentation": "Documentation", - "retry": "Retry", - "checking": "Checking...", - "checkingDatabase": "Checking database connection...", - "actions": "Actions", - "remove": "Remove", - "revoke": "Revoke", - "create": "Create" + "close": "बंद करना", + "minimize": "छोटा करना", + "online": "ऑनलाइन", + "offline": "ऑफलाइन", + "continue": "जारी रखना", + "maintenance": "रखरखाव", + "degraded": "अपमानित", + "discord": "कलह", + "error": "गलती", + "warning": "चेतावनी", + "info": "जानकारी", + "success": "सफलता", + "loading": "लोड हो रहा है...", + "required": "आवश्यक", + "optional": "वैकल्पिक", + "connect": "जोड़ना", + "connecting": "कनेक्ट हो रहा है...", + "creating": "सृजन...", + "clear": "स्पष्ट", + "toggleSidebar": "साइडबार टॉगल करें", + "sidebar": "साइड बार", + "home": "घर", + "expired": "खत्म हो चुका", + "expiresToday": "आज समाप्त हो रहा है", + "expiresTomorrow": "{{days}} दिनों में समाप्त हो जाएगा", + "updateAvailable": "उपलब्ध अद्यतन", + "sshPath": "एसएसएच पथ", + "localPath": "स्थानीय पथ", + "appName": "टर्मिक्स", + "resetSidebarWidth": "साइडबार की चौड़ाई रीसेट करें", + "dragToResizeSidebar": "साइडबार का आकार बदलने के लिए उसे खींचें", + "noAuthCredentials": "इस SSH होस्ट के लिए कोई प्रमाणीकरण क्रेडेंशियल उपलब्ध नहीं हैं", + "noReleases": "कोई रिलीज़ नहीं", + "updatesAndReleases": "अपडेट और रिलीज़", + "newVersionAvailable": "एक नया संस्करण ({{version}}) उपलब्ध है।", + "failedToFetchUpdateInfo": "अद्यतन जानकारी प्राप्त करने में विफल", + "preRelease": "पूर्व-रिलीज़", + "loginFailed": "लॉगिन विफल", + "noReleasesFound": "कोई रिलीज़ नहीं मिली।", + "yourBackupCodes": "आपके बैकअप कोड", + "sendResetCode": "रीसेट कोड भेजें", + "verifyCode": "कोड सत्यापित करें", + "resetPassword": "पासवर्ड रीसेट", + "resetCode": "कोड फिर ठीक करें", + "newPassword": "नया पासवर्ड", + "folder": "फ़ोल्डर", + "file": "फ़ाइल", + "renamedSuccessfully": "नाम सफलतापूर्वक बदल दिया गया", + "deletedSuccessfully": "सफलतापूर्वक मिटाया गया", + "noTunnelConnections": "कोई टनल कनेक्शन कॉन्फ़िगर नहीं किया गया है", + "sshTools": "एसएसएच उपकरण", + "english": "अंग्रेज़ी", + "chinese": "चीनी", + "german": "जर्मन", + "cancel": "रद्द करना", + "username": "उपयोगकर्ता नाम", + "name": "नाम", + "login": "लॉग इन करें", + "logout": "लॉग आउट", + "register": "पंजीकरण करवाना", + "password": "पासवर्ड", + "version": "संस्करण", + "confirmPassword": "पासवर्ड की पुष्टि कीजिये", + "back": "पीछे", + "email": "ईमेल", + "submit": "जमा करना", + "change": "परिवर्तन", + "save": "बचाना", + "saving": "सहेजा जा रहा है...", + "delete": "मिटाना", + "edit": "संपादन करना", + "add": "जोड़ना", + "search": "खोज", + "confirm": "पुष्टि करना", + "yes": "हाँ", + "no": "नहीं", + "ok": "ठीक है", + "enabled": "सक्रिय", + "disabled": "अक्षम", + "important": "महत्वपूर्ण", + "notEnabled": "सक्षम नहीं है", + "settingUp": "की स्थापना...", + "next": "अगला", + "previous": "पहले का", + "refresh": "ताज़ा करना", + "settings": "सेटिंग्स", + "profile": "प्रोफ़ाइल", + "help": "मदद", + "about": "के बारे में", + "language": "भाषा", + "autoDetect": "ऑटो का पता लगाने", + "changeAccountPassword": "अपने खाते का पासवर्ड बदलें", + "passwordResetTitle": "पासवर्ड रीसेट", + "passwordResetDescription": "आप अपना पासवर्ड रीसेट करने वाले हैं। इससे आप सभी सक्रिय सत्रों से लॉग आउट हो जाएंगे।", + "enterSixDigitCode": "उपयोगकर्ता के लिए डॉकर कंटेनर लॉग से 6-अंकीय कोड दर्ज करें:", + "enterNewPassword": "उपयोगकर्ता के लिए अपना नया पासवर्ड दर्ज करें:", + "passwordsDoNotMatch": "सांकेतिक शब्द मेल नहीं खाते", + "passwordMinLength": "पासवर्ड कम से कम 6 अक्षरों का होना चाहिए", + "passwordResetSuccess": "पासवर्ड सफलतापूर्वक रीसेट हो गया! अब आप अपने नए पासवर्ड से लॉग इन कर सकते हैं।", + "failedToInitiatePasswordReset": "पासवर्ड रीसेट शुरू करने में विफल", + "failedToVerifyResetCode": "रीसेट कोड सत्यापित करने में विफल", + "failedToCompletePasswordReset": "पासवर्ड रीसेट करने में विफलता", + "documentation": "प्रलेखन", + "retry": "पुन: प्रयास करें", + "checking": "जाँच चल रही है...", + "checkingDatabase": "डेटाबेस कनेक्शन की जाँच की जा रही है...", + "actions": "कार्रवाई", + "remove": "निकालना", + "revoke": "रद्द करना", + "create": "बनाएं" }, "nav": { - "home": "Home", - "hosts": "Hosts", - "credentials": "Credentials", - "terminal": "Terminal", - "docker": "Docker", - "tunnels": "Tunnels", - "fileManager": "File Manager", - "serverStats": "Server Stats", - "admin": "Admin", - "userProfile": "User Profile", - "tools": "Tools", - "snippets": "Snippets", - "newTab": "New Tab", - "splitScreen": "Split Screen", - "closeTab": "Close Tab", - "sshManager": "SSH Manager", - "hostManager": "Host Manager", - "cannotSplitTab": "Cannot split this tab", - "tabNavigation": "Tab Navigation", + "home": "घर", + "hosts": "मेजबान", + "credentials": "साख", + "terminal": "टर्मिनल", + "docker": "डाक में काम करनेवाला मज़दूर", + "tunnels": "सुरंगों", + "fileManager": "फ़ाइल मैनेजर", + "serverStats": "सर्वर आँकड़े", + "admin": "व्यवस्थापक", + "userProfile": "उपयोगकर्ता रूपरेखा", + "tools": "औजार", + "snippets": "स्निपेट्स", + "newTab": "नया टैब", + "splitScreen": "स्प्लिट स्क्रीन", + "closeTab": "टैब बंद करें", + "sshManager": "एसएसएच प्रबंधक", + "hostManager": "मेजबान प्रबंधक", + "cannotSplitTab": "इस टैब को विभाजित नहीं किया जा सकता", + "tabNavigation": "टैब नेविगेशन", "hostTabTitle": "{{username}}@{{ip}}:{{port}}" }, "admin": { - "title": "Admin Settings", - "oidc": "OIDC", - "users": "Users", - "userManagement": "User Management", - "makeAdmin": "Make Admin", - "removeAdmin": "Remove Admin", - "deleteUser": "Delete user {{username}}? This cannot be undone.", - "allowRegistration": "Allow Registration", - "oidcSettings": "OIDC Settings", - "clientId": "Client ID", - "clientSecret": "Client Secret", - "issuerUrl": "Issuer URL", - "authorizationUrl": "Authorization URL", - "tokenUrl": "Token URL", - "updateSettings": "Update Settings", - "confirmDelete": "Are you sure you want to delete this user?", - "confirmMakeAdmin": "Are you sure you want to make {{username}} an admin?", - "confirmRemoveAdmin": "Are you sure you want to remove admin status from {{username}}?", - "externalAuthentication": "External Authentication (OIDC)", - "configureExternalProvider": "Configure external identity provider for OIDC/OAuth2 authentication.", - "userIdentifierPath": "User Identifier Path", - "displayNamePath": "Display Name Path", - "scopes": "Scopes", - "saving": "Saving...", - "saveConfiguration": "Save Configuration", - "reset": "Reset", - "success": "Success", - "loading": "Loading...", - "refresh": "Refresh", - "loadingUsers": "Loading users...", - "username": "Username", - "type": "Type", - "actions": "Actions", - "external": "External", - "local": "Local", - "adminManagement": "Admin Management", - "makeUserAdmin": "Make User Admin", - "adding": "Adding...", - "currentAdmins": "Current Admins", - "adminBadge": "Admin", - "removeAdminButton": "Remove Admin", - "general": "General", - "userRegistration": "User Registration", - "allowNewAccountRegistration": "Allow new account registration", - "allowPasswordLogin": "Allow username/password login", - "missingRequiredFields": "Missing required fields: {{fields}}", - "oidcConfigurationUpdated": "OIDC configuration updated successfully!", - "failedToFetchOidcConfig": "Failed to fetch OIDC configuration", - "failedToFetchRegistrationStatus": "Failed to fetch registration status", - "failedToFetchPasswordLoginStatus": "Failed to fetch password login status", - "failedToFetchUsers": "Failed to fetch users", - "oidcConfigurationDisabled": "OIDC configuration disabled successfully!", - "failedToUpdateOidcConfig": "Failed to update OIDC configuration", - "failedToDisableOidcConfig": "Failed to disable OIDC configuration", - "enterUsernameToMakeAdmin": "Enter username to make admin", - "userIsNowAdmin": "User {{username}} is now an admin", - "failedToMakeUserAdmin": "Failed to make user admin", - "removeAdminStatus": "Remove admin status from {{username}}?", - "adminStatusRemoved": "Admin status removed from {{username}}", - "failedToRemoveAdminStatus": "Failed to remove admin status", - "userDeletedSuccessfully": "User {{username}} deleted successfully", - "failedToDeleteUser": "Failed to delete user", - "overrideUserInfoUrl": "Override User Info URL (not required)", - "failedToFetchSessions": "Failed to fetch sessions", - "sessionRevokedSuccessfully": "Session revoked successfully", - "failedToRevokeSession": "Failed to revoke session", - "confirmRevokeSession": "Are you sure you want to revoke this session?", - "confirmRevokeAllSessions": "Are you sure you want to revoke all sessions for this user?", - "failedToRevokeSessions": "Failed to revoke sessions", - "sessionsRevokedSuccessfully": "Sessions revoked successfully", - "linkToPasswordAccount": "Link to Password Account", - "linkOIDCDialogTitle": "Link OIDC Account to Password Account", - "linkOIDCDialogDescription": "Link {{username}} (OIDC user) to an existing password account. This will enable dual authentication for the password account.", - "createUser": "Create User", - "createUserDescription": "Create a new local user with username and password", - "enterUsername": "Enter username", - "enterPassword": "Enter password", - "userCreatedSuccessfully": "User {{username}} created successfully", - "failedToCreateUser": "Failed to create user", - "manageUser": "Manage User", - "manageUserDescription": "Manage user settings, roles, and permissions", - "authType": "Authentication Type", - "adminStatus": "Admin Status", - "userId": "User ID", - "regularUser": "Regular User", - "adminPrivileges": "Administrator Privileges", - "administratorRole": "Administrator Role", - "administratorRoleDescription": "Grant full system access and management privileges", - "passwordManagement": "Password Management", - "passwordResetWarning": "Resetting a user's password will delete all their data (SSH hosts, credentials, settings). This action cannot be undone.", - "resetUserPassword": "Reset User Password", - "resettingPassword": "Resetting...", - "passwordResetInitiated": "Password reset initiated for {{username}}. Reset code sent.", - "failedToResetPassword": "Failed to initiate password reset", - "sessionManagement": "Session Management", - "revokeAllSessions": "Revoke All Sessions", - "revokeAllSessionsDescription": "Force logout from all devices and sessions", - "revoking": "Revoking...", - "revoke": "Revoke All", - "dangerZone": "Danger Zone", - "deleteUserTitle": "Delete User Account", - "deleteUserWarning": "Permanently delete this user account and all associated data. This action cannot be undone.", - "deleting": "Deleting...", - "cannotDeleteSelf": "You cannot delete your own account", - "cannotRemoveLastAdmin": "Cannot remove the last administrator", - "cannotRemoveOwnAdmin": "You cannot remove your own admin privileges", - "cannotModifyOwnAdminStatus": "You cannot modify your own admin status", - "dualAuth": "Dual Auth", - "externalOIDC": "External (OIDC)", - "localPassword": "Local Password", - "confirmRevokeOwnSessions": "Are you sure you want to revoke all your own sessions? You will be logged out.", - "linkOIDCWarningTitle": "Warning: OIDC User Data Will Be Deleted", - "linkOIDCActionDeleteUser": "Delete the OIDC user account and all their data", - "linkOIDCActionAddCapability": "Add OIDC login capability to the target password account", - "linkOIDCActionDualAuth": "Allow the password account to login with both password and OIDC", - "linkTargetUsernameLabel": "Target Password Account Username", - "linkTargetUsernamePlaceholder": "Enter username of password account", - "linkAccountsButton": "Link Accounts", - "linkingAccounts": "Linking...", - "accountsLinkedSuccessfully": "OIDC user {{oidcUsername}} has been linked to {{targetUsername}}", - "failedToLinkAccounts": "Failed to link accounts", - "linkTargetUsernameRequired": "Target username is required", - "unlinkOIDCTitle": "Unlink OIDC Authentication", - "unlinkOIDCDescription": "Remove OIDC authentication from {{username}}? The user will only be able to login with username/password after this.", - "unlinkOIDCSuccess": "OIDC unlinked from {{username}}", - "failedToUnlinkOIDC": "Failed to unlink OIDC", - "databaseSecurity": "Database Security", - "encryptionStatus": "Encryption Status", - "encryptionEnabled": "Encryption Enabled", - "enabled": "Enabled", - "disabled": "Disabled", - "keyId": "Key ID", - "created": "Created", - "migrationStatus": "Migration Status", - "migrationCompleted": "Migration completed", - "migrationRequired": "Migration required", - "deviceProtectedMasterKey": "Environment-Protected Master Key", - "legacyKeyStorage": "Legacy Key Storage", - "masterKeyEncryptedWithDeviceFingerprint": "Master key encrypted with environment fingerprint (KEK protection active)", - "keyNotProtectedByDeviceBinding": "Key not protected by environment binding (upgrade recommended)", - "valid": "Valid", - "initializeDatabaseEncryption": "Initialize Database Encryption", - "enableAes256EncryptionWithDeviceBinding": "Enable AES-256 encryption with environment-bound master key protection. This creates enterprise-grade security for SSH keys, passwords, and authentication tokens.", - "featuresEnabled": "Features enabled:", - "aes256GcmAuthenticatedEncryption": "AES-256-GCM authenticated encryption", - "deviceFingerprintMasterKeyProtection": "Environment fingerprint master key protection (KEK)", - "pbkdf2KeyDerivation": "PBKDF2 key derivation with 100K iterations", - "automaticKeyManagement": "Automatic key management and rotation", - "initializing": "Initializing...", - "initializeEnterpriseEncryption": "Initialize Enterprise Encryption", - "migrateExistingData": "Migrate Existing Data", - "encryptExistingUnprotectedData": "Encrypt existing unprotected data in your database. This process is safe and creates automatic backups.", - "testMigrationDryRun": "Verify Encryption Compatibility", - "migrating": "Migrating...", - "migrateData": "Migrate Data", - "securityInformation": "Security Information", - "sshPrivateKeysEncryptedWithAes256": "SSH private keys and passwords are encrypted with AES-256-GCM", - "userAuthTokensProtected": "User authentication tokens and 2FA secrets are protected", - "masterKeysProtectedByDeviceFingerprint": "Master encryption keys are protected by device fingerprint (KEK)", - "keysBoundToServerInstance": "Keys are bound to current server environment (migratable via environment variables)", - "pbkdf2HkdfKeyDerivation": "PBKDF2 + HKDF key derivation with 100K iterations", - "backwardCompatibleMigration": "All data remains backward compatible during migration", - "enterpriseGradeSecurityActive": "Enterprise-Grade Security Active", - "masterKeysProtectedByDeviceBinding": "Your master encryption keys are protected by environment fingerprinting. This uses server hostname, paths, and other environment info to generate protection keys. To migrate servers, set the DB_ENCRYPTION_KEY environment variable on the new server.", - "important": "Important", - "keepEncryptionKeysSecure": "Ensure data security: regularly backup your database files and server configuration. To migrate to a new server, set the DB_ENCRYPTION_KEY environment variable on the new environment, or maintain the same hostname and directory structure.", - "loadingEncryptionStatus": "Loading encryption status...", - "testMigrationDescription": "Verify that existing data can be safely migrated to encrypted format without actually modifying any data", - "serverMigrationGuide": "Server Migration Guide", - "migrationInstructions": "To migrate encrypted data to a new server: 1) Backup database files, 2) Set environment variable DB_ENCRYPTION_KEY=\"your-key\" on new server, 3) Restore database files", - "environmentProtection": "Environment Protection", - "environmentProtectionDesc": "Protects encryption keys based on server environment info (hostname, paths, etc.), migratable via environment variables", - "verificationCompleted": "Compatibility verification completed - no data was changed", - "verificationInProgress": "Verification completed", - "dataMigrationCompleted": "Data migration completed successfully!", - "verificationFailed": "Compatibility verification failed", - "migrationFailed": "Migration failed", - "runningVerification": "Running compatibility verification...", - "startingMigration": "Starting migration...", - "hardwareFingerprintSecurity": "Hardware Fingerprint Security", - "hardwareBoundEncryption": "Hardware-Bound Encryption Active", - "masterKeysNowProtectedByHardwareFingerprint": "Master keys are now protected by real hardware fingerprinting instead of environment variables", - "cpuSerialNumberDetection": "CPU serial number detection", - "motherboardUuidIdentification": "Motherboard UUID identification", - "diskSerialNumberVerification": "Disk serial number verification", - "biosSerialNumberCheck": "BIOS serial number check", - "stableMacAddressFiltering": "Stable MAC address filtering", - "databaseFileEncryption": "Database File Encryption", - "dualLayerProtection": "Dual-Layer Protection Active", - "bothFieldAndFileEncryptionActive": "Both field-level and file-level encryption are now active for maximum security", - "fieldLevelAes256Encryption": "Field-level AES-256 encryption for sensitive data", - "fileLevelDatabaseEncryption": "File-level database encryption with hardware binding", - "hardwareBoundFileKeys": "Hardware-bound file encryption keys", - "automaticEncryptedBackups": "Automatic encrypted backup creation", - "createEncryptedBackup": "Create Encrypted Backup", - "creatingBackup": "Creating Backup...", - "backupCreated": "Backup Created", - "encryptedBackupCreatedSuccessfully": "Encrypted backup created successfully", - "backupCreationFailed": "Backup creation failed", - "databaseMigration": "Database Migration", - "exportForMigration": "Export for Migration", - "exportDatabaseForHardwareMigration": "Export database as SQLite file with decrypted data for migration to new hardware", - "exportDatabase": "Export SQLite Database", - "exporting": "Exporting...", - "exportCreated": "SQLite Export Created", - "exportContainsDecryptedData": "SQLite export contains decrypted data - keep secure!", - "databaseExportedSuccessfully": "SQLite database exported successfully", - "databaseExportFailed": "SQLite database export failed", - "importFromMigration": "Import from Migration", - "importDatabaseFromAnotherSystem": "Import SQLite database from another system or hardware", - "importDatabase": "Import SQLite Database", - "importing": "Importing...", - "selectedFile": "Selected SQLite File", - "importWillReplaceExistingData": "SQLite import will replace existing data - backup recommended!", - "pleaseSelectImportFile": "Please select a SQLite import file", - "databaseImportedSuccessfully": "SQLite database imported successfully", - "databaseImportFailed": "SQLite database import failed", - "manageEncryptionAndBackups": "Manage encryption keys, database security, and backup operations", - "activeSecurityFeatures": "Currently active security measures and protections", - "deviceBindingTechnology": "Advanced hardware-based key protection technology", - "backupAndRecovery": "Secure backup creation and database recovery options", - "crossSystemDataTransfer": "Export and import databases across different systems", - "noMigrationNeeded": "No migration needed", - "encryptionKey": "Encryption Key", - "keyProtection": "Key Protection", - "active": "Active", - "legacy": "Legacy", - "dataStatus": "Data Status", - "encrypted": "Encrypted", - "needsMigration": "Needs Migration", - "ready": "Ready", - "initializeEncryption": "Initialize Encryption", - "initialize": "Initialize", - "test": "Test", - "migrate": "Migrate", - "backup": "Backup", - "createBackup": "Create Backup", - "exportImport": "Export/Import", - "export": "Export", - "import": "Import", - "passwordRequired": "Password required", - "confirmExport": "Confirm Export", - "exportDescription": "Export SSH hosts and credentials as SQLite file", - "importDescription": "Import SQLite file with incremental merge (skips duplicates)", - "criticalWarning": "Critical Warning", - "cannotDisablePasswordLoginWithoutOIDC": "Cannot disable password login without OIDC configured! You must configure OIDC authentication before disabling password login, or you will lose access to Termix.", - "confirmDisablePasswordLogin": "Are you sure you want to disable password login? Make sure OIDC is properly configured and working before proceeding, or you will lose access to your Termix instance.", - "passwordLoginDisabled": "Password login disabled successfully", - "passwordLoginAndRegistrationDisabled": "Password login and new account registration disabled successfully", - "requiresPasswordLogin": "Requires password login enabled", - "passwordLoginDisabledWarning": "Password login is disabled. Ensure OIDC is properly configured or you will not be able to log in to Termix.", - "oidcRequiredWarning": "CRITICAL: Password login is disabled. If you reset or misconfigure OIDC, you will lose all access to Termix and brick your instance. Only proceed if you are absolutely certain.", - "confirmDisableOIDCWarning": "WARNING: You are about to disable OIDC while password login is also disabled. This will brick your Termix instance and you will lose all access. Are you absolutely sure you want to proceed?", - "failedToUpdatePasswordLoginStatus": "Failed to update password login status", - "loadingSessions": "Loading sessions...", - "noActiveSessions": "No active sessions found.", - "device": "Device", - "user": "User", - "lastActive": "Last Active", - "expires": "Expires", - "revoked": "Revoked", - "revokeAllUserSessionsTitle": "Revoke all sessions for this user", - "revokeAll": "Revoke All", - "linkOidcToPasswordAccount": "Link OIDC Account to Password Account", - "linkOidcToPasswordAccountDescription": "Link {{username}} (OIDC user) to an existing password account. This will enable dual authentication for the password account.", - "linkOidcWarningTitle": "Warning: OIDC User Data Will Be Deleted", - "linkOidcWarningDescription": "This action will:", - "linkOidcActionDeleteUser": "Delete the OIDC user account and all their data", - "linkOidcActionAddCapability": "Add OIDC login capability to the target password account", - "linkOidcActionDualAuth": "Allow the password account to login with both password and OIDC", - "passwordMinLength": "Password must be at least 6 characters", - "currentRoles": "Current Roles", - "noRolesAssigned": "No roles assigned", - "assignNewRole": "Assign New Role" + "title": "व्यवस्थापक सेटिंग्स", + "oidc": "ओआईडीसी", + "users": "उपयोगकर्ताओं", + "userManagement": "प्रयोक्ता प्रबंधन", + "makeAdmin": "व्यवस्थापक बनाएं", + "removeAdmin": "व्यवस्थापक को हटाएँ", + "deleteUser": "उपयोगकर्ता {{username}}को हटाएँ? इसे पूर्ववत नहीं किया जा सकता।", + "allowRegistration": "पंजीकरण की अनुमति दें", + "oidcSettings": "ओआईडीसी सेटिंग्स", + "clientId": "क्लाइंट आईडी", + "clientSecret": "ग्राहक रहस्य", + "issuerUrl": "जारीकर्ता यूआरएल", + "authorizationUrl": "प्राधिकरण यूआरएल", + "tokenUrl": "टोकन यूआरएल", + "updateSettings": "सेटिंग्स अपडेट करें", + "confirmDelete": "क्या आप वाकई इस उपयोगकर्ता को हटाना चाहते हैं?", + "confirmMakeAdmin": "क्या आप वाकई {{username}} को एडमिन बनाना चाहते हैं?", + "confirmRemoveAdmin": "क्या आप वाकई {{username}}से व्यवस्थापक का दर्जा हटाना चाहते हैं?", + "externalAuthentication": "बाह्य प्रमाणीकरण (OIDC)", + "configureExternalProvider": "OIDC/OAuth2 प्रमाणीकरण के लिए बाहरी पहचान प्रदाता को कॉन्फ़िगर करें।", + "userIdentifierPath": "उपयोगकर्ता पहचानकर्ता पथ", + "displayNamePath": "नाम पथ प्रदर्शित करें", + "scopes": "कार्यक्षेत्र", + "saving": "सहेजा जा रहा है...", + "saveConfiguration": "कॉन्फ़िगरेशन सहेजें", + "reset": "रीसेट करें", + "success": "सफलता", + "loading": "लोड हो रहा है...", + "refresh": "ताज़ा करना", + "loadingUsers": "उपयोगकर्ताओं को लोड किया जा रहा है...", + "username": "उपयोगकर्ता नाम", + "type": "प्रकार", + "actions": "कार्रवाई", + "external": "बाहरी", + "local": "स्थानीय", + "adminManagement": "प्रशासनिक प्रबंधन", + "makeUserAdmin": "उपयोगकर्ता को व्यवस्थापक बनाएं", + "adding": "जोड़ रहा हूँ...", + "currentAdmins": "वर्तमान प्रशासक", + "adminBadge": "व्यवस्थापक", + "removeAdminButton": "व्यवस्थापक को हटाएँ", + "general": "सामान्य", + "userRegistration": "उपयोगकर्ता पंजीकरण", + "allowNewAccountRegistration": "नए खाते के पंजीकरण की अनुमति दें", + "allowPasswordLogin": "उपयोगकर्ता नाम/पासवर्ड लॉगिन की अनुमति दें", + "missingRequiredFields": "आवश्यक फ़ील्ड अनुपस्थित हैं: {{fields}}", + "oidcConfigurationUpdated": "OIDC कॉन्फ़िगरेशन सफलतापूर्वक अपडेट हो गया!", + "failedToFetchOidcConfig": "OIDC कॉन्फ़िगरेशन प्राप्त करने में विफल", + "failedToFetchRegistrationStatus": "पंजीकरण स्थिति प्राप्त करने में विफल", + "failedToFetchPasswordLoginStatus": "पासवर्ड लॉगिन स्थिति प्राप्त करने में विफल", + "failedToFetchUsers": "उपयोगकर्ताओं को लाने में विफल", + "oidcConfigurationDisabled": "OIDC कॉन्फ़िगरेशन सफलतापूर्वक अक्षम हो गया!", + "failedToUpdateOidcConfig": "OIDC कॉन्फ़िगरेशन को अपडेट करने में विफल", + "failedToDisableOidcConfig": "OIDC कॉन्फ़िगरेशन को अक्षम करने में विफल", + "enterUsernameToMakeAdmin": "व्यवस्थापक बनने के लिए उपयोगकर्ता नाम दर्ज करें", + "userIsNowAdmin": "उपयोगकर्ता {{username}} अब व्यवस्थापक है", + "failedToMakeUserAdmin": "उपयोगकर्ता को व्यवस्थापक बनाने में विफल", + "removeAdminStatus": "{{username}}से व्यवस्थापक का दर्जा हटाएँ?", + "adminStatusRemoved": "{{username}}से व्यवस्थापक का दर्जा हटा दिया गया है", + "failedToRemoveAdminStatus": "व्यवस्थापक का दर्जा हटाने में विफल", + "userDeletedSuccessfully": "उपयोगकर्ता {{username}} सफलतापूर्वक हटा दिया गया", + "failedToDeleteUser": "उपयोगकर्ता को हटाने में विफल", + "overrideUserInfoUrl": "उपयोगकर्ता जानकारी यूआरएल को ओवरराइड करें (आवश्यक नहीं)", + "failedToFetchSessions": "सत्र प्राप्त करने में विफल", + "sessionRevokedSuccessfully": "सत्र सफलतापूर्वक रद्द कर दिया गया", + "failedToRevokeSession": "सत्र रद्द करने में विफल", + "confirmRevokeSession": "क्या आप वाकई इस सत्र को रद्द करना चाहते हैं?", + "confirmRevokeAllSessions": "क्या आप वाकई इस उपयोगकर्ता के सभी सत्र रद्द करना चाहते हैं?", + "failedToRevokeSessions": "सत्र रद्द करने में विफल", + "sessionsRevokedSuccessfully": "सत्र सफलतापूर्वक रद्द कर दिए गए।", + "linkToPasswordAccount": "पासवर्ड खाते का लिंक", + "linkOIDCDialogTitle": "OIDC खाते को पासवर्ड खाते से लिंक करें", + "linkOIDCDialogDescription": "{{username}} (OIDC उपयोगकर्ता) को मौजूदा पासवर्ड खाते से लिंक करें। इससे पासवर्ड खाते के लिए दोहरी प्रमाणीकरण सक्षम हो जाएगी।", + "createUser": "उपयोगकर्ता बनाएँ", + "createUserDescription": "उपयोगकर्ता नाम और पासवर्ड के साथ एक नया स्थानीय उपयोगकर्ता बनाएँ", + "enterUsername": "उपयोगकर्ता नाम दर्ज करें", + "enterPassword": "पास वर्ड दर्ज करें", + "userCreatedSuccessfully": "उपयोगकर्ता {{username}} सफलतापूर्वक बनाया गया", + "failedToCreateUser": "उपयोगकर्ता बनाने में विफल", + "manageUser": "उपयोगकर्ता प्रबंधित करें", + "manageUserDescription": "उपयोगकर्ता सेटिंग्स, भूमिकाओं और अनुमतियों को प्रबंधित करें", + "authType": "प्रमाणीकरण प्रकार", + "adminStatus": "व्यवस्थापक स्थिति", + "userId": "उपयोगकर्ता पहचान", + "regularUser": "नियमित उपयोगकर्ता", + "adminPrivileges": "प्रबंधक के फ़ायदे", + "administratorRole": "प्रशासक की भूमिका", + "administratorRoleDescription": "पूर्ण सिस्टम एक्सेस और प्रबंधन विशेषाधिकार प्रदान करें", + "passwordManagement": "पासवर्ड प्रबंधन", + "passwordResetWarning": "किसी उपयोगकर्ता का पासवर्ड रीसेट करने से उनका सारा डेटा (SSH होस्ट, क्रेडेंशियल, सेटिंग्स) डिलीट हो जाएगा। इस कार्रवाई को पूर्ववत नहीं किया जा सकता है।", + "resetUserPassword": "उपयोगकर्ता पासवर्ड रीसेट करें", + "resettingPassword": "रीसेट हो रहा है...", + "passwordResetInitiated": "{{username}}के लिए पासवर्ड रीसेट शुरू किया गया। रीसेट कोड भेजा गया।", + "failedToResetPassword": "पासवर्ड रीसेट शुरू करने में विफल", + "sessionManagement": "सत्र प्रबंधन", + "revokeAllSessions": "सभी सत्र रद्द करें", + "revokeAllSessionsDescription": "सभी डिवाइसों और सत्रों से लॉगआउट करें", + "revoking": "निरस्त करना...", + "revoke": "सभी रद्द करें", + "dangerZone": "खतरा क्षेत्र", + "deleteUserTitle": "उपयोगकर्ता खाता हटाएं", + "deleteUserWarning": "इस उपयोगकर्ता खाते और इससे संबंधित सभी डेटा को स्थायी रूप से हटा दिया जाता है। इस कार्रवाई को पूर्ववत नहीं किया जा सकता है।", + "deleting": "हटा रहा हूँ...", + "cannotDeleteSelf": "आप अपना खाता स्वयं नहीं हटा सकते।", + "cannotRemoveLastAdmin": "अंतिम व्यवस्थापक को हटाया नहीं जा सकता", + "cannotRemoveOwnAdmin": "आप अपने स्वयं के व्यवस्थापक विशेषाधिकारों को नहीं हटा सकते।", + "cannotModifyOwnAdminStatus": "आप अपनी प्रशासनिक स्थिति में बदलाव नहीं कर सकते।", + "dualAuth": "दोहरी प्राधिकरण", + "externalOIDC": "बाह्य (ओआईडीसी)", + "localPassword": "स्थानीय पासवर्ड", + "confirmRevokeOwnSessions": "क्या आप वाकई अपने सभी सत्र रद्द करना चाहते हैं? आपको लॉग आउट कर दिया जाएगा।", + "linkOIDCWarningTitle": "चेतावनी: OIDC उपयोगकर्ता डेटा हटा दिया जाएगा", + "linkOIDCActionDeleteUser": "OIDC उपयोगकर्ता खाता और उसका सारा डेटा हटा दें", + "linkOIDCActionAddCapability": "लक्ष्य पासवर्ड खाते में OIDC लॉगिन क्षमता जोड़ें", + "linkOIDCActionDualAuth": "पासवर्ड खाते को पासवर्ड और OIDC दोनों के साथ लॉगिन करने की अनुमति दें", + "linkTargetUsernameLabel": "लक्ष्य पासवर्ड खाता उपयोगकर्ता नाम", + "linkTargetUsernamePlaceholder": "पासवर्ड खाते का उपयोगकर्ता नाम दर्ज करें", + "linkAccountsButton": "खाते लिंक करें", + "linkingAccounts": "लिंक हो रहा है...", + "accountsLinkedSuccessfully": "OIDC उपयोगकर्ता {{oidcUsername}} को {{targetUsername}}से लिंक किया गया है", + "failedToLinkAccounts": "खातों को लिंक करने में विफल", + "linkTargetUsernameRequired": "लक्षित उपयोगकर्ता नाम आवश्यक है", + "unlinkOIDCTitle": "OIDC प्रमाणीकरण को अनलिंक करें", + "unlinkOIDCDescription": "{{username}}से OIDC प्रमाणीकरण हटाएँ? इसके बाद उपयोगकर्ता केवल उपयोगकर्ता नाम/पासवर्ड से ही लॉगिन कर पाएगा।", + "unlinkOIDCSuccess": "OIDC को {{username}}से अनलिंक कर दिया गया है", + "failedToUnlinkOIDC": "OIDC को अनलिंक करने में विफल", + "databaseSecurity": "डेटाबेस सुरक्षा", + "encryptionStatus": "एन्क्रिप्शन स्थिति", + "encryptionEnabled": "एन्क्रिप्शन सक्षम", + "enabled": "सक्रिय", + "disabled": "अक्षम", + "keyId": "कुंजी आईडी", + "created": "बनाया था", + "migrationStatus": "प्रवासन स्थिति", + "migrationCompleted": "प्रवासन पूरा हुआ", + "migrationRequired": "प्रवास आवश्यक है", + "deviceProtectedMasterKey": "पर्यावरण-संरक्षित मास्टर कुंजी", + "legacyKeyStorage": "लेगेसी कुंजी संग्रहण", + "masterKeyEncryptedWithDeviceFingerprint": "पर्यावरण फिंगरप्रिंट से एन्क्रिप्टेड मास्टर कुंजी (KEK सुरक्षा सक्रिय)", + "keyNotProtectedByDeviceBinding": "कुंजी पर्यावरण बंधन द्वारा सुरक्षित नहीं है (अपग्रेड करने की सलाह दी जाती है)", + "valid": "वैध", + "initializeDatabaseEncryption": "डेटाबेस एन्क्रिप्शन प्रारंभ करें", + "enableAes256EncryptionWithDeviceBinding": "पर्यावरण-आधारित मास्टर कुंजी सुरक्षा के साथ AES-256 एन्क्रिप्शन को सक्षम करें। इससे SSH कुंजी, पासवर्ड और प्रमाणीकरण टोकन के लिए उद्यम-स्तरीय सुरक्षा सुनिश्चित होती है।", + "featuresEnabled": "सक्षम की गई सुविधाएँ:", + "aes256GcmAuthenticatedEncryption": "AES-256-GCM प्रमाणित एन्क्रिप्शन", + "deviceFingerprintMasterKeyProtection": "पर्यावरण फिंगरप्रिंट मास्टर कुंजी सुरक्षा (केईके)", + "pbkdf2KeyDerivation": "100K पुनरावृत्तियों के साथ PBKDF2 कुंजी व्युत्पत्ति", + "automaticKeyManagement": "स्वचालित कुंजी प्रबंधन और रोटेशन", + "initializing": "आरंभ हो रहा है...", + "initializeEnterpriseEncryption": "एंटरप्राइज़ एन्क्रिप्शन प्रारंभ करें", + "migrateExistingData": "मौजूदा डेटा को माइग्रेट करें", + "encryptExistingUnprotectedData": "अपने डेटाबेस में मौजूद असुरक्षित डेटा को एन्क्रिप्ट करें। यह प्रक्रिया सुरक्षित है और स्वचालित बैकअप बनाती है।", + "testMigrationDryRun": "एन्क्रिप्शन संगतता सत्यापित करें", + "migrating": "प्रवास हो रहा है...", + "migrateData": "डेटा माइग्रेट करें", + "securityInformation": "सुरक्षा जानकारी", + "sshPrivateKeysEncryptedWithAes256": "SSH की निजी कुंजी और पासवर्ड AES-256-GCM एन्क्रिप्शन का उपयोग करके एन्क्रिप्ट किए जाते हैं।", + "userAuthTokensProtected": "उपयोगकर्ता प्रमाणीकरण टोकन और 2FA सीक्रेट सुरक्षित हैं।", + "masterKeysProtectedByDeviceFingerprint": "मास्टर एन्क्रिप्शन कुंजी डिवाइस फिंगरप्रिंट (केईके) द्वारा सुरक्षित होती हैं।", + "keysBoundToServerInstance": "कुंजियाँ वर्तमान सर्वर वातावरण से जुड़ी होती हैं (पर्यावरण चर के माध्यम से स्थानांतरित की जा सकती हैं)", + "pbkdf2HkdfKeyDerivation": "100K पुनरावृत्तियों के साथ PBKDF2 + HKDF कुंजी व्युत्पत्ति", + "backwardCompatibleMigration": "माइग्रेशन के दौरान सभी डेटा बैकवर्ड कम्पैटिबल बना रहता है।", + "enterpriseGradeSecurityActive": "एंटरप्राइज़-ग्रेड सुरक्षा सक्रिय", + "masterKeysProtectedByDeviceBinding": "आपकी मास्टर एन्क्रिप्शन कुंजी पर्यावरण फिंगरप्रिंटिंग द्वारा सुरक्षित हैं। यह सुरक्षा कुंजी उत्पन्न करने के लिए सर्वर होस्टनाम, पथ और अन्य पर्यावरण संबंधी जानकारी का उपयोग करता है। सर्वरों को माइग्रेट करने के लिए, नए सर्वर पर DB_ENCRYPTION_KEY पर्यावरण चर सेट करें।", + "important": "महत्वपूर्ण", + "keepEncryptionKeysSecure": "डेटा सुरक्षा सुनिश्चित करें: अपने डेटाबेस फ़ाइलों और सर्वर कॉन्फ़िगरेशन का नियमित रूप से बैकअप लें। नए सर्वर पर माइग्रेट करने के लिए, नए वातावरण पर DB_ENCRYPTION_KEY पर्यावरण चर सेट करें, या समान होस्टनाम और निर्देशिका संरचना बनाए रखें।", + "loadingEncryptionStatus": "एन्क्रिप्शन स्थिति लोड हो रही है...", + "testMigrationDescription": "यह सुनिश्चित करें कि मौजूदा डेटा को बिना किसी बदलाव के सुरक्षित रूप से एन्क्रिप्टेड फॉर्मेट में माइग्रेट किया जा सकता है।", + "serverMigrationGuide": "सर्वर माइग्रेशन गाइड", + "migrationInstructions": "एन्क्रिप्टेड डेटा को नए सर्वर पर माइग्रेट करने के लिए: 1) डेटाबेस फ़ाइलों का बैकअप लें, 2) नए सर्वर पर DB_ENCRYPTION_KEY=\"your-key\" नामक पर्यावरण चर सेट करें, 3) डेटाबेस फ़ाइलों को पुनर्स्थापित करें।", + "environmentProtection": "पर्यावरण संरक्षण", + "environmentProtectionDesc": "सर्वर परिवेश संबंधी जानकारी (होस्टनेम, पाथ आदि) के आधार पर एन्क्रिप्शन कुंजियों की सुरक्षा करता है, जिन्हें परिवेश चर के माध्यम से स्थानांतरित किया जा सकता है।", + "verificationCompleted": "संगतता सत्यापन पूर्ण हो गया - कोई डेटा परिवर्तित नहीं हुआ", + "verificationInProgress": "सत्यापन पूरा हुआ", + "dataMigrationCompleted": "डेटा माइग्रेशन सफलतापूर्वक पूरा हो गया!", + "verificationFailed": "संगतता सत्यापन विफल रहा", + "migrationFailed": "प्रवासन विफल रहा", + "runningVerification": "संगतता सत्यापन चल रहा है...", + "startingMigration": "प्रवास शुरू हो रहा है...", + "hardwareFingerprintSecurity": "हार्डवेयर फिंगरप्रिंट सुरक्षा", + "hardwareBoundEncryption": "हार्डवेयर-आधारित एन्क्रिप्शन सक्रिय", + "masterKeysNowProtectedByHardwareFingerprint": "अब मास्टर कुंजियों को पर्यावरण चरों के बजाय वास्तविक हार्डवेयर फ़िंगरप्रिंटिंग द्वारा सुरक्षित किया जाता है।", + "cpuSerialNumberDetection": "सीपीयू सीरियल नंबर का पता लगाना", + "motherboardUuidIdentification": "मदरबोर्ड UUID पहचान", + "diskSerialNumberVerification": "डिस्क सीरियल नंबर सत्यापन", + "biosSerialNumberCheck": "BIOS सीरियल नंबर की जाँच", + "stableMacAddressFiltering": "स्थिर मैक एड्रेस फ़िल्टरिंग", + "databaseFileEncryption": "डेटाबेस फ़ाइल एन्क्रिप्शन", + "dualLayerProtection": "दोहरी परत सुरक्षा सक्रिय", + "bothFieldAndFileEncryptionActive": "अधिकतम सुरक्षा के लिए अब फील्ड-लेवल और फाइल-लेवल दोनों एन्क्रिप्शन सक्रिय हैं।", + "fieldLevelAes256Encryption": "संवेदनशील डेटा के लिए फ़ील्ड-स्तरीय AES-256 एन्क्रिप्शन", + "fileLevelDatabaseEncryption": "हार्डवेयर बाइंडिंग के साथ फ़ाइल-स्तरीय डेटाबेस एन्क्रिप्शन", + "hardwareBoundFileKeys": "हार्डवेयर-आधारित फ़ाइल एन्क्रिप्शन कुंजी", + "automaticEncryptedBackups": "स्वचालित एन्क्रिप्टेड बैकअप निर्माण", + "createEncryptedBackup": "एन्क्रिप्टेड बैकअप बनाएं", + "creatingBackup": "बैकअप बनाया जा रहा है...", + "backupCreated": "बैकअप बनाया गया", + "encryptedBackupCreatedSuccessfully": "एन्क्रिप्टेड बैकअप सफलतापूर्वक बनाया गया", + "backupCreationFailed": "बैकअप बनाने में विफलता", + "databaseMigration": "डेटाबेस माइग्रेशन", + "exportForMigration": "प्रवासन के लिए निर्यात", + "exportDatabaseForHardwareMigration": "नए हार्डवेयर में माइग्रेशन के लिए डिक्रिप्टेड डेटा सहित डेटाबेस को SQLite फ़ाइल के रूप में निर्यात करें।", + "exportDatabase": "SQLite डेटाबेस निर्यात करें", + "exporting": "निर्यात हो रहा है...", + "exportCreated": "SQLite निर्यात बनाया गया", + "exportContainsDecryptedData": "SQLite से निर्यात किए गए डेटा में डिक्रिप्टेड डेटा होता है - इसे सुरक्षित रखें!", + "databaseExportedSuccessfully": "SQLite डेटाबेस सफलतापूर्वक निर्यात हो गया।", + "databaseExportFailed": "SQLite डेटाबेस निर्यात विफल रहा", + "importFromMigration": "प्रवासन से आयात", + "importDatabaseFromAnotherSystem": "किसी अन्य सिस्टम या हार्डवेयर से SQLite डेटाबेस आयात करें", + "importDatabase": "SQLite डेटाबेस आयात करें", + "importing": "आयात हो रहा है...", + "selectedFile": "चयनित SQLite फ़ाइल", + "importWillReplaceExistingData": "SQLite से डेटा आयात करने पर मौजूदा डेटा बदल जाएगा - बैकअप लेने की सलाह दी जाती है!", + "pleaseSelectImportFile": "कृपया एक SQLite आयात फ़ाइल का चयन करें", + "databaseImportedSuccessfully": "SQLite डेटाबेस सफलतापूर्वक आयात हो गया।", + "databaseImportFailed": "SQLite डेटाबेस आयात विफल रहा", + "manageEncryptionAndBackups": "एन्क्रिप्शन कुंजी, डेटाबेस सुरक्षा और बैकअप संचालन का प्रबंधन करें", + "activeSecurityFeatures": "वर्तमान में सक्रिय सुरक्षा उपाय और सुरक्षा व्यवस्था", + "deviceBindingTechnology": "उन्नत हार्डवेयर-आधारित कुंजी सुरक्षा तकनीक", + "backupAndRecovery": "सुरक्षित बैकअप निर्माण और डेटाबेस पुनर्प्राप्ति विकल्प", + "crossSystemDataTransfer": "विभिन्न प्रणालियों के बीच डेटाबेस का निर्यात और आयात करें", + "noMigrationNeeded": "किसी प्रवास की आवश्यकता नहीं है", + "encryptionKey": "एन्क्रिप्शन कुंजी", + "keyProtection": "कुंजी सुरक्षा", + "active": "सक्रिय", + "legacy": "परंपरा", + "dataStatus": "डेटा स्थिति", + "encrypted": "कूट रूप दिया गया", + "needsMigration": "प्रवासन की आवश्यकता है", + "ready": "तैयार", + "initializeEncryption": "एन्क्रिप्शन प्रारंभ करें", + "initialize": "प्रारंभ", + "test": "परीक्षा", + "migrate": "माइग्रेट", + "backup": "बैकअप", + "createBackup": "बैकअप बनाएं", + "exportImport": "निर्यात/आयात", + "export": "निर्यात", + "import": "आयात", + "passwordRequired": "पासवर्ड आवश्यक है", + "confirmExport": "निर्यात की पुष्टि करें", + "exportDescription": "SSH होस्ट और क्रेडेंशियल को SQLite फ़ाइल के रूप में निर्यात करें", + "importDescription": "इंक्रीमेंटल मर्ज विधि से SQLite फ़ाइल आयात करें (डुप्लिकेट फ़ाइलों को छोड़ देता है)", + "criticalWarning": "गंभीर चेतावनी", + "cannotDisablePasswordLoginWithoutOIDC": "OIDC कॉन्फ़िगर किए बिना पासवर्ड लॉगिन अक्षम नहीं किया जा सकता! पासवर्ड लॉगिन अक्षम करने से पहले आपको OIDC प्रमाणीकरण कॉन्फ़िगर करना होगा, अन्यथा आप Termix तक पहुंच खो देंगे।", + "confirmDisablePasswordLogin": "क्या आप वाकई पासवर्ड लॉगिन को अक्षम करना चाहते हैं? आगे बढ़ने से पहले सुनिश्चित करें कि OIDC ठीक से कॉन्फ़िगर किया गया है और काम कर रहा है, अन्यथा आप अपने Termix इंस्टेंस तक पहुंच खो देंगे।", + "passwordLoginDisabled": "पासवर्ड लॉगिन सफलतापूर्वक अक्षम कर दिया गया", + "passwordLoginAndRegistrationDisabled": "पासवर्ड लॉगिन और नए खाते का पंजीकरण सफलतापूर्वक अक्षम कर दिया गया है।", + "requiresPasswordLogin": "पासवर्ड लॉगिन सक्षम होना आवश्यक है", + "passwordLoginDisabledWarning": "पासवर्ड लॉगिन अक्षम है। सुनिश्चित करें कि OIDC ठीक से कॉन्फ़िगर किया गया है, अन्यथा आप Termix में लॉगिन नहीं कर पाएंगे।", + "oidcRequiredWarning": "गंभीर चेतावनी: पासवर्ड लॉगिन अक्षम है। यदि आप OIDC को रीसेट या गलत तरीके से कॉन्फ़िगर करते हैं, तो आप Termix तक पूरी पहुँच खो देंगे और आपका इंस्टेंस खराब हो जाएगा। केवल तभी आगे बढ़ें जब आप पूरी तरह से आश्वस्त हों।", + "confirmDisableOIDCWarning": "चेतावनी: आप पासवर्ड लॉगिन को अक्षम करते हुए OIDC को अक्षम करने जा रहे हैं। इससे आपका Termix इंस्टेंस पूरी तरह से क्षतिग्रस्त हो जाएगा और आप सभी एक्सेस खो देंगे। क्या आप आगे बढ़ना चाहते हैं?", + "failedToUpdatePasswordLoginStatus": "पासवर्ड लॉगिन स्थिति अपडेट करने में विफल", + "loadingSessions": "सेशन लोड हो रहे हैं...", + "noActiveSessions": "कोई सक्रिय सत्र नहीं मिला।", + "device": "उपकरण", + "user": "उपयोगकर्ता", + "lastActive": "अंतिम सक्रिय", + "expires": "समय-सीमा समाप्त", + "revoked": "निरस्त किया गया", + "revokeAllUserSessionsTitle": "इस उपयोगकर्ता के लिए सभी सत्र रद्द करें", + "revokeAll": "सभी रद्द करें", + "linkOidcToPasswordAccount": "OIDC खाते को पासवर्ड खाते से लिंक करें", + "linkOidcToPasswordAccountDescription": "{{username}} (OIDC उपयोगकर्ता) को मौजूदा पासवर्ड खाते से लिंक करें। इससे पासवर्ड खाते के लिए दोहरी प्रमाणीकरण सक्षम हो जाएगी।", + "linkOidcWarningTitle": "चेतावनी: OIDC उपयोगकर्ता डेटा हटा दिया जाएगा", + "linkOidcWarningDescription": "इस कार्रवाई से निम्नलिखित होगा:", + "linkOidcActionDeleteUser": "OIDC उपयोगकर्ता खाता और उसका सारा डेटा हटा दें", + "linkOidcActionAddCapability": "लक्ष्य पासवर्ड खाते में OIDC लॉगिन क्षमता जोड़ें", + "linkOidcActionDualAuth": "पासवर्ड खाते को पासवर्ड और OIDC दोनों के साथ लॉगिन करने की अनुमति दें", + "passwordMinLength": "पासवर्ड कम से कम 6 अंकों का होना चाहिए", + "currentRoles": "वर्तमान भूमिकाएँ", + "noRolesAssigned": "कोई भूमिका आवंटित नहीं की गई", + "assignNewRole": "नई भूमिका सौंपें" }, "hosts": { - "title": "Host Manager", - "sshHosts": "SSH Hosts", - "noHosts": "No SSH Hosts", - "noHostsMessage": "You haven't added any SSH hosts yet. Click \"Add Host\" to get started.", - "loadingHosts": "Loading hosts...", - "failedToLoadHosts": "Failed to load hosts", - "retry": "Retry", - "refresh": "Refresh", - "optional": "Optional", - "hostsCount": "{{count}} hosts", - "importJson": "Import JSON", - "importing": "Importing...", - "importJsonTitle": "Import SSH Hosts from JSON", - "importJsonDesc": "Upload a JSON file to bulk import multiple SSH hosts (max 100).", - "downloadSample": "Download Sample", - "formatGuide": "Format Guide", - "exportCredentialWarning": "Warning: Host \"{{name}}\" uses credential authentication. The exported file will not include the credential data and will need to be manually reconfigured after import. Do you want to continue?", - "exportSensitiveDataWarning": "Warning: Host \"{{name}}\" contains sensitive authentication data (password/SSH key). The exported file will include this data in plaintext. Please keep the file secure and delete it after use. Do you want to continue?", - "uncategorized": "Uncategorized", - "confirmDelete": "Are you sure you want to delete \"{{name}}\" ?", - "failedToDeleteHost": "Failed to delete host", - "failedToExportHost": "Failed to export host. Please ensure you're logged in and have access to the host data.", - "jsonMustContainHosts": "JSON must contain a \"hosts\" array or be an array of hosts", - "noHostsInJson": "No hosts found in JSON file", - "maxHostsAllowed": "Maximum 100 hosts allowed per import", + "title": "मेजबान प्रबंधक", + "sshHosts": "एसएसएच होस्ट", + "noHosts": "कोई एसएसएच होस्ट नहीं", + "noHostsMessage": "आपने अभी तक कोई SSH होस्ट नहीं जोड़ा है। शुरू करने के लिए \"होस्ट जोड़ें\" पर क्लिक करें।", + "loadingHosts": "होस्ट लोड हो रहे हैं...", + "failedToLoadHosts": "होस्ट लोड करने में विफल", + "retry": "पुन: प्रयास करें", + "refresh": "ताज़ा करना", + "optional": "वैकल्पिक", + "hostsCount": "{{count}} मेजबान", + "importJson": "JSON आयात करें", + "importing": "आयात हो रहा है...", + "importJsonTitle": "JSON से SSH होस्ट आयात करें", + "importJsonDesc": "एक JSON फ़ाइल अपलोड करके कई SSH होस्ट (अधिकतम 100) को बल्क में इम्पोर्ट करें।", + "downloadSample": "नमूना डाउनलोड करें", + "formatGuide": "प्रारूप मार्गदर्शिका", + "exportCredentialWarning": "चेतावनी: होस्ट \"{{name}}\" क्रेडेंशियल प्रमाणीकरण का उपयोग करता है। निर्यात की गई फ़ाइल में क्रेडेंशियल डेटा शामिल नहीं होगा और आयात के बाद इसे मैन्युअल रूप से पुनः कॉन्फ़िगर करना होगा। क्या आप जारी रखना चाहते हैं?", + "exportSensitiveDataWarning": "चेतावनी: होस्ट \"{{name}}\" में संवेदनशील प्रमाणीकरण डेटा (पासवर्ड/एसएसएच कुंजी) मौजूद है। निर्यात की गई फ़ाइल में यह डेटा सादे टेक्स्ट में शामिल होगा। कृपया फ़ाइल को सुरक्षित रखें और उपयोग के बाद इसे हटा दें। क्या आप जारी रखना चाहते हैं?", + "uncategorized": "अवर्गीकृत", + "confirmDelete": "क्या आप वाकई \"{{name}}\" को हटाना चाहते हैं?", + "failedToDeleteHost": "होस्ट को हटाने में विफल", + "failedToExportHost": "होस्ट को निर्यात करने में विफलता। कृपया सुनिश्चित करें कि आप लॉग इन हैं और आपके पास होस्ट डेटा तक पहुंच है।", + "jsonMustContainHosts": "JSON में \"होस्ट\" ऐरे होना चाहिए या वह होस्ट्स का ऐरे होना चाहिए।", + "noHostsInJson": "JSON फ़ाइल में कोई होस्ट नहीं मिला", + "maxHostsAllowed": "प्रति आयात अधिकतम 100 होस्ट की अनुमति है", "importCompleted": "Import completed: {{success}} successful, {{failed}} failed", - "importFailed": "Import failed", - "importError": "Import error", - "failedToImportJson": "Failed to import JSON file", - "connectionDetails": "Connection Details", - "organization": "Organization", - "ipAddress": "IP Address", - "port": "Port", - "name": "Name", - "username": "Username", - "folder": "Folder", - "tags": "Tags", - "pin": "Pin", - "notes": "Notes", - "expirationDate": "Expiration Date", - "passwordRequired": "Password is required when using password authentication", - "sshKeyRequired": "SSH Private Key is required when using key authentication", - "keyTypeRequired": "Key Type is required when using key authentication", - "mustSelectValidSshConfig": "Must select a valid SSH configuration from the list", - "addHost": "Add Host", - "editHost": "Edit Host", - "cloneHost": "Clone Host", - "updateHost": "Update Host", - "hostUpdatedSuccessfully": "Host \"{{name}}\" updated successfully!", - "hostAddedSuccessfully": "Host \"{{name}}\" added successfully!", - "hostDeletedSuccessfully": "Host \"{{name}}\" deleted successfully!", - "failedToSaveHost": "Failed to save host. Please try again.", - "savingHost": "Saving host...", - "updatingHost": "Updating host...", - "cloningHost": "Cloning host...", - "enableTerminal": "Enable Terminal", - "enableTerminalDesc": "Enable/disable host visibility in Terminal tab", - "enableTunnel": "Enable Tunnel", - "enableTunnelDesc": "Enable/disable host visibility in Tunnel tab", - "enableFileManager": "Enable File Manager", - "enableFileManagerDesc": "Enable/disable host visibility in File Manager tab", - "enableDockerDesc": "Enable/disable host visibility in Docker tab", - "enableDocker": "Enable Docker", - "defaultPath": "Default Path", - "defaultPathDesc": "Default directory when opening file manager for this host", - "tunnelConnections": "Tunnel Connections", - "connection": "Connection", - "remove": "Remove", - "sourcePort": "Source Port", - "sourcePortDesc": " (Source refers to the Current Connection Details in the General tab)", - "endpointPort": "Endpoint Port", - "endpointSshConfig": "Endpoint SSH Configuration", - "tunnelForwardDescription": "This tunnel will forward traffic from port {{sourcePort}} on the source machine (current connection details in general tab) to port {{endpointPort}} on the endpoint machine.", - "maxRetries": "Max Retries", - "maxRetriesDescription": "Maximum number of retry attempts for tunnel connection.", - "retryInterval": "Retry Interval (seconds)", - "retryIntervalDescription": "Time to wait between retry attempts.", - "autoStartContainer": "Auto Start on Container Launch", - "autoStartDesc": "Automatically start this tunnel when the container launches", - "addConnection": "Add Tunnel Connection", - "sshpassRequired": "Sshpass Required For Password Authentication", - "sshpassRequiredDesc": "For password authentication in tunnels, sshpass must be installed on the system.", - "otherInstallMethods": "Other installation methods:", - "debianUbuntuEquivalent": "(Debian/Ubuntu) or the equivalent for your OS.", - "or": "or", + "importFailed": "आयात विफल", + "importError": "आयात त्रुटि", + "failedToImportJson": "JSON फ़ाइल आयात करने में विफल", + "connectionDetails": "कनेक्शन विवरण", + "organization": "संगठन", + "ipAddress": "आईपी पता", + "port": "पत्तन", + "name": "नाम", + "username": "उपयोगकर्ता नाम", + "folder": "फ़ोल्डर", + "tags": "टैग", + "pin": "नत्थी करना", + "notes": "नोट्स", + "expirationDate": "समाप्ति तिथि", + "passwordRequired": "पासवर्ड प्रमाणीकरण का उपयोग करते समय पासवर्ड आवश्यक है।", + "sshKeyRequired": "कुंजी प्रमाणीकरण का उपयोग करते समय SSH निजी कुंजी आवश्यक होती है।", + "keyTypeRequired": "कुंजी प्रमाणीकरण का उपयोग करते समय कुंजी प्रकार आवश्यक है।", + "mustSelectValidSshConfig": "सूची से एक वैध SSH कॉन्फ़िगरेशन का चयन करना आवश्यक है।", + "addHost": "होस्ट जोड़ें", + "editHost": "होस्ट संपादित करें", + "cloneHost": "क्लोन होस्ट", + "updateHost": "होस्ट को अपडेट करें", + "hostUpdatedSuccessfully": "होस्ट \"{{name}}\" सफलतापूर्वक अपडेट हो गया!", + "hostAddedSuccessfully": "होस्ट \"{{name}}\" सफलतापूर्वक जोड़ा गया!", + "hostDeletedSuccessfully": "होस्ट \"{{name}}\" सफलतापूर्वक हटा दिया गया!", + "failedToSaveHost": "होस्ट को सेव करने में विफल। कृपया पुनः प्रयास करें।", + "savingHost": "होस्ट को सहेजा जा रहा है...", + "updatingHost": "होस्ट को अपडेट किया जा रहा है...", + "cloningHost": "होस्ट की क्लोनिंग हो रही है...", + "enableTerminal": "टर्मिनल सक्षम करें", + "enableTerminalDesc": "टर्मिनल टैब में होस्ट की दृश्यता को सक्षम/अक्षम करें", + "enableTunnel": "सुरंग सक्षम करें", + "enableTunnelDesc": "टनल टैब में होस्ट की दृश्यता को सक्षम/अक्षम करें", + "enableFileManager": "फ़ाइल प्रबंधक को सक्षम करें", + "enableFileManagerDesc": "फ़ाइल मैनेजर टैब में होस्ट की दृश्यता को सक्षम/अक्षम करें", + "enableDockerDesc": "डॉकर टैब में होस्ट की दृश्यता को सक्षम/अक्षम करें", + "enableDocker": "डॉकर को सक्षम करें", + "defaultPath": "डिफ़ॉल्ट पथ", + "defaultPathDesc": "इस होस्ट के लिए फ़ाइल मैनेजर खोलते समय डिफ़ॉल्ट डायरेक्टरी", + "tunnelConnections": "सुरंग कनेक्शन", + "connection": "संबंध", + "remove": "निकालना", + "sourcePort": "स्रोत पोर्ट", + "sourcePortDesc": " (स्रोत से तात्पर्य सामान्य टैब में वर्तमान कनेक्शन विवरण से है)", + "endpointPort": "एंडपॉइंट पोर्ट", + "endpointSshConfig": "एंडपॉइंट एसएसएच कॉन्फ़िगरेशन", + "tunnelForwardDescription": "यह टनल स्रोत मशीन पर पोर्ट {{sourcePort}} (सामान्य टैब में वर्तमान कनेक्शन विवरण) से एंडपॉइंट मशीन पर पोर्ट {{endpointPort}} तक ट्रैफ़िक अग्रेषित करेगा।", + "maxRetries": "अधिकतम पुनः प्रयास", + "maxRetriesDescription": "टनल कनेक्शन के लिए अधिकतम पुनः प्रयास की संख्या।", + "retryInterval": "पुनः प्रयास अंतराल (सेकंड)", + "retryIntervalDescription": "पुनः प्रयास करने के बीच प्रतीक्षा करने का समय।", + "autoStartContainer": "कंटेनर लॉन्च होने पर ऑटो स्टार्ट", + "autoStartDesc": "कंटेनर लॉन्च होने पर यह टनल स्वचालित रूप से शुरू हो जाएगी", + "addConnection": "टनल कनेक्शन जोड़ें", + "sshpassRequired": "पासवर्ड प्रमाणीकरण के लिए एसएसएचपास आवश्यक है", + "sshpassRequiredDesc": "टनल में पासवर्ड प्रमाणीकरण के लिए, सिस्टम पर sshpass स्थापित होना आवश्यक है।", + "otherInstallMethods": "स्थापना के अन्य तरीके:", + "debianUbuntuEquivalent": "(डेबियन/उबंटू) या आपके ऑपरेटिंग सिस्टम के लिए समकक्ष संस्करण।", + "or": "या", "centosRhelFedora": "CentOS/RHEL/Fedora", - "macos": "macOS", - "windows": "Windows", - "sshServerConfigRequired": "SSH Server Configuration Required", - "sshServerConfigDesc": "For tunnel connections, the SSH server must be configured to allow port forwarding:", - "gatewayPortsYes": "to bind remote ports to all interfaces", - "allowTcpForwardingYes": "to enable port forwarding", - "permitRootLoginYes": "if using root user for tunneling", - "editSshConfig": "Edit /etc/ssh/sshd_config and restart SSH: sudo systemctl restart sshd", - "upload": "Upload", - "authentication": "Authentication", - "password": "Password", - "key": "Key", - "credential": "Credential", - "none": "None", - "selectCredential": "Select Credential", - "selectCredentialPlaceholder": "Choose a credential...", - "credentialRequired": "Credential is required when using credential authentication", - "credentialDescription": "Selecting a credential will overwrite the current username and use the credential's authentication details.", - "cannotChangeAuthAsSharedUser": "Cannot change authentication as shared user", - "sshPrivateKey": "SSH Private Key", - "keyPassword": "Key Password", - "keyType": "Key Type", - "autoDetect": "Auto-detect", - "rsa": "RSA", - "ed25519": "ED25519", - "ecdsaNistP256": "ECDSA NIST P-256", - "ecdsaNistP384": "ECDSA NIST P-384", - "ecdsaNistP521": "ECDSA NIST P-521", - "dsa": "DSA", - "rsaSha2256": "RSA SHA2-256", - "rsaSha2512": "RSA SHA2-512", - "uploadFile": "Upload File", - "pasteKey": "Paste Key", - "updateKey": "Update Key", - "existingKey": "Existing Key (click to change)", - "existingCredential": "Existing Credential (click to change)", - "addTagsSpaceToAdd": "add tags (space to add)", - "terminalBadge": "Terminal", - "tunnelBadge": "Tunnel", - "fileManagerBadge": "File Manager", - "general": "General", - "terminal": "Terminal", - "tunnel": "Tunnel", - "fileManager": "File Manager", - "serverStats": "Server Stats", - "hostViewer": "Host Viewer", - "enableServerStats": "Enable Server Stats", - "enableServerStatsDesc": "Enable/disable server statistics collection for this host", - "displayItems": "Display Items", - "displayItemsDesc": "Choose which metrics to display on the server stats page", - "enableCpu": "CPU Usage", - "enableMemory": "Memory Usage", - "enableDisk": "Disk Usage", - "enableNetwork": "Network Statistics (Coming Soon)", - "enableProcesses": "Process Count (Coming Soon)", - "enableUptime": "Uptime (Coming Soon)", - "enableHostname": "Hostname (Coming Soon)", - "enableOs": "Operating System (Coming Soon)", - "customCommands": "Custom Commands (Coming Soon)", - "customCommandsDesc": "Define custom shutdown and reboot commands for this server", - "shutdownCommand": "Shutdown Command", - "rebootCommand": "Reboot Command", - "confirmRemoveFromFolder": "Are you sure you want to remove \"{{name}}\" from folder \"{{folder}}\"? The host will be moved to \"No Folder\".", - "removedFromFolder": "Host \"{{name}}\" removed from folder successfully", - "failedToRemoveFromFolder": "Failed to remove host from folder", - "folderRenamed": "Folder \"{{oldName}}\" renamed to \"{{newName}}\" successfully", - "failedToRenameFolder": "Failed to rename folder", - "editFolderAppearance": "Edit Folder Appearance", - "editFolderAppearanceDesc": "Customize the color and icon for folder", - "folderColor": "Folder Color", - "folderIcon": "Folder Icon", - "preview": "Preview", - "folderAppearanceUpdated": "Folder appearance updated successfully", - "failedToUpdateFolderAppearance": "Failed to update folder appearance", - "deleteAllHostsInFolder": "Delete All Hosts in Folder", - "confirmDeleteAllHostsInFolder": "Are you sure you want to delete all {{count}} hosts in folder \"{{folder}}\"? This action cannot be undone.", - "allHostsInFolderDeleted": "Deleted {{count}} hosts from folder \"{{folder}}\" successfully", - "failedToDeleteHostsInFolder": "Failed to delete hosts in folder", - "movedToFolder": "Host \"{{name}}\" moved to \"{{folder}}\" successfully", - "failedToMoveToFolder": "Failed to move host to folder", - "clickToRenameFolder": "Click to rename folder", - "renameFolder": "Rename folder", - "removeFromFolder": "Remove from folder \"{{folder}}\"", - "editHostTooltip": "Edit host", - "deleteHostTooltip": "Delete host", - "exportHostTooltip": "Export host", - "cloneHostTooltip": "Clone host", - "clickToEditHost": "Click to edit host", - "dragToMoveBetweenFolders": "Drag to move between folders", - "exportedHostConfig": "Exported host configuration for {{name}}", - "openTerminal": "Open Terminal", - "openFileManager": "Open File Manager", - "openTunnels": "Open Tunnels", - "openServerDetails": "Open Server Details", - "statistics": "Statistics", - "enabledWidgets": "Enabled Widgets", - "openServerStats": "Open Server Stats", - "enabledWidgetsDesc": "Select which statistics widgets to display for this host", - "monitoringConfiguration": "Monitoring Configuration", - "monitoringConfigurationDesc": "Configure how often server statistics and status are checked", - "statusCheckEnabled": "Enable Status Monitoring", - "statusCheckEnabledDesc": "Check if the server is online or offline", - "statusCheckInterval": "Status Check Interval", - "statusCheckIntervalDesc": "How often to check if host is online (5s - 1h)", - "metricsEnabled": "Enable Metrics Monitoring", - "metricsEnabledDesc": "Collect CPU, RAM, disk, and other system statistics", - "metricsInterval": "Metrics Collection Interval", - "metricsIntervalDesc": "How often to collect server statistics (5s - 1h)", - "intervalSeconds": "seconds", - "intervalMinutes": "minutes", - "intervalValidation": "Monitoring intervals must be between 5 seconds and 1 hour (3600 seconds)", - "monitoringDisabled": "Server monitoring is disabled for this host", - "enableMonitoring": "Enable monitoring in Host Manager → Statistics tab", - "monitoringDisabledBadge": "Monitoring Off", - "statusMonitoring": "Status", - "metricsMonitoring": "Metrics", - "terminalCustomization": "Terminal Customization", - "appearance": "Appearance", - "behavior": "Behavior", - "advanced": "Advanced", - "themePreview": "Theme Preview", - "theme": "Theme", - "selectTheme": "Select theme", - "chooseColorTheme": "Choose a color theme for the terminal", - "fontFamily": "Font Family", - "selectFont": "Select font", - "selectFontDesc": "Select the font to use in the terminal", - "fontSize": "Font Size", - "fontSizeValue": "Font Size: {{value}}px", - "adjustFontSize": "Adjust the terminal font size", - "letterSpacing": "Letter Spacing", - "letterSpacingValue": "Letter Spacing: {{value}}px", - "adjustLetterSpacing": "Adjust spacing between characters", - "lineHeight": "Line Height", - "lineHeightValue": "Line Height: {{value}}", - "adjustLineHeight": "Adjust spacing between lines", - "cursorStyle": "Cursor Style", - "selectCursorStyle": "Select cursor style", - "cursorStyleBlock": "Block", - "cursorStyleUnderline": "Underline", - "cursorStyleBar": "Bar", - "chooseCursorAppearance": "Choose the cursor appearance", - "cursorBlink": "Cursor Blink", - "enableCursorBlink": "Enable cursor blinking animation", - "scrollbackBuffer": "Scrollback Buffer", - "scrollbackBufferValue": "Scrollback Buffer: {{value}} lines", - "scrollbackBufferDesc": "Number of lines to keep in scrollback history", - "bellStyle": "Bell Style", - "selectBellStyle": "Select bell style", - "bellStyleNone": "None", - "bellStyleSound": "Sound", - "bellStyleVisual": "Visual", - "bellStyleBoth": "Both", - "bellStyleDesc": "How to handle terminal bell (BEL character, \\x07). Programs trigger this when completing tasks, encountering errors, or for notifications. \"Sound\" plays an audio beep, \"Visual\" flashes the screen briefly, \"Both\" does both, \"None\" disables bell alerts.", - "rightClickSelectsWord": "Right Click Selects Word", - "rightClickSelectsWordDesc": "Right-clicking selects the word under cursor", - "fastScrollModifier": "Fast Scroll Modifier", - "selectModifier": "Select modifier", + "macos": "मैक ओएस", + "windows": "विंडोज़", + "sshServerConfigRequired": "एसएसएच सर्वर कॉन्फ़िगरेशन आवश्यक है", + "sshServerConfigDesc": "टनल कनेक्शन के लिए, एसएसएच सर्वर को पोर्ट फॉरवर्डिंग की अनुमति देने के लिए कॉन्फ़िगर किया जाना चाहिए:", + "gatewayPortsYes": "सभी इंटरफेसों से रिमोट पोर्ट को जोड़ने के लिए", + "allowTcpForwardingYes": "पोर्ट फॉरवर्डिंग को सक्षम करने के लिए", + "permitRootLoginYes": "यदि टनलिंग के लिए रूट उपयोगकर्ता का उपयोग कर रहे हैं", + "editSshConfig": "/etc/ssh/sshd_config फ़ाइल को संपादित करें और SSH को पुनरारंभ करें: sudo systemctl restart sshd", + "upload": "अपलोड करें", + "authentication": "प्रमाणीकरण", + "password": "पासवर्ड", + "key": "चाबी", + "credential": "क्रेडेंशियल", + "none": "कोई नहीं", + "selectCredential": "क्रेडेंशियल चुनें", + "selectCredentialPlaceholder": "एक प्रमाण पत्र चुनें...", + "credentialRequired": "क्रेडेंशियल प्रमाणीकरण का उपयोग करते समय क्रेडेंशियल आवश्यक है।", + "credentialDescription": "किसी क्रेडेंशियल का चयन करने से वर्तमान उपयोगकर्ता नाम ओवरराइट हो जाएगा और क्रेडेंशियल के प्रमाणीकरण विवरण का उपयोग किया जाएगा।", + "cannotChangeAuthAsSharedUser": "साझा उपयोगकर्ता के रूप में प्रमाणीकरण नहीं बदला जा सकता", + "sshPrivateKey": "एसएसएच निजी कुंजी", + "keyPassword": "कुंजी पासवर्ड", + "keyType": "कुंजी प्रकार", + "autoDetect": "ऑटो का पता लगाने", + "rsa": "आरएसए", + "ed25519": "ईडी25519", + "ecdsaNistP256": "ईसीडीएसए एनआईएसटी पी-256", + "ecdsaNistP384": "ईसीडीएसए एनआईएसटी पी-384", + "ecdsaNistP521": "ईसीडीएसए एनआईएसटी पी-521", + "dsa": "डीएसए", + "rsaSha2256": "आरएसए एसएचए2-256", + "rsaSha2512": "आरएसए एसएचए2-512", + "uploadFile": "फ़ाइल अपलोड करें", + "pasteKey": "पेस्ट कुंजी", + "updateKey": "अपडेट कुंजी", + "existingKey": "मौजूदा कुंजी (बदलने के लिए क्लिक करें)", + "existingCredential": "मौजूदा क्रेडेंशियल (बदलने के लिए क्लिक करें)", + "addTagsSpaceToAdd": "टैग जोड़ें (जोड़ने के लिए स्थान)", + "terminalBadge": "टर्मिनल", + "tunnelBadge": "सुरंग", + "fileManagerBadge": "फ़ाइल मैनेजर", + "general": "सामान्य", + "terminal": "टर्मिनल", + "tunnel": "सुरंग", + "fileManager": "फ़ाइल मैनेजर", + "serverStats": "सर्वर आँकड़े", + "hostViewer": "मेज़बान दर्शक", + "enableServerStats": "सर्वर सांख्यिकी सक्षम करें", + "enableServerStatsDesc": "इस होस्ट के लिए सर्वर सांख्यिकी संग्रह को सक्षम/अक्षम करें", + "displayItems": "प्रदर्शित वस्तुएँ", + "displayItemsDesc": "सर्वर सांख्यिकी पृष्ठ पर प्रदर्शित करने के लिए मेट्रिक्स चुनें", + "enableCpu": "सीपीयू उपयोग", + "enableMemory": "स्मृति प्रयोग", + "enableDisk": "डिस्क उपयोग", + "enableNetwork": "नेटवर्क सांख्यिकी (जल्द ही उपलब्ध होगा)", + "enableProcesses": "प्रक्रिया गणना (जल्द ही उपलब्ध होगा)", + "enableUptime": "अपटाइम (जल्द ही उपलब्ध होगा)", + "enableHostname": "होस्टनाम (जल्द ही उपलब्ध होगा)", + "enableOs": "ऑपरेटिंग सिस्टम (जल्द ही उपलब्ध होगा)", + "customCommands": "कस्टम कमांड (जल्द ही उपलब्ध होंगे)", + "customCommandsDesc": "इस सर्वर के लिए कस्टम शटडाउन और रीबूट कमांड परिभाषित करें", + "shutdownCommand": "शटडाउन कमांड", + "rebootCommand": "रिबूट कमांड", + "confirmRemoveFromFolder": "क्या आप वाकई \"{{name}}\" को फ़ोल्डर \"{{folder}}\" से हटाना चाहते हैं? होस्ट को \"नो फ़ोल्डर\" में स्थानांतरित कर दिया जाएगा।", + "removedFromFolder": "होस्ट \"{{name}}\" फ़ोल्डर से सफलतापूर्वक हटा दिया गया", + "failedToRemoveFromFolder": "फ़ोल्डर से होस्ट को हटाने में विफल", + "folderRenamed": "फ़ोल्डर \"{{oldName}}\" का नाम बदलकर \"{{newName}}\" सफलतापूर्वक कर दिया गया है", + "failedToRenameFolder": "फ़ोल्डर का नाम बदलने में विफल", + "editFolderAppearance": "फ़ोल्डर का स्वरूप संपादित करें", + "editFolderAppearanceDesc": "फ़ोल्डर के लिए रंग और आइकन को अनुकूलित करें", + "folderColor": "फ़ोल्डर का रंग", + "folderIcon": "फ़ोल्डर आइकन", + "preview": "पूर्व दर्शन", + "folderAppearanceUpdated": "फ़ोल्डर का स्वरूप सफलतापूर्वक अपडेट हो गया", + "failedToUpdateFolderAppearance": "फ़ोल्डर की दिखावट को अपडेट करने में विफलता", + "deleteAllHostsInFolder": "फ़ोल्डर में मौजूद सभी होस्ट को हटा दें", + "confirmDeleteAllHostsInFolder": "क्या आप वाकई फोल्डर \"{{folder}}\" में मौजूद सभी {{count}} होस्ट को हटाना चाहते हैं? यह कार्रवाई पूर्ववत नहीं की जा सकती।", + "allHostsInFolderDeleted": "फ़ोल्डर \"{{folder}}\" से {{count}} होस्ट सफलतापूर्वक हटा दिए गए", + "failedToDeleteHostsInFolder": "फ़ोल्डर में होस्ट को हटाने में विफल रहा", + "movedToFolder": "होस्ट \"{{name}}\" सफलतापूर्वक \"{{folder}}\" पर स्थानांतरित हो गया", + "failedToMoveToFolder": "होस्ट को फ़ोल्डर में ले जाने में विफल", + "clickToRenameFolder": "फ़ोल्डर का नाम बदलने के लिए क्लिक करें", + "renameFolder": "फ़ोल्डर का नाम बदलें", + "removeFromFolder": "फ़ोल्डर \"{{folder}}\" से हटाएँ", + "editHostTooltip": "होस्ट संपादित करें", + "deleteHostTooltip": "होस्ट को हटाएं", + "exportHostTooltip": "निर्यात होस्ट", + "cloneHostTooltip": "क्लोन होस्ट", + "clickToEditHost": "होस्ट को संपादित करने के लिए क्लिक करें", + "dragToMoveBetweenFolders": "फ़ोल्डरों के बीच जाने के लिए ड्रैग करें", + "exportedHostConfig": "{{name}}के लिए निर्यातित होस्ट कॉन्फ़िगरेशन", + "openTerminal": "टर्मिनल खोलें", + "openFileManager": "फ़ाइल प्रबंधक खोलें", + "openTunnels": "खुली सुरंगें", + "openServerDetails": "सर्वर विवरण खोलें", + "statistics": "आंकड़े", + "enabledWidgets": "सक्षम विजेट", + "openServerStats": "ओपन सर्वर आँकड़े", + "enabledWidgetsDesc": "इस होस्ट के लिए कौन से सांख्यिकी विजेट प्रदर्शित करने हैं, यह चुनें।", + "monitoringConfiguration": "मॉनिटरिंग कॉन्फ़िगरेशन", + "monitoringConfigurationDesc": "सर्वर के आँकड़े और स्थिति की जाँच कितनी बार की जाए, इसे कॉन्फ़िगर करें।", + "statusCheckEnabled": "स्थिति निगरानी सक्षम करें", + "statusCheckEnabledDesc": "जांचें कि सर्वर ऑनलाइन है या ऑफलाइन।", + "statusCheckInterval": "स्थिति जांच अंतराल", + "statusCheckIntervalDesc": "होस्ट ऑनलाइन है या नहीं, यह कितनी बार जांचना चाहिए (5 सेकंड - 1 घंटा)", + "metricsEnabled": "मैट्रिक्स मॉनिटरिंग सक्षम करें", + "metricsEnabledDesc": "सीपीयू, रैम, डिस्क और अन्य सिस्टम सांख्यिकी एकत्र करें", + "metricsInterval": "मैट्रिक्स संग्रह अंतराल", + "metricsIntervalDesc": "सर्वर सांख्यिकी को कितनी बार एकत्र करना है (5 सेकंड - 1 घंटा)", + "intervalSeconds": "सेकंड", + "intervalMinutes": "मिनट", + "intervalValidation": "निगरानी अंतराल 5 सेकंड और 1 घंटे (3600 सेकंड) के बीच होना चाहिए।", + "monitoringDisabled": "इस होस्ट के लिए सर्वर मॉनिटरिंग अक्षम है।", + "enableMonitoring": "होस्ट मैनेजर → सांख्यिकी टैब में मॉनिटरिंग सक्षम करें", + "monitoringDisabledBadge": "निगरानी बंद", + "statusMonitoring": "स्थिति", + "metricsMonitoring": "मेट्रिक्स", + "terminalCustomization": "टर्मिनल अनुकूलन", + "appearance": "उपस्थिति", + "behavior": "व्यवहार", + "advanced": "विकसित", + "themePreview": "थीम पूर्वावलोकन", + "theme": "विषय", + "selectTheme": "थीम चुनें", + "chooseColorTheme": "टर्मिनल के लिए एक रंग थीम चुनें", + "fontFamily": "फुहारा परिवार", + "selectFont": "फ़ॉन्ट चुनें", + "selectFontDesc": "टर्मिनल में उपयोग करने के लिए फ़ॉन्ट का चयन करें", + "fontSize": "फ़ॉन्ट आकार", + "fontSizeValue": "फ़ॉन्ट आकार: {{value}}px", + "adjustFontSize": "टर्मिनल फ़ॉन्ट का आकार समायोजित करें", + "letterSpacing": "पत्र अंतराल", + "letterSpacingValue": "अक्षरों के बीच की दूरी: {{value}}px", + "adjustLetterSpacing": "अक्षरों के बीच की दूरी समायोजित करें", + "lineHeight": "ऊंची लाईन", + "lineHeightValue": "लाइन की ऊँचाई: {{value}}", + "adjustLineHeight": "पंक्तियों के बीच की दूरी समायोजित करें", + "cursorStyle": "कर्सर शैली", + "selectCursorStyle": "कर्सर शैली का चयन करें", + "cursorStyleBlock": "अवरोध पैदा करना", + "cursorStyleUnderline": "रेखांकन", + "cursorStyleBar": "छड़", + "chooseCursorAppearance": "कर्सर का स्वरूप चुनें", + "cursorBlink": "कर्सर ब्लिंक", + "enableCursorBlink": "कर्सर ब्लिंकिंग एनीमेशन सक्षम करें", + "scrollbackBuffer": "स्क्रॉलबैक बफर", + "scrollbackBufferValue": "स्क्रॉलबैक बफर: {{value}} पंक्तियाँ", + "scrollbackBufferDesc": "स्क्रॉलबैक इतिहास में रखी जाने वाली पंक्तियों की संख्या", + "bellStyle": "घंटी शैली", + "selectBellStyle": "घंटी शैली का चयन करें", + "bellStyleNone": "कोई नहीं", + "bellStyleSound": "आवाज़", + "bellStyleVisual": "तस्वीर", + "bellStyleBoth": "दोनों", + "bellStyleDesc": "टर्मिनल बेल (BEL कैरेक्टर, \\x07) को कैसे हैंडल करें। प्रोग्राम कार्य पूरा होने पर, त्रुटियाँ आने पर या सूचनाओं के लिए इसे ट्रिगर करते हैं। \"साउंड\" एक ऑडियो बीप बजाता है, \"विजुअल\" स्क्रीन को थोड़ी देर के लिए फ्लैश करता है, \"बोथ\" दोनों करता है, और \"नन\" बेल अलर्ट को डिसेबल कर देता है।", + "rightClickSelectsWord": "दायाँ क्लिक करने पर वर्ड का चयन होता है", + "rightClickSelectsWordDesc": "दाएँ क्लिक करने से कर्सर के नीचे का शब्द चयनित हो जाता है।", + "fastScrollModifier": "फास्ट स्क्रॉल मॉडिफायर", + "selectModifier": "संशोधक का चयन करें", "modifierAlt": "Alt", - "modifierCtrl": "Ctrl", - "modifierShift": "Shift", - "fastScrollModifierDesc": "Modifier key for fast scrolling", - "fastScrollSensitivity": "Fast Scroll Sensitivity", - "fastScrollSensitivityValue": "Fast Scroll Sensitivity: {{value}}", - "fastScrollSensitivityDesc": "Scroll speed multiplier when modifier is held", - "minimumContrastRatio": "Minimum Contrast Ratio", - "minimumContrastRatioValue": "Minimum Contrast Ratio: {{value}}", - "minimumContrastRatioDesc": "Automatically adjust colors for better readability", - "sshAgentForwarding": "SSH Agent Forwarding", - "sshAgentForwardingDesc": "Forward SSH authentication agent to remote host", - "backspaceMode": "Backspace Mode", - "selectBackspaceMode": "Select backspace mode", - "backspaceModeNormal": "Normal (DEL)", - "backspaceModeControlH": "Control-H (^H)", - "backspaceModeDesc": "Backspace key behavior for compatibility", - "startupSnippet": "Startup Snippet", - "selectSnippet": "Select snippet", - "searchSnippets": "Search snippets...", - "snippetNone": "None", - "noneAuthTitle": "Keyboard-Interactive Authentication", - "noneAuthDescription": "This authentication method will use keyboard-interactive authentication when connecting to the SSH server.", - "noneAuthDetails": "Keyboard-interactive authentication allows the server to prompt you for credentials during connection. This is useful for servers that require multi-factor authentication or if you do not want to save credentials locally.", - "forceKeyboardInteractive": "Force Keyboard-Interactive", - "forceKeyboardInteractiveDesc": "Forces the use of keyboard-interactive authentication. This is sometimes required for servers that use Two-Factor Authentication (TOTP/2FA).", - "overrideCredentialUsername": "Override Credential Username", - "overrideCredentialUsernameDesc": "Use a different username than the one stored in the credential. This allows you to use the same credential with different usernames.", - "jumpHosts": "Jump Hosts", - "jumpHostsDescription": "Jump hosts (also known as bastion hosts) allow you to connect to a target server through one or more intermediate servers. This is useful for accessing servers behind firewalls or in private networks.", - "jumpHostChain": "Jump Host Chain", - "addJumpHost": "Add Jump Host", - "selectServer": "Select Server", - "searchServers": "Search servers...", - "noServerFound": "No server found", - "jumpHostsOrder": "Connections will be made in order: Jump Host 1 → Jump Host 2 → ... → Target Server", - "socks5Proxy": "SOCKS5 Proxy", - "socks5Description": "Configure SOCKS5 proxy for SSH connection. All traffic will be routed through the specified proxy server.", - "enableSocks5": "Enable SOCKS5 Proxy", - "enableSocks5Description": "Use SOCKS5 proxy for this SSH connection", - "socks5Host": "Proxy Host", - "socks5Port": "Proxy Port", - "socks5Username": "Proxy Username", - "socks5Password": "Proxy Password", - "socks5UsernameOptional": "Optional: leave empty if proxy doesn't require authentication", - "socks5PasswordOptional": "Optional: leave empty if proxy doesn't require authentication", - "socks5ProxyChain": "Proxy Chain", - "socks5ProxyChainDescription": "Configure a chain of SOCKS proxies. Each proxy in the chain will connect through the previous one.", - "socks5ProxyMode": "Proxy Mode", - "socks5UseSingleProxy": "Use Single Proxy", - "socks5UseProxyChain": "Use Proxy Chain", - "socks5UsePreset": "Use Saved Preset", - "socks5SelectPreset": "Select Preset", - "socks5ManagePresets": "Manage Presets", - "socks5ProxyNode": "Proxy {{number}}", - "socks5AddProxy": "Add Proxy to Chain", - "socks5RemoveProxy": "Remove Proxy", - "socks5ProxyType": "Proxy Type", - "socks5SaveAsPreset": "Save as Preset", - "socks5SavePresetTitle": "Save Proxy Chain as Preset", - "socks5SavePresetDescription": "Save the current proxy chain configuration as a reusable preset", - "socks5PresetName": "Preset Name", - "socks5PresetDescription": "Description (optional)", - "socks5PresetCreated": "Proxy chain preset created", - "socks5PresetUpdated": "Proxy chain preset updated", - "socks5PresetDeleted": "Proxy chain preset deleted", - "socks5PresetSaved": "Preset \"{{name}}\" saved successfully", - "socks5PresetSaveError": "Failed to save preset", - "socks5PresetNameRequired": "Preset name is required", - "socks5EmptyChainError": "Cannot save an empty proxy chain", - "socks5ProxyChainEmpty": "Add at least one proxy to the chain", - "socks5HostDescription": "Hostname or IP address of the SOCKS proxy server", - "socks5PortDescription": "Port number of the SOCKS proxy server (default: 1080)", - "addProxyNode": "Add Proxy Node", - "noProxyNodes": "No proxy nodes configured. Click 'Add Proxy Node' to add one.", - "proxyNode": "Proxy Node", - "proxyType": "Proxy Type", - "quickActions": "Quick Actions", - "quickActionsDescription": "Quick actions allow you to create custom buttons that execute SSH snippets on this server. These buttons will appear at the top of the Server Stats page for quick access.", - "quickActionsList": "Quick Actions List", - "addQuickAction": "Add Quick Action", - "quickActionName": "Action name", - "noSnippetFound": "No snippet found", - "quickActionsOrder": "Quick action buttons will appear in the order listed above on the Server Stats page", - "advancedAuthSettings": "Advanced Authentication Settings", - "sudoPasswordAutoFill": "Sudo Password Auto-Fill", - "sudoPasswordAutoFillDesc": "Automatically offer to insert SSH password when sudo prompts for password", - "sudoPassword": "Sudo Password", - "sudoPasswordDesc": "Optional password for sudo commands (useful with key authentication)", - "socks4": "SOCKS4", - "socks5": "SOCKS5", - "executeSnippetOnConnect": "Execute a snippet when the terminal connects", - "autoMosh": "Auto-MOSH", - "autoMoshDesc": "Automatically run MOSH command on connect", - "moshCommand": "MOSH Command", - "moshCommandDesc": "The MOSH command to execute", - "environmentVariables": "Environment Variables", - "environmentVariablesDesc": "Set custom environment variables for the terminal session", - "variableName": "Variable name", - "variableValue": "Value", - "addVariable": "Add Variable", - "docker": "Docker", - "openDocker": "Open Docker", - "notEnabled": "Docker is not enabled for this host. Enable it in Host Settings to use Docker features.", - "validating": "Validating Docker...", - "error": "Error", - "errorCode": "Error code: {{code}}", - "version": "Docker v{{version}}", - "current": "Current", - "used_limit": "Used / Limit", - "percentage": "Percentage", - "input": "Input", - "output": "Output", - "read": "Read", - "write": "Write", - "pids": "PIDs", - "id": "ID", - "state": "State", - "console": "Console", - "containerMustBeRunning": "Container must be running to connect to console", - "authenticationRequired": "Authentication required", - "connectedTo": "Connected to {{containerName}}", - "disconnected": "Disconnected", - "consoleError": "Console error", - "errorMessage": "Error: {{message}}", - "failedToConnect": "Failed to connect to console", - "disconnectedFromContainer": "Disconnected from container console.", - "containerNotRunning": "Container is not running", - "startContainerToAccess": "Start the container to access the console", - "selectShell": "Select shell", - "bash": "Bash", - "sh": "Sh", - "ash": "Ash", - "connecting": "Connecting...", - "connect": "Connect", - "disconnect": "Disconnect", - "notConnected": "Not connected", - "clickToConnect": "Click Connect to start an interactive shell", - "connectingTo": "Connecting to {{containerName}}...", - "containerMustBeRunningToViewStats": "Container must be running to view stats", - "failedToFetchStats": "Failed to fetch stats", - "noContainersFound": "No containers found", - "noContainersFoundHint": "Start by creating containers on your server", - "searchPlaceholder": "Search by name, image, or ID...", - "filterByStatusPlaceholder": "Filter by status", - "allContainersCount": "All ({{count}})", + "modifierCtrl": "कंट्रोल", + "modifierShift": "बदलाव", + "fastScrollModifierDesc": "तेज़ स्क्रॉलिंग के लिए मॉडिफायर कुंजी", + "fastScrollSensitivity": "तेज़ स्क्रॉल संवेदनशीलता", + "fastScrollSensitivityValue": "तेज़ स्क्रॉल संवेदनशीलता: {{value}}", + "fastScrollSensitivityDesc": "मॉडिफायर दबाए रखने पर स्क्रॉल गति गुणक", + "minimumContrastRatio": "न्यूनतम कंट्रास्ट अनुपात", + "minimumContrastRatioValue": "न्यूनतम कंट्रास्ट अनुपात: {{value}}", + "minimumContrastRatioDesc": "बेहतर पठनीयता के लिए रंगों को स्वचालित रूप से समायोजित करें", + "sshAgentForwarding": "एसएसएच एजेंट फ़ॉरवर्डिंग", + "sshAgentForwardingDesc": "SSH प्रमाणीकरण एजेंट को रिमोट होस्ट पर अग्रेषित करें", + "backspaceMode": "बैकस्पेस मोड", + "selectBackspaceMode": "बैकस्पेस मोड चुनें", + "backspaceModeNormal": "सामान्य (डीईएल)", + "backspaceModeControlH": "नियंत्रण-एच (^एच)", + "backspaceModeDesc": "संगतता के लिए बैकस्पेस कुंजी का व्यवहार", + "startupSnippet": "स्टार्टअप स्निपेट", + "selectSnippet": "स्निपेट का चयन करें", + "searchSnippets": "खोज के अंश...", + "snippetNone": "कोई नहीं", + "noneAuthTitle": "कीबोर्ड-इंटरैक्टिव प्रमाणीकरण", + "noneAuthDescription": "एसएसएच सर्वर से कनेक्ट करते समय यह प्रमाणीकरण विधि कीबोर्ड-इंटरैक्टिव प्रमाणीकरण का उपयोग करेगी।", + "noneAuthDetails": "कीबोर्ड-इंटरैक्टिव प्रमाणीकरण सर्वर को कनेक्शन के दौरान आपसे क्रेडेंशियल मांगने की अनुमति देता है। यह उन सर्वरों के लिए उपयोगी है जिन्हें मल्टी-फैक्टर प्रमाणीकरण की आवश्यकता होती है या यदि आप क्रेडेंशियल को स्थानीय रूप से सहेजना नहीं चाहते हैं।", + "forceKeyboardInteractive": "फ़ोर्स कीबोर्ड-इंटरैक्टिव", + "forceKeyboardInteractiveDesc": "कीबोर्ड-आधारित प्रमाणीकरण को अनिवार्य बनाता है। यह कभी-कभी उन सर्वरों के लिए आवश्यक होता है जो दो-कारक प्रमाणीकरण (TOTP/2FA) का उपयोग करते हैं।", + "overrideCredentialUsername": "क्रेडेंशियल उपयोगकर्ता नाम को ओवरराइड करें", + "overrideCredentialUsernameDesc": "क्रेडेंशियल में सेव किए गए यूजरनेम से अलग यूजरनेम का इस्तेमाल करें। इससे आप एक ही क्रेडेंशियल को अलग-अलग यूजरनेम के साथ इस्तेमाल कर सकेंगे।", + "jumpHosts": "जंप होस्ट", + "jumpHostsDescription": "जंप होस्ट (जिन्हें बैस्टियन होस्ट भी कहा जाता है) आपको एक या अधिक मध्यवर्ती सर्वरों के माध्यम से लक्ष्य सर्वर से कनेक्ट करने की अनुमति देते हैं। यह फ़ायरवॉल के पीछे या निजी नेटवर्क में स्थित सर्वरों तक पहुँचने के लिए उपयोगी है।", + "jumpHostChain": "जंप होस्ट चेन", + "addJumpHost": "जंप होस्ट जोड़ें", + "selectServer": "सर्वर का चयन करें", + "searchServers": "सर्वर खोजें...", + "noServerFound": "कोई सर्वर नहीं मिला", + "jumpHostsOrder": "कनेक्शन इस क्रम में स्थापित किए जाएंगे: जंप होस्ट 1 → जंप होस्ट 2 → ... → लक्ष्य सर्वर", + "socks5Proxy": "SOCKS5 प्रॉक्सी", + "socks5Description": "SSH कनेक्शन के लिए SOCKS5 प्रॉक्सी कॉन्फ़िगर करें। सभी ट्रैफ़िक निर्दिष्ट प्रॉक्सी सर्वर के माध्यम से रूट किया जाएगा।", + "enableSocks5": "SOCKS5 प्रॉक्सी को सक्षम करें", + "enableSocks5Description": "इस SSH कनेक्शन के लिए SOCKS5 प्रॉक्सी का उपयोग करें", + "socks5Host": "छद्म मेजबान", + "socks5Port": "प्रॉक्सी पोर्ट", + "socks5Username": "प्रॉक्सी उपयोगकर्ता नाम", + "socks5Password": "प्रॉक्सी पासवर्ड", + "socks5UsernameOptional": "वैकल्पिक: यदि प्रॉक्सी को प्रमाणीकरण की आवश्यकता नहीं है तो इसे खाली छोड़ दें", + "socks5PasswordOptional": "वैकल्पिक: यदि प्रॉक्सी को प्रमाणीकरण की आवश्यकता नहीं है तो इसे खाली छोड़ दें", + "socks5ProxyChain": "प्रॉक्सी श्रृंखला", + "socks5ProxyChainDescription": "SOCKS प्रॉक्सी की एक श्रृंखला कॉन्फ़िगर करें। श्रृंखला में प्रत्येक प्रॉक्सी पिछले प्रॉक्सी के माध्यम से कनेक्ट होगा।", + "socks5ProxyMode": "प्रॉक्सी मोड", + "socks5UseSingleProxy": "सिंगल प्रॉक्सी का उपयोग करें", + "socks5UseProxyChain": "प्रॉक्सी चेन का उपयोग करें", + "socks5UsePreset": "सहेजे गए प्रीसेट का उपयोग करें", + "socks5SelectPreset": "प्रीसेट चुनें", + "socks5ManagePresets": "प्रीसेट प्रबंधित करें", + "socks5ProxyNode": "प्रॉक्सी {{number}}", + "socks5AddProxy": "चेन में प्रॉक्सी जोड़ें", + "socks5RemoveProxy": "प्रॉक्सी हटाएं", + "socks5ProxyType": "प्रॉक्सी प्रकार", + "socks5SaveAsPreset": "प्रीसेट के रूप में सहेजें", + "socks5SavePresetTitle": "प्रॉक्सी चेन को प्रीसेट के रूप में सहेजें", + "socks5SavePresetDescription": "वर्तमान प्रॉक्सी चेन कॉन्फ़िगरेशन को पुन: प्रयोज्य प्रीसेट के रूप में सहेजें", + "socks5PresetName": "प्रीसेट नाम", + "socks5PresetDescription": "विवरण (वैकल्पिक)", + "socks5PresetCreated": "प्रॉक्सी चेन प्रीसेट बनाया गया", + "socks5PresetUpdated": "प्रॉक्सी चेन प्रीसेट अपडेट किया गया", + "socks5PresetDeleted": "प्रॉक्सी चेन प्रीसेट हटा दिया गया", + "socks5PresetSaved": "प्रीसेट \"{{name}}\" सफलतापूर्वक सहेजा गया", + "socks5PresetSaveError": "प्रीसेट सहेजने में विफल", + "socks5PresetNameRequired": "प्रीसेट नाम आवश्यक है", + "socks5EmptyChainError": "खाली प्रॉक्सी चेन को सहेजा नहीं जा सकता", + "socks5ProxyChainEmpty": "चेन में कम से कम एक प्रॉक्सी जोड़ें", + "socks5HostDescription": "SOCKS प्रॉक्सी सर्वर का होस्टनाम या IP पता", + "socks5PortDescription": "SOCKS प्रॉक्सी सर्वर का पोर्ट नंबर (डिफ़ॉल्ट: 1080)", + "addProxyNode": "प्रॉक्सी नोड जोड़ें", + "noProxyNodes": "कोई प्रॉक्सी नोड कॉन्फ़िगर नहीं किया गया है। एक प्रॉक्सी नोड जोड़ने के लिए 'प्रॉक्सी नोड जोड़ें' पर क्लिक करें।", + "proxyNode": "प्रॉक्सी नोड", + "proxyType": "प्रॉक्सी प्रकार", + "quickActions": "त्वरित कार्रवाइयां", + "quickActionsDescription": "क्विक एक्शन की मदद से आप ऐसे कस्टम बटन बना सकते हैं जो इस सर्वर पर SSH स्निपेट को निष्पादित करते हैं। ये बटन त्वरित पहुंच के लिए सर्वर स्टैट्स पेज के शीर्ष पर दिखाई देंगे।", + "quickActionsList": "त्वरित कार्यों की सूची", + "addQuickAction": "त्वरित कार्रवाई जोड़ें", + "quickActionName": "क्रिया का नाम", + "noSnippetFound": "कोई अंश नहीं मिला", + "quickActionsOrder": "सर्वर स्टैट्स पेज पर त्वरित कार्रवाई बटन ऊपर सूचीबद्ध क्रम में दिखाई देंगे।", + "advancedAuthSettings": "उन्नत प्रमाणीकरण सेटिंग्स", + "sudoPasswordAutoFill": "सूडो पासवर्ड ऑटो-फिल", + "sudoPasswordAutoFillDesc": "जब sudo पासवर्ड मांगे तो स्वचालित रूप से SSH पासवर्ड डालने का विकल्प दें", + "sudoPassword": "सूडो पासवर्ड", + "sudoPasswordDesc": "sudo कमांड के लिए वैकल्पिक पासवर्ड (कुंजी प्रमाणीकरण के साथ उपयोगी)", + "socks4": "मोज़े4", + "socks5": "मोज़े5", + "executeSnippetOnConnect": "टर्मिनल कनेक्ट होने पर एक स्निपेट निष्पादित करें", + "autoMosh": "ऑटो-मोश", + "autoMoshDesc": "कनेक्ट होने पर MOSH कमांड स्वचालित रूप से चलाएँ", + "moshCommand": "MOSH कमांड", + "moshCommandDesc": "MOSH कमांड को निष्पादित करने के लिए", + "environmentVariables": "पर्यावरण चर", + "environmentVariablesDesc": "टर्मिनल सत्र के लिए कस्टम पर्यावरण चर सेट करें", + "variableName": "चर का नाम", + "variableValue": "कीमत", + "addVariable": "चर जोड़ें", + "docker": "डाक में काम करनेवाला मज़दूर", + "openDocker": "ओपन डॉकर", + "notEnabled": "इस होस्ट के लिए डॉकर सक्षम नहीं है। डॉकर सुविधाओं का उपयोग करने के लिए इसे होस्ट सेटिंग्स में सक्षम करें।", + "validating": "डॉकर का सत्यापन किया जा रहा है...", + "error": "गलती", + "errorCode": "त्रुटि कोड: {{code}}", + "version": "डॉकर v{{version}}", + "current": "मौजूदा", + "used_limit": "उपयोग किया गया / सीमा", + "percentage": "को PERCENTAGE", + "input": "इनपुट", + "output": "उत्पादन", + "read": "पढ़ना", + "write": "लिखना", + "pids": "पीआईडी", + "id": "पहचान", + "state": "राज्य", + "console": "सांत्वना देना", + "containerMustBeRunning": "कंसोल से कनेक्ट करने के लिए कंटेनर का चालू होना आवश्यक है।", + "authenticationRequired": "प्रमाणित करना", + "connectedTo": "{{containerName}}से जुड़ा हुआ", + "disconnected": "डिस्कनेक्ट किया गया", + "consoleError": "कंसोल त्रुटि", + "errorMessage": "त्रुटि: {{message}}", + "failedToConnect": "कंसोल से कनेक्ट करने में विफल", + "disconnectedFromContainer": "कंटेनर कंसोल से संपर्क टूट गया।", + "containerNotRunning": "कंटेनर नहीं चल रहा है", + "startContainerToAccess": "कंसोल तक पहुँचने के लिए कंटेनर को प्रारंभ करें", + "selectShell": "शेल का चयन करें", + "bash": "दे घुमा के", + "sh": "श", + "ash": "राख", + "connecting": "कनेक्ट हो रहा है...", + "connect": "जोड़ना", + "disconnect": "डिस्कनेक्ट", + "notConnected": "जुड़े नहीं हैं", + "clickToConnect": "इंटरेक्टिव शेल शुरू करने के लिए कनेक्ट पर क्लिक करें", + "connectingTo": "{{containerName}}से कनेक्ट हो रहा है...", + "containerMustBeRunningToViewStats": "आंकड़े देखने के लिए कंटेनर का चालू होना आवश्यक है।", + "failedToFetchStats": "आंकड़े प्राप्त करने में विफल", + "noContainersFound": "कोई कंटेनर नहीं मिला", + "noContainersFoundHint": "सबसे पहले अपने सर्वर पर कंटेनर बनाएं।", + "searchPlaceholder": "नाम, छवि या आईडी के आधार पर खोजें...", + "filterByStatusPlaceholder": "स्थिति के अनुसार फ़िल्टर करें", + "allContainersCount": "सभी ({{count}})", "statusCount": "{{status}} ({{count}})", - "noContainersMatchFilters": "No containers match your filters", - "noContainersMatchFiltersHint": "Try adjusting your search or filter", - "containerStarted": "Container {{name}} started", - "failedToStartContainer": "Failed to start container: {{error}}", - "containerStopped": "Container {{name}} stopped", - "failedToStopContainer": "Failed to stop container: {{error}}", - "containerRestarted": "Container {{name}} restarted", - "failedToRestartContainer": "Failed to restart container: {{error}}", - "containerUnpaused": "Container {{name}} unpaused", - "containerPaused": "Container {{name}} paused", - "failedToTogglePauseContainer": "Failed to {{action}} container: {{error}}", - "containerRemoved": "Container {{name}} removed", - "failedToRemoveContainer": "Failed to remove container: {{error}}", - "image": "Image:", - "idLabel": "ID:", - "ports": "Ports:", - "noPorts": "None", - "created": "Created:", - "start": "Start", - "stop": "Stop", - "unpause": "Unpause", - "pause": "Pause", - "restart": "Restart", - "removeContainer": "Remove Container", - "confirmRemoveContainer": "Are you sure you want to remove container \"{{name}}\"?", - "runningContainerWarning": "Warning: This container is currently running and will be force-removed.", - "removing": "Removing:", - "containerNotFound": "Container not found", - "backToList": "Back to list", - "logs": "Logs", - "stats": "Stats", - "consoleTab": "Console", - "failedToFetchLogs": "Failed to fetch logs: {{error}}", - "failedToDownloadLogs": "Failed to download logs: {{error}}", - "linesToShow": "Lines to show", - "last50Lines": "Last 50 lines", - "last100Lines": "Last 100 lines", - "last500Lines": "Last 500 lines", - "last1000Lines": "Last 1000 lines", - "allLogs": "All logs", - "showTimestamps": "Show Timestamps", - "autoRefresh": "Auto Refresh", - "filterLogsPlaceholder": "Filter logs...", - "noLogsAvailable": "No logs available" + "noContainersMatchFilters": "आपके फ़िल्टर से कोई कंटेनर मेल नहीं खाता।", + "noContainersMatchFiltersHint": "अपनी खोज या फ़िल्टर को समायोजित करने का प्रयास करें", + "containerStarted": "कंटेनर {{name}} शुरू हो गया", + "failedToStartContainer": "कंटेनर शुरू करने में विफल: {{error}}", + "containerStopped": "कंटेनर {{name}} रुक गया", + "failedToStopContainer": "कंटेनर को रोकने में विफल: {{error}}", + "containerRestarted": "कंटेनर {{name}} पुनः आरंभ हुआ", + "failedToRestartContainer": "कंटेनर को पुनः आरंभ करने में विफल: {{error}}", + "containerUnpaused": "कंटेनर {{name}} अनपॉज़ किया गया", + "containerPaused": "कंटेनर {{name}} रुका हुआ है", + "failedToTogglePauseContainer": "{{action}} कंटेनर में प्रवेश करने में विफल: {{error}}", + "containerRemoved": "कंटेनर {{name}} हटा दिया गया", + "failedToRemoveContainer": "कंटेनर हटाने में विफल: {{error}}", + "image": "छवि:", + "idLabel": "पहचान:", + "ports": "बंदरगाह:", + "noPorts": "कोई नहीं", + "created": "बनाया था:", + "start": "शुरू", + "stop": "रुकना", + "unpause": "रोक हटाएँ", + "pause": "विराम", + "restart": "पुनः आरंभ करें", + "removeContainer": "कंटेनर हटाएँ", + "confirmRemoveContainer": "क्या आप वाकई कंटेनर \"{{name}}\" को हटाना चाहते हैं?", + "runningContainerWarning": "चेतावनी: यह कंटेनर वर्तमान में चल रहा है और इसे जबरन हटा दिया जाएगा।", + "removing": "हटाना:", + "containerNotFound": "कंटेनर नहीं मिला", + "backToList": "सूची पर वापस जाएं", + "logs": "लॉग्स", + "stats": "आँकड़े", + "consoleTab": "सांत्वना देना", + "failedToFetchLogs": "लॉग प्राप्त करने में विफल: {{error}}", + "failedToDownloadLogs": "लॉग डाउनलोड करने में विफल: {{error}}", + "linesToShow": "दिखाने के लिए रेखाएँ", + "last50Lines": "अंतिम 50 पंक्तियाँ", + "last100Lines": "अंतिम 100 पंक्तियाँ", + "last500Lines": "अंतिम 500 पंक्तियाँ", + "last1000Lines": "अंतिम 1000 पंक्तियाँ", + "allLogs": "सभी लॉग", + "showTimestamps": "टाइमस्टैम्प दिखाएँ", + "autoRefresh": "ऑटो रिफ्रेश", + "filterLogsPlaceholder": "लॉग फ़िल्टर करें...", + "noLogsAvailable": "कोई लॉग उपलब्ध नहीं हैं" }, "terminal": { - "title": "Terminal", - "connect": "Connect to Host", - "disconnect": "Disconnect", - "clear": "Clear", - "copy": "Copy", - "paste": "Paste", - "find": "Find", - "fullscreen": "Fullscreen", - "splitHorizontal": "Split Horizontal", - "splitVertical": "Split Vertical", - "closePanel": "Close Panel", - "reconnect": "Reconnect", - "sessionEnded": "Session Ended", - "connectionLost": "Connection Lost", - "error": "ERROR: {{message}}", - "disconnected": "Disconnected", - "connectionClosed": "Connection closed", - "connectionError": "Connection error: {{message}}", - "connected": "Connected", - "sshConnected": "SSH connection established", - "authError": "Authentication failed: {{message}}", - "unknownError": "Unknown error occurred", - "messageParseError": "Failed to parse server message", - "websocketError": "WebSocket connection error", - "connecting": "Connecting...", - "reconnecting": "Reconnecting... ({{attempt}}/{{max}})", - "reconnected": "Reconnected successfully", - "maxReconnectAttemptsReached": "Maximum reconnection attempts reached", - "connectionTimeout": "Connection timeout", - "terminalTitle": "Terminal - {{host}}", - "terminalWithPath": "Terminal - {{host}}:{{path}}", - "runTitle": "Running {{command}} - {{host}}", - "totpRequired": "Two-Factor Authentication Required", - "totpCodeLabel": "Verification Code", + "title": "टर्मिनल", + "connect": "होस्ट से कनेक्ट करें", + "disconnect": "डिस्कनेक्ट", + "clear": "स्पष्ट", + "copy": "प्रतिलिपि", + "paste": "पेस्ट करें", + "find": "खोजो", + "fullscreen": "पूर्ण स्क्रीन", + "splitHorizontal": "क्षैतिज विभाजन", + "splitVertical": "ऊर्ध्वाधर विभाजन", + "closePanel": "पैनल बंद करें", + "reconnect": "रिकनेक्ट", + "sessionEnded": "सत्र समाप्त हुआ", + "connectionLost": "कनेक्शन टूट गया", + "error": "त्रुटि: {{message}}", + "disconnected": "डिस्कनेक्ट किया गया", + "connectionClosed": "कनेक्शन बंद हो गया", + "connectionError": "कनेक्शन त्रुटि: {{message}}", + "connected": "जुड़े हुए", + "sshConnected": "SSH कनेक्शन स्थापित हो गया", + "authError": "प्रमाणीकरण विफल: {{message}}", + "unknownError": "अज्ञात त्रुटि उत्पन्न हुई", + "messageParseError": "सर्वर संदेश को पार्स करने में विफल", + "websocketError": "वेबसॉकेट कनेक्शन त्रुटि", + "connecting": "कनेक्ट हो रहा है...", + "reconnecting": "पुनः कनेक्ट हो रहा है... ({{attempt}}/{{max}})", + "reconnected": "सफलतापूर्वक पुनः कनेक्ट हो गया", + "maxReconnectAttemptsReached": "अधिकतम पुनः कनेक्शन प्रयासों की सीमा पूरी हो गई है।", + "connectionTimeout": "रिश्तों का समय बाहर", + "terminalTitle": "टर्मिनल - {{host}}", + "terminalWithPath": "टर्मिनल - {{host}}:{{path}}", + "runTitle": "चल रहा है {{command}} - {{host}}", + "totpRequired": "दो-कारक प्रमाणीकरण आवश्यक है", + "totpCodeLabel": "सत्यापन कोड", "totpPlaceholder": "000000", - "totpVerify": "Verify", - "sudoPasswordPopupTitle": "Insert Password?", - "sudoPasswordPopupHint": "Press Enter to insert, Esc to dismiss", - "sudoPasswordPopupConfirm": "Insert", - "sudoPasswordPopupDismiss": "Dismiss" + "totpVerify": "सत्यापित करें", + "sudoPasswordPopupTitle": "पासवर्ड डालें?", + "sudoPasswordPopupHint": "सम्मिलित करने के लिए Enter दबाएँ, हटाने के लिए Esc दबाएँ", + "sudoPasswordPopupConfirm": "डालना", + "sudoPasswordPopupDismiss": "नकार देना" }, "fileManager": { - "title": "File Manager", - "file": "File", - "folder": "Folder", - "connectToSsh": "Connect to SSH to use file operations", - "uploadFile": "Upload File", - "downloadFile": "Download", - "extractArchive": "Extract Archive", - "extractingArchive": "Extracting {{name}}...", - "archiveExtractedSuccessfully": "{{name}} extracted successfully", - "extractFailed": "Extract failed", - "compressFile": "Compress File", - "compressFiles": "Compress Files", - "compressFilesDesc": "Compress {{count}} items into an archive", - "archiveName": "Archive Name", - "enterArchiveName": "Enter archive name...", - "compressionFormat": "Compression Format", - "selectedFiles": "Selected files", - "andMoreFiles": "and {{count}} more...", - "compress": "Compress", - "compressingFiles": "Compressing {{count}} items into {{name}}...", - "filesCompressedSuccessfully": "{{name}} created successfully", - "compressFailed": "Compression failed", - "edit": "Edit", - "preview": "Preview", - "previous": "Previous", - "next": "Next", - "pageXOfY": "Page {{current}} of {{total}}", - "zoomOut": "Zoom Out", - "zoomIn": "Zoom In", - "newFile": "New File", - "newFolder": "New Folder", - "rename": "Rename", - "renameItem": "Rename Item", - "deleteItem": "Delete Item", - "currentPath": "Current Path", - "uploadFileTitle": "Upload File", - "maxFileSize": "Max: 1GB (JSON) / 5GB (Binary) - Large files supported", - "removeFile": "Remove File", - "clickToSelectFile": "Click to select a file", - "chooseFile": "Choose File", - "uploading": "Uploading...", - "downloading": "Downloading...", - "uploadingFile": "Uploading {{name}}...", - "uploadingLargeFile": "Uploading large file {{name}} ({{size}})...", - "downloadingFile": "Downloading {{name}}...", - "creatingFile": "Creating {{name}}...", - "creatingFolder": "Creating {{name}}...", - "deletingItem": "Deleting {{type}} {{name}}...", - "renamingItem": "Renaming {{type}} {{oldName}} to {{newName}}...", - "createNewFile": "Create New File", - "fileName": "File Name", - "creating": "Creating...", - "createFile": "Create File", - "createNewFolder": "Create New Folder", - "folderName": "Folder Name", - "createFolder": "Create Folder", - "warningCannotUndo": "Warning: This action cannot be undone", - "itemPath": "Item Path", - "thisIsDirectory": "This is a directory (will delete recursively)", - "deleting": "Deleting...", - "currentPathLabel": "Current Path", - "newName": "New Name", - "thisIsDirectoryRename": "This is a directory", - "renaming": "Renaming...", - "fileUploadedSuccessfully": "File \"{{name}}\" uploaded successfully", - "failedToUploadFile": "Failed to upload file", - "fileDownloadedSuccessfully": "File \"{{name}}\" downloaded successfully", - "failedToDownloadFile": "Failed to download file", - "noFileContent": "No file content received", - "filePath": "File Path", - "fileCreatedSuccessfully": "File \"{{name}}\" created successfully", - "failedToCreateFile": "Failed to create file", - "folderCreatedSuccessfully": "Folder \"{{name}}\" created successfully", - "failedToCreateFolder": "Failed to create folder", - "failedToCreateItem": "Failed to create item", - "operationFailed": "{{operation}} operation failed for {{name}}: {{error}}", - "failedToResolveSymlink": "Failed to resolve symlink", - "itemDeletedSuccessfully": "{{type}} deleted successfully", - "itemsDeletedSuccessfully": "{{count}} items deleted successfully", - "failedToDeleteItems": "Failed to delete items", - "dragFilesToUpload": "Drop files here to upload", - "emptyFolder": "This folder is empty", - "itemCount": "{{count}} items", - "selectedCount": "{{count}} selected", - "searchFiles": "Search files...", - "upload": "Upload", - "selectHostToStart": "Select a host to start file management", - "failedToConnect": "Failed to connect to SSH", - "failedToLoadDirectory": "Failed to load directory", - "noSSHConnection": "No SSH connection available", - "enterFolderName": "Enter folder name:", - "enterFileName": "Enter file name:", - "copy": "Copy", - "cut": "Cut", - "paste": "Paste", - "copyPath": "Copy Path", - "copyPaths": "Copy Paths", - "delete": "Delete", - "properties": "Properties", - "refresh": "Refresh", - "downloadFiles": "Download {{count}} files to Browser", - "copyFiles": "Copy {{count}} items", - "cutFiles": "Cut {{count}} items", - "deleteFiles": "Delete {{count}} items", - "filesCopiedToClipboard": "{{count}} items copied to clipboard", - "filesCutToClipboard": "{{count}} items cut to clipboard", - "pathCopiedToClipboard": "Path copied to clipboard", - "pathsCopiedToClipboard": "{{count}} paths copied to clipboard", - "failedToCopyPath": "Failed to copy path to clipboard", - "movedItems": "Moved {{count}} items", - "failedToDeleteItem": "Failed to delete item", - "itemRenamedSuccessfully": "{{type}} renamed successfully", - "failedToRenameItem": "Failed to rename item", - "download": "Download", - "permissions": "Permissions", - "size": "Size", - "modified": "Modified", - "path": "Path", - "confirmDelete": "Are you sure you want to delete {{name}}?", - "uploadSuccess": "File uploaded successfully", - "uploadFailed": "File upload failed", - "downloadSuccess": "File downloaded successfully", - "downloadFailed": "File download failed", - "permissionDenied": "Permission denied", - "checkDockerLogs": "Check the Docker logs for detailed error information", - "internalServerError": "Internal server error occurred", - "serverError": "Server Error", - "error": "Error", - "requestFailed": "Request failed with status code", - "unknownFileError": "unknown", - "cannotReadFile": "Cannot read file", - "noSshSessionId": "No SSH session ID available", - "noFilePath": "No file path available", - "noCurrentHost": "No current host available", - "fileSavedSuccessfully": "File saved successfully", - "saveTimeout": "Save operation timed out. The file may have been saved successfully, but the operation took too long to complete. Check the Docker logs for confirmation.", - "failedToSaveFile": "Failed to save file", - "deletedSuccessfully": "deleted successfully", - "connectToServer": "Connect to a Server", - "selectServerToEdit": "Select a server from the sidebar to start editing files", - "fileOperations": "File Operations", - "confirmDeleteMessage": "Are you sure you want to delete {{name}}?", - "confirmDeleteSingleItem": "Are you sure you want to permanently delete \"{{name}}\"?", - "confirmDeleteMultipleItems": "Are you sure you want to permanently delete {{count}} items?", - "confirmDeleteMultipleItemsWithFolders": "Are you sure you want to permanently delete {{count}} items? This includes folders and their contents.", - "confirmDeleteFolder": "Are you sure you want to permanently delete the folder \"{{name}}\" and all its contents?", - "deleteDirectoryWarning": "This will delete the folder and all its contents.", - "actionCannotBeUndone": "This action cannot be undone.", - "permanentDeleteWarning": "This action cannot be undone. The item(s) will be permanently deleted from the server.", - "recent": "Recent", - "pinned": "Pinned", - "folderShortcuts": "Folder Shortcuts", - "noRecentFiles": "No recent files.", - "noPinnedFiles": "No pinned files.", - "enterFolderPath": "Enter folder path", - "noShortcuts": "No shortcuts.", - "searchFilesAndFolders": "Search files and folders...", - "noFilesOrFoldersFound": "No files or folders found.", - "failedToConnectSSH": "Failed to connect to SSH", - "failedToReconnectSSH": "Failed to reconnect SSH session", - "failedToListFiles": "Failed to list files", - "fetchHomeDataTimeout": "Fetch home data timed out", - "sshStatusCheckTimeout": "SSH status check timed out", - "sshReconnectionTimeout": "SSH reconnection timed out", - "saveOperationTimeout": "Save operation timed out", - "cannotSaveFile": "Cannot save file", - "dragSystemFilesToUpload": "Drag system files here to upload", - "dragFilesToWindowToDownload": "Drag files outside window to download", - "openTerminalHere": "Open Terminal Here", - "run": "Run", - "saveToSystem": "Save as...", - "selectLocationToSave": "Select Location to Save", - "openTerminalInFolder": "Open Terminal in This Folder", - "openTerminalInFileLocation": "Open Terminal at File Location", - "terminalWithPath": "Terminal - {{host}}:{{path}}", - "runningFile": "Running - {{file}}", - "onlyRunExecutableFiles": "Can only run executable files", - "noHostSelected": "No host selected", - "starred": "Starred", - "shortcuts": "Shortcuts", - "directories": "Directories", - "removedFromRecentFiles": "Removed \"{{name}}\" from recent files", - "removeFailed": "Remove failed", - "unpinnedSuccessfully": "Unpinned \"{{name}}\" successfully", - "unpinFailed": "Unpin failed", - "removedShortcut": "Removed shortcut \"{{name}}\"", - "removeShortcutFailed": "Remove shortcut failed", - "clearedAllRecentFiles": "Cleared all recent files", - "clearFailed": "Clear failed", - "removeFromRecentFiles": "Remove from recent files", - "clearAllRecentFiles": "Clear all recent files", - "unpinFile": "Unpin file", - "removeShortcut": "Remove shortcut", - "saveFilesToSystem": "Save {{count}} files as...", - "pinFile": "Pin file", - "addToShortcuts": "Add to shortcuts", - "downloadToDefaultLocation": "Download to default location", - "pasteFailed": "Paste failed", - "noUndoableActions": "No undoable actions", - "undoCopySuccess": "Undid copy operation: Deleted {{count}} copied files", - "undoCopyFailedDelete": "Undo failed: Could not delete any copied files", - "undoCopyFailedNoInfo": "Undo failed: Could not find copied file information", - "undoMoveSuccess": "Undid move operation: Moved {{count}} files back to original location", - "undoMoveFailedMove": "Undo failed: Could not move any files back", - "undoMoveFailedNoInfo": "Undo failed: Could not find moved file information", - "undoDeleteNotSupported": "Delete operation cannot be undone: Files have been permanently deleted from server", - "undoTypeNotSupported": "Unsupported undo operation type", - "undoOperationFailed": "Undo operation failed", - "unknownError": "Unknown error", - "enterPath": "Enter path...", - "editPath": "Edit path", - "confirm": "Confirm", - "cancel": "Cancel", - "find": "Find...", - "replaceWith": "Replace with...", - "replace": "Replace", - "replaceAll": "Replace All", - "downloadInstead": "Download Instead", - "keyboardShortcuts": "Keyboard Shortcuts", - "searchAndReplace": "Search & Replace", - "editing": "Editing", - "navigation": "Navigation", - "code": "Code", - "search": "Search", - "findNext": "Find Next", - "findPrevious": "Find Previous", - "save": "Save", - "selectAll": "Select All", - "undo": "Undo", - "redo": "Redo", - "goToLine": "Go to Line", - "moveLineUp": "Move Line Up", - "moveLineDown": "Move Line Down", - "toggleComment": "Toggle Comment", - "indent": "Indent", - "outdent": "Outdent", - "autoComplete": "Auto Complete", - "imageLoadError": "Failed to load image", - "rotate": "Rotate", - "originalSize": "Original Size", - "startTyping": "Start typing...", - "unknownSize": "Unknown size", - "fileIsEmpty": "File is empty", - "largeFileWarning": "Large File Warning", - "largeFileWarningDesc": "This file is {{size}} in size, which may cause performance issues when opened as text.", - "fileNotFoundAndRemoved": "File \"{{name}}\" not found and has been removed from recent/pinned files", - "failedToLoadFile": "Failed to load file: {{error}}", - "serverErrorOccurred": "Server error occurred. Please try again later.", - "autoSaveFailed": "Auto-save failed", - "fileAutoSaved": "File auto-saved", - "moveFileFailed": "Failed to move {{name}}", - "moveOperationFailed": "Move operation failed", - "canOnlyCompareFiles": "Can only compare two files", - "comparingFiles": "Comparing files: {{file1}} and {{file2}}", - "dragFailed": "Drag operation failed", - "filePinnedSuccessfully": "File \"{{name}}\" pinned successfully", - "pinFileFailed": "Failed to pin file", - "fileUnpinnedSuccessfully": "File \"{{name}}\" unpinned successfully", - "unpinFileFailed": "Failed to unpin file", - "shortcutAddedSuccessfully": "Folder shortcut \"{{name}}\" added successfully", - "addShortcutFailed": "Failed to add shortcut", - "operationCompletedSuccessfully": "{{operation}} {{count}} items successfully", - "operationCompleted": "{{operation}} {{count}} items", - "downloadFileSuccess": "File {{name}} downloaded successfully", - "downloadFileFailed": "Download failed", - "moveTo": "Move to {{name}}", - "diffCompareWith": "Diff compare with {{name}}", - "dragOutsideToDownload": "Drag outside window to download ({{count}} files)", - "newFolderDefault": "NewFolder", + "title": "फ़ाइल मैनेजर", + "file": "फ़ाइल", + "folder": "फ़ोल्डर", + "connectToSsh": "फ़ाइल संचालन के लिए SSH से कनेक्ट करें", + "uploadFile": "फ़ाइल अपलोड करें", + "downloadFile": "डाउनलोड करना", + "extractArchive": "संग्रह निकालें", + "extractingArchive": "{{name}}का निष्कर्षण ...", + "archiveExtractedSuccessfully": "{{name}} सफलतापूर्वक निकाला गया", + "extractFailed": "निष्कर्षण विफल रहा", + "compressFile": "फ़ाइल को संपीड़ित करें", + "compressFiles": "फ़ाइलों को संपीड़ित करें", + "compressFilesDesc": "{{count}} आइटमों को एक संग्रह में संपीड़ित करें", + "archiveName": "संग्रह नाम", + "enterArchiveName": "आर्काइव का नाम दर्ज करें...", + "compressionFormat": "संपीड़न प्रारूप", + "selectedFiles": "चयनित फ़ाइलें", + "andMoreFiles": "और {{count}} अधिक...", + "compress": "संकुचित करें", + "compressingFiles": "{{count}} आइटमों को {{name}}में संपीड़ित करना...", + "filesCompressedSuccessfully": "{{name}} सफलतापूर्वक निर्मित", + "compressFailed": "संपीड़न विफल रहा", + "edit": "संपादन करना", + "preview": "पूर्व दर्शन", + "previous": "पहले का", + "next": "अगला", + "pageXOfY": "पृष्ठ {{current}} का {{total}}", + "zoomOut": "ज़ूम आउट", + "zoomIn": "ज़ूम इन", + "newFile": "नई फ़ाइल", + "newFolder": "नया फ़ोल्डर", + "rename": "नाम बदलें", + "renameItem": "आइटम का नाम बदलें", + "deleteItem": "आइटम हटाएं", + "currentPath": "वर्तमान पथ", + "uploadFileTitle": "फ़ाइल अपलोड करें", + "maxFileSize": "अधिकतम: 1GB (JSON) / 5GB (बाइनरी) - बड़ी फ़ाइलें समर्थित हैं", + "removeFile": "फ़ाइल हटाएँ", + "clickToSelectFile": "फ़ाइल चुनने के लिए क्लिक करें", + "chooseFile": "फाइलें चुनें", + "uploading": "अपलोड हो रहा है...", + "downloading": "डाउनलोड हो रहा है...", + "uploadingFile": "अपलोड हो रहा है {{name}}...", + "uploadingLargeFile": "बड़ी फ़ाइल अपलोड हो रही है {{name}} ({{size}})...", + "downloadingFile": "डाउनलोड हो रहा है {{name}}...", + "creatingFile": "{{name}}का निर्माण हो रहा है...", + "creatingFolder": "{{name}}का निर्माण हो रहा है...", + "deletingItem": "{{type}} {{name}}को हटा रहा है...", + "renamingItem": "{{type}} {{oldName}} का नाम बदलकर {{newName}}किया जा रहा है...", + "createNewFile": "नई फ़ाइल बनाएँ", + "fileName": "फ़ाइल नाम", + "creating": "सृजन...", + "createFile": "फ़ाइल बनाएँ", + "createNewFolder": "नया फ़ोल्डर बनाएं", + "folderName": "फ़ोल्डर का नाम", + "createFolder": "फ़ोल्डर बनाएँ", + "warningCannotUndo": "चेतावनी: यह कार्रवाई पूर्ववत नहीं की जा सकती", + "itemPath": "आइटम पथ", + "thisIsDirectory": "यह एक डायरेक्टरी है (यह रिकर्सिवली डिलीट हो जाएगी)", + "deleting": "हटा रहा हूँ...", + "currentPathLabel": "वर्तमान पथ", + "newName": "नया नाम", + "thisIsDirectoryRename": "यह एक निर्देशिका है", + "renaming": "नाम बदला जा रहा है...", + "fileUploadedSuccessfully": "फ़ाइल \"{{name}}\" सफलतापूर्वक अपलोड हो गई", + "failedToUploadFile": "फ़ाइल अपलोड करने में विफल", + "fileDownloadedSuccessfully": "फ़ाइल \"{{name}}\" सफलतापूर्वक डाउनलोड हो गई", + "failedToDownloadFile": "फ़ाइल डाउनलोड करने में विफल", + "noFileContent": "कोई फ़ाइल सामग्री प्राप्त नहीं हुई", + "filePath": "दस्तावेज पथ", + "fileCreatedSuccessfully": "फ़ाइल \"{{name}}\" सफलतापूर्वक बनाई गई", + "failedToCreateFile": "फ़ाइल बनाने में विफल", + "folderCreatedSuccessfully": "फ़ोल्डर \"{{name}}\" सफलतापूर्वक बनाया गया", + "failedToCreateFolder": "फ़ोल्डर बनाने में विफल", + "failedToCreateItem": "आइटम बनाने में विफल", + "operationFailed": "{{operation}} ऑपरेशन {{name}}के लिए विफल रहा : {{error}}", + "failedToResolveSymlink": "सिम्लिंक को हल करने में विफल", + "itemDeletedSuccessfully": "{{type}} सफलतापूर्वक हटा दिया गया", + "itemsDeletedSuccessfully": "{{count}} आइटम सफलतापूर्वक हटा दिए गए", + "failedToDeleteItems": "आइटम हटाने में विफल", + "dragFilesToUpload": "फ़ाइलें अपलोड करने के लिए उन्हें यहाँ ड्रॉप करें", + "emptyFolder": "यह फ़ोल्डर खाली है", + "itemCount": "{{count}} आइटम", + "selectedCount": "{{count}} चयनित", + "searchFiles": "फ़ाइलें खोजें...", + "upload": "अपलोड करें", + "selectHostToStart": "फ़ाइल प्रबंधन शुरू करने के लिए एक होस्ट चुनें", + "failedToConnect": "एसएसएच से कनेक्ट करने में विफल", + "failedToLoadDirectory": "निर्देशिका लोड करने में विफल", + "noSSHConnection": "कोई SSH कनेक्शन उपलब्ध नहीं है", + "enterFolderName": "फ़ोल्डर का नाम दर्ज करें:", + "enterFileName": "फ़ाइल का नाम दर्ज करें:", + "copy": "प्रतिलिपि", + "cut": "काटना", + "paste": "पेस्ट करें", + "copyPath": "पथ कॉपी करें", + "copyPaths": "पथों की प्रतिलिपि बनाएँ", + "delete": "मिटाना", + "properties": "गुण", + "refresh": "ताज़ा करना", + "downloadFiles": "ब्राउज़र में {{count}} फ़ाइलें डाउनलोड करें", + "copyFiles": "आइटम कॉपी करें {{count}}", + "cutFiles": "{{count}} आइटम काटें", + "deleteFiles": "{{count}} आइटम हटाएं", + "filesCopiedToClipboard": "{{count}} आइटम क्लिपबोर्ड पर कॉपी हो गए", + "filesCutToClipboard": "{{count}} आइटम क्लिपबोर्ड पर सेव हो गए", + "pathCopiedToClipboard": "पथ क्लिपबोर्ड पर कॉपी हो गया", + "pathsCopiedToClipboard": "{{count}} पथ क्लिपबोर्ड पर कॉपी किए गए", + "failedToCopyPath": "क्लिपबोर्ड पर पथ कॉपी करने में विफल", + "movedItems": "{{count}} आइटम स्थानांतरित किए गए", + "failedToDeleteItem": "आइटम हटाने में विफल", + "itemRenamedSuccessfully": "{{type}} का नाम सफलतापूर्वक बदल दिया गया", + "failedToRenameItem": "आइटम का नाम बदलने में विफल", + "download": "डाउनलोड करना", + "permissions": "अनुमतियां", + "size": "आकार", + "modified": "संशोधित", + "path": "पथ", + "confirmDelete": "क्या आप वाकई {{name}}को हटाना चाहते हैं?", + "uploadSuccess": "फ़ाइल सफलतापूर्वक अपलोड की गई", + "uploadFailed": "फ़ाइल अपलोड विफल", + "downloadSuccess": "फ़ाइल सफलतापूर्वक डाउनलोड हो गई", + "downloadFailed": "फ़ाइल डाउनलोड विफल हो गई", + "permissionDenied": "अनुमति नहीं मिली", + "checkDockerLogs": "विस्तृत त्रुटि जानकारी के लिए डॉकर लॉग की जाँच करें।", + "internalServerError": "आंतरिक सर्वर त्रुटि उत्पन्न हुई", + "serverError": "सर्वर त्रुटि", + "error": "गलती", + "requestFailed": "अनुरोध स्टेटस कोड के साथ विफल रहा", + "unknownFileError": "अज्ञात", + "cannotReadFile": "फ़ाइल को पढ़ा नहीं जा सकता", + "noSshSessionId": "कोई SSH सेशन आईडी उपलब्ध नहीं है", + "noFilePath": "कोई फ़ाइल पथ उपलब्ध नहीं है", + "noCurrentHost": "वर्तमान में कोई होस्ट उपलब्ध नहीं है", + "fileSavedSuccessfully": "फ़ाइल सफलतापूर्वक सहेज ली गई", + "saveTimeout": "फ़ाइल सहेजने का समय समाप्त हो गया। फ़ाइल सफलतापूर्वक सहेजी गई होगी, लेकिन प्रक्रिया पूरी होने में बहुत अधिक समय लग गया। पुष्टि के लिए डॉकर लॉग देखें।", + "failedToSaveFile": "फ़ाइल सहेजने में विफल", + "deletedSuccessfully": "सफलतापूर्वक मिटाया गया", + "connectToServer": "सर्वर से कनेक्ट करें", + "selectServerToEdit": "फ़ाइलों को संपादित करना शुरू करने के लिए साइडबार से एक सर्वर चुनें।", + "fileOperations": "फ़ाइल संचालन", + "confirmDeleteMessage": "क्या आप वाकई {{name}}को हटाना चाहते हैं?", + "confirmDeleteSingleItem": "क्या आप वाकई \"{{name}}\" को स्थायी रूप से हटाना चाहते हैं?", + "confirmDeleteMultipleItems": "क्या आप वाकई {{count}} आइटम को स्थायी रूप से हटाना चाहते हैं?", + "confirmDeleteMultipleItemsWithFolders": "क्या आप वाकई {{count}} आइटम को स्थायी रूप से हटाना चाहते हैं? इसमें फ़ोल्डर और उनकी सामग्री शामिल है।", + "confirmDeleteFolder": "क्या आप वाकई फोल्डर \"{{name}}\" और उसकी सभी सामग्री को स्थायी रूप से हटाना चाहते हैं?", + "deleteDirectoryWarning": "इससे फोल्डर और उसके अंदर की सभी सामग्री डिलीट हो जाएगी।", + "actionCannotBeUndone": "इस एक्शन को वापस नहीं किया जा सकता।", + "permanentDeleteWarning": "यह कार्रवाई पूर्ववत नहीं की जा सकती। आइटम सर्वर से स्थायी रूप से हटा दिए जाएंगे।", + "recent": "हाल ही का", + "pinned": "पिन की गई", + "folderShortcuts": "फ़ोल्डर शॉर्टकट", + "noRecentFiles": "कोई हालिया फाइल नहीं है।", + "noPinnedFiles": "कोई पिन की गई फाइलें नहीं हैं।", + "enterFolderPath": "फ़ोल्डर पथ दर्ज करें", + "noShortcuts": "कोई शॉर्टकट नहीं।", + "searchFilesAndFolders": "फ़ाइलें और फ़ोल्डर खोजें...", + "noFilesOrFoldersFound": "कोई फाइल या फोल्डर नहीं मिला।", + "failedToConnectSSH": "एसएसएच से कनेक्ट करने में विफल", + "failedToReconnectSSH": "एसएसएच सत्र को पुनः कनेक्ट करने में विफल।", + "failedToListFiles": "फ़ाइलों को सूचीबद्ध करने में विफल", + "fetchHomeDataTimeout": "होम डेटा प्राप्त करने में समय समाप्त हो गया", + "sshStatusCheckTimeout": "SSH स्टेटस चेक का समय समाप्त हो गया", + "sshReconnectionTimeout": "SSH पुनः कनेक्शन का समय समाप्त हो गया", + "saveOperationTimeout": "सेव ऑपरेशन का समय समाप्त हो गया", + "cannotSaveFile": "फ़ाइल सहेजी नहीं जा सकती", + "dragSystemFilesToUpload": "सिस्टम फ़ाइलों को अपलोड करने के लिए यहाँ खींचें", + "dragFilesToWindowToDownload": "फ़ाइलों को डाउनलोड करने के लिए विंडो के बाहर खींचें", + "openTerminalHere": "टर्मिनल यहाँ खोलें", + "run": "दौड़ना", + "saveToSystem": "के रूप रक्षित करें...", + "selectLocationToSave": "सहेजने के लिए स्थान चुनें", + "openTerminalInFolder": "इस फ़ोल्डर में टर्मिनल खोलें", + "openTerminalInFileLocation": "फ़ाइल स्थान पर टर्मिनल खोलें", + "terminalWithPath": "टर्मिनल - {{host}}:{{path}}", + "runningFile": "दौड़ना - {{file}}", + "onlyRunExecutableFiles": "केवल निष्पादन योग्य फ़ाइलें ही चला सकते हैं", + "noHostSelected": "कोई होस्ट चयनित नहीं है", + "starred": "तारांकित", + "shortcuts": "शॉर्टकट", + "directories": "निर्देशिका", + "removedFromRecentFiles": "हाल की फ़ाइलों से \"{{name}}\" हटा दिया गया है", + "removeFailed": "हटाने में विफलता", + "unpinnedSuccessfully": "\"{{name}}\" को सफलतापूर्वक अनपिन कर दिया गया", + "unpinFailed": "अनपिन विफल", + "removedShortcut": "शॉर्टकट \"{{name}}\" हटा दिया गया", + "removeShortcutFailed": "शॉर्टकट हटाने में विफलता", + "clearedAllRecentFiles": "सभी हालिया फ़ाइलें हटा दी गईं", + "clearFailed": "क्लियर विफल", + "removeFromRecentFiles": "हाल की फ़ाइलों से हटाएँ", + "clearAllRecentFiles": "सभी हालिया फ़ाइलें साफ़ करें", + "unpinFile": "फ़ाइल को अनपिन करें", + "removeShortcut": "शॉर्टकट हटाएँ", + "saveFilesToSystem": "{{count}} फ़ाइलों को इस रूप में सहेजें...", + "pinFile": "पिन फ़ाइल", + "addToShortcuts": "शॉर्टकट में जोड़ें", + "downloadToDefaultLocation": "डिफ़ॉल्ट स्थान पर डाउनलोड करें", + "pasteFailed": "पेस्ट विफल", + "noUndoableActions": "कोई भी कार्य पूर्ववत नहीं किया जा सकता", + "undoCopySuccess": "कॉपी करने की प्रक्रिया पूर्ववत की गई: कॉपी की गई {{count}} फ़ाइलें हटाई गईं", + "undoCopyFailedDelete": "पूर्ववत करने का प्रयास विफल: प्रतिलिपि की गई कोई भी फ़ाइल हटाई नहीं जा सकी", + "undoCopyFailedNoInfo": "पूर्ववत करने में विफल: प्रतिलिपि की गई फ़ाइल की जानकारी नहीं मिल सकी", + "undoMoveSuccess": "स्थानांतरण प्रक्रिया को पूर्ववत किया गया: {{count}} फ़ाइलों को वापस मूल स्थान पर स्थानांतरित कर दिया गया", + "undoMoveFailedMove": "पूर्ववत करने में विफल: कोई भी फ़ाइल वापस नहीं ले जा सका", + "undoMoveFailedNoInfo": "पूर्ववत करने में विफल: स्थानांतरित फ़ाइल की जानकारी नहीं मिल सकी", + "undoDeleteNotSupported": "डिलीट ऑपरेशन को पूर्ववत नहीं किया जा सकता: फ़ाइलें सर्वर से स्थायी रूप से हटा दी गई हैं।", + "undoTypeNotSupported": "असमर्थित पूर्ववत करें ऑपरेशन प्रकार", + "undoOperationFailed": "अनडू ऑपरेशन विफल रहा", + "unknownError": "अज्ञात त्रुटि", + "enterPath": "पथ दर्ज करें...", + "editPath": "कार्यप्रणाली को संपादित करें", + "confirm": "पुष्टि करना", + "cancel": "रद्द करना", + "find": "खोजो...", + "replaceWith": "के साथ बदलें...", + "replace": "प्रतिस्थापित करें", + "replaceAll": "सभी को बदलें", + "downloadInstead": "इसके बजाय डाउनलोड करें", + "keyboardShortcuts": "कुंजीपटल अल्प मार्ग", + "searchAndReplace": "खोजें और बदलें", + "editing": "संपादन", + "navigation": "मार्गदर्शन", + "code": "कोड", + "search": "खोज", + "findNext": "दूसरा खोजो", + "findPrevious": "पिछला खोजें", + "save": "बचाना", + "selectAll": "सबका चयन करें", + "undo": "पूर्ववत", + "redo": "फिर से करना", + "goToLine": "लाइन पर जाएं", + "moveLineUp": "लाइन अप को आगे बढ़ाएं", + "moveLineDown": "लाइन को नीचे ले जाएं", + "toggleComment": "टिप्पणी को टॉगल करें", + "indent": "मांगपत्र", + "outdent": "आउटडेंट", + "autoComplete": "स्वतः पूर्ण", + "imageLoadError": "छवि लोड करने में विफल", + "rotate": "घुमाएँ", + "originalSize": "मूल आकार", + "startTyping": "टाइप करना शुरू करें...", + "unknownSize": "अज्ञात आकार", + "fileIsEmpty": "फ़ाइल खाली है", + "largeFileWarning": "बड़ी फ़ाइल संबंधी चेतावनी", + "largeFileWarningDesc": "इस फ़ाइल का आकार {{size}} है, जिससे टेक्स्ट के रूप में खोलने पर प्रदर्शन संबंधी समस्याएँ उत्पन्न हो सकती हैं।", + "fileNotFoundAndRemoved": "फ़ाइल \"{{name}}\" नहीं मिली और इसे हाल ही में/पिन की गई फ़ाइलों से हटा दिया गया है", + "failedToLoadFile": "फ़ाइल लोड करने में विफल: {{error}}", + "serverErrorOccurred": "सर्वर में त्रुटि आ गई है। कृपया बाद में पुनः प्रयास करें।", + "autoSaveFailed": "ऑटो-सेव विफल रहा", + "fileAutoSaved": "फ़ाइल स्वतः सहेजी गई", + "moveFileFailed": "{{name}}को स्थानांतरित करने में विफल", + "moveOperationFailed": "स्थानांतरण प्रक्रिया विफल रही", + "canOnlyCompareFiles": "केवल दो फाइलों की तुलना की जा सकती है", + "comparingFiles": "फ़ाइलों की तुलना: {{file1}} और {{file2}}", + "dragFailed": "ड्रैग ऑपरेशन विफल रहा", + "filePinnedSuccessfully": "फ़ाइल \"{{name}}\" सफलतापूर्वक पिन कर दी गई", + "pinFileFailed": "फ़ाइल को पिन करने में विफल", + "fileUnpinnedSuccessfully": "फ़ाइल \"{{name}}\" सफलतापूर्वक अनपिन कर दी गई", + "unpinFileFailed": "फ़ाइल को अनपिन करने में विफल", + "shortcutAddedSuccessfully": "फ़ोल्डर शॉर्टकट \"{{name}}\" सफलतापूर्वक जोड़ दिया गया", + "addShortcutFailed": "शॉर्टकट जोड़ने में विफल", + "operationCompletedSuccessfully": "{{operation}} {{count}} आइटम सफलतापूर्वक", + "operationCompleted": "{{operation}} {{count}} आइटम", + "downloadFileSuccess": "फ़ाइल {{name}} सफलतापूर्वक डाउनलोड हो गई", + "downloadFileFailed": "डाउनलोड विफल रहा", + "moveTo": "{{name}}पर जाएँ", + "diffCompareWith": "{{name}}के साथ अंतर की तुलना करें", + "dragOutsideToDownload": "फ़ाइलें डाउनलोड करने के लिए विंडो के बाहर खींचें ({{count}} फ़ाइलें)", + "newFolderDefault": "नया फ़ोल्डर", "newFileDefault": "NewFile.txt", - "successfullyMovedItems": "Successfully moved {{count}} items to {{target}}", - "move": "Move", - "searchInFile": "Search in file (Ctrl+F)", - "showKeyboardShortcuts": "Show keyboard shortcuts", - "startWritingMarkdown": "Start writing your markdown content...", - "loadingFileComparison": "Loading file comparison...", - "reload": "Reload", - "compare": "Compare", - "sideBySide": "Side by Side", - "inline": "Inline", - "fileComparison": "File Comparison: {{file1}} vs {{file2}}", - "fileTooLarge": "File too large: {{error}}", - "sshConnectionFailed": "SSH connection failed. Please check your connection to {{name}} ({{ip}}:{{port}})", - "loadFileFailed": "Failed to load file: {{error}}", - "connectedSuccessfully": "Connected successfully", - "totpVerificationFailed": "TOTP verification failed", - "verificationCodePrompt": "Verification code:", - "changePermissions": "Change Permissions", - "changePermissionsDesc": "Modify file permissions for", - "currentPermissions": "Current Permissions", - "newPermissions": "New Permissions", - "owner": "Owner", - "group": "Group", - "others": "Others", - "read": "Read", - "write": "Write", - "execute": "Execute", - "permissionsChangedSuccessfully": "Permissions changed successfully", - "failedToChangePermissions": "Failed to change permissions" + "successfullyMovedItems": "{{count}} आइटम सफलतापूर्वक {{target}}में स्थानांतरित कर दिए गए हैं।", + "move": "कदम", + "searchInFile": "फ़ाइल में खोजें (Ctrl+F)", + "showKeyboardShortcuts": "कीबोर्ड शॉर्टकट दिखाएँ", + "startWritingMarkdown": "अपना मार्कडाउन कंटेंट लिखना शुरू करें...", + "loadingFileComparison": "फ़ाइल तुलना लोड हो रही है...", + "reload": "पुनः लोड करें", + "compare": "तुलना करना", + "sideBySide": "अगल बगल", + "inline": "इन - लाइन", + "fileComparison": "फ़ाइल तुलना: {{file1}} बनाम {{file2}}", + "fileTooLarge": "फ़ाइल बहुत बड़ी है: {{error}}", + "sshConnectionFailed": "SSH कनेक्शन विफल हो गया। कृपया {{name}} ({{ip}}:{{port}}) से अपना कनेक्शन जांचें।", + "loadFileFailed": "फ़ाइल लोड करने में विफल: {{error}}", + "connectedSuccessfully": "सफलतापूर्वक कनेक्ट हो गया", + "totpVerificationFailed": "टीओटीपी सत्यापन विफल रहा", + "verificationCodePrompt": "सत्यापन कोड:", + "changePermissions": "अनुमतियाँ बदलें", + "changePermissionsDesc": "फ़ाइल अनुमतियों को संशोधित करें", + "currentPermissions": "वर्तमान अनुमतियाँ", + "newPermissions": "नई अनुमतियाँ", + "owner": "मालिक", + "group": "समूह", + "others": "अन्य", + "read": "पढ़ना", + "write": "लिखना", + "execute": "निष्पादित करना", + "permissionsChangedSuccessfully": "अनुमतियाँ सफलतापूर्वक बदल दी गईं", + "failedToChangePermissions": "अनुमतियाँ बदलने में विफल" }, "tunnel": { - "noTunnelsConfigured": "No Tunnels Configured", - "configureTunnelsInHostSettings": "Configure tunnel connections in the Host Manager to get started" + "noTunnelsConfigured": "कोई सुरंग कॉन्फ़िगर नहीं की गई है", + "configureTunnelsInHostSettings": "शुरुआत करने के लिए होस्ट मैनेजर में टनल कनेक्शन कॉन्फ़िगर करें।" }, "tunnels": { - "title": "SSH Tunnels", - "noSshTunnels": "No SSH Tunnels", - "createFirstTunnelMessage": "You haven't created any SSH tunnels yet. Configure tunnel connections in the Host Manager to get started.", - "connected": "Connected", - "disconnected": "Disconnected", - "connecting": "Connecting...", - "disconnecting": "Disconnecting...", - "unknownTunnelStatus": "Unknown", - "statusUnknown": "Unknown", - "unknown": "Unknown", - "error": "Error", - "failed": "Failed", - "retrying": "Retrying", - "waiting": "Waiting", - "waitingForRetry": "Waiting for retry", - "retryingConnection": "Retrying connection", - "canceling": "Canceling...", - "connect": "Connect", - "disconnect": "Disconnect", - "cancel": "Cancel", - "port": "Port", - "attempt": "Attempt {{current}} of {{max}}", - "nextRetryIn": "Next retry in {{seconds}} seconds", - "checkDockerLogs": "Check your Docker logs for the error reason, join the", - "orCreate": "or create a ", - "noTunnelConnections": "No tunnel connections configured", - "tunnelConnections": "Tunnel Connections", - "addTunnel": "Add Tunnel", - "editTunnel": "Edit Tunnel", - "deleteTunnel": "Delete Tunnel", - "tunnelName": "Tunnel Name", - "localPort": "Local Port", - "remoteHost": "Remote Host", - "remotePort": "Remote Port", - "autoStart": "Auto Start", - "status": "Status", - "active": "Active", - "inactive": "Inactive", - "start": "Start", - "stop": "Stop", - "restart": "Restart", - "connectionType": "Connection Type", - "local": "Local", - "remote": "Remote", - "dynamic": "Dynamic", - "unknownConnectionStatus": "Unknown", - "portMapping": "Port {{sourcePort}} → {{endpointHost}}:{{endpointPort}}", - "endpointHostNotFound": "Endpoint host not found", - "discord": "Discord", - "githubIssue": "GitHub issue", - "forHelp": "for help" + "title": "एसएसएच टनल", + "noSshTunnels": "कोई एसएसएच टनल नहीं", + "createFirstTunnelMessage": "आपने अभी तक कोई SSH टनल नहीं बनाई है। शुरुआत करने के लिए होस्ट मैनेजर में टनल कनेक्शन कॉन्फ़िगर करें।", + "connected": "जुड़े हुए", + "disconnected": "डिस्कनेक्ट किया गया", + "connecting": "कनेक्ट हो रहा है...", + "disconnecting": "कनेक्शन टूट रहा है...", + "unknownTunnelStatus": "अज्ञात", + "statusUnknown": "अज्ञात", + "unknown": "अज्ञात", + "error": "गलती", + "failed": "असफल", + "retrying": "पुनः प्रयास किया जाएगा", + "waiting": "इंतज़ार में", + "waitingForRetry": "पुनः प्रयास की प्रतीक्षा है", + "retryingConnection": "कनेक्शन पुनः स्थापित करने का प्रयास किया जा रहा है", + "canceling": "रद्द किया जा रहा है...", + "connect": "जोड़ना", + "disconnect": "डिस्कनेक्ट", + "cancel": "रद्द करना", + "port": "पत्तन", + "attempt": "प्रयास {{current}} का {{max}}", + "nextRetryIn": "अगला प्रयास {{seconds}} सेकंड में होगा", + "checkDockerLogs": "त्रुटि का कारण जानने के लिए अपने डॉकर लॉग की जाँच करें, और फिर शामिल हों।", + "orCreate": "या बनाएँ ", + "noTunnelConnections": "कोई टनल कनेक्शन कॉन्फ़िगर नहीं किया गया है", + "tunnelConnections": "सुरंग कनेक्शन", + "addTunnel": "सुरंग जोड़ें", + "editTunnel": "सुरंग संपादित करें", + "deleteTunnel": "सुरंग हटाएं", + "tunnelName": "सुरंग का नाम", + "localPort": "स्थानीय बंदरगाह", + "remoteHost": "रिमोट होस्ट", + "remotePort": "रिमोट पोर्ट", + "autoStart": "ऑटो स्टार्ट", + "status": "स्थिति", + "active": "सक्रिय", + "inactive": "निष्क्रिय", + "start": "शुरू", + "stop": "रुकना", + "restart": "पुनः आरंभ करें", + "connectionType": "रिश्ते का प्रकार", + "local": "स्थानीय", + "remote": "दूर", + "dynamic": "गतिशील", + "unknownConnectionStatus": "अज्ञात", + "portMapping": "पोर्ट {{sourcePort}} → {{endpointHost}}:{{endpointPort}}", + "endpointHostNotFound": "एंडपॉइंट होस्ट नहीं मिला", + "discord": "कलह", + "githubIssue": "GitHub समस्या", + "forHelp": "मदद के लिए" }, "serverStats": { - "title": "Server Statistics", + "title": "सर्वर सांख्यिकी", "cpu": "CPU", - "memory": "Memory", - "disk": "Disk", - "network": "Network", - "uptime": "Uptime", - "loadAverage": "Avg: {{avg1}}, {{avg5}}, {{avg15}}", - "processes": "Processes", - "connections": "Connections", - "usage": "Usage", - "available": "Available", - "total": "Total", - "free": "Free", - "used": "Used", - "percentage": "Percentage", - "refreshStatusAndMetrics": "Refresh status and metrics", - "refreshStatus": "Refresh Status", - "fileManagerAlreadyOpen": "File Manager already open for this host", - "openFileManager": "Open File Manager", - "cpuCores_one": "{{count}} CPU", - "cpuCores_other": "{{count}} CPUs", - "naCpus": "N/A CPU(s)", - "loadAverageNA": "Avg: N/A", - "cpuUsage": "CPU Usage", - "memoryUsage": "Memory Usage", - "diskUsage": "Disk Usage", - "rootStorageSpace": "Root Storage Space", - "of": "of", - "feedbackMessage": "Have ideas for what should come next for server management? Share them on", - "failedToFetchHostConfig": "Failed to fetch host configuration", - "failedToFetchStatus": "Failed to fetch server status", - "failedToFetchMetrics": "Failed to fetch server metrics", - "failedToFetchHomeData": "Failed to fetch home data", - "loadingMetrics": "Loading metrics...", - "connecting": "Connecting...", - "refreshing": "Refreshing...", - "serverOffline": "Server Offline", - "cannotFetchMetrics": "Cannot fetch metrics from offline server", - "totpRequired": "TOTP Authentication Required", - "totpUnavailable": "Server Stats unavailable for TOTP-enabled servers", - "totpVerified": "TOTP verified, metrics collection started", - "totpFailed": "TOTP verification failed", - "totpInvalidCode": "Invalid verification code", - "totpCancelled": "Metrics collection cancelled", - "authenticationFailed": "Authentication failed", - "noneAuthNotSupported": "Server Stats does not support 'none' authentication type.", - "load": "Load", - "editLayout": "Edit Layout", - "cancelEdit": "Cancel", - "addWidget": "Add Widget", - "saveLayout": "Save Layout", - "unsavedChanges": "Unsaved changes", - "layoutSaved": "Layout saved successfully", - "failedToSaveLayout": "Failed to save layout", - "systemInfo": "System Information", - "hostname": "Hostname", - "operatingSystem": "Operating System", - "kernel": "Kernel", - "totalUptime": "Total Uptime", - "seconds": "seconds", - "networkInterfaces": "Network Interfaces", - "noInterfacesFound": "No network interfaces found", - "totalProcesses": "Total Processes", - "running": "Running", - "noProcessesFound": "No processes found", - "loginStats": "SSH Login Statistics", - "totalLogins": "Total Logins", - "uniqueIPs": "Unique IPs", - "recentSuccessfulLogins": "Recent Successful Logins", - "recentFailedAttempts": "Recent Failed Attempts", - "noRecentLoginData": "No recent login data", - "from": "from", - "quickActions": "Quick Actions", - "executeQuickAction": "Execute {{name}}", - "executingQuickAction": "Executing {{name}}...", - "quickActionSuccess": "{{name}} completed successfully", - "quickActionFailed": "{{name}} failed", - "quickActionError": "Failed to execute {{name}}" + "memory": "याद", + "disk": "डिस्क", + "network": "नेटवर्क", + "uptime": "अपटाइम", + "loadAverage": "औसत: {{avg1}}, {{avg5}}, {{avg15}}", + "processes": "प्रक्रियाओं", + "connections": "कनेक्शन", + "usage": "प्रयोग", + "available": "उपलब्ध", + "total": "कुल", + "free": "मुक्त", + "used": "इस्तेमाल किया गया", + "percentage": "को PERCENTAGE", + "refreshStatusAndMetrics": "स्थिति और मेट्रिक्स को रीफ़्रेश करें", + "refreshStatus": "स्थिति रीफ़्रेश करें", + "fileManagerAlreadyOpen": "इस होस्ट के लिए फ़ाइल प्रबंधक पहले से ही खुला हुआ है।", + "openFileManager": "फ़ाइल प्रबंधक खोलें", + "cpuCores_one": "{{count}} सीपीयू", + "cpuCores_other": "{{count}} सीपीयू", + "naCpus": "लागू नहीं सीपीयू(ओं)", + "loadAverageNA": "औसत: लागू नहीं", + "cpuUsage": "सीपीयू उपयोग", + "memoryUsage": "स्मृति प्रयोग", + "diskUsage": "डिस्क उपयोग", + "rootStorageSpace": "रूट स्टोरेज स्पेस", + "of": "का", + "feedbackMessage": "सर्वर प्रबंधन के भविष्य के लिए आपके पास क्या विचार हैं? उन्हें साझा करें।", + "failedToFetchHostConfig": "होस्ट कॉन्फ़िगरेशन प्राप्त करने में विफल", + "failedToFetchStatus": "सर्वर की स्थिति प्राप्त करने में विफल", + "failedToFetchMetrics": "सर्वर मेट्रिक्स प्राप्त करने में विफल", + "failedToFetchHomeData": "घर का डेटा प्राप्त करने में विफल", + "loadingMetrics": "मैट्रिक्स लोड हो रहे हैं...", + "connecting": "कनेक्ट हो रहा है...", + "refreshing": "ताज़गी भरा...", + "serverOffline": "सर्वर ऑफ़लाइन", + "cannotFetchMetrics": "ऑफ़लाइन सर्वर से मेट्रिक्स प्राप्त नहीं किए जा सकते", + "totpRequired": "टीओटीपी प्रमाणीकरण आवश्यक है", + "totpUnavailable": "TOTP-सक्षम सर्वरों के लिए सर्वर आँकड़े अनुपलब्ध हैं", + "totpVerified": "TOTP सत्यापित हो गया, मेट्रिक्स संग्रह शुरू हो गया", + "totpFailed": "टीओटीपी सत्यापन विफल रहा", + "totpInvalidCode": "अवैध सत्यापन संकेत", + "totpCancelled": "मैट्रिक्स संग्रह रद्द कर दिया गया", + "authenticationFailed": "प्रमाणीकरण विफल होना", + "noneAuthNotSupported": "सर्वर स्टैट्स 'none' प्रमाणीकरण प्रकार का समर्थन नहीं करता है।", + "load": "भार", + "editLayout": "लेआउट संपादित करें", + "cancelEdit": "रद्द करना", + "addWidget": "विजेट जोड़ें", + "saveLayout": "लेआउट सहेजें", + "unsavedChanges": "असहेजित परिवर्तन", + "layoutSaved": "लेआउट सफलतापूर्वक सहेज लिया गया", + "failedToSaveLayout": "लेआउट सहेजने में विफल", + "systemInfo": "व्यवस्था जानकारी", + "hostname": "होस्ट का नाम", + "operatingSystem": "ऑपरेटिंग सिस्टम", + "kernel": "गुठली", + "totalUptime": "कुल अपटाइम", + "seconds": "सेकंड", + "networkInterfaces": "नेटवर्क इंटरफेस", + "noInterfacesFound": "कोई नेटवर्क इंटरफ़ेस नहीं मिला", + "totalProcesses": "कुल प्रक्रियाएँ", + "running": "दौड़ना", + "noProcessesFound": "कोई प्रक्रिया नहीं मिली", + "loginStats": "एसएसएच लॉगिन सांख्यिकी", + "totalLogins": "कुल लॉगिन", + "uniqueIPs": "अद्वितीय आईपी", + "recentSuccessfulLogins": "हाल ही में सफल लॉगिन", + "recentFailedAttempts": "हाल के असफल प्रयास", + "noRecentLoginData": "हाल ही में लॉगिन का कोई डेटा उपलब्ध नहीं है", + "from": "से", + "quickActions": "त्वरित कार्रवाइयां", + "executeQuickAction": "{{name}}निष्पादित करें", + "executingQuickAction": "{{name}}निष्पादित किया जा रहा है...", + "quickActionSuccess": "{{name}} सफलतापूर्वक पूरा हुआ", + "quickActionFailed": "{{name}} असफल", + "quickActionError": "{{name}}को निष्पादित करने में विफल" }, "auth": { - "tagline": "SSH SERVER MANAGER", - "description": "Secure, powerful, and intuitive SSH connection management", - "welcomeBack": "Welcome back to TERMIX", - "createAccount": "Create your TERMIX account", - "continueExternal": "Continue with external provider", - "loginTitle": "Login to Termix", - "registerTitle": "Create Account", - "loginButton": "Login", - "registerButton": "Register", - "forgotPassword": "Forgot Password?", - "rememberMe": "Remember Me", - "noAccount": "Don't have an account?", - "hasAccount": "Already have an account?", - "loginSuccess": "Login successful", - "loginFailed": "Login failed", - "registerSuccess": "Registration successful", - "registerFailed": "Registration failed", - "logoutSuccess": "Logged out successfully", - "invalidCredentials": "Invalid username or password", - "accountCreated": "Account created successfully", - "passwordReset": "Password reset link sent", - "twoFactorAuth": "Two-Factor Authentication", - "enterCode": "Enter verification code", - "backupCode": "Or use backup code", - "verifyCode": "Verify Code", - "redirectingToApp": "Redirecting to app...", - "enableTwoFactor": "Enable Two-Factor Authentication", - "disableTwoFactor": "Disable Two-Factor Authentication", - "scanQRCode": "Scan this QR code with your authenticator app", - "backupCodes": "Backup Codes", - "saveBackupCodes": "Save these backup codes in a safe place", - "twoFactorEnabledSuccess": "Two-factor authentication enabled successfully!", - "twoFactorDisabled": "Two-factor authentication disabled", - "newBackupCodesGenerated": "New backup codes generated", - "backupCodesDownloaded": "Backup codes downloaded", - "pleaseEnterSixDigitCode": "Please enter a 6-digit code", - "invalidVerificationCode": "Invalid verification code", - "failedToDisableTotp": "Failed to disable TOTP", - "failedToGenerateBackupCodes": "Failed to generate backup codes", - "enterPassword": "Enter your password", - "lockedOidcAuth": "Locked (OIDC Auth)", - "twoFactorTitle": "Two-Factor Authentication", - "twoFactorProtected": "Your account is protected with two-factor authentication", - "twoFactorActive": "Two-factor authentication is currently active on your account", - "disable2FA": "Disable 2FA", - "disableTwoFactorWarning": "Disabling two-factor authentication will make your account less secure", - "passwordOrTotpCode": "Password or TOTP Code", - "or": "Or", - "generateNewBackupCodesText": "Generate new backup codes if you've lost your existing ones", - "generateNewBackupCodes": "Generate New Backup Codes", - "yourBackupCodes": "Your Backup Codes", - "download": "Download", - "setupTwoFactorTitle": "Set Up Two-Factor Authentication", - "sshAuthenticationRequired": "SSH Authentication Required", - "sshNoKeyboardInteractive": "Keyboard-Interactive Authentication Unavailable", - "sshAuthenticationFailed": "Authentication Failed", - "sshAuthenticationTimeout": "Authentication Timeout", - "sshNoKeyboardInteractiveDescription": "The server does not support keyboard-interactive authentication. Please provide your password or SSH key.", - "sshAuthFailedDescription": "The provided credentials were incorrect. Please try again with valid credentials.", - "sshTimeoutDescription": "The authentication attempt timed out. Please try again.", - "sshProvideCredentialsDescription": "Please provide your SSH credentials to connect to this server.", - "sshPasswordDescription": "Enter the password for this SSH connection.", - "sshKeyPasswordDescription": "If your SSH key is encrypted, enter the passphrase here.", - "step1ScanQR": "Step 1: Scan the QR code with your authenticator app", - "manualEntryCode": "Manual Entry Code", - "cannotScanQRText": "If you can't scan the QR code, enter this code manually in your authenticator app", - "nextVerifyCode": "Next: Verify Code", - "verifyAuthenticator": "Verify Your Authenticator", - "step2EnterCode": "Step 2: Enter the 6-digit code from your authenticator app", - "verificationCode": "Verification Code", - "back": "Back", - "verifyAndEnable": "Verify and Enable", - "saveBackupCodesTitle": "Save Your Backup Codes", - "step3StoreCodesSecurely": "Step 3: Store these codes in a safe place", - "importantBackupCodesText": "Save these backup codes in a secure location. You can use them to access your account if you lose your authenticator device.", - "completeSetup": "Complete Setup", - "notEnabledText": "Two-factor authentication adds an extra layer of security by requiring a code from your authenticator app when signing in.", - "enableTwoFactorButton": "Enable Two-Factor Authentication", - "addExtraSecurityLayer": "Add an extra layer of security to your account", - "firstUser": "First User", - "firstUserMessage": "You are the first user and will be made an admin. You can view admin settings in the sidebar user dropdown. If you think this is a mistake, check the docker logs, or create a GitHub issue.", - "external": "External", - "loginWithExternal": "Login with External Provider", - "loginWithExternalDesc": "Login using your configured external identity provider", - "externalNotSupportedInElectron": "External authentication is not supported in the Electron app yet. Please use the web version for OIDC login.", - "resetPasswordButton": "Reset Password", - "sendResetCode": "Send Reset Code", - "resetCodeDesc": "Enter your username to receive a password reset code. The code will be logged in the docker container logs.", - "resetCode": "Reset Code", - "verifyCodeButton": "Verify Code", - "enterResetCode": "Enter the 6-digit code from the docker container logs for user:", - "goToLogin": "Go to Login", - "newPassword": "New Password", - "confirmNewPassword": "Confirm Password", - "enterNewPassword": "Enter your new password for user:", - "signUp": "Sign Up", - "mobileApp": "Mobile App", - "loggingInToMobileApp": "Logging in to the mobile app", - "desktopApp": "Desktop App", - "loggingInToDesktopApp": "Logging in to the desktop app", - "loggingInToDesktopAppViaWeb": "Logging in to the desktop app via web interface", - "loadingServer": "Loading server...", - "authenticating": "Authenticating...", - "dataLossWarning": "Resetting your password this way will delete all your saved SSH hosts, credentials, and other encrypted data. This action cannot be undone. Only use this if you have forgotten your password and are not logged in.", - "authenticationDisabled": "Authentication Disabled", - "authenticationDisabledDesc": "All authentication methods are currently disabled. Please contact your administrator.", - "passwordResetSuccess": "Password Reset Successful", - "passwordResetSuccessDesc": "Your password has been reset successfully. You can now log in with your new password." + "tagline": "एसएसएच सर्वर प्रबंधक", + "description": "सुरक्षित, शक्तिशाली और सहज एसएसएच कनेक्शन प्रबंधन", + "welcomeBack": "टर्मिक्स में आपका फिर से स्वागत है", + "createAccount": "अपना TERMIX खाता बनाएं", + "continueExternal": "बाहरी प्रदाता के साथ जारी रखें", + "loginTitle": "टर्मिक्स में लॉग इन करें", + "registerTitle": "खाता बनाएं", + "loginButton": "लॉग इन करें", + "registerButton": "पंजीकरण करवाना", + "forgotPassword": "पासवर्ड भूल गए?", + "rememberMe": "मुझे याद करो", + "noAccount": "क्या आपके पास खाता नहीं है?", + "hasAccount": "क्या आपके पास पहले से एक खाता मौजूद है?", + "loginSuccess": "लॉग इन सफल", + "loginFailed": "लॉगिन विफल", + "registerSuccess": "सफल पंजीकरण", + "registerFailed": "पंजीकरण विफल रहा", + "logoutSuccess": "लॉगआउट सफलतापूर्वक हो गया", + "invalidCredentials": "अमान्य उपयोगकर्ता नाम या पासवर्ड", + "accountCreated": "खाता सफलतापूर्वक बन गया", + "passwordReset": "पासवर्ड रीसेट लिंक भेजा गया", + "twoFactorAuth": "दो-कारक प्रमाणीकरण", + "enterCode": "सत्यापन कोड दर्ज करें", + "backupCode": "या बैकअप कोड का उपयोग करें", + "verifyCode": "कोड सत्यापित करें", + "redirectingToApp": "ऐप पर रीडायरेक्ट किया जा रहा है...", + "enableTwoFactor": "दो-कारक प्रमाणीकरण सक्षम करें", + "disableTwoFactor": "दो-कारक प्रमाणीकरण अक्षम करें", + "scanQRCode": "अपने ऑथेंटिकेटर ऐप से इस क्यूआर कोड को स्कैन करें।", + "backupCodes": "बैकअप कोड", + "saveBackupCodes": "इन बैकअप कोड को सुरक्षित स्थान पर सहेज कर रखें।", + "twoFactorEnabledSuccess": "दो-कारक प्रमाणीकरण सफलतापूर्वक सक्षम हो गया!", + "twoFactorDisabled": "दो-कारक प्रमाणीकरण अक्षम", + "newBackupCodesGenerated": "नए बैकअप कोड जनरेट किए गए", + "backupCodesDownloaded": "बैकअप कोड डाउनलोड हो गए", + "pleaseEnterSixDigitCode": "कृपया 6 अंकों का कोड दर्ज करें", + "invalidVerificationCode": "अवैध सत्यापन संकेत", + "failedToDisableTotp": "TOTP को निष्क्रिय करने में विफल", + "failedToGenerateBackupCodes": "बैकअप कोड जनरेट करने में विफल", + "enterPassword": "अपना कूटशब्द भरें", + "lockedOidcAuth": "लॉक किया गया (OIDC प्रमाणीकरण)", + "twoFactorTitle": "दो-कारक प्रमाणीकरण", + "twoFactorProtected": "आपका खाता दो-कारक प्रमाणीकरण द्वारा सुरक्षित है।", + "twoFactorActive": "आपके खाते पर दो-कारक प्रमाणीकरण वर्तमान में सक्रिय है।", + "disable2FA": "2FA को अक्षम करें", + "disableTwoFactorWarning": "दो-कारक प्रमाणीकरण को अक्षम करने से आपका खाता कम सुरक्षित हो जाएगा।", + "passwordOrTotpCode": "पासवर्ड या टीओटीपी कोड", + "or": "या", + "generateNewBackupCodesText": "यदि आपने अपने मौजूदा बैकअप कोड खो दिए हैं, तो नए बैकअप कोड जनरेट करें।", + "generateNewBackupCodes": "नए बैकअप कोड जनरेट करें", + "yourBackupCodes": "आपके बैकअप कोड", + "download": "डाउनलोड करना", + "setupTwoFactorTitle": "दो-कारक प्रमाणीकरण सेट अप करें", + "sshAuthenticationRequired": "SSH प्रमाणीकरण आवश्यक है", + "sshNoKeyboardInteractive": "कीबोर्ड-इंटरैक्टिव प्रमाणीकरण अनुपलब्ध है", + "sshAuthenticationFailed": "प्रमाणीकरण विफल होना", + "sshAuthenticationTimeout": "प्रमाणीकरण समय सीमा समाप्त", + "sshNoKeyboardInteractiveDescription": "सर्वर कीबोर्ड-आधारित प्रमाणीकरण का समर्थन नहीं करता है। कृपया अपना पासवर्ड या SSH कुंजी प्रदान करें।", + "sshAuthFailedDescription": "आपके द्वारा दी गई जानकारी गलत थी। कृपया सही जानकारी के साथ पुनः प्रयास करें।", + "sshTimeoutDescription": "प्रमाणीकरण का प्रयास समय के साथ समाप्त हो गया। कृपया पुनः प्रयास करें।", + "sshProvideCredentialsDescription": "इस सर्वर से कनेक्ट करने के लिए कृपया अपने SSH क्रेडेंशियल प्रदान करें।", + "sshPasswordDescription": "इस एसएसएच कनेक्शन के लिए पासवर्ड दर्ज करें।", + "sshKeyPasswordDescription": "यदि आपकी SSH कुंजी एन्क्रिप्टेड है, तो यहां पासफ़्रेज़ दर्ज करें।", + "step1ScanQR": "चरण 1: अपने प्रमाणीकरण ऐप से क्यूआर कोड को स्कैन करें", + "manualEntryCode": "मैनुअल एंट्री कोड", + "cannotScanQRText": "यदि आप क्यूआर कोड स्कैन नहीं कर पा रहे हैं, तो इस कोड को अपने प्रमाणीकरण ऐप में मैन्युअल रूप से दर्ज करें।", + "nextVerifyCode": "अगला चरण: कोड सत्यापित करें", + "verifyAuthenticator": "अपने प्रमाणीकरणकर्ता को सत्यापित करें", + "step2EnterCode": "चरण 2: अपने प्रमाणीकरण ऐप से 6 अंकों का कोड दर्ज करें", + "verificationCode": "सत्यापन कोड", + "back": "पीछे", + "verifyAndEnable": "सत्यापित करें और सक्षम करें", + "saveBackupCodesTitle": "अपने बैकअप कोड सुरक्षित रखें", + "step3StoreCodesSecurely": "चरण 3: इन कोडों को सुरक्षित स्थान पर रखें।", + "importantBackupCodesText": "इन बैकअप कोड्स को किसी सुरक्षित स्थान पर सहेज कर रखें। यदि आपका प्रमाणीकरण उपकरण खो जाता है, तो आप इनका उपयोग करके अपने खाते तक पहुंच सकते हैं।", + "completeSetup": "सेटअप पूरा करें", + "notEnabledText": "टू-फैक्टर ऑथेंटिकेशन साइन इन करते समय आपके ऑथेंटिकेटर ऐप से एक कोड की आवश्यकता करके सुरक्षा की एक अतिरिक्त परत जोड़ता है।", + "enableTwoFactorButton": "दो-कारक प्रमाणीकरण सक्षम करें", + "addExtraSecurityLayer": "अपने खाते में सुरक्षा की एक अतिरिक्त परत जोड़ें", + "firstUser": "पहला उपयोगकर्ता", + "firstUserMessage": "आप पहले उपयोगकर्ता हैं और आपको व्यवस्थापक बनाया जाएगा। आप साइडबार में उपयोगकर्ता ड्रॉपडाउन में व्यवस्थापक सेटिंग्स देख सकते हैं। यदि आपको लगता है कि यह कोई गलती है, तो डॉकर लॉग्स की जाँच करें या GitHub पर एक समस्या दर्ज करें।", + "external": "बाहरी", + "loginWithExternal": "बाह्य प्रदाता के साथ लॉगिन करें", + "loginWithExternalDesc": "अपने कॉन्फ़िगर किए गए बाहरी पहचान प्रदाता का उपयोग करके लॉग इन करें", + "externalNotSupportedInElectron": "इलेक्ट्रॉन ऐप में अभी तक बाहरी प्रमाणीकरण समर्थित नहीं है। कृपया OIDC लॉगिन के लिए वेब संस्करण का उपयोग करें।", + "resetPasswordButton": "पासवर्ड रीसेट", + "sendResetCode": "रीसेट कोड भेजें", + "resetCodeDesc": "पासवर्ड रीसेट कोड प्राप्त करने के लिए अपना उपयोगकर्ता नाम दर्ज करें। यह कोड डॉकर कंटेनर लॉग में दर्ज हो जाएगा।", + "resetCode": "कोड फिर ठीक करें", + "verifyCodeButton": "कोड सत्यापित करें", + "enterResetCode": "उपयोगकर्ता के लिए डॉकर कंटेनर लॉग से 6-अंकीय कोड दर्ज करें:", + "goToLogin": "लॉगिन पर जाएं", + "newPassword": "नया पासवर्ड", + "confirmNewPassword": "पासवर्ड की पुष्टि कीजिये", + "enterNewPassword": "उपयोगकर्ता के लिए अपना नया पासवर्ड दर्ज करें:", + "signUp": "साइन अप करें", + "mobileApp": "मोबाइल एप्लिकेशन", + "loggingInToMobileApp": "मोबाइल ऐप में लॉग इन करना", + "desktopApp": "डेस्कटॉप ऐप", + "loggingInToDesktopApp": "डेस्कटॉप ऐप में लॉग इन करना", + "loggingInToDesktopAppViaWeb": "वेब इंटरफ़ेस के माध्यम से डेस्कटॉप ऐप में लॉग इन करना", + "loadingServer": "सर्वर लोड हो रहा है...", + "authenticating": "प्रमाणीकरण हो रहा है...", + "dataLossWarning": "इस तरह से पासवर्ड रीसेट करने पर आपके सभी सेव किए गए SSH होस्ट, क्रेडेंशियल और अन्य एन्क्रिप्टेड डेटा डिलीट हो जाएंगे। इस कार्रवाई को वापस नहीं लिया जा सकता। इसका उपयोग केवल तभी करें जब आप अपना पासवर्ड भूल गए हों और लॉग इन न हों।", + "authenticationDisabled": "प्रमाणीकरण अक्षम", + "authenticationDisabledDesc": "सभी प्रमाणीकरण विधियाँ वर्तमान में निष्क्रिय हैं। कृपया अपने व्यवस्थापक से संपर्क करें।", + "passwordResetSuccess": "पासवर्ड रीसेट सफल रहा", + "passwordResetSuccessDesc": "आपका पासवर्ड सफलतापूर्वक रीसेट हो गया है। अब आप अपने नए पासवर्ड से लॉग इन कर सकते हैं।" }, "errors": { - "notFound": "Page not found", - "unauthorized": "Unauthorized access", - "forbidden": "Access forbidden", - "serverError": "Server error", - "networkError": "Network error", - "databaseConnection": "Could not connect to the database", - "unknownError": "Unknown error", - "loginFailed": "Login failed", - "failedPasswordReset": "Failed to initiate password reset", - "failedVerifyCode": "Failed to verify reset code", - "failedCompleteReset": "Failed to complete password reset", - "invalidTotpCode": "Invalid TOTP code", - "failedOidcLogin": "Failed to start OIDC login", - "failedUserInfo": "Failed to get user info after OIDC login", - "oidcAuthFailed": "OIDC authentication failed", - "noTokenReceived": "No token received from login", - "invalidAuthUrl": "Invalid authorization URL received from backend", - "invalidInput": "Invalid input", - "requiredField": "This field is required", - "minLength": "Minimum length is {{min}}", - "maxLength": "Maximum length is {{max}}", - "invalidEmail": "Invalid email address", - "passwordMismatch": "Passwords do not match", - "passwordLoginDisabled": "Username/password login is currently disabled", - "weakPassword": "Password is too weak", - "usernameExists": "Username already exists", - "emailExists": "Email already exists", - "loadFailed": "Failed to load data", - "saveError": "Failed to save", - "sessionExpired": "Session expired - please log in again" + "notFound": "पृष्ठ नहीं मिला", + "unauthorized": "अनधिकृत पहुंच", + "forbidden": "प्रवेश वर्जित है", + "serverError": "सर्वर त्रुटि", + "networkError": "नेटवर्क त्रुटि", + "databaseConnection": "डेटाबेस के कनेक्ट नहीं कर सके", + "unknownError": "अज्ञात त्रुटि", + "loginFailed": "लॉगिन विफल", + "failedPasswordReset": "पासवर्ड रीसेट शुरू करने में विफल", + "failedVerifyCode": "रीसेट कोड को सत्यापित करने में विफल", + "failedCompleteReset": "पासवर्ड रीसेट करने में विफलता", + "invalidTotpCode": "अमान्य टीओटीपी कोड", + "failedOidcLogin": "OIDC लॉगिन शुरू करने में विफल", + "failedUserInfo": "OIDC लॉगिन के बाद उपयोगकर्ता जानकारी प्राप्त करने में विफलता", + "oidcAuthFailed": "OIDC प्रमाणीकरण विफल रहा", + "noTokenReceived": "लॉगिन से कोई टोकन प्राप्त नहीं हुआ", + "invalidAuthUrl": "बैकएंड से अमान्य प्राधिकरण यूआरएल प्राप्त हुआ।", + "invalidInput": "अमान्य निवेश", + "requiredField": "यह फ़ील्ड आवश्यक है", + "minLength": "न्यूनतम लंबाई {{min}}है", + "maxLength": "अधिकतम लंबाई {{max}}है", + "invalidEmail": "अमान्य ईमेल पता", + "passwordMismatch": "सांकेतिक शब्द मेल नहीं खाते", + "passwordLoginDisabled": "उपयोगकर्ता नाम/पासवर्ड लॉगिन वर्तमान में अक्षम है", + "weakPassword": "पासवर्ड बहुत कमजोर है", + "usernameExists": "उपयोगकर्ता का नाम पहले से मौजूद है", + "emailExists": "ईमेल पहले से ही मौजूद है", + "loadFailed": "डेटा लोड करने में विफल", + "saveError": "सहेजने में विफल", + "sessionExpired": "सत्र समाप्त हो गया है - कृपया दोबारा लॉग इन करें" }, "messages": { - "saveSuccess": "Saved successfully", - "saveError": "Failed to save", - "deleteSuccess": "Deleted successfully", - "deleteError": "Failed to delete", - "updateSuccess": "Updated successfully", - "updateError": "Failed to update", - "copySuccess": "Copied to clipboard", - "copyError": "Failed to copy", - "copiedToClipboard": "{{item}} copied to clipboard", - "connectionEstablished": "Connection established", - "connectionClosed": "Connection closed", - "reconnecting": "Reconnecting...", - "processing": "Processing...", - "pleaseWait": "Please wait...", - "registrationDisabled": "New account registration is currently disabled by an admin. Please log in or contact an administrator.", - "databaseConnected": "Database connected successfully", - "databaseConnectionFailed": "Failed to connect to the database server", - "checkServerConnection": "Please check your server connection and try again", - "resetCodeSent": "Reset code sent to Docker logs", - "codeVerified": "Code verified successfully", - "passwordResetSuccess": "Password reset successfully", - "loginSuccess": "Login successful", - "registrationSuccess": "Registration successful" + "saveSuccess": "सफलतापूर्वक बचाया", + "saveError": "सहेजने में विफल", + "deleteSuccess": "सफलतापूर्वक मिटाया गया", + "deleteError": "हटाने में विफल", + "updateSuccess": "सफलतापूर्वक अपडेट किया गया", + "updateError": "अपडेट करने में विफल", + "copySuccess": "क्लिपबोर्ड पर कॉपी हो गया", + "copyError": "कॉपी करने में विफल", + "copiedToClipboard": "{{item}} क्लिपबोर्ड पर कॉपी हो गया", + "connectionEstablished": "कनेक्शन स्थापित हो गया", + "connectionClosed": "कनेक्शन बंद हो गया", + "reconnecting": "पुनः संपर्क स्थापित हो रहा है...", + "processing": "प्रक्रिया जारी है...", + "pleaseWait": "कृपया प्रतीक्षा करें...", + "registrationDisabled": "प्रशासक द्वारा नए खाते का पंजीकरण फिलहाल बंद कर दिया गया है। कृपया लॉग इन करें या प्रशासक से संपर्क करें।", + "databaseConnected": "डेटाबेस सफलतापूर्वक कनेक्ट हो गया", + "databaseConnectionFailed": "डेटाबेस सर्वर से कनेक्ट करने में विफल।", + "checkServerConnection": "कृपया अपने सर्वर कनेक्शन की जांच करें और पुनः प्रयास करें।", + "resetCodeSent": "रीसेट कोड डॉकर लॉग्स को भेजा गया", + "codeVerified": "कोड सफलतापूर्वक सत्यापित हो गया", + "passwordResetSuccess": "पासवर्ड सफलतापूर्वक रीसेट हो गया", + "loginSuccess": "लॉग इन सफल", + "registrationSuccess": "सफल पंजीकरण" }, "profile": { - "title": "User Profile", - "description": "Manage your account settings and security", - "security": "Security", - "changePassword": "Change Password", - "twoFactorAuth": "Two-Factor Authentication", - "accountInfo": "Account Information", - "role": "Role", - "admin": "Administrator", - "user": "User", - "authMethod": "Authentication Method", - "local": "Local", - "external": "External (OIDC)", - "externalAndLocal": "Dual Auth", - "selectPreferredLanguage": "Select your preferred language for the interface", - "fileColorCoding": "File Color Coding", - "fileColorCodingDesc": "Color-code files by type: folders (red), files (blue), symlinks (green)", - "commandAutocomplete": "Command Autocomplete", - "commandAutocompleteDesc": "Enable Tab key autocomplete suggestions for terminal commands based on your command history", - "defaultSnippetFoldersCollapsed": "Collapse Snippet Folders by Default", - "defaultSnippetFoldersCollapsedDesc": "When enabled, all snippet folders will be collapsed when you open the snippets tab", - "terminalSyntaxHighlighting": "Terminal Syntax Highlighting", - "showHostTags": "Show Host Tags", - "showHostTagsDesc": "Display tags under each host in the sidebar. Disable to hide all tags.", - "account": "Account", - "appearance": "Appearance", - "languageLocalization": "Language & Localization", - "fileManagerSettings": "File Manager", - "terminalSettings": "Terminal", - "hostSidebarSettings": "Host & Sidebar", - "snippetsSettings": "Snippets", - "currentPassword": "Current Password", - "passwordChangedSuccess": "Password changed successfully! Please log in again.", - "failedToChangePassword": "Failed to change password. Please check your current password and try again.", - "theme": "Theme", - "themeLight": "Light", - "themeDark": "Dark", - "themeSystem": "System", - "appearanceDesc": "Select the color theme for the application", - "terminalSyntaxHighlightingDesc": "Automatically highlight commands, paths, IPs, and log levels in terminal output" + "title": "उपयोगकर्ता रूपरेखा", + "description": "अपने खाते की सेटिंग और सुरक्षा प्रबंधित करें", + "security": "सुरक्षा", + "changePassword": "पासवर्ड बदलें", + "twoFactorAuth": "दो-कारक प्रमाणीकरण", + "accountInfo": "खाता संबंधी जानकारी", + "role": "भूमिका", + "admin": "प्रशासक", + "user": "उपयोगकर्ता", + "authMethod": "प्रमाणीकरण विधि", + "local": "स्थानीय", + "external": "बाह्य (ओआईडीसी)", + "externalAndLocal": "दोहरी प्राधिकरण", + "selectPreferredLanguage": "इंटरफ़ेस के लिए अपनी पसंदीदा भाषा चुनें", + "fileColorCoding": "फ़ाइल रंग कोडिंग", + "fileColorCodingDesc": "फ़ाइलों को उनके प्रकार के अनुसार रंग-कोडित करें: फ़ोल्डर (लाल), फ़ाइलें (नीला), सिम्लिंक (हरा)", + "commandAutocomplete": "कमांड ऑटो-कंप्लीट", + "commandAutocompleteDesc": "अपने कमांड इतिहास के आधार पर टर्मिनल कमांड के लिए टैब कुंजी स्वतः पूर्ण होने के सुझाव सक्षम करें", + "defaultSnippetFoldersCollapsed": "डिफ़ॉल्ट रूप से स्निपेट फ़ोल्डर को संक्षिप्त करें", + "defaultSnippetFoldersCollapsedDesc": "इस विकल्प को चालू करने पर, स्निपेट टैब खोलने पर सभी स्निपेट फ़ोल्डर सिकुड़ जाएंगे।", + "terminalSyntaxHighlighting": "टर्मिनल सिंटैक्स हाइलाइटिंग", + "showHostTags": "शो होस्ट टैग", + "showHostTagsDesc": "साइडबार में प्रत्येक होस्ट के नीचे टैग प्रदर्शित करें। सभी टैग छिपाने के लिए इसे अक्षम करें।", + "account": "खाता", + "appearance": "उपस्थिति", + "languageLocalization": "भाषा और स्थानीयकरण", + "fileManagerSettings": "फ़ाइल मैनेजर", + "terminalSettings": "टर्मिनल", + "hostSidebarSettings": "होस्ट और साइडबार", + "snippetsSettings": "स्निपेट्स", + "currentPassword": "वर्तमान पासवर्ड", + "passwordChangedSuccess": "पासवर्ड सफलतापूर्वक बदल दिया गया है! कृपया दोबारा लॉग इन करें।", + "failedToChangePassword": "पासवर्ड बदलने में विफलता। कृपया अपना वर्तमान पासवर्ड जांचें और पुनः प्रयास करें।", + "theme": "विषय", + "themeLight": "रोशनी", + "themeDark": "अँधेरा", + "themeSystem": "प्रणाली", + "appearanceDesc": "एप्लिकेशन के लिए रंग थीम चुनें", + "terminalSyntaxHighlightingDesc": "टर्मिनल आउटपुट में कमांड, पाथ, आईपी और लॉग लेवल को स्वचालित रूप से हाइलाइट करें" }, "user": { - "failedToLoadVersionInfo": "Failed to load version information" + "failedToLoadVersionInfo": "संस्करण की जानकारी लोड करने में विफल" }, "placeholders": { "enterCode": "000000", @@ -1901,502 +1901,502 @@ "port": "22", "maxRetries": "3", "retryInterval": "10", - "language": "Language", - "username": "username", - "hostname": "host name", - "folder": "folder", - "password": "password", - "keyPassword": "key password", - "sudoPassword": "sudo password (optional)", - "notes": "add notes about this host...", - "expirationDate": "Select expiration date", - "pastePrivateKey": "Paste your private key here...", - "pastePublicKey": "Paste your public key here...", - "credentialName": "My SSH Server", - "description": "SSH credential description", - "searchCredentials": "Search credentials by name, username, or tags...", - "sshConfig": "endpoint ssh configuration", - "homePath": "/home", - "clientId": "your-client-id", - "clientSecret": "your-client-secret", + "language": "भाषा", + "username": "उपयोगकर्ता नाम", + "hostname": "होस्ट नाम", + "folder": "फ़ोल्डर", + "password": "पासवर्ड", + "keyPassword": "कुंजी पासवर्ड", + "sudoPassword": "sudo पासवर्ड (वैकल्पिक)", + "notes": "इस होस्ट के बारे में नोट्स जोड़ें...", + "expirationDate": "समाप्ति तिथि चुनें", + "pastePrivateKey": "अपनी निजी कुंजी यहाँ पेस्ट करें...", + "pastePublicKey": "अपनी सार्वजनिक कुंजी यहाँ पेस्ट करें...", + "credentialName": "मेरा एसएसएच सर्वर", + "description": "एसएसएच क्रेडेंशियल विवरण", + "searchCredentials": "नाम, उपयोगकर्ता नाम या टैग के आधार पर क्रेडेंशियल खोजें...", + "sshConfig": "एंडपॉइंट एसएसएच कॉन्फ़िगरेशन", + "homePath": "/घर", + "clientId": "आपका क्लाइंट आईडी", + "clientSecret": "आपका-ग्राहक-गुप्त", "authUrl": "https://your-provider.com/application/o/authorize/", "redirectUrl": "https://your-provider.com/application/o/termix/", "tokenUrl": "https://your-provider.com/application/o/token/", - "userIdField": "sub", - "usernameField": "name", - "scopes": "openid email profile", + "userIdField": "उप", + "usernameField": "नाम", + "scopes": "ओपनआईडी ईमेल प्रोफ़ाइल", "userinfoUrl": "https://your-provider.com/application/o/userinfo/", - "enterUsername": "Enter username to make admin", - "searchHosts": "Search hosts by name, username, IP, folder, tags...", - "enterPassword": "Enter your password", - "totpCode": "6-digit TOTP code", - "searchHostsAny": "Search hosts (try: tag:prod, user:root, ip:192.168)...", - "confirmPassword": "Enter your password to confirm", - "typeHere": "Type here", - "fileName": "Enter file name (e.g., example.txt)", - "folderName": "Enter folder name", - "fullPath": "Enter full path to item", - "currentPath": "Enter current path to item", - "newName": "Enter new name", + "enterUsername": "व्यवस्थापक बनने के लिए उपयोगकर्ता नाम दर्ज करें", + "searchHosts": "होस्ट को नाम, उपयोगकर्ता नाम, आईपी आईडी, फ़ोल्डर, टैग आदि के आधार पर खोजें...", + "enterPassword": "अपना कूटशब्द भरें", + "totpCode": "6-अंकीय टीओटीपी कोड", + "searchHostsAny": "होस्ट खोजें (प्रयास करें: टैग:prod, उपयोगकर्ता:root, आईपी:192.168)...", + "confirmPassword": "पुष्टि करने के लिए अपना पासवर्ड दर्ज करें", + "typeHere": "यहाँ टाइप करें", + "fileName": "फ़ाइल का नाम दर्ज करें (उदाहरण के लिए, example.txt)", + "folderName": "फ़ोल्डर का नाम दर्ज करें", + "fullPath": "आइटम का पूरा पथ दर्ज करें", + "currentPath": "आइटम का वर्तमान पथ दर्ज करें", + "newName": "नया नाम दर्ज करें", "socks5Host": "127.0.0.1", - "socks5Username": "proxy username", - "socks5Password": "proxy password", - "socks5PresetName": "e.g., Work VPN Chain", - "socks5PresetDescription": "e.g., Proxy chain for accessing work servers", - "moshCommand": "mosh user@server", + "socks5Username": "प्रॉक्सी उपयोगकर्ता नाम", + "socks5Password": "प्रॉक्सी पासवर्ड", + "socks5PresetName": "उदाहरण के लिए, वर्क वीपीएन चेन", + "socks5PresetDescription": "उदाहरण के लिए, कार्य सर्वरों तक पहुँचने के लिए प्रॉक्सी श्रृंखला", + "moshCommand": "मोश उपयोगकर्ता@सर्वर", "defaultPort": "22", "defaultEndpointPort": "224", "defaultMaxRetries": "3", "defaultRetryInterval": "10" }, "leftSidebar": { - "failedToLoadHosts": "Failed to load hosts", - "noFolder": "No Folder", - "passwordRequired": "Password is required", - "failedToDeleteAccount": "Failed to delete account", - "failedToMakeUserAdmin": "Failed to make user admin", - "userIsNowAdmin": "User {{username}} is now an admin", - "removeAdminConfirm": "Are you sure you want to remove admin status from {{username}}?", - "deleteUserConfirm": "Are you sure you want to delete user {{username}}? This action cannot be undone.", - "deleteAccount": "Delete Account", - "closeDeleteAccount": "Close Delete Account", - "deleteAccountWarning": "This action cannot be undone. This will permanently delete your account and all associated data.", - "deleteAccountWarningDetails": "Deleting your account will remove all your data including SSH hosts, configurations, and settings. This action is irreversible.", - "deleteAccountWarningShort": "This action is not reversible and will permanently delete your account.", - "cannotDeleteAccount": "Cannot Delete Account", - "lastAdminWarning": "You are the last admin user. You cannot delete your account as this would leave the system without any administrators. Please make another user an admin first, or contact system support.", - "confirmPassword": "Confirm Password", - "deleting": "Deleting...", - "cancel": "Cancel" + "failedToLoadHosts": "होस्ट लोड करने में विफल", + "noFolder": "कोई फ़ोल्डर नहीं", + "passwordRequired": "पासवर्ड आवश्यक है", + "failedToDeleteAccount": "खाता हटाने में विफल", + "failedToMakeUserAdmin": "उपयोगकर्ता को व्यवस्थापक बनाने में विफल", + "userIsNowAdmin": "उपयोगकर्ता {{username}} अब व्यवस्थापक है", + "removeAdminConfirm": "क्या आप वाकई {{username}}से व्यवस्थापक का दर्जा हटाना चाहते हैं?", + "deleteUserConfirm": "क्या आप वाकई उपयोगकर्ता {{username}}को हटाना चाहते हैं? यह कार्रवाई पूर्ववत नहीं की जा सकती।", + "deleteAccount": "खाता हटा दो", + "closeDeleteAccount": "खाता बंद करें हटाएं", + "deleteAccountWarning": "यह कार्रवाई पूर्ववत नहीं की जा सकती। इससे आपका खाता और उससे संबंधित सभी डेटा स्थायी रूप से हटा दिया जाएगा।", + "deleteAccountWarningDetails": "अपना खाता हटाने से आपका सारा डेटा, जिसमें SSH होस्ट, कॉन्फ़िगरेशन और सेटिंग्स शामिल हैं, हट जाएगा। यह कार्रवाई अपरिवर्तनीय है।", + "deleteAccountWarningShort": "यह कार्रवाई अपरिवर्तनीय है और इससे आपका खाता स्थायी रूप से हटा दिया जाएगा।", + "cannotDeleteAccount": "खाता हटाया नहीं जा सकता", + "lastAdminWarning": "आप अंतिम व्यवस्थापक उपयोगकर्ता हैं। आप अपना खाता नहीं हटा सकते क्योंकि इससे सिस्टम बिना व्यवस्थापक के रह जाएगा। कृपया पहले किसी अन्य उपयोगकर्ता को व्यवस्थापक बनाएं, या सिस्टम सहायता से संपर्क करें।", + "confirmPassword": "पासवर्ड की पुष्टि कीजिये", + "deleting": "हटा रहा हूँ...", + "cancel": "रद्द करना" }, "interface": { - "sidebar": "Sidebar", - "toggleSidebar": "Toggle Sidebar", - "close": "Close", - "online": "Online", - "offline": "Offline", - "maintenance": "Maintenance", - "degraded": "Degraded", - "noTunnelConnections": "No tunnel connections configured", - "discord": "Discord", - "connectToSshForOperations": "Connect to SSH to use file operations", - "uploadFile": "Upload File", - "newFile": "New File", - "newFolder": "New Folder", - "rename": "Rename", - "deleteItem": "Delete Item", - "createNewFile": "Create New File", - "createNewFolder": "Create New Folder", - "renameItem": "Rename Item", - "clickToSelectFile": "Click to select a file", - "noSshHosts": "No SSH Hosts", - "sshHosts": "SSH Hosts", - "importSshHosts": "Import SSH Hosts from JSON", - "clientId": "Client ID", - "clientSecret": "Client Secret", - "error": "Error", - "warning": "Warning", - "deleteAccount": "Delete Account", - "closeDeleteAccount": "Close Delete Account", - "cannotDeleteAccount": "Cannot Delete Account", - "confirmPassword": "Confirm Password", - "deleting": "Deleting...", - "externalAuth": "External Authentication (OIDC)", - "configureExternalProvider": "Configure external identity provider for", - "waitingForRetry": "Waiting for retry", - "retryingConnection": "Retrying connection", - "resetSplitSizes": "Reset split sizes", - "sshManagerAlreadyOpen": "SSH Manager already open", - "disabledDuringSplitScreen": "Disabled during split screen", - "unknown": "Unknown", - "connected": "Connected", - "disconnected": "Disconnected", - "maxRetriesExhausted": "Max retries exhausted", - "endpointHostNotFound": "Endpoint host not found", - "administrator": "Administrator", - "user": "User", - "external": "External", - "local": "Local", - "saving": "Saving...", - "saveConfiguration": "Save Configuration", - "loading": "Loading...", - "refresh": "Refresh", - "adding": "Adding...", - "makeAdmin": "Make Admin", - "verifying": "Verifying...", - "verifyAndEnable": "Verify and Enable", - "secretKey": "Secret key", - "totpQrCode": "TOTP QR Code", - "passwordRequired": "Password is required when using password authentication", - "sshKeyRequired": "SSH Private Key is required when using key authentication", - "keyTypeRequired": "Key Type is required when using key authentication", - "validSshConfigRequired": "Must select a valid SSH configuration from the list", - "updateHost": "Update Host", - "addHost": "Add Host", - "editHost": "Edit Host", - "pinConnection": "Pin Connection", - "authentication": "Authentication", - "password": "Password", - "key": "Key", - "sshPrivateKey": "SSH Private Key", - "keyPassword": "Key Password", - "keyType": "Key Type", - "enableTerminal": "Enable Terminal", - "enableTunnel": "Enable Tunnel", - "enableFileManager": "Enable File Manager", - "defaultPath": "Default Path", - "tunnelConnections": "Tunnel Connections", - "maxRetries": "Max Retries", - "upload": "Upload", - "updateKey": "Update Key", - "productionFolder": "Production", - "databaseServer": "Database Server", - "developmentServer": "Development Server", - "developmentFolder": "Development", - "webServerProduction": "Web Server - Production", - "unknownError": "Unknown error", - "failedToInitiatePasswordReset": "Failed to initiate password reset", - "failedToVerifyResetCode": "Failed to verify reset code", - "failedToCompletePasswordReset": "Failed to complete password reset", - "invalidTotpCode": "Invalid TOTP code", - "failedToStartOidcLogin": "Failed to start OIDC login", - "failedToGetUserInfoAfterOidc": "Failed to get user info after OIDC login", - "loginWithExternalProvider": "Login with external provider", - "loginWithExternal": "Login with External Provider", - "sendResetCode": "Send Reset Code", - "verifyCode": "Verify Code", - "resetPassword": "Reset Password", - "login": "Login", - "signUp": "Sign Up", - "failedToUpdateOidcConfig": "Failed to update OIDC configuration", - "failedToMakeUserAdmin": "Failed to make user admin", - "failedToStartTotpSetup": "Failed to start TOTP setup", - "invalidVerificationCode": "Invalid verification code", - "failedToDisableTotp": "Failed to disable TOTP", - "failedToGenerateBackupCodes": "Failed to generate backup codes" + "sidebar": "साइड बार", + "toggleSidebar": "साइडबार टॉगल करें", + "close": "बंद करना", + "online": "ऑनलाइन", + "offline": "ऑफलाइन", + "maintenance": "रखरखाव", + "degraded": "अपमानित", + "noTunnelConnections": "कोई टनल कनेक्शन कॉन्फ़िगर नहीं किया गया है", + "discord": "कलह", + "connectToSshForOperations": "फ़ाइल संचालन के लिए SSH से कनेक्ट करें", + "uploadFile": "फ़ाइल अपलोड करें", + "newFile": "नई फ़ाइल", + "newFolder": "नया फ़ोल्डर", + "rename": "नाम बदलें", + "deleteItem": "आइटम हटाएं", + "createNewFile": "नई फ़ाइल बनाएँ", + "createNewFolder": "नया फ़ोल्डर बनाएं", + "renameItem": "आइटम का नाम बदलें", + "clickToSelectFile": "फ़ाइल चुनने के लिए क्लिक करें", + "noSshHosts": "कोई एसएसएच होस्ट नहीं", + "sshHosts": "एसएसएच होस्ट", + "importSshHosts": "JSON से SSH होस्ट आयात करें", + "clientId": "क्लाइंट आईडी", + "clientSecret": "ग्राहक रहस्य", + "error": "गलती", + "warning": "चेतावनी", + "deleteAccount": "खाता हटा दो", + "closeDeleteAccount": "खाता बंद करें हटाएं", + "cannotDeleteAccount": "खाता हटाया नहीं जा सकता", + "confirmPassword": "पासवर्ड की पुष्टि कीजिये", + "deleting": "हटा रहा हूँ...", + "externalAuth": "बाह्य प्रमाणीकरण (OIDC)", + "configureExternalProvider": "बाह्य पहचान प्रदाता को कॉन्फ़िगर करें", + "waitingForRetry": "पुनः प्रयास की प्रतीक्षा है", + "retryingConnection": "कनेक्शन पुनः स्थापित करने का प्रयास किया जा रहा है", + "resetSplitSizes": "विभाजन आकार रीसेट करें", + "sshManagerAlreadyOpen": "एसएसएच मैनेजर पहले से ही खुला है", + "disabledDuringSplitScreen": "स्प्लिट स्क्रीन के दौरान अक्षम", + "unknown": "अज्ञात", + "connected": "जुड़े हुए", + "disconnected": "डिस्कनेक्ट किया गया", + "maxRetriesExhausted": "अधिकतम पुनः प्रयास समाप्त हो गए हैं", + "endpointHostNotFound": "एंडपॉइंट होस्ट नहीं मिला", + "administrator": "प्रशासक", + "user": "उपयोगकर्ता", + "external": "बाहरी", + "local": "स्थानीय", + "saving": "सहेजा जा रहा है...", + "saveConfiguration": "कॉन्फ़िगरेशन सहेजें", + "loading": "लोड हो रहा है...", + "refresh": "ताज़ा करना", + "adding": "जोड़ रहा हूँ...", + "makeAdmin": "व्यवस्थापक बनाएं", + "verifying": "सत्यापन हो रहा है...", + "verifyAndEnable": "सत्यापित करें और सक्षम करें", + "secretKey": "गुप्त कुंजी", + "totpQrCode": "टीओटीपी क्यूआर कोड", + "passwordRequired": "पासवर्ड प्रमाणीकरण का उपयोग करते समय पासवर्ड आवश्यक है।", + "sshKeyRequired": "कुंजी प्रमाणीकरण का उपयोग करते समय SSH निजी कुंजी आवश्यक होती है।", + "keyTypeRequired": "कुंजी प्रमाणीकरण का उपयोग करते समय कुंजी प्रकार आवश्यक है।", + "validSshConfigRequired": "सूची से एक वैध SSH कॉन्फ़िगरेशन का चयन करना आवश्यक है।", + "updateHost": "होस्ट को अपडेट करें", + "addHost": "होस्ट जोड़ें", + "editHost": "होस्ट संपादित करें", + "pinConnection": "पिन कनेक्शन", + "authentication": "प्रमाणीकरण", + "password": "पासवर्ड", + "key": "चाबी", + "sshPrivateKey": "एसएसएच निजी कुंजी", + "keyPassword": "कुंजी पासवर्ड", + "keyType": "कुंजी प्रकार", + "enableTerminal": "टर्मिनल सक्षम करें", + "enableTunnel": "सुरंग सक्षम करें", + "enableFileManager": "फ़ाइल प्रबंधक को सक्षम करें", + "defaultPath": "डिफ़ॉल्ट पथ", + "tunnelConnections": "सुरंग कनेक्शन", + "maxRetries": "अधिकतम पुनः प्रयास", + "upload": "अपलोड करें", + "updateKey": "अपडेट कुंजी", + "productionFolder": "उत्पादन", + "databaseServer": "डेटाबेस सर्वर", + "developmentServer": "विकास सर्वर", + "developmentFolder": "विकास", + "webServerProduction": "वेब सर्वर - उत्पादन", + "unknownError": "अज्ञात त्रुटि", + "failedToInitiatePasswordReset": "पासवर्ड रीसेट शुरू करने में विफल", + "failedToVerifyResetCode": "रीसेट कोड सत्यापित करने में विफल", + "failedToCompletePasswordReset": "पासवर्ड रीसेट करने में विफलता", + "invalidTotpCode": "अमान्य टीओटीपी कोड", + "failedToStartOidcLogin": "OIDC लॉगिन शुरू करने में विफल", + "failedToGetUserInfoAfterOidc": "OIDC लॉगिन के बाद उपयोगकर्ता जानकारी प्राप्त करने में विफलता", + "loginWithExternalProvider": "बाहरी प्रदाता के साथ लॉगिन करें", + "loginWithExternal": "बाह्य प्रदाता के साथ लॉगिन करें", + "sendResetCode": "रीसेट कोड भेजें", + "verifyCode": "कोड सत्यापित करें", + "resetPassword": "पासवर्ड रीसेट", + "login": "लॉग इन करें", + "signUp": "साइन अप करें", + "failedToUpdateOidcConfig": "OIDC कॉन्फ़िगरेशन को अपडेट करने में विफल", + "failedToMakeUserAdmin": "उपयोगकर्ता को व्यवस्थापक बनाने में विफल", + "failedToStartTotpSetup": "TOTP सेटअप शुरू करने में विफल", + "invalidVerificationCode": "अवैध सत्यापन संकेत", + "failedToDisableTotp": "TOTP को निष्क्रिय करने में विफल", + "failedToGenerateBackupCodes": "बैकअप कोड जनरेट करने में विफल" }, "mobile": { - "selectHostToStart": "Select a host to start your terminal session", - "limitedSupportMessage": "Website mobile support is still in progress. Use the mobile app for a better experience.", - "mobileAppInProgress": "Mobile app is in progress", - "mobileAppInProgressDesc": "We're working on a dedicated mobile app to provide a better experience on mobile devices.", - "viewMobileAppDocs": "Install Mobile App", - "mobileAppDocumentation": "Mobile App Documentation" + "selectHostToStart": "टर्मिनल सत्र शुरू करने के लिए एक होस्ट चुनें", + "limitedSupportMessage": "वेबसाइट पर मोबाइल सपोर्ट अभी भी विकास के चरण में है। बेहतर अनुभव के लिए मोबाइल ऐप का उपयोग करें।", + "mobileAppInProgress": "मोबाइल ऐप पर काम चल रहा है", + "mobileAppInProgressDesc": "हम मोबाइल उपकरणों पर बेहतर अनुभव प्रदान करने के लिए एक समर्पित मोबाइल ऐप पर काम कर रहे हैं।", + "viewMobileAppDocs": "मोबाइल ऐप इंस्टॉल करें", + "mobileAppDocumentation": "मोबाइल ऐप दस्तावेज़ीकरण" }, "dashboard": { - "title": "Dashboard", + "title": "डैशबोर्ड", "github": "GitHub", - "support": "Support", - "discord": "Discord", - "donate": "Donate", - "serverOverview": "Server Overview", - "version": "Version", - "upToDate": "Up to Date", - "updateAvailable": "Update Available", - "uptime": "Uptime", - "database": "Database", - "healthy": "Healthy", - "error": "Error", - "totalServers": "Total Servers", - "totalTunnels": "Total Tunnels", - "totalCredentials": "Total Credentials", - "recentActivity": "Recent Activity", - "reset": "Reset", - "loadingRecentActivity": "Loading recent activity...", - "noRecentActivity": "No recent activity", - "quickActions": "Quick Actions", - "addHost": "Add Host", - "addCredential": "Add Credential", - "adminSettings": "Admin Settings", - "userProfile": "User Profile", - "serverStats": "Server Stats", - "loadingServerStats": "Loading server stats...", - "noServerData": "No server data available", + "support": "सहायता", + "discord": "कलह", + "donate": "दान करें", + "serverOverview": "सर्वर अवलोकन", + "version": "संस्करण", + "upToDate": "अप टू डेट", + "updateAvailable": "उपलब्ध अद्यतन", + "uptime": "अपटाइम", + "database": "डेटाबेस", + "healthy": "स्वस्थ", + "error": "गलती", + "totalServers": "कुल सर्वर", + "totalTunnels": "कुल सुरंगें", + "totalCredentials": "कुल प्रमाण पत्र", + "recentActivity": "हाल की गतिविधि", + "reset": "रीसेट करें", + "loadingRecentActivity": "हाल की गतिविधि लोड हो रही है...", + "noRecentActivity": "कोई हालिया गतिविधि नहीं", + "quickActions": "त्वरित कार्रवाइयां", + "addHost": "होस्ट जोड़ें", + "addCredential": "क्रेडेंशियल जोड़ें", + "adminSettings": "व्यवस्थापक सेटिंग्स", + "userProfile": "उपयोगकर्ता रूपरेखा", + "serverStats": "सर्वर आँकड़े", + "loadingServerStats": "सर्वर के आंकड़े लोड हो रहे हैं...", + "noServerData": "कोई सर्वर डेटा उपलब्ध नहीं है", "cpu": "CPU", - "ram": "RAM", - "notAvailable": "N/A" + "ram": "टक्कर मारना", + "notAvailable": "लागू नहीं" }, "rbac": { - "shareHost": "Share Host", - "shareHostTitle": "Share Host Access", - "shareHostDescription": "Grant temporary or permanent access to this host", - "targetUser": "Target User", - "selectUser": "Select a user to share with", - "duration": "Duration", - "durationHours": "Duration (hours)", - "neverExpires": "Never expires", - "permissionLevel": "Permission Level", + "shareHost": "होस्ट साझा करें", + "shareHostTitle": "होस्ट एक्सेस साझा करें", + "shareHostDescription": "इस होस्ट को अस्थायी या स्थायी पहुँच प्रदान करें", + "targetUser": "लक्षित उपयोगकर्ता", + "selectUser": "साझा करने के लिए उपयोगकर्ता का चयन करें", + "duration": "अवधि", + "durationHours": "अवधि (घंटे)", + "neverExpires": "कभी समाप्त नहीं होता", + "permissionLevel": "अनुमति स्तर", "permissionLevels": { - "readonly": "Read-Only", - "readonlyDesc": "Can view only, no command input", - "restricted": "Restricted", - "restrictedDesc": "Blocks dangerous commands (passwd, rm -rf, etc.)", - "monitored": "Monitored", - "monitoredDesc": "Records all commands but doesn't block (Recommended)", - "full": "Full Access", - "fullDesc": "No restrictions (Not recommended)" + "readonly": "केवल पढ़ने के लिए", + "readonlyDesc": "केवल देख सकते हैं, कोई कमांड इनपुट नहीं कर सकते।", + "restricted": "वर्जित", + "restrictedDesc": "खतरनाक कमांडों (passwd, rm -rf, आदि) को ब्लॉक करता है।", + "monitored": "नजर रखी", + "monitoredDesc": "सभी कमांड रिकॉर्ड करता है लेकिन ब्लॉक नहीं करता (अनुशंसित)", + "full": "पूर्ण पहुँच", + "fullDesc": "कोई प्रतिबंध नहीं (अनुशंसित नहीं)" }, - "blockedCommands": "Blocked Commands", - "blockedCommandsPlaceholder": "Enter commands to block, e.g., passwd, rm, dd", - "maxSessionDuration": "Max Session Duration (minutes)", - "createTempUser": "Create Temporary User", - "createTempUserDesc": "Creates a restricted user on the server instead of sharing your credentials. Requires sudo access. Most secure option.", - "expiresAt": "Expires At", - "expiresIn": "Expires in {{hours}} hours", - "expired": "Expired", - "grantedBy": "Granted By", - "accessLevel": "Access Level", - "lastAccessed": "Last Accessed", - "accessCount": "Access Count", - "revokeAccess": "Revoke Access", - "confirmRevokeAccess": "Are you sure you want to revoke access for {{username}}?", - "hostSharedSuccessfully": "Host shared successfully with {{username}}", - "hostAccessUpdated": "Host access updated", - "failedToShareHost": "Failed to share host", - "accessRevokedSuccessfully": "Access revoked successfully", - "failedToRevokeAccess": "Failed to revoke access", - "shared": "Shared", - "sharedHosts": "Shared Hosts", - "sharedWithMe": "Shared With Me", - "noSharedHosts": "No hosts shared with you", - "owner": "Owner", - "viewAccessList": "View Access List", - "accessList": "Access List", - "noAccessGranted": "No access has been granted for this host", - "noAccessGrantedMessage": "No users have been granted access to this host yet", - "manageAccessFor": "Manage access for", - "totalAccessRecords": "{{count}} access record(s)", - "neverAccessed": "Never", - "timesAccessed": "{{count}} time(s)", - "daysRemaining": "{{days}} day(s)", - "hoursRemaining": "{{hours}} hour(s)", - "failedToFetchAccessList": "Failed to fetch access list", - "currentAccess": "Current Access", - "securityWarning": "Security Warning", - "securityWarningMessage": "Sharing credentials gives the user full access to perform any operations on the server, including changing passwords and deleting files. Only share with trusted users.", - "tempUserRecommended": "We recommend enabling 'Create Temporary User' for better security.", - "roleManagement": "Role Management", - "manageRoles": "Manage Roles", - "manageRolesFor": "Manage roles for {{username}}", - "assignRole": "Assign Role", - "removeRole": "Remove Role", - "userRoles": "User Roles", - "permissions": "Permissions", - "systemRole": "System Role", - "customRole": "Custom Role", - "roleAssignedSuccessfully": "Role assigned to {{username}} successfully", - "failedToAssignRole": "Failed to assign role", - "roleRemovedSuccessfully": "Role removed from {{username}} successfully", - "failedToRemoveRole": "Failed to remove role", - "cannotRemoveSystemRole": "Cannot remove system role", - "cannotShareWithSelf": "Cannot share host with yourself", - "noCustomRolesToAssign": "No custom roles available. System roles are auto-assigned.", - "credentialSharingWarning": "Credential Authentication Not Supported for Sharing", - "credentialRequired": "Credential is required when sharing a host", - "credentialRequiredDescription": "This host does not use credential-based authentication. In order to share hosts, due to per-user-encryption, the host must use credential based authentication.", - "auditLogs": "Audit Logs", - "viewAuditLogs": "View Audit Logs", - "action": "Action", - "resourceType": "Resource Type", - "resourceName": "Resource Name", - "timestamp": "Timestamp", - "ipAddress": "IP Address", - "userAgent": "User Agent", - "success": "Success", - "failed": "Failed", - "details": "Details", - "noAuditLogs": "No audit logs available", - "sessionRecordings": "Session Recordings", - "viewRecording": "View Recording", - "downloadRecording": "Download Recording", - "dangerousCommand": "Dangerous Command Detected", - "commandBlocked": "Command Blocked", - "terminateSession": "Terminate Session", - "sessionTerminated": "Session terminated by host owner", - "sharedAccessExpired": "Your shared access to this host has expired", - "sharedAccessExpiresIn": "Shared access expires in {{hours}} hours", + "blockedCommands": "अवरुद्ध कमांड", + "blockedCommandsPlaceholder": "ब्लॉक करने के लिए कमांड दर्ज करें, उदाहरण के लिए, passwd, rm, dd", + "maxSessionDuration": "अधिकतम सत्र अवधि (मिनटों में)", + "createTempUser": "अस्थायी उपयोगकर्ता बनाएँ", + "createTempUserDesc": "यह आपके क्रेडेंशियल्स साझा करने के बजाय सर्वर पर एक प्रतिबंधित उपयोगकर्ता बनाता है। इसके लिए sudo एक्सेस आवश्यक है। यह सबसे सुरक्षित विकल्प है।", + "expiresAt": "समाप्ति तिथि", + "expiresIn": "{{hours}} घंटों में समाप्त हो जाएगा", + "expired": "खत्म हो चुका", + "grantedBy": "अनुमती देना", + "accessLevel": "पहुँच स्तर", + "lastAccessed": "अंतिम बार देखा गया", + "accessCount": "पहुँच गणना", + "revokeAccess": "एक्सेस अक्षम करें", + "confirmRevokeAccess": "क्या आप वाकई {{username}}के लिए पहुँच रद्द करना चाहते हैं?", + "hostSharedSuccessfully": "होस्ट ने {{username}}के साथ सफलतापूर्वक साझा किया", + "hostAccessUpdated": "होस्ट एक्सेस अपडेट किया गया", + "failedToShareHost": "होस्ट साझा करने में विफल", + "accessRevokedSuccessfully": "पहुँच सफलतापूर्वक रद्द कर दी गई", + "failedToRevokeAccess": "पहुँच रद्द करने में विफल", + "shared": "साझा", + "sharedHosts": "साझा होस्ट", + "sharedWithMe": "मेरे साथ साझा किया गया", + "noSharedHosts": "आपके साथ कोई होस्ट साझा नहीं किया गया है", + "owner": "मालिक", + "viewAccessList": "पहुँच सूची देखें", + "accessList": "पहुँच सूची", + "noAccessGranted": "इस होस्ट के लिए कोई एक्सेस प्रदान नहीं किया गया है।", + "noAccessGrantedMessage": "अभी तक किसी भी उपयोगकर्ता को इस होस्ट तक पहुंच प्रदान नहीं की गई है।", + "manageAccessFor": "इसके लिए पहुंच प्रबंधित करें", + "totalAccessRecords": "{{count}} रिकॉर्ड तक पहुंचें", + "neverAccessed": "कभी नहीं", + "timesAccessed": "{{count}} बार(s)", + "daysRemaining": "{{days}} दिन(दिन)", + "hoursRemaining": "{{hours}} घंटे", + "failedToFetchAccessList": "एक्सेस सूची प्राप्त करने में विफल", + "currentAccess": "वर्तमान पहुंच", + "securityWarning": "सुरक्षा चेतावनी", + "securityWarningMessage": "क्रेडेंशियल साझा करने से उपयोगकर्ता को सर्वर पर कोई भी कार्य करने की पूर्ण पहुँच मिल जाती है, जिसमें पासवर्ड बदलना और फ़ाइलें हटाना शामिल है। केवल विश्वसनीय उपयोगकर्ताओं के साथ ही साझा करें।", + "tempUserRecommended": "बेहतर सुरक्षा के लिए हम 'अस्थायी उपयोगकर्ता बनाएं' विकल्प को सक्षम करने की सलाह देते हैं।", + "roleManagement": "भूमिका प्रबंधन", + "manageRoles": "भूमिकाएँ प्रबंधित करें", + "manageRolesFor": "{{username}}के लिए भूमिकाएँ प्रबंधित करें", + "assignRole": "भूमिका सौंपें", + "removeRole": "भूमिका हटाएँ", + "userRoles": "उपयोगकर्ता भूमिका", + "permissions": "अनुमतियां", + "systemRole": "सिस्टम भूमिका", + "customRole": "अनुकूलित भूमिका", + "roleAssignedSuccessfully": "{{username}} को भूमिका सफलतापूर्वक सौंपी गई", + "failedToAssignRole": "भूमिका निर्धारित करने में विफल", + "roleRemovedSuccessfully": "{{username}} से भूमिका सफलतापूर्वक हटा दी गई", + "failedToRemoveRole": "भूमिका हटाने में विफल", + "cannotRemoveSystemRole": "सिस्टम भूमिका को हटाया नहीं जा सकता", + "cannotShareWithSelf": "आप स्वयं के साथ होस्ट साझा नहीं कर सकते।", + "noCustomRolesToAssign": "कोई कस्टम भूमिका उपलब्ध नहीं है। सिस्टम भूमिकाएँ स्वतः ही निर्धारित की जाती हैं।", + "credentialSharingWarning": "शेयरिंग के लिए क्रेडेंशियल प्रमाणीकरण समर्थित नहीं है", + "credentialRequired": "होस्ट साझा करते समय क्रेडेंशियल आवश्यक है", + "credentialRequiredDescription": "यह होस्ट क्रेडेंशियल-आधारित प्रमाणीकरण का उपयोग नहीं करता है। होस्ट साझा करने के लिए, प्रति-उपयोगकर्ता एन्क्रिप्शन के कारण, होस्ट को क्रेडेंशियल-आधारित प्रमाणीकरण का उपयोग करना होगा।", + "auditLogs": "ऑडिट लॉग", + "viewAuditLogs": "ऑडिट लॉग देखें", + "action": "कार्रवाई", + "resourceType": "संसाधन प्रकार", + "resourceName": "संसाधन का नाम", + "timestamp": "समय-चिह्न", + "ipAddress": "आईपी पता", + "userAgent": "उपयोगकर्ता एजेंट", + "success": "सफलता", + "failed": "असफल", + "details": "विवरण", + "noAuditLogs": "कोई ऑडिट लॉग उपलब्ध नहीं हैं", + "sessionRecordings": "सत्र रिकॉर्डिंग", + "viewRecording": "रिकॉर्डिंग देखें", + "downloadRecording": "रिकॉर्डिंग डाउनलोड करें", + "dangerousCommand": "खतरनाक आदेश का पता चला", + "commandBlocked": "कमांड अवरुद्ध", + "terminateSession": "सत्र समाप्त करें", + "sessionTerminated": "होस्ट के मालिक द्वारा सत्र समाप्त कर दिया गया", + "sharedAccessExpired": "इस होस्ट तक आपकी साझा पहुंच समाप्त हो गई है।", + "sharedAccessExpiresIn": "साझा पहुंच {{hours}} घंटों में समाप्त हो जाएगी", "roles": { - "label": "Roles", - "admin": "Administrator", - "user": "User" + "label": "भूमिकाएँ", + "admin": "प्रशासक", + "user": "उपयोगकर्ता" }, - "createRole": "Create Role", - "editRole": "Edit Role", - "roleName": "Role Name", - "displayName": "Display Name", - "description": "Description", - "assignRoles": "Assign Roles", - "userRoleAssignment": "User-Role Assignment", - "selectUserPlaceholder": "Select a user", - "searchUsers": "Search users...", - "noUserFound": "No user found", - "currentRoles": "Current Roles", - "noRolesAssigned": "No roles assigned", - "assignNewRole": "Assign New Role", - "selectRolePlaceholder": "Select a role", - "searchRoles": "Search roles...", - "noRoleFound": "No role found", - "assign": "Assign", - "roleCreatedSuccessfully": "Role created successfully", - "roleUpdatedSuccessfully": "Role updated successfully", - "roleDeletedSuccessfully": "Role deleted successfully", - "failedToLoadRoles": "Failed to load roles", - "failedToSaveRole": "Failed to save role", - "failedToDeleteRole": "Failed to delete role", - "roleDisplayNameRequired": "Role display name is required", - "roleNameRequired": "Role name is required", - "roleNameHint": "Use lowercase letters, numbers, underscores, and hyphens only", - "displayNamePlaceholder": "Developer", - "descriptionPlaceholder": "Software developers and engineers", - "confirmDeleteRole": "Delete Role", - "confirmDeleteRoleDescription": "Are you sure you want to delete the role '{{name}}'? This action cannot be undone.", - "confirmRemoveRole": "Remove Role", - "confirmRemoveRoleDescription": "Are you sure you want to remove this role from the user?", - "editRoleDescription": "Update role information", - "createRoleDescription": "Create a new custom role for grouping users", - "assignRolesDescription": "Manage role assignments for users", - "noRoles": "No roles found", - "selectRole": "Select Role", - "type": "Type", - "user": "User", - "role": "Role", - "saveHostFirst": "Save Host First", - "saveHostFirstDescription": "Please save the host before configuring sharing settings.", - "shareWithUser": "Share with User", - "shareWithRole": "Share with Role", - "share": "Share", - "target": "Target", - "expires": "Expires", - "never": "Never", - "noAccessRecords": "No access records found", - "sharedSuccessfully": "Shared successfully", - "failedToShare": "Failed to share", - "confirmRevokeAccessDescription": "Are you sure you want to revoke this access?", - "hours": "hours", - "sharing": "Sharing", - "selectUserAndRole": "Please select both a user and a role", - "view": "View Only", - "viewDesc": "Due to the Termix encryption system, other permission levels will come at a later date" + "createRole": "भूमिका बनाएँ", + "editRole": "भूमिका संपादित करें", + "roleName": "भूमिका का नाम", + "displayName": "प्रदर्शित होने वाला नाम", + "description": "विवरण", + "assignRoles": "भूमिकाएँ सौंपें", + "userRoleAssignment": "उपयोगकर्ता-भूमिका असाइनमेंट", + "selectUserPlaceholder": "किसी उपयोगकर्ता का चयन करें", + "searchUsers": "उपयोगकर्ताओं को खोजें...", + "noUserFound": "कोई उपयोगकर्ता नहीं मिला", + "currentRoles": "वर्तमान भूमिकाएँ", + "noRolesAssigned": "कोई भूमिका आवंटित नहीं की गई", + "assignNewRole": "नई भूमिका सौंपें", + "selectRolePlaceholder": "एक भूमिका चुनें", + "searchRoles": "पदों की खोज करें...", + "noRoleFound": "कोई भूमिका नहीं मिली", + "assign": "सौंपना", + "roleCreatedSuccessfully": "भूमिका सफलतापूर्वक बनाई गई", + "roleUpdatedSuccessfully": "भूमिका सफलतापूर्वक अपडेट हो गई", + "roleDeletedSuccessfully": "भूमिका सफलतापूर्वक हटा दी गई", + "failedToLoadRoles": "भूमिकाएँ लोड करने में विफल", + "failedToSaveRole": "भूमिका सहेजने में विफल", + "failedToDeleteRole": "भूमिका हटाने में विफल", + "roleDisplayNameRequired": "भूमिका का प्रदर्शन नाम आवश्यक है", + "roleNameRequired": "भूमिका का नाम आवश्यक है", + "roleNameHint": "केवल छोटे अक्षरों, संख्याओं, अंडरस्कोर और हाइफ़न का ही प्रयोग करें।", + "displayNamePlaceholder": "डेवलपर", + "descriptionPlaceholder": "सॉफ्टवेयर डेवलपर और इंजीनियर", + "confirmDeleteRole": "भूमिका हटाएं", + "confirmDeleteRoleDescription": "क्या आप वाकई '{{name}}' भूमिका को हटाना चाहते हैं? यह कार्रवाई पूर्ववत नहीं की जा सकती।", + "confirmRemoveRole": "भूमिका हटाएँ", + "confirmRemoveRoleDescription": "क्या आप वाकई इस भूमिका को उपयोगकर्ता से हटाना चाहते हैं?", + "editRoleDescription": "भूमिका संबंधी जानकारी अपडेट करें", + "createRoleDescription": "उपयोगकर्ताओं को समूहित करने के लिए एक नई कस्टम भूमिका बनाएँ", + "assignRolesDescription": "उपयोगकर्ताओं के लिए भूमिका असाइनमेंट प्रबंधित करें", + "noRoles": "कोई भूमिका नहीं मिली", + "selectRole": "भूमिका का चयन करें", + "type": "प्रकार", + "user": "उपयोगकर्ता", + "role": "भूमिका", + "saveHostFirst": "पहले होस्ट को सेव करें", + "saveHostFirstDescription": "शेयरिंग सेटिंग्स को कॉन्फ़िगर करने से पहले कृपया होस्ट को सेव कर लें।", + "shareWithUser": "उपयोगकर्ता के साथ साझा करें", + "shareWithRole": "भूमिका के साथ साझा करें", + "share": "शेयर करना", + "target": "लक्ष्य", + "expires": "समय-सीमा समाप्त", + "never": "कभी नहीं", + "noAccessRecords": "कोई एक्सेस रिकॉर्ड नहीं मिला", + "sharedSuccessfully": "सफलतापूर्वक साझा किया गया", + "failedToShare": "साझा करने में विफल", + "confirmRevokeAccessDescription": "क्या आप वाकई इस एक्सेस को रद्द करना चाहते हैं?", + "hours": "घंटे", + "sharing": "शेयरिंग", + "selectUserAndRole": "कृपया उपयोगकर्ता और भूमिका दोनों का चयन करें", + "view": "केवल देखें", + "viewDesc": "टर्मिक्स एन्क्रिप्शन सिस्टम के कारण, अन्य अनुमति स्तर बाद में उपलब्ध होंगे।" }, "commandPalette": { - "searchPlaceholder": "Search for hosts or quick actions...", - "recentActivity": "Recent Activity", - "navigation": "Navigation", - "addHost": "Add Host", - "addCredential": "Add Credential", - "adminSettings": "Admin Settings", - "userProfile": "User Profile", - "updateLog": "Update Log", - "hosts": "Hosts", - "openServerDetails": "Open Server Details", - "openFileManager": "Open File Manager", - "edit": "Edit", - "links": "Links", + "searchPlaceholder": "मेजबानों या त्वरित कार्रवाइयों की खोज करें...", + "recentActivity": "हाल की गतिविधि", + "navigation": "मार्गदर्शन", + "addHost": "होस्ट जोड़ें", + "addCredential": "क्रेडेंशियल जोड़ें", + "adminSettings": "व्यवस्थापक सेटिंग्स", + "userProfile": "उपयोगकर्ता रूपरेखा", + "updateLog": "अपडेट लॉग", + "hosts": "मेजबान", + "openServerDetails": "सर्वर विवरण खोलें", + "openFileManager": "फ़ाइल प्रबंधक खोलें", + "edit": "संपादन करना", + "links": "लिंक", "github": "GitHub", - "support": "Support", - "discord": "Discord", - "donate": "Donate", - "press": "Press", - "toToggle": "to toggle", - "close": "Close", - "hostManager": "Host Manager", - "pressToToggle": "Press Left Shift twice to open the command palette" + "support": "सहायता", + "discord": "कलह", + "donate": "दान करें", + "press": "प्रेस", + "toToggle": "टॉगल करने के लिए", + "close": "बंद करना", + "hostManager": "मेजबान प्रबंधक", + "pressToToggle": "कमांड पैलेट खोलने के लिए लेफ्ट शिफ्ट को दो बार दबाएं।" }, "docker": { - "notEnabled": "Docker is not enabled for this host", - "validating": "Validating Docker...", - "connectingToHost": "Connecting to host...", - "error": "Error", - "errorCode": "Error code: {{code}}", - "version": "Docker {{version}}", - "containerStarted": "Container {{name}} started", - "failedToStartContainer": "Failed to start container {{name}}", - "containerStopped": "Container {{name}} stopped", - "failedToStopContainer": "Failed to stop container {{name}}", - "containerRestarted": "Container {{name}} restarted", - "failedToRestartContainer": "Failed to restart container {{name}}", - "containerPaused": "Container {{name}} paused", - "containerUnpaused": "Container {{name}} unpaused", - "failedToTogglePauseContainer": "Failed to toggle pause state for container {{name}}", - "containerRemoved": "Container {{name}} removed", - "failedToRemoveContainer": "Failed to remove container {{name}}", - "image": "Image", - "idLabel": "ID", - "ports": "Ports", - "noPorts": "No ports", - "created": "Created", - "start": "Start", - "stop": "Stop", - "pause": "Pause", - "unpause": "Unpause", - "restart": "Restart", - "remove": "Remove", - "removeContainer": "Remove Container", - "confirmRemoveContainer": "Are you sure you want to remove the container '{{name}}'? This action cannot be undone.", - "runningContainerWarning": "Warning: This container is currently running. Removing it will stop the container first.", - "removing": "Removing...", - "loadingContainers": "Loading containers...", - "noContainersFound": "No containers found", - "noContainersFoundHint": "No Docker containers are available on this host", - "searchPlaceholder": "Search containers...", - "filterByStatusPlaceholder": "Filter by status", - "allContainersCount": "All ({{count}})", + "notEnabled": "इस होस्ट के लिए डॉकर सक्षम नहीं है।", + "validating": "डॉकर का सत्यापन किया जा रहा है...", + "connectingToHost": "होस्ट से कनेक्ट हो रहा है...", + "error": "गलती", + "errorCode": "त्रुटि कोड: {{code}}", + "version": "डॉकर {{version}}", + "containerStarted": "कंटेनर {{name}} शुरू हो गया", + "failedToStartContainer": "कंटेनर {{name}}को प्रारंभ करने में विफल", + "containerStopped": "कंटेनर {{name}} रुक गया", + "failedToStopContainer": "कंटेनर {{name}}को रोकने में विफल", + "containerRestarted": "कंटेनर {{name}} पुनः आरंभ हुआ", + "failedToRestartContainer": "कंटेनर {{name}}को पुनः आरंभ करने में विफल रहा", + "containerPaused": "कंटेनर {{name}} रुका हुआ है", + "containerUnpaused": "कंटेनर {{name}} अनपॉज़ किया गया", + "failedToTogglePauseContainer": "कंटेनर {{name}}के लिए पॉज़ स्थिति को टॉगल करने में विफल।", + "containerRemoved": "कंटेनर {{name}} हटा दिया गया", + "failedToRemoveContainer": "कंटेनर {{name}}को हटाने में विफल", + "image": "छवि", + "idLabel": "पहचान", + "ports": "बंदरगाहों", + "noPorts": "कोई बंदरगाह नहीं", + "created": "बनाया था", + "start": "शुरू", + "stop": "रुकना", + "pause": "विराम", + "unpause": "रोक हटाएँ", + "restart": "पुनः आरंभ करें", + "remove": "निकालना", + "removeContainer": "कंटेनर हटाएँ", + "confirmRemoveContainer": "क्या आप वाकई कंटेनर '{{name}}' को हटाना चाहते हैं? यह क्रिया पूर्ववत नहीं की जा सकती।", + "runningContainerWarning": "चेतावनी: यह कंटेनर वर्तमान में चल रहा है। इसे हटाने से पहले यह कंटेनर बंद हो जाएगा।", + "removing": "हटा रहा है...", + "loadingContainers": "कंटेनर लोड हो रहे हैं...", + "noContainersFound": "कोई कंटेनर नहीं मिला", + "noContainersFoundHint": "इस होस्ट पर कोई डॉकर कंटेनर उपलब्ध नहीं हैं।", + "searchPlaceholder": "कंटेनर खोजें...", + "filterByStatusPlaceholder": "स्थिति के अनुसार फ़िल्टर करें", + "allContainersCount": "सभी ({{count}})", "statusCount": "{{status}} ({{count}})", - "noContainersMatchFilters": "No containers match your filters", - "noContainersMatchFiltersHint": "Try adjusting your search or filter criteria", - "containerMustBeRunningToViewStats": "Container must be running to view statistics", - "failedToFetchStats": "Failed to fetch container statistics", - "containerNotRunning": "Container not running", - "startContainerToViewStats": "Start the container to view statistics", - "loadingStats": "Loading statistics...", - "errorLoadingStats": "Error loading statistics", - "noStatsAvailable": "No statistics available", - "cpuUsage": "CPU Usage", - "current": "Current", - "memoryUsage": "Memory Usage", - "usedLimit": "Used / Limit", - "percentage": "Percentage", - "networkIo": "Network I/O", - "input": "Input", - "output": "Output", - "blockIo": "Block I/O", - "read": "Read", - "write": "Write", - "pids": "PIDs", - "containerInformation": "Container Information", - "name": "Name", - "id": "ID", - "state": "State", - "disconnectedFromContainer": "Disconnected from container", - "containerMustBeRunning": "Container must be running to access console", - "authenticationRequired": "Authentication required", - "verificationCodePrompt": "Enter verification code", - "totpVerificationFailed": "TOTP verification failed. Please try again.", - "connectedTo": "Connected to {{containerName}}", - "disconnected": "Disconnected", - "consoleError": "Console error", - "errorMessage": "Error: {{message}}", - "failedToConnect": "Failed to connect to container", - "console": "Console", - "selectShell": "Select shell", - "bash": "Bash", - "sh": "sh", - "ash": "ash", - "connecting": "Connecting...", - "connect": "Connect", - "disconnect": "Disconnect", - "notConnected": "Not connected", - "clickToConnect": "Click connect to start a shell session", - "connectingTo": "Connecting to {{containerName}}...", - "containerNotFound": "Container not found", - "backToList": "Back to List", - "logs": "Logs", - "stats": "Stats", - "consoleTab": "Console", - "startContainerToAccess": "Start the container to access the console" + "noContainersMatchFilters": "आपके फ़िल्टर से कोई कंटेनर मेल नहीं खाता।", + "noContainersMatchFiltersHint": "अपनी खोज या फ़िल्टर के मानदंडों को समायोजित करने का प्रयास करें", + "containerMustBeRunningToViewStats": "आंकड़े देखने के लिए कंटेनर का चालू होना आवश्यक है।", + "failedToFetchStats": "कंटेनर सांख्यिकी प्राप्त करने में विफल", + "containerNotRunning": "कंटेनर नहीं चल रहा है", + "startContainerToViewStats": "आंकड़े देखने के लिए कंटेनर शुरू करें", + "loadingStats": "आंकड़े लोड हो रहे हैं...", + "errorLoadingStats": "सांख्यिकी लोड करने में त्रुटि", + "noStatsAvailable": "कोई आंकड़े उपलब्ध नहीं हैं", + "cpuUsage": "सीपीयू उपयोग", + "current": "मौजूदा", + "memoryUsage": "स्मृति प्रयोग", + "usedLimit": "उपयोग किया गया / सीमा", + "percentage": "को PERCENTAGE", + "networkIo": "नेटवर्क I/O", + "input": "इनपुट", + "output": "उत्पादन", + "blockIo": "ब्लॉक I/O", + "read": "पढ़ना", + "write": "लिखना", + "pids": "पीआईडी", + "containerInformation": "कंटेनर जानकारी", + "name": "नाम", + "id": "पहचान", + "state": "राज्य", + "disconnectedFromContainer": "कंटेनर से डिस्कनेक्ट हो गया", + "containerMustBeRunning": "कंसोल तक पहुँचने के लिए कंटेनर का चालू होना आवश्यक है।", + "authenticationRequired": "प्रमाणित करना", + "verificationCodePrompt": "सत्यापन कोड दर्ज करें", + "totpVerificationFailed": "टीओटीपी सत्यापन विफल रहा। कृपया पुनः प्रयास करें।", + "connectedTo": "{{containerName}}से जुड़ा हुआ", + "disconnected": "डिस्कनेक्ट किया गया", + "consoleError": "कंसोल त्रुटि", + "errorMessage": "त्रुटि: {{message}}", + "failedToConnect": "कंटेनर से कनेक्ट करने में विफल", + "console": "सांत्वना देना", + "selectShell": "शेल का चयन करें", + "bash": "दे घुमा के", + "sh": "श", + "ash": "राख", + "connecting": "कनेक्ट हो रहा है...", + "connect": "जोड़ना", + "disconnect": "डिस्कनेक्ट", + "notConnected": "जुड़े नहीं हैं", + "clickToConnect": "शेल सेशन शुरू करने के लिए कनेक्ट पर क्लिक करें", + "connectingTo": "{{containerName}}से कनेक्ट हो रहा है...", + "containerNotFound": "कंटेनर नहीं मिला", + "backToList": "सूची पर वापस जाएं", + "logs": "लॉग्स", + "stats": "आँकड़े", + "consoleTab": "सांत्वना देना", + "startContainerToAccess": "कंसोल तक पहुँचने के लिए कंटेनर को प्रारंभ करें" }, "theme": { - "switchToLight": "Switch to Light", - "switchToDark": "Switch to Dark" + "switchToLight": "लाइट पर स्विच करें", + "switchToDark": "डार्क मोड पर स्विच करें" } }