translations

This commit is contained in:
Dobromir Popov
2024-05-01 17:18:50 +03:00
parent 9af7f05c43
commit 1cd77868df
3 changed files with 26 additions and 7 deletions

View File

@ -5,9 +5,9 @@
"greeting": "Здравей",
"farewell": "Довиждане",
"changeTo": "",
"BG": "Български",
"EN": "Английски",
"RU": "Руски",
"BG": "български",
"EN": "английски",
"RU": "руски",
"login": "Вход",
"logout": "Изход"
},
@ -23,7 +23,7 @@
"contactAll": "Участници",
"feedback": "Отзиви",
"contactUs": "За връзка",
"admin": "Админ",
"admin": "Администрация",
"cart-places": "Места",
"cart-publishers": "Вестители",
"cart-events": "План",

View File

@ -10,6 +10,25 @@
"logout": "logout"
},
"menu": {
"dashboard": "Dashboard"
"dashboard": "Dashboard",
"shedule": "Schedule",
"myshedule": "My Schedule",
"locations": "Cart Locations",
"cart-report": "Report",
"cart-experience": "Experience",
"guidelines": "Guidelines",
"permits": "Permits",
"contactAll": "Contacts",
"feedback": "Feedback",
"contactUs": "Contact Us",
"admin": "Administration",
"cart-places": "Places",
"cart-publishers": "Publishers",
"cart-events": "Events",
"cart-calendar": "Scheduler",
"cart-reports": "View Reports",
"statistics": "View Statistics",
"coverMeLogs": "View CoverMe logs",
"translations": "Translation"
}
}