Skip to content

Commit

Permalink
Fixed properties files
Browse files Browse the repository at this point in the history
  • Loading branch information
bjosel committed Jan 15, 2024
1 parent d0ca2fa commit e3969f7
Show file tree
Hide file tree
Showing 6 changed files with 350 additions and 344 deletions.
300 changes: 150 additions & 150 deletions src/main/java/propertyFiles/EngMeta.properties

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions src/main/java/propertyFiles/archive.properties
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
metadatablock.name=archive
metadatablock.displayName=Archival Metadata
datasetfieldtype.archiveActiveUntil.title=Active Until
datasetfieldtype.archiveActiveUntil.description=Active Until
datasetfieldtype.archiveActiveUntil.watermark=Active Until
datasetfieldtype.archiveActiveUntil.description=A date (YYYY-MM-DD) up to which the data set is in the active state
datasetfieldtype.archiveActiveUntil.watermark=YYYY-MM-DD
datasetfieldtype.archiveArchivedFrom.title=Archived From
datasetfieldtype.archiveArchivedFrom.description=Archived From
datasetfieldtype.archiveArchivedFrom.watermark=Archived From
datasetfieldtype.archiveArchivedFrom.description=A date (YYYY-MM-DD) from whith the data set is archived
datasetfieldtype.archiveArchivedFrom.watermark=YYYY-MM-DD
datasetfieldtype.archiveArchivedFor.title=Archived For
datasetfieldtype.archiveArchivedFor.description=Archived For
datasetfieldtype.archiveArchivedFor.watermark=Archived For
datasetfieldtype.archiveArchivedFor.description=The period for which the record is to be archived.
datasetfieldtype.archiveArchivedFor.watermark=
datasetfieldtype.archiveArchivedAt.title=Archived At
datasetfieldtype.archiveArchivedAt.description=Archived At
datasetfieldtype.archiveArchivedAt.watermark=Archived At
datasetfieldtype.archiveArchivedAt.description=The location where the files are archived
datasetfieldtype.archiveArchivedAt.watermark=URL
controlledvocabulary.archiveArchivedFor.1_year=1 year
controlledvocabulary.archiveArchivedFor.3_years=3 years
controlledvocabulary.archiveArchivedFor.5_years=5 years
Expand Down
10 changes: 8 additions & 2 deletions src/main/java/propertyFiles/codeMeta20.properties
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
metadatablock.name=codeMeta20
metadatablock.displayName=Software Metadata (CodeMeta 2.0)
metadatablock.displayName=Software Metadata (CodeMeta v2.0)
datasetfieldtype.codeVersion.title=Software Version
datasetfieldtype.codeVersion.description=Version of the software instance, usually following some convention like SemVer etc.
datasetfieldtype.codeVersion.watermark=e.g. 0.2.1 or 1.3 or 2021.1 etc
datasetfieldtype.developmentStatus.title=Development Status
datasetfieldtype.developmentStatus.description=Description of development status, e.g. work in progress (wip), active, etc. See repostatus.org for more information.
datasetfieldtype.developmentStatus.watermark= Development Status
datasetfieldtype.developmentStatus.watermark=
datasetfieldtype.codeRepository.title=Code Repository
datasetfieldtype.codeRepository.description=Link to the repository where the un-compiled, human-readable code and related code is located (SVN, GitHub, CodePlex, institutional GitLab instance, Gitea, etc.).
datasetfieldtype.codeRepository.watermark=e.g. https://github.com/user/project
Expand Down Expand Up @@ -39,6 +39,9 @@ datasetfieldtype.softwareRequirements.watermark=e.g. Pandas 1.4.3
datasetfieldtype.softwareRequirementsInfoUrl.title=Info URL
datasetfieldtype.softwareRequirementsInfoUrl.description=Link to required software/library homepage or documentation (ideally also versioned)
datasetfieldtype.softwareRequirementsInfoUrl.watermark=e.g. https://pandas.pydata.org/pandas-docs/version/1.4.3
datasetfieldtype.softwareRequirementsUrl.title=Download URL
datasetfieldtype.softwareRequirementsUrl.description=Link to required software/library
datasetfieldtype.softwareRequirementsUrl.watermark=https://...
datasetfieldtype.softwareSuggestionsItem.title=Software Suggestions
datasetfieldtype.softwareSuggestionsItem.description=Optional dependencies, e.g. for optional features, code development, etc.
datasetfieldtype.softwareSuggestionsItem.watermark=
Expand All @@ -48,6 +51,9 @@ datasetfieldtype.softwareSuggestions.watermark=e.g. Sphinx 5.0.2
datasetfieldtype.softwareSuggestionsInfoUrl.title=Info URL
datasetfieldtype.softwareSuggestionsInfoUrl.description=Link to optional software/library homepage or documentation (ideally also versioned)
datasetfieldtype.softwareSuggestionsInfoUrl.watermark=e.g. https://www.sphinx-doc.org
datasetfieldtype.softwareSuggestionsUrl.title=Download URL
datasetfieldtype.softwareSuggestionsUrl.description=Link to optional software/library
datasetfieldtype.softwareSuggestionsUrl.watermark=https://...
datasetfieldtype.memoryRequirements.title=Memory Requirements
datasetfieldtype.memoryRequirements.description=Minimum memory requirements.
datasetfieldtype.memoryRequirements.watermark=
Expand Down
Loading

0 comments on commit e3969f7

Please sign in to comment.