Files
homarr/public/locales/en/manage/migrate.json
2024-12-17 18:39:57 +01:00

33 lines
1.4 KiB
JSON

{
"metaTitle": "Migrate to 1.0",
"pageTitle": "Migrate boards, integrations and users",
"description": "Exports your boards and users to a ZIP-Archive to migrate them to Homarr after version 1.0.0",
"securityNote": {
"title": "Security Note",
"text": "When exporting users and integrations it will also open a modal with an encryption key. This key is required to import the data into Homarr. Keep it safe and do not share it with anyone."
},
"form": {
"label": "Select everything you want to export",
"option": {
"boards": {
"label": "Export boards"
},
"integrations": {
"label": "Export integrations",
"description": "This will include encrypted credentials for integrations. Only available when exporting boards"
},
"users": {
"label": "Export users",
"description": "This will only export credential users, passwords hash and salt are encrypted"
}
}
},
"action": {
"export": "Export data"
},
"modal": {
"title": "Encryption key",
"description": "Your data has been exported. Keep this key safe and do not share it with anyone. You will need this key to import the data into Homarr.",
"copyDismiss": "Copy & dismiss"
}
}