Files
cgr-next-js/messages/en.json
2026-02-05 11:54:19 +01:00

19 lines
460 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."
},
"users": {
"title": "Users",
"welcome": "Manage your community members, roles, and permissions here."
}
}