feat: add releases widget (#2497)
Co-authored-by: Andre Silva <asilva01@acuitysso.com> Co-authored-by: Meier Lukas <meierschlumpf@gmail.com> Co-authored-by: Manuel <30572287+manuel-rw@users.noreply.github.com>
This commit is contained in:
@@ -2052,6 +2052,85 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"releases": {
|
||||
"name": "Releases",
|
||||
"description": "Displays a list of the current version of the given repositories with the given version regex.",
|
||||
"option": {
|
||||
"newReleaseWithin": {
|
||||
"label": "New Release Within",
|
||||
"description": "Usage example: 1w (1 week), 10m (10 months). Accepted unit types h (hours), d (days), w (weeks), m (months), y (years). Leave empty for no highlighting of new releases."
|
||||
},
|
||||
"staleReleaseWithin": {
|
||||
"label": "Stale Release Within",
|
||||
"description": "Usage example: 1w (1 week), 10m (10 months). Accepted unit types h (hours), d (days), w (weeks), m (months), y (years). Leave empty for no highlighting of stale releases."
|
||||
},
|
||||
"showOnlyHighlighted": {
|
||||
"label": "Show Only Highlighted",
|
||||
"description": "Show only new or stale releases. As per the above."
|
||||
},
|
||||
"showDetails": {
|
||||
"label": "Show Details"
|
||||
},
|
||||
"repositories": {
|
||||
"label": "Repositories",
|
||||
"addRRepository": {
|
||||
"label": "Add repository"
|
||||
},
|
||||
"provider": {
|
||||
"label": "Provider"
|
||||
},
|
||||
"identifier": {
|
||||
"label": "Identifier",
|
||||
"placeholder": "Name or Owner/Name"
|
||||
},
|
||||
"versionFilter": {
|
||||
"label": "Version Filter",
|
||||
"prefix": {
|
||||
"label": "Prefix"
|
||||
},
|
||||
"precision": {
|
||||
"label": "Precision",
|
||||
"options": {
|
||||
"none": "None"
|
||||
}
|
||||
},
|
||||
"suffix": {
|
||||
"label": "Suffix"
|
||||
},
|
||||
"regex": {
|
||||
"label": "Regular Expression"
|
||||
}
|
||||
},
|
||||
"edit": {
|
||||
"label": "Edit"
|
||||
},
|
||||
"editForm": {
|
||||
"title": "Edit Repository",
|
||||
"cancel": {
|
||||
"label": "Cancel"
|
||||
},
|
||||
"confirm": {
|
||||
"label": "Confirm"
|
||||
}
|
||||
},
|
||||
"example": {
|
||||
"label": "Example"
|
||||
},
|
||||
"invalid": "Invalid repository definition, please check the values"
|
||||
}
|
||||
},
|
||||
"not-found": "Not Found",
|
||||
"pre-release": "Pre-Release",
|
||||
"archived": "Archived",
|
||||
"forked": "Forked",
|
||||
"starsCount": "Stars",
|
||||
"forksCount": "Forks",
|
||||
"issuesCount": "Open Issues",
|
||||
"openProjectPage": "Open Project Page",
|
||||
"openReleasePage": "Open Release Page",
|
||||
"releaseDescription": "Release Description",
|
||||
"created": "Created"
|
||||
},
|
||||
"networkControllerSummary": {
|
||||
"option": {},
|
||||
"card": {
|
||||
|
||||
Reference in New Issue
Block a user