-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
108 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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":"Нет" | ||
} | ||
} |