@atlaskit/feedback-collector 14.6.23 → 15.0.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 (165) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/dist/cjs/components/FeedbackButton.js +3 -3
  3. package/dist/cjs/components/FeedbackCollector.js +1 -1
  4. package/dist/cjs/components/FeedbackFlag.js +2 -2
  5. package/dist/cjs/components/FeedbackForm.js +12 -12
  6. package/dist/cjs/components/IntlProviderWithResolvedMessages.js +2 -2
  7. package/dist/cjs/i18n/cs.js +3 -40
  8. package/dist/cjs/i18n/da.js +3 -40
  9. package/dist/cjs/i18n/de.js +3 -40
  10. package/dist/cjs/i18n/en.js +3 -40
  11. package/dist/cjs/i18n/en_GB.js +3 -40
  12. package/dist/cjs/i18n/en_ZZ.js +3 -40
  13. package/dist/cjs/i18n/es.js +3 -40
  14. package/dist/cjs/i18n/fi.js +3 -40
  15. package/dist/cjs/i18n/fr.js +3 -40
  16. package/dist/cjs/i18n/hr.js +3 -40
  17. package/dist/cjs/i18n/hu.js +3 -40
  18. package/dist/cjs/i18n/it.js +3 -40
  19. package/dist/cjs/i18n/ja.js +3 -40
  20. package/dist/cjs/i18n/ko.js +3 -40
  21. package/dist/cjs/i18n/nb.js +3 -40
  22. package/dist/cjs/i18n/nl.js +3 -40
  23. package/dist/cjs/i18n/pl.js +3 -40
  24. package/dist/cjs/i18n/pt_BR.js +3 -40
  25. package/dist/cjs/i18n/ru.js +3 -40
  26. package/dist/cjs/i18n/sl.js +3 -40
  27. package/dist/cjs/i18n/sr_RS.js +3 -40
  28. package/dist/cjs/i18n/sr_YR.js +3 -40
  29. package/dist/cjs/i18n/sv.js +3 -40
  30. package/dist/cjs/i18n/th.js +3 -40
  31. package/dist/cjs/i18n/tr.js +3 -40
  32. package/dist/cjs/i18n/uk.js +3 -40
  33. package/dist/cjs/i18n/vi.js +3 -40
  34. package/dist/cjs/i18n/zh.js +3 -40
  35. package/dist/cjs/i18n/zh_TW.js +3 -40
  36. package/dist/cjs/messages.js +2 -2
  37. package/dist/es2019/components/FeedbackButton.js +1 -1
  38. package/dist/es2019/components/FeedbackCollector.js +1 -1
  39. package/dist/es2019/components/FeedbackFlag.js +1 -1
  40. package/dist/es2019/components/FeedbackForm.js +1 -1
  41. package/dist/es2019/components/IntlProviderWithResolvedMessages.js +1 -1
  42. package/dist/es2019/i18n/cs.js +3 -40
  43. package/dist/es2019/i18n/da.js +3 -40
  44. package/dist/es2019/i18n/de.js +3 -40
  45. package/dist/es2019/i18n/en.js +3 -40
  46. package/dist/es2019/i18n/en_GB.js +3 -40
  47. package/dist/es2019/i18n/en_ZZ.js +3 -40
  48. package/dist/es2019/i18n/es.js +3 -40
  49. package/dist/es2019/i18n/fi.js +3 -40
  50. package/dist/es2019/i18n/fr.js +3 -40
  51. package/dist/es2019/i18n/hr.js +3 -40
  52. package/dist/es2019/i18n/hu.js +3 -40
  53. package/dist/es2019/i18n/it.js +3 -40
  54. package/dist/es2019/i18n/ja.js +3 -40
  55. package/dist/es2019/i18n/ko.js +3 -40
  56. package/dist/es2019/i18n/nb.js +3 -40
  57. package/dist/es2019/i18n/nl.js +3 -40
  58. package/dist/es2019/i18n/pl.js +3 -40
  59. package/dist/es2019/i18n/pt_BR.js +3 -40
  60. package/dist/es2019/i18n/ru.js +3 -40
  61. package/dist/es2019/i18n/sl.js +3 -40
  62. package/dist/es2019/i18n/sr_RS.js +3 -40
  63. package/dist/es2019/i18n/sr_YR.js +3 -40
  64. package/dist/es2019/i18n/sv.js +3 -40
  65. package/dist/es2019/i18n/th.js +3 -40
  66. package/dist/es2019/i18n/tr.js +3 -40
  67. package/dist/es2019/i18n/uk.js +3 -40
  68. package/dist/es2019/i18n/vi.js +3 -40
  69. package/dist/es2019/i18n/zh.js +3 -40
  70. package/dist/es2019/i18n/zh_TW.js +3 -40
  71. package/dist/es2019/messages.js +1 -1
  72. package/dist/esm/components/FeedbackButton.js +1 -1
  73. package/dist/esm/components/FeedbackCollector.js +1 -1
  74. package/dist/esm/components/FeedbackFlag.js +1 -1
  75. package/dist/esm/components/FeedbackForm.js +1 -1
  76. package/dist/esm/components/IntlProviderWithResolvedMessages.js +1 -1
  77. package/dist/esm/i18n/cs.js +3 -40
  78. package/dist/esm/i18n/da.js +3 -40
  79. package/dist/esm/i18n/de.js +3 -40
  80. package/dist/esm/i18n/en.js +3 -40
  81. package/dist/esm/i18n/en_GB.js +3 -40
  82. package/dist/esm/i18n/en_ZZ.js +3 -40
  83. package/dist/esm/i18n/es.js +3 -40
  84. package/dist/esm/i18n/fi.js +3 -40
  85. package/dist/esm/i18n/fr.js +3 -40
  86. package/dist/esm/i18n/hr.js +3 -40
  87. package/dist/esm/i18n/hu.js +3 -40
  88. package/dist/esm/i18n/it.js +3 -40
  89. package/dist/esm/i18n/ja.js +3 -40
  90. package/dist/esm/i18n/ko.js +3 -40
  91. package/dist/esm/i18n/nb.js +3 -40
  92. package/dist/esm/i18n/nl.js +3 -40
  93. package/dist/esm/i18n/pl.js +3 -40
  94. package/dist/esm/i18n/pt_BR.js +3 -40
  95. package/dist/esm/i18n/ru.js +3 -40
  96. package/dist/esm/i18n/sl.js +3 -40
  97. package/dist/esm/i18n/sr_RS.js +3 -40
  98. package/dist/esm/i18n/sr_YR.js +3 -40
  99. package/dist/esm/i18n/sv.js +3 -40
  100. package/dist/esm/i18n/th.js +3 -40
  101. package/dist/esm/i18n/tr.js +3 -40
  102. package/dist/esm/i18n/uk.js +3 -40
  103. package/dist/esm/i18n/vi.js +3 -40
  104. package/dist/esm/i18n/zh.js +3 -40
  105. package/dist/esm/i18n/zh_TW.js +3 -40
  106. package/dist/esm/messages.js +1 -1
  107. package/dist/types/i18n/cs.d.ts +2 -40
  108. package/dist/types/i18n/da.d.ts +2 -40
  109. package/dist/types/i18n/de.d.ts +2 -40
  110. package/dist/types/i18n/en.d.ts +2 -40
  111. package/dist/types/i18n/en_GB.d.ts +2 -40
  112. package/dist/types/i18n/en_ZZ.d.ts +2 -40
  113. package/dist/types/i18n/es.d.ts +2 -40
  114. package/dist/types/i18n/fi.d.ts +2 -40
  115. package/dist/types/i18n/fr.d.ts +2 -40
  116. package/dist/types/i18n/hr.d.ts +2 -40
  117. package/dist/types/i18n/hu.d.ts +2 -40
  118. package/dist/types/i18n/it.d.ts +2 -40
  119. package/dist/types/i18n/ja.d.ts +2 -40
  120. package/dist/types/i18n/ko.d.ts +2 -40
  121. package/dist/types/i18n/nb.d.ts +2 -40
  122. package/dist/types/i18n/nl.d.ts +2 -40
  123. package/dist/types/i18n/pl.d.ts +2 -40
  124. package/dist/types/i18n/pt_BR.d.ts +2 -40
  125. package/dist/types/i18n/ru.d.ts +2 -40
  126. package/dist/types/i18n/sl.d.ts +2 -40
  127. package/dist/types/i18n/sr_RS.d.ts +2 -40
  128. package/dist/types/i18n/sr_YR.d.ts +2 -40
  129. package/dist/types/i18n/sv.d.ts +2 -40
  130. package/dist/types/i18n/th.d.ts +2 -40
  131. package/dist/types/i18n/tr.d.ts +2 -40
  132. package/dist/types/i18n/uk.d.ts +2 -40
  133. package/dist/types/i18n/vi.d.ts +2 -40
  134. package/dist/types/i18n/zh.d.ts +2 -40
  135. package/dist/types/i18n/zh_TW.d.ts +2 -40
  136. package/dist/types-ts4.5/i18n/cs.d.ts +2 -40
  137. package/dist/types-ts4.5/i18n/da.d.ts +2 -40
  138. package/dist/types-ts4.5/i18n/de.d.ts +2 -40
  139. package/dist/types-ts4.5/i18n/en.d.ts +2 -40
  140. package/dist/types-ts4.5/i18n/en_GB.d.ts +2 -40
  141. package/dist/types-ts4.5/i18n/en_ZZ.d.ts +2 -40
  142. package/dist/types-ts4.5/i18n/es.d.ts +2 -40
  143. package/dist/types-ts4.5/i18n/fi.d.ts +2 -40
  144. package/dist/types-ts4.5/i18n/fr.d.ts +2 -40
  145. package/dist/types-ts4.5/i18n/hr.d.ts +2 -40
  146. package/dist/types-ts4.5/i18n/hu.d.ts +2 -40
  147. package/dist/types-ts4.5/i18n/it.d.ts +2 -40
  148. package/dist/types-ts4.5/i18n/ja.d.ts +2 -40
  149. package/dist/types-ts4.5/i18n/ko.d.ts +2 -40
  150. package/dist/types-ts4.5/i18n/nb.d.ts +2 -40
  151. package/dist/types-ts4.5/i18n/nl.d.ts +2 -40
  152. package/dist/types-ts4.5/i18n/pl.d.ts +2 -40
  153. package/dist/types-ts4.5/i18n/pt_BR.d.ts +2 -40
  154. package/dist/types-ts4.5/i18n/ru.d.ts +2 -40
  155. package/dist/types-ts4.5/i18n/sl.d.ts +2 -40
  156. package/dist/types-ts4.5/i18n/sr_RS.d.ts +2 -40
  157. package/dist/types-ts4.5/i18n/sr_YR.d.ts +2 -40
  158. package/dist/types-ts4.5/i18n/sv.d.ts +2 -40
  159. package/dist/types-ts4.5/i18n/th.d.ts +2 -40
  160. package/dist/types-ts4.5/i18n/tr.d.ts +2 -40
  161. package/dist/types-ts4.5/i18n/uk.d.ts +2 -40
  162. package/dist/types-ts4.5/i18n/vi.d.ts +2 -40
  163. package/dist/types-ts4.5/i18n/zh.d.ts +2 -40
  164. package/dist/types-ts4.5/i18n/zh_TW.d.ts +2 -40
  165. package/package.json +8 -7
