menu translations and ability to add new translations using the base translation
This commit is contained in:
@ -5,6 +5,30 @@
|
||||
"changeTo": "Смени на",
|
||||
"BG": "Български",
|
||||
"EN": "Английски",
|
||||
"RU": "Руски"
|
||||
"RU": "Руски",
|
||||
"login": "Вход",
|
||||
"logout": "Изход"
|
||||
},
|
||||
"menu": {
|
||||
"dashboard": "Възможности",
|
||||
"shedule": "График",
|
||||
"myshedule": "Моя График",
|
||||
"locations": "Местоположения",
|
||||
"cart-report": "Отчет",
|
||||
"cart-experience": "Случки",
|
||||
"guidelines": "Напътствия",
|
||||
"permits": "Разрешителни",
|
||||
"contactAll": "Участници",
|
||||
"feedback": "Отзиви",
|
||||
"contactUs": "За връзка",
|
||||
"admin": "Админ",
|
||||
"cart-places": "Места",
|
||||
"cart-publishers": "Вестители",
|
||||
"cart-events": "План",
|
||||
"cart-calendar": "Календар",
|
||||
"cart-reports": "Отчети",
|
||||
"statistics": "Статистика",
|
||||
"coverMeLogs": "Замествания",
|
||||
"translations": "Преводи"
|
||||
}
|
||||
}
|
34
content/i18n/bg.modified.json
Normal file
34
content/i18n/bg.modified.json
Normal file
@ -0,0 +1,34 @@
|
||||
{
|
||||
"common": {
|
||||
"greeting": "Здравей",
|
||||
"farewell": "Довиждане",
|
||||
"changeTo": "",
|
||||
"BG": "Български",
|
||||
"EN": "Английски",
|
||||
"RU": "Руски",
|
||||
"login": "Вход",
|
||||
"logout": "Изход"
|
||||
},
|
||||
"menu": {
|
||||
"dashboard": "Възможности",
|
||||
"shedule": "График",
|
||||
"myshedule": "Моя График",
|
||||
"locations": "Местоположения",
|
||||
"cart-report": "Отчет",
|
||||
"cart-experience": "Случки",
|
||||
"guidelines": "Напътствия",
|
||||
"permits": "Разрешителни",
|
||||
"contactAll": "Участници",
|
||||
"feedback": "Отзиви",
|
||||
"contactUs": "За връзка",
|
||||
"admin": "Админ",
|
||||
"cart-places": "Места",
|
||||
"cart-publishers": "Вестители",
|
||||
"cart-events": "План",
|
||||
"cart-calendar": "Календар",
|
||||
"cart-reports": "Отчети",
|
||||
"statistics": "Статистика",
|
||||
"coverMeLogs": "Замествания",
|
||||
"translations": "Преводи"
|
||||
}
|
||||
}
|
@ -5,6 +5,8 @@
|
||||
"changeTo": "Change to",
|
||||
"BG": "Bulgarian",
|
||||
"EN": "English",
|
||||
"RU": "Russian"
|
||||
"RU": "Russian",
|
||||
"login": "login",
|
||||
"logout": "logout"
|
||||
}
|
||||
}
|
15
content/i18n/en.modified.json
Normal file
15
content/i18n/en.modified.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"common": {
|
||||
"greeting": "Hello",
|
||||
"farewell": "Goodbye",
|
||||
"changeTo": "Change to",
|
||||
"BG": "Bulgarian",
|
||||
"EN": "English",
|
||||
"RU": "Russian",
|
||||
"login": "login",
|
||||
"logout": "logout"
|
||||
},
|
||||
"menu": {
|
||||
"dashboard": "Dashboard"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user