hint:'When enabled, fixes the session ID in metadata.user_id for 15 minutes, making upstream think requests come from the same session'
}
},
expired:'Expired',
...
...
@@ -1931,7 +1950,43 @@ export default {
cacheCreationTokens:'Cache Creation Tokens',
cacheReadTokens:'Cache Read Tokens',
failedToLoad:'Failed to load usage records',
ipAddress:'IP'
billingType:'Billing Type',
allBillingTypes:'All Billing Types',
billingTypeBalance:'Balance',
billingTypeSubscription:'Subscription',
ipAddress:'IP',
cleanup:{
button:'Cleanup',
title:'Cleanup Usage Records',
warning:'Cleanup is irreversible and will affect historical stats.',
submit:'Submit Cleanup',
submitting:'Submitting...',
confirmTitle:'Confirm Cleanup',
confirmMessage:'Are you sure you want to submit this cleanup task? This action cannot be undone.',
confirmSubmit:'Confirm Cleanup',
cancel:'Cancel',
cancelConfirmTitle:'Confirm Cancel',
cancelConfirmMessage:'Are you sure you want to cancel this cleanup task?',
cancelConfirm:'Confirm Cancel',
cancelSuccess:'Cleanup task canceled',
cancelFailed:'Failed to cancel cleanup task',
recentTasks:'Recent Cleanup Tasks',
loadingTasks:'Loading tasks...',
noTasks:'No cleanup tasks yet',
range:'Range',
deletedRows:'Deleted',
missingRange:'Please select a date range',
submitSuccess:'Cleanup task created',
submitFailed:'Failed to create cleanup task',
loadFailed:'Failed to load cleanup tasks',
status:{
pending:'Pending',
running:'Running',
succeeded:'Succeeded',
failed:'Failed',
canceled:'Canceled'
}
}
},
// Ops Monitoring
...
...
@@ -2741,7 +2796,9 @@ export default {
homeContent:'Home Page Content',
homeContentPlaceholder:'Enter custom content for the home page. Supports Markdown & HTML. If a URL is entered, it will be displayed as an iframe.',
homeContentHint:'Customize the home page content. Supports Markdown/HTML. If you enter a URL (starting with http:// or https://), it will be used as an iframe src to embed an external page. When set, the default status information will no longer be displayed.',
homeContentIframeWarning:'⚠️ iframe mode note: Some websites have X-Frame-Options or CSP security policies that prevent embedding in iframes. If the page appears blank or shows an error, please verify the target website allows embedding, or consider using HTML mode to build your own content.'
homeContentIframeWarning:'⚠️ iframe mode note: Some websites have X-Frame-Options or CSP security policies that prevent embedding in iframes. If the page appears blank or shows an error, please verify the target website allows embedding, or consider using HTML mode to build your own content.',
hideCcsImportButton:'Hide CCS Import Button',
hideCcsImportButtonHint:'When enabled, the "Import to CCS" button will be hidden on the API Keys page'