-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(GoalCriteria): remake title input for form
- Loading branch information
Showing
7 changed files
with
221 additions
and
318 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,10 +1,13 @@ | ||
{ | ||
"Weight is required": "", | ||
"Weight must be integer": "", | ||
"Weight": "No more than {upTo}", | ||
"Criteria or Goal": "", | ||
"Add achievement criteria": "", | ||
"Weight must be in range": "Weight must be between 1 and {upTo}", | ||
"Add": "", | ||
"Title must be unique": "" | ||
"Title must be unique": "", | ||
"Press key to add criteria": "Press {key} to add the criteria", | ||
"Enter goal name": "", | ||
"Enter criteria": "", | ||
"Search by goals": "", | ||
"Weight must be integer": "" | ||
} |
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,10 +1,13 @@ | ||
{ | ||
"Weight is required": "Вес обязателен", | ||
"Weight must be integer": "Вес должен быть числом", | ||
"Weight": "Не более {upTo}", | ||
"Criteria or Goal": "Критерий или цель", | ||
"Add achievement criteria": "Добавить критерий", | ||
"Weight must be in range": "Вес критерия должен быть от 1 до {upTo}", | ||
"Add": "Добавить", | ||
"Title must be unique": "Критерий должен быть уникальным" | ||
"Title must be unique": "Критерий должен быть уникальным", | ||
"Press key to add criteria": "Нажмите {key}, чтобы добавить критерий", | ||
"Enter goal name": "Введите название цели", | ||
"Enter criteria": "Укажите критерий", | ||
"Search by goals": "Поиск по целям" | ||
} |
Oops, something went wrong.