@atlaskit/reactions 33.2.21 → 33.2.23

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 (187) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/dist/cjs/analytics/index.js +1 -1
  3. package/dist/cjs/components/Counter.js +1 -1
  4. package/dist/cjs/components/EmojiButton.js +1 -1
  5. package/dist/cjs/components/FlashAnimation.js +1 -1
  6. package/dist/cjs/components/Reaction.js +1 -1
  7. package/dist/cjs/components/ReactionButton.js +1 -1
  8. package/dist/cjs/components/ReactionParticleEffect.js +1 -1
  9. package/dist/cjs/components/ReactionPicker.js +1 -1
  10. package/dist/cjs/components/ReactionSummaryButton.js +1 -1
  11. package/dist/cjs/components/ReactionSummaryView.js +1 -1
  12. package/dist/cjs/components/ReactionTooltip.js +1 -1
  13. package/dist/cjs/components/ReactionView.js +1 -1
  14. package/dist/cjs/components/Reactions.js +1 -1
  15. package/dist/cjs/components/ReactionsDialog.js +1 -1
  16. package/dist/cjs/components/ReactionsDialogHeader.compiled.css +1 -1
  17. package/dist/cjs/components/ReactionsDialogHeader.js +5 -2
  18. package/dist/cjs/components/ReactionsDialogTrigger.js +1 -1
  19. package/dist/cjs/components/Selector.js +1 -1
  20. package/dist/cjs/components/StaticReaction.js +1 -1
  21. package/dist/cjs/components/Trigger.js +1 -1
  22. package/dist/cjs/i18n/cs.js +3 -21
  23. package/dist/cjs/i18n/da.js +3 -21
  24. package/dist/cjs/i18n/de.js +3 -20
  25. package/dist/cjs/i18n/en.js +3 -21
  26. package/dist/cjs/i18n/en_GB.js +3 -21
  27. package/dist/cjs/i18n/en_ZZ.js +3 -21
  28. package/dist/cjs/i18n/es.js +3 -21
  29. package/dist/cjs/i18n/fi.js +3 -20
  30. package/dist/cjs/i18n/fr.js +3 -21
  31. package/dist/cjs/i18n/hu.js +3 -21
  32. package/dist/cjs/i18n/it.js +3 -21
  33. package/dist/cjs/i18n/ja.js +3 -21
  34. package/dist/cjs/i18n/ko.js +3 -20
  35. package/dist/cjs/i18n/nb.js +3 -20
  36. package/dist/cjs/i18n/nl.js +3 -21
  37. package/dist/cjs/i18n/pl.js +3 -21
  38. package/dist/cjs/i18n/pt_BR.js +3 -21
  39. package/dist/cjs/i18n/ru.js +3 -20
  40. package/dist/cjs/i18n/sv.js +3 -21
  41. package/dist/cjs/i18n/th.js +3 -21
  42. package/dist/cjs/i18n/tr.js +3 -21
  43. package/dist/cjs/i18n/uk.js +3 -21
  44. package/dist/cjs/i18n/vi.js +3 -21
  45. package/dist/cjs/i18n/zh.js +3 -21
  46. package/dist/cjs/i18n/zh_TW.js +3 -20
  47. package/dist/es2019/analytics/index.js +1 -1
  48. package/dist/es2019/components/Counter.js +1 -1
  49. package/dist/es2019/components/EmojiButton.js +1 -1
  50. package/dist/es2019/components/FlashAnimation.js +1 -1
  51. package/dist/es2019/components/Reaction.js +1 -1
  52. package/dist/es2019/components/ReactionButton.js +1 -1
  53. package/dist/es2019/components/ReactionParticleEffect.js +1 -1
  54. package/dist/es2019/components/ReactionPicker.js +1 -1
  55. package/dist/es2019/components/ReactionSummaryButton.js +1 -1
  56. package/dist/es2019/components/ReactionSummaryView.js +1 -1
  57. package/dist/es2019/components/ReactionTooltip.js +1 -1
  58. package/dist/es2019/components/ReactionView.js +1 -1
  59. package/dist/es2019/components/Reactions.js +1 -1
  60. package/dist/es2019/components/ReactionsDialog.js +1 -1
  61. package/dist/es2019/components/ReactionsDialogHeader.compiled.css +1 -1
  62. package/dist/es2019/components/ReactionsDialogHeader.js +2 -2
  63. package/dist/es2019/components/ReactionsDialogTrigger.js +1 -1
  64. package/dist/es2019/components/Selector.js +1 -1
  65. package/dist/es2019/components/StaticReaction.js +1 -1
  66. package/dist/es2019/components/Trigger.js +1 -1
  67. package/dist/es2019/i18n/cs.js +3 -21
  68. package/dist/es2019/i18n/da.js +3 -21
  69. package/dist/es2019/i18n/de.js +3 -20
  70. package/dist/es2019/i18n/en.js +3 -21
  71. package/dist/es2019/i18n/en_GB.js +3 -21
  72. package/dist/es2019/i18n/en_ZZ.js +3 -21
  73. package/dist/es2019/i18n/es.js +3 -21
  74. package/dist/es2019/i18n/fi.js +3 -20
  75. package/dist/es2019/i18n/fr.js +3 -21
  76. package/dist/es2019/i18n/hu.js +3 -21
  77. package/dist/es2019/i18n/it.js +3 -21
  78. package/dist/es2019/i18n/ja.js +3 -21
  79. package/dist/es2019/i18n/ko.js +3 -20
  80. package/dist/es2019/i18n/nb.js +3 -20
  81. package/dist/es2019/i18n/nl.js +3 -21
  82. package/dist/es2019/i18n/pl.js +3 -21
  83. package/dist/es2019/i18n/pt_BR.js +3 -21
  84. package/dist/es2019/i18n/ru.js +3 -20
  85. package/dist/es2019/i18n/sv.js +3 -21
  86. package/dist/es2019/i18n/th.js +3 -21
  87. package/dist/es2019/i18n/tr.js +3 -21
  88. package/dist/es2019/i18n/uk.js +3 -21
  89. package/dist/es2019/i18n/vi.js +3 -21
  90. package/dist/es2019/i18n/zh.js +3 -21
  91. package/dist/es2019/i18n/zh_TW.js +3 -20
  92. package/dist/esm/analytics/index.js +1 -1
  93. package/dist/esm/components/Counter.js +1 -1
  94. package/dist/esm/components/EmojiButton.js +1 -1
  95. package/dist/esm/components/FlashAnimation.js +1 -1
  96. package/dist/esm/components/Reaction.js +1 -1
  97. package/dist/esm/components/ReactionButton.js +1 -1
  98. package/dist/esm/components/ReactionParticleEffect.js +1 -1
  99. package/dist/esm/components/ReactionPicker.js +1 -1
  100. package/dist/esm/components/ReactionSummaryButton.js +1 -1
  101. package/dist/esm/components/ReactionSummaryView.js +1 -1
  102. package/dist/esm/components/ReactionTooltip.js +1 -1
  103. package/dist/esm/components/ReactionView.js +1 -1
  104. package/dist/esm/components/Reactions.js +1 -1
  105. package/dist/esm/components/ReactionsDialog.js +1 -1
  106. package/dist/esm/components/ReactionsDialogHeader.compiled.css +1 -1
  107. package/dist/esm/components/ReactionsDialogHeader.js +5 -2
  108. package/dist/esm/components/ReactionsDialogTrigger.js +1 -1
  109. package/dist/esm/components/Selector.js +1 -1
  110. package/dist/esm/components/StaticReaction.js +1 -1
  111. package/dist/esm/components/Trigger.js +1 -1
  112. package/dist/esm/i18n/cs.js +3 -21
  113. package/dist/esm/i18n/da.js +3 -21
  114. package/dist/esm/i18n/de.js +3 -20
  115. package/dist/esm/i18n/en.js +3 -21
  116. package/dist/esm/i18n/en_GB.js +3 -21
  117. package/dist/esm/i18n/en_ZZ.js +3 -21
  118. package/dist/esm/i18n/es.js +3 -21
  119. package/dist/esm/i18n/fi.js +3 -20
  120. package/dist/esm/i18n/fr.js +3 -21
  121. package/dist/esm/i18n/hu.js +3 -21
  122. package/dist/esm/i18n/it.js +3 -21
  123. package/dist/esm/i18n/ja.js +3 -21
  124. package/dist/esm/i18n/ko.js +3 -20
  125. package/dist/esm/i18n/nb.js +3 -20
  126. package/dist/esm/i18n/nl.js +3 -21
  127. package/dist/esm/i18n/pl.js +3 -21
  128. package/dist/esm/i18n/pt_BR.js +3 -21
  129. package/dist/esm/i18n/ru.js +3 -20
  130. package/dist/esm/i18n/sv.js +3 -21
  131. package/dist/esm/i18n/th.js +3 -21
  132. package/dist/esm/i18n/tr.js +3 -21
  133. package/dist/esm/i18n/uk.js +3 -21
  134. package/dist/esm/i18n/vi.js +3 -21
  135. package/dist/esm/i18n/zh.js +3 -21
  136. package/dist/esm/i18n/zh_TW.js +3 -20
  137. package/dist/types/i18n/cs.d.ts +2 -21
  138. package/dist/types/i18n/da.d.ts +2 -21
  139. package/dist/types/i18n/de.d.ts +2 -20
  140. package/dist/types/i18n/en.d.ts +2 -21
  141. package/dist/types/i18n/en_GB.d.ts +2 -21
  142. package/dist/types/i18n/en_ZZ.d.ts +2 -21
  143. package/dist/types/i18n/es.d.ts +2 -21
  144. package/dist/types/i18n/fi.d.ts +2 -20
  145. package/dist/types/i18n/fr.d.ts +2 -21
  146. package/dist/types/i18n/hu.d.ts +2 -21
  147. package/dist/types/i18n/it.d.ts +2 -21
  148. package/dist/types/i18n/ja.d.ts +2 -21
  149. package/dist/types/i18n/ko.d.ts +2 -20
  150. package/dist/types/i18n/nb.d.ts +2 -20
  151. package/dist/types/i18n/nl.d.ts +2 -21
  152. package/dist/types/i18n/pl.d.ts +2 -21
  153. package/dist/types/i18n/pt_BR.d.ts +2 -21
  154. package/dist/types/i18n/ru.d.ts +2 -20
  155. package/dist/types/i18n/sv.d.ts +2 -21
  156. package/dist/types/i18n/th.d.ts +2 -21
  157. package/dist/types/i18n/tr.d.ts +2 -21
  158. package/dist/types/i18n/uk.d.ts +2 -21
  159. package/dist/types/i18n/vi.d.ts +2 -21
  160. package/dist/types/i18n/zh.d.ts +2 -21
  161. package/dist/types/i18n/zh_TW.d.ts +2 -20
  162. package/dist/types-ts4.5/i18n/cs.d.ts +2 -21
  163. package/dist/types-ts4.5/i18n/da.d.ts +2 -21
  164. package/dist/types-ts4.5/i18n/de.d.ts +2 -20
  165. package/dist/types-ts4.5/i18n/en.d.ts +2 -21
  166. package/dist/types-ts4.5/i18n/en_GB.d.ts +2 -21
  167. package/dist/types-ts4.5/i18n/en_ZZ.d.ts +2 -21
  168. package/dist/types-ts4.5/i18n/es.d.ts +2 -21
  169. package/dist/types-ts4.5/i18n/fi.d.ts +2 -20
  170. package/dist/types-ts4.5/i18n/fr.d.ts +2 -21
  171. package/dist/types-ts4.5/i18n/hu.d.ts +2 -21
  172. package/dist/types-ts4.5/i18n/it.d.ts +2 -21
  173. package/dist/types-ts4.5/i18n/ja.d.ts +2 -21
  174. package/dist/types-ts4.5/i18n/ko.d.ts +2 -20
  175. package/dist/types-ts4.5/i18n/nb.d.ts +2 -20
  176. package/dist/types-ts4.5/i18n/nl.d.ts +2 -21
  177. package/dist/types-ts4.5/i18n/pl.d.ts +2 -21
  178. package/dist/types-ts4.5/i18n/pt_BR.d.ts +2 -21
  179. package/dist/types-ts4.5/i18n/ru.d.ts +2 -20
  180. package/dist/types-ts4.5/i18n/sv.d.ts +2 -21
  181. package/dist/types-ts4.5/i18n/th.d.ts +2 -21
  182. package/dist/types-ts4.5/i18n/tr.d.ts +2 -21
  183. package/dist/types-ts4.5/i18n/uk.d.ts +2 -21
  184. package/dist/types-ts4.5/i18n/vi.d.ts +2 -21
  185. package/dist/types-ts4.5/i18n/zh.d.ts +2 -21
  186. package/dist/types-ts4.5/i18n/zh_TW.d.ts +2 -20
  187. package/package.json +5 -8
