pogdark-app-flutter/lib/l10n/app_en.arb

18 lines
697 B
Plaintext
Raw Normal View History

{
"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."
}
}