You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
portainer/translations/en/translation.json

31 lines
765 B

{
"reactExample": {
"registries": {
"link": "Registries <strong>Link</strong>",
"useSref": "Registries useSref"
}
},
"users": {
"access-tokens": {
"create": {
"add-button": "Add access token",
"description-field-label": "Description",
"done-button": "Done",
"form": {
"description-field": {
"error": {
"required": "this field is required"
},
"label": "Description"
}
},
"new-access-token": {
"copy-button": "Copy access token",
"explanation": "Please copy the new access token. You won't be able to view the token again.",
"title": "New access token"
}
}
}
}
}