box-ui-elements 16.0.0-beta.21 → 16.0.0-beta.23
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/explorer.css +1 -1
- package/dist/explorer.js +14 -14
- package/dist/openwith.js +5 -5
- package/dist/picker.js +7 -7
- package/dist/preview.css +1 -1
- package/dist/preview.js +14 -14
- package/dist/sharing.js +11 -11
- package/dist/sidebar.css +1 -1
- package/dist/sidebar.js +13 -13
- package/dist/uploader.js +5 -5
- package/es/elements/content-sidebar/activity-feed/activity-feed/ActiveState.js +22 -2
- package/es/elements/content-sidebar/activity-feed/activity-feed/ActiveState.js.flow +28 -2
- package/es/elements/content-sidebar/activity-feed/activity-feed/ActiveState.js.map +1 -1
- package/es/elements/content-sidebar/activity-feed/activity-feed/ActivityThread.js +82 -6
- package/es/elements/content-sidebar/activity-feed/activity-feed/ActivityThread.js.flow +92 -4
- package/es/elements/content-sidebar/activity-feed/activity-feed/ActivityThread.js.map +1 -1
- package/es/elements/content-sidebar/activity-feed/activity-feed/ActivityThread.scss +17 -0
- package/es/elements/content-sidebar/activity-feed/activity-feed/ActivityThreadReplies.js +68 -0
- package/es/elements/content-sidebar/activity-feed/activity-feed/ActivityThreadReplies.js.flow +87 -0
- package/es/elements/content-sidebar/activity-feed/activity-feed/ActivityThreadReplies.js.map +1 -0
- package/es/elements/content-sidebar/activity-feed/activity-feed/ActivityThreadReplies.scss +16 -0
- package/es/elements/content-sidebar/activity-feed/activity-feed/fixtures.js +55 -0
- package/es/elements/content-sidebar/activity-feed/activity-feed/fixtures.js.map +1 -0
- package/es/elements/content-sidebar/activity-feed/activity-feed/messages.js +8 -0
- package/es/elements/content-sidebar/activity-feed/activity-feed/messages.js.flow +10 -0
- package/es/elements/content-sidebar/activity-feed/activity-feed/messages.js.map +1 -1
- package/es/src/elements/content-sidebar/activity-feed/activity-feed/fixtures.d.ts +55 -0
- package/i18n/bn-IN.js +17 -15
- package/i18n/bn-IN.properties +17 -15
- package/i18n/da-DK.js +17 -15
- package/i18n/da-DK.properties +17 -15
- package/i18n/de-DE.js +17 -15
- package/i18n/de-DE.properties +17 -15
- package/i18n/en-AU.js +4 -2
- package/i18n/en-AU.properties +4 -2
- package/i18n/en-CA.js +9 -7
- package/i18n/en-CA.properties +9 -7
- package/i18n/en-GB.js +4 -2
- package/i18n/en-GB.properties +4 -2
- package/i18n/en-US.js +2 -0
- package/i18n/en-US.properties +4 -0
- package/i18n/en-x-pseudo.js +876 -874
- package/i18n/en-x-pseudo.properties +875 -873
- package/i18n/es-419.js +17 -15
- package/i18n/es-419.properties +17 -15
- package/i18n/es-ES.js +17 -15
- package/i18n/es-ES.properties +17 -15
- package/i18n/fi-FI.js +17 -15
- package/i18n/fi-FI.properties +17 -15
- package/i18n/fr-CA.js +17 -15
- package/i18n/fr-CA.properties +17 -15
- package/i18n/fr-FR.js +17 -15
- package/i18n/fr-FR.properties +17 -15
- package/i18n/hi-IN.js +17 -15
- package/i18n/hi-IN.properties +17 -15
- package/i18n/it-IT.js +17 -15
- package/i18n/it-IT.properties +17 -15
- package/i18n/ja-JP.js +2 -0
- package/i18n/ja-JP.properties +2 -0
- package/i18n/ko-KR.js +17 -15
- package/i18n/ko-KR.properties +17 -15
- package/i18n/nb-NO.js +17 -15
- package/i18n/nb-NO.properties +17 -15
- package/i18n/nl-NL.js +17 -15
- package/i18n/nl-NL.properties +17 -15
- package/i18n/pl-PL.js +17 -15
- package/i18n/pl-PL.properties +17 -15
- package/i18n/pt-BR.js +17 -15
- package/i18n/pt-BR.properties +17 -15
- package/i18n/ru-RU.js +17 -15
- package/i18n/ru-RU.properties +17 -15
- package/i18n/sv-SE.js +17 -15
- package/i18n/sv-SE.properties +17 -15
- package/i18n/tr-TR.js +17 -15
- package/i18n/tr-TR.properties +17 -15
- package/i18n/zh-CN.js +17 -15
- package/i18n/zh-CN.properties +17 -15
- package/i18n/zh-TW.js +17 -15
- package/i18n/zh-TW.properties +17 -15
- package/package.json +1 -1
- package/src/elements/content-sidebar/activity-feed/activity-feed/ActiveState.js +28 -2
- package/src/elements/content-sidebar/activity-feed/activity-feed/ActivityThread.js +92 -4
- package/src/elements/content-sidebar/activity-feed/activity-feed/ActivityThread.scss +17 -0
- package/src/elements/content-sidebar/activity-feed/activity-feed/ActivityThreadReplies.js +87 -0
- package/src/elements/content-sidebar/activity-feed/activity-feed/ActivityThreadReplies.scss +16 -0
- package/src/elements/content-sidebar/activity-feed/activity-feed/__tests__/ActivityThread.test.js +57 -11
- package/src/elements/content-sidebar/activity-feed/activity-feed/__tests__/ActivityThreadReplies.test.js +24 -0
- package/src/elements/content-sidebar/activity-feed/activity-feed/__tests__/__snapshots__/ActiveState.test.js.snap +12 -0
- package/src/elements/content-sidebar/activity-feed/activity-feed/fixtures.ts +56 -0
- package/src/elements/content-sidebar/activity-feed/activity-feed/messages.js +10 -0
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
export var replies = [{
|
|
2
|
+
created_at: '2020-09-20T00:00:00Z',
|
|
3
|
+
created_by: {
|
|
4
|
+
id: '1',
|
|
5
|
+
login: 'johndoe',
|
|
6
|
+
name: 'John Doe',
|
|
7
|
+
type: 'user'
|
|
8
|
+
},
|
|
9
|
+
id: '2485934',
|
|
10
|
+
message: 'First reply',
|
|
11
|
+
tagged_message: 'First reply',
|
|
12
|
+
modified_at: '2020-09-20T00:00:00Z',
|
|
13
|
+
modified_by: {
|
|
14
|
+
id: '1',
|
|
15
|
+
login: 'johndoe',
|
|
16
|
+
name: 'John Doe',
|
|
17
|
+
type: 'user'
|
|
18
|
+
},
|
|
19
|
+
permissions: {
|
|
20
|
+
can_delete: true,
|
|
21
|
+
can_edit: true,
|
|
22
|
+
can_reply: false,
|
|
23
|
+
can_resolve: true
|
|
24
|
+
},
|
|
25
|
+
type: 'comment'
|
|
26
|
+
}, {
|
|
27
|
+
created_at: '2020-09-20T00:00:00Z',
|
|
28
|
+
created_by: {
|
|
29
|
+
id: '1',
|
|
30
|
+
login: 'johndoe',
|
|
31
|
+
name: 'John Doe',
|
|
32
|
+
type: 'user'
|
|
33
|
+
},
|
|
34
|
+
id: '24835935',
|
|
35
|
+
message: 'Last reply',
|
|
36
|
+
tagged_message: 'Last reply',
|
|
37
|
+
modified_at: '2020-09-20T00:00:00Z',
|
|
38
|
+
modified_by: {
|
|
39
|
+
id: '1',
|
|
40
|
+
login: 'johndoe',
|
|
41
|
+
name: 'John Doe',
|
|
42
|
+
type: 'user'
|
|
43
|
+
},
|
|
44
|
+
permissions: {
|
|
45
|
+
can_delete: true,
|
|
46
|
+
can_edit: true,
|
|
47
|
+
can_reply: false,
|
|
48
|
+
can_resolve: true
|
|
49
|
+
},
|
|
50
|
+
type: 'comment'
|
|
51
|
+
}];
|
|
52
|
+
export default {
|
|
53
|
+
replies: replies
|
|
54
|
+
};
|
|
55
|
+
//# sourceMappingURL=fixtures.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../../src/elements/content-sidebar/activity-feed/activity-feed/fixtures.ts"],"names":["replies","created_at","created_by","id","login","name","type","message","tagged_message","modified_at","modified_by","permissions","can_delete","can_edit","can_reply","can_resolve"],"mappings":"AAAA,OAAO,IAAMA,OAAO,GAAG,CACnB;AACIC,EAAAA,UAAU,EAAE,sBADhB;AAEIC,EAAAA,UAAU,EAAE;AACRC,IAAAA,EAAE,EAAE,GADI;AAERC,IAAAA,KAAK,EAAE,SAFC;AAGRC,IAAAA,IAAI,EAAE,UAHE;AAIRC,IAAAA,IAAI,EAAE;AAJE,GAFhB;AAQIH,EAAAA,EAAE,EAAE,SARR;AASII,EAAAA,OAAO,EAAE,aATb;AAUIC,EAAAA,cAAc,EAAE,aAVpB;AAWIC,EAAAA,WAAW,EAAE,sBAXjB;AAYIC,EAAAA,WAAW,EAAE;AACTP,IAAAA,EAAE,EAAE,GADK;AAETC,IAAAA,KAAK,EAAE,SAFE;AAGTC,IAAAA,IAAI,EAAE,UAHG;AAITC,IAAAA,IAAI,EAAE;AAJG,GAZjB;AAkBIK,EAAAA,WAAW,EAAE;AACTC,IAAAA,UAAU,EAAE,IADH;AAETC,IAAAA,QAAQ,EAAE,IAFD;AAGTC,IAAAA,SAAS,EAAE,KAHF;AAITC,IAAAA,WAAW,EAAE;AAJJ,GAlBjB;AAwBIT,EAAAA,IAAI,EAAE;AAxBV,CADmB,EA2BnB;AACIL,EAAAA,UAAU,EAAE,sBADhB;AAEIC,EAAAA,UAAU,EAAE;AACRC,IAAAA,EAAE,EAAE,GADI;AAERC,IAAAA,KAAK,EAAE,SAFC;AAGRC,IAAAA,IAAI,EAAE,UAHE;AAIRC,IAAAA,IAAI,EAAE;AAJE,GAFhB;AAQIH,EAAAA,EAAE,EAAE,UARR;AASII,EAAAA,OAAO,EAAE,YATb;AAUIC,EAAAA,cAAc,EAAE,YAVpB;AAWIC,EAAAA,WAAW,EAAE,sBAXjB;AAYIC,EAAAA,WAAW,EAAE;AACTP,IAAAA,EAAE,EAAE,GADK;AAETC,IAAAA,KAAK,EAAE,SAFE;AAGTC,IAAAA,IAAI,EAAE,UAHG;AAITC,IAAAA,IAAI,EAAE;AAJG,GAZjB;AAkBIK,EAAAA,WAAW,EAAE;AACTC,IAAAA,UAAU,EAAE,IADH;AAETC,IAAAA,QAAQ,EAAE,IAFD;AAGTC,IAAAA,SAAS,EAAE,KAHF;AAITC,IAAAA,WAAW,EAAE;AAJJ,GAlBjB;AAwBIT,EAAAA,IAAI,EAAE;AAxBV,CA3BmB,CAAhB;AAuDP,eAAe;AAAEN,EAAAA,OAAO,EAAPA;AAAF,CAAf","sourcesContent":["export const replies = [\n {\n created_at: '2020-09-20T00:00:00Z',\n created_by: {\n id: '1',\n login: 'johndoe',\n name: 'John Doe',\n type: 'user' as const,\n },\n id: '2485934',\n message: 'First reply',\n tagged_message: 'First reply',\n modified_at: '2020-09-20T00:00:00Z',\n modified_by: {\n id: '1',\n login: 'johndoe',\n name: 'John Doe',\n type: 'user' as const,\n },\n permissions: {\n can_delete: true,\n can_edit: true,\n can_reply: false,\n can_resolve: true,\n },\n type: 'comment' as const,\n },\n {\n created_at: '2020-09-20T00:00:00Z',\n created_by: {\n id: '1',\n login: 'johndoe',\n name: 'John Doe',\n type: 'user' as const,\n },\n id: '24835935',\n message: 'Last reply',\n tagged_message: 'Last reply',\n modified_at: '2020-09-20T00:00:00Z',\n modified_by: {\n id: '1',\n login: 'johndoe',\n name: 'John Doe',\n type: 'user' as const,\n },\n permissions: {\n can_delete: true,\n can_edit: true,\n can_reply: false,\n can_resolve: true,\n },\n type: 'comment' as const,\n },\n];\n\nexport default { replies };\n"],"file":"fixtures.js"}
|
|
@@ -20,6 +20,14 @@ var messages = defineMessages({
|
|
|
20
20
|
commentMissingError: {
|
|
21
21
|
"id": "be.activitySidebar.activityFeed.commentMissingError",
|
|
22
22
|
"defaultMessage": "This comment no longer exists"
|
|
23
|
+
},
|
|
24
|
+
showReplies: {
|
|
25
|
+
"id": "be.activitySidebar.activityFeed.showReplies",
|
|
26
|
+
"defaultMessage": "See {repliesToLoadCount, plural, one {# reply} other {# replies}}"
|
|
27
|
+
},
|
|
28
|
+
hideReplies: {
|
|
29
|
+
"id": "be.activitySidebar.activityFeed.hideReplies",
|
|
30
|
+
"defaultMessage": "Hide replies"
|
|
23
31
|
}
|
|
24
32
|
});
|
|
25
33
|
export default messages;
|
|
@@ -27,6 +27,16 @@ const messages = defineMessages({
|
|
|
27
27
|
defaultMessage: 'This comment no longer exists',
|
|
28
28
|
description: 'Text to show when comment no longer exists',
|
|
29
29
|
},
|
|
30
|
+
showReplies: {
|
|
31
|
+
id: 'be.activitySidebar.activityFeed.showReplies',
|
|
32
|
+
defaultMessage: 'See {repliesToLoadCount, plural, one {# reply} other {# replies}}',
|
|
33
|
+
description: 'Text to show to get more replies of comment or annotation',
|
|
34
|
+
},
|
|
35
|
+
hideReplies: {
|
|
36
|
+
id: 'be.activitySidebar.activityFeed.hideReplies',
|
|
37
|
+
defaultMessage: 'Hide replies',
|
|
38
|
+
description: 'Text to show to hide more replies of comment or annotation',
|
|
39
|
+
},
|
|
30
40
|
});
|
|
31
41
|
|
|
32
42
|
export default messages;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../src/elements/content-sidebar/activity-feed/activity-feed/messages.js"],"names":["defineMessages","messages","annotationMissingError","feedInlineErrorTitle","taskMissingError","commentMissingError"],"mappings":"AAAA;;;;;AAMA,SAASA,cAAT,QAA+B,YAA/B;AAEA,IAAMC,QAAQ,GAAGD,cAAc,CAAC;AAC5BE,EAAAA,sBAAsB;AAAA;AAAA;AAAA,GADM;AAM5BC,EAAAA,oBAAoB;AAAA;AAAA;AAAA,GANQ;AAW5BC,EAAAA,gBAAgB;AAAA;AAAA;AAAA,GAXY;AAgB5BC,EAAAA,mBAAmB;AAAA;AAAA;AAAA;
|
|
1
|
+
{"version":3,"sources":["../../../../../src/elements/content-sidebar/activity-feed/activity-feed/messages.js"],"names":["defineMessages","messages","annotationMissingError","feedInlineErrorTitle","taskMissingError","commentMissingError","showReplies","hideReplies"],"mappings":"AAAA;;;;;AAMA,SAASA,cAAT,QAA+B,YAA/B;AAEA,IAAMC,QAAQ,GAAGD,cAAc,CAAC;AAC5BE,EAAAA,sBAAsB;AAAA;AAAA;AAAA,GADM;AAM5BC,EAAAA,oBAAoB;AAAA;AAAA;AAAA,GANQ;AAW5BC,EAAAA,gBAAgB;AAAA;AAAA;AAAA,GAXY;AAgB5BC,EAAAA,mBAAmB;AAAA;AAAA;AAAA,GAhBS;AAqB5BC,EAAAA,WAAW;AAAA;AAAA;AAAA,GArBiB;AA0B5BC,EAAAA,WAAW;AAAA;AAAA;AAAA;AA1BiB,CAAD,CAA/B;AAiCA,eAAeN,QAAf","sourcesContent":["/**\n * @flow\n * @file i18n messages\n * @author Box\n */\n\nimport { defineMessages } from 'react-intl';\n\nconst messages = defineMessages({\n annotationMissingError: {\n id: 'be.activitySidebar.activityFeed.annotationMissingError',\n defaultMessage: 'This comment no longer exists',\n description: 'Text to show when an annotation activity no longer exists',\n },\n feedInlineErrorTitle: {\n id: 'be.activitySidebar.activityFeed.feedInlineErrorTitle',\n defaultMessage: 'Error',\n description: 'Error title',\n },\n taskMissingError: {\n id: 'be.activitySidebar.activityFeed.taskMissingError',\n defaultMessage: 'This task no longer exists',\n description: 'Text to show when a task no longer exists',\n },\n commentMissingError: {\n id: 'be.activitySidebar.activityFeed.commentMissingError',\n defaultMessage: 'This comment no longer exists',\n description: 'Text to show when comment no longer exists',\n },\n showReplies: {\n id: 'be.activitySidebar.activityFeed.showReplies',\n defaultMessage: 'See {repliesToLoadCount, plural, one {# reply} other {# replies}}',\n description: 'Text to show to get more replies of comment or annotation',\n },\n hideReplies: {\n id: 'be.activitySidebar.activityFeed.hideReplies',\n defaultMessage: 'Hide replies',\n description: 'Text to show to hide more replies of comment or annotation',\n },\n});\n\nexport default messages;\n"],"file":"messages.js"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
export declare const replies: {
|
|
2
|
+
created_at: string;
|
|
3
|
+
created_by: {
|
|
4
|
+
id: string;
|
|
5
|
+
login: string;
|
|
6
|
+
name: string;
|
|
7
|
+
type: "user";
|
|
8
|
+
};
|
|
9
|
+
id: string;
|
|
10
|
+
message: string;
|
|
11
|
+
tagged_message: string;
|
|
12
|
+
modified_at: string;
|
|
13
|
+
modified_by: {
|
|
14
|
+
id: string;
|
|
15
|
+
login: string;
|
|
16
|
+
name: string;
|
|
17
|
+
type: "user";
|
|
18
|
+
};
|
|
19
|
+
permissions: {
|
|
20
|
+
can_delete: boolean;
|
|
21
|
+
can_edit: boolean;
|
|
22
|
+
can_reply: boolean;
|
|
23
|
+
can_resolve: boolean;
|
|
24
|
+
};
|
|
25
|
+
type: "comment";
|
|
26
|
+
}[];
|
|
27
|
+
declare const _default: {
|
|
28
|
+
replies: {
|
|
29
|
+
created_at: string;
|
|
30
|
+
created_by: {
|
|
31
|
+
id: string;
|
|
32
|
+
login: string;
|
|
33
|
+
name: string;
|
|
34
|
+
type: "user";
|
|
35
|
+
};
|
|
36
|
+
id: string;
|
|
37
|
+
message: string;
|
|
38
|
+
tagged_message: string;
|
|
39
|
+
modified_at: string;
|
|
40
|
+
modified_by: {
|
|
41
|
+
id: string;
|
|
42
|
+
login: string;
|
|
43
|
+
name: string;
|
|
44
|
+
type: "user";
|
|
45
|
+
};
|
|
46
|
+
permissions: {
|
|
47
|
+
can_delete: boolean;
|
|
48
|
+
can_edit: boolean;
|
|
49
|
+
can_reply: boolean;
|
|
50
|
+
can_resolve: boolean;
|
|
51
|
+
};
|
|
52
|
+
type: "comment";
|
|
53
|
+
}[];
|
|
54
|
+
};
|
|
55
|
+
export default _default;
|
package/i18n/bn-IN.js
CHANGED
|
@@ -5,6 +5,8 @@ export default {
|
|
|
5
5
|
"be.activitySidebar.activityFeed.annotationMissingError": "এই মন্তব্যটি আর বিদ্যমান নেই",
|
|
6
6
|
"be.activitySidebar.activityFeed.commentMissingError": "এই মন্তব্যটি আর বিদ্যমান নেই",
|
|
7
7
|
"be.activitySidebar.activityFeed.feedInlineErrorTitle": "ত্রুটি",
|
|
8
|
+
"be.activitySidebar.activityFeed.hideReplies": "Hide replies",
|
|
9
|
+
"be.activitySidebar.activityFeed.showReplies": "See {repliesToLoadCount, plural, one {# reply} other {# replies}}",
|
|
8
10
|
"be.activitySidebar.activityFeed.taskMissingError": "এই কাজটি আর বিদ্যমান নেই",
|
|
9
11
|
"be.activitySidebarFilter.status.all": "সমস্ত মন্তব্যগুলি",
|
|
10
12
|
"be.activitySidebarFilter.status.open": "অমীমাংসিত মন্তব্যগুলি",
|
|
@@ -34,21 +36,21 @@ export default {
|
|
|
34
36
|
"be.choose": "বেছে নিন",
|
|
35
37
|
"be.close": "বন্ধ করুন",
|
|
36
38
|
"be.collapse": "সঙ্কোচন করুন",
|
|
37
|
-
"be.contentInsights.contentAnalyticsErrorText": "
|
|
38
|
-
"be.contentInsights.contentInsightsTitle": "
|
|
39
|
-
"be.contentInsights.downloadGraphLabel": "
|
|
40
|
-
"be.contentInsights.downloadGraphType": "
|
|
41
|
-
"be.contentInsights.openContentInsightsButton": "
|
|
42
|
-
"be.contentInsights.peopleGraphLabel": "
|
|
43
|
-
"be.contentInsights.peopleTitle": "
|
|
44
|
-
"be.contentInsights.previewGraphLabel": "
|
|
45
|
-
"be.contentInsights.previewGraphType": "
|
|
46
|
-
"be.contentInsights.trendDown": "
|
|
47
|
-
"be.contentInsights.trendMonth": "
|
|
48
|
-
"be.contentInsights.trendThreeMonths": "
|
|
49
|
-
"be.contentInsights.trendUp": "
|
|
50
|
-
"be.contentInsights.trendWeek": "
|
|
51
|
-
"be.contentInsights.trendYear": "
|
|
39
|
+
"be.contentInsights.contentAnalyticsErrorText": "বিষয়বস্তুর অন্তর্দৃষ্টি\n লোড করার সময় একটি সমস্যার সৃষ্টি হয়েছে৷ আবার চেষ্টা করুন।",
|
|
40
|
+
"be.contentInsights.contentInsightsTitle": "বিষয়বস্তুর অন্তর্দৃষ্টি",
|
|
41
|
+
"be.contentInsights.downloadGraphLabel": "চার্ট নির্বাচিত সময়ের মধ্যে ডাউনলোডের সংখ্যা প্রদর্শন করে",
|
|
42
|
+
"be.contentInsights.downloadGraphType": "ডাউনলোডগুলি",
|
|
43
|
+
"be.contentInsights.openContentInsightsButton": "বিস্তারিত দেখুন",
|
|
44
|
+
"be.contentInsights.peopleGraphLabel": "চার্ট নির্বাচিত সময়ের মধ্যে ব্যবহারকারীর সংখ্যা প্রদর্শন করে",
|
|
45
|
+
"be.contentInsights.peopleTitle": "লোকজন",
|
|
46
|
+
"be.contentInsights.previewGraphLabel": "চার্ট নির্বাচিত সময়ের মধ্যে প্রিভিউ সংখ্যা প্রদর্শন করে",
|
|
47
|
+
"be.contentInsights.previewGraphType": "প্রিভিউগুলি",
|
|
48
|
+
"be.contentInsights.trendDown": "ট্রেন্ডিং ডাউন",
|
|
49
|
+
"be.contentInsights.trendMonth": "গত মাসে",
|
|
50
|
+
"be.contentInsights.trendThreeMonths": "গত 3 মাস",
|
|
51
|
+
"be.contentInsights.trendUp": "ট্রেন্ডিং আপ",
|
|
52
|
+
"be.contentInsights.trendWeek": "গত সপ্তাহে",
|
|
53
|
+
"be.contentInsights.trendYear": "গত বছর",
|
|
52
54
|
"be.contentSharing.badRequestError": "এই আইটেমটির জন্য অনুরোধটি অসংগঠিত ছিল।",
|
|
53
55
|
"be.contentSharing.collaboratorsLoadingError": "এই আইটেমটির জন্য সহযোগীদের পুনরুদ্ধার করা যায়নি।",
|
|
54
56
|
"be.contentSharing.getContactsError": "পরিচিতিগুলি পুনরুদ্ধার করা যায়নি।",
|
package/i18n/bn-IN.properties
CHANGED
|
@@ -69,35 +69,35 @@ be.close = বন্ধ করুন
|
|
|
69
69
|
# Message to the user to collapse the Transcript entries
|
|
70
70
|
be.collapse = সঙ্কোচন করুন
|
|
71
71
|
# Text shown to users when opening the content insights flyout and there is an error
|
|
72
|
-
be.contentInsights.contentAnalyticsErrorText =
|
|
72
|
+
be.contentInsights.contentAnalyticsErrorText = বিষয়বস্তুর অন্তর্দৃষ্টি\n লোড করার সময় একটি সমস্যার সৃষ্টি হয়েছে৷ আবার চেষ্টা করুন।
|
|
73
73
|
# Title for Content Insights section in file sidebar
|
|
74
|
-
be.contentInsights.contentInsightsTitle =
|
|
74
|
+
be.contentInsights.contentInsightsTitle = বিষয়বস্তুর অন্তর্দৃষ্টি
|
|
75
75
|
# Label for the chart displaying the number of downloads over the selected time period
|
|
76
|
-
be.contentInsights.downloadGraphLabel =
|
|
76
|
+
be.contentInsights.downloadGraphLabel = চার্ট নির্বাচিত সময়ের মধ্যে ডাউনলোডের সংখ্যা প্রদর্শন করে
|
|
77
77
|
# Title for the content insights graph card regarding number of Previews
|
|
78
|
-
be.contentInsights.downloadGraphType =
|
|
78
|
+
be.contentInsights.downloadGraphType = ডাউনলোডগুলি
|
|
79
79
|
# Open Content Insights button which opens the Content Insights Modal
|
|
80
|
-
be.contentInsights.openContentInsightsButton =
|
|
80
|
+
be.contentInsights.openContentInsightsButton = বিস্তারিত দেখুন
|
|
81
81
|
# Label for the chart displaying the number of users over the selected time period
|
|
82
|
-
be.contentInsights.peopleGraphLabel =
|
|
82
|
+
be.contentInsights.peopleGraphLabel = চার্ট নির্বাচিত সময়ের মধ্যে ব্যবহারকারীর সংখ্যা প্রদর্শন করে
|
|
83
83
|
# Title used to represent how many users have interacted with the file
|
|
84
|
-
be.contentInsights.peopleTitle =
|
|
84
|
+
be.contentInsights.peopleTitle = লোকজন
|
|
85
85
|
# Label for the chart displaying the number of previews over the selected time period
|
|
86
|
-
be.contentInsights.previewGraphLabel =
|
|
86
|
+
be.contentInsights.previewGraphLabel = চার্ট নির্বাচিত সময়ের মধ্যে প্রিভিউ সংখ্যা প্রদর্শন করে
|
|
87
87
|
# Title for the content insights graph card regarding number of Previews
|
|
88
|
-
be.contentInsights.previewGraphType =
|
|
88
|
+
be.contentInsights.previewGraphType = প্রিভিউগুলি
|
|
89
89
|
# Label for the arrow indicator in the trend pill
|
|
90
|
-
be.contentInsights.trendDown =
|
|
90
|
+
be.contentInsights.trendDown = ট্রেন্ডিং ডাউন
|
|
91
91
|
# Trend description for the content insights graph card regarding the count of events from the past month
|
|
92
|
-
be.contentInsights.trendMonth =
|
|
92
|
+
be.contentInsights.trendMonth = গত মাসে
|
|
93
93
|
# Trend description for the content insights graph card regarding the count of events from the past three months
|
|
94
|
-
be.contentInsights.trendThreeMonths =
|
|
94
|
+
be.contentInsights.trendThreeMonths = গত 3 মাস
|
|
95
95
|
# Label for the arrow indicator in the trend pill
|
|
96
|
-
be.contentInsights.trendUp =
|
|
96
|
+
be.contentInsights.trendUp = ট্রেন্ডিং আপ
|
|
97
97
|
# Trend description for the content insights graph card regarding the count of events from the past week
|
|
98
|
-
be.contentInsights.trendWeek =
|
|
98
|
+
be.contentInsights.trendWeek = গত সপ্তাহে
|
|
99
99
|
# Trend description for the content insights graph card regarding the count of events from the past year
|
|
100
|
-
be.contentInsights.trendYear =
|
|
100
|
+
be.contentInsights.trendYear = গত বছর
|
|
101
101
|
# Message that appears when the request for the ContentSharing Element is malformed.
|
|
102
102
|
be.contentSharing.badRequestError = এই আইটেমটির জন্য অনুরোধটি অসংগঠিত ছিল।
|
|
103
103
|
# Message that appears when collaborators cannot be retrieved in the ContentSharing Element.
|
|
@@ -1558,6 +1558,8 @@ boxui.unifiedShare.contactRestrictionNotice = প্রযোজ্য সুর
|
|
|
1558
1558
|
boxui.unifiedShare.contactRestrictionNoticeInformationBarrier = নিরাপত্তা নীতির কারণে {count, plural, one {{count} ব্যক্তি} other {{count} লোকজন}} কে আমন্ত্রণ পাঠানো যাবে না।
|
|
1559
1559
|
# Text for the notice that is displayed when there are Information Barrier collaboration restrictions that apply to only one of the selected contacts
|
|
1560
1560
|
boxui.unifiedShare.contactRestrictionNoticeInformationBarrierSingular = নিরাপত্তা নীতির কারণে {email} এ আমন্ত্রণ পাঠানো যাবে না।
|
|
1561
|
+
# Text for the notice that is displayed when there are Information Barrier collaboration restrictions that apply to only one of the selected contacts, which is a group
|
|
1562
|
+
boxui.unifiedShare.contactRestrictionNoticeInformationBarrierSingularGroup = Invitations cannot be sent to "{groupName}" due to a security policy.
|
|
1561
1563
|
# Text for the notice that is displayed when there are collaboration restrictions that apply to one or more of the selected contacts
|
|
1562
1564
|
boxui.unifiedShare.contactRestrictionNoticeSingular = প্রযোজ্য সুরক্ষা নীতির দরুণ বাহ্যিক সহযোগিতা সীমাবদ্ধ হওয়ার কারণে আমন্ত্রণগুলি {email}-এ পাঠানো যাবে না।
|
|
1563
1565
|
# Label for the button that removes restricted contacts on the contact restriction notice
|
package/i18n/da-DK.js
CHANGED
|
@@ -5,6 +5,8 @@ export default {
|
|
|
5
5
|
"be.activitySidebar.activityFeed.annotationMissingError": "Denne kommentar findes ikke længere",
|
|
6
6
|
"be.activitySidebar.activityFeed.commentMissingError": "Denne kommentar findes ikke længere",
|
|
7
7
|
"be.activitySidebar.activityFeed.feedInlineErrorTitle": "Fejl",
|
|
8
|
+
"be.activitySidebar.activityFeed.hideReplies": "Hide replies",
|
|
9
|
+
"be.activitySidebar.activityFeed.showReplies": "See {repliesToLoadCount, plural, one {# reply} other {# replies}}",
|
|
8
10
|
"be.activitySidebar.activityFeed.taskMissingError": "Denne opgave findes ikke længere",
|
|
9
11
|
"be.activitySidebarFilter.status.all": "Alle kommentarer",
|
|
10
12
|
"be.activitySidebarFilter.status.open": "Ubesvarede kommentarer",
|
|
@@ -34,21 +36,21 @@ export default {
|
|
|
34
36
|
"be.choose": "Vælg",
|
|
35
37
|
"be.close": "Luk",
|
|
36
38
|
"be.collapse": "Skjul",
|
|
37
|
-
"be.contentInsights.contentAnalyticsErrorText": "
|
|
38
|
-
"be.contentInsights.contentInsightsTitle": "
|
|
39
|
-
"be.contentInsights.downloadGraphLabel": "
|
|
40
|
-
"be.contentInsights.downloadGraphType": "
|
|
41
|
-
"be.contentInsights.openContentInsightsButton": "
|
|
42
|
-
"be.contentInsights.peopleGraphLabel": "
|
|
43
|
-
"be.contentInsights.peopleTitle": "
|
|
44
|
-
"be.contentInsights.previewGraphLabel": "
|
|
45
|
-
"be.contentInsights.previewGraphType": "
|
|
46
|
-
"be.contentInsights.trendDown": "Trending
|
|
47
|
-
"be.contentInsights.trendMonth": "
|
|
48
|
-
"be.contentInsights.trendThreeMonths": "
|
|
49
|
-
"be.contentInsights.trendUp": "
|
|
50
|
-
"be.contentInsights.trendWeek": "
|
|
51
|
-
"be.contentInsights.trendYear": "
|
|
39
|
+
"be.contentInsights.contentAnalyticsErrorText": "Der var et problem med at indlæse indholdsindsigter. Prøv igen.",
|
|
40
|
+
"be.contentInsights.contentInsightsTitle": "Indblik i indhold",
|
|
41
|
+
"be.contentInsights.downloadGraphLabel": "Diagram, der viser antallet af downloads i den valgte tidsperiode",
|
|
42
|
+
"be.contentInsights.downloadGraphType": "Downloads",
|
|
43
|
+
"be.contentInsights.openContentInsightsButton": "Se detaljer",
|
|
44
|
+
"be.contentInsights.peopleGraphLabel": "Diagram, der viser antallet af brugere i den valgte tidsperiode",
|
|
45
|
+
"be.contentInsights.peopleTitle": "MENNESKER",
|
|
46
|
+
"be.contentInsights.previewGraphLabel": "Diagram, der viser antallet af forhåndsvisninger i den valgte tidsperiode",
|
|
47
|
+
"be.contentInsights.previewGraphType": "Eksempelvisninger",
|
|
48
|
+
"be.contentInsights.trendDown": "Trending ned",
|
|
49
|
+
"be.contentInsights.trendMonth": "Sidste måned",
|
|
50
|
+
"be.contentInsights.trendThreeMonths": "DE SENESTE 3 MÅNEDER",
|
|
51
|
+
"be.contentInsights.trendUp": "Tendens opadgående",
|
|
52
|
+
"be.contentInsights.trendWeek": "Seneste uge",
|
|
53
|
+
"be.contentInsights.trendYear": "Sidste år",
|
|
52
54
|
"be.contentSharing.badRequestError": "Anmodningen om dette element blev forkert udformet.",
|
|
53
55
|
"be.contentSharing.collaboratorsLoadingError": "Kunne ikke hente samarbejdspartnere for dette element.",
|
|
54
56
|
"be.contentSharing.getContactsError": "Kunne ikke hente kontakter.",
|
package/i18n/da-DK.properties
CHANGED
|
@@ -69,35 +69,35 @@ be.close = Luk
|
|
|
69
69
|
# Message to the user to collapse the Transcript entries
|
|
70
70
|
be.collapse = Skjul
|
|
71
71
|
# Text shown to users when opening the content insights flyout and there is an error
|
|
72
|
-
be.contentInsights.contentAnalyticsErrorText =
|
|
72
|
+
be.contentInsights.contentAnalyticsErrorText = Der var et problem med at indlæse indholdsindsigter. Prøv igen.
|
|
73
73
|
# Title for Content Insights section in file sidebar
|
|
74
|
-
be.contentInsights.contentInsightsTitle =
|
|
74
|
+
be.contentInsights.contentInsightsTitle = Indblik i indhold
|
|
75
75
|
# Label for the chart displaying the number of downloads over the selected time period
|
|
76
|
-
be.contentInsights.downloadGraphLabel =
|
|
76
|
+
be.contentInsights.downloadGraphLabel = Diagram, der viser antallet af downloads i den valgte tidsperiode
|
|
77
77
|
# Title for the content insights graph card regarding number of Previews
|
|
78
|
-
be.contentInsights.downloadGraphType =
|
|
78
|
+
be.contentInsights.downloadGraphType = Downloads
|
|
79
79
|
# Open Content Insights button which opens the Content Insights Modal
|
|
80
|
-
be.contentInsights.openContentInsightsButton =
|
|
80
|
+
be.contentInsights.openContentInsightsButton = Se detaljer
|
|
81
81
|
# Label for the chart displaying the number of users over the selected time period
|
|
82
|
-
be.contentInsights.peopleGraphLabel =
|
|
82
|
+
be.contentInsights.peopleGraphLabel = Diagram, der viser antallet af brugere i den valgte tidsperiode
|
|
83
83
|
# Title used to represent how many users have interacted with the file
|
|
84
|
-
be.contentInsights.peopleTitle =
|
|
84
|
+
be.contentInsights.peopleTitle = MENNESKER
|
|
85
85
|
# Label for the chart displaying the number of previews over the selected time period
|
|
86
|
-
be.contentInsights.previewGraphLabel =
|
|
86
|
+
be.contentInsights.previewGraphLabel = Diagram, der viser antallet af forhåndsvisninger i den valgte tidsperiode
|
|
87
87
|
# Title for the content insights graph card regarding number of Previews
|
|
88
|
-
be.contentInsights.previewGraphType =
|
|
88
|
+
be.contentInsights.previewGraphType = Eksempelvisninger
|
|
89
89
|
# Label for the arrow indicator in the trend pill
|
|
90
|
-
be.contentInsights.trendDown = Trending
|
|
90
|
+
be.contentInsights.trendDown = Trending ned
|
|
91
91
|
# Trend description for the content insights graph card regarding the count of events from the past month
|
|
92
|
-
be.contentInsights.trendMonth =
|
|
92
|
+
be.contentInsights.trendMonth = Sidste måned
|
|
93
93
|
# Trend description for the content insights graph card regarding the count of events from the past three months
|
|
94
|
-
be.contentInsights.trendThreeMonths =
|
|
94
|
+
be.contentInsights.trendThreeMonths = DE SENESTE 3 MÅNEDER
|
|
95
95
|
# Label for the arrow indicator in the trend pill
|
|
96
|
-
be.contentInsights.trendUp =
|
|
96
|
+
be.contentInsights.trendUp = Tendens opadgående
|
|
97
97
|
# Trend description for the content insights graph card regarding the count of events from the past week
|
|
98
|
-
be.contentInsights.trendWeek =
|
|
98
|
+
be.contentInsights.trendWeek = Seneste uge
|
|
99
99
|
# Trend description for the content insights graph card regarding the count of events from the past year
|
|
100
|
-
be.contentInsights.trendYear =
|
|
100
|
+
be.contentInsights.trendYear = Sidste år
|
|
101
101
|
# Message that appears when the request for the ContentSharing Element is malformed.
|
|
102
102
|
be.contentSharing.badRequestError = Anmodningen om dette element blev forkert udformet.
|
|
103
103
|
# Message that appears when collaborators cannot be retrieved in the ContentSharing Element.
|
|
@@ -1558,6 +1558,8 @@ boxui.unifiedShare.contactRestrictionNotice = Invitationer kan ikke sendes til {
|
|
|
1558
1558
|
boxui.unifiedShare.contactRestrictionNoticeInformationBarrier = Invitationer kan ikke sendes til {count, plural, one {{count} person} other {{count} personer}} på grund af en sikkerhedspolitik.
|
|
1559
1559
|
# Text for the notice that is displayed when there are Information Barrier collaboration restrictions that apply to only one of the selected contacts
|
|
1560
1560
|
boxui.unifiedShare.contactRestrictionNoticeInformationBarrierSingular = Invitationer kan ikke sendes til {email} på grund af en sikkerhedspolitik.
|
|
1561
|
+
# Text for the notice that is displayed when there are Information Barrier collaboration restrictions that apply to only one of the selected contacts, which is a group
|
|
1562
|
+
boxui.unifiedShare.contactRestrictionNoticeInformationBarrierSingularGroup = Invitations cannot be sent to "{groupName}" due to a security policy.
|
|
1561
1563
|
# Text for the notice that is displayed when there are collaboration restrictions that apply to one or more of the selected contacts
|
|
1562
1564
|
boxui.unifiedShare.contactRestrictionNoticeSingular = Invitationer kan ikke sendes til {email}, fordi eksternt samarbejde er begrænset på grund af den anvendte sikkerhedspolitik.
|
|
1563
1565
|
# Label for the button that removes restricted contacts on the contact restriction notice
|
package/i18n/de-DE.js
CHANGED
|
@@ -5,6 +5,8 @@ export default {
|
|
|
5
5
|
"be.activitySidebar.activityFeed.annotationMissingError": "Dieser Kommentar ist nicht mehr vorhanden",
|
|
6
6
|
"be.activitySidebar.activityFeed.commentMissingError": "Dieser Kommentar ist nicht mehr vorhanden",
|
|
7
7
|
"be.activitySidebar.activityFeed.feedInlineErrorTitle": "Fehler",
|
|
8
|
+
"be.activitySidebar.activityFeed.hideReplies": "Hide replies",
|
|
9
|
+
"be.activitySidebar.activityFeed.showReplies": "See {repliesToLoadCount, plural, one {# reply} other {# replies}}",
|
|
8
10
|
"be.activitySidebar.activityFeed.taskMissingError": "Diese Aufgabe ist nicht mehr vorhanden",
|
|
9
11
|
"be.activitySidebarFilter.status.all": "Alle Kommentare",
|
|
10
12
|
"be.activitySidebarFilter.status.open": "Ungelöste Kommentare",
|
|
@@ -34,21 +36,21 @@ export default {
|
|
|
34
36
|
"be.choose": "Auswählen",
|
|
35
37
|
"be.close": "Schließen",
|
|
36
38
|
"be.collapse": "Reduzieren",
|
|
37
|
-
"be.contentInsights.contentAnalyticsErrorText": "
|
|
38
|
-
"be.contentInsights.contentInsightsTitle": "
|
|
39
|
-
"be.contentInsights.downloadGraphLabel": "
|
|
40
|
-
"be.contentInsights.downloadGraphType": "
|
|
41
|
-
"be.contentInsights.openContentInsightsButton": "
|
|
42
|
-
"be.contentInsights.peopleGraphLabel": "
|
|
43
|
-
"be.contentInsights.peopleTitle": "
|
|
44
|
-
"be.contentInsights.previewGraphLabel": "
|
|
45
|
-
"be.contentInsights.previewGraphType": "
|
|
46
|
-
"be.contentInsights.trendDown": "
|
|
47
|
-
"be.contentInsights.trendMonth": "
|
|
48
|
-
"be.contentInsights.trendThreeMonths": "
|
|
49
|
-
"be.contentInsights.trendUp": "
|
|
50
|
-
"be.contentInsights.trendWeek": "
|
|
51
|
-
"be.contentInsights.trendYear": "
|
|
39
|
+
"be.contentInsights.contentAnalyticsErrorText": "Beim Laden der Inhalte von Insights ist ein Problem aufgetreten. Versuchen Sie es bitte erneut.",
|
|
40
|
+
"be.contentInsights.contentInsightsTitle": "Inhalt Insights",
|
|
41
|
+
"be.contentInsights.downloadGraphLabel": "Diagramm, das die Anzahl des Herunterladens im ausgewählten Zeitraum anzeigt",
|
|
42
|
+
"be.contentInsights.downloadGraphType": "Downloads",
|
|
43
|
+
"be.contentInsights.openContentInsightsButton": "Details anzeigen",
|
|
44
|
+
"be.contentInsights.peopleGraphLabel": "Diagramm, das die Anzahl der Benutzer im ausgewählten Zeitraum anzeigt",
|
|
45
|
+
"be.contentInsights.peopleTitle": "Personen",
|
|
46
|
+
"be.contentInsights.previewGraphLabel": "Diagramm, das die Anzahl der Vorschauen im ausgewählten Zeitraum anzeigt",
|
|
47
|
+
"be.contentInsights.previewGraphType": "Vorschauen",
|
|
48
|
+
"be.contentInsights.trendDown": "Tendenz fallend",
|
|
49
|
+
"be.contentInsights.trendMonth": "Vergangener Monat",
|
|
50
|
+
"be.contentInsights.trendThreeMonths": "Vergangene 3 Monate",
|
|
51
|
+
"be.contentInsights.trendUp": "Tendenz steigend",
|
|
52
|
+
"be.contentInsights.trendWeek": "Vergangene Woche",
|
|
53
|
+
"be.contentInsights.trendYear": "Vergangenes Jahr",
|
|
52
54
|
"be.contentSharing.badRequestError": "Die Anforderung für dieses Element war fehlerhaft.",
|
|
53
55
|
"be.contentSharing.collaboratorsLoadingError": "Für dieses Element konnten keine Mitarbeiter abgerufen werden.",
|
|
54
56
|
"be.contentSharing.getContactsError": "Kontakte konnten nicht abgerufen werden.",
|
package/i18n/de-DE.properties
CHANGED
|
@@ -69,35 +69,35 @@ be.close = Schließen
|
|
|
69
69
|
# Message to the user to collapse the Transcript entries
|
|
70
70
|
be.collapse = Reduzieren
|
|
71
71
|
# Text shown to users when opening the content insights flyout and there is an error
|
|
72
|
-
be.contentInsights.contentAnalyticsErrorText =
|
|
72
|
+
be.contentInsights.contentAnalyticsErrorText = Beim Laden der Inhalte von Insights ist ein Problem aufgetreten. Versuchen Sie es bitte erneut.
|
|
73
73
|
# Title for Content Insights section in file sidebar
|
|
74
|
-
be.contentInsights.contentInsightsTitle =
|
|
74
|
+
be.contentInsights.contentInsightsTitle = Inhalt Insights
|
|
75
75
|
# Label for the chart displaying the number of downloads over the selected time period
|
|
76
|
-
be.contentInsights.downloadGraphLabel =
|
|
76
|
+
be.contentInsights.downloadGraphLabel = Diagramm, das die Anzahl des Herunterladens im ausgewählten Zeitraum anzeigt
|
|
77
77
|
# Title for the content insights graph card regarding number of Previews
|
|
78
|
-
be.contentInsights.downloadGraphType =
|
|
78
|
+
be.contentInsights.downloadGraphType = Downloads
|
|
79
79
|
# Open Content Insights button which opens the Content Insights Modal
|
|
80
|
-
be.contentInsights.openContentInsightsButton =
|
|
80
|
+
be.contentInsights.openContentInsightsButton = Details anzeigen
|
|
81
81
|
# Label for the chart displaying the number of users over the selected time period
|
|
82
|
-
be.contentInsights.peopleGraphLabel =
|
|
82
|
+
be.contentInsights.peopleGraphLabel = Diagramm, das die Anzahl der Benutzer im ausgewählten Zeitraum anzeigt
|
|
83
83
|
# Title used to represent how many users have interacted with the file
|
|
84
|
-
be.contentInsights.peopleTitle =
|
|
84
|
+
be.contentInsights.peopleTitle = Personen
|
|
85
85
|
# Label for the chart displaying the number of previews over the selected time period
|
|
86
|
-
be.contentInsights.previewGraphLabel =
|
|
86
|
+
be.contentInsights.previewGraphLabel = Diagramm, das die Anzahl der Vorschauen im ausgewählten Zeitraum anzeigt
|
|
87
87
|
# Title for the content insights graph card regarding number of Previews
|
|
88
|
-
be.contentInsights.previewGraphType =
|
|
88
|
+
be.contentInsights.previewGraphType = Vorschauen
|
|
89
89
|
# Label for the arrow indicator in the trend pill
|
|
90
|
-
be.contentInsights.trendDown =
|
|
90
|
+
be.contentInsights.trendDown = Tendenz fallend
|
|
91
91
|
# Trend description for the content insights graph card regarding the count of events from the past month
|
|
92
|
-
be.contentInsights.trendMonth =
|
|
92
|
+
be.contentInsights.trendMonth = Vergangener Monat
|
|
93
93
|
# Trend description for the content insights graph card regarding the count of events from the past three months
|
|
94
|
-
be.contentInsights.trendThreeMonths =
|
|
94
|
+
be.contentInsights.trendThreeMonths = Vergangene 3 Monate
|
|
95
95
|
# Label for the arrow indicator in the trend pill
|
|
96
|
-
be.contentInsights.trendUp =
|
|
96
|
+
be.contentInsights.trendUp = Tendenz steigend
|
|
97
97
|
# Trend description for the content insights graph card regarding the count of events from the past week
|
|
98
|
-
be.contentInsights.trendWeek =
|
|
98
|
+
be.contentInsights.trendWeek = Vergangene Woche
|
|
99
99
|
# Trend description for the content insights graph card regarding the count of events from the past year
|
|
100
|
-
be.contentInsights.trendYear =
|
|
100
|
+
be.contentInsights.trendYear = Vergangenes Jahr
|
|
101
101
|
# Message that appears when the request for the ContentSharing Element is malformed.
|
|
102
102
|
be.contentSharing.badRequestError = Die Anforderung für dieses Element war fehlerhaft.
|
|
103
103
|
# Message that appears when collaborators cannot be retrieved in the ContentSharing Element.
|
|
@@ -1558,6 +1558,8 @@ boxui.unifiedShare.contactRestrictionNotice = Einladungen können nicht an {coun
|
|
|
1558
1558
|
boxui.unifiedShare.contactRestrictionNoticeInformationBarrier = Einladungen können aufgrund einer Sicherheitsrichtlinie nicht an {count, plural, one {{count} Person} other {{count} Personen}} gesendet werden.
|
|
1559
1559
|
# Text for the notice that is displayed when there are Information Barrier collaboration restrictions that apply to only one of the selected contacts
|
|
1560
1560
|
boxui.unifiedShare.contactRestrictionNoticeInformationBarrierSingular = Einladungen können aufgrund einer Sicherheitsrichtlinie nicht an {email} gesendet werden.
|
|
1561
|
+
# Text for the notice that is displayed when there are Information Barrier collaboration restrictions that apply to only one of the selected contacts, which is a group
|
|
1562
|
+
boxui.unifiedShare.contactRestrictionNoticeInformationBarrierSingularGroup = Invitations cannot be sent to "{groupName}" due to a security policy.
|
|
1561
1563
|
# Text for the notice that is displayed when there are collaboration restrictions that apply to one or more of the selected contacts
|
|
1562
1564
|
boxui.unifiedShare.contactRestrictionNoticeSingular = Einladungen können nicht an {email} gesendet werden, da die externe Zusammenarbeit aufgrund der angewendeten Sicherheitsrichtlinie eingeschränkt ist.
|
|
1563
1565
|
# Label for the button that removes restricted contacts on the contact restriction notice
|
package/i18n/en-AU.js
CHANGED
|
@@ -5,6 +5,8 @@ export default {
|
|
|
5
5
|
"be.activitySidebar.activityFeed.annotationMissingError": "This comment no longer exists",
|
|
6
6
|
"be.activitySidebar.activityFeed.commentMissingError": "This comment no longer exists",
|
|
7
7
|
"be.activitySidebar.activityFeed.feedInlineErrorTitle": "Error",
|
|
8
|
+
"be.activitySidebar.activityFeed.hideReplies": "Hide replies",
|
|
9
|
+
"be.activitySidebar.activityFeed.showReplies": "See {repliesToLoadCount, plural, one {# reply} other {# replies}}",
|
|
8
10
|
"be.activitySidebar.activityFeed.taskMissingError": "This task no longer exists",
|
|
9
11
|
"be.activitySidebarFilter.status.all": "All Comments",
|
|
10
12
|
"be.activitySidebarFilter.status.open": "Unresolved Comments",
|
|
@@ -37,12 +39,12 @@ export default {
|
|
|
37
39
|
"be.contentInsights.contentAnalyticsErrorText": "There was a problem loading content insights. Please try again.",
|
|
38
40
|
"be.contentInsights.contentInsightsTitle": "Content Insights",
|
|
39
41
|
"be.contentInsights.downloadGraphLabel": "Chart displaying the number of downloads over the selected time period",
|
|
40
|
-
"be.contentInsights.downloadGraphType": "
|
|
42
|
+
"be.contentInsights.downloadGraphType": "Downloads",
|
|
41
43
|
"be.contentInsights.openContentInsightsButton": "See Details",
|
|
42
44
|
"be.contentInsights.peopleGraphLabel": "Chart displaying the number of users over the selected time period",
|
|
43
45
|
"be.contentInsights.peopleTitle": "PEOPLE",
|
|
44
46
|
"be.contentInsights.previewGraphLabel": "Chart displaying the number of previews over the selected time period",
|
|
45
|
-
"be.contentInsights.previewGraphType": "
|
|
47
|
+
"be.contentInsights.previewGraphType": "Previews",
|
|
46
48
|
"be.contentInsights.trendDown": "Trending down",
|
|
47
49
|
"be.contentInsights.trendMonth": "PAST MONTH",
|
|
48
50
|
"be.contentInsights.trendThreeMonths": "PAST 3 MONTHS",
|
package/i18n/en-AU.properties
CHANGED
|
@@ -75,7 +75,7 @@ be.contentInsights.contentInsightsTitle = Content Insights
|
|
|
75
75
|
# Label for the chart displaying the number of downloads over the selected time period
|
|
76
76
|
be.contentInsights.downloadGraphLabel = Chart displaying the number of downloads over the selected time period
|
|
77
77
|
# Title for the content insights graph card regarding number of Previews
|
|
78
|
-
be.contentInsights.downloadGraphType =
|
|
78
|
+
be.contentInsights.downloadGraphType = Downloads
|
|
79
79
|
# Open Content Insights button which opens the Content Insights Modal
|
|
80
80
|
be.contentInsights.openContentInsightsButton = See Details
|
|
81
81
|
# Label for the chart displaying the number of users over the selected time period
|
|
@@ -85,7 +85,7 @@ be.contentInsights.peopleTitle = PEOPLE
|
|
|
85
85
|
# Label for the chart displaying the number of previews over the selected time period
|
|
86
86
|
be.contentInsights.previewGraphLabel = Chart displaying the number of previews over the selected time period
|
|
87
87
|
# Title for the content insights graph card regarding number of Previews
|
|
88
|
-
be.contentInsights.previewGraphType =
|
|
88
|
+
be.contentInsights.previewGraphType = Previews
|
|
89
89
|
# Label for the arrow indicator in the trend pill
|
|
90
90
|
be.contentInsights.trendDown = Trending down
|
|
91
91
|
# Trend description for the content insights graph card regarding the count of events from the past month
|
|
@@ -1558,6 +1558,8 @@ boxui.unifiedShare.contactRestrictionNotice = Invitations cannot be sent to {cou
|
|
|
1558
1558
|
boxui.unifiedShare.contactRestrictionNoticeInformationBarrier = Invitations cannot be sent to {count, plural, one {{count} person} other {{count} people}} due to a security policy.
|
|
1559
1559
|
# Text for the notice that is displayed when there are Information Barrier collaboration restrictions that apply to only one of the selected contacts
|
|
1560
1560
|
boxui.unifiedShare.contactRestrictionNoticeInformationBarrierSingular = Invitations cannot be sent to {email} due to a security policy.
|
|
1561
|
+
# Text for the notice that is displayed when there are Information Barrier collaboration restrictions that apply to only one of the selected contacts, which is a group
|
|
1562
|
+
boxui.unifiedShare.contactRestrictionNoticeInformationBarrierSingularGroup = Invitations cannot be sent to "{groupName}" due to a security policy.
|
|
1561
1563
|
# Text for the notice that is displayed when there are collaboration restrictions that apply to one or more of the selected contacts
|
|
1562
1564
|
boxui.unifiedShare.contactRestrictionNoticeSingular = Invitations cannot be sent to {email} because external collaboration is restricted due to the applied security policy.
|
|
1563
1565
|
# Label for the button that removes restricted contacts on the contact restriction notice
|
package/i18n/en-CA.js
CHANGED
|
@@ -5,6 +5,8 @@ export default {
|
|
|
5
5
|
"be.activitySidebar.activityFeed.annotationMissingError": "This comment no longer exists",
|
|
6
6
|
"be.activitySidebar.activityFeed.commentMissingError": "This comment no longer exists",
|
|
7
7
|
"be.activitySidebar.activityFeed.feedInlineErrorTitle": "Error",
|
|
8
|
+
"be.activitySidebar.activityFeed.hideReplies": "Hide replies",
|
|
9
|
+
"be.activitySidebar.activityFeed.showReplies": "See {repliesToLoadCount, plural, one {# reply} other {# replies}}",
|
|
8
10
|
"be.activitySidebar.activityFeed.taskMissingError": "This task no longer exists",
|
|
9
11
|
"be.activitySidebarFilter.status.all": "All Comments",
|
|
10
12
|
"be.activitySidebarFilter.status.open": "Unresolved Comments",
|
|
@@ -776,12 +778,12 @@ export default {
|
|
|
776
778
|
"boxui.unifiedShare.collaboratorListTitle": "People in ‘{itemName}’",
|
|
777
779
|
"boxui.unifiedShare.collaborators.expirationTooltipClickableText": "Access expires on {date}. Click for details.",
|
|
778
780
|
"boxui.unifiedShare.contactEmailsTooltipText": "{emails}, and {remainingEmailsCount} more",
|
|
779
|
-
"boxui.unifiedShare.contactRestrictionNotice": "
|
|
780
|
-
"boxui.unifiedShare.contactRestrictionNoticeInformationBarrier": "
|
|
781
|
+
"boxui.unifiedShare.contactRestrictionNotice": "{count, plural, one {{count} invitation} other {{count} invitations}} cannot be sent because external collaboration is restricted due to the applied security policy.",
|
|
782
|
+
"boxui.unifiedShare.contactRestrictionNoticeInformationBarrier": "{count, plural, one {{count} invitation} other {{count} invitations}} cannot be sent due to a security policy.",
|
|
781
783
|
"boxui.unifiedShare.contactRestrictionNoticeInformationBarrierSingular": "Invitations cannot be sent to {email} due to a security policy.",
|
|
782
784
|
"boxui.unifiedShare.contactRestrictionNoticeInformationBarrierSingularGroup": "Invitations cannot be sent to \"{groupName}\" due to a security policy.",
|
|
783
785
|
"boxui.unifiedShare.contactRestrictionNoticeSingular": "Invitations cannot be sent to {email} because external collaboration is restricted due to the applied security policy.",
|
|
784
|
-
"boxui.unifiedShare.contactRestrictionRemoveButtonLabel": "Remove
|
|
786
|
+
"boxui.unifiedShare.contactRestrictionRemoveButtonLabel": "Remove to continue",
|
|
785
787
|
"boxui.unifiedShare.contactsExceedLimitError": "Oops! The maximum number of collaborators that can be added at once is {maxContacts} collaborators. Please try again by splitting your invitations into batches.",
|
|
786
788
|
"boxui.unifiedShare.contentSharedWithExternalCollaborators": "This content will be shared with external collaborators.",
|
|
787
789
|
"boxui.unifiedShare.coownerLevelButtonLabel": "Invite as Co-owner",
|
|
@@ -808,10 +810,10 @@ export default {
|
|
|
808
810
|
"boxui.unifiedShare.inviteDisabledTooltip": "You do not have permission to invite collaborators.",
|
|
809
811
|
"boxui.unifiedShare.inviteDisabledWeblinkTooltip": "Collaborators cannot be added to bookmarks.",
|
|
810
812
|
"boxui.unifiedShare.inviteFieldLabel": "Invite People",
|
|
811
|
-
"boxui.unifiedShare.justifiableContactRestrictionNotice": "This content requires a business justification
|
|
813
|
+
"boxui.unifiedShare.justifiableContactRestrictionNotice": "This content requires a business justification for {count, plural, one {{count} invitation} other {{count} invitations}}. Please select a business justification below.",
|
|
812
814
|
"boxui.unifiedShare.justifiableContactRestrictionNoticeSingular": "This content requires a business justification to invite {email}. Please select a business justification below.",
|
|
813
|
-
"boxui.unifiedShare.justifiableContactRestrictionRemoveButtonLabel": "Alternatively, remove
|
|
814
|
-
"boxui.unifiedShare.justificationRequiredError": "Select a justification or remove
|
|
815
|
+
"boxui.unifiedShare.justifiableContactRestrictionRemoveButtonLabel": "Alternatively, remove to continue",
|
|
816
|
+
"boxui.unifiedShare.justificationRequiredError": "Select a justification or remove to continue",
|
|
815
817
|
"boxui.unifiedShare.justificationSelectPlaceholder": "Select Justification",
|
|
816
818
|
"boxui.unifiedShare.linkShareOff": "Create shared link",
|
|
817
819
|
"boxui.unifiedShare.linkShareOn": "Shared link is created",
|
|
@@ -839,7 +841,7 @@ export default {
|
|
|
839
841
|
"boxui.unifiedShare.removeLinkConfirmationDescription": "This will permanently remove the shared link. If this item is embedded on other sites it will also become inaccessible. Any custom properties, settings and expirations will be removed as well. Do you want to continue?",
|
|
840
842
|
"boxui.unifiedShare.removeLinkConfirmationTitle": "Remove Shared Link",
|
|
841
843
|
"boxui.unifiedShare.removeLinkTooltip": "You do not have permission to remove the link.",
|
|
842
|
-
"boxui.unifiedShare.restrictedContactsError": "Remove
|
|
844
|
+
"boxui.unifiedShare.restrictedContactsError": "Remove to continue",
|
|
843
845
|
"boxui.unifiedShare.sendSharedLink": "Send Shared Link",
|
|
844
846
|
"boxui.unifiedShare.sendSharedLinkFieldLabel": "Email Shared Link",
|
|
845
847
|
"boxui.unifiedShare.settingsButtonLabel": "Open shared link settings popup",
|