@@ -5,43 +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
- 'feedback-collector.anonymous': 'Цей відгук надсилається анонімно. Atlassian не зможе зв’язатися з вами безпосередньо щодо нього.',
11
- 'feedback-collector.anonymous.title': 'Анонімний відгук',
12
- 'feedback-collector.can-be-contacted.label': 'Так, команди Atlassian можуть зв’язуватися зі мною щодо моєї роботи з продуктами й службами Atlassian із метою вдосконалення їх. Я погоджуюся з <a>Політикою конфіденційності Atlassian</a>.',
13
- 'feedback-collector.can-be-contacted.label-appify': 'Так, команди Atlassian можуть зв’язуватися зі мною щодо моєї роботи з додатками й службами Atlassian із метою їх удосконалення. Я погоджуюся з <a>Політикою конфіденційності Atlassian</a>.',
14
- 'feedback-collector.can-be-contacted.label-appify-without-link': 'Так, команди Atlassian можуть зв’язуватися зі мною щодо моєї роботи з додатками й службами Atlassian із метою їх удосконалення. Я погоджуюся з Політикою конфіденційності Atlassian.',
15
- 'feedback-collector.can-be-contacted.label-without-link': 'Так, команди Atlassian можуть зв’язуватися зі мною щодо моєї роботи з продуктами й службами Atlassian із метою вдосконалення їх. Я погоджуюся з Політикою конфіденційності Atlassian.',
16
- 'feedback-collector.cancel-button.label': 'Скасувати',
17
- 'feedback-collector.default.custom.textarea.label': 'Поділіться враженнями',
18
- 'feedback-collector.enrol-in-research.label': 'Я хочу взяти участь у дослідженні продукту',
19
- 'feedback-collector.feedback-title': 'Розкажіть, що ви думаєте',
20
- 'feedback-collector.form.bug.label': 'Опишіть несправність або проблему',
21
- 'feedback-collector.form.comment.label': 'Поділіться враженнями',
22
- 'feedback-collector.form.empty.label': 'Виберіть один із варіантів',
23
- 'feedback-collector.form.not-accurate.label': 'Неправильно',
24
- 'feedback-collector.form.not-relevant.label': 'Неактуально',
25
- 'feedback-collector.form.other.label': 'Інше',
26
- 'feedback-collector.form.question.label': 'Про що б ви хотіли дізнатися?',
27
- 'feedback-collector.form.suggestion.label': 'Розкажіть, що б ви хотіли покращити',
28
- 'feedback-collector.form.too-slow.label': 'Надто повільно',
29
- 'feedback-collector.form.unhelpful-links.label': 'Малоефективні посилання',
30
- 'feedback-collector.option.bug.label': 'Повідомити про несправність',
31
- 'feedback-collector.option.comment.label': 'Залишити коментар',
32
- 'feedback-collector.option.default.label': 'Виберіть відгук',
33
- 'feedback-collector.option.default.placeholder': 'Вибрати один',
34
- 'feedback-collector.option.question.label': 'Поставити запитання',
35
- 'feedback-collector.option.suggestion.label': 'Запропонувати покращення',
36
- 'feedback-collector.privacy-policy': 'Політика конфіденційності Atlassian',
37
- 'feedback-collector.required.fields.summary': 'Обов’язкові поля позначені зірочкою',
38
- 'feedback-collector.submit-button.label': 'Надіслати відгук',
39
- 'feedback-collector.success-flag.description': 'Ваші відгуки допомагають нам постійно покращувати продукти.',
40
- 'feedback-collector.success-flag.description-appify': 'Ваші цінні відгуки допомагають нам постійно вдосконалювати додатки.',
41
- 'feedback-collector.success-flag.title': 'Дякую!',
42
- 'feedback-collector.summary-placeholder': 'Поділіться враженнями',
43
- 'feedback-collector.validation.description.required': 'Надайте опис',
44
- 'feedback-collector.validation.type.required': 'Виберіть тип відгуку',
45
- 'proforma-form-builder.feedback-icon-label': 'Залишити відгук',
46
- 'proforma-form-builder.give-feedback': 'Залишити відгук'
47
- };
8
+
9
+ import translations from '@atlaskit/afm-i18n-platform-web-platform-feedback-collector/i18n/uk';
10
+ export default translations;
@@ -5,43 +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
- 'feedback-collector.anonymous': 'Phản hồi này đang được gửi ẩn danh. Atlassian sẽ không thể liên hệ trực tiếp với bạn về phản hồi này',
11
- 'feedback-collector.anonymous.title': 'Phản hồi ẩn danh',
12
- 'feedback-collector.can-be-contacted.label': 'Có, đội ngũ Atlassian có thể liên hệ với tôi để tìm hiểu thêm về trải nghiệm của tôi nhằm cải thiện các sản phẩm và dịch vụ của Atlassian. Tôi công nhận <a>Chính sách Quyền riêng tư của Atlassian</a>.',
13
- 'feedback-collector.can-be-contacted.label-appify': 'Có, các đội ngũ Atlassian có thể liên hệ để tìm hiểu về trải nghiệm của tôi cho mục đích cải thiện các ứng dụng và dịch vụ của Atlassian. Tôi công nhận <a>Chính sách quyền riêng tư của Atlassian</a>.',
14
- 'feedback-collector.can-be-contacted.label-appify-without-link': 'Có, các đội ngũ Atlassian có thể liên hệ để tìm hiểu về trải nghiệm của tôi cho mục đích cải thiện các ứng dụng và dịch vụ của Atlassian. Tôi công nhận Chính sách quyền riêng tư của Atlassian.',
15
- 'feedback-collector.can-be-contacted.label-without-link': 'Có, các đội ngũ Atlassian có thể liên hệ với tôi để tìm hiểu thêm về trải nghiệm của tôi nhằm cải thiện các sản phẩm và dịch vụ của Atlassian. Tôi công nhận Chính sách quyền riêng tư của Atlassian.',
16
- 'feedback-collector.cancel-button.label': 'Hủy',
17
- 'feedback-collector.default.custom.textarea.label': 'Bạn đang nghĩ gì?',
18
- 'feedback-collector.enrol-in-research.label': 'Tôi muốn tham gia vào việc tìm kiếm sản phẩm',
19
- 'feedback-collector.feedback-title': 'Chia sẻ suy nghĩ của bạn',
20
- 'feedback-collector.form.bug.label': 'Mô tả lỗi hoặc vấn đề',
21
- 'feedback-collector.form.comment.label': 'Hãy cho chúng tôi biết suy nghĩ của bạn',
22
- 'feedback-collector.form.empty.label': 'Hãy chọn một tùy chọn',
23
- 'feedback-collector.form.not-accurate.label': 'Không chính xác',
24
- 'feedback-collector.form.not-relevant.label': 'Không liên quan',
25
- 'feedback-collector.form.other.label': 'Khác',
26
- 'feedback-collector.form.question.label': 'Những điều bạn muốn biết',
27
- 'feedback-collector.form.suggestion.label': 'Hãy cho chúng tôi biết bạn muốn cải tiến điều gì',
28
- 'feedback-collector.form.too-slow.label': 'Quá chậm',
29
- 'feedback-collector.form.unhelpful-links.label': 'Liên kết không hữu ích',
30
- 'feedback-collector.option.bug.label': 'Báo cáo lỗi',
31
- 'feedback-collector.option.comment.label': 'Để lại nhận xét',
32
- 'feedback-collector.option.default.label': 'Chọn ý kiến phản hồi',
33
- 'feedback-collector.option.default.placeholder': 'Chọn một ý kiến phản hồi',
34
- 'feedback-collector.option.question.label': 'Đặt câu hỏi',
35
- 'feedback-collector.option.suggestion.label': 'Đề xuất cải tiến',
36
- 'feedback-collector.privacy-policy': 'Chính sách quyền riêng tư của Atlassian',
37
- 'feedback-collector.required.fields.summary': 'Các trường bắt buộc được đánh dấu bằng dấu sao',
38
- 'feedback-collector.submit-button.label': 'Gửi phản hồi',
39
- 'feedback-collector.success-flag.description': 'Ý kiến phản hồi quý báu của bạn giúp chúng tôi liên tục cải tiến sản phẩm.',
40
- 'feedback-collector.success-flag.description-appify': 'Nhờ ý kiến phản hồi quý báu của bạn, chúng tôi có thể liên tục cải tiến ứng dụng.',
41
- 'feedback-collector.success-flag.title': 'Cảm ơn bạn!',
42
- 'feedback-collector.summary-placeholder': 'Hãy cho chúng tôi biết suy nghĩ của bạn',
43
- 'feedback-collector.validation.description.required': 'Vui lòng cung cấp mô tả',
44
- 'feedback-collector.validation.type.required': 'Vui lòng chọn loại phản hồi',
45
- 'proforma-form-builder.feedback-icon-label': 'Phản hồi',
46
- 'proforma-form-builder.give-feedback': 'Đưa ra phản hồi'
47
- };
8
+
9
+ import translations from '@atlaskit/afm-i18n-platform-web-platform-feedback-collector/i18n/vi';
10
+ export default translations;
@@ -5,43 +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
- 'feedback-collector.anonymous': '此反馈将匿名提交。Atlassian 将无法就此反馈直接与您联系',
11
- 'feedback-collector.anonymous.title': '匿名反馈',
12
- 'feedback-collector.can-be-contacted.label': '是的,Atlassian 团队可以联系我,以便了解我的体验,进而改进 Atlassian 产品和服务。我确认 <a>Atlassian 隐私政策</a>。',
13
- 'feedback-collector.can-be-contacted.label-appify': '是的,Atlassian 团队可以联系我,以便了解我的体验,进而改进 Atlassian 应用和服务。我确认同意 <a>Atlassian 隐私政策</a>。',
14
- 'feedback-collector.can-be-contacted.label-appify-without-link': '是的,Atlassian 团队可以联系我,以便了解我的体验,进而改进 Atlassian 应用和服务。我确认同意 Atlassian 隐私政策。',
15
- 'feedback-collector.can-be-contacted.label-without-link': '是的,Atlassian 团队可以联系我,以便了解我的体验,进而改进 Atlassian 产品和服务。我确认同意 Atlassian 隐私政策。',
16
- 'feedback-collector.cancel-button.label': '取消',
17
- 'feedback-collector.default.custom.textarea.label': '请告诉我们您的想法。',
18
- 'feedback-collector.enrol-in-research.label': '我想参加产品调研',
19
- 'feedback-collector.feedback-title': '分享您的想法',
20
- 'feedback-collector.form.bug.label': '描述缺陷或问题',
21
- 'feedback-collector.form.comment.label': '告诉我们您的想法',
22
- 'feedback-collector.form.empty.label': '选择一个选项',
23
- 'feedback-collector.form.not-accurate.label': '不准确',
24
- 'feedback-collector.form.not-relevant.label': '不相关',
25
- 'feedback-collector.form.other.label': '其他',
26
- 'feedback-collector.form.question.label': '您想知道什么?',
27
- 'feedback-collector.form.suggestion.label': '告诉我们您想改进的方面',
28
- 'feedback-collector.form.too-slow.label': '速度太慢',
29
- 'feedback-collector.form.unhelpful-links.label': '没有帮助的链接',
30
- 'feedback-collector.option.bug.label': '报告缺陷',
31
- 'feedback-collector.option.comment.label': '发表评论',
32
- 'feedback-collector.option.default.label': '选择反馈',
33
- 'feedback-collector.option.default.placeholder': '选择一条',
34
- 'feedback-collector.option.question.label': '提出问题',
35
- 'feedback-collector.option.suggestion.label': '提供改进建议',
36
- 'feedback-collector.privacy-policy': 'Atlassian 隐私政策',
37
- 'feedback-collector.required.fields.summary': '必填字段标有星号',
38
- 'feedback-collector.submit-button.label': '发送反馈',
39
- 'feedback-collector.success-flag.description': '您宝贵的反馈意见可以帮助我们不断改进产品。',
40
- 'feedback-collector.success-flag.description-appify': '您的宝贵反馈意见可以帮助我们不断改进应用。',
41
- 'feedback-collector.success-flag.title': '谢谢!',
42
- 'feedback-collector.summary-placeholder': '告诉我们您的想法',
43
- 'feedback-collector.validation.description.required': '请提供描述',
44
- 'feedback-collector.validation.type.required': '请选择反馈类型',
45
- 'proforma-form-builder.feedback-icon-label': '反馈',
46
- 'proforma-form-builder.give-feedback': '提供反馈'
47
- };
8
+
9
+ import translations from '@atlaskit/afm-i18n-platform-web-platform-feedback-collector/i18n/zh';
10
+ export default translations;
@@ -5,43 +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
- 'feedback-collector.anonymous': '此意見反應會以匿名方式提交。Atlassian 將無法就此意見反應直接與您聯繫',
11
- 'feedback-collector.anonymous.title': '匿名意見反應',
12
- 'feedback-collector.can-be-contacted.label': '是的,Atlassian 團隊可以與我聯繫,詢問我的使用體驗,以便改善 Atlassian 產品和服務。我同意 <a>Atlassian 隱私政策</a>。',
13
- 'feedback-collector.can-be-contacted.label-appify': '是的,Atlassian 團隊可以與我聯繫,詢問我的使用體驗,以便改善 Atlassian 應用程式和服務。我同意<a>《Atlassian 隱私政策》</a>。',
14
- 'feedback-collector.can-be-contacted.label-appify-without-link': '是的,Atlassian 團隊可以與我聯繫,詢問我的使用體驗,以便改善 Atlassian 應用程式和服務。我同意 Atlassian 隱私政策。',
15
- 'feedback-collector.can-be-contacted.label-without-link': '是的,Atlassian 團隊可以與我聯繫,詢問我的使用體驗,以便改善 Atlassian 產品和服務。我同意 Atlassian 隱私政策。',
16
- 'feedback-collector.cancel-button.label': '取消',
17
- 'feedback-collector.default.custom.textarea.label': '讓我們知道您的想法。',
18
- 'feedback-collector.enrol-in-research.label': '我想要參與產品研究',
19
- 'feedback-collector.feedback-title': '分享您的想法',
20
- 'feedback-collector.form.bug.label': '描述錯誤或問題',
21
- 'feedback-collector.form.comment.label': '讓我們知道您的想法',
22
- 'feedback-collector.form.empty.label': '選取選項',
23
- 'feedback-collector.form.not-accurate.label': '不準確',
24
- 'feedback-collector.form.not-relevant.label': '不相關',
25
- 'feedback-collector.form.other.label': '其他',
26
- 'feedback-collector.form.question.label': '您想要知道什麼?',
27
- 'feedback-collector.form.suggestion.label': '讓我們知道您希望改善的項目',
28
- 'feedback-collector.form.too-slow.label': '太慢',
29
- 'feedback-collector.form.unhelpful-links.label': '沒有幫助的連結',
30
- 'feedback-collector.option.bug.label': '回報錯誤',
31
- 'feedback-collector.option.comment.label': '留下留言',
32
- 'feedback-collector.option.default.label': '選取意見反應',
33
- 'feedback-collector.option.default.placeholder': '選擇一個',
34
- 'feedback-collector.option.question.label': '提出問題',
35
- 'feedback-collector.option.suggestion.label': '建議改進',
36
- 'feedback-collector.privacy-policy': 'Atlassian 隱私政策',
37
- 'feedback-collector.required.fields.summary': '必填欄位標有星號',
38
- 'feedback-collector.submit-button.label': '傳送意見反應',
39
- 'feedback-collector.success-flag.description': '您的意見反應很珍貴,能幫助我們持續改善產品。',
40
- 'feedback-collector.success-flag.description-appify': '您的寶貴意見有助於我們持續改善應用程式。',
41
- 'feedback-collector.success-flag.title': '謝謝!',
42
- 'feedback-collector.summary-placeholder': '讓我們知道您的想法',
43
- 'feedback-collector.validation.description.required': '請提供描述',
44
- 'feedback-collector.validation.type.required': '請選取意見反應類型',
45
- 'proforma-form-builder.feedback-icon-label': '意見反應',
46
- 'proforma-form-builder.give-feedback': '提供意見反應'
47
- };
8
+
9
+ import translations from '@atlaskit/afm-i18n-platform-web-platform-feedback-collector/i18n/zh_TW';
10
+ export default translations;
@@ -1,4 +1,4 @@
1
- import { defineMessages } from 'react-intl-next';
1
+ import { defineMessages } from 'react-intl';
2
2
  export var messages = defineMessages({
3
3
  feedbackTitle: {
4
4
  id: 'feedback-collector.feedback-title',
@@ -4,43 +4,5 @@
4
4
  * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- declare const _default: {
8
- 'feedback-collector.anonymous': string;
9
- 'feedback-collector.anonymous.title': string;
10
- 'feedback-collector.can-be-contacted.label': string;
11
- 'feedback-collector.can-be-contacted.label-appify': string;
12
- 'feedback-collector.can-be-contacted.label-appify-without-link': string;
13
- 'feedback-collector.can-be-contacted.label-without-link': string;
14
- 'feedback-collector.cancel-button.label': string;
15
- 'feedback-collector.default.custom.textarea.label': string;
16
- 'feedback-collector.enrol-in-research.label': string;
17
- 'feedback-collector.feedback-title': string;
18
- 'feedback-collector.form.bug.label': string;
19
- 'feedback-collector.form.comment.label': string;
20
- 'feedback-collector.form.empty.label': string;
21
- 'feedback-collector.form.not-accurate.label': string;
22
- 'feedback-collector.form.not-relevant.label': string;
23
- 'feedback-collector.form.other.label': string;
24
- 'feedback-collector.form.question.label': string;
25
- 'feedback-collector.form.suggestion.label': string;
26
- 'feedback-collector.form.too-slow.label': string;
27
- 'feedback-collector.form.unhelpful-links.label': string;
28
- 'feedback-collector.option.bug.label': string;
29
- 'feedback-collector.option.comment.label': string;
30
- 'feedback-collector.option.default.label': string;
31
- 'feedback-collector.option.default.placeholder': string;
32
- 'feedback-collector.option.question.label': string;
33
- 'feedback-collector.option.suggestion.label': string;
34
- 'feedback-collector.privacy-policy': string;
35
- 'feedback-collector.required.fields.summary': string;
36
- 'feedback-collector.submit-button.label': string;
37
- 'feedback-collector.success-flag.description': string;
38
- 'feedback-collector.success-flag.description-appify': string;
39
- 'feedback-collector.success-flag.title': string;
40
- 'feedback-collector.summary-placeholder': string;
41
- 'feedback-collector.validation.description.required': string;
42
- 'feedback-collector.validation.type.required': string;
43
- 'proforma-form-builder.feedback-icon-label': string;
44
- 'proforma-form-builder.give-feedback': string;
45
- };
46
- export default _default;
7
+ import translations from '@atlaskit/afm-i18n-platform-web-platform-feedback-collector/i18n/cs';
8
+ export default translations;
@@ -4,43 +4,5 @@
4
4
  * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- declare const _default: {
8
- 'feedback-collector.anonymous': string;
9
- 'feedback-collector.anonymous.title': string;
10
- 'feedback-collector.can-be-contacted.label': string;
11
- 'feedback-collector.can-be-contacted.label-appify': string;
12
- 'feedback-collector.can-be-contacted.label-appify-without-link': string;
13
- 'feedback-collector.can-be-contacted.label-without-link': string;
14
- 'feedback-collector.cancel-button.label': string;
15
- 'feedback-collector.default.custom.textarea.label': string;
16
- 'feedback-collector.enrol-in-research.label': string;
17
- 'feedback-collector.feedback-title': string;
18
- 'feedback-collector.form.bug.label': string;
19
- 'feedback-collector.form.comment.label': string;
20
- 'feedback-collector.form.empty.label': string;
21
- 'feedback-collector.form.not-accurate.label': string;
22
- 'feedback-collector.form.not-relevant.label': string;
23
- 'feedback-collector.form.other.label': string;
24
- 'feedback-collector.form.question.label': string;
25
- 'feedback-collector.form.suggestion.label': string;
26
- 'feedback-collector.form.too-slow.label': string;
27
- 'feedback-collector.form.unhelpful-links.label': string;
28
- 'feedback-collector.option.bug.label': string;
29
- 'feedback-collector.option.comment.label': string;
30
- 'feedback-collector.option.default.label': string;
31
- 'feedback-collector.option.default.placeholder': string;
32
- 'feedback-collector.option.question.label': string;
33
- 'feedback-collector.option.suggestion.label': string;
34
- 'feedback-collector.privacy-policy': string;
35
- 'feedback-collector.required.fields.summary': string;
36
- 'feedback-collector.submit-button.label': string;
37
- 'feedback-collector.success-flag.description': string;
38
- 'feedback-collector.success-flag.description-appify': string;
39
- 'feedback-collector.success-flag.title': string;
40
- 'feedback-collector.summary-placeholder': string;
41
- 'feedback-collector.validation.description.required': string;
42
- 'feedback-collector.validation.type.required': string;
43
- 'proforma-form-builder.feedback-icon-label': string;
44
- 'proforma-form-builder.give-feedback': string;
45
- };
46
- export default _default;
7
+ import translations from '@atlaskit/afm-i18n-platform-web-platform-feedback-collector/i18n/da';
8
+ export default translations;
@@ -4,43 +4,5 @@
4
4
  * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- declare const _default: {
8
- 'feedback-collector.anonymous': string;
9
- 'feedback-collector.anonymous.title': string;
10
- 'feedback-collector.can-be-contacted.label': string;
11
- 'feedback-collector.can-be-contacted.label-appify': string;
12
- 'feedback-collector.can-be-contacted.label-appify-without-link': string;
13
- 'feedback-collector.can-be-contacted.label-without-link': string;
14
- 'feedback-collector.cancel-button.label': string;
15
- 'feedback-collector.default.custom.textarea.label': string;
16
- 'feedback-collector.enrol-in-research.label': string;
17
- 'feedback-collector.feedback-title': string;
18
- 'feedback-collector.form.bug.label': string;
19
- 'feedback-collector.form.comment.label': string;
20
- 'feedback-collector.form.empty.label': string;
21
- 'feedback-collector.form.not-accurate.label': string;
22
- 'feedback-collector.form.not-relevant.label': string;
23
- 'feedback-collector.form.other.label': string;
24
- 'feedback-collector.form.question.label': string;
25
- 'feedback-collector.form.suggestion.label': string;
26
- 'feedback-collector.form.too-slow.label': string;
27
- 'feedback-collector.form.unhelpful-links.label': string;
28
- 'feedback-collector.option.bug.label': string;
29
- 'feedback-collector.option.comment.label': string;
30
- 'feedback-collector.option.default.label': string;
31
- 'feedback-collector.option.default.placeholder': string;
32
- 'feedback-collector.option.question.label': string;
33
- 'feedback-collector.option.suggestion.label': string;
34
- 'feedback-collector.privacy-policy': string;
35
- 'feedback-collector.required.fields.summary': string;
36
- 'feedback-collector.submit-button.label': string;
37
- 'feedback-collector.success-flag.description': string;
38
- 'feedback-collector.success-flag.description-appify': string;
39
- 'feedback-collector.success-flag.title': string;
40
- 'feedback-collector.summary-placeholder': string;
41
- 'feedback-collector.validation.description.required': string;
42
- 'feedback-collector.validation.type.required': string;
43
- 'proforma-form-builder.feedback-icon-label': string;
44
- 'proforma-form-builder.give-feedback': string;
45
- };
46
- export default _default;
7
+ import translations from '@atlaskit/afm-i18n-platform-web-platform-feedback-collector/i18n/de';
8
+ export default translations;
@@ -4,43 +4,5 @@
4
4
  * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- declare const _default: {
8
- 'feedback-collector.anonymous': string;
9
- 'feedback-collector.anonymous.title': string;
10
- 'feedback-collector.can-be-contacted.label': string;
11
- 'feedback-collector.can-be-contacted.label-appify': string;
12
- 'feedback-collector.can-be-contacted.label-appify-without-link': string;
13
- 'feedback-collector.can-be-contacted.label-without-link': string;
14
- 'feedback-collector.cancel-button.label': string;
15
- 'feedback-collector.default.custom.textarea.label': string;
16
- 'feedback-collector.enrol-in-research.label': string;
17
- 'feedback-collector.feedback-title': string;
18
- 'feedback-collector.form.bug.label': string;
19
- 'feedback-collector.form.comment.label': string;
20
- 'feedback-collector.form.empty.label': string;
21
- 'feedback-collector.form.not-accurate.label': string;
22
- 'feedback-collector.form.not-relevant.label': string;
23
- 'feedback-collector.form.other.label': string;
24
- 'feedback-collector.form.question.label': string;
25
- 'feedback-collector.form.suggestion.label': string;
26
- 'feedback-collector.form.too-slow.label': string;
27
- 'feedback-collector.form.unhelpful-links.label': string;
28
- 'feedback-collector.option.bug.label': string;
29
- 'feedback-collector.option.comment.label': string;
30
- 'feedback-collector.option.default.label': string;
31
- 'feedback-collector.option.default.placeholder': string;
32
- 'feedback-collector.option.question.label': string;
33
- 'feedback-collector.option.suggestion.label': string;
34
- 'feedback-collector.privacy-policy': string;
35
- 'feedback-collector.required.fields.summary': string;
36
- 'feedback-collector.submit-button.label': string;
37
- 'feedback-collector.success-flag.description': string;
38
- 'feedback-collector.success-flag.description-appify': string;
39
- 'feedback-collector.success-flag.title': string;
40
- 'feedback-collector.summary-placeholder': string;
41
- 'feedback-collector.validation.description.required': string;
42
- 'feedback-collector.validation.type.required': string;
43
- 'proforma-form-builder.feedback-icon-label': string;
44
- 'proforma-form-builder.give-feedback': string;
45
- };
46
- export default _default;
7
+ import translations from '@atlaskit/afm-i18n-platform-web-platform-feedback-collector/i18n/en';
8
+ export default translations;
@@ -4,43 +4,5 @@
4
4
  * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- declare const _default: {
8
- 'feedback-collector.anonymous': string;
9
- 'feedback-collector.anonymous.title': string;
10
- 'feedback-collector.can-be-contacted.label': string;
11
- 'feedback-collector.can-be-contacted.label-appify': string;
12
- 'feedback-collector.can-be-contacted.label-appify-without-link': string;
13
- 'feedback-collector.can-be-contacted.label-without-link': string;
14
- 'feedback-collector.cancel-button.label': string;
15
- 'feedback-collector.default.custom.textarea.label': string;
16
- 'feedback-collector.enrol-in-research.label': string;
17
- 'feedback-collector.feedback-title': string;
18
- 'feedback-collector.form.bug.label': string;
19
- 'feedback-collector.form.comment.label': string;
20
- 'feedback-collector.form.empty.label': string;
21
- 'feedback-collector.form.not-accurate.label': string;
22
- 'feedback-collector.form.not-relevant.label': string;
23
- 'feedback-collector.form.other.label': string;
24
- 'feedback-collector.form.question.label': string;
25
- 'feedback-collector.form.suggestion.label': string;
26
- 'feedback-collector.form.too-slow.label': string;
27
- 'feedback-collector.form.unhelpful-links.label': string;
28
- 'feedback-collector.option.bug.label': string;
29
- 'feedback-collector.option.comment.label': string;
30
- 'feedback-collector.option.default.label': string;
31
- 'feedback-collector.option.default.placeholder': string;
32
- 'feedback-collector.option.question.label': string;
33
- 'feedback-collector.option.suggestion.label': string;
34
- 'feedback-collector.privacy-policy': string;
35
- 'feedback-collector.required.fields.summary': string;
36
- 'feedback-collector.submit-button.label': string;
37
- 'feedback-collector.success-flag.description': string;
38
- 'feedback-collector.success-flag.description-appify': string;
39
- 'feedback-collector.success-flag.title': string;
40
- 'feedback-collector.summary-placeholder': string;
41
- 'feedback-collector.validation.description.required': string;
42
- 'feedback-collector.validation.type.required': string;
43
- 'proforma-form-builder.feedback-icon-label': string;
44
- 'proforma-form-builder.give-feedback': string;
45
- };
46
- export default _default;
7
+ import translations from '@atlaskit/afm-i18n-platform-web-platform-feedback-collector/i18n/en_GB';
8
+ export default translations;
@@ -4,43 +4,5 @@
4
4
  * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- declare const _default: {
8
- 'feedback-collector.anonymous': string;
9
- 'feedback-collector.anonymous.title': string;
10
- 'feedback-collector.can-be-contacted.label': string;
11
- 'feedback-collector.can-be-contacted.label-appify': string;
12
- 'feedback-collector.can-be-contacted.label-appify-without-link': string;
13
- 'feedback-collector.can-be-contacted.label-without-link': string;
14
- 'feedback-collector.cancel-button.label': string;
15
- 'feedback-collector.default.custom.textarea.label': string;
16
- 'feedback-collector.enrol-in-research.label': string;
17
- 'feedback-collector.feedback-title': string;
18
- 'feedback-collector.form.bug.label': string;
19
- 'feedback-collector.form.comment.label': string;
20
- 'feedback-collector.form.empty.label': string;
21
- 'feedback-collector.form.not-accurate.label': string;
22
- 'feedback-collector.form.not-relevant.label': string;
23
- 'feedback-collector.form.other.label': string;
24
- 'feedback-collector.form.question.label': string;
25
- 'feedback-collector.form.suggestion.label': string;
26
- 'feedback-collector.form.too-slow.label': string;
27
- 'feedback-collector.form.unhelpful-links.label': string;
28
- 'feedback-collector.option.bug.label': string;
29
- 'feedback-collector.option.comment.label': string;
30
- 'feedback-collector.option.default.label': string;
31
- 'feedback-collector.option.default.placeholder': string;
32
- 'feedback-collector.option.question.label': string;
33
- 'feedback-collector.option.suggestion.label': string;
34
- 'feedback-collector.privacy-policy': string;
35
- 'feedback-collector.required.fields.summary': string;
36
- 'feedback-collector.submit-button.label': string;
37
- 'feedback-collector.success-flag.description': string;
38
- 'feedback-collector.success-flag.description-appify': string;
39
- 'feedback-collector.success-flag.title': string;
40
- 'feedback-collector.summary-placeholder': string;
41
- 'feedback-collector.validation.description.required': string;
42
- 'feedback-collector.validation.type.required': string;
43
- 'proforma-form-builder.feedback-icon-label': string;
44
- 'proforma-form-builder.give-feedback': string;
45
- };
46
- export default _default;
7
+ import translations from '@atlaskit/afm-i18n-platform-web-platform-feedback-collector/i18n/en_ZZ';
8
+ export default translations;
@@ -4,43 +4,5 @@
4
4
  * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- declare const _default: {
8
- 'feedback-collector.anonymous': string;
9
- 'feedback-collector.anonymous.title': string;
10
- 'feedback-collector.can-be-contacted.label': string;
11
- 'feedback-collector.can-be-contacted.label-appify': string;
12
- 'feedback-collector.can-be-contacted.label-appify-without-link': string;
13
- 'feedback-collector.can-be-contacted.label-without-link': string;
14
- 'feedback-collector.cancel-button.label': string;
15
- 'feedback-collector.default.custom.textarea.label': string;
16
- 'feedback-collector.enrol-in-research.label': string;
17
- 'feedback-collector.feedback-title': string;
18
- 'feedback-collector.form.bug.label': string;
19
- 'feedback-collector.form.comment.label': string;
20
- 'feedback-collector.form.empty.label': string;
21
- 'feedback-collector.form.not-accurate.label': string;
22
- 'feedback-collector.form.not-relevant.label': string;
23
- 'feedback-collector.form.other.label': string;
24
- 'feedback-collector.form.question.label': string;
25
- 'feedback-collector.form.suggestion.label': string;
26
- 'feedback-collector.form.too-slow.label': string;
27
- 'feedback-collector.form.unhelpful-links.label': string;
28
- 'feedback-collector.option.bug.label': string;
29
- 'feedback-collector.option.comment.label': string;
30
- 'feedback-collector.option.default.label': string;
31
- 'feedback-collector.option.default.placeholder': string;
32
- 'feedback-collector.option.question.label': string;
33
- 'feedback-collector.option.suggestion.label': string;
34
- 'feedback-collector.privacy-policy': string;
35
- 'feedback-collector.required.fields.summary': string;
36
- 'feedback-collector.submit-button.label': string;
37
- 'feedback-collector.success-flag.description': string;
38
- 'feedback-collector.success-flag.description-appify': string;
39
- 'feedback-collector.success-flag.title': string;
40
- 'feedback-collector.summary-placeholder': string;
41
- 'feedback-collector.validation.description.required': string;
42
- 'feedback-collector.validation.type.required': string;
43
- 'proforma-form-builder.feedback-icon-label': string;
44
- 'proforma-form-builder.give-feedback': string;
45
- };
46
- export default _default;
7
+ import translations from '@atlaskit/afm-i18n-platform-web-platform-feedback-collector/i18n/es';
8
+ export default translations;
@@ -4,43 +4,5 @@
4
4
  * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- declare const _default: {
8
- 'feedback-collector.anonymous': string;
9
- 'feedback-collector.anonymous.title': string;
10
- 'feedback-collector.can-be-contacted.label': string;
11
- 'feedback-collector.can-be-contacted.label-appify': string;
12
- 'feedback-collector.can-be-contacted.label-appify-without-link': string;
13
- 'feedback-collector.can-be-contacted.label-without-link': string;
14
- 'feedback-collector.cancel-button.label': string;
15
- 'feedback-collector.default.custom.textarea.label': string;
16
- 'feedback-collector.enrol-in-research.label': string;
17
- 'feedback-collector.feedback-title': string;
18
- 'feedback-collector.form.bug.label': string;
19
- 'feedback-collector.form.comment.label': string;
20
- 'feedback-collector.form.empty.label': string;
21
- 'feedback-collector.form.not-accurate.label': string;
22
- 'feedback-collector.form.not-relevant.label': string;
23
- 'feedback-collector.form.other.label': string;
24
- 'feedback-collector.form.question.label': string;
25
- 'feedback-collector.form.suggestion.label': string;
26
- 'feedback-collector.form.too-slow.label': string;
27
- 'feedback-collector.form.unhelpful-links.label': string;
28
- 'feedback-collector.option.bug.label': string;
29
- 'feedback-collector.option.comment.label': string;
30
- 'feedback-collector.option.default.label': string;
31
- 'feedback-collector.option.default.placeholder': string;
32
- 'feedback-collector.option.question.label': string;
33
- 'feedback-collector.option.suggestion.label': string;
34
- 'feedback-collector.privacy-policy': string;
35
- 'feedback-collector.required.fields.summary': string;
36
- 'feedback-collector.submit-button.label': string;
37
- 'feedback-collector.success-flag.description': string;
38
- 'feedback-collector.success-flag.description-appify': string;
39
- 'feedback-collector.success-flag.title': string;
40
- 'feedback-collector.summary-placeholder': string;
41
- 'feedback-collector.validation.description.required': string;
42
- 'feedback-collector.validation.type.required': string;
43
- 'proforma-form-builder.feedback-icon-label': string;
44
- 'proforma-form-builder.give-feedback': string;
45
- };
46
- export default _default;
7
+ import translations from '@atlaskit/afm-i18n-platform-web-platform-feedback-collector/i18n/fi';
8
+ export default translations;
@@ -4,43 +4,5 @@
4
4
  * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- declare const _default: {
8
- 'feedback-collector.anonymous': string;
9
- 'feedback-collector.anonymous.title': string;
10
- 'feedback-collector.can-be-contacted.label': string;
11
- 'feedback-collector.can-be-contacted.label-appify': string;
12
- 'feedback-collector.can-be-contacted.label-appify-without-link': string;
13
- 'feedback-collector.can-be-contacted.label-without-link': string;
14
- 'feedback-collector.cancel-button.label': string;
15
- 'feedback-collector.default.custom.textarea.label': string;
16
- 'feedback-collector.enrol-in-research.label': string;
17
- 'feedback-collector.feedback-title': string;
18
- 'feedback-collector.form.bug.label': string;
19
- 'feedback-collector.form.comment.label': string;
20
- 'feedback-collector.form.empty.label': string;
21
- 'feedback-collector.form.not-accurate.label': string;
22
- 'feedback-collector.form.not-relevant.label': string;
23
- 'feedback-collector.form.other.label': string;
24
- 'feedback-collector.form.question.label': string;
25
- 'feedback-collector.form.suggestion.label': string;
26
- 'feedback-collector.form.too-slow.label': string;
27
- 'feedback-collector.form.unhelpful-links.label': string;
28
- 'feedback-collector.option.bug.label': string;
29
- 'feedback-collector.option.comment.label': string;
30
- 'feedback-collector.option.default.label': string;
31
- 'feedback-collector.option.default.placeholder': string;
32
- 'feedback-collector.option.question.label': string;
33
- 'feedback-collector.option.suggestion.label': string;
34
- 'feedback-collector.privacy-policy': string;
35
- 'feedback-collector.required.fields.summary': string;
36
- 'feedback-collector.submit-button.label': string;
37
- 'feedback-collector.success-flag.description': string;
38
- 'feedback-collector.success-flag.description-appify': string;
39
- 'feedback-collector.success-flag.title': string;
40
- 'feedback-collector.summary-placeholder': string;
41
- 'feedback-collector.validation.description.required': string;
42
- 'feedback-collector.validation.type.required': string;
43
- 'proforma-form-builder.feedback-icon-label': string;
44
- 'proforma-form-builder.give-feedback': string;
45
- };
46
- export default _default;
7
+ import translations from '@atlaskit/afm-i18n-platform-web-platform-feedback-collector/i18n/fr';
8
+ export default translations;