mirror of
https://github.com/hcengineering/platform.git
synced 2025-05-29 03:21:13 +00:00
TSK-839: fix localization strings (#2833)
Signed-off-by: Vyacheslav Tumanov <me@slavatumanov.me>
This commit is contained in:
parent
db5cb7fba2
commit
dafb569f44
@ -122,7 +122,7 @@ export class TIssueStatusCategory extends TDoc implements IssueStatusCategory {
|
||||
* @public
|
||||
*/
|
||||
export function TypeIssuePriority (): Type<IssuePriority> {
|
||||
return { _class: tracker.class.TypeIssuePriority, label: 'TypeIssuePriority' as IntlString }
|
||||
return { _class: tracker.class.TypeIssuePriority, label: tracker.string.TypeIssuePriority }
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -100,7 +100,8 @@
|
||||
"Document": "",
|
||||
"DocumentIcon": "",
|
||||
"DocumentColor": "",
|
||||
"Rank": "",
|
||||
"Rank": "Rank",
|
||||
"TypeIssuePriority": "Issue priority",
|
||||
"IssueTitlePlaceholder": "Issue title",
|
||||
"SubIssueTitlePlaceholder": "Sub-issue title",
|
||||
"IssueDescriptionPlaceholder": "Add description",
|
||||
|
@ -100,7 +100,8 @@
|
||||
"Document": "",
|
||||
"DocumentIcon": "",
|
||||
"DocumentColor": "",
|
||||
"Rank": "",
|
||||
"Rank": "Ранг",
|
||||
"TypeIssuePriority": "Приоритет задачи",
|
||||
"IssueTitlePlaceholder": "Имя задачи",
|
||||
"SubIssueTitlePlaceholder": "Имя подзадачи",
|
||||
"IssueDescriptionPlaceholder": "Описание задачи",
|
||||
|
@ -171,6 +171,7 @@ export default mergeIds(trackerId, tracker, {
|
||||
MoveToProject: '' as IntlString,
|
||||
Duplicate: '' as IntlString,
|
||||
|
||||
TypeIssuePriority: '' as IntlString,
|
||||
IssueTitlePlaceholder: '' as IntlString,
|
||||
SubIssueTitlePlaceholder: '' as IntlString,
|
||||
IssueDescriptionPlaceholder: '' as IntlString,
|
||||
|
Loading…
Reference in New Issue
Block a user