@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
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/smart-hooks
|
|
2
2
|
|
|
3
|
+
## 0.1.9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY remove before merging to master; dupe adf-schema via adf-utils
|
|
8
|
+
|
|
9
|
+
## 0.1.8
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 0.1.7
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/dist/cjs/i18n/cs.js
CHANGED
|
@@ -4,23 +4,23 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
|
|
7
|
+
/* prettier-ignore */
|
|
8
8
|
/**
|
|
9
9
|
* NOTE:
|
|
10
10
|
*
|
|
11
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
|
-
//
|
|
14
|
+
//Czech
|
|
15
15
|
var _default = {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
16
|
+
"smart-experiences.smart-hooks.external.sourced.from": "Nalezen v:",
|
|
17
|
+
"smart-experiences.smart-hooks.github.provider": "GitHub",
|
|
18
|
+
"smart-experiences.smart-hooks.google.provider": "Google",
|
|
19
|
+
"smart-experiences.smart-hooks.guest.lozenge.text": "HOST",
|
|
20
|
+
"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.",
|
|
21
|
+
"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.",
|
|
22
|
+
"smart-experiences.smart-hooks.member.lozenge.text": "ČLEN",
|
|
23
|
+
"smart-experiences.smart-hooks.microsoft.provider": "Microsoft",
|
|
24
|
+
"smart-experiences.smart-hooks.slack.provider": "Slack"
|
|
25
25
|
};
|
|
26
26
|
exports.default = _default;
|
package/dist/cjs/i18n/da.js
CHANGED
|
@@ -4,23 +4,23 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
|
|
7
|
+
/* prettier-ignore */
|
|
8
8
|
/**
|
|
9
9
|
* NOTE:
|
|
10
10
|
*
|
|
11
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
|
-
//
|
|
14
|
+
//Danish (Denmark)
|
|
15
15
|
var _default = {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
16
|
+
"smart-experiences.smart-hooks.external.sourced.from": "Fundet i:",
|
|
17
|
+
"smart-experiences.smart-hooks.github.provider": "GitHub",
|
|
18
|
+
"smart-experiences.smart-hooks.google.provider": "Google",
|
|
19
|
+
"smart-experiences.smart-hooks.guest.lozenge.text": "GÆST",
|
|
20
|
+
"smart-experiences.smart-hooks.guest.lozenge.tooltip.group": "Gæstegrupper har kun adgang til bestemte områder og har begrænset adgang til brugeroplysninger.",
|
|
21
|
+
"smart-experiences.smart-hooks.guest.lozenge.tooltip.user": "Gæster har kun adgang til bestemte områder og har begrænset adgang til brugeroplysninger.",
|
|
22
|
+
"smart-experiences.smart-hooks.member.lozenge.text": "Medlem",
|
|
23
|
+
"smart-experiences.smart-hooks.microsoft.provider": "Microsoft",
|
|
24
|
+
"smart-experiences.smart-hooks.slack.provider": "Slack"
|
|
25
25
|
};
|
|
26
26
|
exports.default = _default;
|
package/dist/cjs/i18n/de.js
CHANGED
|
@@ -4,23 +4,23 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
|
|
7
|
+
/* prettier-ignore */
|
|
8
8
|
/**
|
|
9
9
|
* NOTE:
|
|
10
10
|
*
|
|
11
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
|
-
//
|
|
14
|
+
//German (Germany)
|
|
15
15
|
var _default = {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
16
|
+
"smart-experiences.smart-hooks.external.sourced.from": "Gefunden in:",
|
|
17
|
+
"smart-experiences.smart-hooks.github.provider": "GitHub",
|
|
18
|
+
"smart-experiences.smart-hooks.google.provider": "Google",
|
|
19
|
+
"smart-experiences.smart-hooks.guest.lozenge.text": "Gast",
|
|
20
|
+
"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.",
|
|
21
|
+
"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.",
|
|
22
|
+
"smart-experiences.smart-hooks.member.lozenge.text": "Mitglied",
|
|
23
|
+
"smart-experiences.smart-hooks.microsoft.provider": "Microsoft",
|
|
24
|
+
"smart-experiences.smart-hooks.slack.provider": "Slack"
|
|
25
25
|
};
|
|
26
26
|
exports.default = _default;
|
package/dist/cjs/i18n/en.js
CHANGED
|
@@ -4,11 +4,23 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
|
|
7
|
+
/* prettier-ignore */
|
|
8
|
+
/**
|
|
9
|
+
* NOTE:
|
|
10
|
+
*
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
|
+
*/
|
|
14
|
+
//
|
|
8
15
|
var _default = {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
16
|
+
"smart-experiences.smart-hooks.external.sourced.from": "Found in:",
|
|
17
|
+
"smart-experiences.smart-hooks.github.provider": "GitHub",
|
|
18
|
+
"smart-experiences.smart-hooks.google.provider": "Google",
|
|
19
|
+
"smart-experiences.smart-hooks.guest.lozenge.text": "GUEST",
|
|
20
|
+
"smart-experiences.smart-hooks.guest.lozenge.tooltip.group": "Guest groups can only access certain spaces and have limited access to user info.",
|
|
21
|
+
"smart-experiences.smart-hooks.guest.lozenge.tooltip.user": "Guests can only access certain spaces and have limited access to user info.",
|
|
22
|
+
"smart-experiences.smart-hooks.member.lozenge.text": "MEMBER",
|
|
23
|
+
"smart-experiences.smart-hooks.microsoft.provider": "Microsoft",
|
|
24
|
+
"smart-experiences.smart-hooks.slack.provider": "Slack"
|
|
13
25
|
};
|
|
14
26
|
exports.default = _default;
|
package/dist/cjs/i18n/en_GB.js
CHANGED
|
@@ -4,11 +4,23 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
|
|
7
|
+
/* prettier-ignore */
|
|
8
|
+
/**
|
|
9
|
+
* NOTE:
|
|
10
|
+
*
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
|
+
*/
|
|
14
|
+
//English (United Kingdom)
|
|
8
15
|
var _default = {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
16
|
+
"smart-experiences.smart-hooks.external.sourced.from": "Found in:",
|
|
17
|
+
"smart-experiences.smart-hooks.github.provider": "GitHub",
|
|
18
|
+
"smart-experiences.smart-hooks.google.provider": "Google",
|
|
19
|
+
"smart-experiences.smart-hooks.guest.lozenge.text": "GUEST",
|
|
20
|
+
"smart-experiences.smart-hooks.guest.lozenge.tooltip.group": "Guest groups can only access certain spaces and have limited access to user info.",
|
|
21
|
+
"smart-experiences.smart-hooks.guest.lozenge.tooltip.user": "Guests can only access certain spaces and have limited access to user info.",
|
|
22
|
+
"smart-experiences.smart-hooks.member.lozenge.text": "MEMBER",
|
|
23
|
+
"smart-experiences.smart-hooks.microsoft.provider": "Microsoft",
|
|
24
|
+
"smart-experiences.smart-hooks.slack.provider": "Slack"
|
|
13
25
|
};
|
|
14
26
|
exports.default = _default;
|
package/dist/cjs/i18n/en_ZZ.js
CHANGED
|
@@ -4,23 +4,22 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
|
|
8
7
|
/**
|
|
9
8
|
* NOTE:
|
|
10
9
|
*
|
|
11
|
-
* This file is automatically generated by
|
|
10
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
11
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
12
|
*/
|
|
14
|
-
//
|
|
13
|
+
//
|
|
15
14
|
var _default = {
|
|
16
|
-
'smart-experiences.smart-hooks.external.sourced.from': 'Found in
|
|
17
|
-
'smart-experiences.smart-hooks.github.provider': 'GitHub
|
|
18
|
-
'smart-experiences.smart-hooks.google.provider': 'Google
|
|
19
|
-
'smart-experiences.smart-hooks.guest.lozenge.text': 'GUEST
|
|
20
|
-
'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': 'Guest groups can only access certain spaces and have limited access to user info
|
|
21
|
-
'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': 'Guests can only access certain spaces and have limited access to user info
|
|
22
|
-
'smart-experiences.smart-hooks.member.lozenge.text': 'MEMBER
|
|
23
|
-
'smart-experiences.smart-hooks.microsoft.provider': 'Microsoft
|
|
24
|
-
'smart-experiences.smart-hooks.slack.provider': 'Slack
|
|
15
|
+
'smart-experiences.smart-hooks.external.sourced.from': 'Found in:',
|
|
16
|
+
'smart-experiences.smart-hooks.github.provider': 'GitHub',
|
|
17
|
+
'smart-experiences.smart-hooks.google.provider': 'Google',
|
|
18
|
+
'smart-experiences.smart-hooks.guest.lozenge.text': 'GUEST',
|
|
19
|
+
'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': 'Guest groups can only access certain spaces and have limited access to user info.',
|
|
20
|
+
'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': 'Guests can only access certain spaces and have limited access to user info.',
|
|
21
|
+
'smart-experiences.smart-hooks.member.lozenge.text': 'MEMBER',
|
|
22
|
+
'smart-experiences.smart-hooks.microsoft.provider': 'Microsoft',
|
|
23
|
+
'smart-experiences.smart-hooks.slack.provider': 'Slack'
|
|
25
24
|
};
|
|
26
25
|
exports.default = _default;
|
package/dist/cjs/i18n/es.js
CHANGED
|
@@ -4,23 +4,23 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
|
|
7
|
+
/* prettier-ignore */
|
|
8
8
|
/**
|
|
9
9
|
* NOTE:
|
|
10
10
|
*
|
|
11
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
|
-
//
|
|
14
|
+
//Spanish (International)
|
|
15
15
|
var _default = {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
16
|
+
"smart-experiences.smart-hooks.external.sourced.from": "Encontrado en:",
|
|
17
|
+
"smart-experiences.smart-hooks.github.provider": "GitHub",
|
|
18
|
+
"smart-experiences.smart-hooks.google.provider": "Google",
|
|
19
|
+
"smart-experiences.smart-hooks.guest.lozenge.text": "INVITADO",
|
|
20
|
+
"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.",
|
|
21
|
+
"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.",
|
|
22
|
+
"smart-experiences.smart-hooks.member.lozenge.text": "MIEMBRO",
|
|
23
|
+
"smart-experiences.smart-hooks.microsoft.provider": "Microsoft",
|
|
24
|
+
"smart-experiences.smart-hooks.slack.provider": "Slack"
|
|
25
25
|
};
|
|
26
26
|
exports.default = _default;
|
package/dist/cjs/i18n/et.js
CHANGED
package/dist/cjs/i18n/fi.js
CHANGED
|
@@ -4,23 +4,23 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
|
|
7
|
+
/* prettier-ignore */
|
|
8
8
|
/**
|
|
9
9
|
* NOTE:
|
|
10
10
|
*
|
|
11
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
|
-
//
|
|
14
|
+
//Finnish
|
|
15
15
|
var _default = {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
16
|
+
"smart-experiences.smart-hooks.external.sourced.from": "Löydetty kohteesta:",
|
|
17
|
+
"smart-experiences.smart-hooks.github.provider": "GitHub",
|
|
18
|
+
"smart-experiences.smart-hooks.google.provider": "Google",
|
|
19
|
+
"smart-experiences.smart-hooks.guest.lozenge.text": "VIERAS",
|
|
20
|
+
"smart-experiences.smart-hooks.guest.lozenge.tooltip.group": "Vierasryhmillä on pääsy vain tiettyihin työtiloihin ja rajoitettu pääsy käyttäjätietoihin.",
|
|
21
|
+
"smart-experiences.smart-hooks.guest.lozenge.tooltip.user": "Vierailla on pääsy vain tiettyihin työtiloihin ja rajoitettu pääsy käyttäjätietoihin.",
|
|
22
|
+
"smart-experiences.smart-hooks.member.lozenge.text": "Jäsen",
|
|
23
|
+
"smart-experiences.smart-hooks.microsoft.provider": "Microsoft",
|
|
24
|
+
"smart-experiences.smart-hooks.slack.provider": "Slack"
|
|
25
25
|
};
|
|
26
26
|
exports.default = _default;
|
package/dist/cjs/i18n/fr.js
CHANGED
|
@@ -4,23 +4,23 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
|
|
7
|
+
/* prettier-ignore */
|
|
8
8
|
/**
|
|
9
9
|
* NOTE:
|
|
10
10
|
*
|
|
11
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
|
-
//
|
|
14
|
+
//French (France)
|
|
15
15
|
var _default = {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
16
|
+
"smart-experiences.smart-hooks.external.sourced.from": "Trouvé dans :",
|
|
17
|
+
"smart-experiences.smart-hooks.github.provider": "GitHub",
|
|
18
|
+
"smart-experiences.smart-hooks.google.provider": "Google",
|
|
19
|
+
"smart-experiences.smart-hooks.guest.lozenge.text": "INVITÉ",
|
|
20
|
+
"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.",
|
|
21
|
+
"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.",
|
|
22
|
+
"smart-experiences.smart-hooks.member.lozenge.text": "MEMBRE",
|
|
23
|
+
"smart-experiences.smart-hooks.microsoft.provider": "Microsoft",
|
|
24
|
+
"smart-experiences.smart-hooks.slack.provider": "Slack"
|
|
25
25
|
};
|
|
26
26
|
exports.default = _default;
|
package/dist/cjs/i18n/hu.js
CHANGED
|
@@ -4,23 +4,23 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
|
|
7
|
+
/* prettier-ignore */
|
|
8
8
|
/**
|
|
9
9
|
* NOTE:
|
|
10
10
|
*
|
|
11
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
|
-
//
|
|
14
|
+
//Hungarian
|
|
15
15
|
var _default = {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
16
|
+
"smart-experiences.smart-hooks.external.sourced.from": "Itt található:",
|
|
17
|
+
"smart-experiences.smart-hooks.github.provider": "GitHub",
|
|
18
|
+
"smart-experiences.smart-hooks.google.provider": "Google",
|
|
19
|
+
"smart-experiences.smart-hooks.guest.lozenge.text": "VENDÉG",
|
|
20
|
+
"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.",
|
|
21
|
+
"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.",
|
|
22
|
+
"smart-experiences.smart-hooks.member.lozenge.text": "TAG",
|
|
23
|
+
"smart-experiences.smart-hooks.microsoft.provider": "Microsoft",
|
|
24
|
+
"smart-experiences.smart-hooks.slack.provider": "Slack"
|
|
25
25
|
};
|
|
26
26
|
exports.default = _default;
|
package/dist/cjs/i18n/index.js
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
-
|
|
5
4
|
Object.defineProperty(exports, "__esModule", {
|
|
6
5
|
value: true
|
|
7
6
|
});
|
|
@@ -185,63 +184,33 @@ Object.defineProperty(exports, "zh_TW", {
|
|
|
185
184
|
return _zh_TW.default;
|
|
186
185
|
}
|
|
187
186
|
});
|
|
188
|
-
|
|
189
187
|
var _zh = _interopRequireDefault(require("./zh"));
|
|
190
|
-
|
|
191
188
|
var _zh_TW = _interopRequireDefault(require("./zh_TW"));
|
|
192
|
-
|
|
193
189
|
var _cs = _interopRequireDefault(require("./cs"));
|
|
194
|
-
|
|
195
190
|
var _da = _interopRequireDefault(require("./da"));
|
|
196
|
-
|
|
197
191
|
var _nl = _interopRequireDefault(require("./nl"));
|
|
198
|
-
|
|
199
192
|
var _et = _interopRequireDefault(require("./et"));
|
|
200
|
-
|
|
201
193
|
var _fi = _interopRequireDefault(require("./fi"));
|
|
202
|
-
|
|
203
194
|
var _fr = _interopRequireDefault(require("./fr"));
|
|
204
|
-
|
|
205
195
|
var _de = _interopRequireDefault(require("./de"));
|
|
206
|
-
|
|
207
196
|
var _hu = _interopRequireDefault(require("./hu"));
|
|
208
|
-
|
|
209
197
|
var _it = _interopRequireDefault(require("./it"));
|
|
210
|
-
|
|
211
198
|
var _ja = _interopRequireDefault(require("./ja"));
|
|
212
|
-
|
|
213
199
|
var _ko = _interopRequireDefault(require("./ko"));
|
|
214
|
-
|
|
215
200
|
var _nb = _interopRequireDefault(require("./nb"));
|
|
216
|
-
|
|
217
201
|
var _pl = _interopRequireDefault(require("./pl"));
|
|
218
|
-
|
|
219
202
|
var _pt_BR = _interopRequireDefault(require("./pt_BR"));
|
|
220
|
-
|
|
221
203
|
var _pt_PT = _interopRequireDefault(require("./pt_PT"));
|
|
222
|
-
|
|
223
204
|
var _ru = _interopRequireDefault(require("./ru"));
|
|
224
|
-
|
|
225
205
|
var _sk = _interopRequireDefault(require("./sk"));
|
|
226
|
-
|
|
227
206
|
var _es = _interopRequireDefault(require("./es"));
|
|
228
|
-
|
|
229
207
|
var _sv = _interopRequireDefault(require("./sv"));
|
|
230
|
-
|
|
231
208
|
var _th = _interopRequireDefault(require("./th"));
|
|
232
|
-
|
|
233
209
|
var _tr = _interopRequireDefault(require("./tr"));
|
|
234
|
-
|
|
235
210
|
var _uk = _interopRequireDefault(require("./uk"));
|
|
236
|
-
|
|
237
211
|
var _vi = _interopRequireDefault(require("./vi"));
|
|
238
|
-
|
|
239
212
|
var _en_ZZ = _interopRequireDefault(require("./en_ZZ"));
|
|
240
|
-
|
|
241
213
|
var _en = _interopRequireDefault(require("./en"));
|
|
242
|
-
|
|
243
214
|
var _en_GB = _interopRequireDefault(require("./en_GB"));
|
|
244
|
-
|
|
245
215
|
var _is = _interopRequireDefault(require("./is"));
|
|
246
|
-
|
|
247
216
|
var _ro = _interopRequireDefault(require("./ro"));
|
package/dist/cjs/i18n/it.js
CHANGED
|
@@ -4,23 +4,23 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
|
|
7
|
+
/* prettier-ignore */
|
|
8
8
|
/**
|
|
9
9
|
* NOTE:
|
|
10
10
|
*
|
|
11
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
|
-
//
|
|
14
|
+
//Italian (Italy)
|
|
15
15
|
var _default = {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
16
|
+
"smart-experiences.smart-hooks.external.sourced.from": "Trovato in:",
|
|
17
|
+
"smart-experiences.smart-hooks.github.provider": "GitHub",
|
|
18
|
+
"smart-experiences.smart-hooks.google.provider": "Google",
|
|
19
|
+
"smart-experiences.smart-hooks.guest.lozenge.text": "UTENTE GUEST",
|
|
20
|
+
"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.",
|
|
21
|
+
"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.",
|
|
22
|
+
"smart-experiences.smart-hooks.member.lozenge.text": "MEMBRO",
|
|
23
|
+
"smart-experiences.smart-hooks.microsoft.provider": "Microsoft",
|
|
24
|
+
"smart-experiences.smart-hooks.slack.provider": "Slack"
|
|
25
25
|
};
|
|
26
26
|
exports.default = _default;
|
package/dist/cjs/i18n/ja.js
CHANGED
|
@@ -4,23 +4,23 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
|
|
7
|
+
/* prettier-ignore */
|
|
8
8
|
/**
|
|
9
9
|
* NOTE:
|
|
10
10
|
*
|
|
11
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
|
-
//
|
|
14
|
+
//Japanese
|
|
15
15
|
var _default = {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
16
|
+
"smart-experiences.smart-hooks.external.sourced.from": "ユーザーのソース元: ",
|
|
17
|
+
"smart-experiences.smart-hooks.github.provider": "GitHub",
|
|
18
|
+
"smart-experiences.smart-hooks.google.provider": "Google",
|
|
19
|
+
"smart-experiences.smart-hooks.guest.lozenge.text": "ゲスト",
|
|
20
|
+
"smart-experiences.smart-hooks.guest.lozenge.tooltip.group": "ゲスト グループは一部のスペースにのみアクセスできて、ユーザー情報へのアクセスが制限されます。",
|
|
21
|
+
"smart-experiences.smart-hooks.guest.lozenge.tooltip.user": "ゲストは一部のスペースにのみアクセスできて、ユーザー情報へのアクセスが制限されます。",
|
|
22
|
+
"smart-experiences.smart-hooks.member.lozenge.text": "メンバー",
|
|
23
|
+
"smart-experiences.smart-hooks.microsoft.provider": "Microsoft",
|
|
24
|
+
"smart-experiences.smart-hooks.slack.provider": "Slack"
|
|
25
25
|
};
|
|
26
26
|
exports.default = _default;
|
package/dist/cjs/i18n/ko.js
CHANGED
|
@@ -4,23 +4,23 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
|
|
7
|
+
/* prettier-ignore */
|
|
8
8
|
/**
|
|
9
9
|
* NOTE:
|
|
10
10
|
*
|
|
11
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
|
-
//
|
|
14
|
+
//Korean
|
|
15
15
|
var _default = {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
16
|
+
"smart-experiences.smart-hooks.external.sourced.from": "찾은 위치:",
|
|
17
|
+
"smart-experiences.smart-hooks.github.provider": "GitHub",
|
|
18
|
+
"smart-experiences.smart-hooks.google.provider": "Google",
|
|
19
|
+
"smart-experiences.smart-hooks.guest.lozenge.text": "게스트",
|
|
20
|
+
"smart-experiences.smart-hooks.guest.lozenge.tooltip.group": "게스트 그룹은 특정 스페이스에만 액세스할 수 있고 사용자 정보에 대한 액세스 권한이 제한적입니다.",
|
|
21
|
+
"smart-experiences.smart-hooks.guest.lozenge.tooltip.user": "게스트는 특정 스페이스에만 액세스할 수 있고 사용자 정보에 대한 액세스 권한이 제한적입니다.",
|
|
22
|
+
"smart-experiences.smart-hooks.member.lozenge.text": "구성원",
|
|
23
|
+
"smart-experiences.smart-hooks.microsoft.provider": "Microsoft",
|
|
24
|
+
"smart-experiences.smart-hooks.slack.provider": "Slack"
|
|
25
25
|
};
|
|
26
26
|
exports.default = _default;
|
package/dist/cjs/i18n/nb.js
CHANGED
|
@@ -4,23 +4,23 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
|
|
7
|
+
/* prettier-ignore */
|
|
8
8
|
/**
|
|
9
9
|
* NOTE:
|
|
10
10
|
*
|
|
11
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
|
-
//
|
|
14
|
+
//Norwegian (Bokmål)
|
|
15
15
|
var _default = {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
16
|
+
"smart-experiences.smart-hooks.external.sourced.from": "Funnet på:",
|
|
17
|
+
"smart-experiences.smart-hooks.github.provider": "GitHub",
|
|
18
|
+
"smart-experiences.smart-hooks.google.provider": "Google",
|
|
19
|
+
"smart-experiences.smart-hooks.guest.lozenge.text": "GJEST",
|
|
20
|
+
"smart-experiences.smart-hooks.guest.lozenge.tooltip.group": "Gjestegrupper har bare tilgang til enkelte områder, og har begrenset tilgang til brukeropplysninger.",
|
|
21
|
+
"smart-experiences.smart-hooks.guest.lozenge.tooltip.user": "Gjester har bare tilgang til enkelte områder, og har begrenset tilgang til brukeropplysninger.",
|
|
22
|
+
"smart-experiences.smart-hooks.member.lozenge.text": "Medlem",
|
|
23
|
+
"smart-experiences.smart-hooks.microsoft.provider": "Microsoft",
|
|
24
|
+
"smart-experiences.smart-hooks.slack.provider": "Slack"
|
|
25
25
|
};
|
|
26
26
|
exports.default = _default;
|