@atlaskit/smart-hooks 0.1.7 → 0.1.9
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/CHANGELOG.md +12 -0
- package/dist/cjs/i18n/cs.js +12 -12
- package/dist/cjs/i18n/da.js +12 -12
- package/dist/cjs/i18n/de.js +12 -12
- package/dist/cjs/i18n/en.js +17 -5
- package/dist/cjs/i18n/en_GB.js +17 -5
- package/dist/cjs/i18n/en_ZZ.js +11 -12
- package/dist/cjs/i18n/es.js +12 -12
- package/dist/cjs/i18n/et.js +0 -1
- package/dist/cjs/i18n/fi.js +12 -12
- package/dist/cjs/i18n/fr.js +12 -12
- package/dist/cjs/i18n/hu.js +12 -12
- package/dist/cjs/i18n/index.js +0 -31
- package/dist/cjs/i18n/it.js +12 -12
- package/dist/cjs/i18n/ja.js +12 -12
- package/dist/cjs/i18n/ko.js +12 -12
- package/dist/cjs/i18n/nb.js +12 -12
- package/dist/cjs/i18n/nl.js +12 -12
- package/dist/cjs/i18n/pl.js +12 -12
- package/dist/cjs/i18n/pt_BR.js +12 -12
- package/dist/cjs/i18n/pt_PT.js +0 -1
- package/dist/cjs/i18n/ru.js +12 -12
- package/dist/cjs/i18n/sk.js +0 -1
- package/dist/cjs/i18n/sv.js +12 -12
- package/dist/cjs/i18n/th.js +12 -12
- package/dist/cjs/i18n/tr.js +12 -12
- package/dist/cjs/i18n/uk.js +12 -12
- package/dist/cjs/i18n/vi.js +12 -12
- package/dist/cjs/i18n/zh.js +12 -12
- package/dist/cjs/i18n/zh_TW.js +12 -12
- package/dist/cjs/index.js +0 -3
- package/dist/cjs/messages.js +0 -2
- package/dist/cjs/services/use-function-usage-tracking/index.js +8 -13
- package/dist/cjs/services/use-user-recommendations/analytics.js +9 -25
- package/dist/cjs/services/use-user-recommendations/index.js +46 -91
- package/dist/cjs/services/use-user-recommendations/ufoExperiences.js +0 -2
- package/dist/cjs/utils/transform-recommendations-to-options/index.js +0 -16
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/i18n/cs.js +12 -11
- package/dist/es2019/i18n/da.js +12 -11
- package/dist/es2019/i18n/de.js +12 -11
- package/dist/es2019/i18n/en.js +17 -5
- package/dist/es2019/i18n/en_GB.js +17 -5
- package/dist/es2019/i18n/en_ZZ.js +11 -11
- package/dist/es2019/i18n/es.js +12 -11
- package/dist/es2019/i18n/fi.js +12 -11
- package/dist/es2019/i18n/fr.js +12 -11
- package/dist/es2019/i18n/hu.js +12 -11
- package/dist/es2019/i18n/it.js +12 -11
- package/dist/es2019/i18n/ja.js +12 -11
- package/dist/es2019/i18n/ko.js +12 -11
- package/dist/es2019/i18n/nb.js +12 -11
- package/dist/es2019/i18n/nl.js +12 -11
- package/dist/es2019/i18n/pl.js +12 -11
- package/dist/es2019/i18n/pt_BR.js +12 -11
- package/dist/es2019/i18n/ru.js +12 -11
- package/dist/es2019/i18n/sv.js +12 -11
- package/dist/es2019/i18n/th.js +12 -11
- package/dist/es2019/i18n/tr.js +12 -11
- package/dist/es2019/i18n/uk.js +12 -11
- package/dist/es2019/i18n/vi.js +12 -11
- package/dist/es2019/i18n/zh.js +12 -11
- package/dist/es2019/i18n/zh_TW.js +12 -11
- package/dist/es2019/services/use-function-usage-tracking/index.js +6 -6
- package/dist/es2019/services/use-user-recommendations/analytics.js +0 -2
- package/dist/es2019/services/use-user-recommendations/index.js +16 -18
- package/dist/es2019/utils/transform-recommendations-to-options/index.js +0 -10
- package/dist/es2019/version.json +1 -1
- package/dist/esm/i18n/cs.js +12 -11
- package/dist/esm/i18n/da.js +12 -11
- package/dist/esm/i18n/de.js +12 -11
- package/dist/esm/i18n/en.js +17 -5
- package/dist/esm/i18n/en_GB.js +17 -5
- package/dist/esm/i18n/en_ZZ.js +11 -11
- package/dist/esm/i18n/es.js +12 -11
- package/dist/esm/i18n/fi.js +12 -11
- package/dist/esm/i18n/fr.js +12 -11
- package/dist/esm/i18n/hu.js +12 -11
- package/dist/esm/i18n/it.js +12 -11
- package/dist/esm/i18n/ja.js +12 -11
- package/dist/esm/i18n/ko.js +12 -11
- package/dist/esm/i18n/nb.js +12 -11
- package/dist/esm/i18n/nl.js +12 -11
- package/dist/esm/i18n/pl.js +12 -11
- package/dist/esm/i18n/pt_BR.js +12 -11
- package/dist/esm/i18n/ru.js +12 -11
- package/dist/esm/i18n/sv.js +12 -11
- package/dist/esm/i18n/th.js +12 -11
- package/dist/esm/i18n/tr.js +12 -11
- package/dist/esm/i18n/uk.js +12 -11
- package/dist/esm/i18n/vi.js +12 -11
- package/dist/esm/i18n/zh.js +12 -11
- package/dist/esm/i18n/zh_TW.js +12 -11
- package/dist/esm/services/use-function-usage-tracking/index.js +8 -9
- package/dist/esm/services/use-user-recommendations/analytics.js +9 -14
- package/dist/esm/services/use-user-recommendations/index.js +46 -71
- package/dist/esm/utils/transform-recommendations-to-options/index.js +0 -12
- package/dist/esm/version.json +1 -1
- package/dist/types/i18n/cs.d.ts +10 -10
- package/dist/types/i18n/da.d.ts +10 -10
- package/dist/types/i18n/de.d.ts +10 -10
- package/dist/types/i18n/en.d.ts +15 -4
- package/dist/types/i18n/en_GB.d.ts +15 -4
- package/dist/types/i18n/en_ZZ.d.ts +1 -1
- package/dist/types/i18n/es.d.ts +10 -10
- package/dist/types/i18n/fi.d.ts +10 -10
- package/dist/types/i18n/fr.d.ts +10 -10
- package/dist/types/i18n/hu.d.ts +10 -10
- package/dist/types/i18n/it.d.ts +10 -10
- package/dist/types/i18n/ja.d.ts +10 -10
- package/dist/types/i18n/ko.d.ts +10 -10
- package/dist/types/i18n/nb.d.ts +10 -10
- package/dist/types/i18n/nl.d.ts +10 -10
- package/dist/types/i18n/pl.d.ts +10 -10
- package/dist/types/i18n/pt_BR.d.ts +10 -10
- package/dist/types/i18n/ru.d.ts +10 -10
- package/dist/types/i18n/sv.d.ts +10 -10
- package/dist/types/i18n/th.d.ts +10 -10
- package/dist/types/i18n/tr.d.ts +10 -10
- package/dist/types/i18n/uk.d.ts +10 -10
- package/dist/types/i18n/vi.d.ts +10 -10
- package/dist/types/i18n/zh.d.ts +10 -10
- package/dist/types/i18n/zh_TW.d.ts +10 -10
- package/package.json +10 -8
|
@@ -3,7 +3,6 @@ import { FabricChannel } from '@atlaskit/analytics-listeners';
|
|
|
3
3
|
import { createAndFireEvent } from '@atlaskit/analytics-next';
|
|
4
4
|
import { name as packageName, version as packageVersion } from '../../version.json';
|
|
5
5
|
const createAndFireEventInElementsChannel = createAndFireEvent(FabricChannel.elements);
|
|
6
|
-
|
|
7
6
|
const createEvent = (eventType, action, actionSubject, attributes = {}) => ({
|
|
8
7
|
eventType,
|
|
9
8
|
action,
|
|
@@ -15,7 +14,6 @@ const createEvent = (eventType, action, actionSubject, attributes = {}) => ({
|
|
|
15
14
|
...attributes
|
|
16
15
|
}
|
|
17
16
|
});
|
|
18
|
-
|
|
19
17
|
export const findUserPosition = (loadedUsers, userId) => {
|
|
20
18
|
return loadedUsers.findIndex(val => val.id === userId);
|
|
21
19
|
};
|
|
@@ -21,7 +21,6 @@ export const instrumentFailureOption = [{
|
|
|
21
21
|
entityType: EntityType.USER,
|
|
22
22
|
avatarUrl: ''
|
|
23
23
|
}];
|
|
24
|
-
|
|
25
24
|
const useUserRecommendations = props => {
|
|
26
25
|
const {
|
|
27
26
|
baseUrl,
|
|
@@ -40,7 +39,8 @@ const useUserRecommendations = props => {
|
|
|
40
39
|
productKey,
|
|
41
40
|
cpusSearchQuery,
|
|
42
41
|
tenantId
|
|
43
|
-
} = {
|
|
42
|
+
} = {
|
|
43
|
+
...defaultProps,
|
|
44
44
|
...props
|
|
45
45
|
};
|
|
46
46
|
const [recommendations, setRecommendations] = useState([]);
|
|
@@ -53,7 +53,8 @@ const useUserRecommendations = props => {
|
|
|
53
53
|
const {
|
|
54
54
|
createAnalyticsEvent
|
|
55
55
|
} = useAnalyticsEvents();
|
|
56
|
-
const getAnalyticsAttributes = useCallback(() => ({
|
|
56
|
+
const getAnalyticsAttributes = useCallback(() => ({
|
|
57
|
+
...createDefaultAttributes({
|
|
57
58
|
fieldId,
|
|
58
59
|
objectId,
|
|
59
60
|
containerId,
|
|
@@ -67,20 +68,17 @@ const useUserRecommendations = props => {
|
|
|
67
68
|
}, renderId, sessionId.current, currentQuery.current)
|
|
68
69
|
}), [childObjectId, containerId, fieldId, includeTeams, maxNumberOfResults, objectId, preload, principalId, productKey, renderId, tenantId]);
|
|
69
70
|
const fetchRecommendations = useCallback(async query => {
|
|
70
|
-
setIsLoading(true);
|
|
71
|
-
|
|
71
|
+
setIsLoading(true);
|
|
72
|
+
// restart session
|
|
72
73
|
sessionId.current = uuid();
|
|
73
74
|
UsersFetchedUfoExperience.getInstance(fieldId).start();
|
|
74
|
-
|
|
75
75
|
try {
|
|
76
76
|
if (lastAbortController.current) {
|
|
77
77
|
var _lastAbortController$;
|
|
78
|
-
|
|
79
78
|
(_lastAbortController$ = lastAbortController.current) === null || _lastAbortController$ === void 0 ? void 0 : _lastAbortController$.abort();
|
|
80
|
-
}
|
|
79
|
+
}
|
|
80
|
+
// in case there are still IE users, check AbortController before init,
|
|
81
81
|
// IE has no timeout applied on fetch since AbortController isn't available
|
|
82
|
-
|
|
83
|
-
|
|
84
82
|
const currentController = typeof AbortController !== 'undefined' ? new AbortController() : null;
|
|
85
83
|
lastAbortController.current = currentController;
|
|
86
84
|
const recommendedUsersResult = await fetchUserRecommendations({
|
|
@@ -105,7 +103,8 @@ const useUserRecommendations = props => {
|
|
|
105
103
|
}, currentController === null || currentController === void 0 ? void 0 : currentController.signal);
|
|
106
104
|
currentQuery.current = query !== null && query !== void 0 ? query : '';
|
|
107
105
|
UsersFetchedUfoExperience.getInstance(fieldId).success({
|
|
108
|
-
metadata: {
|
|
106
|
+
metadata: {
|
|
107
|
+
...getAnalyticsAttributes(),
|
|
109
108
|
loadedUsersSize: recommendedUsersResult.length
|
|
110
109
|
}
|
|
111
110
|
});
|
|
@@ -113,8 +112,8 @@ const useUserRecommendations = props => {
|
|
|
113
112
|
} catch (error) {
|
|
114
113
|
if (error instanceof Error && error.name === 'AbortError') {
|
|
115
114
|
// Request aborted client-side
|
|
116
|
-
UsersFetchedUfoExperience.getInstance(fieldId).abort();
|
|
117
|
-
|
|
115
|
+
UsersFetchedUfoExperience.getInstance(fieldId).abort();
|
|
116
|
+
// return early to prevent disabling isLoading
|
|
118
117
|
return;
|
|
119
118
|
} else {
|
|
120
119
|
UsersFetchedUfoExperience.getInstance(fieldId).failure({
|
|
@@ -123,9 +122,8 @@ const useUserRecommendations = props => {
|
|
|
123
122
|
setError(error);
|
|
124
123
|
}
|
|
125
124
|
}
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
125
|
+
setIsLoading(false);
|
|
126
|
+
// clear abort controller
|
|
129
127
|
lastAbortController.current = undefined;
|
|
130
128
|
}, [baseUrl, childObjectId, containerId, objectId, principalId, productAttributes, productKey, fieldId, tenantId, includeUsers, includeGroups, includeTeams, maxNumberOfResults, cpusSearchQuery, getAnalyticsAttributes]);
|
|
131
129
|
const memoizedDebouncedFetchRecommendations = useMemo(() => memoizeOne(debounce(fetchRecommendations, debounceTimeMs)), [fetchRecommendations, debounceTimeMs]);
|
|
@@ -138,7 +136,8 @@ const useUserRecommendations = props => {
|
|
|
138
136
|
memoizedDebouncedFetchRecommendations(query !== null && query !== void 0 ? query : '');
|
|
139
137
|
}, [memoizedDebouncedFetchRecommendations]);
|
|
140
138
|
const onUserSelect = useCallback(userId => {
|
|
141
|
-
fireUserSelectedEvent(createAnalyticsEvent, {
|
|
139
|
+
fireUserSelectedEvent(createAnalyticsEvent, {
|
|
140
|
+
...getAnalyticsAttributes(),
|
|
142
141
|
selectedUser: userId,
|
|
143
142
|
loadedUsersSize: recommendations.length,
|
|
144
143
|
position: findUserPosition(recommendations, userId)
|
|
@@ -160,5 +159,4 @@ const useUserRecommendations = props => {
|
|
|
160
159
|
error
|
|
161
160
|
};
|
|
162
161
|
};
|
|
163
|
-
|
|
164
162
|
export default useUserRecommendations;
|
|
@@ -1,14 +1,11 @@
|
|
|
1
1
|
import { EntityType } from '@atlaskit/smart-common';
|
|
2
2
|
import { GroupType, TeamType, UserType } from '@atlaskit/user-picker';
|
|
3
3
|
import { messages } from '../../messages';
|
|
4
|
-
|
|
5
4
|
const getLozenzeProperties = (entity, intl) => {
|
|
6
5
|
var _entity$attributes, _entity$attributes2;
|
|
7
|
-
|
|
8
6
|
if ((_entity$attributes = entity.attributes) !== null && _entity$attributes !== void 0 && _entity$attributes.workspaceMember) {
|
|
9
7
|
return intl.formatMessage(messages.memberLozengeText);
|
|
10
8
|
}
|
|
11
|
-
|
|
12
9
|
if ((_entity$attributes2 = entity.attributes) !== null && _entity$attributes2 !== void 0 && _entity$attributes2.isConfluenceExternalCollaborator) {
|
|
13
10
|
const lozengeTooltipMessage = entity.entityType === EntityType.GROUP ? messages.guestGroupLozengeTooltip : messages.guestUserLozengeTooltip;
|
|
14
11
|
return {
|
|
@@ -17,13 +14,10 @@ const getLozenzeProperties = (entity, intl) => {
|
|
|
17
14
|
appearance: 'new'
|
|
18
15
|
};
|
|
19
16
|
}
|
|
20
|
-
|
|
21
17
|
return undefined;
|
|
22
18
|
};
|
|
23
|
-
|
|
24
19
|
const transformRecommendation = (item, intl) => {
|
|
25
20
|
const type = item.entityType;
|
|
26
|
-
|
|
27
21
|
if (type === EntityType.USER) {
|
|
28
22
|
const user = item;
|
|
29
23
|
const lozenge = getLozenzeProperties(user, intl);
|
|
@@ -36,7 +30,6 @@ const transformRecommendation = (item, intl) => {
|
|
|
36
30
|
lozenge: lozenge
|
|
37
31
|
};
|
|
38
32
|
}
|
|
39
|
-
|
|
40
33
|
if (type === EntityType.TEAM) {
|
|
41
34
|
const team = item;
|
|
42
35
|
return {
|
|
@@ -49,7 +42,6 @@ const transformRecommendation = (item, intl) => {
|
|
|
49
42
|
avatarUrl: team.largeAvatarImageUrl || team.smallAvatarImageUrl
|
|
50
43
|
};
|
|
51
44
|
}
|
|
52
|
-
|
|
53
45
|
if (type === EntityType.GROUP) {
|
|
54
46
|
const group = item;
|
|
55
47
|
const lozenge = getLozenzeProperties(group, intl);
|
|
@@ -60,8 +52,6 @@ const transformRecommendation = (item, intl) => {
|
|
|
60
52
|
lozenge: lozenge
|
|
61
53
|
};
|
|
62
54
|
}
|
|
63
|
-
|
|
64
55
|
return;
|
|
65
56
|
};
|
|
66
|
-
|
|
67
57
|
export default ((recommendations, intl) => (recommendations || []).map(item => transformRecommendation(item, intl)).filter(option => !!option).map(option => option));
|
package/dist/es2019/version.json
CHANGED
package/dist/esm/i18n/cs.js
CHANGED
|
@@ -1,18 +1,19 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
1
2
|
/**
|
|
2
3
|
* NOTE:
|
|
3
4
|
*
|
|
4
|
-
* This file is automatically generated by
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
7
|
*/
|
|
7
|
-
//
|
|
8
|
+
//Czech
|
|
8
9
|
export default {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
10
|
+
"smart-experiences.smart-hooks.external.sourced.from": "Nalezen v:",
|
|
11
|
+
"smart-experiences.smart-hooks.github.provider": "GitHub",
|
|
12
|
+
"smart-experiences.smart-hooks.google.provider": "Google",
|
|
13
|
+
"smart-experiences.smart-hooks.guest.lozenge.text": "HOST",
|
|
14
|
+
"smart-experiences.smart-hooks.guest.lozenge.tooltip.group": "Skupiny hostů mají přístup pouze k určitým prostorům a mají omezený přístup k uživatelským údajům.",
|
|
15
|
+
"smart-experiences.smart-hooks.guest.lozenge.tooltip.user": "Hosté mají přístup pouze k určitým prostorům a mají omezený přístup k uživatelským údajům.",
|
|
16
|
+
"smart-experiences.smart-hooks.member.lozenge.text": "ČLEN",
|
|
17
|
+
"smart-experiences.smart-hooks.microsoft.provider": "Microsoft",
|
|
18
|
+
"smart-experiences.smart-hooks.slack.provider": "Slack"
|
|
18
19
|
};
|
package/dist/esm/i18n/da.js
CHANGED
|
@@ -1,18 +1,19 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
1
2
|
/**
|
|
2
3
|
* NOTE:
|
|
3
4
|
*
|
|
4
|
-
* This file is automatically generated by
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
7
|
*/
|
|
7
|
-
//
|
|
8
|
+
//Danish (Denmark)
|
|
8
9
|
export default {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
10
|
+
"smart-experiences.smart-hooks.external.sourced.from": "Fundet i:",
|
|
11
|
+
"smart-experiences.smart-hooks.github.provider": "GitHub",
|
|
12
|
+
"smart-experiences.smart-hooks.google.provider": "Google",
|
|
13
|
+
"smart-experiences.smart-hooks.guest.lozenge.text": "GÆST",
|
|
14
|
+
"smart-experiences.smart-hooks.guest.lozenge.tooltip.group": "Gæstegrupper har kun adgang til bestemte områder og har begrænset adgang til brugeroplysninger.",
|
|
15
|
+
"smart-experiences.smart-hooks.guest.lozenge.tooltip.user": "Gæster har kun adgang til bestemte områder og har begrænset adgang til brugeroplysninger.",
|
|
16
|
+
"smart-experiences.smart-hooks.member.lozenge.text": "Medlem",
|
|
17
|
+
"smart-experiences.smart-hooks.microsoft.provider": "Microsoft",
|
|
18
|
+
"smart-experiences.smart-hooks.slack.provider": "Slack"
|
|
18
19
|
};
|
package/dist/esm/i18n/de.js
CHANGED
|
@@ -1,18 +1,19 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
1
2
|
/**
|
|
2
3
|
* NOTE:
|
|
3
4
|
*
|
|
4
|
-
* This file is automatically generated by
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
7
|
*/
|
|
7
|
-
//
|
|
8
|
+
//German (Germany)
|
|
8
9
|
export default {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
10
|
+
"smart-experiences.smart-hooks.external.sourced.from": "Gefunden in:",
|
|
11
|
+
"smart-experiences.smart-hooks.github.provider": "GitHub",
|
|
12
|
+
"smart-experiences.smart-hooks.google.provider": "Google",
|
|
13
|
+
"smart-experiences.smart-hooks.guest.lozenge.text": "Gast",
|
|
14
|
+
"smart-experiences.smart-hooks.guest.lozenge.tooltip.group": "Gästegruppen können ausschließlich auf ausgewählte Bereiche zugreifen und verfügen über eingeschränkten Zugriff auf Benutzerinformationen.",
|
|
15
|
+
"smart-experiences.smart-hooks.guest.lozenge.tooltip.user": "Gäste können ausschließlich auf ausgewählte Bereiche zugreifen und verfügen über eingeschränkten Zugriff auf Benutzerinformationen.",
|
|
16
|
+
"smart-experiences.smart-hooks.member.lozenge.text": "Mitglied",
|
|
17
|
+
"smart-experiences.smart-hooks.microsoft.provider": "Microsoft",
|
|
18
|
+
"smart-experiences.smart-hooks.slack.provider": "Slack"
|
|
18
19
|
};
|
package/dist/esm/i18n/en.js
CHANGED
|
@@ -1,7 +1,19 @@
|
|
|
1
|
-
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//
|
|
2
9
|
export default {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
10
|
+
"smart-experiences.smart-hooks.external.sourced.from": "Found in:",
|
|
11
|
+
"smart-experiences.smart-hooks.github.provider": "GitHub",
|
|
12
|
+
"smart-experiences.smart-hooks.google.provider": "Google",
|
|
13
|
+
"smart-experiences.smart-hooks.guest.lozenge.text": "GUEST",
|
|
14
|
+
"smart-experiences.smart-hooks.guest.lozenge.tooltip.group": "Guest groups can only access certain spaces and have limited access to user info.",
|
|
15
|
+
"smart-experiences.smart-hooks.guest.lozenge.tooltip.user": "Guests can only access certain spaces and have limited access to user info.",
|
|
16
|
+
"smart-experiences.smart-hooks.member.lozenge.text": "MEMBER",
|
|
17
|
+
"smart-experiences.smart-hooks.microsoft.provider": "Microsoft",
|
|
18
|
+
"smart-experiences.smart-hooks.slack.provider": "Slack"
|
|
7
19
|
};
|
package/dist/esm/i18n/en_GB.js
CHANGED
|
@@ -1,7 +1,19 @@
|
|
|
1
|
-
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//English (United Kingdom)
|
|
2
9
|
export default {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
10
|
+
"smart-experiences.smart-hooks.external.sourced.from": "Found in:",
|
|
11
|
+
"smart-experiences.smart-hooks.github.provider": "GitHub",
|
|
12
|
+
"smart-experiences.smart-hooks.google.provider": "Google",
|
|
13
|
+
"smart-experiences.smart-hooks.guest.lozenge.text": "GUEST",
|
|
14
|
+
"smart-experiences.smart-hooks.guest.lozenge.tooltip.group": "Guest groups can only access certain spaces and have limited access to user info.",
|
|
15
|
+
"smart-experiences.smart-hooks.guest.lozenge.tooltip.user": "Guests can only access certain spaces and have limited access to user info.",
|
|
16
|
+
"smart-experiences.smart-hooks.member.lozenge.text": "MEMBER",
|
|
17
|
+
"smart-experiences.smart-hooks.microsoft.provider": "Microsoft",
|
|
18
|
+
"smart-experiences.smart-hooks.slack.provider": "Slack"
|
|
7
19
|
};
|
package/dist/esm/i18n/en_ZZ.js
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* NOTE:
|
|
3
3
|
*
|
|
4
|
-
* This file is automatically generated by
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
//
|
|
7
|
+
//
|
|
8
8
|
export default {
|
|
9
|
-
'smart-experiences.smart-hooks.external.sourced.from': 'Found in
|
|
10
|
-
'smart-experiences.smart-hooks.github.provider': 'GitHub
|
|
11
|
-
'smart-experiences.smart-hooks.google.provider': 'Google
|
|
12
|
-
'smart-experiences.smart-hooks.guest.lozenge.text': 'GUEST
|
|
13
|
-
'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': 'Guest groups can only access certain spaces and have limited access to user info
|
|
14
|
-
'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': 'Guests can only access certain spaces and have limited access to user info
|
|
15
|
-
'smart-experiences.smart-hooks.member.lozenge.text': 'MEMBER
|
|
16
|
-
'smart-experiences.smart-hooks.microsoft.provider': 'Microsoft
|
|
17
|
-
'smart-experiences.smart-hooks.slack.provider': 'Slack
|
|
9
|
+
'smart-experiences.smart-hooks.external.sourced.from': 'Found in:',
|
|
10
|
+
'smart-experiences.smart-hooks.github.provider': 'GitHub',
|
|
11
|
+
'smart-experiences.smart-hooks.google.provider': 'Google',
|
|
12
|
+
'smart-experiences.smart-hooks.guest.lozenge.text': 'GUEST',
|
|
13
|
+
'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': 'Guest groups can only access certain spaces and have limited access to user info.',
|
|
14
|
+
'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': 'Guests can only access certain spaces and have limited access to user info.',
|
|
15
|
+
'smart-experiences.smart-hooks.member.lozenge.text': 'MEMBER',
|
|
16
|
+
'smart-experiences.smart-hooks.microsoft.provider': 'Microsoft',
|
|
17
|
+
'smart-experiences.smart-hooks.slack.provider': 'Slack'
|
|
18
18
|
};
|
package/dist/esm/i18n/es.js
CHANGED
|
@@ -1,18 +1,19 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
1
2
|
/**
|
|
2
3
|
* NOTE:
|
|
3
4
|
*
|
|
4
|
-
* This file is automatically generated by
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
7
|
*/
|
|
7
|
-
//
|
|
8
|
+
//Spanish (International)
|
|
8
9
|
export default {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
10
|
+
"smart-experiences.smart-hooks.external.sourced.from": "Encontrado en:",
|
|
11
|
+
"smart-experiences.smart-hooks.github.provider": "GitHub",
|
|
12
|
+
"smart-experiences.smart-hooks.google.provider": "Google",
|
|
13
|
+
"smart-experiences.smart-hooks.guest.lozenge.text": "INVITADO",
|
|
14
|
+
"smart-experiences.smart-hooks.guest.lozenge.tooltip.group": "Los grupos de invitados solo pueden acceder a espacios determinados y tienen un acceso limitado a la información de los usuarios.",
|
|
15
|
+
"smart-experiences.smart-hooks.guest.lozenge.tooltip.user": "Los invitados solo pueden acceder a espacios determinados y tienen un acceso limitado a la información de los usuarios.",
|
|
16
|
+
"smart-experiences.smart-hooks.member.lozenge.text": "MIEMBRO",
|
|
17
|
+
"smart-experiences.smart-hooks.microsoft.provider": "Microsoft",
|
|
18
|
+
"smart-experiences.smart-hooks.slack.provider": "Slack"
|
|
18
19
|
};
|
package/dist/esm/i18n/fi.js
CHANGED
|
@@ -1,18 +1,19 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
1
2
|
/**
|
|
2
3
|
* NOTE:
|
|
3
4
|
*
|
|
4
|
-
* This file is automatically generated by
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
7
|
*/
|
|
7
|
-
//
|
|
8
|
+
//Finnish
|
|
8
9
|
export default {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
10
|
+
"smart-experiences.smart-hooks.external.sourced.from": "Löydetty kohteesta:",
|
|
11
|
+
"smart-experiences.smart-hooks.github.provider": "GitHub",
|
|
12
|
+
"smart-experiences.smart-hooks.google.provider": "Google",
|
|
13
|
+
"smart-experiences.smart-hooks.guest.lozenge.text": "VIERAS",
|
|
14
|
+
"smart-experiences.smart-hooks.guest.lozenge.tooltip.group": "Vierasryhmillä on pääsy vain tiettyihin työtiloihin ja rajoitettu pääsy käyttäjätietoihin.",
|
|
15
|
+
"smart-experiences.smart-hooks.guest.lozenge.tooltip.user": "Vierailla on pääsy vain tiettyihin työtiloihin ja rajoitettu pääsy käyttäjätietoihin.",
|
|
16
|
+
"smart-experiences.smart-hooks.member.lozenge.text": "Jäsen",
|
|
17
|
+
"smart-experiences.smart-hooks.microsoft.provider": "Microsoft",
|
|
18
|
+
"smart-experiences.smart-hooks.slack.provider": "Slack"
|
|
18
19
|
};
|
package/dist/esm/i18n/fr.js
CHANGED
|
@@ -1,18 +1,19 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
1
2
|
/**
|
|
2
3
|
* NOTE:
|
|
3
4
|
*
|
|
4
|
-
* This file is automatically generated by
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
7
|
*/
|
|
7
|
-
//
|
|
8
|
+
//French (France)
|
|
8
9
|
export default {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
10
|
+
"smart-experiences.smart-hooks.external.sourced.from": "Trouvé dans :",
|
|
11
|
+
"smart-experiences.smart-hooks.github.provider": "GitHub",
|
|
12
|
+
"smart-experiences.smart-hooks.google.provider": "Google",
|
|
13
|
+
"smart-experiences.smart-hooks.guest.lozenge.text": "INVITÉ",
|
|
14
|
+
"smart-experiences.smart-hooks.guest.lozenge.tooltip.group": "Les groupes d'invités peuvent uniquement accéder à certains espaces et ont un accès limité aux informations utilisateur.",
|
|
15
|
+
"smart-experiences.smart-hooks.guest.lozenge.tooltip.user": "Les invités peuvent uniquement accéder à certains espaces et ont un accès limité aux informations utilisateur.",
|
|
16
|
+
"smart-experiences.smart-hooks.member.lozenge.text": "MEMBRE",
|
|
17
|
+
"smart-experiences.smart-hooks.microsoft.provider": "Microsoft",
|
|
18
|
+
"smart-experiences.smart-hooks.slack.provider": "Slack"
|
|
18
19
|
};
|
package/dist/esm/i18n/hu.js
CHANGED
|
@@ -1,18 +1,19 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
1
2
|
/**
|
|
2
3
|
* NOTE:
|
|
3
4
|
*
|
|
4
|
-
* This file is automatically generated by
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
7
|
*/
|
|
7
|
-
//
|
|
8
|
+
//Hungarian
|
|
8
9
|
export default {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
10
|
+
"smart-experiences.smart-hooks.external.sourced.from": "Itt található:",
|
|
11
|
+
"smart-experiences.smart-hooks.github.provider": "GitHub",
|
|
12
|
+
"smart-experiences.smart-hooks.google.provider": "Google",
|
|
13
|
+
"smart-experiences.smart-hooks.guest.lozenge.text": "VENDÉG",
|
|
14
|
+
"smart-experiences.smart-hooks.guest.lozenge.tooltip.group": "A vendégcsoportok csak bizonyos munkaterekhez kapnak hozzáférést, és korlátozottan érik el a felhasználói adatokat.",
|
|
15
|
+
"smart-experiences.smart-hooks.guest.lozenge.tooltip.user": "A vendégek csak bizonyos munkaterekhez kapnak hozzáférést, és korlátozottan érik el a felhasználói adatokat.",
|
|
16
|
+
"smart-experiences.smart-hooks.member.lozenge.text": "TAG",
|
|
17
|
+
"smart-experiences.smart-hooks.microsoft.provider": "Microsoft",
|
|
18
|
+
"smart-experiences.smart-hooks.slack.provider": "Slack"
|
|
18
19
|
};
|
package/dist/esm/i18n/it.js
CHANGED
|
@@ -1,18 +1,19 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
1
2
|
/**
|
|
2
3
|
* NOTE:
|
|
3
4
|
*
|
|
4
|
-
* This file is automatically generated by
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
7
|
*/
|
|
7
|
-
//
|
|
8
|
+
//Italian (Italy)
|
|
8
9
|
export default {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
10
|
+
"smart-experiences.smart-hooks.external.sourced.from": "Trovato in:",
|
|
11
|
+
"smart-experiences.smart-hooks.github.provider": "GitHub",
|
|
12
|
+
"smart-experiences.smart-hooks.google.provider": "Google",
|
|
13
|
+
"smart-experiences.smart-hooks.guest.lozenge.text": "UTENTE GUEST",
|
|
14
|
+
"smart-experiences.smart-hooks.guest.lozenge.tooltip.group": "I gruppi guest possono accedere solamente a determinati spazi e hanno accesso limitato alle informazioni dell'utente.",
|
|
15
|
+
"smart-experiences.smart-hooks.guest.lozenge.tooltip.user": "Gli utenti guest possono accedere solamente a determinati spazi e hanno accesso limitato alle informazioni dell'utente.",
|
|
16
|
+
"smart-experiences.smart-hooks.member.lozenge.text": "MEMBRO",
|
|
17
|
+
"smart-experiences.smart-hooks.microsoft.provider": "Microsoft",
|
|
18
|
+
"smart-experiences.smart-hooks.slack.provider": "Slack"
|
|
18
19
|
};
|
package/dist/esm/i18n/ja.js
CHANGED
|
@@ -1,18 +1,19 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
1
2
|
/**
|
|
2
3
|
* NOTE:
|
|
3
4
|
*
|
|
4
|
-
* This file is automatically generated by
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
7
|
*/
|
|
7
|
-
//
|
|
8
|
+
//Japanese
|
|
8
9
|
export default {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
10
|
+
"smart-experiences.smart-hooks.external.sourced.from": "ユーザーのソース元: ",
|
|
11
|
+
"smart-experiences.smart-hooks.github.provider": "GitHub",
|
|
12
|
+
"smart-experiences.smart-hooks.google.provider": "Google",
|
|
13
|
+
"smart-experiences.smart-hooks.guest.lozenge.text": "ゲスト",
|
|
14
|
+
"smart-experiences.smart-hooks.guest.lozenge.tooltip.group": "ゲスト グループは一部のスペースにのみアクセスできて、ユーザー情報へのアクセスが制限されます。",
|
|
15
|
+
"smart-experiences.smart-hooks.guest.lozenge.tooltip.user": "ゲストは一部のスペースにのみアクセスできて、ユーザー情報へのアクセスが制限されます。",
|
|
16
|
+
"smart-experiences.smart-hooks.member.lozenge.text": "メンバー",
|
|
17
|
+
"smart-experiences.smart-hooks.microsoft.provider": "Microsoft",
|
|
18
|
+
"smart-experiences.smart-hooks.slack.provider": "Slack"
|
|
18
19
|
};
|
package/dist/esm/i18n/ko.js
CHANGED
|
@@ -1,18 +1,19 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
1
2
|
/**
|
|
2
3
|
* NOTE:
|
|
3
4
|
*
|
|
4
|
-
* This file is automatically generated by
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
7
|
*/
|
|
7
|
-
//
|
|
8
|
+
//Korean
|
|
8
9
|
export default {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
10
|
+
"smart-experiences.smart-hooks.external.sourced.from": "찾은 위치:",
|
|
11
|
+
"smart-experiences.smart-hooks.github.provider": "GitHub",
|
|
12
|
+
"smart-experiences.smart-hooks.google.provider": "Google",
|
|
13
|
+
"smart-experiences.smart-hooks.guest.lozenge.text": "게스트",
|
|
14
|
+
"smart-experiences.smart-hooks.guest.lozenge.tooltip.group": "게스트 그룹은 특정 스페이스에만 액세스할 수 있고 사용자 정보에 대한 액세스 권한이 제한적입니다.",
|
|
15
|
+
"smart-experiences.smart-hooks.guest.lozenge.tooltip.user": "게스트는 특정 스페이스에만 액세스할 수 있고 사용자 정보에 대한 액세스 권한이 제한적입니다.",
|
|
16
|
+
"smart-experiences.smart-hooks.member.lozenge.text": "구성원",
|
|
17
|
+
"smart-experiences.smart-hooks.microsoft.provider": "Microsoft",
|
|
18
|
+
"smart-experiences.smart-hooks.slack.provider": "Slack"
|
|
18
19
|
};
|