@atlaskit/afm-i18n-platform-smart-experiences-smart-hooks 2.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.
Files changed (139) hide show
  1. package/build.js +131 -0
  2. package/dist/cjs/i18n/cs.js +21 -0
  3. package/dist/cjs/i18n/da.js +21 -0
  4. package/dist/cjs/i18n/de.js +21 -0
  5. package/dist/cjs/i18n/en.js +21 -0
  6. package/dist/cjs/i18n/en_GB.js +21 -0
  7. package/dist/cjs/i18n/en_ZZ.js +21 -0
  8. package/dist/cjs/i18n/es.js +21 -0
  9. package/dist/cjs/i18n/fi.js +21 -0
  10. package/dist/cjs/i18n/fr.js +21 -0
  11. package/dist/cjs/i18n/hu.js +21 -0
  12. package/dist/cjs/i18n/index.js +55 -0
  13. package/dist/cjs/i18n/it.js +21 -0
  14. package/dist/cjs/i18n/ja.js +21 -0
  15. package/dist/cjs/i18n/ko.js +21 -0
  16. package/dist/cjs/i18n/nb.js +21 -0
  17. package/dist/cjs/i18n/nl.js +21 -0
  18. package/dist/cjs/i18n/pl.js +21 -0
  19. package/dist/cjs/i18n/pt_BR.js +21 -0
  20. package/dist/cjs/i18n/ru.js +21 -0
  21. package/dist/cjs/i18n/sv.js +21 -0
  22. package/dist/cjs/i18n/th.js +21 -0
  23. package/dist/cjs/i18n/tr.js +21 -0
  24. package/dist/cjs/i18n/uk.js +21 -0
  25. package/dist/cjs/i18n/vi.js +21 -0
  26. package/dist/cjs/i18n/zh.js +21 -0
  27. package/dist/cjs/i18n/zh_TW.js +21 -0
  28. package/dist/cjs/index.js +18 -0
  29. package/dist/esm/i18n/cs.d.ts +18 -0
  30. package/dist/esm/i18n/cs.js +19 -0
  31. package/dist/esm/i18n/da.d.ts +18 -0
  32. package/dist/esm/i18n/da.js +19 -0
  33. package/dist/esm/i18n/de.d.ts +18 -0
  34. package/dist/esm/i18n/de.js +19 -0
  35. package/dist/esm/i18n/en.d.ts +18 -0
  36. package/dist/esm/i18n/en.js +19 -0
  37. package/dist/esm/i18n/en_GB.d.ts +18 -0
  38. package/dist/esm/i18n/en_GB.js +19 -0
  39. package/dist/esm/i18n/en_ZZ.d.ts +18 -0
  40. package/dist/esm/i18n/en_ZZ.js +19 -0
  41. package/dist/esm/i18n/es.d.ts +18 -0
  42. package/dist/esm/i18n/es.js +19 -0
  43. package/dist/esm/i18n/fi.d.ts +18 -0
  44. package/dist/esm/i18n/fi.js +19 -0
  45. package/dist/esm/i18n/fr.d.ts +18 -0
  46. package/dist/esm/i18n/fr.js +19 -0
  47. package/dist/esm/i18n/hu.d.ts +18 -0
  48. package/dist/esm/i18n/hu.js +19 -0
  49. package/dist/esm/i18n/index.d.ts +25 -0
  50. package/dist/esm/i18n/index.js +26 -0
  51. package/dist/esm/i18n/it.d.ts +18 -0
  52. package/dist/esm/i18n/it.js +19 -0
  53. package/dist/esm/i18n/ja.d.ts +18 -0
  54. package/dist/esm/i18n/ja.js +19 -0
  55. package/dist/esm/i18n/ko.d.ts +18 -0
  56. package/dist/esm/i18n/ko.js +19 -0
  57. package/dist/esm/i18n/nb.d.ts +18 -0
  58. package/dist/esm/i18n/nb.js +19 -0
  59. package/dist/esm/i18n/nl.d.ts +18 -0
  60. package/dist/esm/i18n/nl.js +19 -0
  61. package/dist/esm/i18n/pl.d.ts +18 -0
  62. package/dist/esm/i18n/pl.js +19 -0
  63. package/dist/esm/i18n/pt_BR.d.ts +18 -0
  64. package/dist/esm/i18n/pt_BR.js +19 -0
  65. package/dist/esm/i18n/ru.d.ts +18 -0
  66. package/dist/esm/i18n/ru.js +19 -0
  67. package/dist/esm/i18n/sv.d.ts +18 -0
  68. package/dist/esm/i18n/sv.js +19 -0
  69. package/dist/esm/i18n/th.d.ts +18 -0
  70. package/dist/esm/i18n/th.js +19 -0
  71. package/dist/esm/i18n/tr.d.ts +18 -0
  72. package/dist/esm/i18n/tr.js +19 -0
  73. package/dist/esm/i18n/uk.d.ts +18 -0
  74. package/dist/esm/i18n/uk.js +19 -0
  75. package/dist/esm/i18n/vi.d.ts +18 -0
  76. package/dist/esm/i18n/vi.js +19 -0
  77. package/dist/esm/i18n/zh.d.ts +18 -0
  78. package/dist/esm/i18n/zh.js +19 -0
  79. package/dist/esm/i18n/zh_TW.d.ts +18 -0
  80. package/dist/esm/i18n/zh_TW.js +19 -0
  81. package/dist/esm/index.d.ts +1 -0
  82. package/dist/esm/index.js +2 -0
  83. package/dist/types/i18n/cs.d.ts +18 -0
  84. package/dist/types/i18n/da.d.ts +18 -0
  85. package/dist/types/i18n/de.d.ts +18 -0
  86. package/dist/types/i18n/en.d.ts +18 -0
  87. package/dist/types/i18n/en_GB.d.ts +18 -0
  88. package/dist/types/i18n/en_ZZ.d.ts +18 -0
  89. package/dist/types/i18n/es.d.ts +18 -0
  90. package/dist/types/i18n/fi.d.ts +18 -0
  91. package/dist/types/i18n/fr.d.ts +18 -0
  92. package/dist/types/i18n/hu.d.ts +18 -0
  93. package/dist/types/i18n/index.d.ts +25 -0
  94. package/dist/types/i18n/it.d.ts +18 -0
  95. package/dist/types/i18n/ja.d.ts +18 -0
  96. package/dist/types/i18n/ko.d.ts +18 -0
  97. package/dist/types/i18n/nb.d.ts +18 -0
  98. package/dist/types/i18n/nl.d.ts +18 -0
  99. package/dist/types/i18n/pl.d.ts +18 -0
  100. package/dist/types/i18n/pt_BR.d.ts +18 -0
  101. package/dist/types/i18n/ru.d.ts +18 -0
  102. package/dist/types/i18n/sv.d.ts +18 -0
  103. package/dist/types/i18n/th.d.ts +18 -0
  104. package/dist/types/i18n/tr.d.ts +18 -0
  105. package/dist/types/i18n/uk.d.ts +18 -0
  106. package/dist/types/i18n/vi.d.ts +18 -0
  107. package/dist/types/i18n/zh.d.ts +18 -0
  108. package/dist/types/i18n/zh_TW.d.ts +18 -0
  109. package/dist/types/index.d.ts +1 -0
  110. package/i18n/cs.ts +21 -0
  111. package/i18n/da.ts +21 -0
  112. package/i18n/de.ts +21 -0
  113. package/i18n/en.ts +21 -0
  114. package/i18n/en_GB.ts +21 -0
  115. package/i18n/en_ZZ.ts +21 -0
  116. package/i18n/es.ts +21 -0
  117. package/i18n/fi.ts +21 -0
  118. package/i18n/fr.ts +21 -0
  119. package/i18n/hu.ts +21 -0
  120. package/i18n/index.ts +26 -0
  121. package/i18n/it.ts +21 -0
  122. package/i18n/ja.ts +21 -0
  123. package/i18n/ko.ts +21 -0
  124. package/i18n/nb.ts +21 -0
  125. package/i18n/nl.ts +21 -0
  126. package/i18n/pl.ts +21 -0
  127. package/i18n/pt_BR.ts +21 -0
  128. package/i18n/ru.ts +21 -0
  129. package/i18n/sv.ts +21 -0
  130. package/i18n/th.ts +21 -0
  131. package/i18n/tr.ts +21 -0
  132. package/i18n/uk.ts +21 -0
  133. package/i18n/vi.ts +21 -0
  134. package/i18n/zh.ts +21 -0
  135. package/i18n/zh_TW.ts +20 -0
  136. package/index.ts +2 -0
  137. package/package.json +38 -0
  138. package/tsconfig.cjs.json +8 -0
  139. package/tsconfig.json +25 -0
