feat(releases-widget): define providers as integrations (#3253)
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
This commit is contained in:
@@ -937,6 +937,10 @@
|
||||
"label": "Realm",
|
||||
"newLabel": "New realm"
|
||||
},
|
||||
"personalAccessToken": {
|
||||
"label": "Personal Access Token",
|
||||
"newLabel": "New Personal Access Token"
|
||||
},
|
||||
"topic": {
|
||||
"label": "Topic",
|
||||
"newLabel": "New topic"
|
||||
@@ -2288,7 +2292,11 @@
|
||||
"example": {
|
||||
"label": "Example"
|
||||
},
|
||||
"invalid": "Invalid repository definition, please check the values"
|
||||
"invalid": "Invalid repository definition, please check the values",
|
||||
"noProvider": {
|
||||
"label": "No Provider",
|
||||
"tooltip": "The provider could not be parsed, please manually set it after importing the images"
|
||||
}
|
||||
}
|
||||
},
|
||||
"not-found": "Not Found",
|
||||
@@ -2304,8 +2312,12 @@
|
||||
"created": "Created",
|
||||
"error": {
|
||||
"label": "Error",
|
||||
"options": {
|
||||
"noMatchingVersion": "No matching version found"
|
||||
"messages": {
|
||||
"invalidIdentifier": "Invalid identifier",
|
||||
"noMatchingVersion": "No matching version found",
|
||||
"noReleasesFound": "No releases found",
|
||||
"noProviderSeleceted": "No provider selected",
|
||||
"noProviderResponse": "No response from provider"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user