2023-02-12 23:13:04 +01:00
{
2023-07-25 21:37:12 +02:00
"general" : {
"pagination" : {
"size" : "Number of Elements" ,
"all" : "All (slow)"
} ,
"search" : {
"placeholder" : "Search..." ,
"button" : "Search"
} ,
"select-all" : "Select all" ,
"yes" : "Yes" ,
"no" : "No" ,
"cancel" : "Cancel" ,
"close" : "Close" ,
"save" : "Save" ,
"delete" : "Delete"
} ,
"login" : {
"headline" : "Please sign in" ,
"username" : {
"label" : "Username" ,
"placeholder" : "Please enter your username"
} ,
"password" : {
"label" : "Password" ,
"placeholder" : "Please enter your password"
} ,
"button" : "Sign in"
} ,
2023-02-12 23:13:04 +01:00
"menu" : {
"home" : "Home" ,
"interfaces" : "Interfaces" ,
"users" : "Users" ,
2023-07-20 23:17:32 +02:00
"lang" : "Toggle Language" ,
"profile" : "My Profile" ,
2023-07-25 21:37:12 +02:00
"login" : "Login" ,
2023-07-20 23:17:32 +02:00
"logout" : "Logout"
2023-02-12 23:13:04 +01:00
} ,
"home" : {
2023-07-25 21:37:12 +02:00
"headline" : "WireGuard® VPN Portal" ,
"info-headline" : "More Information" ,
2023-02-12 23:13:04 +01:00
"abstract" : "WireGuard® is an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography. It aims to be faster, simpler, leaner, and more useful than IPsec, while avoiding the massive headache. It intends to be considerably more performant than OpenVPN." ,
"installation" : {
2023-07-25 21:37:12 +02:00
"box-header" : "WireGuard Installation" ,
"headline" : "Installation" ,
"content" : "Installation instructions for client software can be found on the official WireGuard website." ,
2023-02-12 23:13:04 +01:00
"btn" : "Open Instructions"
} ,
"about-wg" : {
2023-07-25 21:37:12 +02:00
"box-header" : "About WireGuard" ,
"headline" : "About" ,
"content" : "WireGuard® is an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography." ,
"button" : "More"
2023-02-12 23:13:04 +01:00
} ,
"about-portal" : {
2023-07-25 21:37:12 +02:00
"box-header" : "About WireGuard Portal" ,
"headline" : "WireGuard Portal" ,
"content" : "WireGuard Portal is a simple, web based configuration portal for WireGuard." ,
"button" : "More"
2023-02-12 23:13:04 +01:00
} ,
"profiles" : {
2023-07-25 21:37:12 +02:00
"headline" : "VPN Profiles" ,
2023-02-12 23:13:04 +01:00
"abstract" : "You can access and download your personal VPN configurations via your Userprofile." ,
2023-07-25 21:37:12 +02:00
"content" : "To find all your configured profiles click on the button below." ,
"button" : "Open my profile"
2023-02-12 23:13:04 +01:00
} ,
"admin" : {
2023-07-25 21:37:12 +02:00
"headline" : "Administration Area" ,
2023-02-12 23:13:04 +01:00
"abstract" : "In the administration area you can manage WireGuard peers and the server interface as well as users that are allowed to log in to the WireGuard Portal." ,
2023-07-25 21:37:12 +02:00
"content" : "To find all your configured profiles click on the button below." ,
"button-admin" : "Open Server Administration" ,
"button-user" : "Open User Administration"
2023-02-12 23:13:04 +01:00
}
} ,
"interfaces" : {
2023-07-25 21:37:12 +02:00
"headline" : "Interface Administration" ,
"headline-peers" : "Current VPN Peers" ,
"headline-endpoints" : "Current Endpoints" ,
"no-interface" : {
"default-selection" : "No Interface available" ,
"headline" : "No interfaces found..." ,
"abstract" : "Click the plus button above to create a new WireGuard interface."
} ,
"no-peer" : {
"headline" : "No peers available" ,
"abstract" : "Currently, there are no peers available for the selected WireGuard interface."
} ,
"table-heading" : {
2023-07-20 23:17:32 +02:00
"name" : "Name" ,
"user" : "User" ,
"ip" : "IP's" ,
"endpoint" : "Endpoint" ,
2023-07-25 21:37:12 +02:00
"status" : "Status"
2023-02-12 23:13:04 +01:00
} ,
2023-07-25 21:37:12 +02:00
"interface" : {
"headline" : "Interface status for" ,
2023-02-12 23:13:04 +01:00
"mode" : "mode" ,
"key" : "Public Key" ,
"endpoint" : "Public Endpoint" ,
"port" : "Listening Port" ,
"peers" : "Enabled Peers" ,
2023-07-25 21:37:12 +02:00
"total-peers" : "Total Peers" ,
"endpoints" : "Enabled Endpoints" ,
"total-endpoints" : "Total Endpoints" ,
2023-02-12 23:13:04 +01:00
"ip" : "IP Address" ,
2023-07-25 21:37:12 +02:00
"default-allowed-ip" : "Default allowed IPs" ,
"dns" : "DNS Servers" ,
"mtu" : "MTU" ,
"default-keep-alive" : "Default Keepalive Interval" ,
"button-show-config" : "Show configuration" ,
"button-download-config" : "Download configuration" ,
"button-store-config" : "Store configuration for wg-quick" ,
"button-edit" : "Edit interface"
2023-02-12 23:13:04 +01:00
} ,
2023-07-25 21:37:12 +02:00
"button-add-interface" : "Add Interface" ,
"button-add-peer" : "Add Peer" ,
"button-add-peers" : "Add Multiple Peers" ,
"button-show-peer" : "Show Peer" ,
"button-edit-peer" : "Edit Peer" ,
"peer-disabled" : "Peer is disabled, reason:" ,
"peer-expiring" : "Peer is expiring at" ,
"peer-connected" : "Connected" ,
"peer-not-connected" : "Not Connected" ,
"peer-handshake" : "Last handshake:"
} ,
"users" : {
"headline" : "User Administration" ,
"table-heading" : {
"id" : "ID" ,
"email" : "E-Mail" ,
"firstname" : "Firstname" ,
"lastname" : "Lastname" ,
"source" : "Source" ,
"peers" : "Peers" ,
"admin" : "Admin"
2023-02-12 23:13:04 +01:00
} ,
2023-07-25 21:37:12 +02:00
"no-user" : {
"headline" : "No users available" ,
"abstract" : "Currently, there are no users registered with WireGuard Portal."
2023-02-12 23:13:04 +01:00
} ,
2023-07-25 21:37:12 +02:00
"button-add-user" : "Add User" ,
"button-show-user" : "Show User" ,
"button-edit-user" : "Edit User" ,
"user-disabled" : "User is disabled, reason:" ,
"user-locked" : "Account is locked, reason:" ,
"admin" : "User has administrator privileges" ,
"no-admin" : "User has no administrator privileges"
2023-02-12 23:13:04 +01:00
} ,
2023-07-20 23:17:32 +02:00
"profile" : {
2023-07-25 21:37:12 +02:00
"headline" : "My VPN Peers" ,
"table-heading" : {
2023-07-20 23:17:32 +02:00
"name" : "Name" ,
"ip" : "IP's" ,
"stats" : "Status" ,
"interface" : "Server Interface"
2023-07-25 21:37:12 +02:00
} ,
"no-peer" : {
"headline" : "No peers available" ,
"abstract" : "Currently, there are no peers associated with your user profile."
} ,
"peer-connected" : "Connected" ,
"button-add-peer" : "Add Peer" ,
"button-show-peer" : "Show Peer" ,
"button-edit-peer" : "Edit Peer"
2023-07-20 23:17:32 +02:00
} ,
2023-02-12 23:13:04 +01:00
"modals" : {
2023-07-25 21:37:12 +02:00
"user-view" : {
"headline" : "User Account:" ,
"tab-user" : "Information" ,
"tab-peers" : "Peers" ,
"headline-info" : "User Information:" ,
"headline-notes" : "Notes:" ,
"email" : "E-Mail" ,
"firstname" : "Firstname" ,
"lastname" : "Lastname" ,
"phone" : "Phone number" ,
"department" : "Department" ,
"disabled" : "Account Disabled" ,
"locked" : "Account Locked" ,
"no-peers" : "User has no associated peers." ,
"peers" : {
"name" : "Name" ,
"interface" : "Interface" ,
"ip" : "IP's"
}
} ,
"user-edit" : {
"headline-edit" : "Edit user:" ,
"headline-new" : "New user" ,
"header-general" : "General" ,
"header-personal" : "User Information" ,
"header-notes" : "Notes" ,
"header-state" : "State" ,
"identifier" : {
"label" : "Identifier" ,
"placeholder" : "The unique user identifier"
} ,
"source" : {
"label" : "Source" ,
"placeholder" : "The user source"
} ,
"password" : {
"label" : "Password" ,
"placeholder" : "A super secret password" ,
"description" : "Leave this field blank to keep current password."
} ,
"email" : {
"label" : "Email" ,
"placeholder" : "The email address"
} ,
"phone" : {
"label" : "Phone" ,
"placeholder" : "The phone number"
} ,
"department" : {
"label" : "Department" ,
"placeholder" : "The department"
} ,
"firstname" : {
"label" : "Firstname" ,
"placeholder" : "Firstname"
} ,
"lastname" : {
"label" : "Lastname" ,
"placeholder" : "Lastname"
} ,
"notes" : {
"label" : "Notes" ,
"placeholder" : ""
} ,
"disabled" : {
"label" : "Disabled (no WireGuard connection and no login possible)"
} ,
"locked" : {
"label" : "Locked (no login possible, WireGuard connections still work)"
} ,
"admin" : {
"label" : "Is Admin"
}
} ,
"interface-view" : {
"headline" : "Config for Interface:"
} ,
"interface-edit" : {
2023-07-31 17:37:08 +02:00
"headline-edit" : "Edit Interface:" ,
"headline-new" : "New Interface" ,
"tab-interface" : "Interface" ,
"tab-peerdef" : "Peer Defaults" ,
"header-general" : "General" ,
"header-network" : "Network" ,
"header-crypto" : "Cryptography" ,
"header-hooks" : "Interface Hooks" ,
"header-peer-hooks" : "Hooks" ,
"header-state" : "State" ,
"identifier" : {
"label" : "Identifier" ,
"placeholder" : "The unique interface identifier"
} ,
"mode" : {
"label" : "Interface Mode" ,
"server" : "Server Mode" ,
"client" : "Client Mode" ,
"any" : "Unknown Mode"
} ,
"display-name" : {
"label" : "Display Name" ,
"placeholder" : "The descriptive name for the interface"
} ,
"private-key" : {
"label" : "Private Key" ,
"placeholder" : "The private key"
} ,
"public-key" : {
"label" : "Public Key" ,
"placeholder" : "The public key"
} ,
"ip" : {
"label" : "IP Addresses" ,
"placeholder" : "IP Addresses (CIDR format)"
} ,
"listen-port" : {
"label" : "Listen Port" ,
"placeholder" : "The listening port"
} ,
"dns" : {
"label" : "DNS Server" ,
"placeholder" : "The DNS servers that should be used"
} ,
"dns-search" : {
"label" : "DNS Search Domains" ,
"placeholder" : "DNS search prefixes"
} ,
"mtu" : {
"label" : "MTU" ,
"placeholder" : "The interface MTU (0 = keep default)"
} ,
"firewall-mark" : {
"label" : "Firewall Mark" ,
"placeholder" : "Firewall mark that is applied to outgoing traffic. (0 = automatic)"
} ,
"routing-table" : {
"label" : "Routing Table" ,
"placeholder" : "The routing table ID" ,
"description" : "Special cases: off = do not manage routes, 0 = automatic"
} ,
"pre-up" : {
"label" : "Pre-Up" ,
"placeholder" : "One or multiple bash commands"
} ,
"post-up" : {
"label" : "Post-Up" ,
"placeholder" : "One or multiple bash commands"
} ,
"pre-down" : {
"label" : "Pre-Down" ,
"placeholder" : "One or multiple bash commands"
} ,
"post-down" : {
"label" : "Post-Down" ,
"placeholder" : "One or multiple bash commands"
} ,
"disabled" : {
"label" : "Interface Disabled"
} ,
"save-config" : {
"label" : "Automatically save wg-quick config"
}
2023-07-25 21:37:12 +02:00
} ,
"peer-view" : {
"headline-peer" : "Peer:" ,
"headline-endpoint" : "Endpoint:" ,
"section-info" : "Peer Information" ,
"section-status" : "Current Status" ,
"section-config" : "Configuration" ,
"identifier" : "Identifier" ,
"ip" : "IP Addresses" ,
"user" : "Associated User" ,
"notes" : "Notes" ,
"expiry-status" : "Expires At" ,
"disabled-status" : "Disabled At" ,
"traffic" : "Traffic" ,
"connection-status" : "Connection Stats" ,
"upload" : "Uploaded Bytes (from Server to Peer)" ,
"download" : "Downloaded Bytes (from Peer to Server)" ,
"pingable" : "Is Pingable" ,
"handshake" : "Last Handshake" ,
"connected-since" : "Connected since" ,
"endpoint" : "Endpoint" ,
"button-download" : "Download configuration" ,
"button-email" : "Send configuration via E-Mail"
} ,
"peer-edit" : {
"privatekey" : "Private Key"
} ,
"peer-multi-create" : {
2023-02-12 23:13:04 +01:00
"privatekey" : "Private Key"
2023-07-20 23:17:32 +02:00
}
2023-02-12 23:13:04 +01:00
}
}