@@ -5,24 +5,6 @@
5
5
  * This file is automatically generated by Traduki 2.0.
6
6
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
7
  */
8
- //Thai (Thailand)
9
- export default {
10
- 'fabric.reactions.add': 'เพิ่มการโต้ตอบ',
11
- 'fabric.reactions.add.new': 'เพิ่มใหม่',
12
- 'fabric.reactions.error.unexpected': 'การแสดงปฏิกิริยาไม่สามารถใช้งานได้ชั่วคราว',
13
- 'fabric.reactions.loading': 'กำลังโหลด...',
14
- 'fabric.reactions.more.emojis': 'เอโมจิเพิ่มเติม',
15
- 'fabric.reactions.other.reacted.users': '{count, plural, other {และคนอื่น ๆ อีก {count} คน}}',
16
- 'fabric.reactions.reactwithemoji': 'แสดงปฏิกิริยาด้วยเอโมจิ {emoji}',
17
- 'fabric.reactions.reactwithemojiandcount': '{count, plural, other {{count,number} {emoji} เอโมจิ แสดงปฏิกิริยาด้วยเอโมจิ {emoji}}}',
18
- 'fabric.reactions.summary': 'ดูการโต้ตอบของผู้ใช้ทั้งหมด',
19
- 'reaction-picker-trigger.add.reaction.message': 'เพิ่มการโต้ตอบ',
20
- 'reactions-reaction.picker-label': 'เพิ่มการโต้ตอบ',
21
- 'reactions.dialog.close': 'ปิด',
22
- 'reactions.dialog.emoji.name': '{emojiName}',
23
- 'reactions.dialog.left.navigate': 'นำทางไปทางซ้าย',
24
- 'reactions.dialog.reactions.count': '{count, plural, other {การโต้ตอบทั้งหมด {count,number} ครั้ง}}',
25
- 'reactions.dialog.right.navigate': 'นำทางไปทางขวา',
26
- 'reactions.dialog.viewall': 'ดูทั้งหมด',
27
- 'reactions.dialog.viewall.tooltip': 'ดูผู้ใช้ที่ตอบสนองทั้งหมด'
28
- };
8
+
9
+ import translations from '@atlaskit/afm-i18n-platform-elements-reactions/i18n/th';
10
+ export default translations;
@@ -5,24 +5,6 @@
5
5
  * This file is automatically generated by Traduki 2.0.
