Files
cgr-next-js/messages/en.json

22 lines
596 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_name": "Dear brother {user},",
"greeting": "peace be with you!",
"verse_intro": "For encouragement:"
},
"users": {
"title": "Users",
"welcome": "Manage your community members, roles, and permissions here."
}
}