2022-03-31 08:32:42 +00:00
|
|
|
//
|
|
|
|
// Copyright © 2020 Anticrm Platform Contributors.
|
|
|
|
//
|
|
|
|
// Licensed under the Eclipse Public License, Version 2.0 (the "License");
|
|
|
|
// you may not use this file except in compliance with the License. You may
|
|
|
|
// obtain a copy of the License at https://www.eclipse.org/legal/epl-2.0
|
|
|
|
//
|
|
|
|
// Unless required by applicable law or agreed to in writing, software
|
|
|
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
//
|
|
|
|
// See the License for the specific language governing permissions and
|
|
|
|
// limitations under the License.
|
|
|
|
//
|
|
|
|
|
|
|
|
import type { IntlString } from '@anticrm/platform'
|
|
|
|
import { mergeIds } from '@anticrm/platform'
|
|
|
|
import tracker, { trackerId } from '../../tracker/lib'
|
|
|
|
import { AnyComponent } from '@anticrm/ui'
|
|
|
|
|
|
|
|
export default mergeIds(trackerId, tracker, {
|
|
|
|
string: {
|
|
|
|
More: '' as IntlString,
|
|
|
|
Delete: '' as IntlString,
|
|
|
|
Open: '' as IntlString,
|
|
|
|
Members: '' as IntlString,
|
|
|
|
Inbox: '' as IntlString,
|
|
|
|
MyIssues: '' as IntlString,
|
|
|
|
Issues: '' as IntlString,
|
|
|
|
Views: '' as IntlString,
|
|
|
|
Active: '' as IntlString,
|
2022-04-08 18:05:49 +00:00
|
|
|
AllIssues: '' as IntlString,
|
|
|
|
ActiveIssues: '' as IntlString,
|
|
|
|
BacklogIssues: '' as IntlString,
|
2022-03-31 08:32:42 +00:00
|
|
|
Backlog: '' as IntlString,
|
|
|
|
Board: '' as IntlString,
|
2022-04-08 06:27:02 +00:00
|
|
|
Project: '' as IntlString,
|
2022-03-31 08:32:42 +00:00
|
|
|
Projects: '' as IntlString,
|
|
|
|
CreateTeam: '' as IntlString,
|
2022-04-08 18:05:49 +00:00
|
|
|
AddIssue: '' as IntlString,
|
2022-03-31 08:32:42 +00:00
|
|
|
NewIssue: '' as IntlString,
|
|
|
|
Team: '' as IntlString,
|
|
|
|
SelectTeam: '' as IntlString,
|
2022-04-02 04:06:48 +00:00
|
|
|
SaveIssue: '' as IntlString,
|
|
|
|
CreateMore: '' as IntlString,
|
|
|
|
Todo: '' as IntlString,
|
|
|
|
InProgress: '' as IntlString,
|
|
|
|
Done: '' as IntlString,
|
|
|
|
Canceled: '' as IntlString,
|
2022-04-12 17:04:29 +00:00
|
|
|
SetPriority: '' as IntlString,
|
2022-04-02 04:06:48 +00:00
|
|
|
SetStatus: '' as IntlString,
|
2022-04-05 08:02:08 +00:00
|
|
|
Priority: '' as IntlString,
|
2022-04-02 04:06:48 +00:00
|
|
|
NoPriority: '' as IntlString,
|
|
|
|
Urgent: '' as IntlString,
|
|
|
|
High: '' as IntlString,
|
|
|
|
Medium: '' as IntlString,
|
|
|
|
Low: '' as IntlString,
|
2022-03-31 08:32:42 +00:00
|
|
|
Title: '' as IntlString,
|
|
|
|
Identifier: '' as IntlString,
|
|
|
|
Description: '' as IntlString,
|
|
|
|
Status: '' as IntlString,
|
|
|
|
Number: '' as IntlString,
|
|
|
|
Assignee: '' as IntlString,
|
2022-04-08 18:05:49 +00:00
|
|
|
AssignTo: '' as IntlString,
|
|
|
|
AssignedTo: '' as IntlString,
|
2022-03-31 08:32:42 +00:00
|
|
|
Parent: '' as IntlString,
|
|
|
|
BlockedBy: '' as IntlString,
|
|
|
|
RelatedTo: '' as IntlString,
|
|
|
|
Comments: '' as IntlString,
|
|
|
|
Attachments: '' as IntlString,
|
|
|
|
Labels: '' as IntlString,
|
|
|
|
Space: '' as IntlString,
|
|
|
|
DueDate: '' as IntlString,
|
2022-04-08 18:05:49 +00:00
|
|
|
ModificationDate: '' as IntlString,
|
2022-03-31 08:32:42 +00:00
|
|
|
Issue: '' as IntlString,
|
|
|
|
Document: '' as IntlString,
|
|
|
|
DocumentIcon: '' as IntlString,
|
|
|
|
DocumentColor: '' as IntlString,
|
|
|
|
Rank: '' as IntlString,
|
|
|
|
|
|
|
|
IssueTitlePlaceholder: '' as IntlString,
|
|
|
|
IssueDescriptionPlaceholder: '' as IntlString,
|
2022-04-09 03:46:40 +00:00
|
|
|
Unassigned: '' as IntlString,
|
2022-04-08 03:01:44 +00:00
|
|
|
AddIssueTooltip: '' as IntlString
|
2022-03-31 08:32:42 +00:00
|
|
|
},
|
|
|
|
component: {
|
|
|
|
NopeComponent: '' as AnyComponent,
|
|
|
|
Inbox: '' as AnyComponent,
|
|
|
|
MyIssues: '' as AnyComponent,
|
|
|
|
Issues: '' as AnyComponent,
|
|
|
|
Views: '' as AnyComponent,
|
|
|
|
Active: '' as AnyComponent,
|
|
|
|
Backlog: '' as AnyComponent,
|
|
|
|
Board: '' as AnyComponent,
|
|
|
|
Projects: '' as AnyComponent,
|
|
|
|
IssuePresenter: '' as AnyComponent,
|
2022-04-08 18:05:49 +00:00
|
|
|
TitlePresenter: '' as AnyComponent,
|
|
|
|
ModificationDatePresenter: '' as AnyComponent,
|
2022-04-12 17:04:29 +00:00
|
|
|
PriorityPresenter: '' as AnyComponent,
|
2022-03-31 08:32:42 +00:00
|
|
|
EditIssue: '' as AnyComponent,
|
|
|
|
CreateTeam: '' as AnyComponent,
|
|
|
|
NewIssueHeader: '' as AnyComponent
|
|
|
|
}
|
|
|
|
})
|