@box/activity-feed 1.24.6 → 1.25.1

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 (48) hide show
  1. package/dist/chunks/empty-state.js +26 -18
  2. package/dist/i18n/bn-IN.js +2 -2
  3. package/dist/i18n/bn-IN.properties +2 -2
  4. package/dist/i18n/da-DK.js +2 -2
  5. package/dist/i18n/da-DK.properties +2 -2
  6. package/dist/i18n/de-DE.js +2 -2
  7. package/dist/i18n/de-DE.properties +2 -2
  8. package/dist/i18n/en-AU.js +2 -2
  9. package/dist/i18n/en-AU.properties +2 -2
  10. package/dist/i18n/en-CA.js +2 -2
  11. package/dist/i18n/en-CA.properties +2 -2
  12. package/dist/i18n/en-GB.js +2 -2
  13. package/dist/i18n/en-GB.properties +2 -2
  14. package/dist/i18n/en-x-pseudo.js +2 -2
  15. package/dist/i18n/en-x-pseudo.properties +2 -2
  16. package/dist/i18n/es-419.js +2 -2
  17. package/dist/i18n/es-419.properties +2 -2
  18. package/dist/i18n/es-ES.js +2 -2
  19. package/dist/i18n/es-ES.properties +2 -2
  20. package/dist/i18n/fi-FI.js +2 -2
  21. package/dist/i18n/fi-FI.properties +2 -2
  22. package/dist/i18n/fr-CA.js +2 -2
  23. package/dist/i18n/fr-CA.properties +2 -2
  24. package/dist/i18n/fr-FR.js +2 -2
  25. package/dist/i18n/fr-FR.properties +2 -2
  26. package/dist/i18n/hi-IN.js +2 -2
  27. package/dist/i18n/hi-IN.properties +2 -2
  28. package/dist/i18n/it-IT.js +2 -2
  29. package/dist/i18n/it-IT.properties +2 -2
  30. package/dist/i18n/ko-KR.js +2 -2
  31. package/dist/i18n/ko-KR.properties +2 -2
  32. package/dist/i18n/nb-NO.js +2 -2
  33. package/dist/i18n/nb-NO.properties +2 -2
  34. package/dist/i18n/pl-PL.js +2 -2
  35. package/dist/i18n/pl-PL.properties +2 -2
  36. package/dist/i18n/pt-BR.js +2 -2
  37. package/dist/i18n/pt-BR.properties +2 -2
  38. package/dist/i18n/ru-RU.js +2 -2
  39. package/dist/i18n/ru-RU.properties +2 -2
  40. package/dist/i18n/sv-SE.js +2 -2
  41. package/dist/i18n/sv-SE.properties +2 -2
  42. package/dist/i18n/tr-TR.js +2 -2
  43. package/dist/i18n/tr-TR.properties +2 -2
  44. package/dist/i18n/zh-CN.js +2 -2
  45. package/dist/i18n/zh-CN.properties +2 -2
  46. package/dist/i18n/zh-TW.js +2 -2
  47. package/dist/i18n/zh-TW.properties +2 -2
  48. package/package.json +14 -14
@@ -1,22 +1,30 @@
1
1
  import { messages as e } from "../esm/lib/components/empty-state/messages.js";
2
2
  import { Text as t } from "@box/blueprint-web";