6
6
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
7
  */
8
- //Turkish (Turkey)
9
- export default {
10
- 'fabric.reactions.add': 'Tepki ekle',
11
- 'fabric.reactions.add.new': 'Yeni ekle',
12
- 'fabric.reactions.error.unexpected': 'Tepkiler geçici olarak kullanılamıyor',
13
- 'fabric.reactions.loading': 'Yükleniyor...',
14
- 'fabric.reactions.more.emojis': 'Daha fazla emoji',
15
- 'fabric.reactions.other.reacted.users': '{count, plural, one {ve bir kişi daha} other {ve {count} kişi daha}}',
16
- 'fabric.reactions.reactwithemoji': "{emoji} emoji'siyle tepki verin",
17
- 'fabric.reactions.reactwithemojiandcount': "{count, plural, one {{count,number} {emoji} emoji. {emoji} emoji'siyle tepki verin} other {{count,number} {emoji} emoji. {emoji} emoji'siyle tepki verin}}",
18
- 'fabric.reactions.summary': 'Tüm kullanıcı tepkilerini görüntüleyin',
19
- 'reaction-picker-trigger.add.reaction.message': 'Tepki ekleyin',
20
- 'reactions-reaction.picker-label': 'Tepki ekleyin',
21
- 'reactions.dialog.close': 'Kapat',
22
- 'reactions.dialog.emoji.name': '{emojiName}',
23
- 'reactions.dialog.left.navigate': 'Sol Gezinme',
24
- 'reactions.dialog.reactions.count': '{count, plural, one {Toplam {count,number} tepki} other {Toplam {count,number} tepki}}',
25
- 'reactions.dialog.right.navigate': 'Sağ Gezinme',
26
- 'reactions.dialog.viewall': 'Tümünü göster',
27
- 'reactions.dialog.viewall.tooltip': 'Tüm kullanıcı tepkilerini görüntüleyin'
28
- };
8
+
9
+ import translations from '@atlaskit/afm-i18n-platform-elements-reactions/i18n/tr';
10
+ export default translations;
@@ -5,24 +5,6 @@
5
5
  * This file is automatically generated by Traduki 2.0.
6
6
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
7
  */
8
- //Ukrainian (Ukraine)
9
- export default {
10
- 'fabric.reactions.add': 'Додати реакцію',
11
- 'fabric.reactions.add.new': 'Додати нову реакцію',
12
- 'fabric.reactions.error.unexpected': 'Реакції тимчасово недоступні',
13
- 'fabric.reactions.loading': 'Завантаження...',
14
- 'fabric.reactions.more.emojis': 'Інші емодзі',
15
- 'fabric.reactions.other.reacted.users': '{count, plural, one {і ще {count} особа} few {і ще {count} особи} many {і ще {count} осіб} other {і ще {count} особи}}',
16
- 'fabric.reactions.reactwithemoji': 'Вставити емодзі {emoji}',
17
- 'fabric.reactions.reactwithemojiandcount': '{count, plural, one {{count,number} емодзі {emoji}. Відреагуйте за допомогою емодзі {emoji}} few {{count,number} емодзі {emoji}. Відреагуйте за допомогою емодзі {emoji}} many {{count,number} емодзі {emoji} Відреагуйте за допомогою емодзі {emoji}} other {{count,number} емодзі {emoji} Відреагуйте за допомогою емодзі {emoji}}}',
18
- 'fabric.reactions.summary': 'Переглянути всі реакції користувачів',
19
- 'reaction-picker-trigger.add.reaction.message': 'Додайте реакцію',
20
- 'reactions-reaction.picker-label': 'Додати реакції',
21
- 'reactions.dialog.close': 'Закрити',
22
- 'reactions.dialog.emoji.name': '{emojiName}',
23
- 'reactions.dialog.left.navigate': 'Перейти вліво',
24
- 'reactions.dialog.reactions.count': '{count, plural, one {Усього {count,number} реакція} few {Усього {count,number} реакції} many {Усього {count,number} реакцій} other {Усього {count,number} реакції}}',
25
- 'reactions.dialog.right.navigate': 'Перейти вправо',
26
- 'reactions.dialog.viewall': 'Переглянути все',
27
- 'reactions.dialog.viewall.tooltip': 'Переглянути всі реакції користувачів'
28
- };
8
+
9
+ import translations from '@atlaskit/afm-i18n-platform-elements-reactions/i18n/uk';
10
+ export default translations;
@@ -5,24 +5,6 @@
5
5
  * This file is automatically generated by Traduki 2.0.
