Files
homarr/public/locales/en/manage/index.json
2023-08-06 14:12:39 +02:00

23 lines
689 B
JSON

{
"metaTitle": "Manage",
"hero": {
"title": "Welcome back, {{username}}",
"fallbackUsername": "Anonymous",
"subtitle": "Welcome to Your Application Hub. Organize, Optimize and Conquer!"
},
"quickActions": {
"title": "Quick actions",
"boards": {
"title": "Your boards",
"subtitle": "Create and manage your boards"
},
"inviteUsers": {
"title": "Invite a new user",
"subtitle": "Create and send an invitation for registration"
},
"manageUsers": {
"title": "Manage users",
"subtitle": "Delete and manage your users"
}
}
}