Restore account settings page
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"passwordLengthHint": "Password length must be 6-20 characters"
|
||||
}
|
||||
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"title": "API Token",
|
||||
"deviceManagement": "Device Management",
|
||||
"description": "Create personal access tokens for automation calls.",
|
||||
"loadError": "Failed to load tokens",
|
||||
"nameRequired": "Please enter token name",
|
||||
"createError": "Failed to create token",
|
||||
"createToken": "Create Token",
|
||||
"tokenName": "Token Name",
|
||||
"tokenNamePlaceholder": "Enter token name",
|
||||
"expirationDate": "Expiration",
|
||||
"neverExpiresHint": "Leave empty for no expiration",
|
||||
"tokenDescription": "Description",
|
||||
"tokenDescriptionPlaceholder": "Enter description",
|
||||
"tokenCreated": "Token Created",
|
||||
"tokenWarning": "Copy and save this token now. It will not be shown again.",
|
||||
"revokeTitle": "Revoke Token",
|
||||
"revokeConfirm": "Revoke token \"{0}\"?",
|
||||
"confirmRevoke": "Revoke",
|
||||
"revokeSuccess": "Token revoked",
|
||||
"revokeToken": "Revoke Token",
|
||||
"copy": "Copy",
|
||||
"copied": "Copied",
|
||||
"copySuccess": "Copied to clipboard",
|
||||
"copyError": "Copy failed",
|
||||
"neverExpires": "Never expires",
|
||||
"expired": "Expired",
|
||||
"expiresSoon": "Expires in {0} days",
|
||||
"createdAt": "Created",
|
||||
"lastUsed": "Last used",
|
||||
"empty": "No tokens",
|
||||
"days7": "7 days",
|
||||
"days30": "30 days",
|
||||
"days60": "60 days",
|
||||
"days90": "90 days",
|
||||
"days365": "1 year"
|
||||
}
|
||||
@@ -11,6 +11,7 @@
|
||||
"positionManagement": "Position Management",
|
||||
"roleManagement": "Role Permission",
|
||||
"userCenter": "User Center",
|
||||
"accountSettings": "Account Settings",
|
||||
"loginLog": "Login Log",
|
||||
"databaseManagement": "Database Management",
|
||||
"dbManagement": "DB Management",
|
||||
|
||||
Reference in New Issue
Block a user