mirror of https://github.com/wg-easy/wg-easy
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
142 lines
6.1 KiB
142 lines
6.1 KiB
{
|
|
"pages": {
|
|
"me": "Account",
|
|
"clients": "Clients"
|
|
},
|
|
"me": {
|
|
"sectionGeneral": "General",
|
|
"sectionPassword": "Password"
|
|
},
|
|
"email": "E-Mail",
|
|
"save": "Save",
|
|
"updatePassword": "Update Password",
|
|
"currentPassword": "Current Password",
|
|
"confirmPassword": "Confirm Password",
|
|
"setup": {
|
|
"welcome": "Welcome to your first setup of wg-easy !",
|
|
"messageWelcome": {
|
|
"whatIs": "You have found the easiest way to install and manage WireGuard on any Linux host!",
|
|
"warning": "First of all, make sure you have a backup of your data if you want to migrate your users to your new wg-easy.",
|
|
"next": "Click on the arrow button to proceed to the next step."
|
|
},
|
|
"messageSetupLanguage": "Please choose a language for the setup.",
|
|
"messageSetupCreateAdminUser": "Please first enter an admin username and a strong secure password. This information will be used to log in to your administration panel.",
|
|
"messageSetupHostPort": "Please enter the host and port information. This will be used for the client configuration when setting up WireGuard on their devices.",
|
|
"messageSetupMigration": "Please provide the backup file if you want to migrate your data from your previous wg-easy version to your new setup.",
|
|
"messageSetupValidation": "Welcome to wg-easy ! The easiest way to run WireGuard VPN and Web-based Admin UI.",
|
|
"emptyFields": "The fields are required",
|
|
"chooseLang": "Select a language...",
|
|
"newPassword": "New Password",
|
|
"accept": "I accept the condition",
|
|
"submitBtn": "Create admin account",
|
|
"usernamePlaceholder": "Administrator",
|
|
"passwordPlaceholder": "Strong password",
|
|
"requirements": "Setup requirements",
|
|
"host": "Host",
|
|
"hostPlaceholder": "wg-easy.example.com",
|
|
"port": "Port",
|
|
"portPlaceholder": "443",
|
|
"migration": "Restore the backup"
|
|
},
|
|
"zod": {
|
|
"stringMalformed": "String is malformed",
|
|
"id": "Client ID must be a valid UUID",
|
|
"address": "IP Address must be a valid string",
|
|
"addressMin": "IP Address must be a be at least 1 Character",
|
|
"address4": "IPv4 Address must be a valid string",
|
|
"address4Min": "IPv4 Address must be a be at least 1 Character",
|
|
"address6": "IPv6 Address must be a valid string",
|
|
"address6Min": "IPv6 Address must be a be at least 1 Character",
|
|
"allowedIps": "Allowed IPs must be a valid array of strings",
|
|
"allowedIpsMin": "Allowed IPs must have at least 1 item",
|
|
"serverAllowedIps": "Allowed IPs must be a valid array of strings",
|
|
"name": "Name must be a valid string",
|
|
"nameMin": "Name must be at least 1 Character",
|
|
"mtu": "MTU must be a valid number",
|
|
"mtuMin": "MTU must be at least 1280",
|
|
"mtuMax": "MTU must be at most 9000",
|
|
"persistentKeepalive": "Persistent Keepalive must be a valid number",
|
|
"persistentKeepaliveMin": "Persistent Keepalive must be at least 0",
|
|
"persistentKeepaliveMax": "Persistent Keepalive must be at most 65535",
|
|
"file": "File must be a valid string",
|
|
"username": "Username must be a valid string",
|
|
"usernameMin": "Username must be at least 8 Characters",
|
|
"password": "Password must be a valid string",
|
|
"passwordMin": "Password must be at least 12 Characters",
|
|
"passwordUppercase": "Password must have at least 1 uppercase letter",
|
|
"passwordLowercase": "Password must have at least 1 lowercase letter",
|
|
"passwordNumber": "Password must have at least 1 number",
|
|
"passwordSpecial": "Password must have at least 1 special character",
|
|
"accept": "Please accept the condition",
|
|
"remember": "Remember must be a valid boolean",
|
|
"expireDate": "expiredDate must be a valid string",
|
|
"expireDateMin": "expiredDate must be at least 1 Character",
|
|
"otl": "oneTimeLink must be a valid string",
|
|
"otlMin": "oneTimeLink must be at least 1 Character",
|
|
"features": "key must be a valid string",
|
|
"ftBool": "enabled must be a valid boolean",
|
|
"ftObj": "value must be a valid object",
|
|
"ftObj2": "features must be a valid record",
|
|
"stat": "statistics must be a valid object",
|
|
"statBool": "enabled must be a valid boolean",
|
|
"statNumber": "chartType must be a valid number",
|
|
"body": "Body must be a valid object",
|
|
"host": "Host must be a valid string",
|
|
"hostMin": "Host must contain at least 1 character",
|
|
"port": "Port must be a valid number",
|
|
"portMin": "Port must be at least 1",
|
|
"portMax": "Port must be at most 65535",
|
|
"sessionTimeout": "Session Timeout must be a valid number",
|
|
"device": "Device must be a valid string",
|
|
"deviceMin": "Device must be at least 1 Character",
|
|
"hook": "Hook must be a valid string",
|
|
"dns": "DNS must be a valid array of strings"
|
|
},
|
|
"name": "Name",
|
|
"username": "Username",
|
|
"password": "Password",
|
|
"signIn": "Sign In",
|
|
"logout": "Logout",
|
|
"updateAvailable": "There is an update available!",
|
|
"update": "Update",
|
|
"new": "New",
|
|
"deleteClient": "Delete Client",
|
|
"deleteDialog1": "Are you sure you want to delete",
|
|
"deleteDialog2": "This action cannot be undone.",
|
|
"cancel": "Cancel",
|
|
"create": "Create",
|
|
"createdOn": "Created on ",
|
|
"lastSeen": "Last seen on ",
|
|
"totalDownload": "Total Download: ",
|
|
"totalUpload": "Total Upload: ",
|
|
"newClient": "New Client",
|
|
"disableClient": "Disable Client",
|
|
"enableClient": "Enable Client",
|
|
"noClients": "There are no clients yet.",
|
|
"noPrivKey": "This client has no known private key. Cannot create Configuration.",
|
|
"showQR": "Show QR Code",
|
|
"downloadConfig": "Download Configuration",
|
|
"madeBy": "Made by",
|
|
"donate": "Donate",
|
|
"toggleCharts": "Show/hide Charts",
|
|
"theme": {
|
|
"dark": "Dark theme",
|
|
"light": "Light theme",
|
|
"system": "System theme"
|
|
},
|
|
"restore": "Restore",
|
|
"backup": "Backup",
|
|
"titleRestoreConfig": "Restore your configuration",
|
|
"titleBackupConfig": "Backup your configuration",
|
|
"rememberMe": "Remember me",
|
|
"titleRememberMe": "Stay logged after closing the browser",
|
|
"sort": "Sort",
|
|
"ExpireDate": "Expire Date",
|
|
"Permanent": "Permanent",
|
|
"OneTimeLink": "Generate short one time link",
|
|
"errorInit": "Initialization failed.",
|
|
"error": {
|
|
"clear": "Clear",
|
|
"login": "Log in error"
|
|
}
|
|
}
|
|
|