-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix adding missing translatable fields
- Loading branch information
Showing
31 changed files
with
473 additions
and
94 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,38 +1,50 @@ | ||
{ | ||
"semantics": [ | ||
{ | ||
"label": "Описание", | ||
"description": "Описание на страницата за оценка на целите.", | ||
"default": "Оценете целите, които сте избрали в страницата с целите." | ||
}, | ||
{ | ||
"label": "Текст за ниска оценка", | ||
"description": "Текст при ниска оценка", | ||
"default": "Не си учил(а) достатъчно!" | ||
}, | ||
{ | ||
"label": "Текст на оценка за среден успех", | ||
"description": "Текст на оценка за среден успех", | ||
"default": "Имаш познания, но може още!" | ||
}, | ||
{ | ||
"label": "Текст за отлична оценка", | ||
"description": "Текст за високите оценки.", | ||
"default": "Браво, показваш високи познания!" | ||
}, | ||
{ | ||
"label": "Текст за отсъствие на зададена цел", | ||
"description": "Текст за обратна връзка, когато не са зададени цели.", | ||
"default": "Все още не сте задали цели." | ||
}, | ||
{ | ||
"label": "Етикет за показване на допълнителна полезна информация", | ||
"description": "Етикет за показване на допълнителна полезна информация за ученика.", | ||
"default": "допълнителна информация" | ||
}, | ||
{ | ||
"label": "Попълнете допълнителна помощна информация", | ||
"description": "Тук можете да попълните допълнителна полезна информация за ученика." | ||
} | ||
] | ||
} | ||
{ | ||
"semantics": [ | ||
{ | ||
"label": "Описание", | ||
"description": "Описание на страницата за оценка на целите.", | ||
"default": "Оценете целите, които сте избрали в страницата с целите." | ||
}, | ||
{ | ||
"label": "Текст за ниска оценка", | ||
"description": "Текст при ниска оценка", | ||
"default": "Не си учил(а) достатъчно!" | ||
}, | ||
{ | ||
"label": "Текст на оценка за среден успех", | ||
"description": "Текст на оценка за среден успех", | ||
"default": "Имаш познания, но може още!" | ||
}, | ||
{ | ||
"label": "Текст за отлична оценка", | ||
"description": "Текст за високите оценки.", | ||
"default": "Браво, показваш високи познания!" | ||
}, | ||
{ | ||
"label": "Текст за отсъствие на зададена цел", | ||
"description": "Текст за обратна връзка, когато не са зададени цели.", | ||
"default": "Все още не сте задали цели." | ||
}, | ||
{ | ||
"label": "Етикет за показване на допълнителна полезна информация", | ||
"description": "Етикет за показване на допълнителна полезна информация за ученика.", | ||
"default": "допълнителна информация" | ||
}, | ||
{ | ||
"label": "Попълнете допълнителна помощна информация", | ||
"description": "Тук можете да попълните допълнителна полезна информация за ученика." | ||
}, | ||
{ | ||
"label": "Legend header", | ||
"default": "Possible ratings:" | ||
}, | ||
{ | ||
"label": "Goal header", | ||
"default": "Goals" | ||
}, | ||
{ | ||
"label": "Rating header", | ||
"default": "Rating" | ||
} | ||
] | ||
} |
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
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
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
Oops, something went wrong.