Add next-intl to internationalize our project
This commit is contained in:
19
messages/de.json
Normal file
19
messages/de.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"header": {
|
||||
"title": "CGR Anwendung"
|
||||
},
|
||||
"nav": {
|
||||
"home": "Startseite",
|
||||
"about": "Über",
|
||||
"contact": "Kontakt",
|
||||
"admin": "Admin"
|
||||
},
|
||||
"dashboard": {
|
||||
"title": "Community-Dashboard",
|
||||
"welcome": "Willkommen im Admin-Bereich. Verwalten Sie Ihre Community-Ressourcen sicher."
|
||||
},
|
||||
"users": {
|
||||
"title": "Benutzer",
|
||||
"welcome": "Verwalten Sie hier Ihre Community-Mitglieder, Rollen und Berechtigungen."
|
||||
}
|
||||
}
|
||||
15
messages/en.json
Normal file
15
messages/en.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"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."
|
||||
}
|
||||
}
|
||||
19
messages/ru.json
Normal file
19
messages/ru.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"header": {
|
||||
"title": "CGR Приложение"
|
||||
},
|
||||
"nav": {
|
||||
"home": "Главная",
|
||||
"about": "О нас",
|
||||
"contact": "Контакт",
|
||||
"admin": "Админ"
|
||||
},
|
||||
"dashboard": {
|
||||
"title": "Community Dashboard",
|
||||
"welcome": "Добро пожаловать в административный раздел. Безопасно управляйте ресурсами вашего сообщества."
|
||||
},
|
||||
"users": {
|
||||
"title": "Пользователи",
|
||||
"welcome": "Управляйте членами вашего сообщества, ролями и разрешениями здесь."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user