diff --git a/plugins/transforms/json/src/main/resources/org/apache/hop/pipeline/transforms/jsonoutputenhanced/messages/messages_en_US.properties b/plugins/transforms/json/src/main/resources/org/apache/hop/pipeline/transforms/jsonoutputenhanced/messages/messages_en_US.properties index b9d95dbfbd4..563e13bb24c 100644 --- a/plugins/transforms/json/src/main/resources/org/apache/hop/pipeline/transforms/jsonoutputenhanced/messages/messages_en_US.properties +++ b/plugins/transforms/json/src/main/resources/org/apache/hop/pipeline/transforms/jsonoutputenhanced/messages/messages_en_US.properties @@ -33,8 +33,8 @@ JsonOutputMeta.operationType.WriteToFile=Write to file JsonOutputDialog.OutputValue.Label=Output Value JsonOutputDialog.OutputValue.Tooltip=Name of the output field that will contain the resulting JSON structures JsonOutputDialog.FieldsTab.TabTitle=Fields -JsonOutputDialog.NrRowsInBloc.Label=Nr rows in a bloc -JsonOutputDialog.NrRowsInBloc.ToolTip=Specify here the number of rows in a bloc.\n0 means all the rows in the same unique bloc. +JsonOutputDialog.NrRowsInBloc.Label=Nr rows in a block +JsonOutputDialog.NrRowsInBloc.ToolTip=Specify here the number of rows in a block.\n0 means all the rows in the same unique block. JsonOutputDialog.Log.GettingFieldsInfo=getting fields info... JsonOutputDialog.Get.Button=\ &Get Fields JsonOutputDialog.GeneralTab.TabTitle=General @@ -49,7 +49,7 @@ JsonOutputMeta.CheckResult.FilesNotChecked=File specifications are not checked. JsonOutputDialog.Get.Tooltip=Get the fields as defined in previous transforms. JsonOutputDialog.Operation.Label=Operation JsonOutputMeta.CheckResult.ExpectedInputOk=Step is receiving info from other transforms. -JsonOutputDialog.BlocName.Label=JSON bloc name +JsonOutputDialog.BlocName.Label=JSON block name JsonOutputDialog.AddFileToResult.Tooltip=Select this option if you want to add File to the result Files name JsonOutputDialog.CreateParentFolder.Tooltip=Check this if you want to create parent folder\n when necessary. Otherwise, Apache Hop will throw an exception when parent folder doesn''t exist. JsonOutputDialog.AddTime.Label=Include time in filename? @@ -78,9 +78,9 @@ JsonOutputDialog.UseArrayWihSingleInstanceMode.Label=Force arrays in JSON JsonOutputDialog.UseArrayWihSingleInstanceMode.Tooltip=Force servialization of JSON Arrays even with a single occurrence in a list JsonOutputDialog.CompatibilityMode.Tooltip=Select this option to force generate JSON arrays even with lists with a single entry JsonOutput.Injection.OPERATION=The operation to perform (Output Value, Write to File, Output value and write to file) -JsonOutput.Injection.JSON_BLOC_NAME=The name of the Json Bloc -JsonOutput.Injection.BLOC_KEY_NAME=The field name to be considered as key for a specific bloc of data"), -JsonOutput.Injection.NR_ROWS_IN_BLOC=The number of rows in a bloc"), +JsonOutput.Injection.JSON_BLOC_NAME=The name of the Json Block +JsonOutput.Injection.BLOC_KEY_NAME=The field name to be considered as key for a specific block of data"), +JsonOutput.Injection.NR_ROWS_IN_BLOC=The number of rows in a block"), JsonOutput.Injection.OUTPUT_VALUE=The field to contain the output JSON"), JsonOutput.Injection.FILE_NAME=The output file name JsonOutput.Injection.APPEND=Append if the file exists? (Y/N) @@ -104,10 +104,10 @@ JsonOutput.Injection.JSON_FIELDNAME=Stream field name JsonOutput.Injection.JSON_ELEMENTNAME=Name of the JSON element JsonOutput.Injection.JSON_ISJSONFRAGMENT=Is this field's content a JSON Fragment? (Y/N) JsonOutput.Injection.JSON_REMOVEIFBLANK=Do not generate attribute if blank? (Y/N) -JsonOutputDialog.JSONPrittified.Label=Pritty Print JSON +JsonOutputDialog.JSONPrittified.Label=Pretty Print JSON JsonOutputDialog.splitOutputAfter.Label=Split JSON after n records JsonOutputDialog.splitOutputAfter.Tooltip=Number of records that will be present in a single JSON chunk. Default 0 means all records. -JsonOutputDialog.JSONPrittified.Tooltip=If enabled, produced JSON will be pritty printed. +JsonOutputDialog.JSONPrittified.Tooltip=If enabled, produced JSON will be pretty printed. JsonOutputDialog.KeyConfigTab.TabTitle=Group Key JsonOutputDialog.InputNeedSort.DialogTitle=Notice JsonOutputDialog.InputNeedSort.DialogMessage=If the incoming data is not sorted on the specified keys, JSON grouping will not work correctly. We recommend sorting the incoming data within the pipeline by the Group Key specified in JSON Output Transform.