@things-factory/worklist 6.0.37 → 6.0.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/client/bootstrap.ts +3 -6
- package/client/grist-editor/grist-editor-activity-search-key.ts +3 -2
- package/client/grist-editor/grist-renderer-activity-search-key.ts +25 -0
- package/client/pages/activity/activity-list-page.ts +25 -52
- package/client/pages/activity/activity-partial-view.ts +0 -3
- package/client/pages/activity-instance/activity-instance-list-page.ts +8 -3
- package/client/pages/activity-thread/activity-thread-page.ts +4 -11
- package/client/pages/installable-activity/installable-activity-list-page.ts +4 -26
- package/client/pages/todo/approval-waiting-list-page.ts +9 -14
- package/client/pages/todo/done-list-page.ts +19 -17
- package/client/pages/todo/draft-list-page.ts +16 -14
- package/client/pages/todo/todo-list-page.ts +26 -16
- package/client/types/activity.ts +0 -6
- package/dist-client/bootstrap.js +3 -2
- package/dist-client/bootstrap.js.map +1 -1
- package/dist-client/grist-editor/grist-editor-activity-search-key.js +3 -2
- package/dist-client/grist-editor/grist-editor-activity-search-key.js.map +1 -1
- package/dist-client/grist-editor/grist-renderer-activity-search-key.d.ts +3 -0
- package/dist-client/grist-editor/grist-renderer-activity-search-key.js +22 -0
- package/dist-client/grist-editor/grist-renderer-activity-search-key.js.map +1 -0
- package/dist-client/pages/activity/activity-list-page.js +25 -52
- package/dist-client/pages/activity/activity-list-page.js.map +1 -1
- package/dist-client/pages/activity/activity-partial-view.js +1 -1
- package/dist-client/pages/activity/activity-partial-view.js.map +1 -1
- package/dist-client/pages/activity-instance/activity-instance-list-page.js +8 -3
- package/dist-client/pages/activity-instance/activity-instance-list-page.js.map +1 -1
- package/dist-client/pages/activity-thread/activity-thread-page.js +4 -6
- package/dist-client/pages/activity-thread/activity-thread-page.js.map +1 -1
- package/dist-client/pages/installable-activity/installable-activity-list-page.d.ts +0 -1
- package/dist-client/pages/installable-activity/installable-activity-list-page.js +2 -24
- package/dist-client/pages/installable-activity/installable-activity-list-page.js.map +1 -1
- package/dist-client/pages/todo/approval-waiting-list-page.js +9 -15
- package/dist-client/pages/todo/approval-waiting-list-page.js.map +1 -1
- package/dist-client/pages/todo/done-list-page.js +19 -17
- package/dist-client/pages/todo/done-list-page.js.map +1 -1
- package/dist-client/pages/todo/draft-list-page.js +16 -15
- package/dist-client/pages/todo/draft-list-page.js.map +1 -1
- package/dist-client/pages/todo/todo-list-page.js +26 -17
- package/dist-client/pages/todo/todo-list-page.js.map +1 -1
- package/dist-client/tsconfig.tsbuildinfo +1 -1
- package/dist-client/types/activity.d.ts +0 -3
- package/dist-client/types/activity.js.map +1 -1
- package/dist-server/controllers/activity-thread/save.js +2 -2
- package/dist-server/controllers/activity-thread/save.js.map +1 -1
- package/dist-server/service/activity/activity-history.js +0 -15
- package/dist-server/service/activity/activity-history.js.map +1 -1
- package/dist-server/service/activity/activity-type.js +0 -24
- package/dist-server/service/activity/activity-type.js.map +1 -1
- package/dist-server/service/activity/activity.js +7 -22
- package/dist-server/service/activity/activity.js.map +1 -1
- package/dist-server/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
- package/server/controllers/activity-thread/save.ts +2 -1
- package/server/service/activity/activity-history.ts +0 -12
- package/server/service/activity/activity-type.ts +0 -18
- package/server/service/activity/activity.ts +7 -19
- package/translations/en.json +21 -1
- package/translations/ko.json +21 -1
- package/translations/ms.json +64 -44
- package/translations/zh.json +63 -43
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/worklist",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.39",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "dist-client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -31,10 +31,10 @@
|
|
|
31
31
|
"@things-factory/auth-base": "^6.0.34",
|
|
32
32
|
"@things-factory/board-service": "^6.0.34",
|
|
33
33
|
"@things-factory/context-ui": "^6.0.34",
|
|
34
|
-
"@things-factory/organization": "^6.0.
|
|
34
|
+
"@things-factory/organization": "^6.0.39",
|
|
35
35
|
"@things-factory/scheduler-client": "^6.0.35",
|
|
36
36
|
"@things-factory/shell": "^6.0.34",
|
|
37
37
|
"moment-timezone": "^0.5.40"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "0785dcb60e33faa110e9d6056909384c4f50b7bf"
|
|
40
40
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ActivityThread } from '../../service/activity-thread/activity-thread'
|
|
2
1
|
import { ActivityThreadSave } from '../../service/activity-thread/activity-thread-type'
|
|
3
2
|
import { updateActivityInstanceState } from '../common'
|
|
3
|
+
import { ActivityThread, ActivityThreadStatus } from '../../service/activity-thread/activity-thread'
|
|
4
4
|
|
|
5
5
|
export async function save(id: string, save: ActivityThreadSave, context: ResolverContext): Promise<ActivityThread> {
|
|
6
6
|
const { domain, user, tx } = context.state
|
|
@@ -21,6 +21,7 @@ export async function save(id: string, save: ActivityThreadSave, context: Resolv
|
|
|
21
21
|
const result = await repository.save({
|
|
22
22
|
...activityThread,
|
|
23
23
|
...save,
|
|
24
|
+
state: ActivityThreadStatus.Started,
|
|
24
25
|
transaction: 'save',
|
|
25
26
|
updater: user
|
|
26
27
|
})
|
|
@@ -93,18 +93,6 @@ export class ActivityHistory implements HistoryEntityInterface<Activity> {
|
|
|
93
93
|
@Field({ nullable: true })
|
|
94
94
|
standardTime?: number
|
|
95
95
|
|
|
96
|
-
@Column({ nullable: true })
|
|
97
|
-
@Field({ nullable: true })
|
|
98
|
-
cycleTime?: number
|
|
99
|
-
|
|
100
|
-
@Column({ nullable: true })
|
|
101
|
-
@Field({ nullable: true })
|
|
102
|
-
tactTime?: number
|
|
103
|
-
|
|
104
|
-
@Column({ nullable: true })
|
|
105
|
-
@Field({ nullable: true })
|
|
106
|
-
leadTime?: number
|
|
107
|
-
|
|
108
96
|
@ManyToOne(type => Role, { nullable: true })
|
|
109
97
|
@Field(type => Role, { nullable: true })
|
|
110
98
|
issuerRole?: Role
|
|
@@ -48,15 +48,6 @@ export class NewActivity {
|
|
|
48
48
|
@Field({ nullable: true })
|
|
49
49
|
standardTime?: number
|
|
50
50
|
|
|
51
|
-
@Field({ nullable: true })
|
|
52
|
-
cycleTime?: number
|
|
53
|
-
|
|
54
|
-
@Field({ nullable: true })
|
|
55
|
-
tactTime?: number
|
|
56
|
-
|
|
57
|
-
@Field({ nullable: true })
|
|
58
|
-
leadTime?: number
|
|
59
|
-
|
|
60
51
|
@Field(type => ObjectRef, { nullable: true })
|
|
61
52
|
issuerRole?: ObjectRef
|
|
62
53
|
|
|
@@ -138,15 +129,6 @@ export class ActivityPatch {
|
|
|
138
129
|
@Field({ nullable: true })
|
|
139
130
|
standardTime?: number
|
|
140
131
|
|
|
141
|
-
@Field({ nullable: true })
|
|
142
|
-
cycleTime?: number
|
|
143
|
-
|
|
144
|
-
@Field({ nullable: true })
|
|
145
|
-
tactTime?: number
|
|
146
|
-
|
|
147
|
-
@Field({ nullable: true })
|
|
148
|
-
leadTime?: number
|
|
149
|
-
|
|
150
132
|
@Field(type => ObjectRef, { nullable: true })
|
|
151
133
|
issuerRole?: ObjectRef
|
|
152
134
|
|
|
@@ -45,7 +45,7 @@ export enum ActivityType {
|
|
|
45
45
|
|
|
46
46
|
registerEnumType(ActivityType, {
|
|
47
47
|
name: 'ActivityType',
|
|
48
|
-
description: 'type enumeration of a activity'
|
|
48
|
+
description: 'type enumeration of a activity based on BPMN 2.0'
|
|
49
49
|
})
|
|
50
50
|
|
|
51
51
|
export enum ActivityUIType {
|
|
@@ -91,7 +91,7 @@ export class Activity {
|
|
|
91
91
|
description?: string
|
|
92
92
|
|
|
93
93
|
@Column({ nullable: true })
|
|
94
|
-
@Field({ nullable: true })
|
|
94
|
+
@Field({ nullable: true, description: 'BPMN 2.0 task type' })
|
|
95
95
|
activityType?: ActivityType
|
|
96
96
|
|
|
97
97
|
@Column({ nullable: true })
|
|
@@ -111,37 +111,25 @@ export class Activity {
|
|
|
111
111
|
priority?: number = 1
|
|
112
112
|
|
|
113
113
|
@Column({ nullable: true })
|
|
114
|
-
@Field({ nullable: true, description: 'Whether the task can be started arbitrarily by a user with privileges
|
|
114
|
+
@Field({ nullable: true, description: 'Whether the task can be started arbitrarily by a user with privileges' })
|
|
115
115
|
startable?: boolean
|
|
116
116
|
|
|
117
117
|
@Column({ nullable: true })
|
|
118
|
-
@Field({ nullable: true })
|
|
118
|
+
@Field({ nullable: true, description: 'Autostart schedule in crontab format' })
|
|
119
119
|
schedule?: string
|
|
120
120
|
|
|
121
121
|
@Column({ nullable: true })
|
|
122
|
-
@Field({ nullable: true })
|
|
122
|
+
@Field({ nullable: true, description: 'ID of the autostart schedule registered in the schedule service' })
|
|
123
123
|
scheduleId?: string
|
|
124
124
|
|
|
125
125
|
@Column({ nullable: true })
|
|
126
|
-
@Field({ nullable: true })
|
|
126
|
+
@Field({ nullable: true, description: 'Time zone to which automatic scheduling is applied' })
|
|
127
127
|
timezone?: string
|
|
128
128
|
|
|
129
129
|
@Column({ nullable: true })
|
|
130
|
-
@Field({ nullable: true })
|
|
130
|
+
@Field({ nullable: true, description: 'Standard time for this activity to be performed' })
|
|
131
131
|
standardTime?: number
|
|
132
132
|
|
|
133
|
-
@Column({ nullable: true })
|
|
134
|
-
@Field({ nullable: true })
|
|
135
|
-
cycleTime?: number
|
|
136
|
-
|
|
137
|
-
@Column({ nullable: true })
|
|
138
|
-
@Field({ nullable: true })
|
|
139
|
-
tactTime?: number
|
|
140
|
-
|
|
141
|
-
@Column({ nullable: true })
|
|
142
|
-
@Field({ nullable: true })
|
|
143
|
-
leadTime?: number
|
|
144
|
-
|
|
145
133
|
@ManyToOne(type => Role, { nullable: true })
|
|
146
134
|
@Field(type => Role, { nullable: true })
|
|
147
135
|
issuerRole?: Role
|
package/translations/en.json
CHANGED
|
@@ -12,7 +12,9 @@
|
|
|
12
12
|
"button.start": "start",
|
|
13
13
|
"button.submit": "submit",
|
|
14
14
|
"field.activity-type": "activity type",
|
|
15
|
+
"field.approval-line": "approval line",
|
|
15
16
|
"field.assignee": "assignee",
|
|
17
|
+
"field.assignees": "assignees",
|
|
16
18
|
"field.assignee-role": "assignee role",
|
|
17
19
|
"field.cycle-time": "CT(sec)",
|
|
18
20
|
"field.due-at": "due at",
|
|
@@ -49,12 +51,27 @@
|
|
|
49
51
|
"field.view-type": "view type",
|
|
50
52
|
"field.view-source": "view source",
|
|
51
53
|
"label.activity-instance": "activity instance",
|
|
54
|
+
"label.activity-state-draft": "draft",
|
|
55
|
+
"label.activity-state-released": "released",
|
|
56
|
+
"label.activity-state-deprecated": "deprecated",
|
|
57
|
+
"label.activity-state-posted": "posted",
|
|
58
|
+
"label.activity-state-waiting-assignment": "waiting assignment",
|
|
59
|
+
"label.activity-state-assigned": "assigned",
|
|
60
|
+
"label.activity-state-started": "started",
|
|
61
|
+
"label.activity-state-delegated": "delegated",
|
|
62
|
+
"label.activity-state-submitted": "submitted",
|
|
63
|
+
"label.activity-state-escalated": "escalated",
|
|
64
|
+
"label.activity-state-pending": "pending",
|
|
65
|
+
"label.activity-state-rejected": "rejected",
|
|
66
|
+
"label.activity-state-ended": "ended",
|
|
67
|
+
"label.activity-state-aborted": "aborted",
|
|
52
68
|
"label.days": "days",
|
|
53
69
|
"label.filter-aborted": "aborted",
|
|
54
70
|
"label.filter-important": "important",
|
|
55
71
|
"label.filter-due": "due",
|
|
56
72
|
"label.filter-recent": "recent",
|
|
57
73
|
"label.filter-rejected": "rejected",
|
|
74
|
+
"label.filter-proceeding": "proceeding",
|
|
58
75
|
"label.filter-resubmitted": "resubmitted",
|
|
59
76
|
"label.hours": "hours",
|
|
60
77
|
"label.minutes": "minutes",
|
|
@@ -76,6 +93,7 @@
|
|
|
76
93
|
"title.activity intro": "activity intro",
|
|
77
94
|
"title.activity preview": "activity preview",
|
|
78
95
|
"title.activity reporter list": "activity reporter list",
|
|
96
|
+
"title.activity schedule (un)register": "(un)register activity schedule",
|
|
79
97
|
"title.activity starter": "activity starter",
|
|
80
98
|
"title.activity starter list": "activity starter list",
|
|
81
99
|
"title.activity store": "activity store",
|
|
@@ -86,6 +104,8 @@
|
|
|
86
104
|
"title.assigned list": "assigned list",
|
|
87
105
|
"title.done list": "done list",
|
|
88
106
|
"title.draft list": "draft list",
|
|
107
|
+
"title.edit duration": "edit duration",
|
|
89
108
|
"title.installable activity list": "installable activity list",
|
|
90
|
-
"title.todo list": "todo list"
|
|
109
|
+
"title.todo list": "todo list",
|
|
110
|
+
"title.view page": "view page"
|
|
91
111
|
}
|
package/translations/ko.json
CHANGED
|
@@ -12,7 +12,9 @@
|
|
|
12
12
|
"button.start": "시작",
|
|
13
13
|
"button.submit": "제출",
|
|
14
14
|
"field.activity-type": "업무 타입",
|
|
15
|
+
"field.approval-line": "결재선",
|
|
15
16
|
"field.assignee": "피할당자",
|
|
17
|
+
"field.assignees": "피할당자",
|
|
16
18
|
"field.assignee-role": "피할당 역할",
|
|
17
19
|
"field.cycle-time": "CT(초)",
|
|
18
20
|
"field.due-at": "만기시간",
|
|
@@ -49,12 +51,27 @@
|
|
|
49
51
|
"field.view-type": "뷰 타입",
|
|
50
52
|
"field.view-source": "뷰 소스",
|
|
51
53
|
"label.activity-instance": "업무 인스턴스",
|
|
54
|
+
"label.activity-state-draft": "초안작업중",
|
|
55
|
+
"label.activity-state-posted": "게시됨",
|
|
56
|
+
"label.activity-state-released": "배포됨",
|
|
57
|
+
"label.activity-state-deprecated": "폐기됨",
|
|
58
|
+
"label.activity-state-waiting-assignment": "할당대기",
|
|
59
|
+
"label.activity-state-assigned": "할당됨",
|
|
60
|
+
"label.activity-state-started": "진행중",
|
|
61
|
+
"label.activity-state-delegated": "위임됨",
|
|
62
|
+
"label.activity-state-submitted": "제출됨",
|
|
63
|
+
"label.activity-state-escalated": "승인진행중",
|
|
64
|
+
"label.activity-state-pending": "지연중",
|
|
65
|
+
"label.activity-state-rejected": "반려됨",
|
|
66
|
+
"label.activity-state-ended": "완료됨",
|
|
67
|
+
"label.activity-state-aborted": "취소됨",
|
|
52
68
|
"label.days": "일",
|
|
53
69
|
"label.filter-aborted": "중단",
|
|
54
70
|
"label.filter-important": "중요",
|
|
55
71
|
"label.filter-due": "만기",
|
|
56
72
|
"label.filter-recent": "최근",
|
|
57
73
|
"label.filter-rejected": "반려",
|
|
74
|
+
"label.filter-proceeding": "작업중",
|
|
58
75
|
"label.filter-resubmitted": "재상신",
|
|
59
76
|
"label.hours": "시간",
|
|
60
77
|
"label.minutes": "분",
|
|
@@ -76,6 +93,7 @@
|
|
|
76
93
|
"title.activity intro": "업무 소개",
|
|
77
94
|
"title.activity preview": "업무 미리보기",
|
|
78
95
|
"title.activity reporter list": "업무 현황",
|
|
96
|
+
"title.activity schedule (un)register": "업무 스케쥴 등록/삭제",
|
|
79
97
|
"title.activity starter": "업무 발급",
|
|
80
98
|
"title.activity starter list": "새업무 할당",
|
|
81
99
|
"title.activity store": "업무 스토어",
|
|
@@ -86,6 +104,8 @@
|
|
|
86
104
|
"title.assigned list": "나의 연관 업무 현황",
|
|
87
105
|
"title.done list": "완료한 업무",
|
|
88
106
|
"title.draft list": "작성중인 업무",
|
|
107
|
+
"title.edit duration": "소요시간 편집",
|
|
89
108
|
"title.installable activity list": "설치 가능 업무",
|
|
90
|
-
"title.todo list": "나의 할일 리스트"
|
|
109
|
+
"title.todo list": "나의 할일 리스트",
|
|
110
|
+
"title.view page": "페이지 보기"
|
|
91
111
|
}
|
package/translations/ms.json
CHANGED
|
@@ -1,24 +1,26 @@
|
|
|
1
1
|
{
|
|
2
|
-
"button.abort": "abort",
|
|
3
|
-
"button.approve": "approve",
|
|
4
|
-
"button.assign": "assign",
|
|
5
|
-
"button.buy": "buy",
|
|
6
|
-
"button.delegate": "delegate",
|
|
7
|
-
"button.draft": "draft",
|
|
8
|
-
"button.finish": "finish",
|
|
9
|
-
"button.pick": "pick",
|
|
10
|
-
"button.post": "post",
|
|
11
|
-
"button.restart": "restart",
|
|
12
|
-
"button.start": "start",
|
|
13
|
-
"button.submit": "submit",
|
|
14
|
-
"field.activity-type": "activity type",
|
|
15
|
-
"field.
|
|
16
|
-
"field.assignee
|
|
17
|
-
"field.
|
|
18
|
-
"field.
|
|
19
|
-
"field.
|
|
20
|
-
"field.
|
|
21
|
-
"field.
|
|
2
|
+
"button.abort": "[ms] abort",
|
|
3
|
+
"button.approve": "[ms] approve",
|
|
4
|
+
"button.assign": "[ms] assign",
|
|
5
|
+
"button.buy": "[ms] buy",
|
|
6
|
+
"button.delegate": "[ms] delegate",
|
|
7
|
+
"button.draft": "[ms] draft",
|
|
8
|
+
"button.finish": "[ms] finish",
|
|
9
|
+
"button.pick": "[ms] pick",
|
|
10
|
+
"button.post": "[ms] post",
|
|
11
|
+
"button.restart": "[ms] restart",
|
|
12
|
+
"button.start": "[ms] start",
|
|
13
|
+
"button.submit": "[ms] submit",
|
|
14
|
+
"field.activity-type": "[ms] activity type",
|
|
15
|
+
"field.approval-line": "[ms] approval line",
|
|
16
|
+
"field.assignee": "[ms] assignee",
|
|
17
|
+
"field.assignees": "[ms] assignees",
|
|
18
|
+
"field.assignee-role": "[ms] assigneerole",
|
|
19
|
+
"field.cycle-time": "[ms] CT(sec)",
|
|
20
|
+
"field.due-at": "[ms] due at",
|
|
21
|
+
"field.due-in": "[ms] due in",
|
|
22
|
+
"field.hidden": "[ms] hidden",
|
|
23
|
+
"field.inout": "[ms] inout",
|
|
22
24
|
"field.input-key": "[ms] input-key",
|
|
23
25
|
"field.issuer": "issuer",
|
|
24
26
|
"field.posted-at": "posted at",
|
|
@@ -49,12 +51,27 @@
|
|
|
49
51
|
"field.view-type": "[ms] view type",
|
|
50
52
|
"field.view-source": "[ms] view source",
|
|
51
53
|
"label.activity-instance": "[ms] activity instance",
|
|
54
|
+
"label.activity-state-draft": "[ms] draft",
|
|
55
|
+
"label.activity-state-released": "[ms] released",
|
|
56
|
+
"label.activity-state-deprecated": "[ms] deprecated",
|
|
57
|
+
"label.activity-state-posted": "[ms] posted",
|
|
58
|
+
"label.activity-state-waiting-assignment": "[ms] waiting assignment",
|
|
59
|
+
"label.activity-state-assigned": "[ms] assigned",
|
|
60
|
+
"label.activity-state-started": "[ms] started",
|
|
61
|
+
"label.activity-state-delegated": "[ms] delegated",
|
|
62
|
+
"label.activity-state-submitted": "[ms] submitted",
|
|
63
|
+
"label.activity-state-escalated": "[ms] escalated",
|
|
64
|
+
"label.activity-state-pending": "[ms] pending",
|
|
65
|
+
"label.activity-state-rejected": "[ms] rejected",
|
|
66
|
+
"label.activity-state-ended": "[ms] ended",
|
|
67
|
+
"label.activity-state-aborted": "[ms] aborted",
|
|
52
68
|
"label.days": "[ms] days",
|
|
53
69
|
"label.filter-aborted": "aborted",
|
|
54
70
|
"label.filter-important": "important",
|
|
55
71
|
"label.filter-due": "due",
|
|
56
72
|
"label.filter-recent": "recent",
|
|
57
73
|
"label.filter-rejected": "rejected",
|
|
74
|
+
"label.filter-proceeding": "proceeding",
|
|
58
75
|
"label.filter-resubmitted": "resubmitted",
|
|
59
76
|
"label.hours": "[ms] hours",
|
|
60
77
|
"label.minutes": "[ms] minutes",
|
|
@@ -64,28 +81,31 @@
|
|
|
64
81
|
"text.installable-activities": "[ms] installable activities",
|
|
65
82
|
"text.pick": "[ms] pick",
|
|
66
83
|
"text.save": "[ms] save",
|
|
67
|
-
"text.task_is_finished_successfully": "task is finished successfully.",
|
|
68
|
-
"text.task_is_saved_successfully": "task is saved successfully",
|
|
69
|
-
"text.task_is_started_successfully": "task is started successfully.",
|
|
70
|
-
"title.activity bank": "activity bank",
|
|
71
|
-
"title.activity list": "activity list",
|
|
72
|
-
"title.activity model item list": "activity model item list",
|
|
73
|
-
"title.activity instance list": "activity instance list",
|
|
74
|
-
"title.activity instance search": "activity instance search",
|
|
75
|
-
"title.activity instance view": "activity instance view",
|
|
76
|
-
"title.activity intro": "activity intro",
|
|
77
|
-
"title.activity preview": "activity preview",
|
|
78
|
-
"title.activity reporter list": "activity reporter list",
|
|
79
|
-
"title.activity
|
|
80
|
-
"title.activity starter
|
|
81
|
-
"title.activity
|
|
82
|
-
"title.activity
|
|
83
|
-
"title.activity
|
|
84
|
-
"title.activity template list": "activity template list",
|
|
85
|
-
"title.
|
|
86
|
-
"title.
|
|
87
|
-
"title.
|
|
88
|
-
"title.
|
|
89
|
-
"title.
|
|
90
|
-
"title.
|
|
84
|
+
"text.task_is_finished_successfully": "[ms] task is finished successfully.",
|
|
85
|
+
"text.task_is_saved_successfully": "[ms] task is saved successfully",
|
|
86
|
+
"text.task_is_started_successfully": "[ms] task is started successfully.",
|
|
87
|
+
"title.activity bank": "[ms] activity bank",
|
|
88
|
+
"title.activity list": "[ms] activity list",
|
|
89
|
+
"title.activity model item list": "[ms] activity model item list",
|
|
90
|
+
"title.activity instance list": "[ms] activity instance list",
|
|
91
|
+
"title.activity instance search": "[ms] activity instance search",
|
|
92
|
+
"title.activity instance view": "[ms] activity instance view",
|
|
93
|
+
"title.activity intro": "[ms] activity intro",
|
|
94
|
+
"title.activity preview": "[ms] activity preview",
|
|
95
|
+
"title.activity reporter list": "[ms] activity reporter list",
|
|
96
|
+
"title.activity schedule (un)register": "[ms] (un)register activity schedule",
|
|
97
|
+
"title.activity starter": "[ms] activity starter",
|
|
98
|
+
"title.activity starter list": "[ms] activity starter list",
|
|
99
|
+
"title.activity store": "[ms] activity store",
|
|
100
|
+
"title.activity summary": "[ms] activity summary",
|
|
101
|
+
"title.activity template model item list": "[ms] activity template model item list",
|
|
102
|
+
"title.activity template list": "[ms] activity template list",
|
|
103
|
+
"title.approval waiting list": "[ms] approval waiting list",
|
|
104
|
+
"title.assigned list": "[ms] assigned list",
|
|
105
|
+
"title.done list": "[ms] done list",
|
|
106
|
+
"title.draft list": "[ms] draft list",
|
|
107
|
+
"title.edit duration": "[ms] edit duration",
|
|
108
|
+
"title.installable activity list": "[ms] installable activity list",
|
|
109
|
+
"title.todo list": "[ms] todo list",
|
|
110
|
+
"title.view page": "[ms] view page"
|
|
91
111
|
}
|
package/translations/zh.json
CHANGED
|
@@ -1,23 +1,25 @@
|
|
|
1
1
|
{
|
|
2
|
-
"button.abort": "abort",
|
|
3
|
-
"button.approve": "approve",
|
|
4
|
-
"button.assign": "assign",
|
|
5
|
-
"button.buy": "buy",
|
|
6
|
-
"button.delegate": "delegate",
|
|
7
|
-
"button.draft": "draft",
|
|
8
|
-
"button.finish": "finish",
|
|
9
|
-
"button.pick": "pick",
|
|
10
|
-
"button.post": "post",
|
|
11
|
-
"button.restart": "restart",
|
|
12
|
-
"button.start": "start",
|
|
13
|
-
"button.submit": "submit",
|
|
14
|
-
"field.activity-type": "activity type",
|
|
15
|
-
"field.
|
|
16
|
-
"field.assignee
|
|
17
|
-
"field.
|
|
18
|
-
"field.
|
|
19
|
-
"field.
|
|
20
|
-
"field.
|
|
2
|
+
"button.abort": "[zh] abort",
|
|
3
|
+
"button.approve": "[zh] approve",
|
|
4
|
+
"button.assign": "[zh] assign",
|
|
5
|
+
"button.buy": "[zh] buy",
|
|
6
|
+
"button.delegate": "[zh] delegate",
|
|
7
|
+
"button.draft": "[zh] draft",
|
|
8
|
+
"button.finish": "[zh] finish",
|
|
9
|
+
"button.pick": "[zh] pick",
|
|
10
|
+
"button.post": "[zh] post",
|
|
11
|
+
"button.restart": "[zh] restart",
|
|
12
|
+
"button.start": "[zh] start",
|
|
13
|
+
"button.submit": "[zh] submit",
|
|
14
|
+
"field.activity-type": "[zh] activity type",
|
|
15
|
+
"field.approval-line": "[zh] approval line",
|
|
16
|
+
"field.assignee": "[zh] assignee",
|
|
17
|
+
"field.assignees": "[zh] assignees",
|
|
18
|
+
"field.assignee-role": "[zh] assigneerole",
|
|
19
|
+
"field.cycle-time": "[zh] CT(sec)",
|
|
20
|
+
"field.due-at": "[zh] due at",
|
|
21
|
+
"field.due-in": "[zh] due in",
|
|
22
|
+
"field.inout": "[zh] inout",
|
|
21
23
|
"field.input-key": "[zh] input-key",
|
|
22
24
|
"field.issuer": "issuer",
|
|
23
25
|
"field.hidden": "hidden",
|
|
@@ -49,12 +51,27 @@
|
|
|
49
51
|
"field.view-type": "[zh] view type",
|
|
50
52
|
"field.view-source": "[zh] view source",
|
|
51
53
|
"label.activity-instance": "[zh] activity instance",
|
|
54
|
+
"label.activity-state-draft": "[zh] draft",
|
|
55
|
+
"label.activity-state-released": "[zh] released",
|
|
56
|
+
"label.activity-state-deprecated": "[zh] deprecated",
|
|
57
|
+
"label.activity-state-posted": "[zh] posted",
|
|
58
|
+
"label.activity-state-waiting-assignment": "[zh] waiting assignment",
|
|
59
|
+
"label.activity-state-assigned": "[zh] assigned",
|
|
60
|
+
"label.activity-state-started": "[zh] started",
|
|
61
|
+
"label.activity-state-delegated": "[zh] delegated",
|
|
62
|
+
"label.activity-state-submitted": "[zh] submitted",
|
|
63
|
+
"label.activity-state-escalated": "[zh] escalated",
|
|
64
|
+
"label.activity-state-pending": "[zh] pending",
|
|
65
|
+
"label.activity-state-rejected": "[zh] rejected",
|
|
66
|
+
"label.activity-state-ended": "[zh] ended",
|
|
67
|
+
"label.activity-state-aborted": "[zh] aborted",
|
|
52
68
|
"label.days": "天",
|
|
53
69
|
"label.filter-aborted": "aborted",
|
|
54
70
|
"label.filter-important": "important",
|
|
55
71
|
"label.filter-due": "due",
|
|
56
72
|
"label.filter-recent": "recent",
|
|
57
73
|
"label.filter-rejected": "rejected",
|
|
74
|
+
"label.filter-proceeding": "proceeding",
|
|
58
75
|
"label.filter-resubmitted": "resubmitted",
|
|
59
76
|
"label.hours": "小时",
|
|
60
77
|
"label.minutes": "分钟",
|
|
@@ -64,28 +81,31 @@
|
|
|
64
81
|
"text.installable-activities": "[zh] installable activities",
|
|
65
82
|
"text.pick": "[zh] pick",
|
|
66
83
|
"text.save": "[zh] save",
|
|
67
|
-
"text.task_is_finished_successfully": "task is finished successfully.",
|
|
68
|
-
"text.task_is_saved_successfully": "task is saved successfully",
|
|
69
|
-
"text.task_is_started_successfully": "task is started successfully.",
|
|
70
|
-
"title.activity bank": "activity bank",
|
|
71
|
-
"title.activity list": "activity list",
|
|
72
|
-
"title.activity model item list": "activity model item list",
|
|
73
|
-
"title.activity instance list": "activity instance list",
|
|
74
|
-
"title.activity instance search": "activity instance search",
|
|
75
|
-
"title.activity instance view": "activity instance view",
|
|
76
|
-
"title.activity intro": "activity intro",
|
|
77
|
-
"title.activity preview": "activity preview",
|
|
78
|
-
"title.activity
|
|
79
|
-
"title.activity
|
|
80
|
-
"title.activity starter
|
|
81
|
-
"title.activity
|
|
82
|
-
"title.activity
|
|
83
|
-
"title.activity
|
|
84
|
-
"title.activity template list": "activity template list",
|
|
85
|
-
"title.
|
|
86
|
-
"title.
|
|
87
|
-
"title.
|
|
88
|
-
"title.
|
|
89
|
-
"title.
|
|
90
|
-
"title.
|
|
84
|
+
"text.task_is_finished_successfully": "[zh] task is finished successfully.",
|
|
85
|
+
"text.task_is_saved_successfully": "[zh] task is saved successfully",
|
|
86
|
+
"text.task_is_started_successfully": "[zh] task is started successfully.",
|
|
87
|
+
"title.activity bank": "[zh] activity bank",
|
|
88
|
+
"title.activity list": "[zh] activity list",
|
|
89
|
+
"title.activity model item list": "[zh] activity model item list",
|
|
90
|
+
"title.activity instance list": "[zh] activity instance list",
|
|
91
|
+
"title.activity instance search": "[zh] activity instance search",
|
|
92
|
+
"title.activity instance view": "[zh] activity instance view",
|
|
93
|
+
"title.activity intro": "[zh] activity intro",
|
|
94
|
+
"title.activity preview": "[zh] activity preview",
|
|
95
|
+
"title.activity schedule (un)register": "[zh] (un)register activity schedule",
|
|
96
|
+
"title.activity reporter list": "[zh] activity reporter list",
|
|
97
|
+
"title.activity starter": "[zh] activity starter",
|
|
98
|
+
"title.activity starter list": "[zh] activity starter list",
|
|
99
|
+
"title.activity store": "[zh] activity store",
|
|
100
|
+
"title.activity summary": "[zh] activity summary",
|
|
101
|
+
"title.activity template model item list": "[zh] activity template model item list",
|
|
102
|
+
"title.activity template list": "[zh] activity template list",
|
|
103
|
+
"title.approval waiting list": "[zh] approval waiting list",
|
|
104
|
+
"title.assigned list": "[zh] assigned list",
|
|
105
|
+
"title.done list": "[zh] done list",
|
|
106
|
+
"title.draft list": "[zh] draft list",
|
|
107
|
+
"title.edit duration": "[zh] edit duration",
|
|
108
|
+
"title.installable activity list": "[zh] installable activity list",
|
|
109
|
+
"title.todo list": "[zh] todo list",
|
|
110
|
+
"title.view page": "[zh] view page"
|
|
91
111
|
}
|