Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .talismanrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,11 @@ fileignoreconfig:
- filename: skills/framework/references/framework-patterns.md
checksum: cae3858eea36c1f716ebe4a9679fc3d4eee628cb244cf4fc0a6eccbd8cecb36d
- filename: package-lock.json
checksum: 9b73c1e977f09964843bd5f7529ca8decb7e8b5ab462a4e9ab167ff2a05df53f
checksum: 459bff7a9ebcc605fa897611c89b63be3ac5ad784a976695e7ba1eb8068e1d71
- filename: test/unit/content-type-helper.test.ts
checksum: 50077110a6e9132f01a20c1dfbfe892f6440317c27ca3dc42a08dbfec8bd87a7
- filename: test/unit/dependency-resolver.test.ts
checksum: 059cd059f42a15d01429c0265e61d320739cf42bdc85d7e44f57d3472daec9bb
- filename: test/unit/query-executor.test.ts
checksum: abc9d421440c1ab4d507032b74139de92d0aeb46e1de8e8e46a5080fa3c140da
version: '1.0'
76 changes: 75 additions & 1 deletion messages/index.json
Original file line number Diff line number Diff line change
@@ -1 +1,75 @@
{}
{
"ASSET_EXPORT_COMPLETE": "Asset export process completed successfully",
"ASSET_FOLDERS_EXPORT_COMPLETE": "Asset folder structure exported successfully",
"ASSET_METADATA_EXPORT_COMPLETE": "Asset metadata exported successfully",
"ASSET_VERSIONED_METADATA_EXPORT_COMPLETE": "Versioned asset metadata exported successfully",
"ASSET_DOWNLOAD_COMPLETE": "Asset download completed successfully",
"ASSET_DOWNLOAD_SUCCESS": "Asset '%s' (UID: %s) downloaded successfully",
"ASSET_DOWNLOAD_FAILED": "Failed to download asset '%s' (UID: %s)",
"ASSET_WRITE_FAILED": "Failed to write asset file '%s' (UID: %s)",
"ASSET_QUERY_FAILED": "Failed to query asset data from the API",
"ASSET_VERSIONED_QUERY_FAILED": "Failed to query versioned asset data from the API",
"ASSET_COUNT_QUERY_FAILED": "Failed to retrieve total asset count",

"CONTENT_TYPE_EXPORT_COMPLETE": "Content types exported successfully",
"CONTENT_TYPE_NO_TYPES": "No content types found",
"CONTENT_TYPE_EXPORT_FAILED": "Failed to export content types",
"CONTENT_TYPE_NO_TYPES_RETURNED": "API returned no content types for the given query",

"ENVIRONMENT_EXPORT_COMPLETE": "Successfully exported %s environment(s)",
"ENVIRONMENT_EXPORT_SUCCESS": "Environment '%s' exported successfully",
"ENVIRONMENT_NOT_FOUND": "No environments found in the current stack",

"EXTENSION_EXPORT_COMPLETE": "Successfully exported %s extension(s)",
"EXTENSION_EXPORT_SUCCESS": "Extension '%s' exported successfully",
"EXTENSION_NOT_FOUND": "No extensions found in the current stack",

"GLOBAL_FIELDS_EXPORT_COMPLETE": "Successfully exported %s global field(s)",

"LABELS_EXPORT_COMPLETE": "Successfully exported %s label(s)",
"LABEL_EXPORT_SUCCESS": "Label '%s' exported successfully",
"LABELS_NOT_FOUND": "No labels found in the current stack",

"LOCALES_EXPORT_COMPLETE": "Successfully exported %s locale(s) including %s master locale(s)",

"TAXONOMY_EXPORT_COMPLETE": "Successfully exported %s taxonomy entries",
"TAXONOMY_EXPORT_SUCCESS": "Taxonomy '%s' exported successfully",
"TAXONOMY_NOT_FOUND": "No taxonomies found in the current stack",

"WEBHOOK_EXPORT_COMPLETE": "Successfully exported %s webhook(s)",
"WEBHOOK_EXPORT_SUCCESS": "Webhook '%s' exported successfully",
"WEBHOOK_NOT_FOUND": "No webhooks found in the current stack",

"WORKFLOW_EXPORT_COMPLETE": "Successfully exported %s workflow(s)",
"WORKFLOW_EXPORT_SUCCESS": "Workflow '%s' exported successfully",
"WORKFLOW_NOT_FOUND": "No workflows found in the current stack",

"PERSONALIZE_URL_NOT_SET": "Cannot export Personalize project: URL not configured",
"PERSONALIZE_SKIPPING_WITH_MANAGEMENT_TOKEN": "Skipping Personalize project export: Management token not supported",
"PERSONALIZE_MODULE_NOT_IMPLEMENTED": "Module '%s' implementation not found",
"PERSONALIZE_NOT_ENABLED": "Personalize feature is not enabled for this organization",

"MARKETPLACE_APPS_EXPORT_COMPLETE": "Successfully exported %s marketplace app(s)",
"MARKETPLACE_APP_CONFIG_EXPORT": "Exporting configuration for app '%s'",
"MARKETPLACE_APP_CONFIG_SUCCESS": "Successfully exported configuration for app '%s'",
"MARKETPLACE_APP_EXPORT_SUCCESS": "Successfully exported app '%s'",
"MARKETPLACE_APPS_NOT_FOUND": "No marketplace apps found in the current stack",
"MARKETPLACE_APP_CONFIG_EXPORT_FAILED": "Failed to export configuration for app '%s'",
"MARKETPLACE_APP_MANIFEST_EXPORT_FAILED": "Failed to export manifest for app '%s'",

"COMPOSABLE_STUDIO_EXPORT_START": "Starting Studio project export...",
"COMPOSABLE_STUDIO_NOT_FOUND": "No Studio project found for this stack",
"COMPOSABLE_STUDIO_EXPORT_COMPLETE": "Successfully exported Studio project '%s'",
"COMPOSABLE_STUDIO_EXPORT_FAILED": "Failed to export Studio project: %s",
"COMPOSABLE_STUDIO_AUTH_REQUIRED": "To export Studio projects, you must be logged in",

"ENTRIES_EXPORT_COMPLETE": "Successfully exported entries (Content Type: %s, Locale: %s)",
"ENTRIES_EXPORT_SUCCESS": "All entries exported successfully",
"ENTRIES_VERSIONED_EXPORT_SUCCESS": "Successfully exported versioned entry (Content Type: %s, UID: %s, Locale: %s)",
"ENTRIES_EXPORT_VERSIONS_FAILED": "Failed to export versions for content type '%s' (UID: %s)",

"BRANCH_EXPORT_FAILED": "Failed to export contents from branch (UID: %s)",

"ROLES_NO_CUSTOM_ROLES": "No custom roles found in the current stack",
"ROLES_EXPORTING_ROLE": "Exporting role '%s'"
}
Loading
Loading