TSK-810 Rename Team -> Project, Project -> Component (#2756)

Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov
2023-03-17 12:17:53 +06:00
committed by GitHub
parent 26adf14966
commit 0f24fe80d6
110 changed files with 1646 additions and 1324 deletions
+47 -47
View File
@@ -43,19 +43,19 @@ export default mergeIds(trackerId, tracker, {
BacklogIssues: '' as IntlString,
Backlog: '' as IntlString,
Board: '' as IntlString,
Project: '' as IntlString,
Projects: '' as IntlString,
AllProjects: '' as IntlString,
BacklogProjects: '' as IntlString,
ActiveProjects: '' as IntlString,
ClosedProjects: '' as IntlString,
NewProject: '' as IntlString,
CreateProject: '' as IntlString,
ProjectNamePlaceholder: '' as IntlString,
ProjectDescriptionPlaceholder: '' as IntlString,
ProjectStatusPlaceholder: '' as IntlString,
ProjectLead: '' as IntlString,
ProjectMembers: '' as IntlString,
Component: '' as IntlString,
Components: '' as IntlString,
AllComponents: '' as IntlString,
BacklogComponents: '' as IntlString,
ActiveComponents: '' as IntlString,
ClosedComponents: '' as IntlString,
NewComponent: '' as IntlString,
CreateComponent: '' as IntlString,
ComponentNamePlaceholder: '' as IntlString,
ComponentDescriptionPlaceholder: '' as IntlString,
ComponentStatusPlaceholder: '' as IntlString,
ComponentLead: '' as IntlString,
ComponentMembers: '' as IntlString,
StartDate: '' as IntlString,
TargetDate: '' as IntlString,
Planned: '' as IntlString,
@@ -63,18 +63,18 @@ export default mergeIds(trackerId, tracker, {
Paused: '' as IntlString,
Completed: '' as IntlString,
Canceled: '' as IntlString,
CreateTeam: '' as IntlString,
NewTeam: '' as IntlString,
TeamTitlePlaceholder: '' as IntlString,
TeamIdentifierPlaceholder: '' as IntlString,
CreateProject: '' as IntlString,
NewProject: '' as IntlString,
ProjectTitlePlaceholder: '' as IntlString,
ProjectIdentifierPlaceholder: '' as IntlString,
ChooseIcon: '' as IntlString,
AddIssue: '' as IntlString,
NewIssue: '' as IntlString,
ResumeDraft: '' as IntlString,
NewSubIssue: '' as IntlString,
Team: '' as IntlString,
Project: '' as IntlString,
SelectIssue: '' as IntlString,
SelectTeam: '' as IntlString,
SelectProject: '' as IntlString,
SaveIssue: '' as IntlString,
Todo: '' as IntlString,
Done: '' as IntlString,
@@ -93,10 +93,10 @@ export default mergeIds(trackerId, tracker, {
DefaultIssueStatus: '' as IntlString,
IssueStatuses: '' as IntlString,
EditWorkflowStatuses: '' as IntlString,
EditTeam: '' as IntlString,
DeleteTeam: '' as IntlString,
DeleteTeamName: '' as IntlString,
TeamHasIssues: '' as IntlString,
EditProject: '' as IntlString,
DeleteProject: '' as IntlString,
DeleteProjectName: '' as IntlString,
ProjectHasIssues: '' as IntlString,
ManageWorkflowStatuses: '' as IntlString,
AddWorkflowStatus: '' as IntlString,
EditWorkflowStatus: '' as IntlString,
@@ -157,17 +157,17 @@ export default mergeIds(trackerId, tracker, {
ClearFilters: '' as IntlString,
Back: '' as IntlString,
AssetLabel: '' as IntlString,
AddToProject: '' as IntlString,
MoveToProject: '' as IntlString,
NoProject: '' as IntlString,
ProjectLeadTitle: '' as IntlString,
ProjectMembersTitle: '' as IntlString,
ProjectLeadSearchPlaceholder: '' as IntlString,
ProjectMembersSearchPlaceholder: '' as IntlString,
AddToComponent: '' as IntlString,
MoveToComponent: '' as IntlString,
NoComponent: '' as IntlString,
ComponentLeadTitle: '' as IntlString,
ComponentMembersTitle: '' as IntlString,
ComponentLeadSearchPlaceholder: '' as IntlString,
ComponentMembersSearchPlaceholder: '' as IntlString,
List: '' as IntlString,
NumberLabels: '' as IntlString,
Roadmap: '' as IntlString,
MoveToTeam: '' as IntlString,
MoveToProject: '' as IntlString,
Duplicate: '' as IntlString,
IssueTitlePlaceholder: '' as IntlString,
@@ -179,8 +179,8 @@ export default mergeIds(trackerId, tracker, {
NewIssueDialogClose: '' as IntlString,
NewIssueDialogCloseNote: '' as IntlString,
RemoveProjectDialogClose: '' as IntlString,
RemoveProjectDialogCloseNote: '' as IntlString,
RemoveComponentDialogClose: '' as IntlString,
RemoveComponentDialogCloseNote: '' as IntlString,
CopyIssueUrl: '' as IntlString,
CopyIssueId: '' as IntlString,
@@ -314,16 +314,16 @@ export default mergeIds(trackerId, tracker, {
Issues: '' as AnyComponent,
Active: '' as AnyComponent,
Backlog: '' as AnyComponent,
Projects: '' as AnyComponent,
Components: '' as AnyComponent,
IssuePresenter: '' as AnyComponent,
ProjectTitlePresenter: '' as AnyComponent,
ProjectPresenter: '' as AnyComponent,
ComponentTitlePresenter: '' as AnyComponent,
ComponentPresenter: '' as AnyComponent,
TitlePresenter: '' as AnyComponent,
ModificationDatePresenter: '' as AnyComponent,
PriorityPresenter: '' as AnyComponent,
PriorityEditor: '' as AnyComponent,
PriorityRefPresenter: '' as AnyComponent,
ProjectEditor: '' as AnyComponent,
ComponentEditor: '' as AnyComponent,
SprintEditor: '' as AnyComponent,
StatusPresenter: '' as AnyComponent,
StatusRefPresenter: '' as AnyComponent,
@@ -331,21 +331,21 @@ export default mergeIds(trackerId, tracker, {
AssigneePresenter: '' as AnyComponent,
DueDatePresenter: '' as AnyComponent,
EditIssueTemplate: '' as AnyComponent,
CreateTeam: '' as AnyComponent,
TeamPresenter: '' as AnyComponent,
CreateProject: '' as AnyComponent,
ProjectPresenter: '' as AnyComponent,
NewIssueHeader: '' as AnyComponent,
IconPresenter: '' as AnyComponent,
LeadPresenter: '' as AnyComponent,
TargetDatePresenter: '' as AnyComponent,
ProjectStatusPresenter: '' as AnyComponent,
ProjectStatusEditor: '' as AnyComponent,
ComponentStatusPresenter: '' as AnyComponent,
ComponentStatusEditor: '' as AnyComponent,
SetDueDateActionPopup: '' as AnyComponent,
SetParentIssueActionPopup: '' as AnyComponent,
EditProject: '' as AnyComponent,
EditComponent: '' as AnyComponent,
IssuesView: '' as AnyComponent,
KanbanView: '' as AnyComponent,
Roadmap: '' as AnyComponent,
TeamProjects: '' as AnyComponent,
ProjectComponents: '' as AnyComponent,
IssuePreview: '' as AnyComponent,
RelationsPopup: '' as AnyComponent,
SprintRefPresenter: '' as AnyComponent,
@@ -353,19 +353,19 @@ export default mergeIds(trackerId, tracker, {
SprintPresenter: '' as AnyComponent,
SprintStatusPresenter: '' as AnyComponent,
SprintTitlePresenter: '' as AnyComponent,
SprintProjectEditor: '' as AnyComponent,
SprintComponentEditor: '' as AnyComponent,
SprintDatePresenter: '' as AnyComponent,
SprintLeadPresenter: '' as AnyComponent,
ReportedTimeEditor: '' as AnyComponent,
TimeSpendReport: '' as AnyComponent,
EstimationEditor: '' as AnyComponent,
TemplateEstimationEditor: '' as AnyComponent,
DeleteProjectPresenter: '' as AnyComponent,
DeleteComponentPresenter: '' as AnyComponent,
Scrums: '' as AnyComponent,
ScrumRecordPanel: '' as AnyComponent,
ProjectSelector: '' as AnyComponent,
ComponentSelector: '' as AnyComponent,
IssueTemplates: '' as AnyComponent,
IssueTemplatePresenter: '' as AnyComponent,
@@ -390,7 +390,7 @@ export default mergeIds(trackerId, tracker, {
GetAllPriority: '' as Resource<
(space: Ref<Space> | undefined, onUpdate: () => void, queryId: Ref<Doc>) => Promise<any[] | undefined>
>,
GetAllProjects: '' as Resource<
GetAllComponents: '' as Resource<
(space: Ref<Space> | undefined, onUpdate: () => void, queryId: Ref<Doc>) => Promise<any[] | undefined>
>,
GetAllSprints: '' as Resource<