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.
57 lines
2.1 KiB
57 lines
2.1 KiB
{
|
|
"setup": {
|
|
"welcome": "Welcome to your first setup of wg-easy !",
|
|
"msg": "Please first enter an admin username and a strong secure password. This information will be used to log in to your administration panel.",
|
|
"newPassword": "New Password",
|
|
"accept": "I accept the condition",
|
|
"submitBtn": "Create admin account",
|
|
"usernameCondition": "The username must contain at least 8 characters.",
|
|
"passwordCondition": "The password must contain at least 12 characters, including 1 uppercase letter, 1 lowercase letter, 1 digit, and 1 special character.",
|
|
"usernamePlaceholder": "Administrator",
|
|
"passwordPlaceholder": "Strong password"
|
|
},
|
|
"name": "Name",
|
|
"username": "Username",
|
|
"password": "Password",
|
|
"signIn": "Sign In",
|
|
"logout": "Logout",
|
|
"updateAvailable": "There is an update available!",
|
|
"update": "Update",
|
|
"clients": "Clients",
|
|
"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."
|
|
}
|
|
|