@box/activity-feed 2.1.2 → 2.1.4
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/ja-JP.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export default {
|
|
2
2
|
"groupSharedFeatures.activityFeed.activityItemText": "{appName}: {parsedContent} · {timestamp}",
|
|
3
|
-
"groupSharedFeatures.activityFeed.emptyState.body": "
|
|
3
|
+
"groupSharedFeatures.activityFeed.emptyState.body": "コラボレータにコメント、注釈、@メンションを送信して、考えを共有しましょう。",
|
|
4
4
|
"groupSharedFeatures.activityFeed.emptyState.title": "会話を始める",
|
|
5
5
|
"groupSharedFeatures.activityFeed.header.closeAriaLabel": "閉じる",
|
|
6
6
|
"groupSharedFeatures.activityFeed.header.filterAriaLabel": "フィルタ",
|
|
@@ -1,7 +1,7 @@
|
|
|
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 = コラボレータにコメント、注釈、@メンションを送信して、考えを共有しましょう。
|
|
5
5
|
# Title shown in the activity feed empty state
|
|
6
6
|
groupSharedFeatures.activityFeed.emptyState.title = 会話を始める
|
|
7
7
|
# Aria label for the close button in the activity feed header
|
package/dist/i18n/nl-NL.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export default {
|
|
2
2
|
"groupSharedFeatures.activityFeed.activityItemText": "{appName}: {parsedContent} · {timestamp}",
|
|
3
|
-
"groupSharedFeatures.activityFeed.emptyState.body": "
|
|
4
|
-
"groupSharedFeatures.activityFeed.emptyState.title": "
|
|
3
|
+
"groupSharedFeatures.activityFeed.emptyState.body": "Plaats een opmerking, voeg aantekeningen toe of @vermeld een medebewerker om uw gedachten te delen.",
|
|
4
|
+
"groupSharedFeatures.activityFeed.emptyState.title": "Gesprek starten",
|
|
5
5
|
"groupSharedFeatures.activityFeed.header.closeAriaLabel": "Sluiten",
|
|
6
6
|
"groupSharedFeatures.activityFeed.header.filterAriaLabel": "Filteren",
|
|
7
7
|
"groupSharedFeatures.activityFeed.header.filtersTitle": "Filters",
|
|
@@ -1,9 +1,9 @@
|
|
|
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 = Plaats een opmerking, voeg aantekeningen toe of @vermeld een medebewerker om uw gedachten te delen.
|
|
5
5
|
# Title shown in the activity feed empty state
|
|
6
|
-
groupSharedFeatures.activityFeed.emptyState.title =
|
|
6
|
+
groupSharedFeatures.activityFeed.emptyState.title = Gesprek starten
|
|
7
7
|
# Aria label for the close button in the activity feed header
|
|
8
8
|
groupSharedFeatures.activityFeed.header.closeAriaLabel = Sluiten
|
|
9
9
|
# Aria label for the filter toggle button in the activity feed header
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/activity-feed",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.4",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@box/blueprint-web": "^16.1.1",
|
|
7
7
|
"@box/blueprint-web-assets": "^5.1.1",
|
|
8
8
|
"@box/collaboration-popover": "^2.1.1",
|
|
9
9
|
"@box/readable-time": "^2.1.1",
|
|
10
|
-
"@box/threaded-annotations": "^2.1.
|
|
10
|
+
"@box/threaded-annotations": "^2.1.3",
|
|
11
11
|
"@box/user-selector": "^2.1.2",
|
|
12
12
|
"clsx": "^1.2.1",
|
|
13
13
|
"react": "^18.0.0",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"@box/eslint-plugin-blueprint": "2.1.1",
|
|
25
25
|
"@box/readable-time": "^2.1.1",
|
|
26
26
|
"@box/storybook-utils": "1.1.1",
|
|
27
|
-
"@box/threaded-annotations": "^2.1.
|
|
27
|
+
"@box/threaded-annotations": "^2.1.3",
|
|
28
28
|
"@box/user-selector": "^2.1.2",
|
|
29
29
|
"react-intl": "^6.4.2"
|
|
30
30
|
},
|