All the UI fixes for now

This commit is contained in:
2026-04-11 17:21:52 +02:00
parent 1bd51ecb5d
commit c67259ebe0
15 changed files with 565 additions and 112 deletions

View File

@@ -50,7 +50,7 @@
"soulMd": "Personality (SOUL.md)",
"soulMdHint": "This defines how your assistant behaves. Markdown format. You can edit this later.",
"packages": "Packages",
"packagesHint": "Optional integrations. You can enable these later too.",
"packagesHint": "Optional integrations. Packages requiring credentials will ask for them inline. You can also enable these later.",
"billingTitle": "Billing information",
"billingDescription": "We need your billing address to set up invoicing. A payment provider will be integrated in the future.",
"billingCompany": "Company",
@@ -63,6 +63,7 @@
"confirmTitle": "Review & submit",
"confirmDescription": "Please review your setup. Your request will be reviewed by our team before provisioning.",
"confirmNote": "After submission, our team will review your request and billing details. You'll receive access once approved — typically within one business day.",
"credentialsProvided": "Credentials provided",
"submitRequest": "Submit request",
"back": "Back",
"next": "Next",
@@ -113,6 +114,10 @@
"seedingNote": "Workspace files are seeded on first boot. Updating on an existing instance triggers a ConfigMap update and pod restart."
},
"packages": {
"categories": {
"channels": "Channels",
"skills": "Skills"
},
"enable": "Enable",
"disable": "Disable",
"enableAndSave": "Enable & Save",
@@ -208,6 +213,8 @@
"deleteTitle": "Delete tenant",
"deleteWarning": "This will permanently delete the tenant, its namespace, secrets, and all associated data. This action cannot be undone.",
"confirmDelete": "Delete permanently",
"loadingTenants": "Loading tenants…"
"loadingTenants": "Loading tenants…",
"filter_deleted": "Deleted",
"filter_active": "Active"
}
}