Skip to content

Commit

Permalink
feat: add translstion
Browse files Browse the repository at this point in the history
  • Loading branch information
Melichka committed Sep 2, 2024
1 parent 0dd9a2d commit 796c595
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 2 deletions.
55 changes: 54 additions & 1 deletion application/frontend/public/locales/translation/en.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,56 @@
{
"header": "Header"
"header": "Header",
"projectList": "Project List",
"settings": "Settings",
"search": "Search",
"projects": "Projects",
"quiz": "Quiz",
"rating": "Rating",
"notifications": "Notifications",
"profile": "Profile",
"more": "More",
"toggleTheme": "Toggle Theme",
"changeLanguage": "Change Language",
"projectName": "Project \"{{name}}\"",
"reportList": "Report List",
"searchPlaceholder": "Search",
"createReport": "Create Report",
"status": {
"Error": "Error",
"Success": "Success",
"Warning": "Warning"
},
"goalsTable": {
"title": "Title",
"status": "Status",
"description": "Description"
},
"reportsTable": {
"name": "Name",
"status": "Status",
"author": "Author",
"startDate": "Start Date",
"endDate": "End Date"
},
"reportOverlay": {
"createReport": "Create Report",
"reportName": "Report Name",
"trafficLightColor": "Traffic Light Color",
"success": "Success",
"error": "Error",
"warning": "Warning",
"startDate": "Start Date",
"endDate": "End Date",
"colors": "Traffic Light Colors",
"onVacation": "Is anyone on vacation?",
"reporterOnVacation": "Is the reporter on vacation?",
"addGoal": "+ Add Goal",
"cancel": "Cancel",
"submit": "Submit",
"main": "Main",
"goals": "Goals",
"colorValue": "Value",
"yes":"Yes",
"no":"No"
}
}
55 changes: 54 additions & 1 deletion application/frontend/public/locales/translation/ru.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,56 @@
{
"header": "Шапка"
"header": "Шапка",
"projectList": "Список проектов",
"settings": "Настройки",
"search": "Поиск",
"projects": "Проекты",
"quiz": "Опрос",
"rating": "Рейтинг",
"notifications": "Уведомления",
"profile": "Профиль",
"more": "Ещё",
"toggleTheme": "Переключить тему",
"changeLanguage": "Сменить язык",
"projectName": "Проект \"{{name}}\"",
"reportList": "Список отчетов",
"searchPlaceholder": "Поиск",
"createReport": "Создать отчет",
"status": {
"Error": "Ошибка",
"Success": "Успех",
"Warning": "Предупреждение"
},
"goalsTable": {
"title": "Название",
"status": "Статус",
"description": "Описание"
},
"reportsTable": {
"name": "Название",
"status": "Статус",
"author": "Автор",
"startDate": "Дата начала",
"endDate": "Дата окончания"
},
"reportOverlay": {
"createReport": "Создать отчет",
"reportName": "Название отчета",
"trafficLightColor": "Итоговый цвет светофора",
"success": "Успех",
"error": "Ошибка",
"warning": "Предупреждение",
"startDate": "Дата начала",
"endDate": "Дата окончания",
"colors": "Цвета светофора",
"onVacation": "Идет ли кто-то в отпуск?",
"reporterOnVacation": "Идет ли в отпуск тот, кто пишет отчет?",
"addGoal": "+ Добавить цель",
"cancel": "Отмена",
"submit": "Создать",
"main": "Основное",
"goals": "Цели",
"colorValue": "Текст",
"yes":"Да",
"no":"Нет"
}
}

0 comments on commit 796c595

Please sign in to comment.