mirror of
https://github.com/Termix-SSH/Termix.git
synced 2026-07-15 21:03:47 +00:00
feat: continue migrating content for ui redesign
This commit is contained in:
+35
-1
@@ -3364,7 +3364,41 @@
|
||||
"apiKeyActive": "Active",
|
||||
"apiKeyUsageHint": "Include your key in the",
|
||||
"apiKeyUsageHintHeader": "header.",
|
||||
"apiKeyPermissionsHint": "Keys inherit the permissions of the creating user."
|
||||
"apiKeyPermissionsHint": "Keys inherit the permissions of the creating user.",
|
||||
"roleUser": "User",
|
||||
"authMethodDual": "Dual Auth",
|
||||
"authMethodOidc": "OIDC",
|
||||
"totpSetupFailed": "Failed to start TOTP setup",
|
||||
"totpEnter6Digits": "Enter a 6-digit code",
|
||||
"totpEnabledSuccess": "Two-factor authentication enabled",
|
||||
"totpInvalidCode": "Invalid code, please try again",
|
||||
"totpDisableInputRequired": "Enter your TOTP code or password",
|
||||
"totpDisabledSuccess": "Two-factor authentication disabled",
|
||||
"totpDisableFailed": "Failed to disable 2FA",
|
||||
"totpDisableTitle": "Disable 2FA",
|
||||
"totpDisablePlaceholder": "Enter TOTP code or password",
|
||||
"totpDisableConfirm": "Disable 2FA",
|
||||
"totpContinueVerify": "Continue to Verify",
|
||||
"totpVerifyTitle": "Verify Code",
|
||||
"totpBackupTitle": "Backup Codes",
|
||||
"totpDownloadBackup": "Download Backup Codes",
|
||||
"done": "Done",
|
||||
"secretCopied": "Secret copied to clipboard",
|
||||
"apiKeyNameRequired": "Key name is required",
|
||||
"apiKeyCreated": "API key \"{{name}}\" created",
|
||||
"apiKeyCreateFailed": "Failed to create API key",
|
||||
"apiKeyUser": "User",
|
||||
"apiKeyExpires": "Expires",
|
||||
"apiKeyRevoked": "API key \"{{name}}\" revoked",
|
||||
"apiKeyRevokeFailed": "Failed to revoke API key",
|
||||
"passwordFieldsRequired": "Current and new passwords are required",
|
||||
"passwordMismatch": "Passwords do not match",
|
||||
"passwordTooShort": "Password must be at least 6 characters",
|
||||
"passwordUpdated": "Password updated successfully",
|
||||
"passwordUpdateFailed": "Failed to update password",
|
||||
"deletePasswordRequired": "Password is required to delete your account",
|
||||
"deleteFailed": "Failed to delete account",
|
||||
"deleting": "Deleting..."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user