Skip to content

Commit 54a7a94

Browse files
Update generated build files [skip ci]
1 parent 736d1e1 commit 54a7a94

5 files changed

Lines changed: 3481 additions & 3409 deletions

File tree

build/locales/en/schema.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"ExecutableNotebook_label": "Executable Notebook",
2222
"FeatureEnum_label": "Feature Enumeration",
2323
"HostTypeEnumeration_label": "Host Type Enumeration",
24+
"ImageObject_label": "Image object",
2425
"ImageObjectTagEnum_label": "Image Object Tag Enumeration",
2526
"ImagingModalityEnum_label": "Imaging Modality Enumeration",
2627
"IsPluginModuleOfEnum_label": "Plugin Module Enumeration",
@@ -32,7 +33,6 @@
3233
"DatasetSpecification_label": "Dataset Specification",
3334
"FundingInformation_label": "Funding Information",
3435
"SoftwareImage_label": "Software Image",
35-
"contentURL_label": "Content URL",
3636
"distribution_label": "Distribution",
3737
"AMD64_label": "AMD64",
3838
"ARM64_label": "ARM64",
@@ -162,6 +162,7 @@
162162
"author_label": "Author",
163163
"codeRepository_label": "Code repository",
164164
"conditionsOfAccess_label": "Conditions of access",
165+
"contentUrl_label": "Content URL",
165166
"defaultValue_label": "Default value",
166167
"encodingFormat_label": "Encoding format",
167168
"familyName_label": "Family name",
@@ -243,6 +244,7 @@
243244
"ExecutableNotebook_placeholder": "An object representing an executable notebook such as Jupyter Notebook",
244245
"FeatureEnum_placeholder": "Enumeration class for software features",
245246
"HostTypeEnumeration_placeholder": "Enumeration class for host type",
247+
"ImageObject_placeholder": "An image of the software, typically a screenshot, before/after or a logo.",
246248
"ImageObjectTagEnum_placeholder": "Enumeration class for image object tag",
247249
"ImagingModalityEnum_placeholder": "Enumeration class for imaging modality",
248250
"IsPluginModuleOfEnum_placeholder": "Enumeration class for plugin module",
@@ -254,7 +256,6 @@
254256
"DatasetSpecification_placeholder": "Class designed to describe a type of input or output used or produced by a model. For example, Topoflow has several inputs. One of them is a text file with precipitation values. The representation of this input is an instance of a dataset specification.",
255257
"FundingInformation_placeholder": "A class to represent the funding information of a software project",
256258
"SoftwareImage_placeholder": "An image that virtualizes the functionality of a given software. For example, a Docker container.",
257-
"contentURL_placeholder": "Actual bytes of the media object, for example the image file or video file.",
258259
"distribution_placeholder": "A downloadable form of this dataset, at a specific location, in a specific format.",
259260
"hasInput_placeholder": "Property that links a model configuration to the input types expected by it.",
260261
"hasOutput_placeholder": "Property that expresses what the outputs of a model are",
@@ -263,6 +264,7 @@
263264
"author_placeholder": "The author of the software, this can be organizations or people that are maintainers and/or producers of the software.",
264265
"codeRepository_placeholder": "Primary link to the repository where the un-compiled, human readable code and related code is located (GitLab, GitHub, CodePlex etc.).",
265266
"conditionsOfAccess_placeholder": "Conditions that affect the availability of, or method(s) of access to, an item. e.g. log-in required ",
267+
"contentUrl_placeholder": "Actual bytes of the media object, for example the image file or video file.",
266268
"defaultValue_placeholder": "The default value of the input. For properties that expect a literal, the default is a literal value, for properties that expect an object, it's an ID reference to one of the current values.",
267269
"encodingFormat_placeholder": "Expressed using a MIME format (http://www.iana.org/assignments/media-types/media-types.xhtml).",
268270
"familyName_placeholder": "Family name. In the U.S., the last name of a Person.",

0 commit comments

Comments
 (0)