@@ -0,0 +1,18 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'smart-experiences.smart-hooks.external.sourced.from': string;
9
+ 'smart-experiences.smart-hooks.github.provider': string;
10
+ 'smart-experiences.smart-hooks.google.provider': string;
11
+ 'smart-experiences.smart-hooks.guest.lozenge.text': string;
12
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': string;
13
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': string;
14
+ 'smart-experiences.smart-hooks.member.lozenge.text': string;
15
+ 'smart-experiences.smart-hooks.microsoft.provider': string;
16
+ 'smart-experiences.smart-hooks.slack.provider': string;
17
+ };
18
+ export default _default;
@@ -0,0 +1,18 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'smart-experiences.smart-hooks.external.sourced.from': string;
9
+ 'smart-experiences.smart-hooks.github.provider': string;
10
+ 'smart-experiences.smart-hooks.google.provider': string;
11
+ 'smart-experiences.smart-hooks.guest.lozenge.text': string;
12
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': string;
13
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': string;
14
+ 'smart-experiences.smart-hooks.member.lozenge.text': string;
15
+ 'smart-experiences.smart-hooks.microsoft.provider': string;
16
+ 'smart-experiences.smart-hooks.slack.provider': string;
17
+ };
18
+ export default _default;
@@ -0,0 +1,18 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'smart-experiences.smart-hooks.external.sourced.from': string;
9
+ 'smart-experiences.smart-hooks.github.provider': string;
10
+ 'smart-experiences.smart-hooks.google.provider': string;
11
+ 'smart-experiences.smart-hooks.guest.lozenge.text': string;
12
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': string;
13
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': string;
14
+ 'smart-experiences.smart-hooks.member.lozenge.text': string;
15
+ 'smart-experiences.smart-hooks.microsoft.provider': string;
16
+ 'smart-experiences.smart-hooks.slack.provider': string;
17
+ };
18
+ export default _default;
@@ -0,0 +1,18 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'smart-experiences.smart-hooks.external.sourced.from': string;
9
+ 'smart-experiences.smart-hooks.github.provider': string;
10
+ 'smart-experiences.smart-hooks.google.provider': string;
11
+ 'smart-experiences.smart-hooks.guest.lozenge.text': string;
12
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': string;
13
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': string;
14
+ 'smart-experiences.smart-hooks.member.lozenge.text': string;
15
+ 'smart-experiences.smart-hooks.microsoft.provider': string;
16
+ 'smart-experiences.smart-hooks.slack.provider': string;
17
+ };
18
+ export default _default;
@@ -0,0 +1,18 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'smart-experiences.smart-hooks.external.sourced.from': string;
9
+ 'smart-experiences.smart-hooks.github.provider': string;
10
+ 'smart-experiences.smart-hooks.google.provider': string;
11
+ 'smart-experiences.smart-hooks.guest.lozenge.text': string;
12
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': string;
13
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': string;
14
+ 'smart-experiences.smart-hooks.member.lozenge.text': string;
15
+ 'smart-experiences.smart-hooks.microsoft.provider': string;
16
+ 'smart-experiences.smart-hooks.slack.provider': string;
17
+ };
18
+ export default _default;
@@ -0,0 +1,18 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'smart-experiences.smart-hooks.external.sourced.from': string;
9
+ 'smart-experiences.smart-hooks.github.provider': string;
10
+ 'smart-experiences.smart-hooks.google.provider': string;
11
+ 'smart-experiences.smart-hooks.guest.lozenge.text': string;
12
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': string;
13
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': string;
14
+ 'smart-experiences.smart-hooks.member.lozenge.text': string;
15
+ 'smart-experiences.smart-hooks.microsoft.provider': string;
16
+ 'smart-experiences.smart-hooks.slack.provider': string;
17
+ };
18
+ export default _default;
@@ -0,0 +1,18 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'smart-experiences.smart-hooks.external.sourced.from': string;
9
+ 'smart-experiences.smart-hooks.github.provider': string;
10
+ 'smart-experiences.smart-hooks.google.provider': string;
11
+ 'smart-experiences.smart-hooks.guest.lozenge.text': string;
12
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': string;
13
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': string;
14
+ 'smart-experiences.smart-hooks.member.lozenge.text': string;
15
+ 'smart-experiences.smart-hooks.microsoft.provider': string;
16
+ 'smart-experiences.smart-hooks.slack.provider': string;
17
+ };
18
+ export default _default;
@@ -0,0 +1,25 @@
1
+ export * from './cs';
2
+ export * from './da';
3
+ export * from './de';
4
+ export * from './en';
5
+ export * from './en_GB';
6
+ export * from './en_ZZ';
7
+ export * from './es';
8
+ export * from './fi';
9
+ export * from './fr';
10
+ export * from './hu';
11
+ export * from './it';
12
+ export * from './ja';
13
+ export * from './ko';
14
+ export * from './nb';
15
+ export * from './nl';
16
+ export * from './pl';
17
+ export * from './pt_BR';
18
+ export * from './ru';
19
+ export * from './sv';
20
+ export * from './th';
21
+ export * from './tr';
22
+ export * from './uk';
23
+ export * from './vi';
24
+ export * from './zh';
25
+ export * from './zh_TW';
@@ -0,0 +1,18 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'smart-experiences.smart-hooks.external.sourced.from': string;
9
+ 'smart-experiences.smart-hooks.github.provider': string;
10
+ 'smart-experiences.smart-hooks.google.provider': string;
11
+ 'smart-experiences.smart-hooks.guest.lozenge.text': string;
12
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': string;
13
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': string;
14
+ 'smart-experiences.smart-hooks.member.lozenge.text': string;
15
+ 'smart-experiences.smart-hooks.microsoft.provider': string;
16
+ 'smart-experiences.smart-hooks.slack.provider': string;
17
+ };
18
+ export default _default;
@@ -0,0 +1,18 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'smart-experiences.smart-hooks.external.sourced.from': string;
9
+ 'smart-experiences.smart-hooks.github.provider': string;
10
+ 'smart-experiences.smart-hooks.google.provider': string;
11
+ 'smart-experiences.smart-hooks.guest.lozenge.text': string;
12
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': string;
13
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': string;
14
+ 'smart-experiences.smart-hooks.member.lozenge.text': string;
15
+ 'smart-experiences.smart-hooks.microsoft.provider': string;
16
+ 'smart-experiences.smart-hooks.slack.provider': string;
17
+ };
18
+ export default _default;
@@ -0,0 +1,18 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'smart-experiences.smart-hooks.external.sourced.from': string;
9
+ 'smart-experiences.smart-hooks.github.provider': string;
10
+ 'smart-experiences.smart-hooks.google.provider': string;
11
+ 'smart-experiences.smart-hooks.guest.lozenge.text': string;
12
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': string;
13
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': string;
14
+ 'smart-experiences.smart-hooks.member.lozenge.text': string;
15
+ 'smart-experiences.smart-hooks.microsoft.provider': string;
16
+ 'smart-experiences.smart-hooks.slack.provider': string;
17
+ };
18
+ export default _default;
@@ -0,0 +1,18 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'smart-experiences.smart-hooks.external.sourced.from': string;
9
+ 'smart-experiences.smart-hooks.github.provider': string;
10
+ 'smart-experiences.smart-hooks.google.provider': string;
11
+ 'smart-experiences.smart-hooks.guest.lozenge.text': string;
12
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': string;
13
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': string;
14
+ 'smart-experiences.smart-hooks.member.lozenge.text': string;
15
+ 'smart-experiences.smart-hooks.microsoft.provider': string;
16
+ 'smart-experiences.smart-hooks.slack.provider': string;
17
+ };
18
+ export default _default;
@@ -0,0 +1,18 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'smart-experiences.smart-hooks.external.sourced.from': string;
9
+ 'smart-experiences.smart-hooks.github.provider': string;
10
+ 'smart-experiences.smart-hooks.google.provider': string;
11
+ 'smart-experiences.smart-hooks.guest.lozenge.text': string;
12
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': string;
13
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': string;
14
+ 'smart-experiences.smart-hooks.member.lozenge.text': string;
15
+ 'smart-experiences.smart-hooks.microsoft.provider': string;
16
+ 'smart-experiences.smart-hooks.slack.provider': string;
17
+ };
18
+ export default _default;
@@ -0,0 +1,18 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'smart-experiences.smart-hooks.external.sourced.from': string;
9
+ 'smart-experiences.smart-hooks.github.provider': string;
10
+ 'smart-experiences.smart-hooks.google.provider': string;
11
+ 'smart-experiences.smart-hooks.guest.lozenge.text': string;
12
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': string;
13
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': string;
14
+ 'smart-experiences.smart-hooks.member.lozenge.text': string;
15
+ 'smart-experiences.smart-hooks.microsoft.provider': string;
16
+ 'smart-experiences.smart-hooks.slack.provider': string;
17
+ };
18
+ export default _default;
@@ -0,0 +1,18 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'smart-experiences.smart-hooks.external.sourced.from': string;
9
+ 'smart-experiences.smart-hooks.github.provider': string;
10
+ 'smart-experiences.smart-hooks.google.provider': string;
11
+ 'smart-experiences.smart-hooks.guest.lozenge.text': string;
12
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': string;
13
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': string;
14
+ 'smart-experiences.smart-hooks.member.lozenge.text': string;
15
+ 'smart-experiences.smart-hooks.microsoft.provider': string;
16
+ 'smart-experiences.smart-hooks.slack.provider': string;
17
+ };
18
+ export default _default;
@@ -0,0 +1,18 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'smart-experiences.smart-hooks.external.sourced.from': string;
9
+ 'smart-experiences.smart-hooks.github.provider': string;
10
+ 'smart-experiences.smart-hooks.google.provider': string;
11
+ 'smart-experiences.smart-hooks.guest.lozenge.text': string;
12
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': string;
13
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': string;
14
+ 'smart-experiences.smart-hooks.member.lozenge.text': string;
15
+ 'smart-experiences.smart-hooks.microsoft.provider': string;
16
+ 'smart-experiences.smart-hooks.slack.provider': string;
17
+ };
18
+ export default _default;
@@ -0,0 +1,18 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'smart-experiences.smart-hooks.external.sourced.from': string;
9
+ 'smart-experiences.smart-hooks.github.provider': string;
10
+ 'smart-experiences.smart-hooks.google.provider': string;
11
+ 'smart-experiences.smart-hooks.guest.lozenge.text': string;
12
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': string;
13
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': string;
14
+ 'smart-experiences.smart-hooks.member.lozenge.text': string;
15
+ 'smart-experiences.smart-hooks.microsoft.provider': string;
16
+ 'smart-experiences.smart-hooks.slack.provider': string;
17
+ };
18
+ export default _default;
@@ -0,0 +1,18 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'smart-experiences.smart-hooks.external.sourced.from': string;
9
+ 'smart-experiences.smart-hooks.github.provider': string;
10
+ 'smart-experiences.smart-hooks.google.provider': string;
11
+ 'smart-experiences.smart-hooks.guest.lozenge.text': string;
12
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': string;
13
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': string;
14
+ 'smart-experiences.smart-hooks.member.lozenge.text': string;
15
+ 'smart-experiences.smart-hooks.microsoft.provider': string;
16
+ 'smart-experiences.smart-hooks.slack.provider': string;
17
+ };
18
+ export default _default;
@@ -0,0 +1,18 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'smart-experiences.smart-hooks.external.sourced.from': string;
9
+ 'smart-experiences.smart-hooks.github.provider': string;
10
+ 'smart-experiences.smart-hooks.google.provider': string;
11
+ 'smart-experiences.smart-hooks.guest.lozenge.text': string;
12
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': string;
13
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': string;
14
+ 'smart-experiences.smart-hooks.member.lozenge.text': string;
15
+ 'smart-experiences.smart-hooks.microsoft.provider': string;
16
+ 'smart-experiences.smart-hooks.slack.provider': string;
17
+ };
18
+ export default _default;
@@ -0,0 +1,18 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'smart-experiences.smart-hooks.external.sourced.from': string;
9
+ 'smart-experiences.smart-hooks.github.provider': string;
10
+ 'smart-experiences.smart-hooks.google.provider': string;
11
+ 'smart-experiences.smart-hooks.guest.lozenge.text': string;
12
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': string;
13
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': string;
14
+ 'smart-experiences.smart-hooks.member.lozenge.text': string;
15
+ 'smart-experiences.smart-hooks.microsoft.provider': string;
16
+ 'smart-experiences.smart-hooks.slack.provider': string;
17
+ };
18
+ export default _default;
@@ -0,0 +1,18 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'smart-experiences.smart-hooks.external.sourced.from': string;
9
+ 'smart-experiences.smart-hooks.github.provider': string;
10
+ 'smart-experiences.smart-hooks.google.provider': string;
11
+ 'smart-experiences.smart-hooks.guest.lozenge.text': string;
12
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': string;
13
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': string;
14
+ 'smart-experiences.smart-hooks.member.lozenge.text': string;
15
+ 'smart-experiences.smart-hooks.microsoft.provider': string;
16
+ 'smart-experiences.smart-hooks.slack.provider': string;
17
+ };
18
+ export default _default;
@@ -0,0 +1,18 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'smart-experiences.smart-hooks.external.sourced.from': string;
9
+ 'smart-experiences.smart-hooks.github.provider': string;
10
+ 'smart-experiences.smart-hooks.google.provider': string;
11
+ 'smart-experiences.smart-hooks.guest.lozenge.text': string;
12
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': string;
13
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': string;
14
+ 'smart-experiences.smart-hooks.member.lozenge.text': string;
15
+ 'smart-experiences.smart-hooks.microsoft.provider': string;
16
+ 'smart-experiences.smart-hooks.slack.provider': string;
17
+ };
18
+ export default _default;
@@ -0,0 +1,18 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'smart-experiences.smart-hooks.external.sourced.from': string;
9
+ 'smart-experiences.smart-hooks.github.provider': string;
10
+ 'smart-experiences.smart-hooks.google.provider': string;
11
+ 'smart-experiences.smart-hooks.guest.lozenge.text': string;
12
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': string;
13
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': string;
14
+ 'smart-experiences.smart-hooks.member.lozenge.text': string;
15
+ 'smart-experiences.smart-hooks.microsoft.provider': string;
16
+ 'smart-experiences.smart-hooks.slack.provider': string;
17
+ };
18
+ export default _default;
@@ -0,0 +1 @@
1
+ export * from './i18n';
package/i18n/cs.ts ADDED
@@ -0,0 +1,21 @@
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
+ //Czech
9
+ export default {
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':
15
+ 'Skupiny 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.guest.lozenge.tooltip.user':
17
+ 'Hosté mají přístup pouze k určitým prostorům a mají omezený přístup k uživatelským údajům.',
18
+ 'smart-experiences.smart-hooks.member.lozenge.text': 'ČLEN',
19
+ 'smart-experiences.smart-hooks.microsoft.provider': 'Microsoft',
20
+ 'smart-experiences.smart-hooks.slack.provider': 'Slack',
21
+ };
package/i18n/da.ts ADDED
@@ -0,0 +1,21 @@
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
+ //Danish (Denmark)
9
+ export default {
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':
15
+ 'Gæstegrupper har kun adgang til bestemte områder og har begrænset adgang til brugeroplysninger.',
16
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.user':
17
+ 'Gæster har kun adgang til bestemte områder og har begrænset adgang til brugeroplysninger.',
18
+ 'smart-experiences.smart-hooks.member.lozenge.text': 'Medlem',
19
+ 'smart-experiences.smart-hooks.microsoft.provider': 'Microsoft',
20
+ 'smart-experiences.smart-hooks.slack.provider': 'Slack',
21
+ };
package/i18n/de.ts ADDED
@@ -0,0 +1,21 @@
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
+ //German (Germany)
9
+ export default {
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':
15
+ 'Gästegruppen können ausschließlich auf ausgewählte Bereiche zugreifen und verfügen über eingeschränkten Zugriff auf Benutzerinformationen.',
16
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.user':
17
+ 'Gäste können ausschließlich auf ausgewählte Bereiche zugreifen und verfügen über eingeschränkten Zugriff auf Benutzerinformationen.',
18
+ 'smart-experiences.smart-hooks.member.lozenge.text': 'Mitglied',
19
+ 'smart-experiences.smart-hooks.microsoft.provider': 'Microsoft',
20
+ 'smart-experiences.smart-hooks.slack.provider': 'Slack',
21
+ };
package/i18n/en.ts ADDED
@@ -0,0 +1,21 @@
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
+ //
9
+ export default {
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':
15
+ 'Guest groups can only access certain spaces and have limited access to user info.',
16
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.user':
17
+ 'Guests can only access certain spaces and have limited access to user info.',
18
+ 'smart-experiences.smart-hooks.member.lozenge.text': 'MEMBER',
19
+ 'smart-experiences.smart-hooks.microsoft.provider': 'Microsoft',
20
+ 'smart-experiences.smart-hooks.slack.provider': 'Slack',
21
+ };
package/i18n/en_GB.ts ADDED
@@ -0,0 +1,21 @@
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)
9
+ export default {
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':
15
+ 'Guest groups can only access certain spaces and have limited access to user info.',
16
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.user':
17
+ 'Guests can only access certain spaces and have limited access to user info.',
18
+ 'smart-experiences.smart-hooks.member.lozenge.text': 'MEMBER',
19
+ 'smart-experiences.smart-hooks.microsoft.provider': 'Microsoft',
20
+ 'smart-experiences.smart-hooks.slack.provider': 'Slack',
21
+ };
package/i18n/en_ZZ.ts ADDED
@@ -0,0 +1,21 @@
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
+ //
9
+ export default {
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':
15
+ '⁣⁢Guest groups can only access certain spaces and have limited access to user info.‍‌⁡؜‌‍؜‌⁣⁤',
16
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.user':
17
+ '⁣⁢Guests can only access certain spaces and have limited access to user info.؜⁠‍⁠⁣⁤',
18
+ 'smart-experiences.smart-hooks.member.lozenge.text': '⁣⁢MEMBER‌⁠‌‍‌⁡⁠⁠⁡⁠⁣⁤',
19
+ 'smart-experiences.smart-hooks.microsoft.provider': '⁣⁢Microsoft؜؜⁠‌‍‌‌⁡‍‍‍⁣⁤',
20
+ 'smart-experiences.smart-hooks.slack.provider': '⁣⁢Slack؜‌⁡⁠؜‌⁣⁤',
21
+ };
package/i18n/es.ts ADDED
@@ -0,0 +1,21 @@
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
+ //Spanish (International)
9
+ export default {
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':
15
+ 'Los grupos de invitados solo pueden acceder a espacios determinados y tienen un acceso limitado a la información de los usuarios.',
16
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.user':
17
+ 'Los invitados solo pueden acceder a espacios determinados y tienen un acceso limitado a la información de los usuarios.',
18
+ 'smart-experiences.smart-hooks.member.lozenge.text': 'MIEMBRO',
19
+ 'smart-experiences.smart-hooks.microsoft.provider': 'Microsoft',
20
+ 'smart-experiences.smart-hooks.slack.provider': 'Slack',
21
+ };
package/i18n/fi.ts ADDED
@@ -0,0 +1,21 @@
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
+ //Finnish
9
+ export default {
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':
15
+ 'Vierasryhmillä on pääsy vain tiettyihin työtiloihin ja rajoitettu pääsy käyttäjätietoihin.',
16
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.user':
17
+ 'Vierailla on pääsy vain tiettyihin työtiloihin ja rajoitettu pääsy käyttäjätietoihin.',
18
+ 'smart-experiences.smart-hooks.member.lozenge.text': 'Jäsen',
19
+ 'smart-experiences.smart-hooks.microsoft.provider': 'Microsoft',
20
+ 'smart-experiences.smart-hooks.slack.provider': 'Slack',
21
+ };