@box/activity-feed 2.1.14 → 2.1.15

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.
Files changed (61) hide show
  1. package/dist/i18n/bn-IN.js +58 -58
  2. package/dist/i18n/da-DK.js +57 -58
  3. package/dist/i18n/de-DE.js +57 -58
  4. package/dist/i18n/en-AU.js +9 -58
  5. package/dist/i18n/en-CA.js +2 -59
  6. package/dist/i18n/en-GB.js +9 -58
  7. package/dist/i18n/en-x-pseudo.js +2 -59
  8. package/dist/i18n/es-419.js +58 -58
  9. package/dist/i18n/es-ES.js +58 -58
  10. package/dist/i18n/fi-FI.js +58 -58
  11. package/dist/i18n/fr-CA.js +59 -58
  12. package/dist/i18n/fr-FR.js +59 -58
  13. package/dist/i18n/hi-IN.js +58 -58
  14. package/dist/i18n/it-IT.js +58 -58
  15. package/dist/i18n/ja-JP.js +58 -58
  16. package/dist/i18n/ko-KR.js +58 -58
  17. package/dist/i18n/nb-NO.js +58 -58
  18. package/dist/i18n/nl-NL.js +57 -58
  19. package/dist/i18n/pl-PL.js +58 -58
  20. package/dist/i18n/pt-BR.js +58 -58
  21. package/dist/i18n/ru-RU.js +58 -58
  22. package/dist/i18n/sv-SE.js +58 -58
  23. package/dist/i18n/tr-TR.js +58 -58
  24. package/dist/i18n/zh-CN.js +59 -58
  25. package/dist/i18n/zh-TW.js +59 -58
  26. package/package.json +9 -9
  27. package/dist/i18n/bn-IN.properties +0 -114
  28. package/dist/i18n/da-DK.properties +0 -114
  29. package/dist/i18n/de-DE.properties +0 -114
  30. package/dist/i18n/en-AU.properties +0 -114
  31. package/dist/i18n/en-CA.properties +0 -114
  32. package/dist/i18n/en-GB.properties +0 -114
  33. package/dist/i18n/en-US.js +0 -59
  34. package/dist/i18n/en-US.properties +0 -114
  35. package/dist/i18n/en-x-pseudo.properties +0 -114
  36. package/dist/i18n/es-419.properties +0 -114
  37. package/dist/i18n/es-ES.properties +0 -114
  38. package/dist/i18n/fi-FI.properties +0 -114
  39. package/dist/i18n/fr-CA.properties +0 -114
  40. package/dist/i18n/fr-FR.properties +0 -114
  41. package/dist/i18n/hi-IN.properties +0 -114
  42. package/dist/i18n/it-IT.properties +0 -114
  43. package/dist/i18n/ja-JP.properties +0 -114
  44. package/dist/i18n/json/src/lib/components/app-activity-item/messages.json +0 -1
  45. package/dist/i18n/json/src/lib/components/empty-state/messages.json +0 -1
  46. package/dist/i18n/json/src/lib/components/header/messages.json +0 -1
  47. package/dist/i18n/json/src/lib/components/header/task-button/messages.json +0 -1
  48. package/dist/i18n/json/src/lib/components/task-item/components/task-message/messages.json +0 -1
  49. package/dist/i18n/json/src/lib/components/task-item/components/task-state/messages.json +0 -1
  50. package/dist/i18n/json/src/lib/components/task-item/messages.json +0 -1
  51. package/dist/i18n/json/src/lib/components/version-item/messages.json +0 -1
  52. package/dist/i18n/ko-KR.properties +0 -114
  53. package/dist/i18n/nb-NO.properties +0 -114
  54. package/dist/i18n/nl-NL.properties +0 -114
  55. package/dist/i18n/pl-PL.properties +0 -114
  56. package/dist/i18n/pt-BR.properties +0 -114
  57. package/dist/i18n/ru-RU.properties +0 -114
  58. package/dist/i18n/sv-SE.properties +0 -114
  59. package/dist/i18n/tr-TR.properties +0 -114
  60. package/dist/i18n/zh-CN.properties +0 -114
  61. package/dist/i18n/zh-TW.properties +0 -114
