This commit is contained in:
2026-08-23 22:52:13 +02:00
parent 8983cfc8a1
commit 296dc3c841
32 changed files with 2025 additions and 52 deletions
+30
View File
@@ -5828,4 +5828,34 @@ export const en: MessageDict = {
"admin.aiCalls.loadFailed": "Could not load AI calls.",
"admin.aiCalls.copyFailed": "Could not copy to clipboard.",
"common.copy": "Copy",
"products.edit.noCategoryFromFeed": "No category in feed",
"products.edit.attrsChangedCount": "{count} changed",
"products.edit.attrKey": "Attribute",
"products.edit.noAttributes": "No attributes on this product.",
"admin.nav.aiCosts": "AI costs",
"admin.aiCosts.title": "AI costs",
"admin.aiCosts.description": "What each tenant and user costs to run. Kept for {days} days.",
"admin.aiCosts.loadFailed": "Could not load AI costs.",
"admin.aiCosts.totalTitle": "Total spend",
"admin.aiCosts.rangeLabel": "{from} to {to}",
"admin.aiCosts.range": "Range",
"admin.aiCosts.lastNDays": "Last {count} days",
"admin.aiCosts.grandTotal": "Grand total",
"admin.aiCosts.calls": "Calls",
"admin.aiCosts.failedCalls": "{count} failed",
"admin.aiCosts.tokens": "Tokens",
"admin.aiCosts.cachedTokens": "{count} cached",
"admin.aiCosts.tenants": "Tenants",
"admin.aiCosts.usersCount": "{count} users",
"admin.aiCosts.byUser": "Cost by user",
"admin.aiCosts.byCompany": "Cost by company",
"admin.aiCosts.byModel": "Cost by model",
"admin.aiCosts.emptyTitle": "No spend recorded",
"admin.aiCosts.emptyBody": "Nothing was billed in this range.",
"admin.aiCosts.colName": "Name",
"admin.aiCosts.colCompany": "Company",
"admin.aiCosts.colIn": "Input",
"admin.aiCosts.colOut": "Output",
"admin.aiCosts.colCost": "Cost",
"admin.aiCosts.unattributed": "Unattributed",
};