@atlaskit/smart-hooks 0.1.8 → 0.2.0
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 +16 -0
- package/dist/cjs/i18n/cs.js +3 -2
- package/dist/cjs/i18n/da.js +3 -2
- package/dist/cjs/i18n/de.js +4 -3
- 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 -11
- package/dist/cjs/i18n/es.js +3 -2
- package/dist/cjs/i18n/fi.js +3 -2
- package/dist/cjs/i18n/fr.js +3 -2
- package/dist/cjs/i18n/hu.js +3 -2
- package/dist/cjs/i18n/it.js +4 -3
- package/dist/cjs/i18n/ja.js +5 -4
- package/dist/cjs/i18n/ko.js +3 -2
- package/dist/cjs/i18n/nb.js +3 -2
- package/dist/cjs/i18n/nl.js +3 -2
- package/dist/cjs/i18n/pl.js +3 -2
- package/dist/cjs/i18n/pt_BR.js +3 -2
- package/dist/cjs/i18n/ru.js +3 -2
- package/dist/cjs/i18n/sv.js +3 -2
- package/dist/cjs/i18n/th.js +3 -2
- package/dist/cjs/i18n/tr.js +3 -2
- package/dist/cjs/i18n/uk.js +3 -2
- package/dist/cjs/i18n/vi.js +3 -2
- package/dist/cjs/i18n/zh.js +3 -2
- package/dist/cjs/i18n/zh_TW.js +3 -2
- package/dist/cjs/services/use-user-recommendations/index.js +68 -70
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/i18n/cs.js +3 -2
- package/dist/es2019/i18n/da.js +3 -2
- package/dist/es2019/i18n/de.js +4 -3
- 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 +3 -2
- package/dist/es2019/i18n/fi.js +3 -2
- package/dist/es2019/i18n/fr.js +3 -2
- package/dist/es2019/i18n/hu.js +3 -2
- package/dist/es2019/i18n/it.js +4 -3
- package/dist/es2019/i18n/ja.js +5 -4
- package/dist/es2019/i18n/ko.js +3 -2
- package/dist/es2019/i18n/nb.js +3 -2
- package/dist/es2019/i18n/nl.js +3 -2
- package/dist/es2019/i18n/pl.js +3 -2
- package/dist/es2019/i18n/pt_BR.js +3 -2
- package/dist/es2019/i18n/ru.js +3 -2
- package/dist/es2019/i18n/sv.js +3 -2
- package/dist/es2019/i18n/th.js +3 -2
- package/dist/es2019/i18n/tr.js +3 -2
- package/dist/es2019/i18n/uk.js +3 -2
- package/dist/es2019/i18n/vi.js +3 -2
- package/dist/es2019/i18n/zh.js +3 -2
- package/dist/es2019/i18n/zh_TW.js +3 -2
- package/dist/es2019/version.json +1 -1
- package/dist/esm/i18n/cs.js +3 -2
- package/dist/esm/i18n/da.js +3 -2
- package/dist/esm/i18n/de.js +4 -3
- 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 +3 -2
- package/dist/esm/i18n/fi.js +3 -2
- package/dist/esm/i18n/fr.js +3 -2
- package/dist/esm/i18n/hu.js +3 -2
- package/dist/esm/i18n/it.js +4 -3
- package/dist/esm/i18n/ja.js +5 -4
- package/dist/esm/i18n/ko.js +3 -2
- package/dist/esm/i18n/nb.js +3 -2
- package/dist/esm/i18n/nl.js +3 -2
- package/dist/esm/i18n/pl.js +3 -2
- package/dist/esm/i18n/pt_BR.js +3 -2
- package/dist/esm/i18n/ru.js +3 -2
- package/dist/esm/i18n/sv.js +3 -2
- package/dist/esm/i18n/th.js +3 -2
- package/dist/esm/i18n/tr.js +3 -2
- package/dist/esm/i18n/uk.js +3 -2
- package/dist/esm/i18n/vi.js +3 -2
- package/dist/esm/i18n/zh.js +3 -2
- package/dist/esm/i18n/zh_TW.js +3 -2
- package/dist/esm/services/use-user-recommendations/index.js +68 -70
- package/dist/esm/version.json +1 -1
- package/dist/types/i18n/cs.d.ts +1 -1
- package/dist/types/i18n/da.d.ts +1 -1
- package/dist/types/i18n/de.d.ts +1 -1
- 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 +1 -1
- package/dist/types/i18n/fi.d.ts +1 -1
- package/dist/types/i18n/fr.d.ts +1 -1
- package/dist/types/i18n/hu.d.ts +1 -1
- package/dist/types/i18n/it.d.ts +1 -1
- package/dist/types/i18n/ja.d.ts +1 -1
- package/dist/types/i18n/ko.d.ts +1 -1
- package/dist/types/i18n/nb.d.ts +1 -1
- package/dist/types/i18n/nl.d.ts +1 -1
- package/dist/types/i18n/pl.d.ts +1 -1
- package/dist/types/i18n/pt_BR.d.ts +1 -1
- package/dist/types/i18n/ru.d.ts +1 -1
- package/dist/types/i18n/sv.d.ts +1 -1
- package/dist/types/i18n/th.d.ts +1 -1
- package/dist/types/i18n/tr.d.ts +1 -1
- package/dist/types/i18n/uk.d.ts +1 -1
- package/dist/types/i18n/vi.d.ts +1 -1
- package/dist/types/i18n/zh.d.ts +1 -1
- package/dist/types/i18n/zh_TW.d.ts +1 -1
- package/package.json +13 -13
- package/tmp/api-report-tmp.d.ts +0 -54
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @atlaskit/smart-hooks
|
|
2
2
|
|
|
3
|
+
## 0.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
|
|
13
|
+
## 0.1.9
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- [`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY remove before merging to master; dupe adf-schema via adf-utils
|
|
18
|
+
|
|
3
19
|
## 0.1.8
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
package/dist/cjs/i18n/cs.js
CHANGED
|
@@ -4,13 +4,14 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
+
/* prettier-ignore */
|
|
7
8
|
/**
|
|
8
9
|
* NOTE:
|
|
9
10
|
*
|
|
10
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
11
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
12
13
|
*/
|
|
13
|
-
//
|
|
14
|
+
//Czech
|
|
14
15
|
var _default = {
|
|
15
16
|
'smart-experiences.smart-hooks.external.sourced.from': 'Nalezen v:',
|
|
16
17
|
'smart-experiences.smart-hooks.github.provider': 'GitHub',
|
package/dist/cjs/i18n/da.js
CHANGED
|
@@ -4,13 +4,14 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
+
/* prettier-ignore */
|
|
7
8
|
/**
|
|
8
9
|
* NOTE:
|
|
9
10
|
*
|
|
10
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
11
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
12
13
|
*/
|
|
13
|
-
//
|
|
14
|
+
//Danish (Denmark)
|
|
14
15
|
var _default = {
|
|
15
16
|
'smart-experiences.smart-hooks.external.sourced.from': 'Fundet i:',
|
|
16
17
|
'smart-experiences.smart-hooks.github.provider': 'GitHub',
|
package/dist/cjs/i18n/de.js
CHANGED
|
@@ -4,18 +4,19 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
+
/* prettier-ignore */
|
|
7
8
|
/**
|
|
8
9
|
* NOTE:
|
|
9
10
|
*
|
|
10
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
11
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
12
13
|
*/
|
|
13
|
-
//
|
|
14
|
+
//German (Germany)
|
|
14
15
|
var _default = {
|
|
15
16
|
'smart-experiences.smart-hooks.external.sourced.from': 'Gefunden in:',
|
|
16
17
|
'smart-experiences.smart-hooks.github.provider': 'GitHub',
|
|
17
18
|
'smart-experiences.smart-hooks.google.provider': 'Google',
|
|
18
|
-
'smart-experiences.smart-hooks.guest.lozenge.text': '
|
|
19
|
+
'smart-experiences.smart-hooks.guest.lozenge.text': 'Gast',
|
|
19
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.',
|
|
20
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.',
|
|
21
22
|
'smart-experiences.smart-hooks.member.lozenge.text': 'Mitglied',
|
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
|
-
'smart-experiences.smart-hooks.
|
|
10
|
-
'smart-experiences.smart-hooks.
|
|
11
|
-
'smart-experiences.smart-hooks.
|
|
12
|
-
'smart-experiences.smart-hooks.
|
|
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
|
-
'smart-experiences.smart-hooks.
|
|
10
|
-
'smart-experiences.smart-hooks.
|
|
11
|
-
'smart-experiences.smart-hooks.
|
|
12
|
-
'smart-experiences.smart-hooks.
|
|
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
|
@@ -7,19 +7,19 @@ exports.default = void 0;
|
|
|
7
7
|
/**
|
|
8
8
|
* NOTE:
|
|
9
9
|
*
|
|
10
|
-
* This file is automatically generated by
|
|
10
|
+
* This file is automatically generated by Traduki 2.0.
|
|
11
11
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
12
12
|
*/
|
|
13
|
-
//
|
|
13
|
+
//
|
|
14
14
|
var _default = {
|
|
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
|
|
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'
|
|
24
24
|
};
|
|
25
25
|
exports.default = _default;
|
package/dist/cjs/i18n/es.js
CHANGED
|
@@ -4,13 +4,14 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
+
/* prettier-ignore */
|
|
7
8
|
/**
|
|
8
9
|
* NOTE:
|
|
9
10
|
*
|
|
10
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
11
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
12
13
|
*/
|
|
13
|
-
//
|
|
14
|
+
//Spanish (International)
|
|
14
15
|
var _default = {
|
|
15
16
|
'smart-experiences.smart-hooks.external.sourced.from': 'Encontrado en:',
|
|
16
17
|
'smart-experiences.smart-hooks.github.provider': 'GitHub',
|
package/dist/cjs/i18n/fi.js
CHANGED
|
@@ -4,13 +4,14 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
+
/* prettier-ignore */
|
|
7
8
|
/**
|
|
8
9
|
* NOTE:
|
|
9
10
|
*
|
|
10
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
11
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
12
13
|
*/
|
|
13
|
-
//
|
|
14
|
+
//Finnish
|
|
14
15
|
var _default = {
|
|
15
16
|
'smart-experiences.smart-hooks.external.sourced.from': 'Löydetty kohteesta:',
|
|
16
17
|
'smart-experiences.smart-hooks.github.provider': 'GitHub',
|
package/dist/cjs/i18n/fr.js
CHANGED
|
@@ -4,13 +4,14 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
+
/* prettier-ignore */
|
|
7
8
|
/**
|
|
8
9
|
* NOTE:
|
|
9
10
|
*
|
|
10
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
11
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
12
13
|
*/
|
|
13
|
-
//
|
|
14
|
+
//French (France)
|
|
14
15
|
var _default = {
|
|
15
16
|
'smart-experiences.smart-hooks.external.sourced.from': 'Trouvé dans :',
|
|
16
17
|
'smart-experiences.smart-hooks.github.provider': 'GitHub',
|
package/dist/cjs/i18n/hu.js
CHANGED
|
@@ -4,13 +4,14 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
+
/* prettier-ignore */
|
|
7
8
|
/**
|
|
8
9
|
* NOTE:
|
|
9
10
|
*
|
|
10
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
11
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
12
13
|
*/
|
|
13
|
-
//
|
|
14
|
+
//Hungarian
|
|
14
15
|
var _default = {
|
|
15
16
|
'smart-experiences.smart-hooks.external.sourced.from': 'Itt található:',
|
|
16
17
|
'smart-experiences.smart-hooks.github.provider': 'GitHub',
|
package/dist/cjs/i18n/it.js
CHANGED
|
@@ -4,18 +4,19 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
+
/* prettier-ignore */
|
|
7
8
|
/**
|
|
8
9
|
* NOTE:
|
|
9
10
|
*
|
|
10
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
11
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
12
13
|
*/
|
|
13
|
-
//
|
|
14
|
+
//Italian (Italy)
|
|
14
15
|
var _default = {
|
|
15
16
|
'smart-experiences.smart-hooks.external.sourced.from': 'Trovato in:',
|
|
16
17
|
'smart-experiences.smart-hooks.github.provider': 'GitHub',
|
|
17
18
|
'smart-experiences.smart-hooks.google.provider': 'Google',
|
|
18
|
-
'smart-experiences.smart-hooks.guest.lozenge.text': '
|
|
19
|
+
'smart-experiences.smart-hooks.guest.lozenge.text': 'UTENTE GUEST',
|
|
19
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.",
|
|
20
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.",
|
|
21
22
|
'smart-experiences.smart-hooks.member.lozenge.text': 'MEMBRO',
|
package/dist/cjs/i18n/ja.js
CHANGED
|
@@ -4,20 +4,21 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
+
/* prettier-ignore */
|
|
7
8
|
/**
|
|
8
9
|
* NOTE:
|
|
9
10
|
*
|
|
10
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
11
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
12
13
|
*/
|
|
13
|
-
//
|
|
14
|
+
//Japanese
|
|
14
15
|
var _default = {
|
|
15
16
|
'smart-experiences.smart-hooks.external.sourced.from': 'ユーザーのソース元: ',
|
|
16
17
|
'smart-experiences.smart-hooks.github.provider': 'GitHub',
|
|
17
18
|
'smart-experiences.smart-hooks.google.provider': 'Google',
|
|
18
19
|
'smart-experiences.smart-hooks.guest.lozenge.text': 'ゲスト',
|
|
19
|
-
'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': 'ゲスト
|
|
20
|
-
'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': '
|
|
20
|
+
'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': 'ゲスト グループは一部のスペースにのみアクセスできて、ユーザー情報へのアクセスが制限されます。',
|
|
21
|
+
'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': 'ゲストは一部のスペースにのみアクセスできて、ユーザー情報へのアクセスが制限されます。',
|
|
21
22
|
'smart-experiences.smart-hooks.member.lozenge.text': 'メンバー',
|
|
22
23
|
'smart-experiences.smart-hooks.microsoft.provider': 'Microsoft',
|
|
23
24
|
'smart-experiences.smart-hooks.slack.provider': 'Slack'
|
package/dist/cjs/i18n/ko.js
CHANGED
|
@@ -4,13 +4,14 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
+
/* prettier-ignore */
|
|
7
8
|
/**
|
|
8
9
|
* NOTE:
|
|
9
10
|
*
|
|
10
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
11
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
12
13
|
*/
|
|
13
|
-
//
|
|
14
|
+
//Korean
|
|
14
15
|
var _default = {
|
|
15
16
|
'smart-experiences.smart-hooks.external.sourced.from': '찾은 위치:',
|
|
16
17
|
'smart-experiences.smart-hooks.github.provider': 'GitHub',
|
package/dist/cjs/i18n/nb.js
CHANGED
|
@@ -4,13 +4,14 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
+
/* prettier-ignore */
|
|
7
8
|
/**
|
|
8
9
|
* NOTE:
|
|
9
10
|
*
|
|
10
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
11
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
12
13
|
*/
|
|
13
|
-
//
|
|
14
|
+
//Norwegian (Bokmål)
|
|
14
15
|
var _default = {
|
|
15
16
|
'smart-experiences.smart-hooks.external.sourced.from': 'Funnet på:',
|
|
16
17
|
'smart-experiences.smart-hooks.github.provider': 'GitHub',
|
package/dist/cjs/i18n/nl.js
CHANGED
|
@@ -4,13 +4,14 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
+
/* prettier-ignore */
|
|
7
8
|
/**
|
|
8
9
|
* NOTE:
|
|
9
10
|
*
|
|
10
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
11
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
12
13
|
*/
|
|
13
|
-
//
|
|
14
|
+
//Dutch (Netherlands)
|
|
14
15
|
var _default = {
|
|
15
16
|
'smart-experiences.smart-hooks.external.sourced.from': 'Gevonden in:',
|
|
16
17
|
'smart-experiences.smart-hooks.github.provider': 'GitHub',
|
package/dist/cjs/i18n/pl.js
CHANGED
|
@@ -4,13 +4,14 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
+
/* prettier-ignore */
|
|
7
8
|
/**
|
|
8
9
|
* NOTE:
|
|
9
10
|
*
|
|
10
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
11
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
12
13
|
*/
|
|
13
|
-
//
|
|
14
|
+
//Polish (Poland)
|
|
14
15
|
var _default = {
|
|
15
16
|
'smart-experiences.smart-hooks.external.sourced.from': 'Znaleziono w:',
|
|
16
17
|
'smart-experiences.smart-hooks.github.provider': 'GitHub',
|
package/dist/cjs/i18n/pt_BR.js
CHANGED
|
@@ -4,13 +4,14 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
+
/* prettier-ignore */
|
|
7
8
|
/**
|
|
8
9
|
* NOTE:
|
|
9
10
|
*
|
|
10
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
11
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
12
13
|
*/
|
|
13
|
-
//
|
|
14
|
+
//Portuguese (Brazil)
|
|
14
15
|
var _default = {
|
|
15
16
|
'smart-experiences.smart-hooks.external.sourced.from': 'Encontrado em:',
|
|
16
17
|
'smart-experiences.smart-hooks.github.provider': 'GitHub',
|
package/dist/cjs/i18n/ru.js
CHANGED
|
@@ -4,13 +4,14 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
+
/* prettier-ignore */
|
|
7
8
|
/**
|
|
8
9
|
* NOTE:
|
|
9
10
|
*
|
|
10
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
11
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
12
13
|
*/
|
|
13
|
-
//
|
|
14
|
+
//Russian
|
|
14
15
|
var _default = {
|
|
15
16
|
'smart-experiences.smart-hooks.external.sourced.from': 'Найден в:',
|
|
16
17
|
'smart-experiences.smart-hooks.github.provider': 'GitHub',
|
package/dist/cjs/i18n/sv.js
CHANGED
|
@@ -4,13 +4,14 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
+
/* prettier-ignore */
|
|
7
8
|
/**
|
|
8
9
|
* NOTE:
|
|
9
10
|
*
|
|
10
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
11
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
12
13
|
*/
|
|
13
|
-
//
|
|
14
|
+
//Swedish
|
|
14
15
|
var _default = {
|
|
15
16
|
'smart-experiences.smart-hooks.external.sourced.from': 'Hittades i:',
|
|
16
17
|
'smart-experiences.smart-hooks.github.provider': 'GitHub',
|
package/dist/cjs/i18n/th.js
CHANGED
|
@@ -4,13 +4,14 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
+
/* prettier-ignore */
|
|
7
8
|
/**
|
|
8
9
|
* NOTE:
|
|
9
10
|
*
|
|
10
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
11
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
12
13
|
*/
|
|
13
|
-
//
|
|
14
|
+
//Thai (Thailand)
|
|
14
15
|
var _default = {
|
|
15
16
|
'smart-experiences.smart-hooks.external.sourced.from': 'พบใน:',
|
|
16
17
|
'smart-experiences.smart-hooks.github.provider': 'GitHub',
|
package/dist/cjs/i18n/tr.js
CHANGED
|
@@ -4,13 +4,14 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
+
/* prettier-ignore */
|
|
7
8
|
/**
|
|
8
9
|
* NOTE:
|
|
9
10
|
*
|
|
10
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
11
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
12
13
|
*/
|
|
13
|
-
//
|
|
14
|
+
//Turkish (Turkey)
|
|
14
15
|
var _default = {
|
|
15
16
|
'smart-experiences.smart-hooks.external.sourced.from': 'Bulunduğu yer:',
|
|
16
17
|
'smart-experiences.smart-hooks.github.provider': 'GitHub',
|
package/dist/cjs/i18n/uk.js
CHANGED
|
@@ -4,13 +4,14 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
+
/* prettier-ignore */
|
|
7
8
|
/**
|
|
8
9
|
* NOTE:
|
|
9
10
|
*
|
|
10
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
11
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
12
13
|
*/
|
|
13
|
-
//
|
|
14
|
+
//Ukrainian (Ukraine)
|
|
14
15
|
var _default = {
|
|
15
16
|
'smart-experiences.smart-hooks.external.sourced.from': 'Знайдено в:',
|
|
16
17
|
'smart-experiences.smart-hooks.github.provider': 'GitHub',
|
package/dist/cjs/i18n/vi.js
CHANGED
|
@@ -4,13 +4,14 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
+
/* prettier-ignore */
|
|
7
8
|
/**
|
|
8
9
|
* NOTE:
|
|
9
10
|
*
|
|
10
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
11
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
12
13
|
*/
|
|
13
|
-
//
|
|
14
|
+
//Vietnamese (Vietnam)
|
|
14
15
|
var _default = {
|
|
15
16
|
'smart-experiences.smart-hooks.external.sourced.from': 'Tìm thấy trong:',
|
|
16
17
|
'smart-experiences.smart-hooks.github.provider': 'GitHub',
|
package/dist/cjs/i18n/zh.js
CHANGED
|
@@ -4,13 +4,14 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
+
/* prettier-ignore */
|
|
7
8
|
/**
|
|
8
9
|
* NOTE:
|
|
9
10
|
*
|
|
10
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
11
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
12
13
|
*/
|
|
13
|
-
//
|
|
14
|
+
//Chinese (Simplified)
|
|
14
15
|
var _default = {
|
|
15
16
|
'smart-experiences.smart-hooks.external.sourced.from': '发现位置:',
|
|
16
17
|
'smart-experiences.smart-hooks.github.provider': 'GitHub',
|
package/dist/cjs/i18n/zh_TW.js
CHANGED
|
@@ -4,13 +4,14 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
+
/* prettier-ignore */
|
|
7
8
|
/**
|
|
8
9
|
* NOTE:
|
|
9
10
|
*
|
|
10
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
11
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
12
13
|
*/
|
|
13
|
-
//
|
|
14
|
+
//Chinese (Traditional)
|
|
14
15
|
var _default = {
|
|
15
16
|
'smart-experiences.smart-hooks.external.sourced.from': '尋找位置:',
|
|
16
17
|
'smart-experiences.smart-hooks.github.provider': 'GitHub',
|