Timestamp and registration checking
This commit is contained in:
@@ -34,7 +34,8 @@
|
||||
"footer": "Your data is hosted exclusively on-premises in Switzerland.",
|
||||
"successTitle": "Registration received",
|
||||
"successDescription": "You will receive an invitation email with a link to set your password and verify your email address. Once completed, you can sign in to set up your AI assistant.",
|
||||
"goToLogin": "Go to Sign In"
|
||||
"goToLogin": "Go to Sign In",
|
||||
"duplicateDomain": "An account for the email domain {domain} is already registered. Please contact your company administrator to be invited, or reach out to PieCed IT support if you believe this is in error."
|
||||
},
|
||||
"onboarding": {
|
||||
"loading": "Loading status…",
|
||||
@@ -81,7 +82,8 @@
|
||||
"phase": "Phase",
|
||||
"readyTitle": "Your assistant is ready!",
|
||||
"readyDescription": "Your AI assistant has been provisioned and is running. You can now manage it from the dashboard.",
|
||||
"goToDashboard": "Go to Dashboard"
|
||||
"goToDashboard": "Go to Dashboard",
|
||||
"submittedAt": "Submitted"
|
||||
},
|
||||
"dashboard": {
|
||||
"title": "Dashboard",
|
||||
@@ -99,7 +101,8 @@
|
||||
"packages": "Packages",
|
||||
"workspaceFiles": "Workspace Files",
|
||||
"notFound": "Tenant not found.",
|
||||
"usage": "Usage & Spend"
|
||||
"usage": "Usage & Spend",
|
||||
"provisioned": "Provisioned"
|
||||
},
|
||||
"usage": {
|
||||
"inputTokens": "Input Tokens",
|
||||
@@ -191,6 +194,7 @@
|
||||
"agentName": "Agent",
|
||||
"status": "Status",
|
||||
"submitted": "Submitted",
|
||||
"updated": "Updated",
|
||||
"actions": "Actions",
|
||||
"noRequests": "No requests found.",
|
||||
"loadingRequests": "Loading requests…",
|
||||
|
||||
Reference in New Issue
Block a user