21 lines
605 B
JSON
21 lines
605 B
JSON
{
|
|
"header": {
|
|
"title": "CGR App"
|
|
},
|
|
"nav": {
|
|
"home": "Home",
|
|
"about": "About",
|
|
"contact": "Contact",
|
|
"admin": "Admin"
|
|
},
|
|
"dashboard": {
|
|
"title": "Community Dashboard",
|
|
"welcome": "Welcome to the admin area. Manage your community resources safely.",
|
|
"greeting": "Dear {user}, your local community {church} welcomes you!",
|
|
"verse_intro": "Let the following verse encourage you:"
|
|
},
|
|
"users": {
|
|
"title": "Users",
|
|
"welcome": "Manage your community members, roles, and permissions here."
|
|
}
|
|
} |