@box/activity-feed 1.21.4 → 1.21.6
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/dist/i18n/bn-IN.js +4 -4
- package/dist/i18n/bn-IN.properties +8 -0
- package/dist/i18n/da-DK.js +4 -4
- package/dist/i18n/da-DK.properties +8 -0
- package/dist/i18n/de-DE.js +4 -4
- package/dist/i18n/de-DE.properties +8 -0
- package/dist/i18n/en-AU.js +1 -1
- package/dist/i18n/en-AU.properties +8 -0
- package/dist/i18n/en-CA.properties +8 -0
- package/dist/i18n/en-GB.js +1 -1
- package/dist/i18n/en-GB.properties +8 -0
- package/dist/i18n/en-x-pseudo.js +55 -55
- package/dist/i18n/en-x-pseudo.properties +59 -51
- package/dist/i18n/es-419.js +4 -4
- package/dist/i18n/es-419.properties +8 -0
- package/dist/i18n/es-ES.js +4 -4
- package/dist/i18n/es-ES.properties +8 -0
- package/dist/i18n/fi-FI.js +4 -4
- package/dist/i18n/fi-FI.properties +8 -0
- package/dist/i18n/fr-CA.js +4 -4
- package/dist/i18n/fr-CA.properties +8 -0
- package/dist/i18n/fr-FR.js +4 -4
- package/dist/i18n/fr-FR.properties +8 -0
- package/dist/i18n/hi-IN.js +4 -4
- package/dist/i18n/hi-IN.properties +8 -0
- package/dist/i18n/it-IT.js +4 -4
- package/dist/i18n/it-IT.properties +8 -0
- package/dist/i18n/ja-JP.properties +8 -0
- package/dist/i18n/ko-KR.js +4 -4
- package/dist/i18n/ko-KR.properties +8 -0
- package/dist/i18n/nb-NO.js +4 -4
- package/dist/i18n/nb-NO.properties +8 -0
- package/dist/i18n/nl-NL.js +4 -4
- package/dist/i18n/nl-NL.properties +8 -0
- package/dist/i18n/pl-PL.js +4 -4
- package/dist/i18n/pl-PL.properties +8 -0
- package/dist/i18n/pt-BR.js +4 -4
- package/dist/i18n/pt-BR.properties +8 -0
- package/dist/i18n/ru-RU.js +4 -4
- package/dist/i18n/ru-RU.properties +8 -0
- package/dist/i18n/sv-SE.js +4 -4
- package/dist/i18n/sv-SE.properties +8 -0
- package/dist/i18n/tr-TR.js +4 -4
- package/dist/i18n/tr-TR.properties +8 -0
- package/dist/i18n/zh-CN.js +4 -4
- package/dist/i18n/zh-CN.properties +8 -0
- package/dist/i18n/zh-TW.js +4 -4
- package/dist/i18n/zh-TW.properties +8 -0
- package/package.json +15 -15
|
@@ -48,6 +48,8 @@ groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationBody = 删除此
|
|
|
48
48
|
groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationCancel = 取消
|
|
49
49
|
# Confirm delete button on delete task confirmation popover
|
|
50
50
|
groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationConfirm = 删除
|
|
51
|
+
# Loading aria-label announced while the delete task confirmation is in flight
|
|
52
|
+
groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationConfirmLoading = 正在删除
|
|
51
53
|
# Accessible name for the delete task confirmation popover
|
|
52
54
|
groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationDialogAriaLabel = 删除任务确认
|
|
53
55
|
# Error message when fetching more assignees from server fails
|
|
@@ -66,8 +68,12 @@ groupSharedFeatures.activityFeed.taskCard.showMoreAssignees = 显示更多 {coun
|
|
|
66
68
|
groupSharedFeatures.activityFeed.taskCard.showMoreAssigneesApproximate = 显示更多 {count}+
|
|
67
69
|
# Approve action for an approval task
|
|
68
70
|
groupSharedFeatures.activityFeed.taskCard.taskApproveAction = 同意
|
|
71
|
+
# Loading aria-label announced while the Approve action is in flight
|
|
72
|
+
groupSharedFeatures.activityFeed.taskCard.taskApproveActionLoading = 正在审批
|
|
69
73
|
# Completion action for a general task
|
|
70
74
|
groupSharedFeatures.activityFeed.taskCard.taskCompleteAction = 标记为完成
|
|
75
|
+
# Loading aria-label announced while the Mark as Complete action is in flight
|
|
76
|
+
groupSharedFeatures.activityFeed.taskCard.taskCompleteActionLoading = 正在标记为已完成
|
|
71
77
|
# Text to show on menu item to delete task
|
|
72
78
|
groupSharedFeatures.activityFeed.taskCard.taskDeleteMenuItem = 删除任务
|
|
73
79
|
# Due date row: "Due" plus short month/day (with year when not the current year) and time. Placeholders are locale-formatted.
|
|
@@ -78,6 +84,8 @@ groupSharedFeatures.activityFeed.taskCard.taskEditMenuItem = 修改任务
|
|
|
78
84
|
groupSharedFeatures.activityFeed.taskCard.taskLabel = 任务
|
|
79
85
|
# Reject action for an approval task
|
|
80
86
|
groupSharedFeatures.activityFeed.taskCard.taskRejectAction = 拒绝
|
|
87
|
+
# Loading aria-label announced while the Reject action is in flight
|
|
88
|
+
groupSharedFeatures.activityFeed.taskCard.taskRejectActionLoading = 正在拒绝
|
|
81
89
|
# View details action for a multi-file task
|
|
82
90
|
groupSharedFeatures.activityFeed.taskCard.taskViewDetailsAction = 查看任务详细信息
|
|
83
91
|
# Headline when an approval task is approved
|
package/dist/i18n/zh-TW.js
CHANGED
|
@@ -24,7 +24,7 @@ export default {
|
|
|
24
24
|
"groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationBody": "刪除此任務? 此動作無法復原。",
|
|
25
25
|
"groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationCancel": "取消",
|
|
26
26
|
"groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationConfirm": "刪除",
|
|
27
|
-
"groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationConfirmLoading": "
|
|
27
|
+
"groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationConfirmLoading": "刪除中",
|
|
28
28
|
"groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationDialogAriaLabel": "刪除任務確認",
|
|
29
29
|
"groupSharedFeatures.activityFeed.taskCard.loadAssigneesError": "無法載入被指定者。 再試一次。",
|
|
30
30
|
"groupSharedFeatures.activityFeed.taskCard.loadingAssignees": "載入中…",
|
|
@@ -34,15 +34,15 @@ export default {
|
|
|
34
34
|
"groupSharedFeatures.activityFeed.taskCard.showMoreAssignees": "再顯示 {count} 個",
|
|
35
35
|
"groupSharedFeatures.activityFeed.taskCard.showMoreAssigneesApproximate": "再顯示 {count}+ 個",
|
|
36
36
|
"groupSharedFeatures.activityFeed.taskCard.taskApproveAction": "核准",
|
|
37
|
-
"groupSharedFeatures.activityFeed.taskCard.taskApproveActionLoading": "
|
|
37
|
+
"groupSharedFeatures.activityFeed.taskCard.taskApproveActionLoading": "核准中",
|
|
38
38
|
"groupSharedFeatures.activityFeed.taskCard.taskCompleteAction": "標記為已完成",
|
|
39
|
-
"groupSharedFeatures.activityFeed.taskCard.taskCompleteActionLoading": "
|
|
39
|
+
"groupSharedFeatures.activityFeed.taskCard.taskCompleteActionLoading": "正在標記為完成",
|
|
40
40
|
"groupSharedFeatures.activityFeed.taskCard.taskDeleteMenuItem": "刪除任務",
|
|
41
41
|
"groupSharedFeatures.activityFeed.taskCard.taskDueDateLabel": "到期時間:{monthDay} {time}",
|
|
42
42
|
"groupSharedFeatures.activityFeed.taskCard.taskEditMenuItem": "修改任務",
|
|
43
43
|
"groupSharedFeatures.activityFeed.taskCard.taskLabel": "任務",
|
|
44
44
|
"groupSharedFeatures.activityFeed.taskCard.taskRejectAction": "拒絕",
|
|
45
|
-
"groupSharedFeatures.activityFeed.taskCard.taskRejectActionLoading": "
|
|
45
|
+
"groupSharedFeatures.activityFeed.taskCard.taskRejectActionLoading": "拒絕中",
|
|
46
46
|
"groupSharedFeatures.activityFeed.taskCard.taskViewDetailsAction": "檢視工作詳細資料",
|
|
47
47
|
"groupSharedFeatures.activityFeed.taskState.approvedHeadline": "已核准",
|
|
48
48
|
"groupSharedFeatures.activityFeed.taskState.completedCountParenthetical": "({completedCount} / {totalCount} 個)",
|
|
@@ -48,6 +48,8 @@ groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationBody = 刪除此
|
|
|
48
48
|
groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationCancel = 取消
|
|
49
49
|
# Confirm delete button on delete task confirmation popover
|
|
50
50
|
groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationConfirm = 刪除
|
|
51
|
+
# Loading aria-label announced while the delete task confirmation is in flight
|
|
52
|
+
groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationConfirmLoading = 刪除中
|
|
51
53
|
# Accessible name for the delete task confirmation popover
|
|
52
54
|
groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationDialogAriaLabel = 刪除任務確認
|
|
53
55
|
# Error message when fetching more assignees from server fails
|
|
@@ -66,8 +68,12 @@ groupSharedFeatures.activityFeed.taskCard.showMoreAssignees = 再顯示 {count}
|
|
|
66
68
|
groupSharedFeatures.activityFeed.taskCard.showMoreAssigneesApproximate = 再顯示 {count}+ 個
|
|
67
69
|
# Approve action for an approval task
|
|
68
70
|
groupSharedFeatures.activityFeed.taskCard.taskApproveAction = 核准
|
|
71
|
+
# Loading aria-label announced while the Approve action is in flight
|
|
72
|
+
groupSharedFeatures.activityFeed.taskCard.taskApproveActionLoading = 核准中
|
|
69
73
|
# Completion action for a general task
|
|
70
74
|
groupSharedFeatures.activityFeed.taskCard.taskCompleteAction = 標記為已完成
|
|
75
|
+
# Loading aria-label announced while the Mark as Complete action is in flight
|
|
76
|
+
groupSharedFeatures.activityFeed.taskCard.taskCompleteActionLoading = 正在標記為完成
|
|
71
77
|
# Text to show on menu item to delete task
|
|
72
78
|
groupSharedFeatures.activityFeed.taskCard.taskDeleteMenuItem = 刪除任務
|
|
73
79
|
# Due date row: "Due" plus short month/day (with year when not the current year) and time. Placeholders are locale-formatted.
|
|
@@ -78,6 +84,8 @@ groupSharedFeatures.activityFeed.taskCard.taskEditMenuItem = 修改任務
|
|
|
78
84
|
groupSharedFeatures.activityFeed.taskCard.taskLabel = 任務
|
|
79
85
|
# Reject action for an approval task
|
|
80
86
|
groupSharedFeatures.activityFeed.taskCard.taskRejectAction = 拒絕
|
|
87
|
+
# Loading aria-label announced while the Reject action is in flight
|
|
88
|
+
groupSharedFeatures.activityFeed.taskCard.taskRejectActionLoading = 拒絕中
|
|
81
89
|
# View details action for a multi-file task
|
|
82
90
|
groupSharedFeatures.activityFeed.taskCard.taskViewDetailsAction = 檢視工作詳細資料
|
|
83
91
|
# Headline when an approval task is approved
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/activity-feed",
|
|
3
|
-
"version": "1.21.
|
|
3
|
+
"version": "1.21.6",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE",
|
|
5
5
|
"peerDependencies": {
|
|
6
|
-
"@box/blueprint-web": "^14.
|
|
7
|
-
"@box/blueprint-web-assets": "^4.120.
|
|
8
|
-
"@box/collaboration-popover": "^1.62.
|
|
9
|
-
"@box/readable-time": "^1.41.
|
|
10
|
-
"@box/threaded-annotations": "^1.
|
|
11
|
-
"@box/user-selector": "^1.76.
|
|
6
|
+
"@box/blueprint-web": "^14.36.0",
|
|
7
|
+
"@box/blueprint-web-assets": "^4.120.2",
|
|
8
|
+
"@box/collaboration-popover": "^1.62.24",
|
|
9
|
+
"@box/readable-time": "^1.41.24",
|
|
10
|
+
"@box/threaded-annotations": "^1.92.1",
|
|
11
|
+
"@box/user-selector": "^1.76.24",
|
|
12
12
|
"clsx": "^1.2.1",
|
|
13
13
|
"react": "^18.0.0",
|
|
14
14
|
"react-dom": "^18.0.0",
|
|
@@ -18,14 +18,14 @@
|
|
|
18
18
|
"access": "public"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"@box/blueprint-web": "^14.
|
|
22
|
-
"@box/blueprint-web-assets": "^4.120.
|
|
23
|
-
"@box/collaboration-popover": "^1.62.
|
|
24
|
-
"@box/eslint-plugin-blueprint": "1.2.
|
|
25
|
-
"@box/readable-time": "^1.41.
|
|
26
|
-
"@box/storybook-utils": "0.19.
|
|
27
|
-
"@box/threaded-annotations": "^1.
|
|
28
|
-
"@box/user-selector": "^1.76.
|
|
21
|
+
"@box/blueprint-web": "^14.36.0",
|
|
22
|
+
"@box/blueprint-web-assets": "^4.120.2",
|
|
23
|
+
"@box/collaboration-popover": "^1.62.24",
|
|
24
|
+
"@box/eslint-plugin-blueprint": "1.2.3",
|
|
25
|
+
"@box/readable-time": "^1.41.24",
|
|
26
|
+
"@box/storybook-utils": "0.19.17",
|
|
27
|
+
"@box/threaded-annotations": "^1.92.1",
|
|
28
|
+
"@box/user-selector": "^1.76.24",
|
|
29
29
|
"react-intl": "^6.4.2"
|
|
30
30
|
},
|
|
31
31
|
"files": [
|