@atlaskit/smart-hooks 0.0.2

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.
Files changed (159) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/cjs/i18n/cs.js +26 -0
  3. package/dist/cjs/i18n/da.js +26 -0
  4. package/dist/cjs/i18n/de.js +26 -0
  5. package/dist/cjs/i18n/en.js +14 -0
  6. package/dist/cjs/i18n/en_GB.js +14 -0
  7. package/dist/cjs/i18n/en_ZZ.js +26 -0
  8. package/dist/cjs/i18n/es.js +26 -0
  9. package/dist/cjs/i18n/et.js +16 -0
  10. package/dist/cjs/i18n/fi.js +26 -0
  11. package/dist/cjs/i18n/fr.js +26 -0
  12. package/dist/cjs/i18n/hu.js +26 -0
  13. package/dist/cjs/i18n/index.js +247 -0
  14. package/dist/cjs/i18n/is.js +14 -0
  15. package/dist/cjs/i18n/it.js +26 -0
  16. package/dist/cjs/i18n/ja.js +26 -0
  17. package/dist/cjs/i18n/ko.js +26 -0
  18. package/dist/cjs/i18n/languages.js +33 -0
  19. package/dist/cjs/i18n/nb.js +26 -0
  20. package/dist/cjs/i18n/nl.js +26 -0
  21. package/dist/cjs/i18n/pl.js +26 -0
  22. package/dist/cjs/i18n/pt_BR.js +26 -0
  23. package/dist/cjs/i18n/pt_PT.js +16 -0
  24. package/dist/cjs/i18n/ro.js +14 -0
  25. package/dist/cjs/i18n/ru.js +26 -0
  26. package/dist/cjs/i18n/sk.js +16 -0
  27. package/dist/cjs/i18n/sv.js +26 -0
  28. package/dist/cjs/i18n/th.js +26 -0
  29. package/dist/cjs/i18n/tr.js +26 -0
  30. package/dist/cjs/i18n/uk.js +26 -0
  31. package/dist/cjs/i18n/vi.js +26 -0
  32. package/dist/cjs/i18n/zh.js +26 -0
  33. package/dist/cjs/i18n/zh_TW.js +26 -0
  34. package/dist/cjs/index.js +23 -0
  35. package/dist/cjs/messages.js +57 -0
  36. package/dist/cjs/services/use-function-usage-tracking/index.js +36 -0
  37. package/dist/cjs/services/use-user-recommendations/index.js +170 -0
  38. package/dist/cjs/types.js +5 -0
  39. package/dist/cjs/utils/transform-recommendations-to-options/index.js +88 -0
  40. package/dist/cjs/version.json +5 -0
  41. package/dist/es2019/i18n/cs.js +18 -0
  42. package/dist/es2019/i18n/da.js +18 -0
  43. package/dist/es2019/i18n/de.js +18 -0
  44. package/dist/es2019/i18n/en.js +7 -0
  45. package/dist/es2019/i18n/en_GB.js +7 -0
  46. package/dist/es2019/i18n/en_ZZ.js +18 -0
  47. package/dist/es2019/i18n/es.js +18 -0
  48. package/dist/es2019/i18n/et.js +8 -0
  49. package/dist/es2019/i18n/fi.js +18 -0
  50. package/dist/es2019/i18n/fr.js +18 -0
  51. package/dist/es2019/i18n/hu.js +18 -0
  52. package/dist/es2019/i18n/index.js +36 -0
  53. package/dist/es2019/i18n/is.js +7 -0
  54. package/dist/es2019/i18n/it.js +18 -0
  55. package/dist/es2019/i18n/ja.js +18 -0
  56. package/dist/es2019/i18n/ko.js +18 -0
  57. package/dist/es2019/i18n/languages.js +26 -0
  58. package/dist/es2019/i18n/nb.js +18 -0
  59. package/dist/es2019/i18n/nl.js +18 -0
  60. package/dist/es2019/i18n/pl.js +18 -0
  61. package/dist/es2019/i18n/pt_BR.js +18 -0
  62. package/dist/es2019/i18n/pt_PT.js +8 -0
  63. package/dist/es2019/i18n/ro.js +7 -0
  64. package/dist/es2019/i18n/ru.js +18 -0
  65. package/dist/es2019/i18n/sk.js +8 -0
  66. package/dist/es2019/i18n/sv.js +18 -0
  67. package/dist/es2019/i18n/th.js +18 -0
  68. package/dist/es2019/i18n/tr.js +18 -0
  69. package/dist/es2019/i18n/uk.js +18 -0
  70. package/dist/es2019/i18n/vi.js +18 -0
  71. package/dist/es2019/i18n/zh.js +18 -0
  72. package/dist/es2019/i18n/zh_TW.js +18 -0
  73. package/dist/es2019/index.js +3 -0
  74. package/dist/es2019/messages.js +48 -0
  75. package/dist/es2019/services/use-function-usage-tracking/index.js +18 -0
  76. package/dist/es2019/services/use-user-recommendations/index.js +104 -0
  77. package/dist/es2019/types.js +1 -0
  78. package/dist/es2019/utils/transform-recommendations-to-options/index.js +67 -0
  79. package/dist/es2019/version.json +5 -0
  80. package/dist/esm/i18n/cs.js +18 -0
  81. package/dist/esm/i18n/da.js +18 -0
  82. package/dist/esm/i18n/de.js +18 -0
  83. package/dist/esm/i18n/en.js +7 -0
  84. package/dist/esm/i18n/en_GB.js +7 -0
  85. package/dist/esm/i18n/en_ZZ.js +18 -0
  86. package/dist/esm/i18n/es.js +18 -0
  87. package/dist/esm/i18n/et.js +8 -0
  88. package/dist/esm/i18n/fi.js +18 -0
  89. package/dist/esm/i18n/fr.js +18 -0
  90. package/dist/esm/i18n/hu.js +18 -0
  91. package/dist/esm/i18n/index.js +36 -0
  92. package/dist/esm/i18n/is.js +7 -0
  93. package/dist/esm/i18n/it.js +18 -0
  94. package/dist/esm/i18n/ja.js +18 -0
  95. package/dist/esm/i18n/ko.js +18 -0
  96. package/dist/esm/i18n/languages.js +26 -0
  97. package/dist/esm/i18n/nb.js +18 -0
  98. package/dist/esm/i18n/nl.js +18 -0
  99. package/dist/esm/i18n/pl.js +18 -0
  100. package/dist/esm/i18n/pt_BR.js +18 -0
  101. package/dist/esm/i18n/pt_PT.js +8 -0
  102. package/dist/esm/i18n/ro.js +7 -0
  103. package/dist/esm/i18n/ru.js +18 -0
  104. package/dist/esm/i18n/sk.js +8 -0
  105. package/dist/esm/i18n/sv.js +18 -0
  106. package/dist/esm/i18n/th.js +18 -0
  107. package/dist/esm/i18n/tr.js +18 -0
  108. package/dist/esm/i18n/uk.js +18 -0
  109. package/dist/esm/i18n/vi.js +18 -0
  110. package/dist/esm/i18n/zh.js +18 -0
  111. package/dist/esm/i18n/zh_TW.js +18 -0
  112. package/dist/esm/index.js +3 -0
  113. package/dist/esm/messages.js +48 -0
  114. package/dist/esm/services/use-function-usage-tracking/index.js +25 -0
  115. package/dist/esm/services/use-user-recommendations/index.js +152 -0
  116. package/dist/esm/types.js +1 -0
  117. package/dist/esm/utils/transform-recommendations-to-options/index.js +77 -0
  118. package/dist/esm/version.json +5 -0
  119. package/dist/types/i18n/cs.d.ts +18 -0
  120. package/dist/types/i18n/da.d.ts +18 -0
  121. package/dist/types/i18n/de.d.ts +18 -0
  122. package/dist/types/i18n/en.d.ts +7 -0
  123. package/dist/types/i18n/en_GB.d.ts +7 -0
  124. package/dist/types/i18n/en_ZZ.d.ts +18 -0
  125. package/dist/types/i18n/es.d.ts +18 -0
  126. package/dist/types/i18n/et.d.ts +8 -0
  127. package/dist/types/i18n/fi.d.ts +18 -0
  128. package/dist/types/i18n/fr.d.ts +18 -0
  129. package/dist/types/i18n/hu.d.ts +18 -0
  130. package/dist/types/i18n/index.d.ts +36 -0
  131. package/dist/types/i18n/is.d.ts +7 -0
  132. package/dist/types/i18n/it.d.ts +18 -0
  133. package/dist/types/i18n/ja.d.ts +18 -0
  134. package/dist/types/i18n/ko.d.ts +18 -0
  135. package/dist/types/i18n/languages.d.ts +27 -0
  136. package/dist/types/i18n/nb.d.ts +18 -0
  137. package/dist/types/i18n/nl.d.ts +18 -0
  138. package/dist/types/i18n/pl.d.ts +18 -0
  139. package/dist/types/i18n/pt_BR.d.ts +18 -0
  140. package/dist/types/i18n/pt_PT.d.ts +8 -0
  141. package/dist/types/i18n/ro.d.ts +7 -0
  142. package/dist/types/i18n/ru.d.ts +18 -0
  143. package/dist/types/i18n/sk.d.ts +8 -0
  144. package/dist/types/i18n/sv.d.ts +18 -0
  145. package/dist/types/i18n/th.d.ts +18 -0
  146. package/dist/types/i18n/tr.d.ts +18 -0
  147. package/dist/types/i18n/uk.d.ts +18 -0
  148. package/dist/types/i18n/vi.d.ts +18 -0
  149. package/dist/types/i18n/zh.d.ts +18 -0
  150. package/dist/types/i18n/zh_TW.d.ts +18 -0
  151. package/dist/types/index.d.ts +3 -0
  152. package/dist/types/messages.d.ts +47 -0
  153. package/dist/types/services/use-function-usage-tracking/index.d.ts +5 -0
  154. package/dist/types/services/use-user-recommendations/index.d.ts +22 -0
  155. package/dist/types/types.d.ts +91 -0
  156. package/dist/types/utils/transform-recommendations-to-options/index.d.ts +5 -0
  157. package/example-helpers/mock-urs-data.ts +82 -0
  158. package/example-helpers/use-endpoint-mocks.ts +47 -0
  159. package/package.json +81 -0
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
@@ -0,0 +1,88 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+
8
+ var _smartCommon = require("@atlaskit/smart-common");
9
+
10
+ var _userPicker = require("@atlaskit/user-picker");
11
+
12
+ var _messages = require("../../messages");
13
+
14
+ var getLozenzeProperties = function getLozenzeProperties(entity, intl) {
15
+ var _entity$attributes, _entity$attributes2;
16
+
17
+ if ((_entity$attributes = entity.attributes) !== null && _entity$attributes !== void 0 && _entity$attributes.workspaceMember) {
18
+ return intl.formatMessage(_messages.messages.memberLozengeText);
19
+ }
20
+
21
+ if ((_entity$attributes2 = entity.attributes) !== null && _entity$attributes2 !== void 0 && _entity$attributes2.isConfluenceExternalCollaborator) {
22
+ var lozengeTooltipMessage = entity.entityType === _smartCommon.EntityType.GROUP ? _messages.messages.guestGroupLozengeTooltip : _messages.messages.guestUserLozengeTooltip;
23
+ return {
24
+ text: intl.formatMessage(_messages.messages.guestLozengeText),
25
+ tooltip: intl.formatMessage(lozengeTooltipMessage),
26
+ appearance: 'new'
27
+ };
28
+ }
29
+
30
+ return undefined;
31
+ };
32
+
33
+ var transformRecommendation = function transformRecommendation(item, intl) {
34
+ var type = item.entityType;
35
+
36
+ if (type === _smartCommon.EntityType.USER) {
37
+ var user = item;
38
+ var lozenge = getLozenzeProperties(user, intl);
39
+ return {
40
+ id: user.id,
41
+ type: _userPicker.UserType,
42
+ avatarUrl: user.avatarUrl,
43
+ name: user.name,
44
+ email: user.email,
45
+ lozenge: lozenge
46
+ };
47
+ }
48
+
49
+ if (type === _smartCommon.EntityType.TEAM) {
50
+ var team = item;
51
+ return {
52
+ id: team.id,
53
+ type: _userPicker.TeamType,
54
+ description: team.description || '',
55
+ name: team.displayName || '',
56
+ memberCount: team.memberCount,
57
+ includesYou: team.includesYou,
58
+ avatarUrl: team.largeAvatarImageUrl || team.smallAvatarImageUrl
59
+ };
60
+ }
61
+
62
+ if (type === _smartCommon.EntityType.GROUP) {
63
+ var group = item;
64
+
65
+ var _lozenge = getLozenzeProperties(group, intl);
66
+
67
+ return {
68
+ id: group.id,
69
+ type: _userPicker.GroupType,
70
+ name: group.name || '',
71
+ lozenge: _lozenge
72
+ };
73
+ }
74
+
75
+ return;
76
+ };
77
+
78
+ var _default = function _default(recommendations, intl) {
79
+ return (recommendations || []).map(function (item) {
80
+ return transformRecommendation(item, intl);
81
+ }).filter(function (option) {
82
+ return !!option;
83
+ }).map(function (option) {
84
+ return option;
85
+ });
86
+ };
87
+
88
+ exports.default = _default;
@@ -0,0 +1,5 @@
1
+ {
2
+ "name": "@atlaskit/smart-hooks",
3
+ "version": "0.0.2",
4
+ "sideEffects": false
5
+ }
@@ -0,0 +1,18 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by i18n-tools.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ // Czech
8
+ export default {
9
+ 'smart-experiences.smart-hooks.external.sourced.from': 'Nalezen v:',
10
+ 'smart-experiences.smart-hooks.github.provider': 'GitHub',
11
+ 'smart-experiences.smart-hooks.google.provider': 'Google',
12
+ 'smart-experiences.smart-hooks.guest.lozenge.text': 'HOST',
13
+ '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.',
14
+ '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.',
15
+ 'smart-experiences.smart-hooks.member.lozenge.text': 'ČLEN',
16
+ 'smart-experiences.smart-hooks.microsoft.provider': 'Microsoft',
17
+ 'smart-experiences.smart-hooks.slack.provider': 'Slack'
18
+ };
@@ -0,0 +1,18 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by i18n-tools.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ // Danish
8
+ export default {
9
+ 'smart-experiences.smart-hooks.external.sourced.from': 'Fundet i:',
10
+ 'smart-experiences.smart-hooks.github.provider': 'GitHub',
11
+ 'smart-experiences.smart-hooks.google.provider': 'Google',
12
+ 'smart-experiences.smart-hooks.guest.lozenge.text': 'GÆST',
13
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': 'Gæstegrupper har kun adgang til bestemte områder og har begrænset adgang til brugeroplysninger.',
14
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': 'Gæster har kun adgang til bestemte områder og har begrænset adgang til brugeroplysninger.',
15
+ 'smart-experiences.smart-hooks.member.lozenge.text': 'Medlem',
16
+ 'smart-experiences.smart-hooks.microsoft.provider': 'Microsoft',
17
+ 'smart-experiences.smart-hooks.slack.provider': 'Slack'
18
+ };
@@ -0,0 +1,18 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by i18n-tools.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ // German
8
+ export default {
9
+ 'smart-experiences.smart-hooks.external.sourced.from': 'Gefunden 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': 'GAST',
13
+ '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.',
14
+ '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.',
15
+ 'smart-experiences.smart-hooks.member.lozenge.text': 'Mitglied',
16
+ 'smart-experiences.smart-hooks.microsoft.provider': 'Microsoft',
17
+ 'smart-experiences.smart-hooks.slack.provider': 'Slack'
18
+ };
@@ -0,0 +1,7 @@
1
+ // English
2
+ export default {
3
+ 'smart-experiences.smart-hooks.placeholder': 'Find a person...',
4
+ 'smart-experiences.smart-hooks.placeholder.add-more': 'add more people...',
5
+ 'smart-experiences.smart-hooks.multi.remove-item': 'Remove',
6
+ 'smart-experiences.smart-hooks.single.clear': 'Clear'
7
+ };
@@ -0,0 +1,7 @@
1
+ // English (United Kingdom)
2
+ export default {
3
+ 'smart-experiences.smart-hooks.placeholder': 'Find a person...',
4
+ 'smart-experiences.smart-hooks.placeholder.add-more': 'add more people...',
5
+ 'smart-experiences.smart-hooks.multi.remove-item': 'Remove',
6
+ 'smart-experiences.smart-hooks.single.clear': 'Clear'
7
+ };
@@ -0,0 +1,18 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by i18n-tools.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ // English (Instrumented)
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‍‍⁠‌؜⁠⁠⁡؜⁠‍⁡⁣⁤'
18
+ };
@@ -0,0 +1,18 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by i18n-tools.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ // Spanish
8
+ export default {
9
+ 'smart-experiences.smart-hooks.external.sourced.from': 'Encontrado en:',
10
+ 'smart-experiences.smart-hooks.github.provider': 'GitHub',
11
+ 'smart-experiences.smart-hooks.google.provider': 'Google',
12
+ 'smart-experiences.smart-hooks.guest.lozenge.text': 'INVITADO',
13
+ '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.',
14
+ '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.',
15
+ 'smart-experiences.smart-hooks.member.lozenge.text': 'MIEMBRO',
16
+ 'smart-experiences.smart-hooks.microsoft.provider': 'Microsoft',
17
+ 'smart-experiences.smart-hooks.slack.provider': 'Slack'
18
+ };
@@ -0,0 +1,8 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by i18n-tools.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ // Estonian
8
+ export default {};
@@ -0,0 +1,18 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by i18n-tools.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ // Finnish
8
+ export default {
9
+ 'smart-experiences.smart-hooks.external.sourced.from': 'Löydetty kohteesta:',
10
+ 'smart-experiences.smart-hooks.github.provider': 'GitHub',
11
+ 'smart-experiences.smart-hooks.google.provider': 'Google',
12
+ 'smart-experiences.smart-hooks.guest.lozenge.text': 'VIERAS',
13
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': 'Vierasryhmillä on pääsy vain tiettyihin työtiloihin ja rajoitettu pääsy käyttäjätietoihin.',
14
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': 'Vierailla on pääsy vain tiettyihin työtiloihin ja rajoitettu pääsy käyttäjätietoihin.',
15
+ 'smart-experiences.smart-hooks.member.lozenge.text': 'Jäsen',
16
+ 'smart-experiences.smart-hooks.microsoft.provider': 'Microsoft',
17
+ 'smart-experiences.smart-hooks.slack.provider': 'Slack'
18
+ };
@@ -0,0 +1,18 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by i18n-tools.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ // French
8
+ export default {
9
+ 'smart-experiences.smart-hooks.external.sourced.from': 'Trouvé dans :',
10
+ 'smart-experiences.smart-hooks.github.provider': 'GitHub',
11
+ 'smart-experiences.smart-hooks.google.provider': 'Google',
12
+ 'smart-experiences.smart-hooks.guest.lozenge.text': 'INVITÉ',
13
+ '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.",
14
+ '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.',
15
+ 'smart-experiences.smart-hooks.member.lozenge.text': 'MEMBRE',
16
+ 'smart-experiences.smart-hooks.microsoft.provider': 'Microsoft',
17
+ 'smart-experiences.smart-hooks.slack.provider': 'Slack'
18
+ };
@@ -0,0 +1,18 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by i18n-tools.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ // Hungarian
8
+ export default {
9
+ 'smart-experiences.smart-hooks.external.sourced.from': 'Itt található:',
10
+ 'smart-experiences.smart-hooks.github.provider': 'GitHub',
11
+ 'smart-experiences.smart-hooks.google.provider': 'Google',
12
+ 'smart-experiences.smart-hooks.guest.lozenge.text': 'VENDÉG',
13
+ '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.',
14
+ '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.',
15
+ 'smart-experiences.smart-hooks.member.lozenge.text': 'TAG',
16
+ 'smart-experiences.smart-hooks.microsoft.provider': 'Microsoft',
17
+ 'smart-experiences.smart-hooks.slack.provider': 'Slack'
18
+ };
@@ -0,0 +1,36 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by i18n-tools.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ export { default as zh } from './zh';
8
+ export { default as zh_TW } from './zh_TW';
9
+ export { default as cs } from './cs';
10
+ export { default as da } from './da';
11
+ export { default as nl } from './nl';
12
+ export { default as et } from './et';
13
+ export { default as fi } from './fi';
14
+ export { default as fr } from './fr';
15
+ export { default as de } from './de';
16
+ export { default as hu } from './hu';
17
+ export { default as it } from './it';
18
+ export { default as ja } from './ja';
19
+ export { default as ko } from './ko';
20
+ export { default as nb } from './nb';
21
+ export { default as pl } from './pl';
22
+ export { default as pt_BR } from './pt_BR';
23
+ export { default as pt_PT } from './pt_PT';
24
+ export { default as ru } from './ru';
25
+ export { default as sk } from './sk';
26
+ export { default as es } from './es';
27
+ export { default as sv } from './sv';
28
+ export { default as th } from './th';
29
+ export { default as tr } from './tr';
30
+ export { default as uk } from './uk';
31
+ export { default as vi } from './vi';
32
+ export { default as en_ZZ } from './en_ZZ';
33
+ export { default as en } from './en';
34
+ export { default as en_GB } from './en_GB';
35
+ export { default as is } from './is';
36
+ export { default as ro } from './ro';
@@ -0,0 +1,7 @@
1
+ // Icelandic
2
+ export default {
3
+ 'smart-experiences.smart-hooks.placeholder': 'Finna einstakling...',
4
+ 'smart-experiences.smart-hooks.placeholder.add-more': 'Bæta við meira fólki...',
5
+ 'smart-experiences.smart-hooks.multi.remove-item': 'Fjarlægja',
6
+ 'smart-experiences.smart-hooks.single.clear': 'Hreinsa'
7
+ };
@@ -0,0 +1,18 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by i18n-tools.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ // Italian
8
+ export default {
9
+ 'smart-experiences.smart-hooks.external.sourced.from': 'Trovato 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': 'OSPITE',
13
+ '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.",
14
+ '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.",
15
+ 'smart-experiences.smart-hooks.member.lozenge.text': 'MEMBRO',
16
+ 'smart-experiences.smart-hooks.microsoft.provider': 'Microsoft',
17
+ 'smart-experiences.smart-hooks.slack.provider': 'Slack'
18
+ };
@@ -0,0 +1,18 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by i18n-tools.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ // Japanese
8
+ export default {
9
+ 'smart-experiences.smart-hooks.external.sourced.from': 'ユーザーのソース元: ',
10
+ 'smart-experiences.smart-hooks.github.provider': 'GitHub',
11
+ 'smart-experiences.smart-hooks.google.provider': 'Google',
12
+ 'smart-experiences.smart-hooks.guest.lozenge.text': 'ゲスト',
13
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': 'ゲスト グループは一部のスペースにのみアクセスでき、ユーザー情報へのアクセスが制限されます。',
14
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': 'ゲストは一部のスペースにのみアクセスでき、ユーザー情報へのアクセスが制限されます。',
15
+ 'smart-experiences.smart-hooks.member.lozenge.text': 'メンバー',
16
+ 'smart-experiences.smart-hooks.microsoft.provider': 'Microsoft',
17
+ 'smart-experiences.smart-hooks.slack.provider': 'Slack'
18
+ };
@@ -0,0 +1,18 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by i18n-tools.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ // Korean
8
+ export default {
9
+ 'smart-experiences.smart-hooks.external.sourced.from': '찾은 위치:',
10
+ 'smart-experiences.smart-hooks.github.provider': 'GitHub',
11
+ 'smart-experiences.smart-hooks.google.provider': 'Google',
12
+ 'smart-experiences.smart-hooks.guest.lozenge.text': '게스트',
13
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': '게스트 그룹은 특정 스페이스에만 액세스할 수 있고 사용자 정보에 대한 액세스 권한이 제한적입니다.',
14
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': '게스트는 특정 스페이스에만 액세스할 수 있고 사용자 정보에 대한 액세스 권한이 제한적입니다.',
15
+ 'smart-experiences.smart-hooks.member.lozenge.text': '구성원',
16
+ 'smart-experiences.smart-hooks.microsoft.provider': 'Microsoft',
17
+ 'smart-experiences.smart-hooks.slack.provider': 'Slack'
18
+ };
@@ -0,0 +1,26 @@
1
+ export default {
2
+ zh: 'Chinese',
3
+ cs: 'Czech',
4
+ da: 'Danish',
5
+ nl: 'Dutch',
6
+ en: 'English',
7
+ en_GB: 'English (United Kingdom)',
8
+ et: 'Estonian',
9
+ fi: 'Finnish',
10
+ fr: 'French',
11
+ de: 'German',
12
+ hu: 'Hungarian',
13
+ is: 'Icelandic',
14
+ it: 'Italian',
15
+ ja: 'Japanese',
16
+ ko: 'Korean',
17
+ nb: 'Norwegian Bokmål',
18
+ pl: 'Polish',
19
+ pt_BR: 'Portuguese (Brazil)',
20
+ pt_PT: 'Portuguese (Portugal)',
21
+ ro: 'Romanian',
22
+ ru: 'Russian',
23
+ sk: 'Slovak',
24
+ es: 'Spanish',
25
+ sv: 'Swedish'
26
+ };
@@ -0,0 +1,18 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by i18n-tools.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ // Norwegian Bokmål
8
+ export default {
9
+ 'smart-experiences.smart-hooks.external.sourced.from': 'Funnet på:',
10
+ 'smart-experiences.smart-hooks.github.provider': 'GitHub',
11
+ 'smart-experiences.smart-hooks.google.provider': 'Google',
12
+ 'smart-experiences.smart-hooks.guest.lozenge.text': 'GJEST',
13
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': 'Gjestegrupper har bare tilgang til enkelte områder, og har begrenset tilgang til brukeropplysninger.',
14
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': 'Gjester har bare tilgang til enkelte områder, og har begrenset tilgang til brukeropplysninger.',
15
+ 'smart-experiences.smart-hooks.member.lozenge.text': 'Medlem',
16
+ 'smart-experiences.smart-hooks.microsoft.provider': 'Microsoft',
17
+ 'smart-experiences.smart-hooks.slack.provider': 'Slack'
18
+ };
@@ -0,0 +1,18 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by i18n-tools.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ // Dutch
8
+ export default {
9
+ 'smart-experiences.smart-hooks.external.sourced.from': 'Gevonden 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': 'GAST',
13
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': 'Gastgroepen hebben alleen toegang tot bepaalde spaces en hebben beperkte toegang tot gebruikersinformatie.',
14
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': 'Gasten hebben alleen toegang tot bepaalde spaces en hebben beperkte toegang tot gebruikersinformatie.',
15
+ 'smart-experiences.smart-hooks.member.lozenge.text': 'LID',
16
+ 'smart-experiences.smart-hooks.microsoft.provider': 'Microsoft',
17
+ 'smart-experiences.smart-hooks.slack.provider': 'Slack'
18
+ };
@@ -0,0 +1,18 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by i18n-tools.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ // Polish
8
+ export default {
9
+ 'smart-experiences.smart-hooks.external.sourced.from': 'Znaleziono w:',
10
+ 'smart-experiences.smart-hooks.github.provider': 'GitHub',
11
+ 'smart-experiences.smart-hooks.google.provider': 'Google',
12
+ 'smart-experiences.smart-hooks.guest.lozenge.text': 'GOŚĆ',
13
+ '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.',
14
+ '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.',
15
+ 'smart-experiences.smart-hooks.member.lozenge.text': 'CZŁONEK',
16
+ 'smart-experiences.smart-hooks.microsoft.provider': 'Microsoft',
17
+ 'smart-experiences.smart-hooks.slack.provider': 'Slack'
18
+ };
@@ -0,0 +1,18 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by i18n-tools.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ // Portuguese (Brazil)
8
+ export default {
9
+ 'smart-experiences.smart-hooks.external.sourced.from': 'Encontrado em:',
10
+ 'smart-experiences.smart-hooks.github.provider': 'GitHub',
11
+ 'smart-experiences.smart-hooks.google.provider': 'Google',
12
+ 'smart-experiences.smart-hooks.guest.lozenge.text': 'CONVIDADO',
13
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': 'Os grupos de convidados só podem acessar determinados espaços e têm acesso limitado às informações do usuário.',
14
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': 'Os convidados só podem acessar determinados espaços e têm acesso limitado às informações do usuário.',
15
+ 'smart-experiences.smart-hooks.member.lozenge.text': 'Membro',
16
+ 'smart-experiences.smart-hooks.microsoft.provider': 'Microsoft',
17
+ 'smart-experiences.smart-hooks.slack.provider': 'Slack'
18
+ };
@@ -0,0 +1,8 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by i18n-tools.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ // Portuguese (Portugal)
8
+ export default {};
@@ -0,0 +1,7 @@
1
+ // Romanian
2
+ export default {
3
+ 'smart-experiences.smart-hooks.placeholder': 'Găsiți o persoană...',
4
+ 'smart-experiences.smart-hooks.placeholder.add-more': 'și alte persoane',
5
+ 'smart-experiences.smart-hooks.multi.remove-item': 'Eliminare',
6
+ 'smart-experiences.smart-hooks.single.clear': 'Ștergere'
7
+ };
@@ -0,0 +1,18 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by i18n-tools.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ // Russian
8
+ export default {
9
+ 'smart-experiences.smart-hooks.external.sourced.from': 'Найден в:',
10
+ 'smart-experiences.smart-hooks.github.provider': 'GitHub',
11
+ 'smart-experiences.smart-hooks.google.provider': 'Google',
12
+ 'smart-experiences.smart-hooks.guest.lozenge.text': 'ГОСТЬ',
13
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': 'Гостевые группы имеют доступ только к определенным разделам и ограниченный доступ к информации о пользователях.',
14
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': 'Гости имеют доступ только к определенным разделам и ограниченный доступ к информации о пользователях.',
15
+ 'smart-experiences.smart-hooks.member.lozenge.text': 'УЧАСТНИК',
16
+ 'smart-experiences.smart-hooks.microsoft.provider': 'Microsoft',
17
+ 'smart-experiences.smart-hooks.slack.provider': 'Slack'
18
+ };
@@ -0,0 +1,8 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by i18n-tools.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ // Slovak
8
+ export default {};
@@ -0,0 +1,18 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by i18n-tools.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ // Swedish
8
+ export default {
9
+ 'smart-experiences.smart-hooks.external.sourced.from': 'Hittades i:',
10
+ 'smart-experiences.smart-hooks.github.provider': 'GitHub',
11
+ 'smart-experiences.smart-hooks.google.provider': 'Google',
12
+ 'smart-experiences.smart-hooks.guest.lozenge.text': 'GÄST',
13
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': 'Gästgrupper kan endast komma åt vissa utrymmen och har begränsad åtkomst till användarinformation.',
14
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': 'Gästerna kan endast komma åt vissa utrymmen och har begränsad åtkomst till användarinformation.',
15
+ 'smart-experiences.smart-hooks.member.lozenge.text': 'medlem',
16
+ 'smart-experiences.smart-hooks.microsoft.provider': 'Microsoft',
17
+ 'smart-experiences.smart-hooks.slack.provider': 'Slack'
18
+ };
@@ -0,0 +1,18 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by i18n-tools.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ // Thai
8
+ export default {
9
+ 'smart-experiences.smart-hooks.external.sourced.from': 'พบใน:',
10
+ 'smart-experiences.smart-hooks.github.provider': 'GitHub',
11
+ 'smart-experiences.smart-hooks.google.provider': 'Google',
12
+ 'smart-experiences.smart-hooks.guest.lozenge.text': 'ผู้ใช้ทั่วไป',
13
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': 'กลุ่มผู้ใช้ทั่วไปสามารถเข้าถึงได้เฉพาะบางพื้นที่เท่านั้นและมีสิทธิ์ในการเข้าถึงข้อมูลผู้ใช้ที่จำกัด',
14
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': 'ผู้ใช้ทั่วไปสามารถเข้าถึงได้เฉพาะบางพื้นที่เท่านั้นและมีสิทธิ์ในการเข้าถึงข้อมูลผู้ใช้ที่จำกัด',
15
+ 'smart-experiences.smart-hooks.member.lozenge.text': 'สมาชิก',
16
+ 'smart-experiences.smart-hooks.microsoft.provider': 'Microsoft',
17
+ 'smart-experiences.smart-hooks.slack.provider': 'Slack'
18
+ };
@@ -0,0 +1,18 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by i18n-tools.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ // Turkish
8
+ export default {
9
+ 'smart-experiences.smart-hooks.external.sourced.from': 'Bulunduğu yer:',
10
+ 'smart-experiences.smart-hooks.github.provider': 'GitHub',
11
+ 'smart-experiences.smart-hooks.google.provider': 'Google',
12
+ 'smart-experiences.smart-hooks.guest.lozenge.text': 'KONUK',
13
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': 'Konuk gruplar yalnızca bazı alanlara erişebilir ve kullanıcı bilgilerine erişimleri de kısıtlıdır.',
14
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': 'Konuklar yalnızca bazı alanlara erişebilir ve kullanıcı bilgilerine erişimleri de kısıtlıdır.',
15
+ 'smart-experiences.smart-hooks.member.lozenge.text': 'ÜYE',
16
+ 'smart-experiences.smart-hooks.microsoft.provider': 'Microsoft',
17
+ 'smart-experiences.smart-hooks.slack.provider': 'Slack'
18
+ };
@@ -0,0 +1,18 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by i18n-tools.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ // Ukrainian
8
+ export default {
9
+ 'smart-experiences.smart-hooks.external.sourced.from': 'Знайдено в:',
10
+ 'smart-experiences.smart-hooks.github.provider': 'GitHub',
11
+ 'smart-experiences.smart-hooks.google.provider': 'Google',
12
+ 'smart-experiences.smart-hooks.guest.lozenge.text': 'ГІСТЬ',
13
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': 'Групи гостей мають доступ лише до певних розділів, а також обмежений доступ до інформації про користувачів.',
14
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': 'Гості мають доступ лише до певних розділів, а також обмежений доступ до інформації про користувачів.',
15
+ 'smart-experiences.smart-hooks.member.lozenge.text': 'Учасник',
16
+ 'smart-experiences.smart-hooks.microsoft.provider': 'Microsoft',
17
+ 'smart-experiences.smart-hooks.slack.provider': 'Slack'
18
+ };