3
- import { useIntl as n } from "react-intl";
4
- import { jsx as r, jsxs as i } from "react/jsx-runtime";
5
- import '../styles/empty-state.css';var a = { container: "_container_ffym1_1" }, o = () => {
6
- let { formatMessage: o } = n();
7
- return /* @__PURE__ */ i("div", {
8
- className: a.container,
9
- children: [/* @__PURE__ */ r(t, {
10
- as: "p",
11
- color: "textOnLightSecondary",
12
- variant: "titleSmall",
13
- children: o(e.title)
14
- }), /* @__PURE__ */ r(t, {
15
- as: "p",
16
- color: "textOnLightSecondary",
17
- variant: "bodyDefault",
18
- children: o(e.body)
19
- })]
3
+ import { CommentBubbles as n } from "@box/blueprint-web-assets/illustrations/Medium";
4
+ import { useIntl as r } from "react-intl";
5
+ import { jsx as i, jsxs as a } from "react/jsx-runtime";
6
+ import '../styles/empty-state.css';var o = { container: "_container_ffym1_1" }, s = () => {
7
+ let { formatMessage: s } = r();
8
+ return /* @__PURE__ */ a("div", {
9
+ className: o.container,
10
+ children: [
11
+ /* @__PURE__ */ i(n, {
12
+ height: 140,
13
+ width: 140
14
+ }),
15
+ /* @__PURE__ */ i(t, {
16
+ as: "p",
17
+ color: "textOnLightSecondary",
18
+ variant: "titleSmall",
19
+ children: s(e.title)
20
+ }),
21
+ /* @__PURE__ */ i(t, {
22
+ as: "p",
23
+ color: "textOnLightSecondary",
24
+ variant: "bodyDefault",
25
+ children: s(e.body)
26
+ })
27
+ ]
20
28
  });
21
29
  };
22
- export { o as t };
30
+ export { s as t };
@@ -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": "আপনার মতামত শেয়ার করতে মন্তব্য করুন, টীকা যোগ করুন বা একজন কোলাবোরেটরকে @উল্লেখ করুন।",
4
+ "groupSharedFeatures.activityFeed.emptyState.title": "কথোপকথন শুরু করুন",
5
5
  "groupSharedFeatures.activityFeed.header.closeAriaLabel": "বন্ধ করুন",
6
6
  "groupSharedFeatures.activityFeed.header.filterAriaLabel": "ফিল্টার করুন",
7
7
  "groupSharedFeatures.activityFeed.header.filtersTitle": "ফিল্টার",
@@ -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 = আপনার মতামত শেয়ার করতে মন্তব্য করুন, টীকা যোগ করুন বা একজন কোলাবোরেটরকে @উল্লেখ করুন।
5
5
  # Title shown in the activity feed empty state
6
- groupSharedFeatures.activityFeed.emptyState.title = এখনও কোনো মন্তব্য নেই
6
+ groupSharedFeatures.activityFeed.emptyState.title = কথোপকথন শুরু করুন
7
7
  # Aria label for the close button in the activity feed header
8
8
  groupSharedFeatures.activityFeed.header.closeAriaLabel = বন্ধ করুন
9
9
  # Aria label for the filter toggle button in the activity feed header
@@ -1,7 +1,7 @@
1
1
  export default {
2
2
  "groupSharedFeatures.activityFeed.activityItemText": "{appName}: {parsedContent} · {timestamp}",
3
- "groupSharedFeatures.activityFeed.emptyState.body": "Efterlad en kommentar for at starte samtalen. Brug @ til at omtale samarbejdspartnere i denne fil.",
4
- "groupSharedFeatures.activityFeed.emptyState.title": "Ingen kommentarer endnu",
3
+ "groupSharedFeatures.activityFeed.emptyState.body": "Skriv en kommentar, tilføj en bemærkning eller @tagg en samarbejdspartner for at dele dine tanker.",
4
+ "groupSharedFeatures.activityFeed.emptyState.title": "Start samtalen",
5
5
  "groupSharedFeatures.activityFeed.header.closeAriaLabel": "Luk",
6
6
  "groupSharedFeatures.activityFeed.header.filterAriaLabel": "Filter",
7
7
  "groupSharedFeatures.activityFeed.header.filtersTitle": "Filtre",
@@ -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 = Efterlad en kommentar for at starte samtalen. Brug @ til at omtale samarbejdspartnere i denne fil.
4
+ groupSharedFeatures.activityFeed.emptyState.body = Skriv en kommentar, tilføj en bemærkning eller @tagg en samarbejdspartner for at dele dine tanker.
5
5
  # Title shown in the activity feed empty state
6
- groupSharedFeatures.activityFeed.emptyState.title = Ingen kommentarer endnu
6
+ groupSharedFeatures.activityFeed.emptyState.title = Start samtalen
7
7
  # Aria label for the close button in the activity feed header
8
8
  groupSharedFeatures.activityFeed.header.closeAriaLabel = Luk
9
9
  # Aria label for the filter toggle button in the activity feed header
@@ -1,7 +1,7 @@
1
1
  export default {
2
2
  "groupSharedFeatures.activityFeed.activityItemText": "{appName}: {parsedContent} · {timestamp}",
3
- "groupSharedFeatures.activityFeed.emptyState.body": "Hinterlassen Sie einen Kommentar, um die Unterhaltung zu starten. Verwenden Sie @, um Mitwirkende in dieser Datei zu erwähnen.",
4
- "groupSharedFeatures.activityFeed.emptyState.title": "Noch keine Kommentare",
3
+ "groupSharedFeatures.activityFeed.emptyState.body": "Kommentieren, annotieren oder @erwähnen Sie einen Mitwirkenden, um Ihre Gedanken freizugeben.",
4
+ "groupSharedFeatures.activityFeed.emptyState.title": "Konversation starten",
5
5
  "groupSharedFeatures.activityFeed.header.closeAriaLabel": "Schließen",
6
6
  "groupSharedFeatures.activityFeed.header.filterAriaLabel": "Filter",
7
7
  "groupSharedFeatures.activityFeed.header.filtersTitle": "Filter",
@@ -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 = Hinterlassen Sie einen Kommentar, um die Unterhaltung zu starten. Verwenden Sie @, um Mitwirkende in dieser Datei zu erwähnen.
4
+ groupSharedFeatures.activityFeed.emptyState.body = Kommentieren, annotieren oder @erwähnen Sie einen Mitwirkenden, um Ihre Gedanken freizugeben.
5
5
  # Title shown in the activity feed empty state
6
- groupSharedFeatures.activityFeed.emptyState.title = Noch keine Kommentare
6
+ groupSharedFeatures.activityFeed.emptyState.title = Konversation starten
7
7
  # Aria label for the close button in the activity feed header
8
8
  groupSharedFeatures.activityFeed.header.closeAriaLabel = Schließen
9
9
  # Aria label for the filter toggle button in the activity feed header
@@ -1,7 +1,7 @@
1
1
  export default {
2
2
  "groupSharedFeatures.activityFeed.activityItemText": "{appName}: {parsedContent} · {timestamp}",
3
- "groupSharedFeatures.activityFeed.emptyState.body": "Leave a comment to start the conversation. Use @ to mention collaborators in this file.",
4
- "groupSharedFeatures.activityFeed.emptyState.title": "No comments yet",
3
+ "groupSharedFeatures.activityFeed.emptyState.body": "Comment, annotate, or @mention a collaborator to share your thoughts.",
4
+ "groupSharedFeatures.activityFeed.emptyState.title": "Start the conversation",
5
5
  "groupSharedFeatures.activityFeed.header.closeAriaLabel": "Close",
6
6
  "groupSharedFeatures.activityFeed.header.filterAriaLabel": "Filter",
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 = Leave a comment to start the conversation. Use @ to mention collaborators in this file.
4
+ groupSharedFeatures.activityFeed.emptyState.body = Comment, annotate, or @mention a collaborator to share your thoughts.
5
5
  # Title shown in the activity feed empty state
6
- groupSharedFeatures.activityFeed.emptyState.title = No comments yet
6
+ groupSharedFeatures.activityFeed.emptyState.title = Start the conversation
7
7
  # Aria label for the close button in the activity feed header
8
8
  groupSharedFeatures.activityFeed.header.closeAriaLabel = Close
9
9
  # Aria label for the filter toggle button in the activity feed header
@@ -1,7 +1,7 @@
1
1
  export default {
2
2
  "groupSharedFeatures.activityFeed.activityItemText": "{appName}: {parsedContent} · {timestamp}",
3
- "groupSharedFeatures.activityFeed.emptyState.body": "Leave a comment to start the conversation. Use @ to mention collaborators in this file.",
4
- "groupSharedFeatures.activityFeed.emptyState.title": "No comments yet",
3
+ "groupSharedFeatures.activityFeed.emptyState.body": "Comment, annotate, or @mention a collaborator to share your thoughts.",
4
+ "groupSharedFeatures.activityFeed.emptyState.title": "Start the conversation",
5
5
  "groupSharedFeatures.activityFeed.header.closeAriaLabel": "Close",
6
6
  "groupSharedFeatures.activityFeed.header.filterAriaLabel": "Filter",
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 = Leave a comment to start the conversation. Use @ to mention collaborators in this file.
4
+ groupSharedFeatures.activityFeed.emptyState.body = Comment, annotate, or @mention a collaborator to share your thoughts.
5
5
  # Title shown in the activity feed empty state
6
- groupSharedFeatures.activityFeed.emptyState.title = No comments yet
6
+ groupSharedFeatures.activityFeed.emptyState.title = Start the conversation
7
7
  # Aria label for the close button in the activity feed header
8
8
  groupSharedFeatures.activityFeed.header.closeAriaLabel = Close
9
9
  # Aria label for the filter toggle button in the activity feed header
@@ -1,7 +1,7 @@
1
1
  export default {
2
2
  "groupSharedFeatures.activityFeed.activityItemText": "{appName}: {parsedContent} · {timestamp}",
3
- "groupSharedFeatures.activityFeed.emptyState.body": "Leave a comment to start the conversation. Use @ to mention collaborators in this file.",
4
- "groupSharedFeatures.activityFeed.emptyState.title": "No comments yet",
3
+ "groupSharedFeatures.activityFeed.emptyState.body": "Comment, annotate, or @mention a collaborator to share your thoughts.",
4
+ "groupSharedFeatures.activityFeed.emptyState.title": "Start the conversation",
5
5
  "groupSharedFeatures.activityFeed.header.closeAriaLabel": "Close",
6
6
  "groupSharedFeatures.activityFeed.header.filterAriaLabel": "Filter",
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 = Leave a comment to start the conversation. Use @ to mention collaborators in this file.
4
+ groupSharedFeatures.activityFeed.emptyState.body = Comment, annotate, or @mention a collaborator to share your thoughts.
5
5
  # Title shown in the activity feed empty state
6
- groupSharedFeatures.activityFeed.emptyState.title = No comments yet
6
+ groupSharedFeatures.activityFeed.emptyState.title = Start the conversation
7
7
  # Aria label for the close button in the activity feed header
8
8
  groupSharedFeatures.activityFeed.header.closeAriaLabel = Close
9
9
  # Aria label for the filter toggle button in the activity feed header
@@ -1,7 +1,7 @@
1
1
  export default {
2
2
  "groupSharedFeatures.activityFeed.activityItemText": "⟦萬萬萬萬萬 {appName}: {parsedContent} · {timestamp} 國國國國國⟧",
3
- "groupSharedFeatures.activityFeed.emptyState.body": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ĺèàνé á ¢òmмêиţ ťó śŧâŕτ тĥë çôйνēŗŝãţìõл. Ùşĕ @ ťö mėпŧíøπ ćōĺļäвŏřåτőяѕ îή тħïš ƒĩľę. 國國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
4
- "groupSharedFeatures.activityFeed.emptyState.title": "⟦萬萬萬萬 Ñò ¢ómмèиţś ýéť 國國國國⟧",
3
+ "groupSharedFeatures.activityFeed.emptyState.body": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Çòmмèиţ, àйлóťáŧé, ôŕ @mêпτìõπ â ¢öĺļãвøŗäтōř ţŏ śĥåяë ýőµѓ ťħοùĝнŧŝ. 國國國國國國國國國國國國國國國國國國國國⟧",
4
+ "groupSharedFeatures.activityFeed.emptyState.title": "⟦萬萬萬萬萬萬 Śţàŕť ŧĥè ¢òиνéŗśáτìóй 國國國國國國⟧",
5
5
  "groupSharedFeatures.activityFeed.header.closeAriaLabel": "⟦萬 Çĺòśè 國⟧",
6
6
  "groupSharedFeatures.activityFeed.header.filterAriaLabel": "⟦萬 ₣ìĺţèŕ 國⟧",
7
7
  "groupSharedFeatures.activityFeed.header.filtersTitle": "⟦萬萬 ₣ìĺţèŕś 國國⟧",
@@ -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 = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ĺèàνé á ¢òmмêиţ ťó śŧâŕτ тĥë çôйνēŗŝãţìõл. Ùşĕ @ ťö mėпŧíøπ ćōĺļäвŏřåτőяѕ îή тħïš ƒĩľę. 國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
4
+ groupSharedFeatures.activityFeed.emptyState.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Çòmмèиţ, àйлóťáŧé, ôŕ @mêпτìõπ â ¢öĺļãвøŗäтōř ţŏ śĥåяë ýőµѓ ťħοùĝнŧŝ. 國國國國國國國國國國國國國國國國國國國國⟧
5
5
  # Title shown in the activity feed empty state
6
- groupSharedFeatures.activityFeed.emptyState.title = ⟦萬萬萬萬 Ñò ¢ómмèиţś ýéť 國國國國⟧
6
+ groupSharedFeatures.activityFeed.emptyState.title = ⟦萬萬萬萬萬萬 Śţàŕť ŧĥè ¢òиνéŗśáτìóй 國國國國國國⟧
7
7
  # Aria label for the close button in the activity feed header
8
8
  groupSharedFeatures.activityFeed.header.closeAriaLabel = ⟦萬 Çĺòśè 國⟧
9
9
  # Aria label for the filter toggle button in the activity feed header
@@ -1,7 +1,7 @@
1
1
  export default {
2
2
  "groupSharedFeatures.activityFeed.activityItemText": "{appName}: {parsedContent} · {timestamp}",
3
- "groupSharedFeatures.activityFeed.emptyState.body": "Deje un comentario para comenzar la conversación. Utilice @ para mencionar a los colaboradores de este archivo.",
4
- "groupSharedFeatures.activityFeed.emptyState.title": "Aún no hay comentarios",
3
+ "groupSharedFeatures.activityFeed.emptyState.body": "Comente, anote o mencione a un colaborador anteponiendo @ para compartir lo que piensa.",
4
+ "groupSharedFeatures.activityFeed.emptyState.title": "Iniciar la conversación",
5
5
  "groupSharedFeatures.activityFeed.header.closeAriaLabel": "Cerrar",
6
6
  "groupSharedFeatures.activityFeed.header.filterAriaLabel": "Filtrar",
7
7
  "groupSharedFeatures.activityFeed.header.filtersTitle": "Filtros",
@@ -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 = Deje un comentario para comenzar la conversación. Utilice @ para mencionar a los colaboradores de este archivo.
4
+ groupSharedFeatures.activityFeed.emptyState.body = Comente, anote o mencione a un colaborador anteponiendo @ para compartir lo que piensa.
5
5
  # Title shown in the activity feed empty state
6
- groupSharedFeatures.activityFeed.emptyState.title = Aún no hay comentarios
6
+ groupSharedFeatures.activityFeed.emptyState.title = Iniciar la conversación
7
7
  # Aria label for the close button in the activity feed header
8
8
  groupSharedFeatures.activityFeed.header.closeAriaLabel = Cerrar
9
9
  # Aria label for the filter toggle button in the activity feed header
@@ -1,7 +1,7 @@
1
1
  export default {
2
2
  "groupSharedFeatures.activityFeed.activityItemText": "{appName}: {parsedContent} · {timestamp}",
3
- "groupSharedFeatures.activityFeed.emptyState.body": "Deje un comentario para comenzar la conversación. Utilice @ para mencionar a los colaboradores de este archivo.",
4
- "groupSharedFeatures.activityFeed.emptyState.title": "Aún no hay comentarios",
3
+ "groupSharedFeatures.activityFeed.emptyState.body": "Comente, anote o mencione a un colaborador anteponiendo @ para compartir lo que piensa.",
4
+ "groupSharedFeatures.activityFeed.emptyState.title": "Iniciar la conversación",
5
5
  "groupSharedFeatures.activityFeed.header.closeAriaLabel": "Cerrar",
6
6
  "groupSharedFeatures.activityFeed.header.filterAriaLabel": "Filtrar",
7
7
  "groupSharedFeatures.activityFeed.header.filtersTitle": "Filtros",
@@ -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 = Deje un comentario para comenzar la conversación. Utilice @ para mencionar a los colaboradores de este archivo.
4
+ groupSharedFeatures.activityFeed.emptyState.body = Comente, anote o mencione a un colaborador anteponiendo @ para compartir lo que piensa.
5
5
  # Title shown in the activity feed empty state
6
- groupSharedFeatures.activityFeed.emptyState.title = Aún no hay comentarios
6
+ groupSharedFeatures.activityFeed.emptyState.title = Iniciar la conversación
7
7
  # Aria label for the close button in the activity feed header
8
8
  groupSharedFeatures.activityFeed.header.closeAriaLabel = Cerrar
9
9
  # Aria label for the filter toggle button in the activity feed header
@@ -1,7 +1,7 @@
1
1
  export default {
2
2
  "groupSharedFeatures.activityFeed.activityItemText": "{appName}: {parsedContent} · {timestamp}",
3
- "groupSharedFeatures.activityFeed.emptyState.body": "Aloita keskustelu jättämällä kommentti. Käytä @ mainitaksesi tämän tiedoston yhteistyökumppanit.",
4
- "groupSharedFeatures.activityFeed.emptyState.title": "Ei vielä kommentteja",
3
+ "groupSharedFeatures.activityFeed.emptyState.body": "Kommentoi, lisää huomautus tai @mainitse yhteistyökumppani jakaaksesi ajatuksesi.",
4
+ "groupSharedFeatures.activityFeed.emptyState.title": "Aloita keskustelu",
5
5
  "groupSharedFeatures.activityFeed.header.closeAriaLabel": "Sulje",
6
6
  "groupSharedFeatures.activityFeed.header.filterAriaLabel": "Suodata",
7
7
  "groupSharedFeatures.activityFeed.header.filtersTitle": "Suodattimet",
@@ -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 = Aloita keskustelu jättämällä kommentti. Käytä @ mainitaksesi tämän tiedoston yhteistyökumppanit.
4
+ groupSharedFeatures.activityFeed.emptyState.body = Kommentoi, lisää huomautus tai @mainitse yhteistyökumppani jakaaksesi ajatuksesi.
5
5
  # Title shown in the activity feed empty state
6
- groupSharedFeatures.activityFeed.emptyState.title = Ei vielä kommentteja
6
+ groupSharedFeatures.activityFeed.emptyState.title = Aloita keskustelu
7
7
  # Aria label for the close button in the activity feed header
8
8
  groupSharedFeatures.activityFeed.header.closeAriaLabel = Sulje
9
9
  # Aria label for the filter toggle button in the activity feed header
@@ -1,7 +1,7 @@
1
1
  export default {
2
2
  "groupSharedFeatures.activityFeed.activityItemText": "{appName} : {parsedContent} · {timestamp}",
3
- "groupSharedFeatures.activityFeed.emptyState.body": "Laissez un commentaire pour commencer la conversation. Utilisez @ pour mentionner des collaborateurs dans ce fichier.",
4
- "groupSharedFeatures.activityFeed.emptyState.title": "Aucun commentaire pour le moment",
3
+ "groupSharedFeatures.activityFeed.emptyState.body": "Laissez un commentaire, annotez ou @mentionner un collaborateur pour partager vos pensées.",
4
+ "groupSharedFeatures.activityFeed.emptyState.title": "Commencer la conversation",
5
5
  "groupSharedFeatures.activityFeed.header.closeAriaLabel": "Fermer",
6
6
  "groupSharedFeatures.activityFeed.header.filterAriaLabel": "Filtrer",
7
7
  "groupSharedFeatures.activityFeed.header.filtersTitle": "Filtres",
@@ -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 = Laissez un commentaire pour commencer la conversation. Utilisez @ pour mentionner des collaborateurs dans ce fichier.
4
+ groupSharedFeatures.activityFeed.emptyState.body = Laissez un commentaire, annotez ou @mentionner un collaborateur pour partager vos pensées.
5
5
  # Title shown in the activity feed empty state
6
- groupSharedFeatures.activityFeed.emptyState.title = Aucun commentaire pour le moment
6
+ groupSharedFeatures.activityFeed.emptyState.title = Commencer la conversation
7
7
  # Aria label for the close button in the activity feed header
8
8
  groupSharedFeatures.activityFeed.header.closeAriaLabel = Fermer
9
9
  # Aria label for the filter toggle button in the activity feed header
@@ -1,7 +1,7 @@
1
1
  export default {
2
2
  "groupSharedFeatures.activityFeed.activityItemText": "{appName} : {parsedContent} · {timestamp}",
3
- "groupSharedFeatures.activityFeed.emptyState.body": "Laissez un commentaire pour commencer la conversation. Utilisez @ pour mentionner des collaborateurs dans ce fichier.",
4
- "groupSharedFeatures.activityFeed.emptyState.title": "Aucun commentaire pour le moment",
3
+ "groupSharedFeatures.activityFeed.emptyState.body": "Laissez un commentaire, annotez ou @mentionner un collaborateur pour partager vos pensées.",
4
+ "groupSharedFeatures.activityFeed.emptyState.title": "Commencer la conversation",
5
5
  "groupSharedFeatures.activityFeed.header.closeAriaLabel": "Fermer",
6
6
  "groupSharedFeatures.activityFeed.header.filterAriaLabel": "Filtrer",
7
7
  "groupSharedFeatures.activityFeed.header.filtersTitle": "Filtres",
@@ -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 = Laissez un commentaire pour commencer la conversation. Utilisez @ pour mentionner des collaborateurs dans ce fichier.
4
+ groupSharedFeatures.activityFeed.emptyState.body = Laissez un commentaire, annotez ou @mentionner un collaborateur pour partager vos pensées.
5
5
  # Title shown in the activity feed empty state
6
- groupSharedFeatures.activityFeed.emptyState.title = Aucun commentaire pour le moment
6
+ groupSharedFeatures.activityFeed.emptyState.title = Commencer la conversation
7
7
  # Aria label for the close button in the activity feed header
8
8
  groupSharedFeatures.activityFeed.header.closeAriaLabel = Fermer
9
9
  # Aria label for the filter toggle button in the activity feed header
@@ -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": "अपने विचार शेयर करने के लिए टिप्पणी करें, एनोटेट करें, या किसी सहयोगी का @उल्लेख करें।",
4
+ "groupSharedFeatures.activityFeed.emptyState.title": "बातचीत शुरू करें",
5
5
  "groupSharedFeatures.activityFeed.header.closeAriaLabel": "बंद करें",
6
6
  "groupSharedFeatures.activityFeed.header.filterAriaLabel": "फ़िल्टर करें",
7
7
  "groupSharedFeatures.activityFeed.header.filtersTitle": "फ़िल्टर्स",
@@ -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 = अपने विचार शेयर करने के लिए टिप्पणी करें, एनोटेट करें, या किसी सहयोगी का @उल्लेख करें।
5
5
  # Title shown in the activity feed empty state
6
- groupSharedFeatures.activityFeed.emptyState.title = अभी तक कोई टिप्पणी नहीं
6
+ groupSharedFeatures.activityFeed.emptyState.title = बातचीत शुरू करें
7
7
  # Aria label for the close button in the activity feed header
8
8
  groupSharedFeatures.activityFeed.header.closeAriaLabel = बंद करें
9
9
  # Aria label for the filter toggle button in the activity feed header
@@ -1,7 +1,7 @@
1
1
  export default {
2
2
  "groupSharedFeatures.activityFeed.activityItemText": "{appName}: {parsedContent} · {timestamp}",
3
- "groupSharedFeatures.activityFeed.emptyState.body": "Per iniziare la conversazione, lascia un commento. Utilizza @ per menzionare i collaboratori in questo file.",
4
- "groupSharedFeatures.activityFeed.emptyState.title": "Ancora nessun commento",
3
+ "groupSharedFeatures.activityFeed.emptyState.body": "Commenta, annota o @menziona un collaboratore per condividere i tuoi pensieri.",
4
+ "groupSharedFeatures.activityFeed.emptyState.title": "Inizia la conversazione",
5
5
  "groupSharedFeatures.activityFeed.header.closeAriaLabel": "Chiudi",
6
6
  "groupSharedFeatures.activityFeed.header.filterAriaLabel": "Filtro",
7
7
  "groupSharedFeatures.activityFeed.header.filtersTitle": "Filtri",
@@ -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 = Per iniziare la conversazione, lascia un commento. Utilizza @ per menzionare i collaboratori in questo file.
4
+ groupSharedFeatures.activityFeed.emptyState.body = Commenta, annota o @menziona un collaboratore per condividere i tuoi pensieri.
5
5
  # Title shown in the activity feed empty state
6
- groupSharedFeatures.activityFeed.emptyState.title = Ancora nessun commento
6
+ groupSharedFeatures.activityFeed.emptyState.title = Inizia la conversazione
7
7
  # Aria label for the close button in the activity feed header
8
8
  groupSharedFeatures.activityFeed.header.closeAriaLabel = Chiudi
9
9
  # Aria label for the filter toggle button in the activity feed header
@@ -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": "의견을 공유하려면 공동 작업자를 코멘트하거나 주석을 달거나 @멘션을 다세요.",
4
+ "groupSharedFeatures.activityFeed.emptyState.title": "대화 시작",
5
5
  "groupSharedFeatures.activityFeed.header.closeAriaLabel": "닫기",
6
6
  "groupSharedFeatures.activityFeed.header.filterAriaLabel": "필터",
7
7
  "groupSharedFeatures.activityFeed.header.filtersTitle": "필터",
@@ -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 = 의견을 공유하려면 공동 작업자를 코멘트하거나 주석을 달거나 @멘션을 다세요.
5
5
  # Title shown in the activity feed empty state
6
- groupSharedFeatures.activityFeed.emptyState.title = 아직 코멘트가 없습니다
6
+ groupSharedFeatures.activityFeed.emptyState.title = 대화 시작
7
7
  # Aria label for the close button in the activity feed header
8
8
  groupSharedFeatures.activityFeed.header.closeAriaLabel = 닫기
9
9
  # Aria label for the filter toggle button in the activity feed header
@@ -1,7 +1,7 @@
1
1
  export default {
2
2
  "groupSharedFeatures.activityFeed.activityItemText": "{appName}: {parsedContent} · {timestamp}",
3
- "groupSharedFeatures.activityFeed.emptyState.body": "Legg igjen en kommentar for å starte samtalen. Bruk @ til å omtale samarbeidspartnere i denne filen.",
4
- "groupSharedFeatures.activityFeed.emptyState.title": "Ingen kommentarer ennå",
3
+ "groupSharedFeatures.activityFeed.emptyState.body": "Kommenter, legg til merknader eller @nevn en samarbeidspartner for å dele tankene dine.",
4
+ "groupSharedFeatures.activityFeed.emptyState.title": "Start samtalen",
5
5
  "groupSharedFeatures.activityFeed.header.closeAriaLabel": "Lukk",
6
6
  "groupSharedFeatures.activityFeed.header.filterAriaLabel": "Filtrer",
7
7
  "groupSharedFeatures.activityFeed.header.filtersTitle": "Filtre",
@@ -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 = Legg igjen en kommentar for å starte samtalen. Bruk @ til å omtale samarbeidspartnere i denne filen.
4
+ groupSharedFeatures.activityFeed.emptyState.body = Kommenter, legg til merknader eller @nevn en samarbeidspartner for å dele tankene dine.
5
5
  # Title shown in the activity feed empty state
6
- groupSharedFeatures.activityFeed.emptyState.title = Ingen kommentarer ennå
6
+ groupSharedFeatures.activityFeed.emptyState.title = Start samtalen
7
7
  # Aria label for the close button in the activity feed header
8
8
  groupSharedFeatures.activityFeed.header.closeAriaLabel = Lukk
9
9
  # Aria label for the filter toggle button in the activity feed header
@@ -1,7 +1,7 @@
1
1
  export default {
2
2
  "groupSharedFeatures.activityFeed.activityItemText": "{appName}: {parsedContent} · {timestamp}",
3
- "groupSharedFeatures.activityFeed.emptyState.body": "Zostaw komentarz, aby rozpocząć rozmowę. Użyj @, aby wspomnieć współpracowników w tym pliku.",
4
- "groupSharedFeatures.activityFeed.emptyState.title": "Nie ma jeszcze komentarzy",
3
+ "groupSharedFeatures.activityFeed.emptyState.body": "Dodaj komentarz, adnotację lub @wspomnij o współpracowniku, aby udostępnić swoje przemyślenia.",
4
+ "groupSharedFeatures.activityFeed.emptyState.title": "Rozpocznij rozmowę",
5
5
  "groupSharedFeatures.activityFeed.header.closeAriaLabel": "Zamknij",
6
6
  "groupSharedFeatures.activityFeed.header.filterAriaLabel": "Filtruj",
7
7
  "groupSharedFeatures.activityFeed.header.filtersTitle": "Filtry",
@@ -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 = Zostaw komentarz, aby rozpocząć rozmowę. Użyj @, aby wspomnieć współpracowników w tym pliku.
4
+ groupSharedFeatures.activityFeed.emptyState.body = Dodaj komentarz, adnotację lub @wspomnij o współpracowniku, aby udostępnić swoje przemyślenia.
5
5
  # Title shown in the activity feed empty state
6
- groupSharedFeatures.activityFeed.emptyState.title = Nie ma jeszcze komentarzy
6
+ groupSharedFeatures.activityFeed.emptyState.title = Rozpocznij rozmowę
7
7
  # Aria label for the close button in the activity feed header
8
8
  groupSharedFeatures.activityFeed.header.closeAriaLabel = Zamknij
9
9
  # Aria label for the filter toggle button in the activity feed header
@@ -1,7 +1,7 @@
1
1
  export default {
2
2
  "groupSharedFeatures.activityFeed.activityItemText": "{appName}: {parsedContent} · {timestamp}",
3
- "groupSharedFeatures.activityFeed.emptyState.body": "Deixe um comentário para iniciar a conversa. Use @ para mencionar colaboradores neste arquivo.",
4
- "groupSharedFeatures.activityFeed.emptyState.title": "Nenhum comentário ainda",
3
+ "groupSharedFeatures.activityFeed.emptyState.body": "Faça um comentário, anote ou @mencione um colaborador para compartilhar seus pensamentos.",
4
+ "groupSharedFeatures.activityFeed.emptyState.title": "Iniciar a conversa",
5
5
  "groupSharedFeatures.activityFeed.header.closeAriaLabel": "Fechar",
6
6
  "groupSharedFeatures.activityFeed.header.filterAriaLabel": "Filtro",
7
7
  "groupSharedFeatures.activityFeed.header.filtersTitle": "Filtros",
@@ -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 = Deixe um comentário para iniciar a conversa. Use @ para mencionar colaboradores neste arquivo.
4
+ groupSharedFeatures.activityFeed.emptyState.body = Faça um comentário, anote ou @mencione um colaborador para compartilhar seus pensamentos.
5
5
  # Title shown in the activity feed empty state
6
- groupSharedFeatures.activityFeed.emptyState.title = Nenhum comentário ainda
6
+ groupSharedFeatures.activityFeed.emptyState.title = Iniciar a conversa
7
7
  # Aria label for the close button in the activity feed header
8
8
  groupSharedFeatures.activityFeed.header.closeAriaLabel = Fechar
9
9
  # Aria label for the filter toggle button in the activity feed header
@@ -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": "Оставляйте комментарии, добавляйте примечания или @упоминайте соавтора, чтобы поделиться своими мыслями.",
4
+ "groupSharedFeatures.activityFeed.emptyState.title": "Начать разговор",
5
5
  "groupSharedFeatures.activityFeed.header.closeAriaLabel": "Закрыть",
6
6
  "groupSharedFeatures.activityFeed.header.filterAriaLabel": "Фильтровать",
7
7
  "groupSharedFeatures.activityFeed.header.filtersTitle": "Фильтры",
@@ -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 = Оставляйте комментарии, добавляйте примечания или @упоминайте соавтора, чтобы поделиться своими мыслями.
5
5
  # Title shown in the activity feed empty state
6
- groupSharedFeatures.activityFeed.emptyState.title = Комментариев пока нет
6
+ groupSharedFeatures.activityFeed.emptyState.title = Начать разговор
7
7
  # Aria label for the close button in the activity feed header
8
8
  groupSharedFeatures.activityFeed.header.closeAriaLabel = Закрыть
9
9
  # Aria label for the filter toggle button in the activity feed header
@@ -1,7 +1,7 @@
1
1
  export default {
2
2
  "groupSharedFeatures.activityFeed.activityItemText": "{appName}: {parsedContent} · {timestamp}",
3
- "groupSharedFeatures.activityFeed.emptyState.body": "Lämna en kommentar för att starta konversationen. Använd @ för att nämna medarbetare i den här filen.",
4
- "groupSharedFeatures.activityFeed.emptyState.title": "Inga kommentarer ännu",
3
+ "groupSharedFeatures.activityFeed.emptyState.body": "Kommentera, anteckna eller @nämn en medarbetare för att dela dina tankar.",
4
+ "groupSharedFeatures.activityFeed.emptyState.title": "Starta konversationen",
5
5
  "groupSharedFeatures.activityFeed.header.closeAriaLabel": "Stäng",
6
6
  "groupSharedFeatures.activityFeed.header.filterAriaLabel": "Filtrera",
7
7
  "groupSharedFeatures.activityFeed.header.filtersTitle": "Filter",
@@ -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 = Lämna en kommentar för att starta konversationen. Använd @ för att nämna medarbetare i den här filen.
4
+ groupSharedFeatures.activityFeed.emptyState.body = Kommentera, anteckna eller @nämn en medarbetare för att dela dina tankar.
5
5
  # Title shown in the activity feed empty state
6
- groupSharedFeatures.activityFeed.emptyState.title = Inga kommentarer ännu
6
+ groupSharedFeatures.activityFeed.emptyState.title = Starta konversationen
7
7
  # Aria label for the close button in the activity feed header
8
8
  groupSharedFeatures.activityFeed.header.closeAriaLabel = Stäng
9
9
  # Aria label for the filter toggle button in the activity feed header
@@ -1,7 +1,7 @@
1
1
  export default {
2
2
  "groupSharedFeatures.activityFeed.activityItemText": "{appName}: {parsedContent} · {timestamp}",
3
- "groupSharedFeatures.activityFeed.emptyState.body": "Konuşmayı başlatmak için bir yorum bırakın. Bu dosyadaki ortak çalışanlardan bahsetmek için @ kullanın.",
4
- "groupSharedFeatures.activityFeed.emptyState.title": "Henüz yorum yok",
3
+ "groupSharedFeatures.activityFeed.emptyState.body": "Fikirlerinizi paylaşmak için yorum yapın, açıklama ekleyin veya bir ortak çalışandan @bahsedin.",
4
+ "groupSharedFeatures.activityFeed.emptyState.title": "Konuşmayı başlatın",
5
5
  "groupSharedFeatures.activityFeed.header.closeAriaLabel": "Kapat",
6
6
  "groupSharedFeatures.activityFeed.header.filterAriaLabel": "Filtre",
7
7
  "groupSharedFeatures.activityFeed.header.filtersTitle": "Filtreler",
@@ -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 = Konuşmayı başlatmak için bir yorum bırakın. Bu dosyadaki ortak çalışanlardan bahsetmek için @ kullanın.
4
+ groupSharedFeatures.activityFeed.emptyState.body = Fikirlerinizi paylaşmak için yorum yapın, açıklama ekleyin veya bir ortak çalışandan @bahsedin.
5
5
  # Title shown in the activity feed empty state
6
- groupSharedFeatures.activityFeed.emptyState.title = Henüz yorum yok
6
+ groupSharedFeatures.activityFeed.emptyState.title = Konuşmayı başlatın
7
7
  # Aria label for the close button in the activity feed header
8
8
  groupSharedFeatures.activityFeed.header.closeAriaLabel = Kapat
9
9
  # Aria label for the filter toggle button in the activity feed header
@@ -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": "发表评论、添加注释或@提及协作者以分享您的想法。",
4
+ "groupSharedFeatures.activityFeed.emptyState.title": "开始对话",
5
5
  "groupSharedFeatures.activityFeed.header.closeAriaLabel": "关闭",
6
6
  "groupSharedFeatures.activityFeed.header.filterAriaLabel": "筛选",
7
7
  "groupSharedFeatures.activityFeed.header.filtersTitle": "过滤器",
@@ -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 = 发表评论、添加注释或@提及协作者以分享您的想法。
5
5
  # Title shown in the activity feed empty state
6
- groupSharedFeatures.activityFeed.emptyState.title = 尚无评论
6
+ groupSharedFeatures.activityFeed.emptyState.title = 开始对话
7
7
  # Aria label for the close button in the activity feed header
8
8
  groupSharedFeatures.activityFeed.header.closeAriaLabel = 关闭
9
9
  # Aria label for the filter toggle button in the activity feed header
@@ -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": "留言、註解或用 @ 提及共同作業者,藉此分享自身想法。",
4
+ "groupSharedFeatures.activityFeed.emptyState.title": "開始對話",
5
5
  "groupSharedFeatures.activityFeed.header.closeAriaLabel": "關閉",
6
6
  "groupSharedFeatures.activityFeed.header.filterAriaLabel": "篩選",
7
7
  "groupSharedFeatures.activityFeed.header.filtersTitle": "篩選",
@@ -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 = 留言、註解或用 @ 提及共同作業者,藉此分享自身想法。
5
5
  # Title shown in the activity feed empty state
6
- groupSharedFeatures.activityFeed.emptyState.title = 尚未有留言
6
+ groupSharedFeatures.activityFeed.emptyState.title = 開始對話
7
7
  # Aria label for the close button in the activity feed header
8
8
  groupSharedFeatures.activityFeed.header.closeAriaLabel = 關閉
9
9
  # Aria label for the filter toggle button in the activity feed header
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@box/activity-feed",
3
- "version": "1.24.6",
3
+ "version": "1.25.1",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "peerDependencies": {
6
- "@box/blueprint-web": "^15.8.2",
7
- "@box/blueprint-web-assets": "^4.125.0",
8
- "@box/collaboration-popover": "^1.64.4",
9
- "@box/readable-time": "^1.43.4",
10
- "@box/threaded-annotations": "^1.97.5",
11
- "@box/user-selector": "^1.78.4",
6
+ "@box/blueprint-web": "^15.9.0",
7
+ "@box/blueprint-web-assets": "^4.125.1",
8
+ "@box/collaboration-popover": "^1.64.5",
9
+ "@box/readable-time": "^1.43.5",
10
+ "@box/threaded-annotations": "^1.97.7",
11
+ "@box/user-selector": "^1.78.5",
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": "^15.8.2",
22
- "@box/blueprint-web-assets": "^4.125.0",
23
- "@box/collaboration-popover": "^1.64.4",
21
+ "@box/blueprint-web": "^15.9.0",
22
+ "@box/blueprint-web-assets": "^4.125.1",
23
+ "@box/collaboration-popover": "^1.64.5",
24
24
  "@box/eslint-plugin-blueprint": "1.2.7",
25
- "@box/readable-time": "^1.43.4",
26
- "@box/storybook-utils": "0.21.4",
27
- "@box/threaded-annotations": "^1.97.5",
28
- "@box/user-selector": "^1.78.4",
25
+ "@box/readable-time": "^1.43.5",
26
+ "@box/storybook-utils": "0.21.5",
27
+ "@box/threaded-annotations": "^1.97.7",
28
+ "@box/user-selector": "^1.78.5",
29
29
  "react-intl": "^6.4.2"
30
30
  },
31
31
  "files": [