mirror of
https://github.com/portainer/portainer.git
synced 2025-08-06 06:15:22 +02:00
feat(i18n): add support for multiple languages (#6270)
feat(users): add i18n to create access token chore(app): remove test code
This commit is contained in:
parent
87dda810fc
commit
8e45076f35
10 changed files with 460 additions and 44 deletions
30
translations/en/translation.json
Normal file
30
translations/en/translation.json
Normal file
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue