@box/activity-feed 2.1.14 → 2.1.16
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 +58 -58
- package/dist/i18n/da-DK.js +57 -58
- package/dist/i18n/de-DE.js +57 -58
- package/dist/i18n/en-AU.js +9 -58
- package/dist/i18n/en-CA.js +2 -59
- package/dist/i18n/en-GB.js +9 -58
- package/dist/i18n/en-x-pseudo.js +2 -59
- package/dist/i18n/es-419.js +58 -58
- package/dist/i18n/es-ES.js +58 -58
- package/dist/i18n/fi-FI.js +58 -58
- package/dist/i18n/fr-CA.js +59 -58
- package/dist/i18n/fr-FR.js +59 -58
- package/dist/i18n/hi-IN.js +58 -58
- package/dist/i18n/it-IT.js +58 -58
- package/dist/i18n/ja-JP.js +58 -58
- package/dist/i18n/ko-KR.js +58 -58
- package/dist/i18n/nb-NO.js +58 -58
- package/dist/i18n/nl-NL.js +57 -58
- package/dist/i18n/pl-PL.js +58 -58
- package/dist/i18n/pt-BR.js +58 -58
- package/dist/i18n/ru-RU.js +58 -58
- package/dist/i18n/sv-SE.js +58 -58
- package/dist/i18n/tr-TR.js +58 -58
- package/dist/i18n/zh-CN.js +59 -58
- package/dist/i18n/zh-TW.js +59 -58
- package/package.json +15 -15
- package/dist/i18n/bn-IN.properties +0 -114
- package/dist/i18n/da-DK.properties +0 -114
- package/dist/i18n/de-DE.properties +0 -114
- package/dist/i18n/en-AU.properties +0 -114
- package/dist/i18n/en-CA.properties +0 -114
- package/dist/i18n/en-GB.properties +0 -114
- package/dist/i18n/en-US.js +0 -59
- package/dist/i18n/en-US.properties +0 -114
- package/dist/i18n/en-x-pseudo.properties +0 -114
- package/dist/i18n/es-419.properties +0 -114
- package/dist/i18n/es-ES.properties +0 -114
- package/dist/i18n/fi-FI.properties +0 -114
- package/dist/i18n/fr-CA.properties +0 -114
- package/dist/i18n/fr-FR.properties +0 -114
- package/dist/i18n/hi-IN.properties +0 -114
- package/dist/i18n/it-IT.properties +0 -114
- package/dist/i18n/ja-JP.properties +0 -114
- package/dist/i18n/json/src/lib/components/app-activity-item/messages.json +0 -1
- package/dist/i18n/json/src/lib/components/empty-state/messages.json +0 -1
- package/dist/i18n/json/src/lib/components/header/messages.json +0 -1
- package/dist/i18n/json/src/lib/components/header/task-button/messages.json +0 -1
- package/dist/i18n/json/src/lib/components/task-item/components/task-message/messages.json +0 -1
- package/dist/i18n/json/src/lib/components/task-item/components/task-state/messages.json +0 -1
- package/dist/i18n/json/src/lib/components/task-item/messages.json +0 -1
- package/dist/i18n/json/src/lib/components/version-item/messages.json +0 -1
- package/dist/i18n/ko-KR.properties +0 -114
- package/dist/i18n/nb-NO.properties +0 -114
- package/dist/i18n/nl-NL.properties +0 -114
- package/dist/i18n/pl-PL.properties +0 -114
- package/dist/i18n/pt-BR.properties +0 -114
- package/dist/i18n/ru-RU.properties +0 -114
- package/dist/i18n/sv-SE.properties +0 -114
- package/dist/i18n/tr-TR.properties +0 -114
- package/dist/i18n/zh-CN.properties +0 -114
- package/dist/i18n/zh-TW.properties +0 -114
|
@@ -1,114 +0,0 @@
|
|
|
1
|
-
# Text for an activity item in the activity feed
|
|
2
|
-
groupSharedFeatures.activityFeed.activityItemText = {appName}: {parsedContent} · {timestamp}
|
|
3
|
-
# Body text shown in the activity feed empty state
|
|
4
|
-
groupSharedFeatures.activityFeed.emptyState.body = 发表评论、添加注释或@提及协作者以分享您的想法。
|
|
5
|
-
# Title shown in the activity feed empty state
|
|
6
|
-
groupSharedFeatures.activityFeed.emptyState.title = 开始对话
|
|
7
|
-
# Aria label for the close button in the activity feed header
|
|
8
|
-
groupSharedFeatures.activityFeed.header.closeAriaLabel = 关闭
|
|
9
|
-
# Aria label for the filter toggle button in the activity feed header
|
|
10
|
-
groupSharedFeatures.activityFeed.header.filterAriaLabel = 筛选
|
|
11
|
-
# Title label for the filters dropdown in the activity feed header
|
|
12
|
-
groupSharedFeatures.activityFeed.header.filtersTitle = 过滤器
|
|
13
|
-
# Label for the filter option that hides resolved comments
|
|
14
|
-
groupSharedFeatures.activityFeed.header.hideResolvedComments = 仅未解决
|
|
15
|
-
# Description for the filter option that hides resolved comments
|
|
16
|
-
groupSharedFeatures.activityFeed.header.hideResolvedCommentsDescription = 不包括已标记为已解决的评论
|
|
17
|
-
# Label for the filter option that shows only comments mentioning the current user
|
|
18
|
-
groupSharedFeatures.activityFeed.header.mentionMe = 提及我
|
|
19
|
-
# Description for the mention-me filter (comments only)
|
|
20
|
-
groupSharedFeatures.activityFeed.header.mentionMeDescription = 您被 @ 提及的评论
|
|
21
|
-
# Description for the mention-me filter (comments and tasks)
|
|
22
|
-
groupSharedFeatures.activityFeed.header.mentionMeDescriptionWithTasks = 您被 @ 提及的评论以及分配给您的任务
|
|
23
|
-
# Label for the filter option that includes resolved comments
|
|
24
|
-
groupSharedFeatures.activityFeed.header.showResolvedComments = 显示已解决评论
|
|
25
|
-
# Description for the filter option that includes resolved comments
|
|
26
|
-
groupSharedFeatures.activityFeed.header.showResolvedCommentsDescription = 已标记为已解决的评论
|
|
27
|
-
# Label for the dropdown trigger button that opens the task type menu
|
|
28
|
-
groupSharedFeatures.activityFeed.header.taskButton.addTaskLabel = 添加任务
|
|
29
|
-
# Description for the approval task menu item in the add task dropdown
|
|
30
|
-
groupSharedFeatures.activityFeed.header.taskButton.approvalTaskDescription = 受理人将负责批准或拒绝任务
|
|
31
|
-
# Title for the approval task menu item in the add task dropdown
|
|
32
|
-
groupSharedFeatures.activityFeed.header.taskButton.approvalTaskTitle = 审批任务
|
|
33
|
-
# Description for the general task menu item in the add task dropdown
|
|
34
|
-
groupSharedFeatures.activityFeed.header.taskButton.generalTaskDescription = 受理人将负责将任务标记为已完成
|
|
35
|
-
# Title for the general task menu item in the add task dropdown
|
|
36
|
-
groupSharedFeatures.activityFeed.header.taskButton.generalTaskTitle = 常规任务
|
|
37
|
-
# Label header for approval task card
|
|
38
|
-
groupSharedFeatures.activityFeed.taskCard.approvalTaskLabel = 审批任务
|
|
39
|
-
# Per-assignee row suffix when the assignee approved an approval task
|
|
40
|
-
groupSharedFeatures.activityFeed.taskCard.assigneeRowStatusApproved = 已批准
|
|
41
|
-
# Per-assignee row suffix when the assignee has completed (sentence case, green in UI)
|
|
42
|
-
groupSharedFeatures.activityFeed.taskCard.assigneeRowStatusCompleted = 已完成
|
|
43
|
-
# Per-assignee row suffix when the assignee rejected an approval task
|
|
44
|
-
groupSharedFeatures.activityFeed.taskCard.assigneeRowStatusRejected = 已拒绝
|
|
45
|
-
# Confirmation message when deleting a task from the task message options
|
|
46
|
-
groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationBody = 删除此任务?此操作无法撤销。
|
|
47
|
-
# Cancel button on delete task confirmation popover
|
|
48
|
-
groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationCancel = 取消
|
|
49
|
-
# Confirm delete button on delete task confirmation popover
|
|
50
|
-
groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationConfirm = 删除
|
|
51
|
-
# Loading aria-label announced while the delete task confirmation is in flight
|
|
52
|
-
groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationConfirmLoading = 正在删除
|
|
53
|
-
# Accessible name for the delete task confirmation popover
|
|
54
|
-
groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationDialogAriaLabel = 删除任务确认
|
|
55
|
-
# Error message when fetching more assignees from server fails
|
|
56
|
-
groupSharedFeatures.activityFeed.taskCard.loadAssigneesError = 无法加载受理人。请重试。
|
|
57
|
-
# Loading state text when fetching more assignees from server
|
|
58
|
-
groupSharedFeatures.activityFeed.taskCard.loadingAssignees = 正在加载…
|
|
59
|
-
# Aria label for more options button in task message
|
|
60
|
-
groupSharedFeatures.activityFeed.taskCard.moreOptionsAriaLabel = 更多选项按钮
|
|
61
|
-
# Button to hide additional assignees
|
|
62
|
-
groupSharedFeatures.activityFeed.taskCard.showLessAssignees = 收起
|
|
63
|
-
# Button to load more assignees from server when count is unknown
|
|
64
|
-
groupSharedFeatures.activityFeed.taskCard.showMore = 显示更多
|
|
65
|
-
# Button to show more assignees when exact count is known
|
|
66
|
-
groupSharedFeatures.activityFeed.taskCard.showMoreAssignees = 显示更多 {count} 个
|
|
67
|
-
# Button to show more assignees when approximate count (at least this many more on server)
|
|
68
|
-
groupSharedFeatures.activityFeed.taskCard.showMoreAssigneesApproximate = 显示更多 {count}+
|
|
69
|
-
# Approve action for an approval task
|
|
70
|
-
groupSharedFeatures.activityFeed.taskCard.taskApproveAction = 同意
|
|
71
|
-
# Loading aria-label announced while the Approve action is in flight
|
|
72
|
-
groupSharedFeatures.activityFeed.taskCard.taskApproveActionLoading = 正在审批
|
|
73
|
-
# Completion action for a general task
|
|
74
|
-
groupSharedFeatures.activityFeed.taskCard.taskCompleteAction = 标记为完成
|
|
75
|
-
# Loading aria-label announced while the Mark as Complete action is in flight
|
|
76
|
-
groupSharedFeatures.activityFeed.taskCard.taskCompleteActionLoading = 正在标记为已完成
|
|
77
|
-
# Text to show on menu item to delete task
|
|
78
|
-
groupSharedFeatures.activityFeed.taskCard.taskDeleteMenuItem = 删除任务
|
|
79
|
-
# Due date row: "Due" plus short month/day (with year when not the current year) and time. Placeholders are locale-formatted.
|
|
80
|
-
groupSharedFeatures.activityFeed.taskCard.taskDueDateLabel = 到期 {monthDay} {time}
|
|
81
|
-
# Text to show on menu item to edit task
|
|
82
|
-
groupSharedFeatures.activityFeed.taskCard.taskEditMenuItem = 修改任务
|
|
83
|
-
# Label header for task card
|
|
84
|
-
groupSharedFeatures.activityFeed.taskCard.taskLabel = 任务
|
|
85
|
-
# Reject action for an approval task
|
|
86
|
-
groupSharedFeatures.activityFeed.taskCard.taskRejectAction = 拒绝
|
|
87
|
-
# Loading aria-label announced while the Reject action is in flight
|
|
88
|
-
groupSharedFeatures.activityFeed.taskCard.taskRejectActionLoading = 正在拒绝
|
|
89
|
-
# View details action for a multi-file task
|
|
90
|
-
groupSharedFeatures.activityFeed.taskCard.taskViewDetailsAction = 查看任务详细信息
|
|
91
|
-
# Headline when an approval task is approved
|
|
92
|
-
groupSharedFeatures.activityFeed.taskState.approvedHeadline = 已批准
|
|
93
|
-
# Assignee completion count shown after the Completed headline
|
|
94
|
-
groupSharedFeatures.activityFeed.taskState.completedCountParenthetical = ({completedCount} / {totalCount})
|
|
95
|
-
# Headline for a task that is fully completed
|
|
96
|
-
groupSharedFeatures.activityFeed.taskState.completedHeadline = 已完成
|
|
97
|
-
# Headline for a task or approval that was rejected
|
|
98
|
-
groupSharedFeatures.activityFeed.taskState.rejectedHeadline = 已拒绝
|
|
99
|
-
# Label when an app promoted a file version in the activity feed. {appName} is the display name of the application (e.g., "Box Sign"). {versionNumber} is the numeric version. <badge> wraps the clickable version badge.
|
|
100
|
-
groupSharedFeatures.activityFeed.versionItem.appPromoted = {appName} 已提升:<badge>V{versionNumber}</badge>
|
|
101
|
-
# Label when an app restored a file version in the activity feed. {appName} is the display name of the application (e.g., "Box Sign"). {versionNumber} is the numeric version. <badge> wraps the clickable version badge.
|
|
102
|
-
groupSharedFeatures.activityFeed.versionItem.appRestored = {appName} 已恢复:<badge>V{versionNumber}</badge>
|
|
103
|
-
# Label when an app uploaded a file version in the activity feed. {appName} is the display name of the application (e.g., "Box Sign"). {versionNumber} is the numeric version. <badge> wraps the clickable version badge.
|
|
104
|
-
groupSharedFeatures.activityFeed.versionItem.appUploaded = {appName} 已上传:<badge>V{versionNumber}</badge>
|
|
105
|
-
# Inline text for a deleted version with timestamp in the activity feed. {authorName} is the user who deleted, {versionNumber} is the numeric version (e.g., 33), {timestamp} is a relative time.
|
|
106
|
-
groupSharedFeatures.activityFeed.versionItem.versionDeleted = {authorName} 已删除 V{versionNumber} · {timestamp}
|
|
107
|
-
# Inline text for a deleted version without timestamp in the activity feed. {authorName} is the user who deleted, {versionNumber} is the numeric version (e.g., 33).
|
|
108
|
-
groupSharedFeatures.activityFeed.versionItem.versionDeletedNoTimestamp = {authorName} 已删除 V{versionNumber}
|
|
109
|
-
# Label for a promoted version marker in the activity feed. {versionNumber} is the numeric version. <badge> wraps the clickable version badge.
|
|
110
|
-
groupSharedFeatures.activityFeed.versionItem.versionPromoted = 版本已提升:<badge>V{versionNumber}</badge>
|
|
111
|
-
# Label for a restored version marker in the activity feed. {versionNumber} is the numeric version. <badge> wraps the clickable version badge.
|
|
112
|
-
groupSharedFeatures.activityFeed.versionItem.versionRestored = 版本已恢复:<badge>V{versionNumber}</badge>
|
|
113
|
-
# Label for an uploaded version marker in the activity feed. {versionNumber} is the numeric version. <badge> wraps the clickable version badge.
|
|
114
|
-
groupSharedFeatures.activityFeed.versionItem.versionUploaded = 版本已上传:<badge>V{versionNumber}</badge>
|
|
@@ -1,114 +0,0 @@
|
|
|
1
|
-
# Text for an activity item in the activity feed
|
|
2
|
-
groupSharedFeatures.activityFeed.activityItemText = {appName}:{parsedContent} · {timestamp}
|
|
3
|
-
# Body text shown in the activity feed empty state
|
|
4
|
-
groupSharedFeatures.activityFeed.emptyState.body = 留言、註解或用 @ 提及共同作業者,藉此分享自身想法。
|
|
5
|
-
# Title shown in the activity feed empty state
|
|
6
|
-
groupSharedFeatures.activityFeed.emptyState.title = 開始對話
|
|
7
|
-
# Aria label for the close button in the activity feed header
|
|
8
|
-
groupSharedFeatures.activityFeed.header.closeAriaLabel = 關閉
|
|
9
|
-
# Aria label for the filter toggle button in the activity feed header
|
|
10
|
-
groupSharedFeatures.activityFeed.header.filterAriaLabel = 篩選
|
|
11
|
-
# Title label for the filters dropdown in the activity feed header
|
|
12
|
-
groupSharedFeatures.activityFeed.header.filtersTitle = 篩選
|
|
13
|
-
# Label for the filter option that hides resolved comments
|
|
14
|
-
groupSharedFeatures.activityFeed.header.hideResolvedComments = 僅限未解決
|
|
15
|
-
# Description for the filter option that hides resolved comments
|
|
16
|
-
groupSharedFeatures.activityFeed.header.hideResolvedCommentsDescription = 排除已標為已解決的留言
|
|
17
|
-
# Label for the filter option that shows only comments mentioning the current user
|
|
18
|
-
groupSharedFeatures.activityFeed.header.mentionMe = 提及我
|
|
19
|
-
# Description for the mention-me filter (comments only)
|
|
20
|
-
groupSharedFeatures.activityFeed.header.mentionMeDescription = 有人提及您的留言
|
|
21
|
-
# Description for the mention-me filter (comments and tasks)
|
|
22
|
-
groupSharedFeatures.activityFeed.header.mentionMeDescriptionWithTasks = 您被提及的留言與指派給您的任務
|
|
23
|
-
# Label for the filter option that includes resolved comments
|
|
24
|
-
groupSharedFeatures.activityFeed.header.showResolvedComments = 顯示已解決的留言
|
|
25
|
-
# Description for the filter option that includes resolved comments
|
|
26
|
-
groupSharedFeatures.activityFeed.header.showResolvedCommentsDescription = 已標為已解決的留言
|
|
27
|
-
# Label for the dropdown trigger button that opens the task type menu
|
|
28
|
-
groupSharedFeatures.activityFeed.header.taskButton.addTaskLabel = 新增任務
|
|
29
|
-
# Description for the approval task menu item in the add task dropdown
|
|
30
|
-
groupSharedFeatures.activityFeed.header.taskButton.approvalTaskDescription = 獲指定者將負責核准或拒絕任務
|
|
31
|
-
# Title for the approval task menu item in the add task dropdown
|
|
32
|
-
groupSharedFeatures.activityFeed.header.taskButton.approvalTaskTitle = 核准任務
|
|
33
|
-
# Description for the general task menu item in the add task dropdown
|
|
34
|
-
groupSharedFeatures.activityFeed.header.taskButton.generalTaskDescription = 獲指定者將負責把任務標記為完成
|
|
35
|
-
# Title for the general task menu item in the add task dropdown
|
|
36
|
-
groupSharedFeatures.activityFeed.header.taskButton.generalTaskTitle = 一般任務
|
|
37
|
-
# Label header for approval task card
|
|
38
|
-
groupSharedFeatures.activityFeed.taskCard.approvalTaskLabel = 核准任務
|
|
39
|
-
# Per-assignee row suffix when the assignee approved an approval task
|
|
40
|
-
groupSharedFeatures.activityFeed.taskCard.assigneeRowStatusApproved = 已核准
|
|
41
|
-
# Per-assignee row suffix when the assignee has completed (sentence case, green in UI)
|
|
42
|
-
groupSharedFeatures.activityFeed.taskCard.assigneeRowStatusCompleted = 已完成
|
|
43
|
-
# Per-assignee row suffix when the assignee rejected an approval task
|
|
44
|
-
groupSharedFeatures.activityFeed.taskCard.assigneeRowStatusRejected = 已拒絕
|
|
45
|
-
# Confirmation message when deleting a task from the task message options
|
|
46
|
-
groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationBody = 刪除此任務? 此動作無法復原。
|
|
47
|
-
# Cancel button on delete task confirmation popover
|
|
48
|
-
groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationCancel = 取消
|
|
49
|
-
# Confirm delete button on delete task confirmation popover
|
|
50
|
-
groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationConfirm = 刪除
|
|
51
|
-
# Loading aria-label announced while the delete task confirmation is in flight
|
|
52
|
-
groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationConfirmLoading = 刪除中
|
|
53
|
-
# Accessible name for the delete task confirmation popover
|
|
54
|
-
groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationDialogAriaLabel = 刪除任務確認
|
|
55
|
-
# Error message when fetching more assignees from server fails
|
|
56
|
-
groupSharedFeatures.activityFeed.taskCard.loadAssigneesError = 無法載入被指定者。 再試一次。
|
|
57
|
-
# Loading state text when fetching more assignees from server
|
|
58
|
-
groupSharedFeatures.activityFeed.taskCard.loadingAssignees = 載入中…
|
|
59
|
-
# Aria label for more options button in task message
|
|
60
|
-
groupSharedFeatures.activityFeed.taskCard.moreOptionsAriaLabel = 更多選項按鈕
|
|
61
|
-
# Button to hide additional assignees
|
|
62
|
-
groupSharedFeatures.activityFeed.taskCard.showLessAssignees = 顯示較少
|
|
63
|
-
# Button to load more assignees from server when count is unknown
|
|
64
|
-
groupSharedFeatures.activityFeed.taskCard.showMore = 顯示更多
|
|
65
|
-
# Button to show more assignees when exact count is known
|
|
66
|
-
groupSharedFeatures.activityFeed.taskCard.showMoreAssignees = 再顯示 {count} 個
|
|
67
|
-
# Button to show more assignees when approximate count (at least this many more on server)
|
|
68
|
-
groupSharedFeatures.activityFeed.taskCard.showMoreAssigneesApproximate = 再顯示 {count}+ 個
|
|
69
|
-
# Approve action for an approval task
|
|
70
|
-
groupSharedFeatures.activityFeed.taskCard.taskApproveAction = 核准
|
|
71
|
-
# Loading aria-label announced while the Approve action is in flight
|
|
72
|
-
groupSharedFeatures.activityFeed.taskCard.taskApproveActionLoading = 核准中
|
|
73
|
-
# Completion action for a general task
|
|
74
|
-
groupSharedFeatures.activityFeed.taskCard.taskCompleteAction = 標記為已完成
|
|
75
|
-
# Loading aria-label announced while the Mark as Complete action is in flight
|
|
76
|
-
groupSharedFeatures.activityFeed.taskCard.taskCompleteActionLoading = 正在標記為完成
|
|
77
|
-
# Text to show on menu item to delete task
|
|
78
|
-
groupSharedFeatures.activityFeed.taskCard.taskDeleteMenuItem = 刪除任務
|
|
79
|
-
# Due date row: "Due" plus short month/day (with year when not the current year) and time. Placeholders are locale-formatted.
|
|
80
|
-
groupSharedFeatures.activityFeed.taskCard.taskDueDateLabel = 到期時間:{monthDay} {time}
|
|
81
|
-
# Text to show on menu item to edit task
|
|
82
|
-
groupSharedFeatures.activityFeed.taskCard.taskEditMenuItem = 修改任務
|
|
83
|
-
# Label header for task card
|
|
84
|
-
groupSharedFeatures.activityFeed.taskCard.taskLabel = 任務
|
|
85
|
-
# Reject action for an approval task
|
|
86
|
-
groupSharedFeatures.activityFeed.taskCard.taskRejectAction = 拒絕
|
|
87
|
-
# Loading aria-label announced while the Reject action is in flight
|
|
88
|
-
groupSharedFeatures.activityFeed.taskCard.taskRejectActionLoading = 拒絕中
|
|
89
|
-
# View details action for a multi-file task
|
|
90
|
-
groupSharedFeatures.activityFeed.taskCard.taskViewDetailsAction = 檢視工作詳細資料
|
|
91
|
-
# Headline when an approval task is approved
|
|
92
|
-
groupSharedFeatures.activityFeed.taskState.approvedHeadline = 已核准
|
|
93
|
-
# Assignee completion count shown after the Completed headline
|
|
94
|
-
groupSharedFeatures.activityFeed.taskState.completedCountParenthetical = ({completedCount} / {totalCount} 個)
|
|
95
|
-
# Headline for a task that is fully completed
|
|
96
|
-
groupSharedFeatures.activityFeed.taskState.completedHeadline = 已完成
|
|
97
|
-
# Headline for a task or approval that was rejected
|
|
98
|
-
groupSharedFeatures.activityFeed.taskState.rejectedHeadline = 已拒絕
|
|
99
|
-
# Label when an app promoted a file version in the activity feed. {appName} is the display name of the application (e.g., "Box Sign"). {versionNumber} is the numeric version. <badge> wraps the clickable version badge.
|
|
100
|
-
groupSharedFeatures.activityFeed.versionItem.appPromoted = {appName} 已升級:<badge>V{versionNumber}</badge>
|
|
101
|
-
# Label when an app restored a file version in the activity feed. {appName} is the display name of the application (e.g., "Box Sign"). {versionNumber} is the numeric version. <badge> wraps the clickable version badge.
|
|
102
|
-
groupSharedFeatures.activityFeed.versionItem.appRestored = {appName} 已還原:<badge>V{versionNumber}</badge>
|
|
103
|
-
# Label when an app uploaded a file version in the activity feed. {appName} is the display name of the application (e.g., "Box Sign"). {versionNumber} is the numeric version. <badge> wraps the clickable version badge.
|
|
104
|
-
groupSharedFeatures.activityFeed.versionItem.appUploaded = {appName} 已上傳:<badge>V{versionNumber}</badge>
|
|
105
|
-
# Inline text for a deleted version with timestamp in the activity feed. {authorName} is the user who deleted, {versionNumber} is the numeric version (e.g., 33), {timestamp} is a relative time.
|
|
106
|
-
groupSharedFeatures.activityFeed.versionItem.versionDeleted = {authorName} 已刪除 V{versionNumber} · {timestamp}
|
|
107
|
-
# Inline text for a deleted version without timestamp in the activity feed. {authorName} is the user who deleted, {versionNumber} is the numeric version (e.g., 33).
|
|
108
|
-
groupSharedFeatures.activityFeed.versionItem.versionDeletedNoTimestamp = {authorName} 已刪除 V{versionNumber}
|
|
109
|
-
# Label for a promoted version marker in the activity feed. {versionNumber} is the numeric version. <badge> wraps the clickable version badge.
|
|
110
|
-
groupSharedFeatures.activityFeed.versionItem.versionPromoted = 版本已升級:<badge>V{versionNumber}</badge>
|
|
111
|
-
# Label for a restored version marker in the activity feed. {versionNumber} is the numeric version. <badge> wraps the clickable version badge.
|
|
112
|
-
groupSharedFeatures.activityFeed.versionItem.versionRestored = 版本已還原:<badge>V{versionNumber}</badge>
|
|
113
|
-
# Label for an uploaded version marker in the activity feed. {versionNumber} is the numeric version. <badge> wraps the clickable version badge.
|
|
114
|
-
groupSharedFeatures.activityFeed.versionItem.versionUploaded = 版本已上傳:<badge>V{versionNumber}</badge>
|