You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: messages/resources.json
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@
84
84
"personAccountSupportWarning": "The Plugin has detected that only the org % has the Person Account support enabled. For the proper handling of Person Accounts, you must enable PA suport for the both source and target orgs.",
85
85
86
86
"retrievingOrgMatadata": "Getting and analysing object metadata ...",
87
-
"retrievingObjectMetadata": "Retrieving metadata of the %s (%s) ...",
87
+
"retrievingObjectMetadata": "Fetching metadata of the %s (%s) ...",
88
88
"noExternalKey": "Object %s has no mandatory external Id field definition.",
89
89
"missingObjectInSource": "The object %s is missing in the Source.",
90
90
"missingObjectInTarget": "The object %s is missing in the Target.",
Copy file name to clipboardExpand all lines: src/addons/messages/sfdmuRunAddonMessages.ts
+34-34Lines changed: 34 additions & 34 deletions
Original file line number
Diff line number
Diff line change
@@ -10,50 +10,50 @@
10
10
exportenumSFDMU_RUN_ADDON_MESSAGES{
11
11
12
12
// Gneral -------------------------
13
-
General_CheckingArgs="Checking the args ...",
14
-
General_EventNotSupported="The event %s is not supported by the %s. Only %s event(s) supported. The Add-On execution has been aborted.",
15
-
General_ArgumentsCannotBeParsed="Error during parsing the Add-On arguments provided with the Script. The Add-On execution has been aborted.",
16
-
General_AddOnRuntimeError="Error occured during executing the Add-On module %s. Check the module source code (if it's a Custom Add-On Module) and the args passed.",
17
-
General_MissingRequiredArguments='Missing required arguments: %s. Can not start the Add-on.',
13
+
General_CheckingArgs="Checking the args ..",
14
+
General_EventNotSupported="The event %s is not supported by the %s. Only %s event(s) supported. The Add-On execution has been aborted",
15
+
General_ArgumentsCannotBeParsed="Error during parsing the Add-On arguments provided with the Script. The Add-On execution has been aborted",
16
+
General_AddOnRuntimeError="Error occured during executing the Add-On module %s. Check the module source code (if it's a Custom Add-On Module) and the args passed",
17
+
General_MissingRequiredArguments='Missing required arguments: %s. Can not start the Add-on',
ExportFiles_RecordsToBeProcessed='There are %s records to process',
25
+
ExportFiles_ProcessedRecords='Total %s records have been processed, %s records failed',
26
+
ExportFiles_TotalDataVolume='The total volume of the data to process: %s items of total %sMb',
27
+
ExportFiles_DataWillBeProcessedInChunksOfSize='The processed data was splitted into %s chunks with max size of %sMb each chunk',
28
+
ExportFiles_ProcessingChunk="Processing chunk #%s of %s items",
29
29
30
-
ExportFiles_TargetIsFileWarning='Cannot process Files on CSV sources or targets. Set a salesforce org as the Source and the Target.',
31
-
ExportFiles_CouldNotFindObjectToProcessWarning='Could not find object data to process.',
32
-
ExportFiles_ReadonlyOperationWarning='Cannot process Files on Readonly objects. Define another operation.',
30
+
ExportFiles_TargetIsFileWarning='Cannot process Files on CSV sources or targets. Set a salesforce org as the Source and the Target',
31
+
ExportFiles_CouldNotFindObjectToProcessWarning='Could not find object data to process',
32
+
ExportFiles_ReadonlyOperationWarning='Cannot process Files on Readonly objects. Define another operation',
33
33
34
-
ExportFiles_ReadTargetContentDocumentLinks='Retrieving target ContentDocumentLink records ...',
35
-
ExportFiles_ReadSourceFeedAttachments='Retrieving source FeedAttachment records ...',
36
-
ExportFiles_ReadTargetFeedAttachments='Retrieving target FeedAttachment records ...',
37
-
ExportFiles_DeleteTargetContentDocuments='Deleting target ContentDocument records ...',
34
+
ExportFiles_ReadTargetContentDocumentLinks='Fetching target ContentDocumentLink records ..',
35
+
ExportFiles_ReadSourceFeedAttachments='Fetching source FeedAttachment records ..',
36
+
ExportFiles_ReadTargetFeedAttachments='Fetching target FeedAttachment records ..',
37
+
ExportFiles_DeleteTargetContentDocuments='Deleting target ContentDocument records ..',
38
38
ExportFiles_NoSourceRecords='There are no linked source records found to process.',
39
-
ExportFiles_ReadTargetContentVersions='Retrieving target ContentVersion records ...',
40
-
ExportFiles_ReadSourceContentDocumentLinks='Retrieving source ContentDocumentLink records ...',
41
-
ExportFiles_ReadSourceContentVersions='Retrieving source ContentVersion records ...',
42
-
ExportFiles_ExportingContentVersions='Transferring ContentVersion binary data ...',
43
-
ExportFiles_ExportingContentDocumentLinks='Creating target ContentDocumentLink records ...',
44
-
ExportFiles_ExportingFeedAttachments='Create target FeedAttachment records ...',
45
-
ExportFiles_NothingToProcess="There is no data to export.",
46
-
ExportFiles_NothingToUpdate="The target Files were deleted. There is no data to Update. Define another operation.",
39
+
ExportFiles_ReadTargetContentVersions='Fetching target ContentVersion records ..',
40
+
ExportFiles_ReadSourceContentDocumentLinks='Fetching source ContentDocumentLink records ..',
41
+
ExportFiles_ReadSourceContentVersions='Fetching source ContentVersion records ..',
42
+
ExportFiles_ExportingContentVersions='Transferring ContentVersion binary data ..',
43
+
ExportFiles_ExportingContentDocumentLinks='Creating target ContentDocumentLink records ..',
44
+
ExportFiles_ExportingFeedAttachments='Create target FeedAttachment records ..',
45
+
ExportFiles_NothingToProceed="There are no records to proceed",
46
+
ExportFiles_NothingToUpdate="The target Files were deleted. There is no data to Update. Define another operation",
47
47
48
48
49
49
// RecordsTransform Addon ----------------------
50
-
RecordsTransform_SourceTaskNotFound="[WARN] [Field %s]: The task associated with the sobject %s has not been found. The field will be skipped.",
51
-
RecordsTransform_SourceFieldNotFound="[WARN] [Field %s]: This field was not found in the source records of the sobject %s. The field will be skipped.",
52
-
RecordsTransform_TargetFieldNotFound="[WARN] [Field %s]: This field was not found in the target records of the sobject %s. The field will be skipped.",
50
+
RecordsTransform_SourceTaskNotFound="[WARN] [Field %s]: The task associated with the sobject %s has not been found. The field will be skipped",
51
+
RecordsTransform_SourceFieldNotFound="[WARN] [Field %s]: This field was not found in the source records of the sobject %s. The field will be skipped",
52
+
RecordsTransform_TargetFieldNotFound="[WARN] [Field %s]: This field was not found in the target records of the sobject %s. The field will be skipped",
53
53
54
54
55
-
RecordsTransform_CreatingMappingScheme="Creating the transformation map ...",
56
-
RecordsTransform_Tranforming="Transforming records ...",
55
+
RecordsTransform_CreatingMappingScheme="Creating the transformation map ..",
56
+
RecordsTransform_Tranforming="Transforming records ..",
0 commit comments