@@ -1,59 +0,0 @@
1
- export default {
2
- "groupSharedFeatures.activityFeed.activityItemText": "{appName}: {parsedContent} · {timestamp}",
3
- "groupSharedFeatures.activityFeed.emptyState.body": "Comment, annotate, or @mention a collaborator to share your thoughts.",
4
- "groupSharedFeatures.activityFeed.emptyState.title": "Start the conversation",
5
- "groupSharedFeatures.activityFeed.header.closeAriaLabel": "Close",
6
- "groupSharedFeatures.activityFeed.header.filterAriaLabel": "Filter",
7
- "groupSharedFeatures.activityFeed.header.filtersTitle": "Filters",
8
- "groupSharedFeatures.activityFeed.header.hideResolvedComments": "Unresolved only",
9
- "groupSharedFeatures.activityFeed.header.hideResolvedCommentsDescription": "Excludes comments that were marked resolved",
10
- "groupSharedFeatures.activityFeed.header.mentionMe": "Mention me",
11
- "groupSharedFeatures.activityFeed.header.mentionMeDescription": "Comments where you're @mentioned",
12
- "groupSharedFeatures.activityFeed.header.mentionMeDescriptionWithTasks": "Comments where you're @mentioned and tasks you're assigned in",
13
- "groupSharedFeatures.activityFeed.header.showResolvedComments": "Show resolved comments",
14
- "groupSharedFeatures.activityFeed.header.showResolvedCommentsDescription": "Comments that were marked resolved",
15
- "groupSharedFeatures.activityFeed.header.taskButton.addTaskLabel": "Add Task",
16
- "groupSharedFeatures.activityFeed.header.taskButton.approvalTaskDescription": "Assignees will be responsible for approving or rejecting tasks",
17
- "groupSharedFeatures.activityFeed.header.taskButton.approvalTaskTitle": "Approval Task",
18
- "groupSharedFeatures.activityFeed.header.taskButton.generalTaskDescription": "Assignees will be responsible for marking tasks as complete",
19
- "groupSharedFeatures.activityFeed.header.taskButton.generalTaskTitle": "General Task",
20
- "groupSharedFeatures.activityFeed.taskCard.approvalTaskLabel": "Approval Task",
21
- "groupSharedFeatures.activityFeed.taskCard.assigneeRowStatusApproved": "Approved",
22
- "groupSharedFeatures.activityFeed.taskCard.assigneeRowStatusCompleted": "Completed",
23
- "groupSharedFeatures.activityFeed.taskCard.assigneeRowStatusRejected": "Rejected",
24
- "groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationBody": "Delete this task? This action can't be undone.",
25
- "groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationCancel": "Cancel",
26
- "groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationConfirm": "Delete",
27
- "groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationConfirmLoading": "Deleting",
28
- "groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationDialogAriaLabel": "Delete task confirmation",
29
- "groupSharedFeatures.activityFeed.taskCard.loadAssigneesError": "Failed to load assignees. Try again.",
30
- "groupSharedFeatures.activityFeed.taskCard.loadingAssignees": "Loading...",
31
- "groupSharedFeatures.activityFeed.taskCard.moreOptionsAriaLabel": "More options button",
32
- "groupSharedFeatures.activityFeed.taskCard.showLessAssignees": "Show Less",
33
- "groupSharedFeatures.activityFeed.taskCard.showMore": "Show More",
34
- "groupSharedFeatures.activityFeed.taskCard.showMoreAssignees": "Show {count} More",
35
- "groupSharedFeatures.activityFeed.taskCard.showMoreAssigneesApproximate": "Show {count}+ More",
36
- "groupSharedFeatures.activityFeed.taskCard.taskApproveAction": "Approve",
37
- "groupSharedFeatures.activityFeed.taskCard.taskApproveActionLoading": "Approving",
38
- "groupSharedFeatures.activityFeed.taskCard.taskCompleteAction": "Mark as Complete",
39
- "groupSharedFeatures.activityFeed.taskCard.taskCompleteActionLoading": "Marking as complete",
40
- "groupSharedFeatures.activityFeed.taskCard.taskDeleteMenuItem": "Delete task",
41
- "groupSharedFeatures.activityFeed.taskCard.taskDueDateLabel": "Due {monthDay} {time}",
42
- "groupSharedFeatures.activityFeed.taskCard.taskEditMenuItem": "Modify task",
43
- "groupSharedFeatures.activityFeed.taskCard.taskLabel": "Task",
44
- "groupSharedFeatures.activityFeed.taskCard.taskRejectAction": "Reject",
45
- "groupSharedFeatures.activityFeed.taskCard.taskRejectActionLoading": "Rejecting",
46
- "groupSharedFeatures.activityFeed.taskCard.taskViewDetailsAction": "View Task Details",
47
- "groupSharedFeatures.activityFeed.taskState.approvedHeadline": "Approved",
48
- "groupSharedFeatures.activityFeed.taskState.completedCountParenthetical": "({completedCount} of {totalCount})",
49
- "groupSharedFeatures.activityFeed.taskState.completedHeadline": "Completed",
50
- "groupSharedFeatures.activityFeed.taskState.rejectedHeadline": "Rejected",
51
- "groupSharedFeatures.activityFeed.versionItem.appPromoted": "{appName} Promoted: <badge>V{versionNumber}</badge>",
52
- "groupSharedFeatures.activityFeed.versionItem.appRestored": "{appName} Restored: <badge>V{versionNumber}</badge>",
53
- "groupSharedFeatures.activityFeed.versionItem.appUploaded": "{appName} Uploaded: <badge>V{versionNumber}</badge>",
54
- "groupSharedFeatures.activityFeed.versionItem.versionDeleted": "{authorName} deleted V{versionNumber} · {timestamp}",
55
- "groupSharedFeatures.activityFeed.versionItem.versionDeletedNoTimestamp": "{authorName} deleted V{versionNumber}",
56
- "groupSharedFeatures.activityFeed.versionItem.versionPromoted": "Version Promoted: <badge>V{versionNumber}</badge>",
57
- "groupSharedFeatures.activityFeed.versionItem.versionRestored": "Version Restored: <badge>V{versionNumber}</badge>",
58
- "groupSharedFeatures.activityFeed.versionItem.versionUploaded": "Version Uploaded: <badge>V{versionNumber}</badge>"
59
- }
@@ -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 = Comment, annotate, or @mention a collaborator to share your thoughts.
5
- # Title shown in the activity feed empty state
6
- groupSharedFeatures.activityFeed.emptyState.title = Start the conversation
7
- # Aria label for the close button in the activity feed header
8
- groupSharedFeatures.activityFeed.header.closeAriaLabel = Close
9
- # Aria label for the filter toggle button in the activity feed header
10
- groupSharedFeatures.activityFeed.header.filterAriaLabel = Filter
11
- # Title label for the filters dropdown in the activity feed header
12
- groupSharedFeatures.activityFeed.header.filtersTitle = Filters
13
- # Label for the filter option that hides resolved comments
14
- groupSharedFeatures.activityFeed.header.hideResolvedComments = Unresolved only
15
- # Description for the filter option that hides resolved comments
16
- groupSharedFeatures.activityFeed.header.hideResolvedCommentsDescription = Excludes comments that were marked resolved
17
- # Label for the filter option that shows only comments mentioning the current user
18
- groupSharedFeatures.activityFeed.header.mentionMe = Mention me
19
- # Description for the mention-me filter (comments only)
20
- groupSharedFeatures.activityFeed.header.mentionMeDescription = Comments where you're @mentioned
21
- # Description for the mention-me filter (comments and tasks)
22
- groupSharedFeatures.activityFeed.header.mentionMeDescriptionWithTasks = Comments where you're @mentioned and tasks you're assigned in
23
- # Label for the filter option that includes resolved comments
24
- groupSharedFeatures.activityFeed.header.showResolvedComments = Show resolved comments
25
- # Description for the filter option that includes resolved comments
26
- groupSharedFeatures.activityFeed.header.showResolvedCommentsDescription = Comments that were marked resolved
27
- # Label for the dropdown trigger button that opens the task type menu
28
- groupSharedFeatures.activityFeed.header.taskButton.addTaskLabel = Add Task
29
- # Description for the approval task menu item in the add task dropdown
30
- groupSharedFeatures.activityFeed.header.taskButton.approvalTaskDescription = Assignees will be responsible for approving or rejecting tasks
31
- # Title for the approval task menu item in the add task dropdown
32
- groupSharedFeatures.activityFeed.header.taskButton.approvalTaskTitle = Approval Task
33
- # Description for the general task menu item in the add task dropdown
34
- groupSharedFeatures.activityFeed.header.taskButton.generalTaskDescription = Assignees will be responsible for marking tasks as complete
35
- # Title for the general task menu item in the add task dropdown
36
- groupSharedFeatures.activityFeed.header.taskButton.generalTaskTitle = General Task
37
- # Label header for approval task card
38
- groupSharedFeatures.activityFeed.taskCard.approvalTaskLabel = Approval Task
39
- # Per-assignee row suffix when the assignee approved an approval task
40
- groupSharedFeatures.activityFeed.taskCard.assigneeRowStatusApproved = Approved
41
- # Per-assignee row suffix when the assignee has completed (sentence case, green in UI)
42
- groupSharedFeatures.activityFeed.taskCard.assigneeRowStatusCompleted = Completed
43
- # Per-assignee row suffix when the assignee rejected an approval task
44
- groupSharedFeatures.activityFeed.taskCard.assigneeRowStatusRejected = Rejected
45
- # Confirmation message when deleting a task from the task message options
46
- groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationBody = Delete this task? This action can't be undone.
47
- # Cancel button on delete task confirmation popover
48
- groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationCancel = Cancel
49
- # Confirm delete button on delete task confirmation popover
50
- groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationConfirm = Delete
51
- # Loading aria-label announced while the delete task confirmation is in flight
52
- groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationConfirmLoading = Deleting
53
- # Accessible name for the delete task confirmation popover
54
- groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationDialogAriaLabel = Delete task confirmation
55
- # Error message when fetching more assignees from server fails
56
- groupSharedFeatures.activityFeed.taskCard.loadAssigneesError = Failed to load assignees. Try again.
57
- # Loading state text when fetching more assignees from server
58
- groupSharedFeatures.activityFeed.taskCard.loadingAssignees = Loading...
59
- # Aria label for more options button in task message
60
- groupSharedFeatures.activityFeed.taskCard.moreOptionsAriaLabel = More options button
61
- # Button to hide additional assignees
62
- groupSharedFeatures.activityFeed.taskCard.showLessAssignees = Show Less
63
- # Button to load more assignees from server when count is unknown
64
- groupSharedFeatures.activityFeed.taskCard.showMore = Show More
65
- # Button to show more assignees when exact count is known
66
- groupSharedFeatures.activityFeed.taskCard.showMoreAssignees = Show {count} More
67
- # Button to show more assignees when approximate count (at least this many more on server)
68
- groupSharedFeatures.activityFeed.taskCard.showMoreAssigneesApproximate = Show {count}+ More
69
- # Approve action for an approval task
70
- groupSharedFeatures.activityFeed.taskCard.taskApproveAction = Approve
71
- # Loading aria-label announced while the Approve action is in flight
72
- groupSharedFeatures.activityFeed.taskCard.taskApproveActionLoading = Approving
73
- # Completion action for a general task
74
- groupSharedFeatures.activityFeed.taskCard.taskCompleteAction = Mark as Complete
75
- # Loading aria-label announced while the Mark as Complete action is in flight
76
- groupSharedFeatures.activityFeed.taskCard.taskCompleteActionLoading = Marking as complete
77
- # Text to show on menu item to delete task
78
- groupSharedFeatures.activityFeed.taskCard.taskDeleteMenuItem = Delete task
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 = Due {monthDay} {time}
81
- # Text to show on menu item to edit task
82
- groupSharedFeatures.activityFeed.taskCard.taskEditMenuItem = Modify task
83
- # Label header for task card
84
- groupSharedFeatures.activityFeed.taskCard.taskLabel = Task
85
- # Reject action for an approval task
86
- groupSharedFeatures.activityFeed.taskCard.taskRejectAction = Reject
87
- # Loading aria-label announced while the Reject action is in flight
88
- groupSharedFeatures.activityFeed.taskCard.taskRejectActionLoading = Rejecting
89
- # View details action for a multi-file task
90
- groupSharedFeatures.activityFeed.taskCard.taskViewDetailsAction = View Task Details
91
- # Headline when an approval task is approved
92
- groupSharedFeatures.activityFeed.taskState.approvedHeadline = Approved
93
- # Assignee completion count shown after the Completed headline
94
- groupSharedFeatures.activityFeed.taskState.completedCountParenthetical = ({completedCount} of {totalCount})
95
- # Headline for a task that is fully completed
96
- groupSharedFeatures.activityFeed.taskState.completedHeadline = Completed
97
- # Headline for a task or approval that was rejected
98
- groupSharedFeatures.activityFeed.taskState.rejectedHeadline = Rejected
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} Promoted: <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} Restored: <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} Uploaded: <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} deleted 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} deleted 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 = Version Promoted: <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 = Version Restored: <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 = Version Uploaded: <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 = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Çòmмèиţ, àйлóťáŧé, ôŕ @mêпτìõπ â ¢öĺļãвøŗäтōř ţŏ śĥåяë ýőµѓ ťħοùĝнŧŝ. 國國國國國國國國國國國國國國國國國國國國⟧
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 = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 È×¢ĺµďèś çòmмéиţŝ ťĥàŧ ŵêŕë máŗķēđ řĕşóļνėď 國國國國國國國國國國國國⟧
17
- # Label for the filter option that shows only comments mentioning the current user
18
- groupSharedFeatures.activityFeed.header.mentionMe = ⟦萬萬 Μèиţìòй mé 國國⟧
19
- # Description for the mention-me filter (comments only)
20
- groupSharedFeatures.activityFeed.header.mentionMeDescription = ⟦萬萬萬萬萬萬萬萬萬 Çòmмèиţś ŵĥéŕê ýóµ'ŗë @mēйťìôлĕď 國國國國國國國國國⟧
21
- # Description for the mention-me filter (comments and tasks)
22
- groupSharedFeatures.activityFeed.header.mentionMeDescriptionWithTasks = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Çòmмèиţś ŵĥéŕê ýóµ'ŗë @mēйťìôлĕď àпđ ŧáŝķş ÿõù'řė âѕšíĝπęď îή 國國國國國國國國國國國國國國國國國國⟧
23
- # Label for the filter option that includes resolved comments
24
- groupSharedFeatures.activityFeed.header.showResolvedComments = ⟦萬萬萬萬萬萬 Śĥòŵ ŕèśóĺνéď ¢ômмêиţŝ 國國國國國國⟧
25
- # Description for the filter option that includes resolved comments
26
- groupSharedFeatures.activityFeed.header.showResolvedCommentsDescription = ⟦萬萬萬萬萬萬萬萬萬萬 Çòmмèиţś ťĥàŧ ŵéŕê máŗķëď řēŝóĺνĕđ 國國國國國國國國國國⟧
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 = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Àśŝìĝиèéş ŵíĺļ вê ŕëѕΡòйšîьľē ƒóŗ màřķïлğ ţáśĸŝ âş ¢ôмРłĕťė 國國國國國國國國國國國國國國國國國⟧
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 = ⟦萬萬 ÇòmΡĺèţéď 國國⟧
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 = ⟦萬萬萬萬萬萬萬 Ðèĺéţê ťàśķ ¢òиƒìŕmáŧíóй 國國國國國國國⟧
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 = ⟦萬萬萬萬 Μàŕķ áś ÇòmΡĺèţé 國國國國⟧
75
- # Loading aria-label announced while the Mark as Complete action is in flight
76
- groupSharedFeatures.activityFeed.taskCard.taskCompleteActionLoading = ⟦萬萬萬萬萬 Μàŕķìиĝ áś ¢òmΡĺèţé 國國國國國⟧
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 = ⟦萬萬萬萬萬 Vìèŵ Ţàśķ Ðéţáíĺŝ 國國國國國⟧
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 = ⟦萬萬 ÇòmΡĺèţéď 國國⟧
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} Pŕòmóţèď: <вàđĝé>V{versionNumber}</ьáďğê> 國國國國國國國國國國國⟧
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} Ŕèśţòŕéď: <вàđĝê>V{versionNumber}</ьáďğë> 國國國國國國國國國國國⟧
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} ÙΡĺòàďèđ: <вáďĝé>V{versionNumber}</ьâđğê> 國國國國國國國國國國國⟧
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 = ⟦萬萬萬萬萬萬萬萬萬萬萬 Vèŕśìòи Pŗómôţéď: <вàđĝê>V{versionNumber}</ьáďğë> 國國國國國國國國國國國⟧
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 = ⟦萬萬萬萬萬萬萬萬萬萬萬 Vèŕśìòи Ŕéŝţóŗêď: <вàđĝë>V{versionNumber}</ьáďğē> 國國國國國國國國國國國⟧
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 = ⟦萬萬萬萬萬萬萬萬萬萬萬 Vèŕśìòи ÙΡĺóàďéđ: <вáďĝê>V{versionNumber}</ьâđğë> 國國國國國國國國國國國⟧
@@ -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 = Comente, anote o mencione a un colaborador anteponiendo @ para compartir lo que piensa.
5
- # Title shown in the activity feed empty state
6
- groupSharedFeatures.activityFeed.emptyState.title = Iniciar la conversación
7
- # Aria label for the close button in the activity feed header
8
- groupSharedFeatures.activityFeed.header.closeAriaLabel = Cerrar
9
- # Aria label for the filter toggle button in the activity feed header
10
- groupSharedFeatures.activityFeed.header.filterAriaLabel = Filtrar
11
- # Title label for the filters dropdown in the activity feed header
12
- groupSharedFeatures.activityFeed.header.filtersTitle = Filtros
13
- # Label for the filter option that hides resolved comments
14
- groupSharedFeatures.activityFeed.header.hideResolvedComments = Solo no resueltos
15
- # Description for the filter option that hides resolved comments
16
- groupSharedFeatures.activityFeed.header.hideResolvedCommentsDescription = Excluye los comentarios que se hayan marcado como resueltos
17
- # Label for the filter option that shows only comments mentioning the current user
18
- groupSharedFeatures.activityFeed.header.mentionMe = Menciones a mí
19
- # Description for the mention-me filter (comments only)
20
- groupSharedFeatures.activityFeed.header.mentionMeDescription = Comentarios en los que se le @menciona
21
- # Description for the mention-me filter (comments and tasks)
22
- groupSharedFeatures.activityFeed.header.mentionMeDescriptionWithTasks = Comentarios en los que se le @menciona y tareas que se le han asignado
23
- # Label for the filter option that includes resolved comments
24
- groupSharedFeatures.activityFeed.header.showResolvedComments = Mostrar comentarios resueltos
25
- # Description for the filter option that includes resolved comments
26
- groupSharedFeatures.activityFeed.header.showResolvedCommentsDescription = Comentarios que se hayan marcado como resueltos
27
- # Label for the dropdown trigger button that opens the task type menu
28
- groupSharedFeatures.activityFeed.header.taskButton.addTaskLabel = Agregar tarea
29
- # Description for the approval task menu item in the add task dropdown
30
- groupSharedFeatures.activityFeed.header.taskButton.approvalTaskDescription = Las personas asignadas serán serán las encargadas de aprobar o rechazar las tareas
31
- # Title for the approval task menu item in the add task dropdown
32
- groupSharedFeatures.activityFeed.header.taskButton.approvalTaskTitle = Tarea de aprobación
33
- # Description for the general task menu item in the add task dropdown
34
- groupSharedFeatures.activityFeed.header.taskButton.generalTaskDescription = Las personas asignadas serán las encargadas de marcar las tareas como completadas
35
- # Title for the general task menu item in the add task dropdown
36
- groupSharedFeatures.activityFeed.header.taskButton.generalTaskTitle = Tarea general
37
- # Label header for approval task card
38
- groupSharedFeatures.activityFeed.taskCard.approvalTaskLabel = Tarea de aprobación
39
- # Per-assignee row suffix when the assignee approved an approval task
40
- groupSharedFeatures.activityFeed.taskCard.assigneeRowStatusApproved = Aprobado
41
- # Per-assignee row suffix when the assignee has completed (sentence case, green in UI)
42
- groupSharedFeatures.activityFeed.taskCard.assigneeRowStatusCompleted = Completado
43
- # Per-assignee row suffix when the assignee rejected an approval task
44
- groupSharedFeatures.activityFeed.taskCard.assigneeRowStatusRejected = Rechazado
45
- # Confirmation message when deleting a task from the task message options
46
- groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationBody = ¿Eliminar esta tarea? Esta acción no se puede deshacer.
47
- # Cancel button on delete task confirmation popover
48
- groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationCancel = Anular
49
- # Confirm delete button on delete task confirmation popover
50
- groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationConfirm = Eliminar
51
- # Loading aria-label announced while the delete task confirmation is in flight
52
- groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationConfirmLoading = Eliminando
53
- # Accessible name for the delete task confirmation popover
54
- groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationDialogAriaLabel = Confirmación de eliminación de tarea
55
- # Error message when fetching more assignees from server fails
56
- groupSharedFeatures.activityFeed.taskCard.loadAssigneesError = Error al cargar las personas asignadas. Inténtelo de nuevo.
57
- # Loading state text when fetching more assignees from server
58
- groupSharedFeatures.activityFeed.taskCard.loadingAssignees = Cargando…
59
- # Aria label for more options button in task message
60
- groupSharedFeatures.activityFeed.taskCard.moreOptionsAriaLabel = Botón Más opciones
61
- # Button to hide additional assignees
62
- groupSharedFeatures.activityFeed.taskCard.showLessAssignees = Mostrar menos
63
- # Button to load more assignees from server when count is unknown
64
- groupSharedFeatures.activityFeed.taskCard.showMore = Mostrar más
65
- # Button to show more assignees when exact count is known
66
- groupSharedFeatures.activityFeed.taskCard.showMoreAssignees = Mostrar {count} más
67
- # Button to show more assignees when approximate count (at least this many more on server)
68
- groupSharedFeatures.activityFeed.taskCard.showMoreAssigneesApproximate = Mostrar {count} más
69
- # Approve action for an approval task
70
- groupSharedFeatures.activityFeed.taskCard.taskApproveAction = Aprobar
71
- # Loading aria-label announced while the Approve action is in flight
72
- groupSharedFeatures.activityFeed.taskCard.taskApproveActionLoading = Aprobando
73
- # Completion action for a general task
74
- groupSharedFeatures.activityFeed.taskCard.taskCompleteAction = Marcar como completado
75
- # Loading aria-label announced while the Mark as Complete action is in flight
76
- groupSharedFeatures.activityFeed.taskCard.taskCompleteActionLoading = Marcando como completo
77
- # Text to show on menu item to delete task
78
- groupSharedFeatures.activityFeed.taskCard.taskDeleteMenuItem = Eliminar la tarea
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 = Fecha de vencimiento {monthDay} {time}
81
- # Text to show on menu item to edit task
82
- groupSharedFeatures.activityFeed.taskCard.taskEditMenuItem = Modificar tarea
83
- # Label header for task card
84
- groupSharedFeatures.activityFeed.taskCard.taskLabel = Tarea
85
- # Reject action for an approval task
86
- groupSharedFeatures.activityFeed.taskCard.taskRejectAction = Rechazar
87
- # Loading aria-label announced while the Reject action is in flight
88
- groupSharedFeatures.activityFeed.taskCard.taskRejectActionLoading = Rechazando
89
- # View details action for a multi-file task
90
- groupSharedFeatures.activityFeed.taskCard.taskViewDetailsAction = Ver detalles de la tarea
91
- # Headline when an approval task is approved
92
- groupSharedFeatures.activityFeed.taskState.approvedHeadline = Aprobado
93
- # Assignee completion count shown after the Completed headline
94
- groupSharedFeatures.activityFeed.taskState.completedCountParenthetical = ({completedCount} de {totalCount})
95
- # Headline for a task that is fully completed
96
- groupSharedFeatures.activityFeed.taskState.completedHeadline = Completado
97
- # Headline for a task or approval that was rejected
98
- groupSharedFeatures.activityFeed.taskState.rejectedHeadline = Rechazado
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} promovido: <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} restaurado: <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} cargado: <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} eliminado 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} eliminado 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 = Versión promovida: <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 = Versión restaurada: <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 = Versión cargada: <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 = Comente, anote o mencione a un colaborador anteponiendo @ para compartir lo que piensa.
5
- # Title shown in the activity feed empty state
6
- groupSharedFeatures.activityFeed.emptyState.title = Iniciar la conversación
7
- # Aria label for the close button in the activity feed header
8
- groupSharedFeatures.activityFeed.header.closeAriaLabel = Cerrar
9
- # Aria label for the filter toggle button in the activity feed header
10
- groupSharedFeatures.activityFeed.header.filterAriaLabel = Filtrar
11
- # Title label for the filters dropdown in the activity feed header
12
- groupSharedFeatures.activityFeed.header.filtersTitle = Filtros
13
- # Label for the filter option that hides resolved comments
14
- groupSharedFeatures.activityFeed.header.hideResolvedComments = Solo no resueltos
15
- # Description for the filter option that hides resolved comments
16
- groupSharedFeatures.activityFeed.header.hideResolvedCommentsDescription = Excluye los comentarios que se hayan marcado como resueltos
17
- # Label for the filter option that shows only comments mentioning the current user
18
- groupSharedFeatures.activityFeed.header.mentionMe = Menciones a mí
19
- # Description for the mention-me filter (comments only)
20
- groupSharedFeatures.activityFeed.header.mentionMeDescription = Comentarios en los que se le @menciona
21
- # Description for the mention-me filter (comments and tasks)
22
- groupSharedFeatures.activityFeed.header.mentionMeDescriptionWithTasks = Comentarios en los que se le @menciona y tareas que se le han asignado
23
- # Label for the filter option that includes resolved comments
24
- groupSharedFeatures.activityFeed.header.showResolvedComments = Mostrar comentarios resueltos
25
- # Description for the filter option that includes resolved comments
26
- groupSharedFeatures.activityFeed.header.showResolvedCommentsDescription = Comentarios que se hayan marcado como resueltos
27
- # Label for the dropdown trigger button that opens the task type menu
28
- groupSharedFeatures.activityFeed.header.taskButton.addTaskLabel = Agregar tarea
29
- # Description for the approval task menu item in the add task dropdown
30
- groupSharedFeatures.activityFeed.header.taskButton.approvalTaskDescription = Las personas asignadas serán serán las encargadas de aprobar o rechazar las tareas
31
- # Title for the approval task menu item in the add task dropdown
32
- groupSharedFeatures.activityFeed.header.taskButton.approvalTaskTitle = Tarea de aprobación
33
- # Description for the general task menu item in the add task dropdown
34
- groupSharedFeatures.activityFeed.header.taskButton.generalTaskDescription = Las personas asignadas serán las encargadas de marcar las tareas como completadas
35
- # Title for the general task menu item in the add task dropdown
36
- groupSharedFeatures.activityFeed.header.taskButton.generalTaskTitle = Tarea general
37
- # Label header for approval task card
38
- groupSharedFeatures.activityFeed.taskCard.approvalTaskLabel = Tarea de aprobación
39
- # Per-assignee row suffix when the assignee approved an approval task
40
- groupSharedFeatures.activityFeed.taskCard.assigneeRowStatusApproved = Aprobado
41
- # Per-assignee row suffix when the assignee has completed (sentence case, green in UI)
42
- groupSharedFeatures.activityFeed.taskCard.assigneeRowStatusCompleted = Completado
43
- # Per-assignee row suffix when the assignee rejected an approval task
44
- groupSharedFeatures.activityFeed.taskCard.assigneeRowStatusRejected = Rechazado
45
- # Confirmation message when deleting a task from the task message options
46
- groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationBody = ¿Eliminar esta tarea? Esta acción no se puede deshacer.
47
- # Cancel button on delete task confirmation popover
48
- groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationCancel = Anular
49
- # Confirm delete button on delete task confirmation popover
50
- groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationConfirm = Eliminar
51
- # Loading aria-label announced while the delete task confirmation is in flight
52
- groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationConfirmLoading = Eliminando
53
- # Accessible name for the delete task confirmation popover
54
- groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationDialogAriaLabel = Confirmación de eliminación de tarea
55
- # Error message when fetching more assignees from server fails
56
- groupSharedFeatures.activityFeed.taskCard.loadAssigneesError = Error al cargar las personas asignadas. Inténtelo de nuevo.
57
- # Loading state text when fetching more assignees from server
58
- groupSharedFeatures.activityFeed.taskCard.loadingAssignees = Cargando…
59
- # Aria label for more options button in task message
60
- groupSharedFeatures.activityFeed.taskCard.moreOptionsAriaLabel = Botón Más opciones
61
- # Button to hide additional assignees
62
- groupSharedFeatures.activityFeed.taskCard.showLessAssignees = Mostrar menos
63
- # Button to load more assignees from server when count is unknown
64
- groupSharedFeatures.activityFeed.taskCard.showMore = Mostrar más
65
- # Button to show more assignees when exact count is known
66
- groupSharedFeatures.activityFeed.taskCard.showMoreAssignees = Mostrar {count} más
67
- # Button to show more assignees when approximate count (at least this many more on server)
68
- groupSharedFeatures.activityFeed.taskCard.showMoreAssigneesApproximate = Mostrar {count} más
69
- # Approve action for an approval task
70
- groupSharedFeatures.activityFeed.taskCard.taskApproveAction = Aprobar
71
- # Loading aria-label announced while the Approve action is in flight
72
- groupSharedFeatures.activityFeed.taskCard.taskApproveActionLoading = Aprobando
73
- # Completion action for a general task
74
- groupSharedFeatures.activityFeed.taskCard.taskCompleteAction = Marcar como completado
75
- # Loading aria-label announced while the Mark as Complete action is in flight
76
- groupSharedFeatures.activityFeed.taskCard.taskCompleteActionLoading = Marcando como completo
77
- # Text to show on menu item to delete task
78
- groupSharedFeatures.activityFeed.taskCard.taskDeleteMenuItem = Eliminar la tarea
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 = Fecha de vencimiento {monthDay} {time}
81
- # Text to show on menu item to edit task
82
- groupSharedFeatures.activityFeed.taskCard.taskEditMenuItem = Modificar tarea
83
- # Label header for task card
84
- groupSharedFeatures.activityFeed.taskCard.taskLabel = Tarea
85
- # Reject action for an approval task
86
- groupSharedFeatures.activityFeed.taskCard.taskRejectAction = Rechazar
87
- # Loading aria-label announced while the Reject action is in flight
88
- groupSharedFeatures.activityFeed.taskCard.taskRejectActionLoading = Rechazando
89
- # View details action for a multi-file task
90
- groupSharedFeatures.activityFeed.taskCard.taskViewDetailsAction = Ver detalles de la tarea
91
- # Headline when an approval task is approved
92
- groupSharedFeatures.activityFeed.taskState.approvedHeadline = Aprobado
93
- # Assignee completion count shown after the Completed headline
94
- groupSharedFeatures.activityFeed.taskState.completedCountParenthetical = ({completedCount} de {totalCount})
95
- # Headline for a task that is fully completed
96
- groupSharedFeatures.activityFeed.taskState.completedHeadline = Completado
97
- # Headline for a task or approval that was rejected
98
- groupSharedFeatures.activityFeed.taskState.rejectedHeadline = Rechazado
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} promovido: <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} restaurado: <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} cargado: <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} eliminado 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} eliminado 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 = Versión promovida: <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 = Versión restaurada: <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 = Versión cargada: <badge>V{versionNumber}</badge>