UNPKG

@gorgo/medusa-feed-yandex

Version:

A Medusa plugin that generates a product feed in YML (Yandex Market Language) format

94 lines 2.37 kB
{ "$schema": "./$schema.json", "general": { "active": "Active", "inactive": "Inactive", "error": "Error", "success": "Success", "of": "of", "results": "results", "pages": "pages", "next": "Next", "prev": "Previous" }, "actions": { "create": "Create", "edit": "Edit", "delete": "Delete", "deleteFile": "Delete file", "save": "Save", "cancel": "Cancel", "launchNow": "Launch now" }, "dateTime": { "days": "d", "hours": "h", "minutes": "min" }, "feeds": { "domain": "Feeds", "subtitle": "Create feeds for scheduled data exports", "create": { "title": "Create feed", "description": "Create and manage feed settings." }, "fields": { "title": "Title", "fileName": "File name", "filePath": "File path", "lastExport": "Last export", "status": "Status", "schedule": "Export interval", "id": "ID", "feedUrl": "Feed link", "created": "Created", "updated": "Updated" }, "edit": { "title": "Edit feed", "description": "Update feed configuration." }, "toasts": { "exportLaunched": "Feed successfully launched", "categoriesSaved": "Categories saved successfully", "categoriesSaveFailed": "Failed to save categories" }, "prompts": { "deleteFeed": { "title": "Are you sure?", "description": "You are about to delete the feed. This action cannot be undone." }, "deleteFeedFile": { "title": "Are you sure?", "description": "You are about to delete the feed file. This action cannot be undone." } }, "tooltips": { "schedule": "Set the feed export interval" }, "activityContainer": { "title": "Activity", "subtitle": "If unchecked, the feed will not be exported on schedule." } }, "settings": { "shop": { "title": "Shop", "subtitle": "Shop data for the feed file", "fields": { "name": "Shop name", "company": "Company", "url": "Shop URL", "platform": "Platform" }, "edit": { "title": "Edit shop", "description": "Update shop data" } }, "categories": { "title": "Product categories", "subtitle": "Select product categories for export" } } }