@box/activity-feed 2.1.13 → 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 +15 -15
  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,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 = Skriv en kommentar, tilføj en bemærkning eller @tagg en samarbejdspartner for at dele dine tanker.
5
- # Title shown in the activity feed empty state
6
- groupSharedFeatures.activityFeed.emptyState.title = Start samtalen
7
- # Aria label for the close button in the activity feed header
8
- groupSharedFeatures.activityFeed.header.closeAriaLabel = Luk
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 = Filtre
13
- # Label for the filter option that hides resolved comments
14
- groupSharedFeatures.activityFeed.header.hideResolvedComments = Kun uløst
15
- # Description for the filter option that hides resolved comments
16
- groupSharedFeatures.activityFeed.header.hideResolvedCommentsDescription = Udelader kommentarer, der blev markeret som løste
17
- # Label for the filter option that shows only comments mentioning the current user
18
- groupSharedFeatures.activityFeed.header.mentionMe = Omtal mig
19
- # Description for the mention-me filter (comments only)
20
- groupSharedFeatures.activityFeed.header.mentionMeDescription = Kommentarer, hvor du er @omtalt
21
- # Description for the mention-me filter (comments and tasks)
22
- groupSharedFeatures.activityFeed.header.mentionMeDescriptionWithTasks = Kommentarer, hvor du er @omtalt, og opgaver, du er tildelt
23
- # Label for the filter option that includes resolved comments
24
- groupSharedFeatures.activityFeed.header.showResolvedComments = Vis løste kommentarer
25
- # Description for the filter option that includes resolved comments
26
- groupSharedFeatures.activityFeed.header.showResolvedCommentsDescription = Kommentarer, der er markeret som løste
27
- # Label for the dropdown trigger button that opens the task type menu
28
- groupSharedFeatures.activityFeed.header.taskButton.addTaskLabel = Tilføj opgave
29
- # Description for the approval task menu item in the add task dropdown
30
- groupSharedFeatures.activityFeed.header.taskButton.approvalTaskDescription = Modtagere vil være ansvarlige for at godkende og afvise opgaver
31
- # Title for the approval task menu item in the add task dropdown
32
- groupSharedFeatures.activityFeed.header.taskButton.approvalTaskTitle = Godkendelsesopgave
33
- # Description for the general task menu item in the add task dropdown
34
- groupSharedFeatures.activityFeed.header.taskButton.generalTaskDescription = Modtagere vil være ansvarlige for at markere opgaver som udført
35
- # Title for the general task menu item in the add task dropdown
36
- groupSharedFeatures.activityFeed.header.taskButton.generalTaskTitle = Generel opgave
37
- # Label header for approval task card
38
- groupSharedFeatures.activityFeed.taskCard.approvalTaskLabel = Godkendelsesopgave
39
- # Per-assignee row suffix when the assignee approved an approval task
40
- groupSharedFeatures.activityFeed.taskCard.assigneeRowStatusApproved = Godkendt
41
- # Per-assignee row suffix when the assignee has completed (sentence case, green in UI)
42
- groupSharedFeatures.activityFeed.taskCard.assigneeRowStatusCompleted = Fuldført
43
- # Per-assignee row suffix when the assignee rejected an approval task
44
- groupSharedFeatures.activityFeed.taskCard.assigneeRowStatusRejected = Afvist
45
- # Confirmation message when deleting a task from the task message options
46
- groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationBody = Slet denne opgave? Denne handling kan ikke fortrydes.
47
- # Cancel button on delete task confirmation popover
48
- groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationCancel = Annuller
49
- # Confirm delete button on delete task confirmation popover
50
- groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationConfirm = Slet
51
- # Loading aria-label announced while the delete task confirmation is in flight
52
- groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationConfirmLoading = Sletter
53
- # Accessible name for the delete task confirmation popover
54
- groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationDialogAriaLabel = Slet opgavebekræftelse
55
- # Error message when fetching more assignees from server fails
56
- groupSharedFeatures.activityFeed.taskCard.loadAssigneesError = Kunne ikke indlæse modtagere. Prøv igen.
57
- # Loading state text when fetching more assignees from server
58
- groupSharedFeatures.activityFeed.taskCard.loadingAssignees = Indlæser…
59
- # Aria label for more options button in task message
60
- groupSharedFeatures.activityFeed.taskCard.moreOptionsAriaLabel = Knappen Flere valgmuligheder
61
- # Button to hide additional assignees
62
- groupSharedFeatures.activityFeed.taskCard.showLessAssignees = Vis mindre
63
- # Button to load more assignees from server when count is unknown
64
- groupSharedFeatures.activityFeed.taskCard.showMore = Vis mere
65
- # Button to show more assignees when exact count is known
66
- groupSharedFeatures.activityFeed.taskCard.showMoreAssignees = Vis {count} mere
67
- # Button to show more assignees when approximate count (at least this many more on server)
68
- groupSharedFeatures.activityFeed.taskCard.showMoreAssigneesApproximate = Vis {count}+ mere
69
- # Approve action for an approval task
70
- groupSharedFeatures.activityFeed.taskCard.taskApproveAction = Godkend
71
- # Loading aria-label announced while the Approve action is in flight
72
- groupSharedFeatures.activityFeed.taskCard.taskApproveActionLoading = Godkender
73
- # Completion action for a general task
74
- groupSharedFeatures.activityFeed.taskCard.taskCompleteAction = Markér som fuldført
75
- # Loading aria-label announced while the Mark as Complete action is in flight
76
- groupSharedFeatures.activityFeed.taskCard.taskCompleteActionLoading = Markering som fuldført
77
- # Text to show on menu item to delete task
78
- groupSharedFeatures.activityFeed.taskCard.taskDeleteMenuItem = Slet opgave
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 = Forfalder {monthDay} {time}
81
- # Text to show on menu item to edit task
82
- groupSharedFeatures.activityFeed.taskCard.taskEditMenuItem = Rediger opgave
83
- # Label header for task card
84
- groupSharedFeatures.activityFeed.taskCard.taskLabel = Opgave
85
- # Reject action for an approval task
86
- groupSharedFeatures.activityFeed.taskCard.taskRejectAction = Afvis
87
- # Loading aria-label announced while the Reject action is in flight
88
- groupSharedFeatures.activityFeed.taskCard.taskRejectActionLoading = Afviser
89
- # View details action for a multi-file task
90
- groupSharedFeatures.activityFeed.taskCard.taskViewDetailsAction = Vis opgavedetaljer
91
- # Headline when an approval task is approved
92
- groupSharedFeatures.activityFeed.taskState.approvedHeadline = Godkendt
93
- # Assignee completion count shown after the Completed headline
94
- groupSharedFeatures.activityFeed.taskState.completedCountParenthetical = ({completedCount} af {totalCount})
95
- # Headline for a task that is fully completed
96
- groupSharedFeatures.activityFeed.taskState.completedHeadline = Fuldført
97
- # Headline for a task or approval that was rejected
98
- groupSharedFeatures.activityFeed.taskState.rejectedHeadline = Afvist
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} promoveret: <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} genoprettet: <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} er blevet uploadet: <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} slettede 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} slettede 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 promoveret: <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 genoprettet: <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 uploadet: <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 = Kommentieren, annotieren oder @erwähnen Sie einen Mitwirkenden, um Ihre Gedanken freizugeben.
5
- # Title shown in the activity feed empty state
6
- groupSharedFeatures.activityFeed.emptyState.title = Konversation starten
7
- # Aria label for the close button in the activity feed header
8
- groupSharedFeatures.activityFeed.header.closeAriaLabel = Schließen
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 = Filter
13
- # Label for the filter option that hides resolved comments
14
- groupSharedFeatures.activityFeed.header.hideResolvedComments = Nur offene Kommentare
15
- # Description for the filter option that hides resolved comments
16
- groupSharedFeatures.activityFeed.header.hideResolvedCommentsDescription = Schließt Kommentare aus, die als gelöst markiert wurden
17
- # Label for the filter option that shows only comments mentioning the current user
18
- groupSharedFeatures.activityFeed.header.mentionMe = Mich erwähnen
19
- # Description for the mention-me filter (comments only)
20
- groupSharedFeatures.activityFeed.header.mentionMeDescription = Kommentare, in denen Sie @erwähnt werden
21
- # Description for the mention-me filter (comments and tasks)
22
- groupSharedFeatures.activityFeed.header.mentionMeDescriptionWithTasks = Kommentare, in denen Sie @erwähnt werden, und Aufgaben, denen Sie zugewiesen sind
23
- # Label for the filter option that includes resolved comments
24
- groupSharedFeatures.activityFeed.header.showResolvedComments = Gelöste Kommentare anzeigen
25
- # Description for the filter option that includes resolved comments
26
- groupSharedFeatures.activityFeed.header.showResolvedCommentsDescription = Kommentare, die als gelöst markiert wurden
27
- # Label for the dropdown trigger button that opens the task type menu
28
- groupSharedFeatures.activityFeed.header.taskButton.addTaskLabel = Aufgabe hinzufügen
29
- # Description for the approval task menu item in the add task dropdown
30
- groupSharedFeatures.activityFeed.header.taskButton.approvalTaskDescription = Beauftragte sind dafür verantwortlich, Aufgaben zu genehmigen oder abzulehnen
31
- # Title for the approval task menu item in the add task dropdown
32
- groupSharedFeatures.activityFeed.header.taskButton.approvalTaskTitle = Genehmigungsaufgabe
33
- # Description for the general task menu item in the add task dropdown
34
- groupSharedFeatures.activityFeed.header.taskButton.generalTaskDescription = Beauftragte sind dafür verantwortlich, Aufgaben als abgeschlossen zu markieren
35
- # Title for the general task menu item in the add task dropdown
36
- groupSharedFeatures.activityFeed.header.taskButton.generalTaskTitle = Allgemeine Aufgabe
37
- # Label header for approval task card
38
- groupSharedFeatures.activityFeed.taskCard.approvalTaskLabel = Genehmigungsaufgabe
39
- # Per-assignee row suffix when the assignee approved an approval task
40
- groupSharedFeatures.activityFeed.taskCard.assigneeRowStatusApproved = Genehmigt
41
- # Per-assignee row suffix when the assignee has completed (sentence case, green in UI)
42
- groupSharedFeatures.activityFeed.taskCard.assigneeRowStatusCompleted = Abgeschlossen
43
- # Per-assignee row suffix when the assignee rejected an approval task
44
- groupSharedFeatures.activityFeed.taskCard.assigneeRowStatusRejected = Abgelehnt
45
- # Confirmation message when deleting a task from the task message options
46
- groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationBody = Diese Aufgabe löschen? Diese Aktion kann nicht rückgängig gemacht werden.
47
- # Cancel button on delete task confirmation popover
48
- groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationCancel = Abbrechen
49
- # Confirm delete button on delete task confirmation popover
50
- groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationConfirm = löschen
51
- # Loading aria-label announced while the delete task confirmation is in flight
52
- groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationConfirmLoading = Wird gelöscht
53
- # Accessible name for the delete task confirmation popover
54
- groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationDialogAriaLabel = Bestätigung: Aufgabe löschen
55
- # Error message when fetching more assignees from server fails
56
- groupSharedFeatures.activityFeed.taskCard.loadAssigneesError = Beauftragte konnten nicht geladen werden. Versuchen Sie es erneut.
57
- # Loading state text when fetching more assignees from server
58
- groupSharedFeatures.activityFeed.taskCard.loadingAssignees = Wird geladen …
59
- # Aria label for more options button in task message
60
- groupSharedFeatures.activityFeed.taskCard.moreOptionsAriaLabel = Schaltfläche „Weitere Optionen“
61
- # Button to hide additional assignees
62
- groupSharedFeatures.activityFeed.taskCard.showLessAssignees = Weniger anzeigen
63
- # Button to load more assignees from server when count is unknown
64
- groupSharedFeatures.activityFeed.taskCard.showMore = Mehr anzeigen
65
- # Button to show more assignees when exact count is known
66
- groupSharedFeatures.activityFeed.taskCard.showMoreAssignees = {count} weitere anzeigen
67
- # Button to show more assignees when approximate count (at least this many more on server)
68
- groupSharedFeatures.activityFeed.taskCard.showMoreAssigneesApproximate = {count}+ weitere anzeigen
69
- # Approve action for an approval task
70
- groupSharedFeatures.activityFeed.taskCard.taskApproveAction = Genehmigen
71
- # Loading aria-label announced while the Approve action is in flight
72
- groupSharedFeatures.activityFeed.taskCard.taskApproveActionLoading = Genehmigen
73
- # Completion action for a general task
74
- groupSharedFeatures.activityFeed.taskCard.taskCompleteAction = Als abgeschlossen markieren
75
- # Loading aria-label announced while the Mark as Complete action is in flight
76
- groupSharedFeatures.activityFeed.taskCard.taskCompleteActionLoading = Als abgeschlossen markieren
77
- # Text to show on menu item to delete task
78
- groupSharedFeatures.activityFeed.taskCard.taskDeleteMenuItem = Aufgabe löschen
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} fällig {time}
81
- # Text to show on menu item to edit task
82
- groupSharedFeatures.activityFeed.taskCard.taskEditMenuItem = Aufgabe ändern
83
- # Label header for task card
84
- groupSharedFeatures.activityFeed.taskCard.taskLabel = Aufgabe
85
- # Reject action for an approval task
86
- groupSharedFeatures.activityFeed.taskCard.taskRejectAction = ablehnen
87
- # Loading aria-label announced while the Reject action is in flight
88
- groupSharedFeatures.activityFeed.taskCard.taskRejectActionLoading = Ablehnen
89
- # View details action for a multi-file task
90
- groupSharedFeatures.activityFeed.taskCard.taskViewDetailsAction = Aufgabendetails anzeigen
91
- # Headline when an approval task is approved
92
- groupSharedFeatures.activityFeed.taskState.approvedHeadline = genehmigt
93
- # Assignee completion count shown after the Completed headline
94
- groupSharedFeatures.activityFeed.taskState.completedCountParenthetical = ({completedCount} von {totalCount})
95
- # Headline for a task that is fully completed
96
- groupSharedFeatures.activityFeed.taskState.completedHeadline = abgeschlossen
97
- # Headline for a task or approval that was rejected
98
- groupSharedFeatures.activityFeed.taskState.rejectedHeadline = abgelehnt
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} hochgestuft: <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} wiederhergestellt: <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} hochgeladen: <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} gelöscht 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} gelöscht: 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 hochgestuft: <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 wiederhergestellt: <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 hochgeladen: <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 = 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 completed
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 = 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 = 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 completed
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>