6
6
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
7
  */
8
- //Vietnamese (Vietnam)
9
- export default {
10
- 'fabric.reactions.add': 'Thêm tương tác',
11
- 'fabric.reactions.add.new': 'Thêm mới',
12
- 'fabric.reactions.error.unexpected': 'Tính năng tương tác tạm thời không hỗ trợ',
13
- 'fabric.reactions.loading': 'Đang tải...',
14
- 'fabric.reactions.more.emojis': 'Biểu tượng cảm xúc khác',
15
- 'fabric.reactions.other.reacted.users': '{count, plural, other {và {count} người khác}}',
16
- 'fabric.reactions.reactwithemoji': 'Bày tỏ biểu tượng cảm xúc {emoji}',
17
- 'fabric.reactions.reactwithemojiandcount': '{count, plural, other {{count,number} {emoji} biểu tượng cảm xúc. Hãy bày tỏ cảm xúc bằng biểu tượng cảm xúc {emoji}}}',
18
- 'fabric.reactions.summary': 'Xem tất cả tương tác của người dùng',
19
- 'reaction-picker-trigger.add.reaction.message': 'Thêm tương tác',
20
- 'reactions-reaction.picker-label': 'Thêm tương tác',
21
- 'reactions.dialog.close': 'Đóng',
22
- 'reactions.dialog.emoji.name': '{emojiName}',
23
- 'reactions.dialog.left.navigate': 'Sang trái',
24
- 'reactions.dialog.reactions.count': '{count, plural, other {Tổng số {count,number} lượt tương tác}}',
25
- 'reactions.dialog.right.navigate': 'Sang phải',
26
- 'reactions.dialog.viewall': 'Xem tất cả',
27
- 'reactions.dialog.viewall.tooltip': 'Xem tất cả tương tác của người dùng'
28
- };
8
+
9
+ import translations from '@atlaskit/afm-i18n-platform-elements-reactions/i18n/vi';
10
+ export default translations;
@@ -5,24 +5,6 @@
5
5
  * This file is automatically generated by Traduki 2.0.
6
6
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
7
  */
8
- //Chinese (Simplified)
9
- export default {
10
- 'fabric.reactions.add': '添加反应',
11
- 'fabric.reactions.add.new': '新增',
12
- 'fabric.reactions.error.unexpected': '反应暂时不可用',
13
- 'fabric.reactions.loading': '正在加载...',
14
- 'fabric.reactions.more.emojis': '更多表情',
15
- 'fabric.reactions.other.reacted.users': '{count, plural, other {以及其他 {count} 个人}}',
16
- 'fabric.reactions.reactwithemoji': '使用 {emoji} 表情回应',
17
- 'fabric.reactions.reactwithemojiandcount': '{count, plural, other {{count,number} 个 {emoji} 表情。使用 {emoji} 表情回应}}',
18
- 'fabric.reactions.summary': '查看所有用户回应',
19
- 'reaction-picker-trigger.add.reaction.message': '添加反应',
20
- 'reactions-reaction.picker-label': '添加回应',
21
- 'reactions.dialog.close': '关闭',
22
- 'reactions.dialog.emoji.name': '{emojiName}',
23
- 'reactions.dialog.left.navigate': '向左导航',
24
- 'reactions.dialog.reactions.count': '{count, plural, other {共 {count,number} 条回应}}',
25
- 'reactions.dialog.right.navigate': '向右导航',
26
- 'reactions.dialog.viewall': '查看全部',
27
- 'reactions.dialog.viewall.tooltip': '查看所有用户反应'
28
- };
8
+
9
+ import translations from '@atlaskit/afm-i18n-platform-elements-reactions/i18n/zh';
10
+ export default translations;
@@ -5,23 +5,6 @@
5
5
  * This file is automatically generated by Traduki 2.0.
6
6
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
7
  */
8
- //Chinese (Traditional)
9
- export default {
10
- 'fabric.reactions.add': '新增反應',
11
- 'fabric.reactions.add.new': '新增',
12
- 'fabric.reactions.error.unexpected': '暫時無法使用回覆功能',
13
- 'fabric.reactions.loading': '正在載入...',
14
- 'fabric.reactions.more.emojis': '更多表情符號',
15
- 'fabric.reactions.other.reacted.users': '{count, plural, other {還有其他 {count} 個}}',
16
- 'fabric.reactions.reactwithemoji': '使用 {emoji} 表情符號回應',
17
- 'fabric.reactions.reactwithemojiandcount': '{count, plural, other {{count,number} 個 {emoji} 表情符號。使用 {emoji} 表情符號回應}}',
18
- 'fabric.reactions.summary': '檢視所有使用者的回應',
19
- 'reaction-picker-trigger.add.reaction.message': '新增回應',
20
- 'reactions-reaction.picker-label': '新增回應',
21
- 'reactions.dialog.close': '關閉',
22
- 'reactions.dialog.left.navigate': '左側導覽',
23
- 'reactions.dialog.reactions.count': '{count, plural, other {{count,number} 個回應總計}}',
24
- 'reactions.dialog.right.navigate': '右側導覽',
25
- 'reactions.dialog.viewall': '查看全部',
26
- 'reactions.dialog.viewall.tooltip': '檢視所有使用者的回應'
27
- };
8
+
9
+ import translations from '@atlaskit/afm-i18n-platform-elements-reactions/i18n/zh_TW';
10
+ export default translations;
@@ -4,7 +4,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
4
4
  import { createAndFireEvent } from '@atlaskit/analytics-next';
