2022-04-02 06:49:23 +03: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.
|
|
|
|
//
|
|
|
|
|
2022-09-21 11:08:25 +03:00
|
|
|
import board, { boardId } from '@hcengineering/board'
|
2023-11-20 13:01:43 +03:00
|
|
|
import { type Ref, type StatusCategory } from '@hcengineering/core'
|
|
|
|
import { type IntlString, mergeIds } from '@hcengineering/platform'
|
2022-09-21 11:08:25 +03:00
|
|
|
import type { AnyComponent } from '@hcengineering/ui'
|
2022-04-02 06:49:23 +03:00
|
|
|
|
|
|
|
export default mergeIds(boardId, board, {
|
|
|
|
string: {
|
2022-05-23 10:28:41 +03:00
|
|
|
Completed: '' as IntlString,
|
2022-04-18 19:04:54 +03:00
|
|
|
Name: '' as IntlString,
|
2022-04-02 06:49:23 +03:00
|
|
|
BoardName: '' as IntlString,
|
|
|
|
CreateBoard: '' as IntlString,
|
2022-04-25 11:32:02 +03:00
|
|
|
OpenCard: '' as IntlString,
|
2022-04-02 06:49:23 +03:00
|
|
|
CardName: '' as IntlString,
|
|
|
|
More: '' as IntlString,
|
|
|
|
SelectBoard: '' as IntlString,
|
|
|
|
CreateCard: '' as IntlString,
|
|
|
|
CardCreateLabel: '' as IntlString,
|
|
|
|
Customer: '' as IntlString,
|
|
|
|
Cards: '' as IntlString,
|
|
|
|
NoCardsForDocument: '' as IntlString,
|
|
|
|
CardPlaceholder: '' as IntlString,
|
|
|
|
Board: '' as IntlString,
|
|
|
|
Boards: '' as IntlString,
|
|
|
|
MyBoards: '' as IntlString,
|
|
|
|
BoardApplication: '' as IntlString,
|
|
|
|
Card: '' as IntlString,
|
|
|
|
Title: '' as IntlString,
|
|
|
|
Assignee: '' as IntlString,
|
|
|
|
ManageBoardStatuses: '' as IntlString,
|
|
|
|
Description: '' as IntlString,
|
2022-04-07 08:17:43 +03:00
|
|
|
DescriptionPlaceholder: '' as IntlString,
|
2022-04-02 06:49:23 +03:00
|
|
|
Location: '' as IntlString,
|
|
|
|
Members: '' as IntlString,
|
2022-04-08 21:07:21 +03:00
|
|
|
IsArchived: '' as IntlString,
|
2022-04-02 06:49:23 +03:00
|
|
|
BoardCreateLabel: '' as IntlString,
|
2022-04-07 08:17:43 +03:00
|
|
|
Settings: '' as IntlString,
|
2022-04-08 21:12:09 +03:00
|
|
|
Suggested: '' as IntlString,
|
2022-04-07 08:17:43 +03:00
|
|
|
Labels: '' as IntlString,
|
2022-04-18 13:27:29 +03:00
|
|
|
CreateLabel: '' as IntlString,
|
|
|
|
SearchLabels: '' as IntlString,
|
2022-04-18 19:04:54 +03:00
|
|
|
SelectColor: '' as IntlString,
|
|
|
|
NoColor: '' as IntlString,
|
|
|
|
NoColorInfo: '' as IntlString,
|
2022-04-07 08:17:43 +03:00
|
|
|
Dates: '' as IntlString,
|
|
|
|
Attachments: '' as IntlString,
|
2022-04-12 20:28:46 +03:00
|
|
|
AddAttachment: '' as IntlString,
|
2022-04-13 12:18:44 +03:00
|
|
|
DropFileToUpload: '' as IntlString,
|
2022-04-21 13:59:07 +03:00
|
|
|
AttachFrom: '' as IntlString,
|
|
|
|
AttachmentTip: '' as IntlString,
|
|
|
|
Computer: '' as IntlString,
|
2022-04-07 08:17:43 +03:00
|
|
|
CustomFields: '' as IntlString,
|
|
|
|
AddButton: '' as IntlString,
|
|
|
|
Actions: '' as IntlString,
|
2022-04-08 21:12:09 +03:00
|
|
|
Cover: '' as IntlString,
|
|
|
|
Join: '' as IntlString,
|
2022-04-07 08:17:43 +03:00
|
|
|
Move: '' as IntlString,
|
|
|
|
Copy: '' as IntlString,
|
|
|
|
MakeTemplate: '' as IntlString,
|
|
|
|
Archive: '' as IntlString,
|
2022-04-08 21:12:09 +03:00
|
|
|
SendToBoard: '' as IntlString,
|
|
|
|
Delete: '' as IntlString,
|
2022-04-07 08:17:43 +03:00
|
|
|
HideDetails: '' as IntlString,
|
2022-04-08 06:01:44 +03:00
|
|
|
ShowDetails: '' as IntlString,
|
|
|
|
NewList: '' as IntlString,
|
|
|
|
AddList: '' as IntlString,
|
2022-04-11 12:43:55 +03:00
|
|
|
NewListPlaceholder: '' as IntlString,
|
|
|
|
AddACard: '' as IntlString,
|
|
|
|
AddCard: '' as IntlString,
|
2022-04-12 11:19:53 +03:00
|
|
|
CardTitlePlaceholder: '' as IntlString,
|
|
|
|
Create: '' as IntlString,
|
|
|
|
CreateDescription: '' as IntlString,
|
|
|
|
CreateSingle: '' as IntlString,
|
2022-04-16 06:02:59 +03:00
|
|
|
CreateMultiple: '' as IntlString,
|
2022-04-18 10:44:15 +03:00
|
|
|
MoveCard: '' as IntlString,
|
|
|
|
Cancel: '' as IntlString,
|
|
|
|
SelectDestination: '' as IntlString,
|
|
|
|
List: '' as IntlString,
|
|
|
|
Position: '' as IntlString,
|
|
|
|
Current: '' as IntlString,
|
2022-04-16 06:02:59 +03:00
|
|
|
Save: '' as IntlString,
|
|
|
|
Remove: '' as IntlString,
|
2022-04-19 12:48:29 +03:00
|
|
|
NullDate: '' as IntlString,
|
|
|
|
ViewProfile: '' as IntlString,
|
2022-04-20 09:07:22 +03:00
|
|
|
RemoveFromCard: '' as IntlString,
|
|
|
|
LinkName: '' as IntlString,
|
|
|
|
Edit: '' as IntlString,
|
|
|
|
Update: '' as IntlString,
|
2022-04-20 19:27:59 +03:00
|
|
|
DeleteAttachment: '' as IntlString,
|
2022-04-24 08:06:20 +03:00
|
|
|
SearchMembers: '' as IntlString,
|
|
|
|
DeleteCard: '' as IntlString,
|
|
|
|
Menu: '' as IntlString,
|
2022-04-29 19:39:48 +03:00
|
|
|
ShowMenu: '' as IntlString,
|
2022-04-25 19:01:55 +03:00
|
|
|
ToArchive: '' as IntlString,
|
|
|
|
CopyCard: '' as IntlString,
|
|
|
|
AlsoCopy: '' as IntlString,
|
2022-04-26 08:43:12 +03:00
|
|
|
CopyTo: '' as IntlString,
|
|
|
|
NoResults: '' as IntlString,
|
|
|
|
SwitchToLists: '' as IntlString,
|
|
|
|
SwitchToCards: '' as IntlString,
|
2022-05-06 09:43:44 +03:00
|
|
|
SearchArchive: '' as IntlString,
|
|
|
|
Size: '' as IntlString,
|
2024-01-15 19:10:30 +03:00
|
|
|
RemoveCover: '' as IntlString
|
2022-04-02 06:49:23 +03:00
|
|
|
},
|
2023-10-27 08:22:43 +03:00
|
|
|
statusCategory: {
|
|
|
|
Completed: '' as Ref<StatusCategory>
|
|
|
|
},
|
2022-04-02 06:49:23 +03:00
|
|
|
component: {
|
2022-04-07 08:17:43 +03:00
|
|
|
EditCard: '' as AnyComponent,
|
2022-04-29 19:39:48 +03:00
|
|
|
Members: '' as AnyComponent,
|
|
|
|
Settings: '' as AnyComponent,
|
|
|
|
BoardHeader: '' as AnyComponent,
|
|
|
|
BoardMenu: '' as AnyComponent,
|
|
|
|
Archive: '' as AnyComponent,
|
2022-05-17 10:12:33 +03:00
|
|
|
MenuMainPage: '' as AnyComponent,
|
2022-05-31 07:28:40 +03:00
|
|
|
UserBoxList: '' as AnyComponent
|
2022-04-02 06:49:23 +03:00
|
|
|
}
|
|
|
|
})
|