All checks were successful
Build Flutter Web and Docker Image for Local Registry / Build Flutter Web App (push) Successful in 3m12s
18 lines
697 B
Plaintext
18 lines
697 B
Plaintext
{
|
|
"homeDialogContent": "This is the Home dialog. Add your home content here.",
|
|
"profileDialogContent": "This is the Profile dialog. Add your profile content here.",
|
|
"settingsDialogContent": "This is the Settings dialog. Add your settings content here.",
|
|
"logoutDialogContent": "Are you sure you want to log out?",
|
|
"@homeDialogContent": {
|
|
"description": "Text for the home dialog content."
|
|
},
|
|
"@profileDialogContent": {
|
|
"description": "Text for the profile dialog content."
|
|
},
|
|
"@settingsDialogContent": {
|
|
"description": "Text for the settings dialog content."
|
|
},
|
|
"@logoutDialogContent": {
|
|
"description": "Text for the logout confirmation dialog content."
|
|
}
|
|
} |