5
5
  import { UI_EVENT_TYPE, OPERATIONAL_EVENT_TYPE } from '@atlaskit/analytics-gas-types';
6
6
  var packageName = "@atlaskit/reactions";
7
- var packageVersion = "33.2.20";
7
+ var packageVersion = "0.0.0-development";
8
8
  /**
9
9
  * TODO: move to utility package?
10
10
  * A random sampling function
@@ -1,4 +1,4 @@
1
- /* Counter.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* Counter.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import "./Counter.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* EmojiButton.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* EmojiButton.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import "./EmojiButton.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* FlashAnimation.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* FlashAnimation.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import "./FlashAnimation.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* Reaction.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* Reaction.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import _asyncToGenerator from "@babel/runtime/helpers/asyncToGenerator";
4
4
  import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
@@ -1,4 +1,4 @@
1
- /* ReactionButton.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* ReactionButton.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import "./ReactionButton.compiled.css";
4
4
  import * as React from 'react';
@@ -1,4 +1,4 @@
1
- /* ReactionParticleEffect.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* ReactionParticleEffect.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import _toConsumableArray from "@babel/runtime/helpers/toConsumableArray";
3
3
  import "./ReactionParticleEffect.compiled.css";
4
4
  import * as React from 'react';
@@ -1,4 +1,4 @@
1
- /* ReactionPicker.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* ReactionPicker.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import _defineProperty from "@babel/runtime/helpers/defineProperty";
3
3
  import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
4
4
  import "./ReactionPicker.compiled.css";
@@ -1,4 +1,4 @@
1
- /* ReactionSummaryButton.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* ReactionSummaryButton.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import _toConsumableArray from "@babel/runtime/helpers/toConsumableArray";
3
3
  import "./ReactionSummaryButton.compiled.css";
4
4
  import * as React from 'react';
@@ -1,4 +1,4 @@
1
- /* ReactionSummaryView.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* ReactionSummaryView.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
4
4
  import "./ReactionSummaryView.compiled.css";
@@ -1,4 +1,4 @@
1
- /* ReactionTooltip.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* ReactionTooltip.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import "./ReactionTooltip.compiled.css";
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* ReactionView.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* ReactionView.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import "./ReactionView.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* Reactions.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* Reactions.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import _toConsumableArray from "@babel/runtime/helpers/toConsumableArray";
3
3
  import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
4
4
  import "./Reactions.compiled.css";
@@ -1,4 +1,4 @@
1
- /* ReactionsDialog.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* ReactionsDialog.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
3
3
  import "./ReactionsDialog.compiled.css";
4
4
  import * as React from 'react';
@@ -5,7 +5,7 @@
5
5
  ._nhktlyvf.disabled:after{background:linear-gradient(270deg,hsla(0,0%,100%,.95) 40.23%,hsla(0,0%,100%,.55) 58.33%,hsla(0,0%,100%,0) 77.49%)}
6
6
  ._1rjc1b66{padding-block:var(--ds-space-050,4px)}
7
7
  ._80wau2gc div[role=tablist]{padding-inline:var(--ds-space-100,8px)}
8
- ._n7zl1l7n{border-bottom:1px solid var(--ds-border,#ebecf0)}._10d67vkz>span{min-height:1pc}
8
+ ._n7zl4gxu{border-bottom:var(--_1i0gnx0)}._10d67vkz>span{min-height:1pc}
9
9
  ._141m1j28 div[role=tablist]:before{background-color:transparent}
10
10
  ._18m91wug{overflow-y:auto}
11
11
  ._18u01wug{margin-left:auto}
@@ -1,4 +1,4 @@
1
- /* ReactionsDialogHeader.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* ReactionsDialogHeader.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import _defineProperty from "@babel/runtime/helpers/defineProperty";
3
3
  import _asyncToGenerator from "@babel/runtime/helpers/asyncToGenerator";
4
4
  import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
@@ -146,7 +146,10 @@ export var ReactionsDialogHeader = function ReactionsDialogHeader(_ref3) {
146
146
  onClick: handleCloseReactionsDialog
147
147
  })), /*#__PURE__*/React.createElement(Inline, null, /*#__PURE__*/React.createElement("div", {
148
148
  id: "reactions-dialog-tabs-list",
149
- className: ax(["_1reo1wug _18m91wug _n7zl1l7n _1e0c1txw _1bsb1osq _4cvr1y6m _80wau2gc _s2c4kb7n _141m1j28"])
149
+ className: ax(["_1reo1wug _18m91wug _n7zl4gxu _1e0c1txw _1bsb1osq _4cvr1y6m _80wau2gc _s2c4kb7n _141m1j28"]),
150
+ style: {
151
+ "--_1i0gnx0": ix("var(--ds-border-width, 1px)".concat(" solid ", "var(--ds-border, #EBECF0)"))
152
+ }
150
153
  }, !isSinglePage && !isOnFirstPage && /*#__PURE__*/React.createElement(LeftNavigationButton, {
151
154
  handlePreviousPage: handlePreviousPage
152
155
  }), /*#__PURE__*/React.createElement(TabList, null, currentReactions.map(function (reaction, index) {
@@ -1,4 +1,4 @@
1
- /* ReactionsDialogTrigger.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* ReactionsDialogTrigger.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import "./ReactionsDialogTrigger.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* Selector.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* Selector.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import "./Selector.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* StaticReaction.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* StaticReaction.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import "./StaticReaction.compiled.css";
4
4
  import * as React from 'react';
@@ -1,4 +1,4 @@
1
- /* Trigger.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* Trigger.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import "./Trigger.compiled.css";
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -5,24 +5,6 @@
5
5
  * This file is automatically generated by Traduki 2.0.
6
6
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
7
  */
8
- //Czech
9
- export default {
10
- 'fabric.reactions.add': 'Přidat reakci',
11
- 'fabric.reactions.add.new': 'Přidat novou',
12
- 'fabric.reactions.error.unexpected': 'Reakce jsou dočasně nedostupné.',
13
- 'fabric.reactions.loading': 'Načítání...',
14
- 'fabric.reactions.more.emojis': 'Více smajlíků',
15
- 'fabric.reactions.other.reacted.users': '{count, plural, one {a jeden další} few {a {count} další} many {a {count} dalšího} other {a {count} dalších}}',
16
- 'fabric.reactions.reactwithemoji': 'Reagovat pomocí smajlíku {emoji}',
17
- 'fabric.reactions.reactwithemojiandcount': '{count, plural, one {{count,number} {emoji} smajlík. Reagovat pomocí smajlíku {emoji}} few {{count,number} {emoji} smajlíky. Reagovat pomocí smajlíku {emoji}} many {{count,number} {emoji} smajlíku. Reagovat pomocí smajlíku {emoji}} other {{count,number} {emoji} smajlíků. Reagovat pomocí smajlíku {emoji}}}',
18
- 'fabric.reactions.summary': 'Zobrazit všechny reakce uživatelů',
19
- 'reaction-picker-trigger.add.reaction.message': 'Přidat reakci',
20
- 'reactions-reaction.picker-label': 'Přidat reakce',
21
- 'reactions.dialog.close': 'Zavřít',
22
- 'reactions.dialog.emoji.name': '{emojiName}',
23
- 'reactions.dialog.left.navigate': 'Navigace doleva',
24
- 'reactions.dialog.reactions.count': '{count, plural, one {{count,number} reakce celkem} few {{count,number} reakce celkem} many {{count,number} reakce celkem} other {{count,number} reakcí celkem}}',
25
- 'reactions.dialog.right.navigate': 'Navigace doprava',
26
- 'reactions.dialog.viewall': 'Zobrazit vše',
27
- 'reactions.dialog.viewall.tooltip': 'Zobrazit všechny reakce uživatelů'
28
- };
8
+
9
+ import translations from '@atlaskit/afm-i18n-platform-elements-reactions/i18n/cs';
10
+ export default translations;
@@ -5,24 +5,6 @@
5
5
  * This file is automatically generated by Traduki 2.0.
6
6
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
7
  */
8
- //Danish (Denmark)
9
- export default {
10
- 'fabric.reactions.add': 'Tilføj reaktion',
11
- 'fabric.reactions.add.new': 'Tilføj ny',
12
- 'fabric.reactions.error.unexpected': 'Reaktioner er midlertidigt utilgængelige',
13
- 'fabric.reactions.loading': 'Indlæser ...',
14
- 'fabric.reactions.more.emojis': 'Flere emojis',
15
- 'fabric.reactions.other.reacted.users': '{count, plural, one {og én anden} other {og {count} andre}}',
16
- 'fabric.reactions.reactwithemoji': 'Reager med emojien {emoji}',
17
- 'fabric.reactions.reactwithemojiandcount': '{count, plural, one {{count,number} {emoji}-emoji. Reager med emojien {emoji}} other {{count,number} {emoji}-emojier. Reager med emojien {emoji}}}',
18
- 'fabric.reactions.summary': 'Se alle brugerreaktioner',
19
- 'reaction-picker-trigger.add.reaction.message': 'Tilføj en reaktion',
20
- 'reactions-reaction.picker-label': 'Tilføj reaktioner',
21
- 'reactions.dialog.close': 'Luk',
22
- 'reactions.dialog.emoji.name': '{emojiName}',
23
- 'reactions.dialog.left.navigate': 'Navigation til venstre',
24
- 'reactions.dialog.reactions.count': '{count, plural, one {{count,number} reaktion i alt} other {{count,number} reaktioner i alt}}',
25
- 'reactions.dialog.right.navigate': 'Navigation til højre',
26
- 'reactions.dialog.viewall': 'Vis alle',
27
- 'reactions.dialog.viewall.tooltip': 'Se alle brugerreaktioner'
28
- };
8
+
9
+ import translations from '@atlaskit/afm-i18n-platform-elements-reactions/i18n/da';
10
+ export default translations;
@@ -5,23 +5,6 @@
5
5
  * This file is automatically generated by Traduki 2.0.
6
6
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
7
  */
8
- //German (Germany)
9
- export default {
10
- 'fabric.reactions.add': 'Reaktion hinzufügen',
11
- 'fabric.reactions.add.new': 'Neu hinzufügen',
12
- 'fabric.reactions.error.unexpected': 'Reaktionen sind vorübergehend nicht verfügbar.',
13
- 'fabric.reactions.loading': 'Wird geladen...',
14
- 'fabric.reactions.more.emojis': 'Mehr Emojis',
15
- 'fabric.reactions.other.reacted.users': '{count, plural, one {und ein weiterer} other {und {count} weitere}}',
16
- 'fabric.reactions.reactwithemoji': 'Mit {emoji}-Emoji reagieren',
17
- 'fabric.reactions.reactwithemojiandcount': '{count, plural, one {{count,number} {emoji}-Emoji. Mit {emoji}-Emoji reagieren} other {{count,number} {emoji}-Emojis. Mit {emoji}-Emoji reagieren}}',
18
- 'fabric.reactions.summary': 'Alle Benutzerreaktionen anzeigen',
19
- 'reaction-picker-trigger.add.reaction.message': 'Eine Reaktion hinzufügen',
20
- 'reactions-reaction.picker-label': 'Reaktionen hinzufügen',
21
- 'reactions.dialog.close': 'Schließen',
22
- 'reactions.dialog.left.navigate': 'Nach links navigieren',
23
- 'reactions.dialog.reactions.count': '{count, plural, one {{count,number} Reaktion insgesamt} other {{count,number} Reaktionen insgesamt}}',
24
- 'reactions.dialog.right.navigate': 'Nach rechts navigieren',
25
- 'reactions.dialog.viewall': 'Alle anzeigen',
26
- 'reactions.dialog.viewall.tooltip': 'Alle Benutzerreaktionen anzeigen'
27
- };
8
+
9
+ import translations from '@atlaskit/afm-i18n-platform-elements-reactions/i18n/de';
10
+ export default translations;
@@ -5,24 +5,6 @@
5
5
  * This file is automatically generated by Traduki 2.0.
6
6
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
7
  */
8
- //
9
- export default {
10
- 'fabric.reactions.add': 'Add reaction',
11
- 'fabric.reactions.add.new': 'Add new',
12
- 'fabric.reactions.error.unexpected': 'Reactions are temporarily unavailable',
13
- 'fabric.reactions.loading': 'Loading...',
14
- 'fabric.reactions.more.emojis': 'More emojis',
15
- 'fabric.reactions.other.reacted.users': '{count, plural, one {and one other} other {and {count} others}}',
16
- 'fabric.reactions.reactwithemoji': 'React with {emoji} emoji',
17
- 'fabric.reactions.reactwithemojiandcount': '{count, plural, one {# {emoji} emoji} other {# {emoji} emojis}}. React with {emoji} emoji',
18
- 'fabric.reactions.summary': 'View all user reactions',
19
- 'reaction-picker-trigger.add.reaction.message': 'Add a reaction',
20
- 'reactions-reaction.picker-label': 'Add reactions',
21
- 'reactions.dialog.close': 'Close',
22
- 'reactions.dialog.emoji.name': '{emojiName}',
23
- 'reactions.dialog.left.navigate': 'Left Navigate',
24
- 'reactions.dialog.reactions.count': '{count, plural, one {# total reaction} other {# total reactions} }',
25
- 'reactions.dialog.right.navigate': 'Right Navigate',
26
- 'reactions.dialog.viewall': 'View all',
27
- 'reactions.dialog.viewall.tooltip': 'View all user reactions'
28
- };
8
+
9
+ import translations from '@atlaskit/afm-i18n-platform-elements-reactions/i18n/en';
10
+ export default translations;
@@ -5,24 +5,6 @@
5
5
  * This file is automatically generated by Traduki 2.0.
6
6
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
7
  */
8
- //English (United Kingdom)
9
- export default {
10
- 'fabric.reactions.add': 'Add reaction',
11
- 'fabric.reactions.add.new': 'Add new',
12
- 'fabric.reactions.error.unexpected': 'Reactions are temporarily unavailable',
13
- 'fabric.reactions.loading': 'Loading...',
14
- 'fabric.reactions.more.emojis': 'More emojis',
15
- 'fabric.reactions.other.reacted.users': '{count, plural, one {and one other} other {and {count} others}}',
16
- 'fabric.reactions.reactwithemoji': 'React with {emoji} emoji',
17
- 'fabric.reactions.reactwithemojiandcount': '{count, plural, one {# {emoji} emoji} other {# {emoji} emojis}}. React with {emoji} emoji',
18
- 'fabric.reactions.summary': 'View all user reactions',
19
- 'reaction-picker-trigger.add.reaction.message': 'Add a reaction',
20
- 'reactions-reaction.picker-label': 'Add reactions',
21
- 'reactions.dialog.close': 'Close',
22
- 'reactions.dialog.emoji.name': '{emojiName}',
23
- 'reactions.dialog.left.navigate': 'Left Navigate',
24
- 'reactions.dialog.reactions.count': '{count, plural, one {# total reaction} other {# total reactions} }',
25
- 'reactions.dialog.right.navigate': 'Right Navigate',
26
- 'reactions.dialog.viewall': 'View all',
27
- 'reactions.dialog.viewall.tooltip': 'View all user reactions'
28
- };
8
+
9
+ import translations from '@atlaskit/afm-i18n-platform-elements-reactions/i18n/en_GB';
10
+ export default translations;
@@ -5,24 +5,6 @@
5
5
  * This file is automatically generated by Traduki 2.0.
6
6
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
7
  */
8
- //
9
- export default {
10
- 'fabric.reactions.add': '⁣⁢Add reaction⁡‌؜؜⁡‍⁠⁡⁠⁣⁤',
11
- 'fabric.reactions.add.new': '⁣⁢Add new‍⁠‌⁠⁠‍⁠؜⁠⁠‌؜⁣⁤',
12
- 'fabric.reactions.error.unexpected': '⁣⁢Reactions are temporarily unavailable⁡‍‍؜‍⁡‌؜؜؜؜‍⁠‍⁣⁤',
13
- 'fabric.reactions.loading': '⁣⁢Loading...⁡؜؜؜‌⁣⁤',
14
- 'fabric.reactions.more.emojis': '⁣⁢More emojis‌‍⁠⁠‍؜‍⁡⁠⁡؜‌⁠⁣⁤',
15
- 'fabric.reactions.other.reacted.users': '{count, plural, one {⁣⁢and one other‍⁠؜⁠⁡‌⁠⁠⁠⁣⁤} other {⁣⁢and {count} others‍⁠؜⁠⁡‌⁠⁠⁠⁣⁤}}',
16
- 'fabric.reactions.reactwithemoji': '⁣⁢React with {emoji} emoji‌‍؜‍⁡⁠⁡⁣⁤',
17
- 'fabric.reactions.reactwithemojiandcount': '{count, plural, one {⁣⁢{count,number} {emoji} emoji. React with {emoji} emoji‍‍⁠⁡⁡⁠⁠‍⁠⁣⁤} other {⁣⁢{count,number} {emoji} emojis. React with {emoji} emoji‍‍⁠⁡⁡⁠⁠‍⁠⁣⁤}}',
18
- 'fabric.reactions.summary': '⁣⁢View all user reactions‌⁡‍⁡‌‌⁡‌⁠‍⁡⁠⁣⁤',
19
- 'reaction-picker-trigger.add.reaction.message': '⁣⁢Add a reaction‌⁡‍؜؜⁠؜؜⁠⁠⁣⁤',
20
- 'reactions-reaction.picker-label': '⁣⁢Add reactions‌‍⁠؜‍؜⁡‍⁣⁤',
21
- 'reactions.dialog.close': '⁣⁢Close‍⁡‌؜‍⁡‌‌⁣⁤',
22
- 'reactions.dialog.emoji.name': '⁣⁢{emojiName}⁡‌‌‍؜⁠⁡‍⁡؜⁠‌‌‍‍⁡⁣⁤',
23
- 'reactions.dialog.left.navigate': '⁣⁢Left Navigate؜‍‌؜⁠؜⁡‍⁠⁠⁡⁣⁤',
24
- 'reactions.dialog.reactions.count': '{count, plural, one {⁣⁢{count,number} total reaction؜‍⁡‌⁠⁠‌‌‌؜⁣⁤} other {⁣⁢{count,number} total reactions؜‍⁡‌⁠⁠‌‌‌؜⁣⁤}}',
25
- 'reactions.dialog.right.navigate': '⁣⁢Right Navigate⁠؜؜⁠‌‌⁡‍‍⁠⁠⁣⁤',
26
- 'reactions.dialog.viewall': '⁣⁢View all‌‌⁡⁠⁡‌؜⁣⁤',
27
- 'reactions.dialog.viewall.tooltip': '⁣⁢View all user reactions⁡‌؜؜⁡⁡‌‍؜؜⁣⁤'
28
- };
8
+
9
+ import translations from '@atlaskit/afm-i18n-platform-elements-reactions/i18n/en_ZZ';
10
+ export default translations;
@@ -5,24 +5,6 @@
5
5
  * This file is automatically generated by Traduki 2.0.
6
6
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
7
  */
8
- //Spanish (International)
9
- export default {
10
- 'fabric.reactions.add': 'Añadir reacción',
11
- 'fabric.reactions.add.new': 'Añadir una nueva',
12
- 'fabric.reactions.error.unexpected': 'Las reacciones no están disponibles temporalmente',
13
- 'fabric.reactions.loading': 'Cargando...',
14
- 'fabric.reactions.more.emojis': 'Más emojis',
15
- 'fabric.reactions.other.reacted.users': '{count, plural, one {y 1 más} other {y {count} más}}',
16
- 'fabric.reactions.reactwithemoji': 'Reaccionar con el emoticono {emoji}',
17
- 'fabric.reactions.reactwithemojiandcount': '{count, plural, one {{count,number} emoji {emoji}. Reacciona con el emoji {emoji}} other {{count,number} emojis {emoji}. Reacciona con el emoji {emoji}}}',
18
- 'fabric.reactions.summary': 'Ver todas las reacciones de los usuarios',
19
- 'reaction-picker-trigger.add.reaction.message': 'Añade una reacción',
20
- 'reactions-reaction.picker-label': 'Añadir reacciones',
21
- 'reactions.dialog.close': 'Cerrar',
22
- 'reactions.dialog.emoji.name': '{emojiName}',
23
- 'reactions.dialog.left.navigate': 'Desplazarse hacia la izquierda',
24
- 'reactions.dialog.reactions.count': '{count, plural, one {{count,number} reacción total} other {{count,number} reacciones totales}}',
25
- 'reactions.dialog.right.navigate': 'Desplazarse hacia la derecha',
26
- 'reactions.dialog.viewall': 'Ver todo',
27
- 'reactions.dialog.viewall.tooltip': 'Ver todas las reacciones de los usuarios'
28
- };
8
+
9
+ import translations from '@atlaskit/afm-i18n-platform-elements-reactions/i18n/es';
10
+ export default translations;
@@ -5,23 +5,6 @@
5
5
  * This file is automatically generated by Traduki 2.0.
6
6
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
7
  */
8
- //Finnish
9
- export default {
10
- 'fabric.reactions.add': 'Lisää reaktio',
11
- 'fabric.reactions.add.new': 'Lisää uusi',
12
- 'fabric.reactions.error.unexpected': 'Reaktiot ovat väliaikaisesti poissa käytöstä',
13
- 'fabric.reactions.loading': 'Ladataan...',
14
- 'fabric.reactions.more.emojis': 'Lisää emojeita',
15
- 'fabric.reactions.other.reacted.users': '{count, plural, one {ja yksi muu} other {ja {count} muuta}}',
16
- 'fabric.reactions.reactwithemoji': 'Reagoi emojilla {emoji}',
17
- 'fabric.reactions.reactwithemojiandcount': '{count, plural, one {{count,number} {emoji}-emoji. Reagoi {emoji}-emojilla.} other {{count,number} {emoji}-emojia. Reagoi {emoji}-emojilla.}}',
18
- 'fabric.reactions.summary': 'Näytä kaikki käyttäjäreaktiot',
19
- 'reaction-picker-trigger.add.reaction.message': 'Lisää reaktio',
20
- 'reactions-reaction.picker-label': 'Lisää reaktioita',
21
- 'reactions.dialog.close': 'Sulje',
22
- 'reactions.dialog.left.navigate': 'Navigointi vasemmalle',
23
- 'reactions.dialog.reactions.count': '{count, plural, one {Yhteensä {count,number} reaktio} other {Yhteensä {count,number} reaktiota}}',
24
- 'reactions.dialog.right.navigate': 'Navigointi oikealle',
25
- 'reactions.dialog.viewall': 'Näytä kaikki',
26
- 'reactions.dialog.viewall.tooltip': 'Näytä kaikki käyttäjäreaktiot'
27
- };
8
+
9
+ import translations from '@atlaskit/afm-i18n-platform-elements-reactions/i18n/fi';
10
+ export default translations;
@@ -5,24 +5,6 @@
5
5
  * This file is automatically generated by Traduki 2.0.
6
6
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
7
  */
8
- //French (France)
9
- export default {
10
- 'fabric.reactions.add': 'Ajouter une réaction',
11
- 'fabric.reactions.add.new': 'Ajouter une nouvelle réaction',
12
- 'fabric.reactions.error.unexpected': 'Les réactions sont temporairement indisponibles',
13
- 'fabric.reactions.loading': 'Chargement…',
14
- 'fabric.reactions.more.emojis': "Plus d'émoticônes",
15
- 'fabric.reactions.other.reacted.users': '{count, plural, one {et 1 autre} other {et {count} autres}}',
16
- 'fabric.reactions.reactwithemoji': "Réagir avec l'émoticône {emoji}",
17
- 'fabric.reactions.reactwithemojiandcount': "{count, plural, one {{count,number} émoticône {emoji}. Réagissez avec l'émoticône {emoji}} other {{count,number} émoticônes {emoji}. Réagissez avec les émoticônes {emoji}}}",
18
- 'fabric.reactions.summary': 'Afficher toutes les réactions des utilisateurs',
19
- 'reaction-picker-trigger.add.reaction.message': 'Ajoutez une réaction',
20
- 'reactions-reaction.picker-label': 'Ajouter des réactions',
21
- 'reactions.dialog.close': 'Fermer',
22
- 'reactions.dialog.emoji.name': '{emojiName}',
23
- 'reactions.dialog.left.navigate': 'Naviguer vers la gauche',
24
- 'reactions.dialog.reactions.count': '{count, plural, one {{count,number} réaction au total} other {{count,number} réactions au total}}',
25
- 'reactions.dialog.right.navigate': 'Naviguer vers la droite',
26
- 'reactions.dialog.viewall': 'Afficher tout',
27
- 'reactions.dialog.viewall.tooltip': 'Afficher toutes les réactions des utilisateurs'
28
- };
8
+
9
+ import translations from '@atlaskit/afm-i18n-platform-elements-reactions/i18n/fr';
10
+ export default translations;