@box/collaboration-popover 1.60.2
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/LICENSE +379 -0
- package/README.md +57 -0
- package/dist/chunks/collaboration-popover.module.js +16 -0
- package/dist/chunks/user-info-footer.js +29 -0
- package/dist/esm/index.js +6 -0
- package/dist/esm/lib/collaboration-popover.js +60 -0
- package/dist/esm/lib/components/user-avatar.js +25 -0
- package/dist/esm/lib/components/user-details.js +56 -0
- package/dist/esm/lib/components/user-info-footer.js +2 -0
- package/dist/esm/lib/components/user-invite-dropdown.js +47 -0
- package/dist/esm/lib/messages.js +48 -0
- package/dist/esm/lib/utils/getInitials.js +2 -0
- package/dist/i18n/bn-IN.js +13 -0
- package/dist/i18n/bn-IN.properties +22 -0
- package/dist/i18n/da-DK.js +13 -0
- package/dist/i18n/da-DK.properties +22 -0
- package/dist/i18n/de-DE.js +13 -0
- package/dist/i18n/de-DE.properties +22 -0
- package/dist/i18n/en-AU.js +13 -0
- package/dist/i18n/en-AU.properties +22 -0
- package/dist/i18n/en-CA.js +13 -0
- package/dist/i18n/en-CA.properties +22 -0
- package/dist/i18n/en-GB.js +13 -0
- package/dist/i18n/en-GB.properties +22 -0
- package/dist/i18n/en-US.js +13 -0
- package/dist/i18n/en-US.properties +22 -0
- package/dist/i18n/en-x-pseudo.js +13 -0
- package/dist/i18n/en-x-pseudo.properties +22 -0
- package/dist/i18n/es-419.js +13 -0
- package/dist/i18n/es-419.properties +22 -0
- package/dist/i18n/es-ES.js +13 -0
- package/dist/i18n/es-ES.properties +22 -0
- package/dist/i18n/fi-FI.js +13 -0
- package/dist/i18n/fi-FI.properties +22 -0
- package/dist/i18n/fr-CA.js +13 -0
- package/dist/i18n/fr-CA.properties +22 -0
- package/dist/i18n/fr-FR.js +13 -0
- package/dist/i18n/fr-FR.properties +22 -0
- package/dist/i18n/hi-IN.js +13 -0
- package/dist/i18n/hi-IN.properties +22 -0
- package/dist/i18n/it-IT.js +13 -0
- package/dist/i18n/it-IT.properties +22 -0
- package/dist/i18n/ja-JP.js +13 -0
- package/dist/i18n/ja-JP.properties +22 -0
- package/dist/i18n/json/src/lib/messages.json +1 -0
- package/dist/i18n/ko-KR.js +13 -0
- package/dist/i18n/ko-KR.properties +22 -0
- package/dist/i18n/nb-NO.js +13 -0
- package/dist/i18n/nb-NO.properties +22 -0
- package/dist/i18n/nl-NL.js +13 -0
- package/dist/i18n/nl-NL.properties +22 -0
- package/dist/i18n/pl-PL.js +13 -0
- package/dist/i18n/pl-PL.properties +22 -0
- package/dist/i18n/pt-BR.js +13 -0
- package/dist/i18n/pt-BR.properties +22 -0
- package/dist/i18n/ru-RU.js +13 -0
- package/dist/i18n/ru-RU.properties +22 -0
- package/dist/i18n/sv-SE.js +13 -0
- package/dist/i18n/sv-SE.properties +22 -0
- package/dist/i18n/tr-TR.js +13 -0
- package/dist/i18n/tr-TR.properties +22 -0
- package/dist/i18n/zh-CN.js +13 -0
- package/dist/i18n/zh-CN.properties +22 -0
- package/dist/i18n/zh-TW.js +13 -0
- package/dist/i18n/zh-TW.properties +22 -0
- package/dist/styles/collaboration-popover.css +1 -0
- package/dist/types/index.d.ts +7 -0
- package/dist/types/lib/collaboration-popover.d.ts +15 -0
- package/dist/types/lib/components/user-avatar.d.ts +8 -0
- package/dist/types/lib/components/user-details.d.ts +6 -0
- package/dist/types/lib/components/user-info-footer.d.ts +10 -0
- package/dist/types/lib/components/user-invite-dropdown.d.ts +10 -0
- package/dist/types/lib/messages.d.ts +58 -0
- package/dist/types/lib/stories/shared.d.ts +3 -0
- package/dist/types/lib/types.d.ts +20 -0
- package/dist/types/lib/utils/getInitials.d.ts +1 -0
- package/package.json +48 -0
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { t as e } from "../../../chunks/collaboration-popover.module.js";
|
|
2
|
+
import t from "../messages.js";
|
|
3
|
+
import { Button as n, DropdownMenu as r, TriggerButton as i } from "@box/blueprint-web";
|
|
4
|
+
import { useMemo as a, useState as o } from "react";
|
|
5
|
+
import { useIntl as s } from "react-intl";
|
|
6
|
+
import { Fragment as c, jsx as l, jsxs as u } from "react/jsx-runtime";
|
|
7
|
+
var d = ({ defaultInviteType: d = "Editor", onInvite: f, onInviteTypeChange: p, loading: m = !1 }) => {
|
|
8
|
+
let { formatMessage: h } = s(), [g, _] = o(d), v = a(() => h(t.inviteAs, { type: h(t[g.toLowerCase()]) }), [g, h]);
|
|
9
|
+
return /* @__PURE__ */ u(c, { children: [/* @__PURE__ */ u(r.Root, {
|
|
10
|
+
modal: !1,
|
|
11
|
+
onOpenChange: p,
|
|
12
|
+
children: [/* @__PURE__ */ l(r.Trigger, { children: /* @__PURE__ */ l(i, {
|
|
13
|
+
"aria-label": v,
|
|
14
|
+
caretDirection: "down",
|
|
15
|
+
className: e.inviteTriggerButton,
|
|
16
|
+
disabled: m,
|
|
17
|
+
label: v,
|
|
18
|
+
size: "small",
|
|
19
|
+
variant: "tertiary"
|
|
20
|
+
}) }), /* @__PURE__ */ l(r.Content, {
|
|
21
|
+
align: "start",
|
|
22
|
+
className: e.inviteDropdownMenu,
|
|
23
|
+
side: "top",
|
|
24
|
+
children: /* @__PURE__ */ u(r.RadioGroup, {
|
|
25
|
+
onValueChange: (e) => {
|
|
26
|
+
_(e);
|
|
27
|
+
},
|
|
28
|
+
value: g,
|
|
29
|
+
children: [/* @__PURE__ */ l(r.RadioSelectItem, {
|
|
30
|
+
value: "Editor",
|
|
31
|
+
children: h(t.editor)
|
|
32
|
+
}), /* @__PURE__ */ l(r.RadioSelectItem, {
|
|
33
|
+
value: "Viewer",
|
|
34
|
+
children: h(t.viewer)
|
|
35
|
+
})]
|
|
36
|
+
})
|
|
37
|
+
})]
|
|
38
|
+
}), /* @__PURE__ */ l(n, {
|
|
39
|
+
"aria-label": h(t.inviteButton),
|
|
40
|
+
disabled: m,
|
|
41
|
+
onClick: async () => {
|
|
42
|
+
await f(g);
|
|
43
|
+
},
|
|
44
|
+
children: h(t.inviteButton)
|
|
45
|
+
})] });
|
|
46
|
+
};
|
|
47
|
+
export { d as UserInviteDropdown, d as default };
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { defineMessages as e } from "react-intl";
|
|
2
|
+
var t = e({
|
|
3
|
+
inviteAs: {
|
|
4
|
+
id: "boxui.collaborationPopover.inviteAs",
|
|
5
|
+
defaultMessage: "Invite as {type}"
|
|
6
|
+
},
|
|
7
|
+
editor: {
|
|
8
|
+
id: "boxui.collaborationPopover.editor",
|
|
9
|
+
defaultMessage: "Editor"
|
|
10
|
+
},
|
|
11
|
+
viewer: {
|
|
12
|
+
id: "boxui.collaborationPopover.viewer",
|
|
13
|
+
defaultMessage: "Viewer"
|
|
14
|
+
},
|
|
15
|
+
copySharedLinkButton: {
|
|
16
|
+
id: "boxui.collaborationPopover.copySharedLinkButton",
|
|
17
|
+
defaultMessage: "Copy shared link"
|
|
18
|
+
},
|
|
19
|
+
inviteButton: {
|
|
20
|
+
id: "boxui.collaborationPopover.inviteButton",
|
|
21
|
+
defaultMessage: "Invite"
|
|
22
|
+
},
|
|
23
|
+
noAccessInvite: {
|
|
24
|
+
id: "boxui.collaborationPopover.noAccessInvite",
|
|
25
|
+
defaultMessage: "This person doesn't have access and won't be notified unless invited."
|
|
26
|
+
},
|
|
27
|
+
noAccessSharedLink: {
|
|
28
|
+
id: "boxui.collaborationPopover.noAccessSharedLink",
|
|
29
|
+
defaultMessage: "This person doesn't have access and won't be notified unless invited."
|
|
30
|
+
},
|
|
31
|
+
userAvatarAlt: {
|
|
32
|
+
id: "boxui.collaborationPopover.userAvatarAlt",
|
|
33
|
+
defaultMessage: "{name} avatar"
|
|
34
|
+
},
|
|
35
|
+
userInfoPopover: {
|
|
36
|
+
id: "boxui.collaborationPopover.userInfoPopover",
|
|
37
|
+
defaultMessage: "User information popover"
|
|
38
|
+
},
|
|
39
|
+
userDetailsAriaLabel: {
|
|
40
|
+
id: "boxui.collaborationPopover.userDetailsAriaLabel",
|
|
41
|
+
defaultMessage: "{name} details"
|
|
42
|
+
},
|
|
43
|
+
variantIconAriaLabel: {
|
|
44
|
+
id: "boxui.collaborationPopover.variantIconAriaLabel",
|
|
45
|
+
defaultMessage: "Info"
|
|
46
|
+
}
|
|
47
|
+
});
|
|
48
|
+
export { t as default };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
"boxui.collaborationPopover.copySharedLinkButton": "শেয়ার করা লিঙ্ক কপি করুন",
|
|
3
|
+
"boxui.collaborationPopover.editor": "সম্পাদক",
|
|
4
|
+
"boxui.collaborationPopover.inviteAs": "{type} হিসাবে আমন্ত্রণ জানান",
|
|
5
|
+
"boxui.collaborationPopover.inviteButton": "আমন্ত্রণ জানান",
|
|
6
|
+
"boxui.collaborationPopover.noAccessInvite": "এই ব্যক্তির অ্যাক্সেস নেই এবং আমন্ত্রণ জানানো না হলে বিজ্ঞপ্তি দেওয়া হবে না.",
|
|
7
|
+
"boxui.collaborationPopover.noAccessSharedLink": "এই ব্যক্তির অ্যাক্সেস নেই এবং আমন্ত্রণ জানানো না হলে বিজ্ঞপ্তি দেওয়া হবে না.",
|
|
8
|
+
"boxui.collaborationPopover.userAvatarAlt": "{name} অবতার",
|
|
9
|
+
"boxui.collaborationPopover.userDetailsAriaLabel": "{name} বিশদ",
|
|
10
|
+
"boxui.collaborationPopover.userInfoPopover": "ব্যবহারকারীর তথ্য পপওভার",
|
|
11
|
+
"boxui.collaborationPopover.variantIconAriaLabel": "তথ্য",
|
|
12
|
+
"boxui.collaborationPopover.viewer": "ভিউয়ার"
|
|
13
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# Button text for copy a shareable link to content via email or message
|
|
2
|
+
boxui.collaborationPopover.copySharedLinkButton = শেয়ার করা লিঙ্ক কপি করুন
|
|
3
|
+
# Permission level that allows users to edit and modify content
|
|
4
|
+
boxui.collaborationPopover.editor = সম্পাদক
|
|
5
|
+
# Button text for inviting a user with a specific role/permission level. The {type} placeholder will be replaced with a role like "Editor" or "Viewer"
|
|
6
|
+
boxui.collaborationPopover.inviteAs = {type} হিসাবে আমন্ত্রণ জানান
|
|
7
|
+
# Button text for inviting a user to collaborate on content
|
|
8
|
+
boxui.collaborationPopover.inviteButton = আমন্ত্রণ জানান
|
|
9
|
+
# Tooltip text displayed when a user is not a collaborator
|
|
10
|
+
boxui.collaborationPopover.noAccessInvite = এই ব্যক্তির অ্যাক্সেস নেই এবং আমন্ত্রণ জানানো না হলে বিজ্ঞপ্তি দেওয়া হবে না.
|
|
11
|
+
# Tooltip text displayed when a user is not a collaborator
|
|
12
|
+
boxui.collaborationPopover.noAccessSharedLink = এই ব্যক্তির অ্যাক্সেস নেই এবং আমন্ত্রণ জানানো না হলে বিজ্ঞপ্তি দেওয়া হবে না.
|
|
13
|
+
# Alt text for user avatar image
|
|
14
|
+
boxui.collaborationPopover.userAvatarAlt = {name} অবতার
|
|
15
|
+
# Aria label for user details contained in the user information popover
|
|
16
|
+
boxui.collaborationPopover.userDetailsAriaLabel = {name} বিশদ
|
|
17
|
+
# Accessibility label for a popover that displays detailed information about a user, including their profile and collaboration options
|
|
18
|
+
boxui.collaborationPopover.userInfoPopover = ব্যবহারকারীর তথ্য পপওভার
|
|
19
|
+
# Aria label for the info icon in the inline notice
|
|
20
|
+
boxui.collaborationPopover.variantIconAriaLabel = তথ্য
|
|
21
|
+
# Permission level that allows users to view content but not edit it
|
|
22
|
+
boxui.collaborationPopover.viewer = ভিউয়ার
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
"boxui.collaborationPopover.copySharedLinkButton": "Kopier delt link",
|
|
3
|
+
"boxui.collaborationPopover.editor": "Redaktør",
|
|
4
|
+
"boxui.collaborationPopover.inviteAs": "Inviter som {type}",
|
|
5
|
+
"boxui.collaborationPopover.inviteButton": "Invitér",
|
|
6
|
+
"boxui.collaborationPopover.noAccessInvite": "Denne person har ikke adgang og vil ikke blive underrettet, medmindre vedkommende bliver inviteret.",
|
|
7
|
+
"boxui.collaborationPopover.noAccessSharedLink": "Denne person har ikke adgang og vil ikke blive underrettet, medmindre vedkommende bliver inviteret.",
|
|
8
|
+
"boxui.collaborationPopover.userAvatarAlt": "{name} avatar",
|
|
9
|
+
"boxui.collaborationPopover.userDetailsAriaLabel": "Oplysninger om {name}",
|
|
10
|
+
"boxui.collaborationPopover.userInfoPopover": "Brugeroplysninger popover-vindue",
|
|
11
|
+
"boxui.collaborationPopover.variantIconAriaLabel": "Info",
|
|
12
|
+
"boxui.collaborationPopover.viewer": "Læser"
|
|
13
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# Button text for copy a shareable link to content via email or message
|
|
2
|
+
boxui.collaborationPopover.copySharedLinkButton = Kopier delt link
|
|
3
|
+
# Permission level that allows users to edit and modify content
|
|
4
|
+
boxui.collaborationPopover.editor = Redaktør
|
|
5
|
+
# Button text for inviting a user with a specific role/permission level. The {type} placeholder will be replaced with a role like "Editor" or "Viewer"
|
|
6
|
+
boxui.collaborationPopover.inviteAs = Inviter som {type}
|
|
7
|
+
# Button text for inviting a user to collaborate on content
|
|
8
|
+
boxui.collaborationPopover.inviteButton = Invitér
|
|
9
|
+
# Tooltip text displayed when a user is not a collaborator
|
|
10
|
+
boxui.collaborationPopover.noAccessInvite = Denne person har ikke adgang og vil ikke blive underrettet, medmindre vedkommende bliver inviteret.
|
|
11
|
+
# Tooltip text displayed when a user is not a collaborator
|
|
12
|
+
boxui.collaborationPopover.noAccessSharedLink = Denne person har ikke adgang og vil ikke blive underrettet, medmindre vedkommende bliver inviteret.
|
|
13
|
+
# Alt text for user avatar image
|
|
14
|
+
boxui.collaborationPopover.userAvatarAlt = {name} avatar
|
|
15
|
+
# Aria label for user details contained in the user information popover
|
|
16
|
+
boxui.collaborationPopover.userDetailsAriaLabel = Oplysninger om {name}
|
|
17
|
+
# Accessibility label for a popover that displays detailed information about a user, including their profile and collaboration options
|
|
18
|
+
boxui.collaborationPopover.userInfoPopover = Brugeroplysninger popover-vindue
|
|
19
|
+
# Aria label for the info icon in the inline notice
|
|
20
|
+
boxui.collaborationPopover.variantIconAriaLabel = Info
|
|
21
|
+
# Permission level that allows users to view content but not edit it
|
|
22
|
+
boxui.collaborationPopover.viewer = Læser
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
"boxui.collaborationPopover.copySharedLinkButton": "Freigabe-Link kopieren",
|
|
3
|
+
"boxui.collaborationPopover.editor": "Bearbeiter",
|
|
4
|
+
"boxui.collaborationPopover.inviteAs": "Als {type} einladen",
|
|
5
|
+
"boxui.collaborationPopover.inviteButton": "Einladen",
|
|
6
|
+
"boxui.collaborationPopover.noAccessInvite": "Diese Person hat keinen Zugriff und wird nur benachrichtigt, wenn sie eingeladen wird.",
|
|
7
|
+
"boxui.collaborationPopover.noAccessSharedLink": "Diese Person hat keinen Zugriff und wird nur benachrichtigt, wenn sie eingeladen wird.",
|
|
8
|
+
"boxui.collaborationPopover.userAvatarAlt": "Avatar für {name}",
|
|
9
|
+
"boxui.collaborationPopover.userDetailsAriaLabel": "Daten von {name}",
|
|
10
|
+
"boxui.collaborationPopover.userInfoPopover": "Popover mit Benutzerinformationen",
|
|
11
|
+
"boxui.collaborationPopover.variantIconAriaLabel": "Info",
|
|
12
|
+
"boxui.collaborationPopover.viewer": "Betrachter"
|
|
13
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# Button text for copy a shareable link to content via email or message
|
|
2
|
+
boxui.collaborationPopover.copySharedLinkButton = Freigabe-Link kopieren
|
|
3
|
+
# Permission level that allows users to edit and modify content
|
|
4
|
+
boxui.collaborationPopover.editor = Bearbeiter
|
|
5
|
+
# Button text for inviting a user with a specific role/permission level. The {type} placeholder will be replaced with a role like "Editor" or "Viewer"
|
|
6
|
+
boxui.collaborationPopover.inviteAs = Als {type} einladen
|
|
7
|
+
# Button text for inviting a user to collaborate on content
|
|
8
|
+
boxui.collaborationPopover.inviteButton = Einladen
|
|
9
|
+
# Tooltip text displayed when a user is not a collaborator
|
|
10
|
+
boxui.collaborationPopover.noAccessInvite = Diese Person hat keinen Zugriff und wird nur benachrichtigt, wenn sie eingeladen wird.
|
|
11
|
+
# Tooltip text displayed when a user is not a collaborator
|
|
12
|
+
boxui.collaborationPopover.noAccessSharedLink = Diese Person hat keinen Zugriff und wird nur benachrichtigt, wenn sie eingeladen wird.
|
|
13
|
+
# Alt text for user avatar image
|
|
14
|
+
boxui.collaborationPopover.userAvatarAlt = Avatar für {name}
|
|
15
|
+
# Aria label for user details contained in the user information popover
|
|
16
|
+
boxui.collaborationPopover.userDetailsAriaLabel = Daten von {name}
|
|
17
|
+
# Accessibility label for a popover that displays detailed information about a user, including their profile and collaboration options
|
|
18
|
+
boxui.collaborationPopover.userInfoPopover = Popover mit Benutzerinformationen
|
|
19
|
+
# Aria label for the info icon in the inline notice
|
|
20
|
+
boxui.collaborationPopover.variantIconAriaLabel = Info
|
|
21
|
+
# Permission level that allows users to view content but not edit it
|
|
22
|
+
boxui.collaborationPopover.viewer = Betrachter
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
"boxui.collaborationPopover.copySharedLinkButton": "Copy shared link",
|
|
3
|
+
"boxui.collaborationPopover.editor": "Editor",
|
|
4
|
+
"boxui.collaborationPopover.inviteAs": "Invite as {type}",
|
|
5
|
+
"boxui.collaborationPopover.inviteButton": "Invite",
|
|
6
|
+
"boxui.collaborationPopover.noAccessInvite": "This person doesn't have access and won't be notified unless invited.",
|
|
7
|
+
"boxui.collaborationPopover.noAccessSharedLink": "This person doesn't have access and won't be notified unless invited.",
|
|
8
|
+
"boxui.collaborationPopover.userAvatarAlt": "{name} avatar",
|
|
9
|
+
"boxui.collaborationPopover.userDetailsAriaLabel": "{name} details",
|
|
10
|
+
"boxui.collaborationPopover.userInfoPopover": "User information pop-over",
|
|
11
|
+
"boxui.collaborationPopover.variantIconAriaLabel": "Info",
|
|
12
|
+
"boxui.collaborationPopover.viewer": "Viewer"
|
|
13
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# Button text for copy a shareable link to content via email or message
|
|
2
|
+
boxui.collaborationPopover.copySharedLinkButton = Copy shared link
|
|
3
|
+
# Permission level that allows users to edit and modify content
|
|
4
|
+
boxui.collaborationPopover.editor = Editor
|
|
5
|
+
# Button text for inviting a user with a specific role/permission level. The {type} placeholder will be replaced with a role like "Editor" or "Viewer"
|
|
6
|
+
boxui.collaborationPopover.inviteAs = Invite as {type}
|
|
7
|
+
# Button text for inviting a user to collaborate on content
|
|
8
|
+
boxui.collaborationPopover.inviteButton = Invite
|
|
9
|
+
# Tooltip text displayed when a user is not a collaborator
|
|
10
|
+
boxui.collaborationPopover.noAccessInvite = This person doesn't have access and won't be notified unless invited.
|
|
11
|
+
# Tooltip text displayed when a user is not a collaborator
|
|
12
|
+
boxui.collaborationPopover.noAccessSharedLink = This person doesn't have access and won't be notified unless invited.
|
|
13
|
+
# Alt text for user avatar image
|
|
14
|
+
boxui.collaborationPopover.userAvatarAlt = {name} avatar
|
|
15
|
+
# Aria label for user details contained in the user information popover
|
|
16
|
+
boxui.collaborationPopover.userDetailsAriaLabel = {name} details
|
|
17
|
+
# Accessibility label for a popover that displays detailed information about a user, including their profile and collaboration options
|
|
18
|
+
boxui.collaborationPopover.userInfoPopover = User information pop-over
|
|
19
|
+
# Aria label for the info icon in the inline notice
|
|
20
|
+
boxui.collaborationPopover.variantIconAriaLabel = Info
|
|
21
|
+
# Permission level that allows users to view content but not edit it
|
|
22
|
+
boxui.collaborationPopover.viewer = Viewer
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
"boxui.collaborationPopover.copySharedLinkButton": "Copy shared link",
|
|
3
|
+
"boxui.collaborationPopover.editor": "Editor",
|
|
4
|
+
"boxui.collaborationPopover.inviteAs": "Invite as {type}",
|
|
5
|
+
"boxui.collaborationPopover.inviteButton": "Invite",
|
|
6
|
+
"boxui.collaborationPopover.noAccessInvite": "This person doesn't have access and won't be notified unless invited.",
|
|
7
|
+
"boxui.collaborationPopover.noAccessSharedLink": "This person doesn't have access and won't be notified unless invited.",
|
|
8
|
+
"boxui.collaborationPopover.userAvatarAlt": "{name} avatar",
|
|
9
|
+
"boxui.collaborationPopover.userDetailsAriaLabel": "{name} details",
|
|
10
|
+
"boxui.collaborationPopover.userInfoPopover": "User information popover",
|
|
11
|
+
"boxui.collaborationPopover.variantIconAriaLabel": "Info",
|
|
12
|
+
"boxui.collaborationPopover.viewer": "Viewer"
|
|
13
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# Button text for copy a shareable link to content via email or message
|
|
2
|
+
boxui.collaborationPopover.copySharedLinkButton = Copy shared link
|
|
3
|
+
# Permission level that allows users to edit and modify content
|
|
4
|
+
boxui.collaborationPopover.editor = Editor
|
|
5
|
+
# Button text for inviting a user with a specific role/permission level. The {type} placeholder will be replaced with a role like "Editor" or "Viewer"
|
|
6
|
+
boxui.collaborationPopover.inviteAs = Invite as {type}
|
|
7
|
+
# Button text for inviting a user to collaborate on content
|
|
8
|
+
boxui.collaborationPopover.inviteButton = Invite
|
|
9
|
+
# Tooltip text displayed when a user is not a collaborator
|
|
10
|
+
boxui.collaborationPopover.noAccessInvite = This person doesn't have access and won't be notified unless invited.
|
|
11
|
+
# Tooltip text displayed when a user is not a collaborator
|
|
12
|
+
boxui.collaborationPopover.noAccessSharedLink = This person doesn't have access and won't be notified unless invited.
|
|
13
|
+
# Alt text for user avatar image
|
|
14
|
+
boxui.collaborationPopover.userAvatarAlt = {name} avatar
|
|
15
|
+
# Aria label for user details contained in the user information popover
|
|
16
|
+
boxui.collaborationPopover.userDetailsAriaLabel = {name} details
|
|
17
|
+
# Accessibility label for a popover that displays detailed information about a user, including their profile and collaboration options
|
|
18
|
+
boxui.collaborationPopover.userInfoPopover = User information popover
|
|
19
|
+
# Aria label for the info icon in the inline notice
|
|
20
|
+
boxui.collaborationPopover.variantIconAriaLabel = Info
|
|
21
|
+
# Permission level that allows users to view content but not edit it
|
|
22
|
+
boxui.collaborationPopover.viewer = Viewer
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
"boxui.collaborationPopover.copySharedLinkButton": "Copy shared link",
|
|
3
|
+
"boxui.collaborationPopover.editor": "Editor",
|
|
4
|
+
"boxui.collaborationPopover.inviteAs": "Invite as {type}",
|
|
5
|
+
"boxui.collaborationPopover.inviteButton": "Invite",
|
|
6
|
+
"boxui.collaborationPopover.noAccessInvite": "This person doesn't have access and won't be notified unless invited.",
|
|
7
|
+
"boxui.collaborationPopover.noAccessSharedLink": "This person doesn't have access and won't be notified unless invited.",
|
|
8
|
+
"boxui.collaborationPopover.userAvatarAlt": "{name} avatar",
|
|
9
|
+
"boxui.collaborationPopover.userDetailsAriaLabel": "{name} details",
|
|
10
|
+
"boxui.collaborationPopover.userInfoPopover": "User information pop-over",
|
|
11
|
+
"boxui.collaborationPopover.variantIconAriaLabel": "Info",
|
|
12
|
+
"boxui.collaborationPopover.viewer": "Viewer"
|
|
13
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# Button text for copy a shareable link to content via email or message
|
|
2
|
+
boxui.collaborationPopover.copySharedLinkButton = Copy shared link
|
|
3
|
+
# Permission level that allows users to edit and modify content
|
|
4
|
+
boxui.collaborationPopover.editor = Editor
|
|
5
|
+
# Button text for inviting a user with a specific role/permission level. The {type} placeholder will be replaced with a role like "Editor" or "Viewer"
|
|
6
|
+
boxui.collaborationPopover.inviteAs = Invite as {type}
|
|
7
|
+
# Button text for inviting a user to collaborate on content
|
|
8
|
+
boxui.collaborationPopover.inviteButton = Invite
|
|
9
|
+
# Tooltip text displayed when a user is not a collaborator
|
|
10
|
+
boxui.collaborationPopover.noAccessInvite = This person doesn't have access and won't be notified unless invited.
|
|
11
|
+
# Tooltip text displayed when a user is not a collaborator
|
|
12
|
+
boxui.collaborationPopover.noAccessSharedLink = This person doesn't have access and won't be notified unless invited.
|
|
13
|
+
# Alt text for user avatar image
|
|
14
|
+
boxui.collaborationPopover.userAvatarAlt = {name} avatar
|
|
15
|
+
# Aria label for user details contained in the user information popover
|
|
16
|
+
boxui.collaborationPopover.userDetailsAriaLabel = {name} details
|
|
17
|
+
# Accessibility label for a popover that displays detailed information about a user, including their profile and collaboration options
|
|
18
|
+
boxui.collaborationPopover.userInfoPopover = User information pop-over
|
|
19
|
+
# Aria label for the info icon in the inline notice
|
|
20
|
+
boxui.collaborationPopover.variantIconAriaLabel = Info
|
|
21
|
+
# Permission level that allows users to view content but not edit it
|
|
22
|
+
boxui.collaborationPopover.viewer = Viewer
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
"boxui.collaborationPopover.copySharedLinkButton": "Copy shared link",
|
|
3
|
+
"boxui.collaborationPopover.editor": "Editor",
|
|
4
|
+
"boxui.collaborationPopover.inviteAs": "Invite as {type}",
|
|
5
|
+
"boxui.collaborationPopover.inviteButton": "Invite",
|
|
6
|
+
"boxui.collaborationPopover.noAccessInvite": "This person doesn't have access and won't be notified unless invited.",
|
|
7
|
+
"boxui.collaborationPopover.noAccessSharedLink": "This person doesn't have access and won't be notified unless invited.",
|
|
8
|
+
"boxui.collaborationPopover.userAvatarAlt": "{name} avatar",
|
|
9
|
+
"boxui.collaborationPopover.userDetailsAriaLabel": "{name} details",
|
|
10
|
+
"boxui.collaborationPopover.userInfoPopover": "User information popover",
|
|
11
|
+
"boxui.collaborationPopover.variantIconAriaLabel": "Info",
|
|
12
|
+
"boxui.collaborationPopover.viewer": "Viewer"
|
|
13
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# Button text for copy a shareable link to content via email or message
|
|
2
|
+
boxui.collaborationPopover.copySharedLinkButton = Copy shared link
|
|
3
|
+
# Permission level that allows users to edit and modify content
|
|
4
|
+
boxui.collaborationPopover.editor = Editor
|
|
5
|
+
# Button text for inviting a user with a specific role/permission level. The {type} placeholder will be replaced with a role like "Editor" or "Viewer"
|
|
6
|
+
boxui.collaborationPopover.inviteAs = Invite as {type}
|
|
7
|
+
# Button text for inviting a user to collaborate on content
|
|
8
|
+
boxui.collaborationPopover.inviteButton = Invite
|
|
9
|
+
# Tooltip text displayed when a user is not a collaborator
|
|
10
|
+
boxui.collaborationPopover.noAccessInvite = This person doesn't have access and won't be notified unless invited.
|
|
11
|
+
# Tooltip text displayed when a user is not a collaborator
|
|
12
|
+
boxui.collaborationPopover.noAccessSharedLink = This person doesn't have access and won't be notified unless invited.
|
|
13
|
+
# Alt text for user avatar image
|
|
14
|
+
boxui.collaborationPopover.userAvatarAlt = {name} avatar
|
|
15
|
+
# Aria label for user details contained in the user information popover
|
|
16
|
+
boxui.collaborationPopover.userDetailsAriaLabel = {name} details
|
|
17
|
+
# Accessibility label for a popover that displays detailed information about a user, including their profile and collaboration options
|
|
18
|
+
boxui.collaborationPopover.userInfoPopover = User information popover
|
|
19
|
+
# Aria label for the info icon in the inline notice
|
|
20
|
+
boxui.collaborationPopover.variantIconAriaLabel = Info
|
|
21
|
+
# Permission level that allows users to view content but not edit it
|
|
22
|
+
boxui.collaborationPopover.viewer = Viewer
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
"boxui.collaborationPopover.copySharedLinkButton": "⟦萬萬萬萬 ĊοΡў ŝħâѓęď ļіňĸ 國國國國⟧",
|
|
3
|
+
"boxui.collaborationPopover.editor": "⟦萬 Еďìťóŕ 國⟧",
|
|
4
|
+
"boxui.collaborationPopover.inviteAs": "⟦萬萬萬萬 Ίлνіţĕ áѕ {type} 國國國國⟧",
|
|
5
|
+
"boxui.collaborationPopover.inviteButton": "⟦萬 Ĩπνįτę 國⟧",
|
|
6
|
+
"boxui.collaborationPopover.noAccessInvite": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Τнīŝ Ρėřśóŋ ďőεŝπ'ţ ħăνë âĉċέśŝ ąňď ωøп'ť ьè лøτîƒīęď ûņĺέŝŝ ιňνîţêď. 國國國國國國國國國國國國國國國國國國國國⟧",
|
|
7
|
+
"boxui.collaborationPopover.noAccessSharedLink": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ţĥіś Ρęяśοή ďοęşή'ŧ нăνê âċсεѕś ãʼnď ẁøп'ŧ ьè ňòτіƒїęď űήļеŝś ĩŋνϊţеď. 國國國國國國國國國國國國國國國國國國國國⟧",
|
|
8
|
+
"boxui.collaborationPopover.userAvatarAlt": "⟦萬萬萬 {name} ǻνâŧāґ 國國國⟧",
|
|
9
|
+
"boxui.collaborationPopover.userDetailsAriaLabel": "⟦萬萬萬 {name} ďêťàϊĺś 國國國⟧",
|
|
10
|
+
"boxui.collaborationPopover.userInfoPopover": "⟦萬萬萬萬萬萬萬 Üŝέґ ĭňƒøґmǻŧιōй ΡоΡōνęř 國國國國國國國⟧",
|
|
11
|
+
"boxui.collaborationPopover.variantIconAriaLabel": "⟦萬 İпƒő 國⟧",
|
|
12
|
+
"boxui.collaborationPopover.viewer": "⟦萬 Vїеωéґ 國⟧"
|
|
13
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# Button text for copy a shareable link to content via email or message
|
|
2
|
+
boxui.collaborationPopover.copySharedLinkButton = ⟦萬萬萬萬 ĊοΡў ŝħâѓęď ļіňĸ 國國國國⟧
|
|
3
|
+
# Permission level that allows users to edit and modify content
|
|
4
|
+
boxui.collaborationPopover.editor = ⟦萬 Еďìťóŕ 國⟧
|
|
5
|
+
# Button text for inviting a user with a specific role/permission level. The {type} placeholder will be replaced with a role like "Editor" or "Viewer"
|
|
6
|
+
boxui.collaborationPopover.inviteAs = ⟦萬萬萬萬 Ίлνіţĕ áѕ {type} 國國國國⟧
|
|
7
|
+
# Button text for inviting a user to collaborate on content
|
|
8
|
+
boxui.collaborationPopover.inviteButton = ⟦萬 Ĩπνįτę 國⟧
|
|
9
|
+
# Tooltip text displayed when a user is not a collaborator
|
|
10
|
+
boxui.collaborationPopover.noAccessInvite = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Τнīŝ Ρėřśóŋ ďőεŝπ'ţ ħăνë âĉċέśŝ ąňď ωøп'ť ьè лøτîƒīęď ûņĺέŝŝ ιňνîţêď. 國國國國國國國國國國國國國國國國國國國國⟧
|
|
11
|
+
# Tooltip text displayed when a user is not a collaborator
|
|
12
|
+
boxui.collaborationPopover.noAccessSharedLink = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ţĥіś Ρęяśοή ďοęşή'ŧ нăνê âċсεѕś ãʼnď ẁøп'ŧ ьè ňòτіƒїęď űήļеŝś ĩŋνϊţеď. 國國國國國國國國國國國國國國國國國國國國⟧
|
|
13
|
+
# Alt text for user avatar image
|
|
14
|
+
boxui.collaborationPopover.userAvatarAlt = ⟦萬萬萬 {name} ǻνâŧāґ 國國國⟧
|
|
15
|
+
# Aria label for user details contained in the user information popover
|
|
16
|
+
boxui.collaborationPopover.userDetailsAriaLabel = ⟦萬萬萬 {name} ďêťàϊĺś 國國國⟧
|
|
17
|
+
# Accessibility label for a popover that displays detailed information about a user, including their profile and collaboration options
|
|
18
|
+
boxui.collaborationPopover.userInfoPopover = ⟦萬萬萬萬萬萬萬 Üŝέґ ĭňƒøґmǻŧιōй ΡоΡōνęř 國國國國國國國⟧
|
|
19
|
+
# Aria label for the info icon in the inline notice
|
|
20
|
+
boxui.collaborationPopover.variantIconAriaLabel = ⟦萬 İпƒő 國⟧
|
|
21
|
+
# Permission level that allows users to view content but not edit it
|
|
22
|
+
boxui.collaborationPopover.viewer = ⟦萬 Vїеωéґ 國⟧
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
"boxui.collaborationPopover.copySharedLinkButton": "Copiar enlace compartido",
|
|
3
|
+
"boxui.collaborationPopover.editor": "Edición",
|
|
4
|
+
"boxui.collaborationPopover.inviteAs": "Invitar como {type}",
|
|
5
|
+
"boxui.collaborationPopover.inviteButton": "Invitación",
|
|
6
|
+
"boxui.collaborationPopover.noAccessInvite": "Esta persona no tiene acceso y no recibirá ninguna notificación a menos que sea invitada.",
|
|
7
|
+
"boxui.collaborationPopover.noAccessSharedLink": "Esta persona no tiene acceso y no recibirá ninguna notificación a menos que sea invitada.",
|
|
8
|
+
"boxui.collaborationPopover.userAvatarAlt": "Avatar de {name}",
|
|
9
|
+
"boxui.collaborationPopover.userDetailsAriaLabel": "Detalles de {name}",
|
|
10
|
+
"boxui.collaborationPopover.userInfoPopover": "Popover de información del usuario",
|
|
11
|
+
"boxui.collaborationPopover.variantIconAriaLabel": "Información",
|
|
12
|
+
"boxui.collaborationPopover.viewer": "Visualización"
|
|
13
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# Button text for copy a shareable link to content via email or message
|
|
2
|
+
boxui.collaborationPopover.copySharedLinkButton = Copiar enlace compartido
|
|
3
|
+
# Permission level that allows users to edit and modify content
|
|
4
|
+
boxui.collaborationPopover.editor = Edición
|
|
5
|
+
# Button text for inviting a user with a specific role/permission level. The {type} placeholder will be replaced with a role like "Editor" or "Viewer"
|
|
6
|
+
boxui.collaborationPopover.inviteAs = Invitar como {type}
|
|
7
|
+
# Button text for inviting a user to collaborate on content
|
|
8
|
+
boxui.collaborationPopover.inviteButton = Invitación
|
|
9
|
+
# Tooltip text displayed when a user is not a collaborator
|
|
10
|
+
boxui.collaborationPopover.noAccessInvite = Esta persona no tiene acceso y no recibirá ninguna notificación a menos que sea invitada.
|
|
11
|
+
# Tooltip text displayed when a user is not a collaborator
|
|
12
|
+
boxui.collaborationPopover.noAccessSharedLink = Esta persona no tiene acceso y no recibirá ninguna notificación a menos que sea invitada.
|
|
13
|
+
# Alt text for user avatar image
|
|
14
|
+
boxui.collaborationPopover.userAvatarAlt = Avatar de {name}
|
|
15
|
+
# Aria label for user details contained in the user information popover
|
|
16
|
+
boxui.collaborationPopover.userDetailsAriaLabel = Detalles de {name}
|
|
17
|
+
# Accessibility label for a popover that displays detailed information about a user, including their profile and collaboration options
|
|
18
|
+
boxui.collaborationPopover.userInfoPopover = Popover de información del usuario
|
|
19
|
+
# Aria label for the info icon in the inline notice
|
|
20
|
+
boxui.collaborationPopover.variantIconAriaLabel = Información
|
|
21
|
+
# Permission level that allows users to view content but not edit it
|
|
22
|
+
boxui.collaborationPopover.viewer = Visualización
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
"boxui.collaborationPopover.copySharedLinkButton": "Copiar enlace compartido",
|
|
3
|
+
"boxui.collaborationPopover.editor": "Edición",
|
|
4
|
+
"boxui.collaborationPopover.inviteAs": "Invitar como {type}",
|
|
5
|
+
"boxui.collaborationPopover.inviteButton": "Invitación",
|
|
6
|
+
"boxui.collaborationPopover.noAccessInvite": "Esta persona no tiene acceso y no recibirá ninguna notificación a menos que sea invitada.",
|
|
7
|
+
"boxui.collaborationPopover.noAccessSharedLink": "Esta persona no tiene acceso y no recibirá ninguna notificación a menos que sea invitada.",
|
|
8
|
+
"boxui.collaborationPopover.userAvatarAlt": "Avatar de {name}",
|
|
9
|
+
"boxui.collaborationPopover.userDetailsAriaLabel": "Detalles de {name}",
|
|
10
|
+
"boxui.collaborationPopover.userInfoPopover": "Popover de información del usuario",
|
|
11
|
+
"boxui.collaborationPopover.variantIconAriaLabel": "Información",
|
|
12
|
+
"boxui.collaborationPopover.viewer": "Visualización"
|
|
13
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# Button text for copy a shareable link to content via email or message
|
|
2
|
+
boxui.collaborationPopover.copySharedLinkButton = Copiar enlace compartido
|
|
3
|
+
# Permission level that allows users to edit and modify content
|
|
4
|
+
boxui.collaborationPopover.editor = Edición
|
|
5
|
+
# Button text for inviting a user with a specific role/permission level. The {type} placeholder will be replaced with a role like "Editor" or "Viewer"
|
|
6
|
+
boxui.collaborationPopover.inviteAs = Invitar como {type}
|
|
7
|
+
# Button text for inviting a user to collaborate on content
|
|
8
|
+
boxui.collaborationPopover.inviteButton = Invitación
|
|
9
|
+
# Tooltip text displayed when a user is not a collaborator
|
|
10
|
+
boxui.collaborationPopover.noAccessInvite = Esta persona no tiene acceso y no recibirá ninguna notificación a menos que sea invitada.
|
|
11
|
+
# Tooltip text displayed when a user is not a collaborator
|
|
12
|
+
boxui.collaborationPopover.noAccessSharedLink = Esta persona no tiene acceso y no recibirá ninguna notificación a menos que sea invitada.
|
|
13
|
+
# Alt text for user avatar image
|
|
14
|
+
boxui.collaborationPopover.userAvatarAlt = Avatar de {name}
|
|
15
|
+
# Aria label for user details contained in the user information popover
|
|
16
|
+
boxui.collaborationPopover.userDetailsAriaLabel = Detalles de {name}
|
|
17
|
+
# Accessibility label for a popover that displays detailed information about a user, including their profile and collaboration options
|
|
18
|
+
boxui.collaborationPopover.userInfoPopover = Popover de información del usuario
|
|
19
|
+
# Aria label for the info icon in the inline notice
|
|
20
|
+
boxui.collaborationPopover.variantIconAriaLabel = Información
|
|
21
|
+
# Permission level that allows users to view content but not edit it
|
|
22
|
+
boxui.collaborationPopover.viewer = Visualización
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
"boxui.collaborationPopover.copySharedLinkButton": "Kopioi jaettu linkki",
|
|
3
|
+
"boxui.collaborationPopover.editor": "Muokkaaja",
|
|
4
|
+
"boxui.collaborationPopover.inviteAs": "Kutsu tyypillä {type}",
|
|
5
|
+
"boxui.collaborationPopover.inviteButton": "Kutsu",
|
|
6
|
+
"boxui.collaborationPopover.noAccessInvite": "Tällä henkilöllä ei ole käyttöoikeutta eikä hänelle ilmoiteta ellei häntä ole kutsuttu.",
|
|
7
|
+
"boxui.collaborationPopover.noAccessSharedLink": "Tällä henkilöllä ei ole käyttöoikeutta eikä hänelle ilmoiteta ellei häntä ole kutsuttu.",
|
|
8
|
+
"boxui.collaborationPopover.userAvatarAlt": "{name}:n avatar",
|
|
9
|
+
"boxui.collaborationPopover.userDetailsAriaLabel": "{name}:n tiedot",
|
|
10
|
+
"boxui.collaborationPopover.userInfoPopover": "Käyttäjätietojen ponnahdusikkuna",
|
|
11
|
+
"boxui.collaborationPopover.variantIconAriaLabel": "Tiedot",
|
|
12
|
+
"boxui.collaborationPopover.viewer": "Katselija"
|
|
13
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# Button text for copy a shareable link to content via email or message
|
|
2
|
+
boxui.collaborationPopover.copySharedLinkButton = Kopioi jaettu linkki
|
|
3
|
+
# Permission level that allows users to edit and modify content
|
|
4
|
+
boxui.collaborationPopover.editor = Muokkaaja
|
|
5
|
+
# Button text for inviting a user with a specific role/permission level. The {type} placeholder will be replaced with a role like "Editor" or "Viewer"
|
|
6
|
+
boxui.collaborationPopover.inviteAs = Kutsu tyypillä {type}
|
|
7
|
+
# Button text for inviting a user to collaborate on content
|
|
8
|
+
boxui.collaborationPopover.inviteButton = Kutsu
|
|
9
|
+
# Tooltip text displayed when a user is not a collaborator
|
|
10
|
+
boxui.collaborationPopover.noAccessInvite = Tällä henkilöllä ei ole käyttöoikeutta eikä hänelle ilmoiteta ellei häntä ole kutsuttu.
|
|
11
|
+
# Tooltip text displayed when a user is not a collaborator
|
|
12
|
+
boxui.collaborationPopover.noAccessSharedLink = Tällä henkilöllä ei ole käyttöoikeutta eikä hänelle ilmoiteta ellei häntä ole kutsuttu.
|
|
13
|
+
# Alt text for user avatar image
|
|
14
|
+
boxui.collaborationPopover.userAvatarAlt = {name}:n avatar
|
|
15
|
+
# Aria label for user details contained in the user information popover
|
|
16
|
+
boxui.collaborationPopover.userDetailsAriaLabel = {name}:n tiedot
|
|
17
|
+
# Accessibility label for a popover that displays detailed information about a user, including their profile and collaboration options
|
|
18
|
+
boxui.collaborationPopover.userInfoPopover = Käyttäjätietojen ponnahdusikkuna
|
|
19
|
+
# Aria label for the info icon in the inline notice
|
|
20
|
+
boxui.collaborationPopover.variantIconAriaLabel = Tiedot
|
|
21
|
+
# Permission level that allows users to view content but not edit it
|
|
22
|
+
boxui.collaborationPopover.viewer = Katselija
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
"boxui.collaborationPopover.copySharedLinkButton": "Copier le lien partagé",
|
|
3
|
+
"boxui.collaborationPopover.editor": "Éditeur",
|
|
4
|
+
"boxui.collaborationPopover.inviteAs": "Inviter en tant que {type}",
|
|
5
|
+
"boxui.collaborationPopover.inviteButton": "Inviter",
|
|
6
|
+
"boxui.collaborationPopover.noAccessInvite": "Cette personne ne dispose pas de l'accès nécessaire et ne sera pas notifiée à moins d'être invitée.",
|
|
7
|
+
"boxui.collaborationPopover.noAccessSharedLink": "Cette personne ne dispose pas de l'accès nécessaire et ne sera pas notifiée à moins d'être invitée.",
|
|
8
|
+
"boxui.collaborationPopover.userAvatarAlt": "Avatar {name}",
|
|
9
|
+
"boxui.collaborationPopover.userDetailsAriaLabel": "Détails {name}",
|
|
10
|
+
"boxui.collaborationPopover.userInfoPopover": "Popover d'informations de l'utilisateur",
|
|
11
|
+
"boxui.collaborationPopover.variantIconAriaLabel": "Infos",
|
|
12
|
+
"boxui.collaborationPopover.viewer": "Visualiseur"
|
|
13
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# Button text for copy a shareable link to content via email or message
|
|
2
|
+
boxui.collaborationPopover.copySharedLinkButton = Copier le lien partagé
|
|
3
|
+
# Permission level that allows users to edit and modify content
|
|
4
|
+
boxui.collaborationPopover.editor = Éditeur
|
|
5
|
+
# Button text for inviting a user with a specific role/permission level. The {type} placeholder will be replaced with a role like "Editor" or "Viewer"
|
|
6
|
+
boxui.collaborationPopover.inviteAs = Inviter en tant que {type}
|
|
7
|
+
# Button text for inviting a user to collaborate on content
|
|
8
|
+
boxui.collaborationPopover.inviteButton = Inviter
|
|
9
|
+
# Tooltip text displayed when a user is not a collaborator
|
|
10
|
+
boxui.collaborationPopover.noAccessInvite = Cette personne ne dispose pas de l'accès nécessaire et ne sera pas notifiée à moins d'être invitée.
|
|
11
|
+
# Tooltip text displayed when a user is not a collaborator
|
|
12
|
+
boxui.collaborationPopover.noAccessSharedLink = Cette personne ne dispose pas de l'accès nécessaire et ne sera pas notifiée à moins d'être invitée.
|
|
13
|
+
# Alt text for user avatar image
|
|
14
|
+
boxui.collaborationPopover.userAvatarAlt = Avatar {name}
|
|
15
|
+
# Aria label for user details contained in the user information popover
|
|
16
|
+
boxui.collaborationPopover.userDetailsAriaLabel = Détails {name}
|
|
17
|
+
# Accessibility label for a popover that displays detailed information about a user, including their profile and collaboration options
|
|
18
|
+
boxui.collaborationPopover.userInfoPopover = Popover d'informations de l'utilisateur
|
|
19
|
+
# Aria label for the info icon in the inline notice
|
|
20
|
+
boxui.collaborationPopover.variantIconAriaLabel = Infos
|
|
21
|
+
# Permission level that allows users to view content but not edit it
|
|
22
|
+
boxui.collaborationPopover.viewer = Visualiseur
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
"boxui.collaborationPopover.copySharedLinkButton": "Copier le lien partagé",
|
|
3
|
+
"boxui.collaborationPopover.editor": "Éditeur",
|
|
4
|
+
"boxui.collaborationPopover.inviteAs": "Inviter en tant que {type}",
|
|
5
|
+
"boxui.collaborationPopover.inviteButton": "Inviter",
|
|
6
|
+
"boxui.collaborationPopover.noAccessInvite": "Cette personne ne dispose pas de l'accès nécessaire et ne sera pas notifiée à moins d'être invitée.",
|
|
7
|
+
"boxui.collaborationPopover.noAccessSharedLink": "Cette personne ne dispose pas de l'accès nécessaire et ne sera pas notifiée à moins d'être invitée.",
|
|
8
|
+
"boxui.collaborationPopover.userAvatarAlt": "Avatar {name}",
|
|
9
|
+
"boxui.collaborationPopover.userDetailsAriaLabel": "Détails {name}",
|
|
10
|
+
"boxui.collaborationPopover.userInfoPopover": "Popover d'informations de l'utilisateur",
|
|
11
|
+
"boxui.collaborationPopover.variantIconAriaLabel": "Infos",
|
|
12
|
+
"boxui.collaborationPopover.viewer": "Visualiseur"
|
|
13
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# Button text for copy a shareable link to content via email or message
|
|
2
|
+
boxui.collaborationPopover.copySharedLinkButton = Copier le lien partagé
|
|
3
|
+
# Permission level that allows users to edit and modify content
|
|
4
|
+
boxui.collaborationPopover.editor = Éditeur
|
|
5
|
+
# Button text for inviting a user with a specific role/permission level. The {type} placeholder will be replaced with a role like "Editor" or "Viewer"
|
|
6
|
+
boxui.collaborationPopover.inviteAs = Inviter en tant que {type}
|
|
7
|
+
# Button text for inviting a user to collaborate on content
|
|
8
|
+
boxui.collaborationPopover.inviteButton = Inviter
|
|
9
|
+
# Tooltip text displayed when a user is not a collaborator
|
|
10
|
+
boxui.collaborationPopover.noAccessInvite = Cette personne ne dispose pas de l'accès nécessaire et ne sera pas notifiée à moins d'être invitée.
|
|
11
|
+
# Tooltip text displayed when a user is not a collaborator
|
|
12
|
+
boxui.collaborationPopover.noAccessSharedLink = Cette personne ne dispose pas de l'accès nécessaire et ne sera pas notifiée à moins d'être invitée.
|
|
13
|
+
# Alt text for user avatar image
|
|
14
|
+
boxui.collaborationPopover.userAvatarAlt = Avatar {name}
|
|
15
|
+
# Aria label for user details contained in the user information popover
|
|
16
|
+
boxui.collaborationPopover.userDetailsAriaLabel = Détails {name}
|
|
17
|
+
# Accessibility label for a popover that displays detailed information about a user, including their profile and collaboration options
|
|
18
|
+
boxui.collaborationPopover.userInfoPopover = Popover d'informations de l'utilisateur
|
|
19
|
+
# Aria label for the info icon in the inline notice
|
|
20
|
+
boxui.collaborationPopover.variantIconAriaLabel = Infos
|
|
21
|
+
# Permission level that allows users to view content but not edit it
|
|
22
|
+
boxui.collaborationPopover.viewer = Visualiseur
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
"boxui.collaborationPopover.copySharedLinkButton": "शेयर्ड लिंक को कॉपी करें",
|
|
3
|
+
"boxui.collaborationPopover.editor": "संपादक",
|
|
4
|
+
"boxui.collaborationPopover.inviteAs": "{type} के रूप में आमंत्रित करें",
|
|
5
|
+
"boxui.collaborationPopover.inviteButton": "आमंत्रित करें",
|
|
6
|
+
"boxui.collaborationPopover.noAccessInvite": "इस व्यक्ति के पास एक्सेस नहीं है और जब तक उसे आमंत्रित नहीं किया जाता तब तक उसे सूचित नहीं किया जाएगा।",
|
|
7
|
+
"boxui.collaborationPopover.noAccessSharedLink": "इस व्यक्ति के पास एक्सेस नहीं है और जब तक उसे आमंत्रित नहीं किया जाता तब तक उसे सूचित नहीं किया जाएगा।",
|
|
8
|
+
"boxui.collaborationPopover.userAvatarAlt": "{name} अवतार",
|
|
9
|
+
"boxui.collaborationPopover.userDetailsAriaLabel": "{name} विवरण",
|
|
10
|
+
"boxui.collaborationPopover.userInfoPopover": "उपयोगकर्ता जानकारी पॉपओवर",
|
|
11
|
+
"boxui.collaborationPopover.variantIconAriaLabel": "जानकारी",
|
|
12
|
+
"boxui.collaborationPopover.viewer": "व्यूअर"
|
|
13
|
+
}
|