@box/activity-feed 1.21.5 → 1.21.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/i18n/bn-IN.js +4 -4
- package/dist/i18n/bn-IN.properties +4 -4
- package/dist/i18n/en-x-pseudo.js +56 -56
- package/dist/i18n/en-x-pseudo.properties +56 -56
- package/dist/i18n/nl-NL.js +4 -4
- package/dist/i18n/nl-NL.properties +4 -4
- package/package.json +15 -15
package/dist/i18n/bn-IN.js
CHANGED
|
@@ -24,7 +24,7 @@ export default {
|
|
|
24
24
|
"groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationBody": "এই কাজ/টাস্ক মুছবেন? এই পদক্ষেপটি আগের অবস্থায় ফেরানো যাবে না।",
|
|
25
25
|
"groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationCancel": "বাতিল করুন",
|
|
26
26
|
"groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationConfirm": "মুছুন",
|
|
27
|
-
"groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationConfirmLoading": "
|
|
27
|
+
"groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationConfirmLoading": "মোছা হচ্ছে",
|
|
28
28
|
"groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationDialogAriaLabel": "কাজের নিশ্চিতকরণ মুছুন",
|
|
29
29
|
"groupSharedFeatures.activityFeed.taskCard.loadAssigneesError": "অ্যাসাইনিকে লোড করা যায়নি। আবার চেষ্টা করুন।",
|
|
30
30
|
"groupSharedFeatures.activityFeed.taskCard.loadingAssignees": "লোড করা হচ্ছে…",
|
|
@@ -34,15 +34,15 @@ export default {
|
|
|
34
34
|
"groupSharedFeatures.activityFeed.taskCard.showMoreAssignees": "আরও {count}টি দেখান",
|
|
35
35
|
"groupSharedFeatures.activityFeed.taskCard.showMoreAssigneesApproximate": "আরও {count}টি দেখান",
|
|
36
36
|
"groupSharedFeatures.activityFeed.taskCard.taskApproveAction": "অনুমোদন করুন",
|
|
37
|
-
"groupSharedFeatures.activityFeed.taskCard.taskApproveActionLoading": "
|
|
37
|
+
"groupSharedFeatures.activityFeed.taskCard.taskApproveActionLoading": "অনুমোদন করা হচ্ছে",
|
|
38
38
|
"groupSharedFeatures.activityFeed.taskCard.taskCompleteAction": "সম্পূর্ণ হিসাবে চিহ্নিত করুন",
|
|
39
|
-
"groupSharedFeatures.activityFeed.taskCard.taskCompleteActionLoading": "
|
|
39
|
+
"groupSharedFeatures.activityFeed.taskCard.taskCompleteActionLoading": "সম্পূর্ণ হিসাবে চিহ্নিত করা হচ্ছে",
|
|
40
40
|
"groupSharedFeatures.activityFeed.taskCard.taskDeleteMenuItem": "কাজ মুছুন",
|
|
41
41
|
"groupSharedFeatures.activityFeed.taskCard.taskDueDateLabel": "{monthDay} এর কারণে {time}",
|
|
42
42
|
"groupSharedFeatures.activityFeed.taskCard.taskEditMenuItem": "কার্য সংশোধন করুন",
|
|
43
43
|
"groupSharedFeatures.activityFeed.taskCard.taskLabel": "কাজ",
|
|
44
44
|
"groupSharedFeatures.activityFeed.taskCard.taskRejectAction": "প্রত্যাখ্যান করুন",
|
|
45
|
-
"groupSharedFeatures.activityFeed.taskCard.taskRejectActionLoading": "
|
|
45
|
+
"groupSharedFeatures.activityFeed.taskCard.taskRejectActionLoading": "প্রত্যাখ্যান করা হচ্ছে",
|
|
46
46
|
"groupSharedFeatures.activityFeed.taskCard.taskViewDetailsAction": "কার্যের বিশদ দেখুন",
|
|
47
47
|
"groupSharedFeatures.activityFeed.taskState.approvedHeadline": "অনুমোদিত",
|
|
48
48
|
"groupSharedFeatures.activityFeed.taskState.completedCountParenthetical": "({totalCount} এর {completedCount} )",
|
|
@@ -49,7 +49,7 @@ groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationCancel = বা
|
|
|
49
49
|
# Confirm delete button on delete task confirmation popover
|
|
50
50
|
groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationConfirm = মুছুন
|
|
51
51
|
# Loading aria-label announced while the delete task confirmation is in flight
|
|
52
|
-
groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationConfirmLoading =
|
|
52
|
+
groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationConfirmLoading = মোছা হচ্ছে
|
|
53
53
|
# Accessible name for the delete task confirmation popover
|
|
54
54
|
groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationDialogAriaLabel = কাজের নিশ্চিতকরণ মুছুন
|
|
55
55
|
# Error message when fetching more assignees from server fails
|
|
@@ -69,11 +69,11 @@ groupSharedFeatures.activityFeed.taskCard.showMoreAssigneesApproximate = আর
|
|
|
69
69
|
# Approve action for an approval task
|
|
70
70
|
groupSharedFeatures.activityFeed.taskCard.taskApproveAction = অনুমোদন করুন
|
|
71
71
|
# Loading aria-label announced while the Approve action is in flight
|
|
72
|
-
groupSharedFeatures.activityFeed.taskCard.taskApproveActionLoading =
|
|
72
|
+
groupSharedFeatures.activityFeed.taskCard.taskApproveActionLoading = অনুমোদন করা হচ্ছে
|
|
73
73
|
# Completion action for a general task
|
|
74
74
|
groupSharedFeatures.activityFeed.taskCard.taskCompleteAction = সম্পূর্ণ হিসাবে চিহ্নিত করুন
|
|
75
75
|
# Loading aria-label announced while the Mark as Complete action is in flight
|
|
76
|
-
groupSharedFeatures.activityFeed.taskCard.taskCompleteActionLoading =
|
|
76
|
+
groupSharedFeatures.activityFeed.taskCard.taskCompleteActionLoading = সম্পূর্ণ হিসাবে চিহ্নিত করা হচ্ছে
|
|
77
77
|
# Text to show on menu item to delete task
|
|
78
78
|
groupSharedFeatures.activityFeed.taskCard.taskDeleteMenuItem = কাজ মুছুন
|
|
79
79
|
# Due date row: "Due" plus short month/day (with year when not the current year) and time. Placeholders are locale-formatted.
|
|
@@ -85,7 +85,7 @@ groupSharedFeatures.activityFeed.taskCard.taskLabel = কাজ
|
|
|
85
85
|
# Reject action for an approval task
|
|
86
86
|
groupSharedFeatures.activityFeed.taskCard.taskRejectAction = প্রত্যাখ্যান করুন
|
|
87
87
|
# Loading aria-label announced while the Reject action is in flight
|
|
88
|
-
groupSharedFeatures.activityFeed.taskCard.taskRejectActionLoading =
|
|
88
|
+
groupSharedFeatures.activityFeed.taskCard.taskRejectActionLoading = প্রত্যাখ্যান করা হচ্ছে
|
|
89
89
|
# View details action for a multi-file task
|
|
90
90
|
groupSharedFeatures.activityFeed.taskCard.taskViewDetailsAction = কার্যের বিশদ দেখুন
|
|
91
91
|
# Headline when an approval task is approved
|
package/dist/i18n/en-x-pseudo.js
CHANGED
|
@@ -1,59 +1,59 @@
|
|
|
1
1
|
export default {
|
|
2
2
|
"groupSharedFeatures.activityFeed.activityItemText": "⟦萬萬萬萬萬 {appName}: {parsedContent} · {timestamp} 國國國國國⟧",
|
|
3
|
-
"groupSharedFeatures.activityFeed.emptyState.body": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
4
|
-
"groupSharedFeatures.activityFeed.emptyState.title": "⟦萬萬萬萬
|
|
5
|
-
"groupSharedFeatures.activityFeed.header.closeAriaLabel": "⟦萬
|
|
6
|
-
"groupSharedFeatures.activityFeed.header.filterAriaLabel": "⟦萬
|
|
7
|
-
"groupSharedFeatures.activityFeed.header.filtersTitle": "⟦萬萬
|
|
8
|
-
"groupSharedFeatures.activityFeed.header.hideResolvedComments": "⟦萬萬萬萬
|
|
9
|
-
"groupSharedFeatures.activityFeed.header.hideResolvedCommentsDescription": "⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
10
|
-
"groupSharedFeatures.activityFeed.header.mentionMe": "⟦萬萬
|
|
11
|
-
"groupSharedFeatures.activityFeed.header.mentionMeDescription": "⟦萬萬萬萬萬萬萬萬萬
|
|
12
|
-
"groupSharedFeatures.activityFeed.header.mentionMeDescriptionWithTasks": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
13
|
-
"groupSharedFeatures.activityFeed.header.showResolvedComments": "⟦萬萬萬萬萬萬
|
|
14
|
-
"groupSharedFeatures.activityFeed.header.showResolvedCommentsDescription": "⟦萬萬萬萬萬萬萬萬萬萬 Ċõmm
|
|
15
|
-
"groupSharedFeatures.activityFeed.header.taskButton.addTaskLabel": "⟦萬萬
|
|
16
|
-
"groupSharedFeatures.activityFeed.header.taskButton.approvalTaskDescription": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
17
|
-
"groupSharedFeatures.activityFeed.header.taskButton.approvalTaskTitle": "⟦萬萬萬
|
|
18
|
-
"groupSharedFeatures.activityFeed.header.taskButton.generalTaskDescription": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
19
|
-
"groupSharedFeatures.activityFeed.header.taskButton.generalTaskTitle": "⟦萬萬萬
|
|
20
|
-
"groupSharedFeatures.activityFeed.taskCard.approvalTaskLabel": "⟦萬萬萬
|
|
21
|
-
"groupSharedFeatures.activityFeed.taskCard.assigneeRowStatusApproved": "⟦萬萬
|
|
22
|
-
"groupSharedFeatures.activityFeed.taskCard.assigneeRowStatusCompleted": "⟦萬萬
|
|
23
|
-
"groupSharedFeatures.activityFeed.taskCard.assigneeRowStatusRejected": "⟦萬萬
|
|
24
|
-
"groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationBody": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
25
|
-
"groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationCancel": "⟦萬
|
|
26
|
-
"groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationConfirm": "⟦萬
|
|
27
|
-
"groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationConfirmLoading": "⟦萬萬
|
|
28
|
-
"groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationDialogAriaLabel": "⟦萬萬萬萬萬萬萬
|
|
29
|
-
"groupSharedFeatures.activityFeed.taskCard.loadAssigneesError": "⟦萬萬萬萬萬萬萬萬萬萬
|
|
30
|
-
"groupSharedFeatures.activityFeed.taskCard.loadingAssignees": "⟦萬萬
|
|
31
|
-
"groupSharedFeatures.activityFeed.taskCard.moreOptionsAriaLabel": "⟦萬萬萬萬萬
|
|
32
|
-
"groupSharedFeatures.activityFeed.taskCard.showLessAssignees": "⟦萬萬
|
|
33
|
-
"groupSharedFeatures.activityFeed.taskCard.showMore": "⟦萬萬
|
|
34
|
-
"groupSharedFeatures.activityFeed.taskCard.showMoreAssignees": "⟦萬萬萬萬
|
|
35
|
-
"groupSharedFeatures.activityFeed.taskCard.showMoreAssigneesApproximate": "⟦萬萬萬萬
|
|
36
|
-
"groupSharedFeatures.activityFeed.taskCard.taskApproveAction": "⟦萬萬
|
|
37
|
-
"groupSharedFeatures.activityFeed.taskCard.taskApproveActionLoading": "⟦萬萬
|
|
38
|
-
"groupSharedFeatures.activityFeed.taskCard.taskCompleteAction": "⟦萬萬萬萬
|
|
39
|
-
"groupSharedFeatures.activityFeed.taskCard.taskCompleteActionLoading": "⟦萬萬萬萬萬
|
|
40
|
-
"groupSharedFeatures.activityFeed.taskCard.taskDeleteMenuItem": "⟦萬萬萬
|
|
41
|
-
"groupSharedFeatures.activityFeed.taskCard.taskDueDateLabel": "⟦萬萬萬萬
|
|
42
|
-
"groupSharedFeatures.activityFeed.taskCard.taskEditMenuItem": "⟦萬萬萬
|
|
43
|
-
"groupSharedFeatures.activityFeed.taskCard.taskLabel": "⟦萬
|
|
44
|
-
"groupSharedFeatures.activityFeed.taskCard.taskRejectAction": "⟦萬
|
|
45
|
-
"groupSharedFeatures.activityFeed.taskCard.taskRejectActionLoading": "⟦萬萬
|
|
46
|
-
"groupSharedFeatures.activityFeed.taskCard.taskViewDetailsAction": "⟦萬萬萬萬萬 V
|
|
47
|
-
"groupSharedFeatures.activityFeed.taskState.approvedHeadline": "⟦萬萬
|
|
48
|
-
"groupSharedFeatures.activityFeed.taskState.completedCountParenthetical": "⟦萬萬萬萬 ({completedCount}
|
|
49
|
-
"groupSharedFeatures.activityFeed.taskState.completedHeadline": "⟦萬萬
|
|
50
|
-
"groupSharedFeatures.activityFeed.taskState.rejectedHeadline": "⟦萬萬
|
|
51
|
-
"groupSharedFeatures.activityFeed.versionItem.appPromoted": "⟦萬萬萬萬萬萬萬萬萬萬萬 {appName}
|
|
52
|
-
"groupSharedFeatures.activityFeed.versionItem.appRestored": "⟦萬萬萬萬萬萬萬萬萬萬萬 {appName}
|
|
53
|
-
"groupSharedFeatures.activityFeed.versionItem.appUploaded": "⟦萬萬萬萬萬萬萬萬萬萬萬 {appName}
|
|
54
|
-
"groupSharedFeatures.activityFeed.versionItem.versionDeleted": "⟦萬萬萬萬萬萬萬萬 {authorName}
|
|
55
|
-
"groupSharedFeatures.activityFeed.versionItem.versionDeletedNoTimestamp": "⟦萬萬萬萬萬 {authorName}
|
|
56
|
-
"groupSharedFeatures.activityFeed.versionItem.versionPromoted": "⟦萬萬萬萬萬萬萬萬萬萬萬 V
|
|
57
|
-
"groupSharedFeatures.activityFeed.versionItem.versionRestored": "⟦萬萬萬萬萬萬萬萬萬萬萬 V
|
|
58
|
-
"groupSharedFeatures.activityFeed.versionItem.versionUploaded": "⟦萬萬萬萬萬萬萬萬萬萬萬 V
|
|
3
|
+
"groupSharedFeatures.activityFeed.emptyState.body": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ľěάνë ă çοmméηť ťσ ŝŧäгŧ ŧĥě ćôиνεŕŝάţίõп. Ûŝє @ ţó méηťĩōπ соĺĺǻьŏřαŧòѓѕ ιŋ τĥїѕ ƒϊļе. 國國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
|
|
4
|
+
"groupSharedFeatures.activityFeed.emptyState.title": "⟦萬萬萬萬 Ńő ćómmеʼnτŝ Уёť 國國國國⟧",
|
|
5
|
+
"groupSharedFeatures.activityFeed.header.closeAriaLabel": "⟦萬 Čĺоŝє 國⟧",
|
|
6
|
+
"groupSharedFeatures.activityFeed.header.filterAriaLabel": "⟦萬 ₣ĭļťĕѓ 國⟧",
|
|
7
|
+
"groupSharedFeatures.activityFeed.header.filtersTitle": "⟦萬萬 ₣ιļţėгś 國國⟧",
|
|
8
|
+
"groupSharedFeatures.activityFeed.header.hideResolvedComments": "⟦萬萬萬萬 Ûňґęŝôĺνēď оπľÿ 國國國國⟧",
|
|
9
|
+
"groupSharedFeatures.activityFeed.header.hideResolvedCommentsDescription": "⟦萬萬萬萬萬萬萬萬萬萬萬萬 Е×сļųďėŝ ĉōmmęиτŝ τĥăť шėŗé mąґĸέď ѓеѕοĺνėď 國國國國國國國國國國國國⟧",
|
|
10
|
+
"groupSharedFeatures.activityFeed.header.mentionMe": "⟦萬萬 Μëńŧĩой mê 國國⟧",
|
|
11
|
+
"groupSharedFeatures.activityFeed.header.mentionMeDescription": "⟦萬萬萬萬萬萬萬萬萬 Ĉσmmєлŧş ωнéŗέ ŷσц'яė @mёńťϊóʼnēď 國國國國國國國國國⟧",
|
|
12
|
+
"groupSharedFeatures.activityFeed.header.mentionMeDescriptionWithTasks": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Çοmmеńťŝ ŵнëгė Уōú'ѓё @mèήťіοʼnëď àήď ťăѕĸŝ ÿоù'řè ǻŝşϊĝйęď іʼn 國國國國國國國國國國國國國國國國國國⟧",
|
|
13
|
+
"groupSharedFeatures.activityFeed.header.showResolvedComments": "⟦萬萬萬萬萬萬 Şнσш яēѕöĺνêď ĉömmĕńτś 國國國國國國⟧",
|
|
14
|
+
"groupSharedFeatures.activityFeed.header.showResolvedCommentsDescription": "⟦萬萬萬萬萬萬萬萬萬萬 Ċõmmĕňŧѕ ŧĥàţ щέŗē máŕĸěď ѓēŝôļνέď 國國國國國國國國國國⟧",
|
|
15
|
+
"groupSharedFeatures.activityFeed.header.taskButton.addTaskLabel": "⟦萬萬 Áďď Ťäŝκ 國國⟧",
|
|
16
|
+
"groupSharedFeatures.activityFeed.header.taskButton.approvalTaskDescription": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Äşśϊġлèέś шïĺľ вė ŗєśΡŏпŝīьľё ƒŏґ âΡΡяôνїήġ øѓ ґєĵėćτïлġ ťãśкŝ 國國國國國國國國國國國國國國國國國國⟧",
|
|
17
|
+
"groupSharedFeatures.activityFeed.header.taskButton.approvalTaskTitle": "⟦萬萬萬 ÅΡΡяõνăļ Ťāѕĸ 國國國⟧",
|
|
18
|
+
"groupSharedFeatures.activityFeed.header.taskButton.generalTaskDescription": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Άŝśίġńéěş щїľļ ьę гëśΡôлŝîвľε ƒσŕ mάяķîņġ τäѕкś àś čоmΡļěţê 國國國國國國國國國國國國國國國國國⟧",
|
|
19
|
+
"groupSharedFeatures.activityFeed.header.taskButton.generalTaskTitle": "⟦萬萬萬 Ğęήêřáľ Ŧâśķ 國國國⟧",
|
|
20
|
+
"groupSharedFeatures.activityFeed.taskCard.approvalTaskLabel": "⟦萬萬萬 ÂΡΡґöνâļ Τăŝκ 國國國⟧",
|
|
21
|
+
"groupSharedFeatures.activityFeed.taskCard.assigneeRowStatusApproved": "⟦萬萬 ÀΡΡяòνеď 國國⟧",
|
|
22
|
+
"groupSharedFeatures.activityFeed.taskCard.assigneeRowStatusCompleted": "⟦萬萬 ČómΡľęŧéď 國國⟧",
|
|
23
|
+
"groupSharedFeatures.activityFeed.taskCard.assigneeRowStatusRejected": "⟦萬萬 Ѓēĵęĉŧéď 國國⟧",
|
|
24
|
+
"groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationBody": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬 Ðêļéťę τнίś ţàşĸ? Ŧнîś àćťϊóň сăη'τ ье ũńďõήé. 國國國國國國國國國國國國國⟧",
|
|
25
|
+
"groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationCancel": "⟦萬 Ĉąи¢ėļ 國⟧",
|
|
26
|
+
"groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationConfirm": "⟦萬 Ďèľėτę 國⟧",
|
|
27
|
+
"groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationConfirmLoading": "⟦萬萬 Ðεļěτĭήĝ 國國⟧",
|
|
28
|
+
"groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationDialogAriaLabel": "⟦萬萬萬萬萬萬萬 Ðęľèťέ ťàŝĸ čőŋƒіґmǻŧϊőл 國國國國國國國⟧",
|
|
29
|
+
"groupSharedFeatures.activityFeed.taskCard.loadAssigneesError": "⟦萬萬萬萬萬萬萬萬萬萬 ₣αĭļєď τό ĺòàď âŝŝĭğňéěş. Τгŷ āĝαįп. 國國國國國國國國國國⟧",
|
|
30
|
+
"groupSharedFeatures.activityFeed.taskCard.loadingAssignees": "⟦萬萬 Ĺøāďĭŋĝ... 國國⟧",
|
|
31
|
+
"groupSharedFeatures.activityFeed.taskCard.moreOptionsAriaLabel": "⟦萬萬萬萬萬 Мōŕє ōΡţĭöńś ьüτţоη 國國國國國⟧",
|
|
32
|
+
"groupSharedFeatures.activityFeed.taskCard.showLessAssignees": "⟦萬萬 Ѕħσω Ļĕŝѕ 國國⟧",
|
|
33
|
+
"groupSharedFeatures.activityFeed.taskCard.showMore": "⟦萬萬 Ŝĥöш Μоřē 國國⟧",
|
|
34
|
+
"groupSharedFeatures.activityFeed.taskCard.showMoreAssignees": "⟦萬萬萬萬 Ŝнοẁ {count} Мσřè 國國國國⟧",
|
|
35
|
+
"groupSharedFeatures.activityFeed.taskCard.showMoreAssigneesApproximate": "⟦萬萬萬萬 Ŝнöŵ {count}+ Мοґĕ 國國國國⟧",
|
|
36
|
+
"groupSharedFeatures.activityFeed.taskCard.taskApproveAction": "⟦萬萬 ĄΡΡŗõνё 國國⟧",
|
|
37
|
+
"groupSharedFeatures.activityFeed.taskCard.taskApproveActionLoading": "⟦萬萬 ΆΡΡяσνïήĝ 國國⟧",
|
|
38
|
+
"groupSharedFeatures.activityFeed.taskCard.taskCompleteAction": "⟦萬萬萬萬 Мąяк åŝ ĊómΡľéτë 國國國國⟧",
|
|
39
|
+
"groupSharedFeatures.activityFeed.taskCard.taskCompleteActionLoading": "⟦萬萬萬萬萬 Мǻŕĸīήġ åѕ ¢ómΡĺёťέ 國國國國國⟧",
|
|
40
|
+
"groupSharedFeatures.activityFeed.taskCard.taskDeleteMenuItem": "⟦萬萬萬 Ðέľèŧê τàśĸ 國國國⟧",
|
|
41
|
+
"groupSharedFeatures.activityFeed.taskCard.taskDueDateLabel": "⟦萬萬萬萬 Ďùę {monthDay} {time} 國國國國⟧",
|
|
42
|
+
"groupSharedFeatures.activityFeed.taskCard.taskEditMenuItem": "⟦萬萬萬 Мσďìƒγ τàśĸ 國國國⟧",
|
|
43
|
+
"groupSharedFeatures.activityFeed.taskCard.taskLabel": "⟦萬 Ŧāѕķ 國⟧",
|
|
44
|
+
"groupSharedFeatures.activityFeed.taskCard.taskRejectAction": "⟦萬 Řèĵëсτ 國⟧",
|
|
45
|
+
"groupSharedFeatures.activityFeed.taskCard.taskRejectActionLoading": "⟦萬萬 Ŕеĵęĉŧιήğ 國國⟧",
|
|
46
|
+
"groupSharedFeatures.activityFeed.taskCard.taskViewDetailsAction": "⟦萬萬萬萬萬 Vίèẃ Ŧåşķ Ðêτäϊļş 國國國國國⟧",
|
|
47
|
+
"groupSharedFeatures.activityFeed.taskState.approvedHeadline": "⟦萬萬 ǺΡΡѓόνĕď 國國⟧",
|
|
48
|
+
"groupSharedFeatures.activityFeed.taskState.completedCountParenthetical": "⟦萬萬萬萬 ({completedCount} őƒ {totalCount}) 國國國國⟧",
|
|
49
|
+
"groupSharedFeatures.activityFeed.taskState.completedHeadline": "⟦萬萬 ĊοmΡļèţєď 國國⟧",
|
|
50
|
+
"groupSharedFeatures.activityFeed.taskState.rejectedHeadline": "⟦萬萬 Ŕëĵĕ¢ťέď 國國⟧",
|
|
51
|
+
"groupSharedFeatures.activityFeed.versionItem.appPromoted": "⟦萬萬萬萬萬萬萬萬萬萬萬 {appName} Pяömόţεď: <вåďġе>V{versionNumber}</ьǻďġê> 國國國國國國國國國國國⟧",
|
|
52
|
+
"groupSharedFeatures.activityFeed.versionItem.appRestored": "⟦萬萬萬萬萬萬萬萬萬萬萬 {appName} Γéŝţöŕēď: <вăďğē>V{versionNumber}</вαďğè> 國國國國國國國國國國國⟧",
|
|
53
|
+
"groupSharedFeatures.activityFeed.versionItem.appUploaded": "⟦萬萬萬萬萬萬萬萬萬萬萬 {appName} ŮΡĺόąďëď: <ьάďĝε>V{versionNumber}</вáďġė> 國國國國國國國國國國國⟧",
|
|
54
|
+
"groupSharedFeatures.activityFeed.versionItem.versionDeleted": "⟦萬萬萬萬萬萬萬萬 {authorName} ďėľêťέď V{versionNumber} · {timestamp} 國國國國國國國國⟧",
|
|
55
|
+
"groupSharedFeatures.activityFeed.versionItem.versionDeletedNoTimestamp": "⟦萬萬萬萬萬 {authorName} ďèļėτêď V{versionNumber} 國國國國國⟧",
|
|
56
|
+
"groupSharedFeatures.activityFeed.versionItem.versionPromoted": "⟦萬萬萬萬萬萬萬萬萬萬萬 Vęгŝιŏŋ Přōmôŧêď: <ьãďĝë>V{versionNumber}</вâďġĕ> 國國國國國國國國國國國⟧",
|
|
57
|
+
"groupSharedFeatures.activityFeed.versionItem.versionRestored": "⟦萬萬萬萬萬萬萬萬萬萬萬 Vęгѕĩοи Яєŝťôŗéď: <ьâďĝē>V{versionNumber}</ьâďĝé> 國國國國國國國國國國國⟧",
|
|
58
|
+
"groupSharedFeatures.activityFeed.versionItem.versionUploaded": "⟦萬萬萬萬萬萬萬萬萬萬萬 Vёґśīōη ŮΡľóàďëď: <ьàďĝë>V{versionNumber}</вάďġě> 國國國國國國國國國國國⟧"
|
|
59
59
|
}
|
|
@@ -1,114 +1,114 @@
|
|
|
1
1
|
# Text for an activity item in the activity feed
|
|
2
2
|
groupSharedFeatures.activityFeed.activityItemText = ⟦萬萬萬萬萬 {appName}: {parsedContent} · {timestamp} 國國國國國⟧
|
|
3
3
|
# Body text shown in the activity feed empty state
|
|
4
|
-
groupSharedFeatures.activityFeed.emptyState.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
4
|
+
groupSharedFeatures.activityFeed.emptyState.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ľěάνë ă çοmméηť ťσ ŝŧäгŧ ŧĥě ćôиνεŕŝάţίõп. Ûŝє @ ţó méηťĩōπ соĺĺǻьŏřαŧòѓѕ ιŋ τĥїѕ ƒϊļе. 國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
5
5
|
# Title shown in the activity feed empty state
|
|
6
|
-
groupSharedFeatures.activityFeed.emptyState.title = ⟦萬萬萬萬
|
|
6
|
+
groupSharedFeatures.activityFeed.emptyState.title = ⟦萬萬萬萬 Ńő ćómmеʼnτŝ Уёť 國國國國⟧
|
|
7
7
|
# Aria label for the close button in the activity feed header
|
|
8
|
-
groupSharedFeatures.activityFeed.header.closeAriaLabel = ⟦萬
|
|
8
|
+
groupSharedFeatures.activityFeed.header.closeAriaLabel = ⟦萬 Čĺоŝє 國⟧
|
|
9
9
|
# Aria label for the filter toggle button in the activity feed header
|
|
10
|
-
groupSharedFeatures.activityFeed.header.filterAriaLabel = ⟦萬
|
|
10
|
+
groupSharedFeatures.activityFeed.header.filterAriaLabel = ⟦萬 ₣ĭļťĕѓ 國⟧
|
|
11
11
|
# Title label for the filters dropdown in the activity feed header
|
|
12
|
-
groupSharedFeatures.activityFeed.header.filtersTitle = ⟦萬萬
|
|
12
|
+
groupSharedFeatures.activityFeed.header.filtersTitle = ⟦萬萬 ₣ιļţėгś 國國⟧
|
|
13
13
|
# Label for the filter option that hides resolved comments
|
|
14
|
-
groupSharedFeatures.activityFeed.header.hideResolvedComments = ⟦萬萬萬萬
|
|
14
|
+
groupSharedFeatures.activityFeed.header.hideResolvedComments = ⟦萬萬萬萬 Ûňґęŝôĺνēď оπľÿ 國國國國⟧
|
|
15
15
|
# Description for the filter option that hides resolved comments
|
|
16
|
-
groupSharedFeatures.activityFeed.header.hideResolvedCommentsDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
16
|
+
groupSharedFeatures.activityFeed.header.hideResolvedCommentsDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Е×сļųďėŝ ĉōmmęиτŝ τĥăť шėŗé mąґĸέď ѓеѕοĺνėď 國國國國國國國國國國國國⟧
|
|
17
17
|
# Label for the filter option that shows only comments mentioning the current user
|
|
18
|
-
groupSharedFeatures.activityFeed.header.mentionMe = ⟦萬萬
|
|
18
|
+
groupSharedFeatures.activityFeed.header.mentionMe = ⟦萬萬 Μëńŧĩой mê 國國⟧
|
|
19
19
|
# Description for the mention-me filter (comments only)
|
|
20
|
-
groupSharedFeatures.activityFeed.header.mentionMeDescription = ⟦萬萬萬萬萬萬萬萬萬
|
|
20
|
+
groupSharedFeatures.activityFeed.header.mentionMeDescription = ⟦萬萬萬萬萬萬萬萬萬 Ĉσmmєлŧş ωнéŗέ ŷσц'яė @mёńťϊóʼnēď 國國國國國國國國國⟧
|
|
21
21
|
# Description for the mention-me filter (comments and tasks)
|
|
22
|
-
groupSharedFeatures.activityFeed.header.mentionMeDescriptionWithTasks = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
22
|
+
groupSharedFeatures.activityFeed.header.mentionMeDescriptionWithTasks = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Çοmmеńťŝ ŵнëгė Уōú'ѓё @mèήťіοʼnëď àήď ťăѕĸŝ ÿоù'řè ǻŝşϊĝйęď іʼn 國國國國國國國國國國國國國國國國國國⟧
|
|
23
23
|
# Label for the filter option that includes resolved comments
|
|
24
|
-
groupSharedFeatures.activityFeed.header.showResolvedComments = ⟦萬萬萬萬萬萬
|
|
24
|
+
groupSharedFeatures.activityFeed.header.showResolvedComments = ⟦萬萬萬萬萬萬 Şнσш яēѕöĺνêď ĉömmĕńτś 國國國國國國⟧
|
|
25
25
|
# Description for the filter option that includes resolved comments
|
|
26
|
-
groupSharedFeatures.activityFeed.header.showResolvedCommentsDescription = ⟦萬萬萬萬萬萬萬萬萬萬 Ċõmm
|
|
26
|
+
groupSharedFeatures.activityFeed.header.showResolvedCommentsDescription = ⟦萬萬萬萬萬萬萬萬萬萬 Ċõmmĕňŧѕ ŧĥàţ щέŗē máŕĸěď ѓēŝôļνέď 國國國國國國國國國國⟧
|
|
27
27
|
# Label for the dropdown trigger button that opens the task type menu
|
|
28
|
-
groupSharedFeatures.activityFeed.header.taskButton.addTaskLabel = ⟦萬萬
|
|
28
|
+
groupSharedFeatures.activityFeed.header.taskButton.addTaskLabel = ⟦萬萬 Áďď Ťäŝκ 國國⟧
|
|
29
29
|
# Description for the approval task menu item in the add task dropdown
|
|
30
|
-
groupSharedFeatures.activityFeed.header.taskButton.approvalTaskDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
30
|
+
groupSharedFeatures.activityFeed.header.taskButton.approvalTaskDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Äşśϊġлèέś шïĺľ вė ŗєśΡŏпŝīьľё ƒŏґ âΡΡяôνїήġ øѓ ґєĵėćτïлġ ťãśкŝ 國國國國國國國國國國國國國國國國國國⟧
|
|
31
31
|
# Title for the approval task menu item in the add task dropdown
|
|
32
|
-
groupSharedFeatures.activityFeed.header.taskButton.approvalTaskTitle = ⟦萬萬萬
|
|
32
|
+
groupSharedFeatures.activityFeed.header.taskButton.approvalTaskTitle = ⟦萬萬萬 ÅΡΡяõνăļ Ťāѕĸ 國國國⟧
|
|
33
33
|
# Description for the general task menu item in the add task dropdown
|
|
34
|
-
groupSharedFeatures.activityFeed.header.taskButton.generalTaskDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
34
|
+
groupSharedFeatures.activityFeed.header.taskButton.generalTaskDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Άŝśίġńéěş щїľļ ьę гëśΡôлŝîвľε ƒσŕ mάяķîņġ τäѕкś àś čоmΡļěţê 國國國國國國國國國國國國國國國國國⟧
|
|
35
35
|
# Title for the general task menu item in the add task dropdown
|
|
36
|
-
groupSharedFeatures.activityFeed.header.taskButton.generalTaskTitle = ⟦萬萬萬
|
|
36
|
+
groupSharedFeatures.activityFeed.header.taskButton.generalTaskTitle = ⟦萬萬萬 Ğęήêřáľ Ŧâśķ 國國國⟧
|
|
37
37
|
# Label header for approval task card
|
|
38
|
-
groupSharedFeatures.activityFeed.taskCard.approvalTaskLabel = ⟦萬萬萬
|
|
38
|
+
groupSharedFeatures.activityFeed.taskCard.approvalTaskLabel = ⟦萬萬萬 ÂΡΡґöνâļ Τăŝκ 國國國⟧
|
|
39
39
|
# Per-assignee row suffix when the assignee approved an approval task
|
|
40
|
-
groupSharedFeatures.activityFeed.taskCard.assigneeRowStatusApproved = ⟦萬萬
|
|
40
|
+
groupSharedFeatures.activityFeed.taskCard.assigneeRowStatusApproved = ⟦萬萬 ÀΡΡяòνеď 國國⟧
|
|
41
41
|
# Per-assignee row suffix when the assignee has completed (sentence case, green in UI)
|
|
42
|
-
groupSharedFeatures.activityFeed.taskCard.assigneeRowStatusCompleted = ⟦萬萬
|
|
42
|
+
groupSharedFeatures.activityFeed.taskCard.assigneeRowStatusCompleted = ⟦萬萬 ČómΡľęŧéď 國國⟧
|
|
43
43
|
# Per-assignee row suffix when the assignee rejected an approval task
|
|
44
|
-
groupSharedFeatures.activityFeed.taskCard.assigneeRowStatusRejected = ⟦萬萬
|
|
44
|
+
groupSharedFeatures.activityFeed.taskCard.assigneeRowStatusRejected = ⟦萬萬 Ѓēĵęĉŧéď 國國⟧
|
|
45
45
|
# Confirmation message when deleting a task from the task message options
|
|
46
|
-
groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationBody = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
46
|
+
groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationBody = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬 Ðêļéťę τнίś ţàşĸ? Ŧнîś àćťϊóň сăη'τ ье ũńďõήé. 國國國國國國國國國國國國國⟧
|
|
47
47
|
# Cancel button on delete task confirmation popover
|
|
48
|
-
groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationCancel = ⟦萬
|
|
48
|
+
groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationCancel = ⟦萬 Ĉąи¢ėļ 國⟧
|
|
49
49
|
# Confirm delete button on delete task confirmation popover
|
|
50
|
-
groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationConfirm = ⟦萬
|
|
50
|
+
groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationConfirm = ⟦萬 Ďèľėτę 國⟧
|
|
51
51
|
# Loading aria-label announced while the delete task confirmation is in flight
|
|
52
|
-
groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationConfirmLoading = ⟦萬萬
|
|
52
|
+
groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationConfirmLoading = ⟦萬萬 Ðεļěτĭήĝ 國國⟧
|
|
53
53
|
# Accessible name for the delete task confirmation popover
|
|
54
|
-
groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationDialogAriaLabel = ⟦萬萬萬萬萬萬萬
|
|
54
|
+
groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationDialogAriaLabel = ⟦萬萬萬萬萬萬萬 Ðęľèťέ ťàŝĸ čőŋƒіґmǻŧϊőл 國國國國國國國⟧
|
|
55
55
|
# Error message when fetching more assignees from server fails
|
|
56
|
-
groupSharedFeatures.activityFeed.taskCard.loadAssigneesError = ⟦萬萬萬萬萬萬萬萬萬萬
|
|
56
|
+
groupSharedFeatures.activityFeed.taskCard.loadAssigneesError = ⟦萬萬萬萬萬萬萬萬萬萬 ₣αĭļєď τό ĺòàď âŝŝĭğňéěş. Τгŷ āĝαįп. 國國國國國國國國國國⟧
|
|
57
57
|
# Loading state text when fetching more assignees from server
|
|
58
|
-
groupSharedFeatures.activityFeed.taskCard.loadingAssignees = ⟦萬萬
|
|
58
|
+
groupSharedFeatures.activityFeed.taskCard.loadingAssignees = ⟦萬萬 Ĺøāďĭŋĝ... 國國⟧
|
|
59
59
|
# Aria label for more options button in task message
|
|
60
|
-
groupSharedFeatures.activityFeed.taskCard.moreOptionsAriaLabel = ⟦萬萬萬萬萬
|
|
60
|
+
groupSharedFeatures.activityFeed.taskCard.moreOptionsAriaLabel = ⟦萬萬萬萬萬 Мōŕє ōΡţĭöńś ьüτţоη 國國國國國⟧
|
|
61
61
|
# Button to hide additional assignees
|
|
62
|
-
groupSharedFeatures.activityFeed.taskCard.showLessAssignees = ⟦萬萬
|
|
62
|
+
groupSharedFeatures.activityFeed.taskCard.showLessAssignees = ⟦萬萬 Ѕħσω Ļĕŝѕ 國國⟧
|
|
63
63
|
# Button to load more assignees from server when count is unknown
|
|
64
|
-
groupSharedFeatures.activityFeed.taskCard.showMore = ⟦萬萬
|
|
64
|
+
groupSharedFeatures.activityFeed.taskCard.showMore = ⟦萬萬 Ŝĥöш Μоřē 國國⟧
|
|
65
65
|
# Button to show more assignees when exact count is known
|
|
66
|
-
groupSharedFeatures.activityFeed.taskCard.showMoreAssignees = ⟦萬萬萬萬
|
|
66
|
+
groupSharedFeatures.activityFeed.taskCard.showMoreAssignees = ⟦萬萬萬萬 Ŝнοẁ {count} Мσřè 國國國國⟧
|
|
67
67
|
# Button to show more assignees when approximate count (at least this many more on server)
|
|
68
|
-
groupSharedFeatures.activityFeed.taskCard.showMoreAssigneesApproximate = ⟦萬萬萬萬
|
|
68
|
+
groupSharedFeatures.activityFeed.taskCard.showMoreAssigneesApproximate = ⟦萬萬萬萬 Ŝнöŵ {count}+ Мοґĕ 國國國國⟧
|
|
69
69
|
# Approve action for an approval task
|
|
70
|
-
groupSharedFeatures.activityFeed.taskCard.taskApproveAction = ⟦萬萬
|
|
70
|
+
groupSharedFeatures.activityFeed.taskCard.taskApproveAction = ⟦萬萬 ĄΡΡŗõνё 國國⟧
|
|
71
71
|
# Loading aria-label announced while the Approve action is in flight
|
|
72
|
-
groupSharedFeatures.activityFeed.taskCard.taskApproveActionLoading = ⟦萬萬
|
|
72
|
+
groupSharedFeatures.activityFeed.taskCard.taskApproveActionLoading = ⟦萬萬 ΆΡΡяσνïήĝ 國國⟧
|
|
73
73
|
# Completion action for a general task
|
|
74
|
-
groupSharedFeatures.activityFeed.taskCard.taskCompleteAction = ⟦萬萬萬萬
|
|
74
|
+
groupSharedFeatures.activityFeed.taskCard.taskCompleteAction = ⟦萬萬萬萬 Мąяк åŝ ĊómΡľéτë 國國國國⟧
|
|
75
75
|
# Loading aria-label announced while the Mark as Complete action is in flight
|
|
76
|
-
groupSharedFeatures.activityFeed.taskCard.taskCompleteActionLoading = ⟦萬萬萬萬萬
|
|
76
|
+
groupSharedFeatures.activityFeed.taskCard.taskCompleteActionLoading = ⟦萬萬萬萬萬 Мǻŕĸīήġ åѕ ¢ómΡĺёťέ 國國國國國⟧
|
|
77
77
|
# Text to show on menu item to delete task
|
|
78
|
-
groupSharedFeatures.activityFeed.taskCard.taskDeleteMenuItem = ⟦萬萬萬
|
|
78
|
+
groupSharedFeatures.activityFeed.taskCard.taskDeleteMenuItem = ⟦萬萬萬 Ðέľèŧê τàśĸ 國國國⟧
|
|
79
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 = ⟦萬萬萬萬
|
|
80
|
+
groupSharedFeatures.activityFeed.taskCard.taskDueDateLabel = ⟦萬萬萬萬 Ďùę {monthDay} {time} 國國國國⟧
|
|
81
81
|
# Text to show on menu item to edit task
|
|
82
|
-
groupSharedFeatures.activityFeed.taskCard.taskEditMenuItem = ⟦萬萬萬
|
|
82
|
+
groupSharedFeatures.activityFeed.taskCard.taskEditMenuItem = ⟦萬萬萬 Мσďìƒγ τàśĸ 國國國⟧
|
|
83
83
|
# Label header for task card
|
|
84
|
-
groupSharedFeatures.activityFeed.taskCard.taskLabel = ⟦萬
|
|
84
|
+
groupSharedFeatures.activityFeed.taskCard.taskLabel = ⟦萬 Ŧāѕķ 國⟧
|
|
85
85
|
# Reject action for an approval task
|
|
86
|
-
groupSharedFeatures.activityFeed.taskCard.taskRejectAction = ⟦萬
|
|
86
|
+
groupSharedFeatures.activityFeed.taskCard.taskRejectAction = ⟦萬 Řèĵëсτ 國⟧
|
|
87
87
|
# Loading aria-label announced while the Reject action is in flight
|
|
88
|
-
groupSharedFeatures.activityFeed.taskCard.taskRejectActionLoading = ⟦萬萬
|
|
88
|
+
groupSharedFeatures.activityFeed.taskCard.taskRejectActionLoading = ⟦萬萬 Ŕеĵęĉŧιήğ 國國⟧
|
|
89
89
|
# View details action for a multi-file task
|
|
90
|
-
groupSharedFeatures.activityFeed.taskCard.taskViewDetailsAction = ⟦萬萬萬萬萬 V
|
|
90
|
+
groupSharedFeatures.activityFeed.taskCard.taskViewDetailsAction = ⟦萬萬萬萬萬 Vίèẃ Ŧåşķ Ðêτäϊļş 國國國國國⟧
|
|
91
91
|
# Headline when an approval task is approved
|
|
92
|
-
groupSharedFeatures.activityFeed.taskState.approvedHeadline = ⟦萬萬
|
|
92
|
+
groupSharedFeatures.activityFeed.taskState.approvedHeadline = ⟦萬萬 ǺΡΡѓόνĕď 國國⟧
|
|
93
93
|
# Assignee completion count shown after the Completed headline
|
|
94
|
-
groupSharedFeatures.activityFeed.taskState.completedCountParenthetical = ⟦萬萬萬萬 ({completedCount}
|
|
94
|
+
groupSharedFeatures.activityFeed.taskState.completedCountParenthetical = ⟦萬萬萬萬 ({completedCount} őƒ {totalCount}) 國國國國⟧
|
|
95
95
|
# Headline for a task that is fully completed
|
|
96
|
-
groupSharedFeatures.activityFeed.taskState.completedHeadline = ⟦萬萬
|
|
96
|
+
groupSharedFeatures.activityFeed.taskState.completedHeadline = ⟦萬萬 ĊοmΡļèţєď 國國⟧
|
|
97
97
|
# Headline for a task or approval that was rejected
|
|
98
|
-
groupSharedFeatures.activityFeed.taskState.rejectedHeadline = ⟦萬萬
|
|
98
|
+
groupSharedFeatures.activityFeed.taskState.rejectedHeadline = ⟦萬萬 Ŕëĵĕ¢ťέď 國國⟧
|
|
99
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}
|
|
100
|
+
groupSharedFeatures.activityFeed.versionItem.appPromoted = ⟦萬萬萬萬萬萬萬萬萬萬萬 {appName} Pяömόţεď: <вåďġе>V{versionNumber}</ьǻďġê> 國國國國國國國國國國國⟧
|
|
101
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}
|
|
102
|
+
groupSharedFeatures.activityFeed.versionItem.appRestored = ⟦萬萬萬萬萬萬萬萬萬萬萬 {appName} Γéŝţöŕēď: <вăďğē>V{versionNumber}</вαďğè> 國國國國國國國國國國國⟧
|
|
103
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}
|
|
104
|
+
groupSharedFeatures.activityFeed.versionItem.appUploaded = ⟦萬萬萬萬萬萬萬萬萬萬萬 {appName} ŮΡĺόąďëď: <ьάďĝε>V{versionNumber}</вáďġė> 國國國國國國國國國國國⟧
|
|
105
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}
|
|
106
|
+
groupSharedFeatures.activityFeed.versionItem.versionDeleted = ⟦萬萬萬萬萬萬萬萬 {authorName} ďėľêťέď V{versionNumber} · {timestamp} 國國國國國國國國⟧
|
|
107
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}
|
|
108
|
+
groupSharedFeatures.activityFeed.versionItem.versionDeletedNoTimestamp = ⟦萬萬萬萬萬 {authorName} ďèļėτêď V{versionNumber} 國國國國國⟧
|
|
109
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
|
|
110
|
+
groupSharedFeatures.activityFeed.versionItem.versionPromoted = ⟦萬萬萬萬萬萬萬萬萬萬萬 Vęгŝιŏŋ Přōmôŧêď: <ьãďĝë>V{versionNumber}</вâďġĕ> 國國國國國國國國國國國⟧
|
|
111
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
|
|
112
|
+
groupSharedFeatures.activityFeed.versionItem.versionRestored = ⟦萬萬萬萬萬萬萬萬萬萬萬 Vęгѕĩοи Яєŝťôŗéď: <ьâďĝē>V{versionNumber}</ьâďĝé> 國國國國國國國國國國國⟧
|
|
113
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
|
|
114
|
+
groupSharedFeatures.activityFeed.versionItem.versionUploaded = ⟦萬萬萬萬萬萬萬萬萬萬萬 Vёґśīōη ŮΡľóàďëď: <ьàďĝë>V{versionNumber}</вάďġě> 國國國國國國國國國國國⟧
|
package/dist/i18n/nl-NL.js
CHANGED
|
@@ -24,7 +24,7 @@ export default {
|
|
|
24
24
|
"groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationBody": "Deze taak verwijderen? Deze actie kan niet ongedaan worden gemaakt.",
|
|
25
25
|
"groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationCancel": "Annuleren",
|
|
26
26
|
"groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationConfirm": "Verwijderen",
|
|
27
|
-
"groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationConfirmLoading": "
|
|
27
|
+
"groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationConfirmLoading": "Wordt verwijderd",
|
|
28
28
|
"groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationDialogAriaLabel": "Bevestiging taak verwijderen",
|
|
29
29
|
"groupSharedFeatures.activityFeed.taskCard.loadAssigneesError": "Kan toegewezen personen niet laden. Probeer het opnieuw.",
|
|
30
30
|
"groupSharedFeatures.activityFeed.taskCard.loadingAssignees": "Wordt geladen …",
|
|
@@ -34,15 +34,15 @@ export default {
|
|
|
34
34
|
"groupSharedFeatures.activityFeed.taskCard.showMoreAssignees": "Nog {count} weergeven",
|
|
35
35
|
"groupSharedFeatures.activityFeed.taskCard.showMoreAssigneesApproximate": "Nog {count} weergeven",
|
|
36
36
|
"groupSharedFeatures.activityFeed.taskCard.taskApproveAction": "Goedkeuren",
|
|
37
|
-
"groupSharedFeatures.activityFeed.taskCard.taskApproveActionLoading": "
|
|
37
|
+
"groupSharedFeatures.activityFeed.taskCard.taskApproveActionLoading": "Wordt goedgekeurd",
|
|
38
38
|
"groupSharedFeatures.activityFeed.taskCard.taskCompleteAction": "Markeren als voltooid",
|
|
39
|
-
"groupSharedFeatures.activityFeed.taskCard.taskCompleteActionLoading": "
|
|
39
|
+
"groupSharedFeatures.activityFeed.taskCard.taskCompleteActionLoading": "Wordt gemarkeerd als voltooid",
|
|
40
40
|
"groupSharedFeatures.activityFeed.taskCard.taskDeleteMenuItem": "Taak verwijderen",
|
|
41
41
|
"groupSharedFeatures.activityFeed.taskCard.taskDueDateLabel": "Vervalt op {monthDay} {time}",
|
|
42
42
|
"groupSharedFeatures.activityFeed.taskCard.taskEditMenuItem": "Taak wijzigen",
|
|
43
43
|
"groupSharedFeatures.activityFeed.taskCard.taskLabel": "Taak",
|
|
44
44
|
"groupSharedFeatures.activityFeed.taskCard.taskRejectAction": "Afwijzen",
|
|
45
|
-
"groupSharedFeatures.activityFeed.taskCard.taskRejectActionLoading": "
|
|
45
|
+
"groupSharedFeatures.activityFeed.taskCard.taskRejectActionLoading": "Wordt afgewezen",
|
|
46
46
|
"groupSharedFeatures.activityFeed.taskCard.taskViewDetailsAction": "Taakgegevens weergeven",
|
|
47
47
|
"groupSharedFeatures.activityFeed.taskState.approvedHeadline": "Goedgekeurd",
|
|
48
48
|
"groupSharedFeatures.activityFeed.taskState.completedCountParenthetical": "({completedCount} van {totalCount})",
|
|
@@ -49,7 +49,7 @@ groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationCancel = Annuler
|
|
|
49
49
|
# Confirm delete button on delete task confirmation popover
|
|
50
50
|
groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationConfirm = Verwijderen
|
|
51
51
|
# Loading aria-label announced while the delete task confirmation is in flight
|
|
52
|
-
groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationConfirmLoading =
|
|
52
|
+
groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationConfirmLoading = Wordt verwijderd
|
|
53
53
|
# Accessible name for the delete task confirmation popover
|
|
54
54
|
groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationDialogAriaLabel = Bevestiging taak verwijderen
|
|
55
55
|
# Error message when fetching more assignees from server fails
|
|
@@ -69,11 +69,11 @@ groupSharedFeatures.activityFeed.taskCard.showMoreAssigneesApproximate = Nog {co
|
|
|
69
69
|
# Approve action for an approval task
|
|
70
70
|
groupSharedFeatures.activityFeed.taskCard.taskApproveAction = Goedkeuren
|
|
71
71
|
# Loading aria-label announced while the Approve action is in flight
|
|
72
|
-
groupSharedFeatures.activityFeed.taskCard.taskApproveActionLoading =
|
|
72
|
+
groupSharedFeatures.activityFeed.taskCard.taskApproveActionLoading = Wordt goedgekeurd
|
|
73
73
|
# Completion action for a general task
|
|
74
74
|
groupSharedFeatures.activityFeed.taskCard.taskCompleteAction = Markeren als voltooid
|
|
75
75
|
# Loading aria-label announced while the Mark as Complete action is in flight
|
|
76
|
-
groupSharedFeatures.activityFeed.taskCard.taskCompleteActionLoading =
|
|
76
|
+
groupSharedFeatures.activityFeed.taskCard.taskCompleteActionLoading = Wordt gemarkeerd als voltooid
|
|
77
77
|
# Text to show on menu item to delete task
|
|
78
78
|
groupSharedFeatures.activityFeed.taskCard.taskDeleteMenuItem = Taak verwijderen
|
|
79
79
|
# Due date row: "Due" plus short month/day (with year when not the current year) and time. Placeholders are locale-formatted.
|
|
@@ -85,7 +85,7 @@ groupSharedFeatures.activityFeed.taskCard.taskLabel = Taak
|
|
|
85
85
|
# Reject action for an approval task
|
|
86
86
|
groupSharedFeatures.activityFeed.taskCard.taskRejectAction = Afwijzen
|
|
87
87
|
# Loading aria-label announced while the Reject action is in flight
|
|
88
|
-
groupSharedFeatures.activityFeed.taskCard.taskRejectActionLoading =
|
|
88
|
+
groupSharedFeatures.activityFeed.taskCard.taskRejectActionLoading = Wordt afgewezen
|
|
89
89
|
# View details action for a multi-file task
|
|
90
90
|
groupSharedFeatures.activityFeed.taskCard.taskViewDetailsAction = Taakgegevens weergeven
|
|
91
91
|
# Headline when an approval task is approved
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/activity-feed",
|
|
3
|
-
"version": "1.21.
|
|
3
|
+
"version": "1.21.7",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE",
|
|
5
5
|
"peerDependencies": {
|
|
6
|
-
"@box/blueprint-web": "^14.36.
|
|
7
|
-
"@box/blueprint-web-assets": "^4.120.
|
|
8
|
-
"@box/collaboration-popover": "^1.62.
|
|
9
|
-
"@box/readable-time": "^1.41.
|
|
10
|
-
"@box/threaded-annotations": "^1.
|
|
11
|
-
"@box/user-selector": "^1.76.
|
|
6
|
+
"@box/blueprint-web": "^14.36.1",
|
|
7
|
+
"@box/blueprint-web-assets": "^4.120.3",
|
|
8
|
+
"@box/collaboration-popover": "^1.62.25",
|
|
9
|
+
"@box/readable-time": "^1.41.25",
|
|
10
|
+
"@box/threaded-annotations": "^1.93.0",
|
|
11
|
+
"@box/user-selector": "^1.76.25",
|
|
12
12
|
"clsx": "^1.2.1",
|
|
13
13
|
"react": "^18.0.0",
|
|
14
14
|
"react-dom": "^18.0.0",
|
|
@@ -18,14 +18,14 @@
|
|
|
18
18
|
"access": "public"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"@box/blueprint-web": "^14.36.
|
|
22
|
-
"@box/blueprint-web-assets": "^4.120.
|
|
23
|
-
"@box/collaboration-popover": "^1.62.
|
|
24
|
-
"@box/eslint-plugin-blueprint": "1.2.
|
|
25
|
-
"@box/readable-time": "^1.41.
|
|
26
|
-
"@box/storybook-utils": "0.19.
|
|
27
|
-
"@box/threaded-annotations": "^1.
|
|
28
|
-
"@box/user-selector": "^1.76.
|
|
21
|
+
"@box/blueprint-web": "^14.36.1",
|
|
22
|
+
"@box/blueprint-web-assets": "^4.120.3",
|
|
23
|
+
"@box/collaboration-popover": "^1.62.25",
|
|
24
|
+
"@box/eslint-plugin-blueprint": "1.2.4",
|
|
25
|
+
"@box/readable-time": "^1.41.25",
|
|
26
|
+
"@box/storybook-utils": "0.19.18",
|
|
27
|
+
"@box/threaded-annotations": "^1.93.0",
|
|
28
|
+
"@box/user-selector": "^1.76.25",
|
|
29
29
|
"react-intl": "^6.4.2"
|
|
30
30
|
},
|
|
31
31
|
"files": [
|