searchUsers:'Search by email, username, notes, or API key...',
allRoles:'All Roles',
allRoles:'All Roles',
allStatus:'All Status',
allStatus:'All Status',
admin:'Admin',
admin:'Admin',
...
@@ -1777,10 +1777,17 @@ export default {
...
@@ -1777,10 +1777,17 @@ export default {
authCodeHint:'You can copy the entire URL or just the code parameter value, the system will auto-detect',
authCodeHint:'You can copy the entire URL or just the code parameter value, the system will auto-detect',
failedToGenerateUrl:'Failed to generate Antigravity auth URL',
failedToGenerateUrl:'Failed to generate Antigravity auth URL',
missingExchangeParams:'Missing code, session ID, or state',
missingExchangeParams:'Missing code, session ID, or state',
failedToExchangeCode:'Failed to exchange Antigravity auth code'
failedToExchangeCode:'Failed to exchange Antigravity auth code',
// Refresh Token auth
refreshTokenAuth:'Manual RT',
refreshTokenDesc:'Enter your existing Antigravity Refresh Token. Supports batch input (one per line). The system will automatically validate and create accounts.',
refreshTokenPlaceholder:'Paste your Antigravity Refresh Token...\nSupports multiple tokens, one per line',
validating:'Validating...',
validateAndCreate:'Validate & Create',
pleaseEnterRefreshToken:'Please enter Refresh Token',
failedToValidateRT:'Failed to validate Refresh Token'