-
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(PartnershipProjects): disallow works with current project as part…
…nership
- Loading branch information
Showing
5 changed files
with
37 additions
and
3 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
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
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
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,5 +1,7 @@ | ||
{ | ||
"Cannot create goal. Project now is archived": "Cannot create goal. Project {title} ({id}) now is archived", | ||
"These bindings is already exist": "These bindings is already exist", | ||
"No filter with id": "No filter with id `{id}`" | ||
"No filter with id": "No filter with id `{id}`", | ||
"Cannot link goal to selected project": "Cannot link goal to selected project", | ||
"Cannot transfer goal to selected project": "Cannot transfer goal to selected project" | ||
} |
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,5 +1,7 @@ | ||
{ | ||
"Cannot create goal. Project now is archived": "Невозможно создать цель. Проект {title} ({id}) заархивирован", | ||
"These bindings is already exist": "Такая связь уже сущевует", | ||
"No filter with id": "Нет фильтра с id `{id}`" | ||
"No filter with id": "Нет фильтра с id `{id}`", | ||
"Cannot link goal to selected project": "Невозможно связать текущую цель с выбранным проектом", | ||
"Cannot transfer goal to selected project": "Невозможно перенести цель в выбранный проект" | ||
} |