@atlaskit/afm-i18n-platform-web-platform-feedback-collector 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 (159) hide show
  1. package/build.js +131 -0
  2. package/dist/cjs/i18n/cs.js +46 -0
  3. package/dist/cjs/i18n/da.js +46 -0
  4. package/dist/cjs/i18n/de.js +46 -0
  5. package/dist/cjs/i18n/en.js +46 -0
  6. package/dist/cjs/i18n/en_GB.js +46 -0
  7. package/dist/cjs/i18n/en_ZZ.js +46 -0
  8. package/dist/cjs/i18n/es.js +46 -0
  9. package/dist/cjs/i18n/fi.js +46 -0
  10. package/dist/cjs/i18n/fr.js +46 -0
  11. package/dist/cjs/i18n/hr.js +46 -0
  12. package/dist/cjs/i18n/hu.js +46 -0
  13. package/dist/cjs/i18n/index.js +63 -0
  14. package/dist/cjs/i18n/it.js +46 -0
  15. package/dist/cjs/i18n/ja.js +46 -0
  16. package/dist/cjs/i18n/ko.js +46 -0
  17. package/dist/cjs/i18n/nb.js +46 -0
  18. package/dist/cjs/i18n/nl.js +46 -0
  19. package/dist/cjs/i18n/pl.js +46 -0
  20. package/dist/cjs/i18n/pt_BR.js +46 -0
  21. package/dist/cjs/i18n/ru.js +46 -0
  22. package/dist/cjs/i18n/sl.js +46 -0
  23. package/dist/cjs/i18n/sr_RS.js +46 -0
  24. package/dist/cjs/i18n/sr_YR.js +46 -0
  25. package/dist/cjs/i18n/sv.js +46 -0
  26. package/dist/cjs/i18n/th.js +46 -0
  27. package/dist/cjs/i18n/tr.js +46 -0
  28. package/dist/cjs/i18n/uk.js +46 -0
  29. package/dist/cjs/i18n/vi.js +46 -0
  30. package/dist/cjs/i18n/zh.js +46 -0
  31. package/dist/cjs/i18n/zh_TW.js +46 -0
  32. package/dist/cjs/index.js +18 -0
  33. package/dist/esm/i18n/cs.d.ts +43 -0
  34. package/dist/esm/i18n/cs.js +44 -0
  35. package/dist/esm/i18n/da.d.ts +43 -0
  36. package/dist/esm/i18n/da.js +44 -0
  37. package/dist/esm/i18n/de.d.ts +43 -0
  38. package/dist/esm/i18n/de.js +44 -0
  39. package/dist/esm/i18n/en.d.ts +43 -0
  40. package/dist/esm/i18n/en.js +44 -0
  41. package/dist/esm/i18n/en_GB.d.ts +43 -0
  42. package/dist/esm/i18n/en_GB.js +44 -0
  43. package/dist/esm/i18n/en_ZZ.d.ts +43 -0
  44. package/dist/esm/i18n/en_ZZ.js +44 -0
  45. package/dist/esm/i18n/es.d.ts +43 -0
  46. package/dist/esm/i18n/es.js +44 -0
  47. package/dist/esm/i18n/fi.d.ts +43 -0
  48. package/dist/esm/i18n/fi.js +44 -0
  49. package/dist/esm/i18n/fr.d.ts +43 -0
  50. package/dist/esm/i18n/fr.js +44 -0
  51. package/dist/esm/i18n/hr.d.ts +43 -0
  52. package/dist/esm/i18n/hr.js +44 -0
  53. package/dist/esm/i18n/hu.d.ts +43 -0
  54. package/dist/esm/i18n/hu.js +44 -0
  55. package/dist/esm/i18n/index.d.ts +29 -0
  56. package/dist/esm/i18n/index.js +30 -0
  57. package/dist/esm/i18n/it.d.ts +43 -0
  58. package/dist/esm/i18n/it.js +44 -0
  59. package/dist/esm/i18n/ja.d.ts +43 -0
  60. package/dist/esm/i18n/ja.js +44 -0
  61. package/dist/esm/i18n/ko.d.ts +43 -0
  62. package/dist/esm/i18n/ko.js +44 -0
  63. package/dist/esm/i18n/nb.d.ts +43 -0
  64. package/dist/esm/i18n/nb.js +44 -0
  65. package/dist/esm/i18n/nl.d.ts +43 -0
  66. package/dist/esm/i18n/nl.js +44 -0
  67. package/dist/esm/i18n/pl.d.ts +43 -0
  68. package/dist/esm/i18n/pl.js +44 -0
  69. package/dist/esm/i18n/pt_BR.d.ts +43 -0
  70. package/dist/esm/i18n/pt_BR.js +44 -0
  71. package/dist/esm/i18n/ru.d.ts +43 -0
  72. package/dist/esm/i18n/ru.js +44 -0
  73. package/dist/esm/i18n/sl.d.ts +43 -0
  74. package/dist/esm/i18n/sl.js +44 -0
  75. package/dist/esm/i18n/sr_RS.d.ts +43 -0
  76. package/dist/esm/i18n/sr_RS.js +44 -0
  77. package/dist/esm/i18n/sr_YR.d.ts +43 -0
  78. package/dist/esm/i18n/sr_YR.js +44 -0
  79. package/dist/esm/i18n/sv.d.ts +43 -0
  80. package/dist/esm/i18n/sv.js +44 -0
  81. package/dist/esm/i18n/th.d.ts +43 -0
  82. package/dist/esm/i18n/th.js +44 -0
  83. package/dist/esm/i18n/tr.d.ts +43 -0
  84. package/dist/esm/i18n/tr.js +44 -0
  85. package/dist/esm/i18n/uk.d.ts +43 -0
  86. package/dist/esm/i18n/uk.js +44 -0
  87. package/dist/esm/i18n/vi.d.ts +43 -0
  88. package/dist/esm/i18n/vi.js +44 -0
  89. package/dist/esm/i18n/zh.d.ts +43 -0
  90. package/dist/esm/i18n/zh.js +44 -0
  91. package/dist/esm/i18n/zh_TW.d.ts +43 -0
  92. package/dist/esm/i18n/zh_TW.js +44 -0
  93. package/dist/esm/index.d.ts +1 -0
  94. package/dist/esm/index.js +2 -0
  95. package/dist/types/i18n/cs.d.ts +43 -0
  96. package/dist/types/i18n/da.d.ts +43 -0
  97. package/dist/types/i18n/de.d.ts +43 -0
  98. package/dist/types/i18n/en.d.ts +43 -0
  99. package/dist/types/i18n/en_GB.d.ts +43 -0
  100. package/dist/types/i18n/en_ZZ.d.ts +43 -0
  101. package/dist/types/i18n/es.d.ts +43 -0
  102. package/dist/types/i18n/fi.d.ts +43 -0
  103. package/dist/types/i18n/fr.d.ts +43 -0
  104. package/dist/types/i18n/hr.d.ts +43 -0
  105. package/dist/types/i18n/hu.d.ts +43 -0
  106. package/dist/types/i18n/index.d.ts +29 -0
  107. package/dist/types/i18n/it.d.ts +43 -0
  108. package/dist/types/i18n/ja.d.ts +43 -0
  109. package/dist/types/i18n/ko.d.ts +43 -0
  110. package/dist/types/i18n/nb.d.ts +43 -0
  111. package/dist/types/i18n/nl.d.ts +43 -0
  112. package/dist/types/i18n/pl.d.ts +43 -0
  113. package/dist/types/i18n/pt_BR.d.ts +43 -0
  114. package/dist/types/i18n/ru.d.ts +43 -0
  115. package/dist/types/i18n/sl.d.ts +43 -0
  116. package/dist/types/i18n/sr_RS.d.ts +43 -0
  117. package/dist/types/i18n/sr_YR.d.ts +43 -0
  118. package/dist/types/i18n/sv.d.ts +43 -0
  119. package/dist/types/i18n/th.d.ts +43 -0
  120. package/dist/types/i18n/tr.d.ts +43 -0
  121. package/dist/types/i18n/uk.d.ts +43 -0
  122. package/dist/types/i18n/vi.d.ts +43 -0
  123. package/dist/types/i18n/zh.d.ts +43 -0
  124. package/dist/types/i18n/zh_TW.d.ts +43 -0
  125. package/dist/types/index.d.ts +1 -0
  126. package/i18n/cs.ts +48 -0
  127. package/i18n/da.ts +47 -0
  128. package/i18n/de.ts +48 -0
  129. package/i18n/en.ts +47 -0
  130. package/i18n/en_GB.ts +47 -0
  131. package/i18n/en_ZZ.ts +51 -0
  132. package/i18n/es.ts +49 -0
  133. package/i18n/fi.ts +49 -0
  134. package/i18n/fr.ts +49 -0
  135. package/i18n/hr.ts +49 -0
  136. package/i18n/hu.ts +49 -0
  137. package/i18n/index.ts +30 -0
  138. package/i18n/it.ts +49 -0
  139. package/i18n/ja.ts +49 -0
  140. package/i18n/ko.ts +47 -0
  141. package/i18n/nb.ts +49 -0
  142. package/i18n/nl.ts +48 -0
  143. package/i18n/pl.ts +49 -0
  144. package/i18n/pt_BR.ts +49 -0
  145. package/i18n/ru.ts +48 -0
  146. package/i18n/sl.ts +49 -0
  147. package/i18n/sr_RS.ts +49 -0
  148. package/i18n/sr_YR.ts +49 -0
  149. package/i18n/sv.ts +49 -0
  150. package/i18n/th.ts +49 -0
  151. package/i18n/tr.ts +49 -0
  152. package/i18n/uk.ts +48 -0
  153. package/i18n/vi.ts +49 -0
  154. package/i18n/zh.ts +46 -0
  155. package/i18n/zh_TW.ts +46 -0
  156. package/index.ts +2 -0
  157. package/package.json +38 -0
  158. package/tsconfig.cjs.json +8 -0
  159. package/tsconfig.json +25 -0
