This commit is contained in:
2026-08-24 03:41:06 +02:00
parent a246ed8fe5
commit 8a690a0464
22 changed files with 1253 additions and 358 deletions
+23
View File
@@ -5858,4 +5858,27 @@ export const en: MessageDict = {
"admin.aiCosts.colOut": "Output",
"admin.aiCosts.colCost": "Cost",
"admin.aiCosts.unattributed": "Unattributed",
"products.edit.added": "Added",
"products.edit.notInFeed": "not in feed",
"products.edit.attrsAddedCount": "{count} added",
"products.edit.seoMeta": "SEO meta",
"products.edit.metaTitle": "Meta title",
"products.edit.metaDescription": "Meta description",
"products.edit.attrState": "Change",
"products.edit.attrState.added": "Added",
"products.edit.attrState.changed": "Changed",
"products.edit.attrState.removed": "Removed",
"products.edit.attrAliasHint": "Same value stored under these other attribute names",
"products.edit.attrsAllUnchanged": "All {count} attributes match the feed.",
"products.edit.showUnchanged": "Show {count} unchanged",
"products.edit.hideUnchanged": "Hide unchanged",
"products.edit.alsoStoredAs": "+{count} alias",
"products.edit.attrsAddedHeading": "Added by enrichment ({count})",
"products.edit.attrsChangedHeading": "Changed from feed ({count})",
"products.edit.attrsShowUnchanged": "Show {count} unchanged",
"products.edit.attrsHideUnchanged": "Hide {count} unchanged",
"products.edit.metaNotGenerated": "not generated",
"products.edit.metaLengthHint": "title 50-60 / description 120-155 characters",
"products.edit.seoMetaDisabled": "Not used",
"products.edit.seoMetaDisabledHint": "SEO meta is turned off for this company, so processing does not generate it.",
};