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.
 
 
 
 
 

147 lines
5.0 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"
},
"name": "Name",
"username": "Username",
"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"
},
"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"
},
"form": {
"actions": "Actions",
"save": "Save",
"revert": "Revert"
},
"password": "Password",
"zod": {
"generic": {
"required": "{0} is required",
"validNumber": "{0} must be a valid number",
"validString": "{0} must be a valid string",
"validBoolean": "{0} must be a valid boolean",
"validArray": "{0} must be a valid array",
"stringMin": "{0} must be at least {1} Character",
"numberMin": "{0} must be at least {1}"
},
"client": {
"id": "Client ID",
"name": "Name",
"expiresAt": "Expires At",
"address4": "IPv4 Address",
"address6": "IPv6 Address",
"serverAllowedIps": "Server Allowed IPs"
},
"user": {
"username": "Username",
"password": "Password",
"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",
"remember": "Remember",
"accept": "Accept",
"acceptTrue": "Accept Conditions to continue",
"name": "Name",
"email": "Email",
"emailInvalid": "Email must be a valid email",
"passwordMatch": "Passwords must match"
},
"userConfig": {
"host": "Host"
},
"general": {
"sessionTimeout": "Session Timeout",
"metricsEnabled": "Metrics",
"metricsPassword": "Metrics Password"
},
"interface": {
"cidr": "CIDR",
"device": "Device"
},
"otl": "One Time link",
"stringMalformed": "String is malformed",
"body": "Body must be a valid object",
"hook": "Hook",
"enabled": "Enabled",
"mtu": "MTU",
"port": "Port",
"persistentKeepalive": "Persistent Keepalive",
"address": "IP Address",
"dns": "DNS",
"allowedIps": "Allowed IPs",
"file": "File"
}
}