@atlaskit/smart-hooks 0.1.8 → 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 +6 -0
- package/dist/cjs/i18n/cs.js +12 -11
- package/dist/cjs/i18n/da.js +12 -11
- package/dist/cjs/i18n/de.js +12 -11
- 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 +12 -11
- package/dist/cjs/i18n/fi.js +12 -11
- package/dist/cjs/i18n/fr.js +12 -11
- package/dist/cjs/i18n/hu.js +12 -11
- package/dist/cjs/i18n/it.js +12 -11
- package/dist/cjs/i18n/ja.js +12 -11
- package/dist/cjs/i18n/ko.js +12 -11
- package/dist/cjs/i18n/nb.js +12 -11
- package/dist/cjs/i18n/nl.js +12 -11
- package/dist/cjs/i18n/pl.js +12 -11
- package/dist/cjs/i18n/pt_BR.js +12 -11
- package/dist/cjs/i18n/ru.js +12 -11
- package/dist/cjs/i18n/sv.js +12 -11
- package/dist/cjs/i18n/th.js +12 -11
- package/dist/cjs/i18n/tr.js +12 -11
- package/dist/cjs/i18n/uk.js +12 -11
- package/dist/cjs/i18n/vi.js +12 -11
- package/dist/cjs/i18n/zh.js +12 -11
- package/dist/cjs/i18n/zh_TW.js +12 -11
- package/dist/cjs/services/use-user-recommendations/index.js +4 -3
- 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/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-user-recommendations/index.js +4 -3
- 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 +4 -4
package/dist/es2019/i18n/zh.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
|
+
//Chinese (Simplified)
|
|
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
|
};
|
|
@@ -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
|
+
//Chinese (Traditional)
|
|
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/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
|
};
|
package/dist/esm/i18n/nb.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
|
+
//Norwegian (Bokmål)
|
|
8
9
|
export default {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
10
|
+
"smart-experiences.smart-hooks.external.sourced.from": "Funnet på:",
|
|
11
|
+
"smart-experiences.smart-hooks.github.provider": "GitHub",
|
|
12
|
+
"smart-experiences.smart-hooks.google.provider": "Google",
|
|
13
|
+
"smart-experiences.smart-hooks.guest.lozenge.text": "GJEST",
|
|
14
|
+
"smart-experiences.smart-hooks.guest.lozenge.tooltip.group": "Gjestegrupper har bare tilgang til enkelte områder, og har begrenset tilgang til brukeropplysninger.",
|
|
15
|
+
"smart-experiences.smart-hooks.guest.lozenge.tooltip.user": "Gjester har bare tilgang til enkelte områder, og har begrenset tilgang til brukeropplysninger.",
|
|
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/nl.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
|
+
//Dutch (Netherlands)
|
|
8
9
|
export default {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
10
|
+
"smart-experiences.smart-hooks.external.sourced.from": "Gevonden 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": "Gastgroepen hebben alleen toegang tot bepaalde spaces en hebben beperkte toegang tot gebruikersinformatie.",
|
|
15
|
+
"smart-experiences.smart-hooks.guest.lozenge.tooltip.user": "Gasten hebben alleen toegang tot bepaalde spaces en hebben beperkte toegang tot gebruikersinformatie.",
|
|
16
|
+
"smart-experiences.smart-hooks.member.lozenge.text": "LID",
|
|
17
|
+
"smart-experiences.smart-hooks.microsoft.provider": "Microsoft",
|
|
18
|
+
"smart-experiences.smart-hooks.slack.provider": "Slack"
|
|
18
19
|
};
|
package/dist/esm/i18n/pl.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
|
+
//Polish (Poland)
|
|
8
9
|
export default {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
10
|
+
"smart-experiences.smart-hooks.external.sourced.from": "Znaleziono w:",
|
|
11
|
+
"smart-experiences.smart-hooks.github.provider": "GitHub",
|
|
12
|
+
"smart-experiences.smart-hooks.google.provider": "Google",
|
|
13
|
+
"smart-experiences.smart-hooks.guest.lozenge.text": "GOŚĆ",
|
|
14
|
+
"smart-experiences.smart-hooks.guest.lozenge.tooltip.group": "Grupy gości mają dostęp wyłącznie do określonych przestrzeni i ograniczony dostęp do informacji o użytkownikach.",
|
|
15
|
+
"smart-experiences.smart-hooks.guest.lozenge.tooltip.user": "Goście mają dostęp wyłącznie do określonych przestrzeni i ograniczony dostęp do informacji o użytkownikach.",
|
|
16
|
+
"smart-experiences.smart-hooks.member.lozenge.text": "CZŁONEK",
|
|
17
|
+
"smart-experiences.smart-hooks.microsoft.provider": "Microsoft",
|
|
18
|
+
"smart-experiences.smart-hooks.slack.provider": "Slack"
|
|
18
19
|
};
|