@@ -0,0 +1,43 @@
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
+ '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.cancel-button.label': string;
13
+ 'feedback-collector.default.custom.textarea.label': string;
14
+ 'feedback-collector.enrol-in-research.label': string;
15
+ 'feedback-collector.feedback-title': string;
16
+ 'feedback-collector.form.bug.label': string;
17
+ 'feedback-collector.form.comment.label': string;
18
+ 'feedback-collector.form.empty.label': string;
19
+ 'feedback-collector.form.not-accurate.label': string;
20
+ 'feedback-collector.form.not-relevant.label': string;
21
+ 'feedback-collector.form.other.label': string;
22
+ 'feedback-collector.form.question.label': string;
23
+ 'feedback-collector.form.suggestion.label': string;
24
+ 'feedback-collector.form.too-slow.label': string;
25
+ 'feedback-collector.form.unhelpful-links.label': string;
26
+ 'feedback-collector.option.bug.label': string;
27
+ 'feedback-collector.option.comment.label': string;
28
+ 'feedback-collector.option.default.label': string;
29
+ 'feedback-collector.option.default.placeholder': string;
30
+ 'feedback-collector.option.question.label': string;
31
+ 'feedback-collector.option.suggestion.label': string;
32
+ 'feedback-collector.required.fields.summary': string;
33
+ 'feedback-collector.submit-button.label': string;
34
+ 'feedback-collector.success-flag.description': string;
35
+ 'feedback-collector.success-flag.description-appify': string;
36
+ 'feedback-collector.success-flag.title': string;
37
+ 'feedback-collector.summary-placeholder': string;
38
+ 'feedback-collector.validation.description.required': string;
39
+ 'feedback-collector.validation.type.required': string;
40
+ 'proforma-form-builder.feedback-icon-label': string;
41
+ 'proforma-form-builder.give-feedback': string;
42
+ };
43
+ export default _default;
@@ -0,0 +1,44 @@
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
+ //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.cancel-button.label': '取消',
15
+ 'feedback-collector.default.custom.textarea.label': '讓我們知道您的想法。',
16
+ 'feedback-collector.enrol-in-research.label': '我想要參與產品研究',
17
+ 'feedback-collector.feedback-title': '分享您的想法',
18
+ 'feedback-collector.form.bug.label': '描述錯誤或問題',
19
+ 'feedback-collector.form.comment.label': '讓我們知道您的想法',
20
+ 'feedback-collector.form.empty.label': '選取選項',
21
+ 'feedback-collector.form.not-accurate.label': '不準確',
22
+ 'feedback-collector.form.not-relevant.label': '不相關',
23
+ 'feedback-collector.form.other.label': '其他',
24
+ 'feedback-collector.form.question.label': '您想要知道什麼?',
25
+ 'feedback-collector.form.suggestion.label': '讓我們知道您希望改善的項目',
26
+ 'feedback-collector.form.too-slow.label': '太慢',
27
+ 'feedback-collector.form.unhelpful-links.label': '沒有幫助的連結',
28
+ 'feedback-collector.option.bug.label': '回報錯誤',
29
+ 'feedback-collector.option.comment.label': '留下留言',
30
+ 'feedback-collector.option.default.label': '選取意見反應',
31
+ 'feedback-collector.option.default.placeholder': '選擇一個',
32
+ 'feedback-collector.option.question.label': '提出問題',
33
+ 'feedback-collector.option.suggestion.label': '建議改進',
34
+ 'feedback-collector.required.fields.summary': '必填欄位標有星號',
35
+ 'feedback-collector.submit-button.label': '傳送意見反應',
36
+ 'feedback-collector.success-flag.description': '您的意見反應很珍貴,能幫助我們持續改善產品。',
37
+ 'feedback-collector.success-flag.description-appify': '您的寶貴意見有助於我們持續改善應用程式。',
38
+ 'feedback-collector.success-flag.title': '謝謝!',
39
+ 'feedback-collector.summary-placeholder': '讓我們知道您的想法',
40
+ 'feedback-collector.validation.description.required': '請提供描述',
41
+ 'feedback-collector.validation.type.required': '請選取意見反應類型',
42
+ 'proforma-form-builder.feedback-icon-label': '意見反應',
43
+ 'proforma-form-builder.give-feedback': '提供意見反應',
44
+ };
@@ -0,0 +1 @@
1
+ export * from './i18n';
@@ -0,0 +1,2 @@
1
+ // Re-export all i18n modules
2
+ export * from './i18n';
@@ -0,0 +1,43 @@
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
+ '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.cancel-button.label': string;
13
+ 'feedback-collector.default.custom.textarea.label': string;
14
+ 'feedback-collector.enrol-in-research.label': string;
15
+ 'feedback-collector.feedback-title': string;
16
+ 'feedback-collector.form.bug.label': string;
17
+ 'feedback-collector.form.comment.label': string;
18
+ 'feedback-collector.form.empty.label': string;
19
+ 'feedback-collector.form.not-accurate.label': string;
20
+ 'feedback-collector.form.not-relevant.label': string;
21
+ 'feedback-collector.form.other.label': string;
22
+ 'feedback-collector.form.question.label': string;
23
+ 'feedback-collector.form.suggestion.label': string;
24
+ 'feedback-collector.form.too-slow.label': string;
25
+ 'feedback-collector.form.unhelpful-links.label': string;
26
+ 'feedback-collector.option.bug.label': string;
27
+ 'feedback-collector.option.comment.label': string;
28
+ 'feedback-collector.option.default.label': string;
29
+ 'feedback-collector.option.default.placeholder': string;
30
+ 'feedback-collector.option.question.label': string;
31
+ 'feedback-collector.option.suggestion.label': string;
32
+ 'feedback-collector.required.fields.summary': string;
33
+ 'feedback-collector.submit-button.label': string;
34
+ 'feedback-collector.success-flag.description': string;
35
+ 'feedback-collector.success-flag.description-appify': string;
36
+ 'feedback-collector.success-flag.title': string;
37
+ 'feedback-collector.summary-placeholder': string;
38
+ 'feedback-collector.validation.description.required': string;
39
+ 'feedback-collector.validation.type.required': string;
40
+ 'proforma-form-builder.feedback-icon-label': string;
41
+ 'proforma-form-builder.give-feedback': string;
42
+ };
43
+ export default _default;
@@ -0,0 +1,43 @@
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
+ '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.cancel-button.label': string;
13
+ 'feedback-collector.default.custom.textarea.label': string;
14
+ 'feedback-collector.enrol-in-research.label': string;
15
+ 'feedback-collector.feedback-title': string;
16
+ 'feedback-collector.form.bug.label': string;
17
+ 'feedback-collector.form.comment.label': string;
18
+ 'feedback-collector.form.empty.label': string;
19
+ 'feedback-collector.form.not-accurate.label': string;
20
+ 'feedback-collector.form.not-relevant.label': string;
21
+ 'feedback-collector.form.other.label': string;
22
+ 'feedback-collector.form.question.label': string;
23
+ 'feedback-collector.form.suggestion.label': string;
24
+ 'feedback-collector.form.too-slow.label': string;
25
+ 'feedback-collector.form.unhelpful-links.label': string;
26
+ 'feedback-collector.option.bug.label': string;
27
+ 'feedback-collector.option.comment.label': string;
28
+ 'feedback-collector.option.default.label': string;
29
+ 'feedback-collector.option.default.placeholder': string;
30
+ 'feedback-collector.option.question.label': string;
31
+ 'feedback-collector.option.suggestion.label': string;
32
+ 'feedback-collector.required.fields.summary': string;
33
+ 'feedback-collector.submit-button.label': string;
34
+ 'feedback-collector.success-flag.description': string;
35
+ 'feedback-collector.success-flag.description-appify': string;
36
+ 'feedback-collector.success-flag.title': string;
37
+ 'feedback-collector.summary-placeholder': string;
38
+ 'feedback-collector.validation.description.required': string;
39
+ 'feedback-collector.validation.type.required': string;
40
+ 'proforma-form-builder.feedback-icon-label': string;
41
+ 'proforma-form-builder.give-feedback': string;
42
+ };
43
+ export default _default;
@@ -0,0 +1,43 @@
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
+ '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.cancel-button.label': string;
13
+ 'feedback-collector.default.custom.textarea.label': string;
14
+ 'feedback-collector.enrol-in-research.label': string;
15
+ 'feedback-collector.feedback-title': string;
16
+ 'feedback-collector.form.bug.label': string;
17
+ 'feedback-collector.form.comment.label': string;
18
+ 'feedback-collector.form.empty.label': string;
19
+ 'feedback-collector.form.not-accurate.label': string;
20
+ 'feedback-collector.form.not-relevant.label': string;
21
+ 'feedback-collector.form.other.label': string;
22
+ 'feedback-collector.form.question.label': string;
23
+ 'feedback-collector.form.suggestion.label': string;
24
+ 'feedback-collector.form.too-slow.label': string;
25
+ 'feedback-collector.form.unhelpful-links.label': string;
26
+ 'feedback-collector.option.bug.label': string;
27
+ 'feedback-collector.option.comment.label': string;
28
+ 'feedback-collector.option.default.label': string;
29
+ 'feedback-collector.option.default.placeholder': string;
30
+ 'feedback-collector.option.question.label': string;
31
+ 'feedback-collector.option.suggestion.label': string;
32
+ 'feedback-collector.required.fields.summary': string;
33
+ 'feedback-collector.submit-button.label': string;
34
+ 'feedback-collector.success-flag.description': string;
35
+ 'feedback-collector.success-flag.description-appify': string;
36
+ 'feedback-collector.success-flag.title': string;
37
+ 'feedback-collector.summary-placeholder': string;
38
+ 'feedback-collector.validation.description.required': string;
39
+ 'feedback-collector.validation.type.required': string;
40
+ 'proforma-form-builder.feedback-icon-label': string;
41
+ 'proforma-form-builder.give-feedback': string;
42
+ };
43
+ export default _default;
@@ -0,0 +1,43 @@
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
+ '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.cancel-button.label': string;
13
+ 'feedback-collector.default.custom.textarea.label': string;
14
+ 'feedback-collector.enrol-in-research.label': string;
15
+ 'feedback-collector.feedback-title': string;
16
+ 'feedback-collector.form.bug.label': string;
17
+ 'feedback-collector.form.comment.label': string;
18
+ 'feedback-collector.form.empty.label': string;
19
+ 'feedback-collector.form.not-accurate.label': string;
20
+ 'feedback-collector.form.not-relevant.label': string;
21
+ 'feedback-collector.form.other.label': string;
22
+ 'feedback-collector.form.question.label': string;
23
+ 'feedback-collector.form.suggestion.label': string;
24
+ 'feedback-collector.form.too-slow.label': string;
25
+ 'feedback-collector.form.unhelpful-links.label': string;
26
+ 'feedback-collector.option.bug.label': string;
27
+ 'feedback-collector.option.comment.label': string;
28
+ 'feedback-collector.option.default.label': string;
29
+ 'feedback-collector.option.default.placeholder': string;
30
+ 'feedback-collector.option.question.label': string;
31
+ 'feedback-collector.option.suggestion.label': string;
32
+ 'feedback-collector.required.fields.summary': string;
33
+ 'feedback-collector.submit-button.label': string;
34
+ 'feedback-collector.success-flag.description': string;
35
+ 'feedback-collector.success-flag.description-appify': string;
36
+ 'feedback-collector.success-flag.title': string;
37
+ 'feedback-collector.summary-placeholder': string;
38
+ 'feedback-collector.validation.description.required': string;
39
+ 'feedback-collector.validation.type.required': string;
40
+ 'proforma-form-builder.feedback-icon-label': string;
41
+ 'proforma-form-builder.give-feedback': string;
42
+ };
43
+ export default _default;
@@ -0,0 +1,43 @@
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
+ '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.cancel-button.label': string;
13
+ 'feedback-collector.default.custom.textarea.label': string;
14
+ 'feedback-collector.enrol-in-research.label': string;
15
+ 'feedback-collector.feedback-title': string;
16
+ 'feedback-collector.form.bug.label': string;
17
+ 'feedback-collector.form.comment.label': string;
18
+ 'feedback-collector.form.empty.label': string;
19
+ 'feedback-collector.form.not-accurate.label': string;
20
+ 'feedback-collector.form.not-relevant.label': string;
21
+ 'feedback-collector.form.other.label': string;
22
+ 'feedback-collector.form.question.label': string;
23
+ 'feedback-collector.form.suggestion.label': string;
24
+ 'feedback-collector.form.too-slow.label': string;
25
+ 'feedback-collector.form.unhelpful-links.label': string;
26
+ 'feedback-collector.option.bug.label': string;
27
+ 'feedback-collector.option.comment.label': string;
28
+ 'feedback-collector.option.default.label': string;
29
+ 'feedback-collector.option.default.placeholder': string;
30
+ 'feedback-collector.option.question.label': string;
31
+ 'feedback-collector.option.suggestion.label': string;
32
+ 'feedback-collector.required.fields.summary': string;
33
+ 'feedback-collector.submit-button.label': string;
34
+ 'feedback-collector.success-flag.description': string;
35
+ 'feedback-collector.success-flag.description-appify': string;
36
+ 'feedback-collector.success-flag.title': string;
37
+ 'feedback-collector.summary-placeholder': string;
38
+ 'feedback-collector.validation.description.required': string;
39
+ 'feedback-collector.validation.type.required': string;
40
+ 'proforma-form-builder.feedback-icon-label': string;
41
+ 'proforma-form-builder.give-feedback': string;
42
+ };
43
+ export default _default;
@@ -0,0 +1,43 @@
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
+ '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.cancel-button.label': string;
13
+ 'feedback-collector.default.custom.textarea.label': string;
14
+ 'feedback-collector.enrol-in-research.label': string;
15
+ 'feedback-collector.feedback-title': string;
16
+ 'feedback-collector.form.bug.label': string;
17
+ 'feedback-collector.form.comment.label': string;
18
+ 'feedback-collector.form.empty.label': string;
19
+ 'feedback-collector.form.not-accurate.label': string;
20
+ 'feedback-collector.form.not-relevant.label': string;
21
+ 'feedback-collector.form.other.label': string;
22
+ 'feedback-collector.form.question.label': string;
23
+ 'feedback-collector.form.suggestion.label': string;
24
+ 'feedback-collector.form.too-slow.label': string;
25
+ 'feedback-collector.form.unhelpful-links.label': string;
26
+ 'feedback-collector.option.bug.label': string;
27
+ 'feedback-collector.option.comment.label': string;
28
+ 'feedback-collector.option.default.label': string;
29
+ 'feedback-collector.option.default.placeholder': string;
30
+ 'feedback-collector.option.question.label': string;
31
+ 'feedback-collector.option.suggestion.label': string;
32
+ 'feedback-collector.required.fields.summary': string;
33
+ 'feedback-collector.submit-button.label': string;
34
+ 'feedback-collector.success-flag.description': string;
35
+ 'feedback-collector.success-flag.description-appify': string;
36
+ 'feedback-collector.success-flag.title': string;
37
+ 'feedback-collector.summary-placeholder': string;
38
+ 'feedback-collector.validation.description.required': string;
39
+ 'feedback-collector.validation.type.required': string;
40
+ 'proforma-form-builder.feedback-icon-label': string;
41
+ 'proforma-form-builder.give-feedback': string;
42
+ };
43
+ export default _default;
@@ -0,0 +1,43 @@
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
+ '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.cancel-button.label': string;
13
+ 'feedback-collector.default.custom.textarea.label': string;
14
+ 'feedback-collector.enrol-in-research.label': string;
15
+ 'feedback-collector.feedback-title': string;
16
+ 'feedback-collector.form.bug.label': string;
17
+ 'feedback-collector.form.comment.label': string;
18
+ 'feedback-collector.form.empty.label': string;
19
+ 'feedback-collector.form.not-accurate.label': string;
20
+ 'feedback-collector.form.not-relevant.label': string;
21
+ 'feedback-collector.form.other.label': string;
22
+ 'feedback-collector.form.question.label': string;
23
+ 'feedback-collector.form.suggestion.label': string;
24
+ 'feedback-collector.form.too-slow.label': string;
25
+ 'feedback-collector.form.unhelpful-links.label': string;
26
+ 'feedback-collector.option.bug.label': string;
27
+ 'feedback-collector.option.comment.label': string;
28
+ 'feedback-collector.option.default.label': string;
29
+ 'feedback-collector.option.default.placeholder': string;
30
+ 'feedback-collector.option.question.label': string;
31
+ 'feedback-collector.option.suggestion.label': string;
32
+ 'feedback-collector.required.fields.summary': string;
33
+ 'feedback-collector.submit-button.label': string;
34
+ 'feedback-collector.success-flag.description': string;
35
+ 'feedback-collector.success-flag.description-appify': string;
36
+ 'feedback-collector.success-flag.title': string;
37
+ 'feedback-collector.summary-placeholder': string;
38
+ 'feedback-collector.validation.description.required': string;
39
+ 'feedback-collector.validation.type.required': string;
40
+ 'proforma-form-builder.feedback-icon-label': string;
41
+ 'proforma-form-builder.give-feedback': string;
42
+ };
43
+ export default _default;
@@ -0,0 +1,43 @@
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
+ '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.cancel-button.label': string;
13
+ 'feedback-collector.default.custom.textarea.label': string;
14
+ 'feedback-collector.enrol-in-research.label': string;
15
+ 'feedback-collector.feedback-title': string;
16
+ 'feedback-collector.form.bug.label': string;
17
+ 'feedback-collector.form.comment.label': string;
18
+ 'feedback-collector.form.empty.label': string;
19
+ 'feedback-collector.form.not-accurate.label': string;
20
+ 'feedback-collector.form.not-relevant.label': string;
21
+ 'feedback-collector.form.other.label': string;
22
+ 'feedback-collector.form.question.label': string;
23
+ 'feedback-collector.form.suggestion.label': string;
24
+ 'feedback-collector.form.too-slow.label': string;
25
+ 'feedback-collector.form.unhelpful-links.label': string;
26
+ 'feedback-collector.option.bug.label': string;
27
+ 'feedback-collector.option.comment.label': string;
28
+ 'feedback-collector.option.default.label': string;
29
+ 'feedback-collector.option.default.placeholder': string;
30
+ 'feedback-collector.option.question.label': string;
31
+ 'feedback-collector.option.suggestion.label': string;
32
+ 'feedback-collector.required.fields.summary': string;
33
+ 'feedback-collector.submit-button.label': string;
34
+ 'feedback-collector.success-flag.description': string;
35
+ 'feedback-collector.success-flag.description-appify': string;
36
+ 'feedback-collector.success-flag.title': string;
37
+ 'feedback-collector.summary-placeholder': string;
38
+ 'feedback-collector.validation.description.required': string;
39
+ 'feedback-collector.validation.type.required': string;
40
+ 'proforma-form-builder.feedback-icon-label': string;
41
+ 'proforma-form-builder.give-feedback': string;
42
+ };
43
+ export default _default;
@@ -0,0 +1,43 @@
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
+ '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.cancel-button.label': string;
13
+ 'feedback-collector.default.custom.textarea.label': string;
14
+ 'feedback-collector.enrol-in-research.label': string;
15
+ 'feedback-collector.feedback-title': string;
16
+ 'feedback-collector.form.bug.label': string;
17
+ 'feedback-collector.form.comment.label': string;
18
+ 'feedback-collector.form.empty.label': string;
19
+ 'feedback-collector.form.not-accurate.label': string;
20
+ 'feedback-collector.form.not-relevant.label': string;
21
+ 'feedback-collector.form.other.label': string;
22
+ 'feedback-collector.form.question.label': string;
23
+ 'feedback-collector.form.suggestion.label': string;
24
+ 'feedback-collector.form.too-slow.label': string;
25
+ 'feedback-collector.form.unhelpful-links.label': string;
26
+ 'feedback-collector.option.bug.label': string;
27
+ 'feedback-collector.option.comment.label': string;
28
+ 'feedback-collector.option.default.label': string;
29
+ 'feedback-collector.option.default.placeholder': string;
30
+ 'feedback-collector.option.question.label': string;
31
+ 'feedback-collector.option.suggestion.label': string;
32
+ 'feedback-collector.required.fields.summary': string;
33
+ 'feedback-collector.submit-button.label': string;
34
+ 'feedback-collector.success-flag.description': string;
35
+ 'feedback-collector.success-flag.description-appify': string;
36
+ 'feedback-collector.success-flag.title': string;
37
+ 'feedback-collector.summary-placeholder': string;
38
+ 'feedback-collector.validation.description.required': string;
39
+ 'feedback-collector.validation.type.required': string;
40
+ 'proforma-form-builder.feedback-icon-label': string;
41
+ 'proforma-form-builder.give-feedback': string;
42
+ };
43
+ export default _default;
@@ -0,0 +1,43 @@
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
+ '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.cancel-button.label': string;
13
+ 'feedback-collector.default.custom.textarea.label': string;
14
+ 'feedback-collector.enrol-in-research.label': string;
15
+ 'feedback-collector.feedback-title': string;
16
+ 'feedback-collector.form.bug.label': string;
17
+ 'feedback-collector.form.comment.label': string;
18
+ 'feedback-collector.form.empty.label': string;
19
+ 'feedback-collector.form.not-accurate.label': string;
20
+ 'feedback-collector.form.not-relevant.label': string;
21
+ 'feedback-collector.form.other.label': string;
22
+ 'feedback-collector.form.question.label': string;
23
+ 'feedback-collector.form.suggestion.label': string;
24
+ 'feedback-collector.form.too-slow.label': string;
25
+ 'feedback-collector.form.unhelpful-links.label': string;
26
+ 'feedback-collector.option.bug.label': string;
27
+ 'feedback-collector.option.comment.label': string;
28
+ 'feedback-collector.option.default.label': string;
29
+ 'feedback-collector.option.default.placeholder': string;
30
+ 'feedback-collector.option.question.label': string;
31
+ 'feedback-collector.option.suggestion.label': string;
32
+ 'feedback-collector.required.fields.summary': string;
33
+ 'feedback-collector.submit-button.label': string;
34
+ 'feedback-collector.success-flag.description': string;
35
+ 'feedback-collector.success-flag.description-appify': string;
36
+ 'feedback-collector.success-flag.title': string;
37
+ 'feedback-collector.summary-placeholder': string;
38
+ 'feedback-collector.validation.description.required': string;
39
+ 'feedback-collector.validation.type.required': string;
40
+ 'proforma-form-builder.feedback-icon-label': string;
41
+ 'proforma-form-builder.give-feedback': string;
42
+ };
43
+ export default _default;
@@ -0,0 +1,43 @@
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
+ '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.cancel-button.label': string;
13
+ 'feedback-collector.default.custom.textarea.label': string;
14
+ 'feedback-collector.enrol-in-research.label': string;
15
+ 'feedback-collector.feedback-title': string;
16
+ 'feedback-collector.form.bug.label': string;
17
+ 'feedback-collector.form.comment.label': string;
18
+ 'feedback-collector.form.empty.label': string;
19
+ 'feedback-collector.form.not-accurate.label': string;
20
+ 'feedback-collector.form.not-relevant.label': string;
21
+ 'feedback-collector.form.other.label': string;
22
+ 'feedback-collector.form.question.label': string;
23
+ 'feedback-collector.form.suggestion.label': string;
24
+ 'feedback-collector.form.too-slow.label': string;
25
+ 'feedback-collector.form.unhelpful-links.label': string;
26
+ 'feedback-collector.option.bug.label': string;
27
+ 'feedback-collector.option.comment.label': string;
28
+ 'feedback-collector.option.default.label': string;
29
+ 'feedback-collector.option.default.placeholder': string;
30
+ 'feedback-collector.option.question.label': string;
31
+ 'feedback-collector.option.suggestion.label': string;
32
+ 'feedback-collector.required.fields.summary': string;
33
+ 'feedback-collector.submit-button.label': string;
34
+ 'feedback-collector.success-flag.description': string;
35
+ 'feedback-collector.success-flag.description-appify': string;
36
+ 'feedback-collector.success-flag.title': string;
37
+ 'feedback-collector.summary-placeholder': string;
38
+ 'feedback-collector.validation.description.required': string;
39
+ 'feedback-collector.validation.type.required': string;
40
+ 'proforma-form-builder.feedback-icon-label': string;
41
+ 'proforma-form-builder.give-feedback': string;
42
+ };
43
+ export default _default;
@@ -0,0 +1,29 @@
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 './hr';
11
+ export * from './hu';
12
+ export * from './it';
13
+ export * from './ja';
14
+ export * from './ko';
15
+ export * from './nb';
16
+ export * from './nl';
17
+ export * from './pl';
18
+ export * from './pt_BR';
19
+ export * from './ru';
20
+ export * from './sl';
21
+ export * from './sr_RS';
22
+ export * from './sr_YR';
23
+ export * from './sv';
24
+ export * from './th';
25
+ export * from './tr';
26
+ export * from './uk';
27
+ export * from './vi';
28
+ export * from './zh';
29
+ export * from './zh_TW';