|
11 | 11 | "ASSET_VERSIONED_QUERY_FAILED": "Failed to query versioned asset data from the API", |
12 | 12 | "ASSET_COUNT_QUERY_FAILED": "Failed to retrieve total asset count", |
13 | 13 |
|
14 | | -"CONTENT_TYPE_EXPORT_COMPLETE": "Content types exported successfully", |
15 | | -"CONTENT_TYPE_NO_TYPES": "No content types found", |
16 | | -"CONTENT_TYPE_EXPORT_FAILED": "Failed to export content types", |
17 | | -"CONTENT_TYPE_NO_TYPES_RETURNED": "API returned no content types for the given query", |
18 | | - |
19 | | -"ENVIRONMENT_EXPORT_COMPLETE": "Successfully exported %s environment(s)", |
20 | | -"ENVIRONMENT_EXPORT_SUCCESS": "Environment '%s' exported successfully", |
21 | | -"ENVIRONMENT_NOT_FOUND": "No environments found in the current stack", |
22 | | - |
23 | | -"EXTENSION_EXPORT_COMPLETE": "Successfully exported %s extension(s)", |
24 | | -"EXTENSION_EXPORT_SUCCESS": "Extension '%s' exported successfully", |
25 | | -"EXTENSION_NOT_FOUND": "No extensions found in the current stack", |
26 | | - |
27 | | -"GLOBAL_FIELDS_EXPORT_COMPLETE": "Successfully exported %s global field(s)", |
28 | | - |
29 | | -"LABELS_EXPORT_COMPLETE": "Successfully exported %s label(s)", |
30 | | -"LABEL_EXPORT_SUCCESS": "Label '%s' exported successfully", |
31 | | -"LABELS_NOT_FOUND": "No labels found in the current stack", |
32 | | - |
33 | | -"LOCALES_EXPORT_COMPLETE": "Successfully exported %s locale(s) including %s master locale(s)", |
34 | | - |
35 | | -"TAXONOMY_EXPORT_COMPLETE": "Successfully exported %s taxonomy entries", |
36 | | -"TAXONOMY_EXPORT_SUCCESS": "Taxonomy '%s' exported successfully", |
37 | | -"TAXONOMY_NOT_FOUND": "No taxonomies found in the current stack", |
38 | | - |
39 | | -"WEBHOOK_EXPORT_COMPLETE": "Successfully exported %s webhook(s)", |
40 | | -"WEBHOOK_EXPORT_SUCCESS": "Webhook '%s' exported successfully", |
41 | | -"WEBHOOK_NOT_FOUND": "No webhooks found in the current stack", |
42 | | - |
43 | | -"WORKFLOW_EXPORT_COMPLETE": "Successfully exported %s workflow(s)", |
44 | | -"WORKFLOW_EXPORT_SUCCESS": "Workflow '%s' exported successfully", |
45 | | -"WORKFLOW_NOT_FOUND": "No workflows found in the current stack", |
46 | | - |
47 | | -"PERSONALIZE_URL_NOT_SET": "Cannot export Personalize project: URL not configured", |
48 | | -"PERSONALIZE_SKIPPING_WITH_MANAGEMENT_TOKEN": "Skipping Personalize project export: Management token not supported", |
49 | | -"PERSONALIZE_MODULE_NOT_IMPLEMENTED": "Module '%s' implementation not found", |
50 | | -"PERSONALIZE_NOT_ENABLED": "Personalize feature is not enabled for this organization", |
51 | | - |
52 | | -"MARKETPLACE_APPS_EXPORT_COMPLETE": "Successfully exported %s marketplace app(s)", |
53 | | -"MARKETPLACE_APP_CONFIG_EXPORT": "Exporting configuration for app '%s'", |
54 | | -"MARKETPLACE_APP_CONFIG_SUCCESS": "Successfully exported configuration for app '%s'", |
55 | | -"MARKETPLACE_APP_EXPORT_SUCCESS": "Successfully exported app '%s'", |
56 | | -"MARKETPLACE_APPS_NOT_FOUND": "No marketplace apps found in the current stack", |
57 | | -"MARKETPLACE_APP_CONFIG_EXPORT_FAILED": "Failed to export configuration for app '%s'", |
58 | | -"MARKETPLACE_APP_MANIFEST_EXPORT_FAILED": "Failed to export manifest for app '%s'", |
59 | | - |
60 | | -"COMPOSABLE_STUDIO_EXPORT_START": "Starting Composable Studio project export...", |
61 | | -"COMPOSABLE_STUDIO_NOT_FOUND": "No Composable Studio project found for this stack", |
62 | | -"COMPOSABLE_STUDIO_EXPORT_COMPLETE": "Successfully exported Composable Studio project '%s'", |
63 | | -"COMPOSABLE_STUDIO_EXPORT_FAILED": "Failed to export Composable Studio project: %s", |
64 | | -"COMPOSABLE_STUDIO_AUTH_REQUIRED": "To export Composable Studio projects, you must be logged in", |
65 | | - |
66 | | -"ENTRIES_EXPORT_COMPLETE": "Successfully exported entries (Content Type: %s, Locale: %s)", |
67 | | -"ENTRIES_EXPORT_SUCCESS": "All entries exported successfully", |
68 | | -"ENTRIES_VERSIONED_EXPORT_SUCCESS": "Successfully exported versioned entry (Content Type: %s, UID: %s, Locale: %s)", |
69 | | -"ENTRIES_EXPORT_VERSIONS_FAILED": "Failed to export versions for content type '%s' (UID: %s)", |
70 | | - |
71 | | -"BRANCH_EXPORT_FAILED": "Failed to export contents from branch (UID: %s)", |
| 14 | + "CONTENT_TYPE_EXPORT_COMPLETE": "Content types exported successfully", |
| 15 | + "CONTENT_TYPE_NO_TYPES": "No content types found", |
| 16 | + "CONTENT_TYPE_EXPORT_FAILED": "Failed to export content types", |
| 17 | + "CONTENT_TYPE_NO_TYPES_RETURNED": "API returned no content types for the given query", |
| 18 | + |
| 19 | + "ENVIRONMENT_EXPORT_COMPLETE": "Successfully exported %s environment(s)", |
| 20 | + "ENVIRONMENT_EXPORT_SUCCESS": "Environment '%s' exported successfully", |
| 21 | + "ENVIRONMENT_NOT_FOUND": "No environments found in the current stack", |
| 22 | + |
| 23 | + "EXTENSION_EXPORT_COMPLETE": "Successfully exported %s extension(s)", |
| 24 | + "EXTENSION_EXPORT_SUCCESS": "Extension '%s' exported successfully", |
| 25 | + "EXTENSION_NOT_FOUND": "No extensions found in the current stack", |
| 26 | + |
| 27 | + "GLOBAL_FIELDS_EXPORT_COMPLETE": "Successfully exported %s global field(s)", |
| 28 | + |
| 29 | + "LABELS_EXPORT_COMPLETE": "Successfully exported %s label(s)", |
| 30 | + "LABEL_EXPORT_SUCCESS": "Label '%s' exported successfully", |
| 31 | + "LABELS_NOT_FOUND": "No labels found in the current stack", |
| 32 | + |
| 33 | + "LOCALES_EXPORT_COMPLETE": "Successfully exported %s locale(s) including %s master locale(s)", |
| 34 | + |
| 35 | + "TAXONOMY_EXPORT_COMPLETE": "Successfully exported %s taxonomy entries", |
| 36 | + "TAXONOMY_EXPORT_SUCCESS": "Taxonomy '%s' exported successfully", |
| 37 | + "TAXONOMY_NOT_FOUND": "No taxonomies found in the current stack", |
| 38 | + |
| 39 | + "WEBHOOK_EXPORT_COMPLETE": "Successfully exported %s webhook(s)", |
| 40 | + "WEBHOOK_EXPORT_SUCCESS": "Webhook '%s' exported successfully", |
| 41 | + "WEBHOOK_NOT_FOUND": "No webhooks found in the current stack", |
| 42 | + |
| 43 | + "WORKFLOW_EXPORT_COMPLETE": "Successfully exported %s workflow(s)", |
| 44 | + "WORKFLOW_EXPORT_SUCCESS": "Workflow '%s' exported successfully", |
| 45 | + "WORKFLOW_NOT_FOUND": "No workflows found in the current stack", |
| 46 | + |
| 47 | + "PERSONALIZE_URL_NOT_SET": "Cannot export Personalize project: URL not configured", |
| 48 | + "PERSONALIZE_SKIPPING_WITH_MANAGEMENT_TOKEN": "Skipping Personalize project export: Management token not supported", |
| 49 | + "PERSONALIZE_MODULE_NOT_IMPLEMENTED": "Module '%s' implementation not found", |
| 50 | + "PERSONALIZE_NOT_ENABLED": "Personalize feature is not enabled for this organization", |
| 51 | + |
| 52 | + "MARKETPLACE_APPS_EXPORT_COMPLETE": "Successfully exported %s marketplace app(s)", |
| 53 | + "MARKETPLACE_APP_CONFIG_EXPORT": "Exporting configuration for app '%s'", |
| 54 | + "MARKETPLACE_APP_CONFIG_SUCCESS": "Successfully exported configuration for app '%s'", |
| 55 | + "MARKETPLACE_APP_EXPORT_SUCCESS": "Successfully exported app '%s'", |
| 56 | + "MARKETPLACE_APPS_NOT_FOUND": "No marketplace apps found in the current stack", |
| 57 | + "MARKETPLACE_APP_CONFIG_EXPORT_FAILED": "Failed to export configuration for app '%s'", |
| 58 | + "MARKETPLACE_APP_MANIFEST_EXPORT_FAILED": "Failed to export manifest for app '%s'", |
| 59 | + |
| 60 | + "COMPOSABLE_STUDIO_EXPORT_START": "Starting Studio project export...", |
| 61 | + "COMPOSABLE_STUDIO_NOT_FOUND": "No Studio project found for this stack", |
| 62 | + "COMPOSABLE_STUDIO_EXPORT_COMPLETE": "Successfully exported Studio project '%s'", |
| 63 | + "COMPOSABLE_STUDIO_EXPORT_FAILED": "Failed to export Studio project: %s", |
| 64 | + "COMPOSABLE_STUDIO_AUTH_REQUIRED": "To export Studio projects, you must be logged in", |
| 65 | + |
| 66 | + "ENTRIES_EXPORT_COMPLETE": "Successfully exported entries (Content Type: %s, Locale: %s)", |
| 67 | + "ENTRIES_EXPORT_SUCCESS": "All entries exported successfully", |
| 68 | + "ENTRIES_VERSIONED_EXPORT_SUCCESS": "Successfully exported versioned entry (Content Type: %s, UID: %s, Locale: %s)", |
| 69 | + "ENTRIES_EXPORT_VERSIONS_FAILED": "Failed to export versions for content type '%s' (UID: %s)", |
| 70 | + |
| 71 | + "BRANCH_EXPORT_FAILED": "Failed to export contents from branch (UID: %s)", |
72 | 72 |
|
73 | 73 | "ROLES_NO_CUSTOM_ROLES": "No custom roles found in the current stack", |
74 | 74 | "ROLES_EXPORTING_ROLE": "Exporting role '%s'", |
|
0 commit comments