mirror of
https://github.com/perfect-panel/ppanel-web.git
synced 2026-02-06 11:40:28 -05:00
39 lines
1.2 KiB
JSON
39 lines
1.2 KiB
JSON
{
|
|
"address": "Address",
|
|
"cancel": "Cancel",
|
|
"confirm": "Confirm",
|
|
"confirmDeleteDesc": "This action cannot be undone.",
|
|
"confirmDeleteTitle": "Delete this node?",
|
|
"copied": "Copied",
|
|
"copy": "Copy",
|
|
"create": "Create",
|
|
"created": "Created",
|
|
"delete": "Delete",
|
|
"deleted": "Deleted",
|
|
"drawerCreateTitle": "Create Node",
|
|
"drawerEditTitle": "Edit Node",
|
|
"edit": "Edit",
|
|
"enabled": "Enabled",
|
|
"enabled_off": "Disabled",
|
|
"enabled_on": "Enabled",
|
|
"errors": {
|
|
"nameRequired": "Please enter a name",
|
|
"serverRequired": "Please select a server",
|
|
"serverAddrRequired": "Please enter an entry address",
|
|
"protocolRequired": "Please select a protocol",
|
|
"portRange": "Port must be between 1 and 65535"
|
|
},
|
|
"name": "Name",
|
|
"pageTitle": "Nodes",
|
|
"port": "Port",
|
|
"protocol": "Protocol",
|
|
"select_protocol": "Select protocol…",
|
|
"select_server": "Select server…",
|
|
"server": "Server",
|
|
"sorted_success": "Sorted successfully",
|
|
"tags": "Tags",
|
|
"tags_description": "Permission grouping tag (incl. plan binding and delivery policies).",
|
|
"tags_placeholder": "Use Enter or comma (,) to add multiple tags",
|
|
"updated": "Updated"
|
|
}
|