49
49
"manageHosts" : " Manage and control hosts." ,
50
50
"settings" : " Settings" ,
51
51
"general" : " General" ,
52
- "core" : " Core" ,
52
+ "core" : " Core Configs " ,
53
53
"activeUsers" : " Active Users" ,
54
54
"apply" : " Apply" ,
55
55
"cancel" : " Cancel" ,
100
100
"core.socket.connecting" : " Connecting..." ,
101
101
"core.socket.not_connected" : " Not Connected" ,
102
102
"core.successMessage" : " Core settings updated successfully" ,
103
- "core.title" : " Core Settings" ,
103
+ "core.title" : " Core Configs Settings" ,
104
+ "core.toggleSuccess" : " Core \" {name}\" has been toggled successfully" ,
105
+ "core.toggleFailed" : " Failed to toggle core \" {name}\" " ,
106
+ "core.deleteSuccess" : " Core \" {name}\" has been deleted successfully" ,
107
+ "core.deleteFailed" : " Failed to delete core \" {name}\" " ,
108
+ "core.deleteConfirm" : " Are you sure you want to delete <b>{name}</b>?" ,
104
109
"createNewUser" : " Create new user" ,
105
110
"createUser" : " Create User" ,
106
111
"createGroup" : " Create Group" ,
423
428
"nodes.addNodeSuccess" : " Node {{name}} added successfully" ,
424
429
"nodes.apply" : " editNode" ,
425
430
"nodes.certificate" : " Certificate" ,
426
- "nodes.certificateCopied" : " Certificate copied to clipboard" ,
427
- "nodes.certificateDownloaded" : " Certificate downloaded successfully" ,
428
- "nodes.certificateDescription" : " To set up a node, you need to configure this certificate to establish a secure connection between the main server and the node" ,
429
- "nodes.connection-hint" : " To setup a Marzban Node, you need to set this certificate on the node to initialize a secure connection between main server and the node" ,
430
- "nodes.download-certificate" : " Download certificate" ,
431
431
"nodes.editNode" : " Update Node" ,
432
- "nodes.hide-certificate" : " Hide certificate" ,
433
432
"nodes.nodeAPIPort" : " API Port" ,
434
433
"nodes.nodeName" : " Name" ,
435
434
"nodes.nodePort" : " Port" ,
436
435
"nodes.reconnect" : " Reconnect" ,
437
436
"nodes.reconnecting" : " Reconnecting..." ,
438
- "nodes.show-certificate" : " Show certificate" ,
439
437
"nodes.title" : " Using Marzban-Node, you are able to scale up your connection quality by adding different nodes on different servers." ,
440
438
"nodes.usageCoefficient" : " Usage Ratio" ,
441
439
"on_hold" : " On Hold" ,
580
578
"certificate" : " Certificate" ,
581
579
"certificatePlaceholder" : " Enter certificate" ,
582
580
"status" : " Node Status" ,
583
- "statusCheck" : " Check Connection Status" ,
584
581
"statusCheckSuccess" : " Node is connected successfully" ,
585
582
"statusCheckFailed" : " Failed to connect to node" ,
586
- "statusChecking" : " Checking connection..." ,
587
583
"errorDetails" : " Error Details" ,
588
584
"connectionError" : " Connection Error" ,
589
585
"retryConnection" : " Retry Connection" ,
590
586
"configurationError" : " Configuration Error" ,
591
587
"validateConfig" : " Validate Configuration" ,
592
- "fillRequiredFields" : " Please fill out all required fields before checking status"
588
+ "fillRequiredFields" : " Please fill out all required fields before checking status" ,
589
+ "apiKey" : " API Key" ,
590
+ "apiKeyPlaceholder" : " Enter the node's API Key" ,
591
+ "generateUUID" : " Generate UUID" ,
592
+ "coreConfig" : " Core Configuration" ,
593
+ "hours" : " Hours" ,
594
+ "selectCoreConfig" : " Select Core Configuration" ,
595
+ "hideDetails" : " Hide Details" ,
596
+ "showDetails" : " Show Details" ,
597
+ "statusCheck" : " Check Status" ,
598
+ "statusChecking" : " Checking..."
593
599
},
594
600
"theme" : {
595
601
"toggle" : " Toggle theme" ,
596
602
"dark" : " Dark" ,
597
603
"light" : " Light" ,
598
604
"system" : " System"
599
- }
605
+ },
606
+ "coreConfigModal" : {
607
+ "addConfig" : " Add Core Configuration" ,
608
+ "createNewConfig" : " Create a new core configuration" ,
609
+ "editCore" : " Edit Core Configuration" ,
610
+ "invalidJson" : " Invalid JSON configuration" ,
611
+ "createSuccess" : " Core Configuration «{{name}}» has been created successfully" ,
612
+ "createFailed" : " Failed to create Core Configuration «{{name}}»" ,
613
+ "editSuccess" : " Core Configuration «{{name}}» has been updated successfully" ,
614
+ "editFailed" : " Failed to update Core Configuration «{{name}}»" ,
615
+ "keyPairGenerated" : " Key pair generated successfully" ,
616
+ "shortIdGenerated" : " Short ID generated successfully" ,
617
+ "shortId" : " Short ID" ,
618
+ "shortIdCopied" : " Short ID copied to clipboard" ,
619
+ "publicKeyCopied" : " Public key copied to clipboard" ,
620
+ "privateKeyCopied" : " Private key copied to clipboard" ,
621
+ "jsonConfig" : " JSON Configuration" ,
622
+ "editJson" : " Edit JSON configuration" ,
623
+ "name" : " Name" ,
624
+ "namePlaceholder" : " Enter configuration name" ,
625
+ "fallback" : " Fallback" ,
626
+ "selectFallback" : " Select fallback" ,
627
+ "excludedInbound" : " Excluded inbound" ,
628
+ "selectInbound" : " Select inbound" ,
629
+ "inbound" : " Inbound" ,
630
+ "generateKeyPair" : " Generate Key Pair" ,
631
+ "generateShortId" : " Generate Short ID" ,
632
+ "publicKey" : " Public Key" ,
633
+ "privateKey" : " Private Key"
634
+ },
635
+ "settings.cores" : {
636
+ "title" : " Cores" ,
637
+ "description" : " Manage Your Cores" ,
638
+ "addCore" : " Add Core" ,
639
+ "noCores" : " No cores available. Add one to get started." ,
640
+ "duplicateSuccess" : " Core config «{{name}}» duplicated successfully" ,
641
+ "duplicateFailed" : " Failed to duplicate core config «{{name}}»" ,
642
+ "deleteSuccess" : " Core has been deleted successfully" ,
643
+ "deleteFailed" : " Failed to delete core" ,
644
+ "duplicateInfo" : " Prepare to create a copy of «{{name}}». Make changes if needed and click Save." ,
645
+ "coreNotFound" : " Core not found"
646
+ },
647
+ "createdAt" : " Created at" ,
648
+ "toggle" : " Toggle status" ,
649
+ "close" : " Close" ,
650
+ "copy" : " Copy"
600
651
}
0 commit comments