@atlaskit/feedback-collector 14.1.4 → 14.2.1

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 (55) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/dist/cjs/components/FeedbackCollector.js +1 -1
  3. package/dist/cjs/components/FeedbackForm.js +18 -10
  4. package/dist/cjs/i18n/en.js +5 -0
  5. package/dist/cjs/i18n/en_GB.js +5 -0
  6. package/dist/cjs/i18n/en_ZZ.js +5 -0
  7. package/dist/cjs/i18n/hr.js +41 -0
  8. package/dist/cjs/i18n/sl.js +41 -0
  9. package/dist/cjs/i18n/sr_RS.js +41 -0
  10. package/dist/cjs/i18n/sr_YR.js +41 -0
  11. package/dist/cjs/messages.js +25 -0
  12. package/dist/es2019/components/FeedbackCollector.js +1 -1
  13. package/dist/es2019/components/FeedbackForm.js +35 -21
  14. package/dist/es2019/i18n/en.js +5 -0
  15. package/dist/es2019/i18n/en_GB.js +5 -0
  16. package/dist/es2019/i18n/en_ZZ.js +5 -0
  17. package/dist/es2019/i18n/hr.js +35 -0
  18. package/dist/es2019/i18n/sl.js +35 -0
  19. package/dist/es2019/i18n/sr_RS.js +35 -0
  20. package/dist/es2019/i18n/sr_YR.js +35 -0
  21. package/dist/es2019/messages.js +25 -0
  22. package/dist/esm/components/FeedbackCollector.js +1 -1
  23. package/dist/esm/components/FeedbackForm.js +18 -10
  24. package/dist/esm/i18n/en.js +5 -0
  25. package/dist/esm/i18n/en_GB.js +5 -0
  26. package/dist/esm/i18n/en_ZZ.js +5 -0
  27. package/dist/esm/i18n/hr.js +35 -0
  28. package/dist/esm/i18n/sl.js +35 -0
  29. package/dist/esm/i18n/sr_RS.js +35 -0
  30. package/dist/esm/i18n/sr_YR.js +35 -0
  31. package/dist/esm/messages.js +25 -0
  32. package/dist/types/components/FeedbackCollector.d.ts +1 -1
  33. package/dist/types/components/FeedbackForm.d.ts +1 -1
  34. package/dist/types/i18n/en.d.ts +5 -0
  35. package/dist/types/i18n/en_GB.d.ts +5 -0
  36. package/dist/types/i18n/en_ZZ.d.ts +5 -0
  37. package/dist/types/i18n/hr.d.ts +34 -0
  38. package/dist/types/i18n/sl.d.ts +34 -0
  39. package/dist/types/i18n/sr_RS.d.ts +34 -0
  40. package/dist/types/i18n/sr_YR.d.ts +34 -0
  41. package/dist/types/messages.d.ts +25 -0
  42. package/dist/types/types.d.ts +1 -1
  43. package/dist/types-ts4.5/components/FeedbackCollector.d.ts +1 -1
  44. package/dist/types-ts4.5/components/FeedbackForm.d.ts +1 -1
  45. package/dist/types-ts4.5/i18n/en.d.ts +5 -0
  46. package/dist/types-ts4.5/i18n/en_GB.d.ts +5 -0
  47. package/dist/types-ts4.5/i18n/en_ZZ.d.ts +5 -0
  48. package/dist/types-ts4.5/i18n/hr.d.ts +34 -0
  49. package/dist/types-ts4.5/i18n/sl.d.ts +34 -0
  50. package/dist/types-ts4.5/i18n/sr_RS.d.ts +34 -0
  51. package/dist/types-ts4.5/i18n/sr_YR.d.ts +34 -0
  52. package/dist/types-ts4.5/messages.d.ts +25 -0
  53. package/dist/types-ts4.5/types.d.ts +1 -1
  54. package/package.json +6 -7
  55. package/report.api.md +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @atlaskit/feedback-collector
2
2
 
3
+ ## 14.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 14.2.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [#181068](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/181068)
14
+ [`4ad5dbe6ad18e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4ad5dbe6ad18e) -
15
+ added props update in Feedback Collector
16
+
3
17
  ## 14.1.4
4
18
 
5
19
  ### Patch Changes
@@ -163,7 +163,7 @@ var FeedbackCollector = exports.default = /*#__PURE__*/function (_Component) {
163
163
  }, {
164
164
  key: "getPackageVersion",
165
165
  value: function getPackageVersion() {
166
- return "14.1.3" || 'Unknown, at least 11.0.0';
166
+ return "14.2.0" || 'Unknown, at least 11.0.0';
167
167
  }
168
168
  }, {
169
169
  key: "getEntitlementInformation",
@@ -82,31 +82,39 @@ var FeedbackForm = function FeedbackForm(_ref) {
82
82
  var hasDescription = description || hasDescriptionDefaultValue;
83
83
  var isDisabled = showTypeField ? !isTypeSelected() || !hasDescription : !hasDescription;
84
84
  var getFieldLabels = function getFieldLabels(record) {
85
+ var _record$bug, _record$comment, _record$suggestion, _record$question, _record$empty, _record$not_relevant, _record$not_accurate, _record$too_slow, _record$unhelpful_lin, _record$other;
85
86
  return {
86
- bug: (record === null || record === void 0 ? void 0 : record.bug.fieldLabel) || formatMessage(_messages.messages.formBugLabel),
87
- comment: (record === null || record === void 0 ? void 0 : record.comment.fieldLabel) || formatMessage(_messages.messages.formCommentLabel),
88
- suggestion: (record === null || record === void 0 ? void 0 : record.suggestion.fieldLabel) || formatMessage(_messages.messages.formSuggestionLabel),
89
- question: (record === null || record === void 0 ? void 0 : record.question.fieldLabel) || formatMessage(_messages.messages.formQuestionLabel),
90
- empty: (record === null || record === void 0 ? void 0 : record.empty.fieldLabel) || formatMessage(_messages.messages.formEmptyLabel)
87
+ bug: (record === null || record === void 0 || (_record$bug = record.bug) === null || _record$bug === void 0 ? void 0 : _record$bug.fieldLabel) || formatMessage(_messages.messages.formBugLabel),
88
+ comment: (record === null || record === void 0 || (_record$comment = record.comment) === null || _record$comment === void 0 ? void 0 : _record$comment.fieldLabel) || formatMessage(_messages.messages.formCommentLabel),
89
+ suggestion: (record === null || record === void 0 || (_record$suggestion = record.suggestion) === null || _record$suggestion === void 0 ? void 0 : _record$suggestion.fieldLabel) || formatMessage(_messages.messages.formSuggestionLabel),
90
+ question: (record === null || record === void 0 || (_record$question = record.question) === null || _record$question === void 0 ? void 0 : _record$question.fieldLabel) || formatMessage(_messages.messages.formQuestionLabel),
91
+ empty: (record === null || record === void 0 || (_record$empty = record.empty) === null || _record$empty === void 0 ? void 0 : _record$empty.fieldLabel) || formatMessage(_messages.messages.formEmptyLabel),
92
+ not_relevant: (record === null || record === void 0 || (_record$not_relevant = record.not_relevant) === null || _record$not_relevant === void 0 ? void 0 : _record$not_relevant.fieldLabel) || formatMessage(_messages.messages.formNotRelevantLabel),
93
+ not_accurate: (record === null || record === void 0 || (_record$not_accurate = record.not_accurate) === null || _record$not_accurate === void 0 ? void 0 : _record$not_accurate.fieldLabel) || formatMessage(_messages.messages.formNotAccurateLabel),
94
+ too_slow: (record === null || record === void 0 || (_record$too_slow = record.too_slow) === null || _record$too_slow === void 0 ? void 0 : _record$too_slow.fieldLabel) || formatMessage(_messages.messages.formTooSlowLabel),
95
+ unhelpful_links: (record === null || record === void 0 || (_record$unhelpful_lin = record.unhelpful_links) === null || _record$unhelpful_lin === void 0 ? void 0 : _record$unhelpful_lin.fieldLabel) || formatMessage(_messages.messages.formUnhelpfulLinksLabel),
96
+ other: (record === null || record === void 0 || (_record$other = record.other) === null || _record$other === void 0 ? void 0 : _record$other.fieldLabel) || formatMessage(_messages.messages.formOtherLabel)
91
97
  };
92
98
  };
93
99
  var getSelectOptions = function getSelectOptions(record) {
100
+ var _record$question2, _record$comment2, _record$bug2, _record$suggestion2;
94
101
  return [{
95
- label: (record === null || record === void 0 ? void 0 : record.question.selectOptionLabel) || formatMessage(_messages.messages.selectionOptionQuestionLabel),
102
+ label: (record === null || record === void 0 || (_record$question2 = record.question) === null || _record$question2 === void 0 ? void 0 : _record$question2.selectOptionLabel) || formatMessage(_messages.messages.selectionOptionQuestionLabel),
96
103
  value: 'question'
97
104
  }, {
98
- label: (record === null || record === void 0 ? void 0 : record.comment.selectOptionLabel) || formatMessage(_messages.messages.selectionOptionCommentLabel),
105
+ label: (record === null || record === void 0 || (_record$comment2 = record.comment) === null || _record$comment2 === void 0 ? void 0 : _record$comment2.selectOptionLabel) || formatMessage(_messages.messages.selectionOptionCommentLabel),
99
106
  value: 'comment'
100
107
  }, {
101
- label: (record === null || record === void 0 ? void 0 : record.bug.selectOptionLabel) || formatMessage(_messages.messages.selectionOptionBugLabel),
108
+ label: (record === null || record === void 0 || (_record$bug2 = record.bug) === null || _record$bug2 === void 0 ? void 0 : _record$bug2.selectOptionLabel) || formatMessage(_messages.messages.selectionOptionBugLabel),
102
109
  value: 'bug'
103
110
  }, {
104
- label: (record === null || record === void 0 ? void 0 : record.suggestion.selectOptionLabel) || formatMessage(_messages.messages.selectionOptionSuggestionLabel),
111
+ label: (record === null || record === void 0 || (_record$suggestion2 = record.suggestion) === null || _record$suggestion2 === void 0 ? void 0 : _record$suggestion2.selectOptionLabel) || formatMessage(_messages.messages.selectionOptionSuggestionLabel),
105
112
  value: 'suggestion'
106
113
  }];
107
114
  };
108
115
  var getDefaultPlaceholder = function getDefaultPlaceholder(record) {
109
- return (record === null || record === void 0 ? void 0 : record.empty.selectOptionLabel) || formatMessage(_messages.messages.selectionOptionDefaultPlaceholder);
116
+ var _record$empty2;
117
+ return (record === null || record === void 0 || (_record$empty2 = record.empty) === null || _record$empty2 === void 0 ? void 0 : _record$empty2.selectOptionLabel) || formatMessage(_messages.messages.selectionOptionDefaultPlaceholder);
110
118
  };
111
119
  var focusRef = (0, _react.useRef)();
112
120
  var selectOptions = customFeedbackOptions.length > 0 ? customFeedbackOptions : getSelectOptions(feedbackGroupLabels);
@@ -23,8 +23,13 @@ var _default = exports.default = {
23
23
  'feedback-collector.form.bug.label': 'Describe the bug or issue',
24
24
  'feedback-collector.form.comment.label': "Let us know what's on your mind",
25
25
  'feedback-collector.form.empty.label': 'Select an option',
26
+ 'feedback-collector.form.not-accurate.label': "Wasn't accurate",
27
+ 'feedback-collector.form.not-relevant.label': "Wasn't relevant",
28
+ 'feedback-collector.form.other.label': 'Other',
26
29
  'feedback-collector.form.question.label': 'What would you like to know?',
27
30
  'feedback-collector.form.suggestion.label': "Let us know what you'd like to improve",
31
+ 'feedback-collector.form.too-slow.label': 'Too slow',
32
+ 'feedback-collector.form.unhelpful-links.label': 'Unhelpful links',
28
33
  'feedback-collector.option.bug.label': 'Report a bug',
29
34
  'feedback-collector.option.comment.label': 'Leave a comment',
30
35
  'feedback-collector.option.default.label': 'Select feedback',
@@ -23,8 +23,13 @@ var _default = exports.default = {
23
23
  'feedback-collector.form.bug.label': 'Describe the bug or issue',
24
24
  'feedback-collector.form.comment.label': "Let us know what's on your mind",
25
25
  'feedback-collector.form.empty.label': 'Select an option',
26
+ 'feedback-collector.form.not-accurate.label': "Wasn't accurate",
27
+ 'feedback-collector.form.not-relevant.label': "Wasn't relevant",
28
+ 'feedback-collector.form.other.label': 'Other',
26
29
  'feedback-collector.form.question.label': 'What would you like to know?',
27
30
  'feedback-collector.form.suggestion.label': "Let us know what you'd like to improve",
31
+ 'feedback-collector.form.too-slow.label': 'Too slow',
32
+ 'feedback-collector.form.unhelpful-links.label': 'Unhelpful links',
28
33
  'feedback-collector.option.bug.label': 'Report a bug',
29
34
  'feedback-collector.option.comment.label': 'Leave a comment',
30
35
  'feedback-collector.option.default.label': 'Select feedback',
@@ -23,8 +23,13 @@ var _default = exports.default = {
23
23
  'feedback-collector.form.bug.label': '⁣⁢Describe the bug or issue⁡‌⁡؜‍‍؜‌‌⁠⁡⁡⁣⁤',
24
24
  'feedback-collector.form.comment.label': "⁣⁢Let us know what's on your mind⁠⁡⁡⁡‍‍⁠‌⁣⁤",
25
25
  'feedback-collector.form.empty.label': '⁣⁢Select an option⁡⁠؜؜‍⁠⁡‍⁠⁣⁤',
26
+ 'feedback-collector.form.not-accurate.label': "⁣⁢Wasn't accurate؜‌⁠‌‌؜⁣⁤",
27
+ 'feedback-collector.form.not-relevant.label': "⁣⁢Wasn't relevant‌؜⁠‍⁡⁠؜⁡⁡⁣⁤",
28
+ 'feedback-collector.form.other.label': '⁣⁢Other⁡⁠‌‌⁣⁤',
26
29
  'feedback-collector.form.question.label': '⁣⁢What would you like to know?‌⁡‍؜؜⁠⁡؜⁣⁤',
27
30
  'feedback-collector.form.suggestion.label': "⁣⁢Let us know what you'd like to improve⁠‌⁡‌⁠⁡⁠؜⁡⁣⁤",
31
+ 'feedback-collector.form.too-slow.label': '⁣⁢Too slow⁠⁡‍⁠⁡‍؜⁠⁡⁡⁡‍⁠؜‌⁡⁣⁤',
32
+ 'feedback-collector.form.unhelpful-links.label': '⁣⁢Unhelpful links‌⁡‌⁡؜‍‌⁠⁡⁣⁤',
28
33
  'feedback-collector.option.bug.label': '⁣⁢Report a bug‍⁠⁠⁠؜⁣⁤',
29
34
  'feedback-collector.option.comment.label': '⁣⁢Leave a comment‍؜‌‌⁠؜⁡‌⁡‍⁣⁤',
30
35
  'feedback-collector.option.default.label': '⁣⁢Select feedback⁡⁡⁡⁠⁡⁡⁣⁤',
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ /* prettier-ignore */
8
+ /**
9
+ * NOTE:
10
+ *
11
+ * This file is automatically generated by Traduki 2.0.
12
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
13
+ */
14
+ //Croatian (Croatia) [hr-HR]
15
+ var _default = exports.default = {
16
+ 'feedback-collector.anonymous': 'Ove se povratne informacije šalju anonimno. Atlassian te neće moći izravno kontaktirati u vezi s tim povratnim informacijama',
17
+ 'feedback-collector.anonymous.title': 'Anonimne povratne informacije',
18
+ 'feedback-collector.can-be-contacted.label': 'Da, Atlassian timovi mogu me kontaktirati kako bi saznali više o mojim iskustvima za poboljšanje Atlassian proizvoda i usluga. Prihvaćam <a>Pravila o privatnosti tvrtke Atlassian</a>.',
19
+ 'feedback-collector.cancel-button.label': 'Odustani',
20
+ 'feedback-collector.default.custom.textarea.label': 'Što ti je na umu?',
21
+ 'feedback-collector.enrol-in-research.label': 'Želim sudjelovati u istraživanju proizvoda',
22
+ 'feedback-collector.feedback-title': 'Recite nam što mislite',
23
+ 'feedback-collector.form.bug.label': 'Opišite programsku pogrešku ili pitanje',
24
+ 'feedback-collector.form.comment.label': 'Recite nam što mislite',
25
+ 'feedback-collector.form.empty.label': 'Odaberite opciju',
26
+ 'feedback-collector.form.question.label': 'Što želite znati?',
27
+ 'feedback-collector.form.suggestion.label': 'Recite nam što želite da se poboljša',
28
+ 'feedback-collector.option.bug.label': 'Prijavite programsku grešku',
29
+ 'feedback-collector.option.comment.label': 'Ostavite komentar',
30
+ 'feedback-collector.option.default.label': 'Odaberi povratne informacije',
31
+ 'feedback-collector.option.default.placeholder': 'Odaberi jednu',
32
+ 'feedback-collector.option.question.label': 'Postavite pitanje',
33
+ 'feedback-collector.option.suggestion.label': 'Predložite poboljšanje',
34
+ 'feedback-collector.required.fields.summary': 'Obavezna polja označena su zvjezdicom',
35
+ 'feedback-collector.submit-button.label': 'Pošaljite povratne informacije',
36
+ 'feedback-collector.success-flag.description': 'Vaše dragocjene povratne informacije pomažu nam da stalno poboljšavamo svoje proizvode.',
37
+ 'feedback-collector.success-flag.title': 'Hvala!',
38
+ 'feedback-collector.summary-placeholder': 'Recite nam što mislite',
39
+ 'proforma-form-builder.feedback-icon-label': 'Povratne informacije',
40
+ 'proforma-form-builder.give-feedback': 'Pošalji povratne informacije'
41
+ };
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ /* prettier-ignore */
8
+ /**
9
+ * NOTE:
10
+ *
11
+ * This file is automatically generated by Traduki 2.0.
12
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
13
+ */
14
+ //Slovenian (Slovenia) [sl-SI]
15
+ var _default = exports.default = {
16
+ 'feedback-collector.anonymous': 'Te povratne informacije bodo poslane anonimno. Atlassian se ne bo mogel neposredno obrniti na vas v zvezi s temi povratnimi informacijami',
17
+ 'feedback-collector.anonymous.title': 'Anonimne povratne informacije',
18
+ 'feedback-collector.can-be-contacted.label': 'Da, ekipe storitve Atlassian se lahko obrnejo name in me vprašajo o mojih izkušnjah z namenom izboljšanja izdelkov in storitev Atlassian. Sprejemam <a>pravilnik o zasebnosti družbe Atlassian</a>.',
19
+ 'feedback-collector.cancel-button.label': 'Prekliči',
20
+ 'feedback-collector.default.custom.textarea.label': 'O čem razmišljate?',
21
+ 'feedback-collector.enrol-in-research.label': 'Želim sodelovati pri raziskavah izdelkov',
22
+ 'feedback-collector.feedback-title': 'Delite svoje misli',
23
+ 'feedback-collector.form.bug.label': 'Opišite napako ali težavo',
24
+ 'feedback-collector.form.comment.label': 'Sporočite nam, o čem razmišljate',
25
+ 'feedback-collector.form.empty.label': 'Izberite možnost',
26
+ 'feedback-collector.form.question.label': 'Kaj želite vedeti?',
27
+ 'feedback-collector.form.suggestion.label': 'Sporočite nam, kaj bi želeli izboljšati',
28
+ 'feedback-collector.option.bug.label': 'Prijava napake',
29
+ 'feedback-collector.option.comment.label': 'Dodajanje komentarja',
30
+ 'feedback-collector.option.default.label': 'Izberite povratne informacije',
31
+ 'feedback-collector.option.default.placeholder': 'Izberite eno možnost',
32
+ 'feedback-collector.option.question.label': 'Vprašanje',
33
+ 'feedback-collector.option.suggestion.label': 'Predlog izboljšave',
34
+ 'feedback-collector.required.fields.summary': 'Obvezna polja so označena z zvezdico',
35
+ 'feedback-collector.submit-button.label': 'Pošlji povratne informacije',
36
+ 'feedback-collector.success-flag.description': 'Vaše dragocene povratne informacije nam pomagajo nenehno izboljševati naše izdelke.',
37
+ 'feedback-collector.success-flag.title': 'Hvala!',
38
+ 'feedback-collector.summary-placeholder': 'Sporočite nam, o čem razmišljate',
39
+ 'proforma-form-builder.feedback-icon-label': 'Povratne informacije',
40
+ 'proforma-form-builder.give-feedback': 'Pošlji povratne informacije'
41
+ };
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ /* prettier-ignore */
8
+ /**
9
+ * NOTE:
10
+ *
11
+ * This file is automatically generated by Traduki 2.0.
12
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
13
+ */
14
+ //Serbian (Serbia) [sr-RS]
15
+ var _default = exports.default = {
16
+ 'feedback-collector.anonymous': 'Ove povratne informacije se šalju anonimno. Atlassian neće moći direktno da vam se obrati u vezi sa ovim povratnim informacijama',
17
+ 'feedback-collector.anonymous.title': 'Anonimne povratne informacije',
18
+ 'feedback-collector.can-be-contacted.label': 'Da, Atlassian timovi mogu da mi se jave da bi saznali kakva su moja iskustva radi poboljšanja Atlassian proizvoda i usluga. Prihvatam <a>Atlassian politiku privatnosti</a>.',
19
+ 'feedback-collector.cancel-button.label': 'Otkaži',
20
+ 'feedback-collector.default.custom.textarea.label': 'O čemu razmišljate?',
21
+ 'feedback-collector.enrol-in-research.label': 'Želim da učestvujem u istraživanju proizvoda',
22
+ 'feedback-collector.feedback-title': 'Delite svoja razmišljanja',
23
+ 'feedback-collector.form.bug.label': 'Opiši grešku ili stavku',
24
+ 'feedback-collector.form.comment.label': 'Recite nam o čemu razmišljate',
25
+ 'feedback-collector.form.empty.label': 'Izaberite opciju',
26
+ 'feedback-collector.form.question.label': 'Šta želite da znate?',
27
+ 'feedback-collector.form.suggestion.label': 'Recite nam šta biste želeli da poboljšamo',
28
+ 'feedback-collector.option.bug.label': 'Prijavite grešku',
29
+ 'feedback-collector.option.comment.label': 'Ostavite komentar',
30
+ 'feedback-collector.option.default.label': 'Izaberite povratne informacije',
31
+ 'feedback-collector.option.default.placeholder': 'Odaberite jedno',
32
+ 'feedback-collector.option.question.label': 'Postavite pitanje',
33
+ 'feedback-collector.option.suggestion.label': 'Predložite poboljšanje',
34
+ 'feedback-collector.required.fields.summary': 'Obavezni atributi su označeni zvezdicom',
35
+ 'feedback-collector.submit-button.label': 'Pošalji povratne informacije',
36
+ 'feedback-collector.success-flag.description': 'Vaše dragocene povratne informacije pomažu nam da stalno poboljšavamo naše proizvode.',
37
+ 'feedback-collector.success-flag.title': 'Hvala!',
38
+ 'feedback-collector.summary-placeholder': 'Recite nam o čemu razmišljate',
39
+ 'proforma-form-builder.feedback-icon-label': 'Povratne informacije',
40
+ 'proforma-form-builder.give-feedback': 'Pošalji povratne informacije'
41
+ };
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ /* prettier-ignore */
8
+ /**
9
+ * NOTE:
10
+ *
11
+ * This file is automatically generated by Traduki 2.0.
12
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
13
+ */
14
+ //Serbian (Cyrillic) [sr-YR]
15
+ var _default = exports.default = {
16
+ 'feedback-collector.anonymous': 'Ове повратне информације се шаљу анонимно. Atlassian неће моћи директно да вам се обрати у вези са овим повратним информацијама',
17
+ 'feedback-collector.anonymous.title': 'Анонимне повратне информације',
18
+ 'feedback-collector.can-be-contacted.label': 'Да, Atlassian тимови могу да ми се јаве да би сазнали каква су моја искуства ради побољшања Atlassian производа и услуга. Прихватам <a>Atlassian политику приватности</a>.',
19
+ 'feedback-collector.cancel-button.label': 'Откажи',
20
+ 'feedback-collector.default.custom.textarea.label': 'О чему размишљате?',
21
+ 'feedback-collector.enrol-in-research.label': 'Желим да учествујем у истраживању производа',
22
+ 'feedback-collector.feedback-title': 'Делите своја размишљања',
23
+ 'feedback-collector.form.bug.label': 'Опишите грешку или проблем',
24
+ 'feedback-collector.form.comment.label': 'Реците нам о чему размишљате',
25
+ 'feedback-collector.form.empty.label': 'Изаберите опцију',
26
+ 'feedback-collector.form.question.label': 'Шта желите да знате?',
27
+ 'feedback-collector.form.suggestion.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.title': 'Хвала!',
38
+ 'feedback-collector.summary-placeholder': 'Реците нам о чему размишљате',
39
+ 'proforma-form-builder.feedback-icon-label': 'Повратне информације',
40
+ 'proforma-form-builder.give-feedback': 'Пошаљи повратне информације'
41
+ };
@@ -66,6 +66,31 @@ var messages = exports.messages = (0, _reactIntlNext.defineMessages)({
66
66
  defaultMessage: 'Select an option',
67
67
  description: 'The default dropdown list option'
68
68
  },
69
+ formNotRelevantLabel: {
70
+ id: 'feedback-collector.form.not-relevant.label',
71
+ defaultMessage: "Wasn't relevant",
72
+ description: 'The textarea label where users can write their not relevant feedback'
73
+ },
74
+ formNotAccurateLabel: {
75
+ id: 'feedback-collector.form.not-accurate.label',
76
+ defaultMessage: "Wasn't accurate",
77
+ description: 'The textarea label where users can write their not accurate feedback'
78
+ },
79
+ formTooSlowLabel: {
80
+ id: 'feedback-collector.form.too-slow.label',
81
+ defaultMessage: 'Too slow',
82
+ description: 'The textarea label where users can write their too slow feedback'
83
+ },
84
+ formUnhelpfulLinksLabel: {
85
+ id: 'feedback-collector.form.unhelpful-links.label',
86
+ defaultMessage: 'Unhelpful links',
87
+ description: 'The textarea label where users can write their unhelpful links feedback'
88
+ },
89
+ formOtherLabel: {
90
+ id: 'feedback-collector.form.other.label',
91
+ defaultMessage: 'Other',
92
+ description: 'The textarea label where users can write their other feedback'
93
+ },
69
94
  selectionOptionQuestionLabel: {
70
95
  id: 'feedback-collector.option.question.label',
71
96
  defaultMessage: 'Ask a question',
@@ -91,7 +91,7 @@ export default class FeedbackCollector extends Component {
91
91
  return FeedbackCollector.defaultProps.url;
92
92
  }
93
93
  getPackageVersion() {
94
- return "14.1.3" || 'Unknown, at least 11.0.0';
94
+ return "14.2.0" || 'Unknown, at least 11.0.0';
95
95
  }
96
96
  async getEntitlementInformation() {
97
97
  var _entitlementDetails, _entitlementDetails2, _productName, _entitlement, _productEntitlement;
@@ -45,27 +45,41 @@ const FeedbackForm = ({
45
45
  const canShowTextField = isTypeSelected() || !showTypeField;
46
46
  const hasDescription = description || hasDescriptionDefaultValue;
47
47
  const isDisabled = showTypeField ? !isTypeSelected() || !hasDescription : !hasDescription;
48
- const getFieldLabels = record => ({
49
- bug: (record === null || record === void 0 ? void 0 : record.bug.fieldLabel) || formatMessage(messages.formBugLabel),
50
- comment: (record === null || record === void 0 ? void 0 : record.comment.fieldLabel) || formatMessage(messages.formCommentLabel),
51
- suggestion: (record === null || record === void 0 ? void 0 : record.suggestion.fieldLabel) || formatMessage(messages.formSuggestionLabel),
52
- question: (record === null || record === void 0 ? void 0 : record.question.fieldLabel) || formatMessage(messages.formQuestionLabel),
53
- empty: (record === null || record === void 0 ? void 0 : record.empty.fieldLabel) || formatMessage(messages.formEmptyLabel)
54
- });
55
- const getSelectOptions = record => [{
56
- label: (record === null || record === void 0 ? void 0 : record.question.selectOptionLabel) || formatMessage(messages.selectionOptionQuestionLabel),
57
- value: 'question'
58
- }, {
59
- label: (record === null || record === void 0 ? void 0 : record.comment.selectOptionLabel) || formatMessage(messages.selectionOptionCommentLabel),
60
- value: 'comment'
61
- }, {
62
- label: (record === null || record === void 0 ? void 0 : record.bug.selectOptionLabel) || formatMessage(messages.selectionOptionBugLabel),
63
- value: 'bug'
64
- }, {
65
- label: (record === null || record === void 0 ? void 0 : record.suggestion.selectOptionLabel) || formatMessage(messages.selectionOptionSuggestionLabel),
66
- value: 'suggestion'
67
- }];
68
- const getDefaultPlaceholder = record => (record === null || record === void 0 ? void 0 : record.empty.selectOptionLabel) || formatMessage(messages.selectionOptionDefaultPlaceholder);
48
+ const getFieldLabels = record => {
49
+ var _record$bug, _record$comment, _record$suggestion, _record$question, _record$empty, _record$not_relevant, _record$not_accurate, _record$too_slow, _record$unhelpful_lin, _record$other;
50
+ return {
51
+ bug: (record === null || record === void 0 ? void 0 : (_record$bug = record.bug) === null || _record$bug === void 0 ? void 0 : _record$bug.fieldLabel) || formatMessage(messages.formBugLabel),
52
+ comment: (record === null || record === void 0 ? void 0 : (_record$comment = record.comment) === null || _record$comment === void 0 ? void 0 : _record$comment.fieldLabel) || formatMessage(messages.formCommentLabel),
53
+ suggestion: (record === null || record === void 0 ? void 0 : (_record$suggestion = record.suggestion) === null || _record$suggestion === void 0 ? void 0 : _record$suggestion.fieldLabel) || formatMessage(messages.formSuggestionLabel),
54
+ question: (record === null || record === void 0 ? void 0 : (_record$question = record.question) === null || _record$question === void 0 ? void 0 : _record$question.fieldLabel) || formatMessage(messages.formQuestionLabel),
55
+ empty: (record === null || record === void 0 ? void 0 : (_record$empty = record.empty) === null || _record$empty === void 0 ? void 0 : _record$empty.fieldLabel) || formatMessage(messages.formEmptyLabel),
56
+ not_relevant: (record === null || record === void 0 ? void 0 : (_record$not_relevant = record.not_relevant) === null || _record$not_relevant === void 0 ? void 0 : _record$not_relevant.fieldLabel) || formatMessage(messages.formNotRelevantLabel),
57
+ not_accurate: (record === null || record === void 0 ? void 0 : (_record$not_accurate = record.not_accurate) === null || _record$not_accurate === void 0 ? void 0 : _record$not_accurate.fieldLabel) || formatMessage(messages.formNotAccurateLabel),
58
+ too_slow: (record === null || record === void 0 ? void 0 : (_record$too_slow = record.too_slow) === null || _record$too_slow === void 0 ? void 0 : _record$too_slow.fieldLabel) || formatMessage(messages.formTooSlowLabel),
59
+ unhelpful_links: (record === null || record === void 0 ? void 0 : (_record$unhelpful_lin = record.unhelpful_links) === null || _record$unhelpful_lin === void 0 ? void 0 : _record$unhelpful_lin.fieldLabel) || formatMessage(messages.formUnhelpfulLinksLabel),
60
+ other: (record === null || record === void 0 ? void 0 : (_record$other = record.other) === null || _record$other === void 0 ? void 0 : _record$other.fieldLabel) || formatMessage(messages.formOtherLabel)
61
+ };
62
+ };
63
+ const getSelectOptions = record => {
64
+ var _record$question2, _record$comment2, _record$bug2, _record$suggestion2;
65
+ return [{
66
+ label: (record === null || record === void 0 ? void 0 : (_record$question2 = record.question) === null || _record$question2 === void 0 ? void 0 : _record$question2.selectOptionLabel) || formatMessage(messages.selectionOptionQuestionLabel),
67
+ value: 'question'
68
+ }, {
69
+ label: (record === null || record === void 0 ? void 0 : (_record$comment2 = record.comment) === null || _record$comment2 === void 0 ? void 0 : _record$comment2.selectOptionLabel) || formatMessage(messages.selectionOptionCommentLabel),
70
+ value: 'comment'
71
+ }, {
72
+ label: (record === null || record === void 0 ? void 0 : (_record$bug2 = record.bug) === null || _record$bug2 === void 0 ? void 0 : _record$bug2.selectOptionLabel) || formatMessage(messages.selectionOptionBugLabel),
73
+ value: 'bug'
74
+ }, {
75
+ label: (record === null || record === void 0 ? void 0 : (_record$suggestion2 = record.suggestion) === null || _record$suggestion2 === void 0 ? void 0 : _record$suggestion2.selectOptionLabel) || formatMessage(messages.selectionOptionSuggestionLabel),
76
+ value: 'suggestion'
77
+ }];
78
+ };
79
+ const getDefaultPlaceholder = record => {
80
+ var _record$empty2;
81
+ return (record === null || record === void 0 ? void 0 : (_record$empty2 = record.empty) === null || _record$empty2 === void 0 ? void 0 : _record$empty2.selectOptionLabel) || formatMessage(messages.selectionOptionDefaultPlaceholder);
82
+ };
69
83
  const focusRef = useRef();
70
84
  const selectOptions = customFeedbackOptions.length > 0 ? customFeedbackOptions : getSelectOptions(feedbackGroupLabels);
71
85
  return /*#__PURE__*/React.createElement(Modal, {
@@ -17,8 +17,13 @@ export default {
17
17
  'feedback-collector.form.bug.label': 'Describe the bug or issue',
18
18
  'feedback-collector.form.comment.label': "Let us know what's on your mind",
19
19
  'feedback-collector.form.empty.label': 'Select an option',
20
+ 'feedback-collector.form.not-accurate.label': "Wasn't accurate",
21
+ 'feedback-collector.form.not-relevant.label': "Wasn't relevant",
22
+ 'feedback-collector.form.other.label': 'Other',
20
23
  'feedback-collector.form.question.label': 'What would you like to know?',
21
24
  'feedback-collector.form.suggestion.label': "Let us know what you'd like to improve",
25
+ 'feedback-collector.form.too-slow.label': 'Too slow',
26
+ 'feedback-collector.form.unhelpful-links.label': 'Unhelpful links',
22
27
  'feedback-collector.option.bug.label': 'Report a bug',
23
28
  'feedback-collector.option.comment.label': 'Leave a comment',
24
29
  'feedback-collector.option.default.label': 'Select feedback',
@@ -17,8 +17,13 @@ export default {
17
17
  'feedback-collector.form.bug.label': 'Describe the bug or issue',
18
18
  'feedback-collector.form.comment.label': "Let us know what's on your mind",
19
19
  'feedback-collector.form.empty.label': 'Select an option',
20
+ 'feedback-collector.form.not-accurate.label': "Wasn't accurate",
21
+ 'feedback-collector.form.not-relevant.label': "Wasn't relevant",
22
+ 'feedback-collector.form.other.label': 'Other',
20
23
  'feedback-collector.form.question.label': 'What would you like to know?',
21
24
  'feedback-collector.form.suggestion.label': "Let us know what you'd like to improve",
25
+ 'feedback-collector.form.too-slow.label': 'Too slow',
26
+ 'feedback-collector.form.unhelpful-links.label': 'Unhelpful links',
22
27
  'feedback-collector.option.bug.label': 'Report a bug',
23
28
  'feedback-collector.option.comment.label': 'Leave a comment',
24
29
  'feedback-collector.option.default.label': 'Select feedback',
@@ -17,8 +17,13 @@ export default {
17
17
  'feedback-collector.form.bug.label': '⁣⁢Describe the bug or issue⁡‌⁡؜‍‍؜‌‌⁠⁡⁡⁣⁤',
18
18
  'feedback-collector.form.comment.label': "⁣⁢Let us know what's on your mind⁠⁡⁡⁡‍‍⁠‌⁣⁤",
19
19
  'feedback-collector.form.empty.label': '⁣⁢Select an option⁡⁠؜؜‍⁠⁡‍⁠⁣⁤',
20
+ 'feedback-collector.form.not-accurate.label': "⁣⁢Wasn't accurate؜‌⁠‌‌؜⁣⁤",
21
+ 'feedback-collector.form.not-relevant.label': "⁣⁢Wasn't relevant‌؜⁠‍⁡⁠؜⁡⁡⁣⁤",
22
+ 'feedback-collector.form.other.label': '⁣⁢Other⁡⁠‌‌⁣⁤',
20
23
  'feedback-collector.form.question.label': '⁣⁢What would you like to know?‌⁡‍؜؜⁠⁡؜⁣⁤',
21
24
  'feedback-collector.form.suggestion.label': "⁣⁢Let us know what you'd like to improve⁠‌⁡‌⁠⁡⁠؜⁡⁣⁤",
25
+ 'feedback-collector.form.too-slow.label': '⁣⁢Too slow⁠⁡‍⁠⁡‍؜⁠⁡⁡⁡‍⁠؜‌⁡⁣⁤',
26
+ 'feedback-collector.form.unhelpful-links.label': '⁣⁢Unhelpful links‌⁡‌⁡؜‍‌⁠⁡⁣⁤',
22
27
  'feedback-collector.option.bug.label': '⁣⁢Report a bug‍⁠⁠⁠؜⁣⁤',
23
28
  'feedback-collector.option.comment.label': '⁣⁢Leave a comment‍؜‌‌⁠؜⁡‌⁡‍⁣⁤',
24
29
  'feedback-collector.option.default.label': '⁣⁢Select feedback⁡⁡⁡⁠⁡⁡⁣⁤',
@@ -0,0 +1,35 @@
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
+ //Croatian (Croatia) [hr-HR]
9
+ export default {
10
+ 'feedback-collector.anonymous': 'Ove se povratne informacije šalju anonimno. Atlassian te neće moći izravno kontaktirati u vezi s tim povratnim informacijama',
11
+ 'feedback-collector.anonymous.title': 'Anonimne povratne informacije',
12
+ 'feedback-collector.can-be-contacted.label': 'Da, Atlassian timovi mogu me kontaktirati kako bi saznali više o mojim iskustvima za poboljšanje Atlassian proizvoda i usluga. Prihvaćam <a>Pravila o privatnosti tvrtke Atlassian</a>.',
13
+ 'feedback-collector.cancel-button.label': 'Odustani',
14
+ 'feedback-collector.default.custom.textarea.label': 'Što ti je na umu?',
15
+ 'feedback-collector.enrol-in-research.label': 'Želim sudjelovati u istraživanju proizvoda',
16
+ 'feedback-collector.feedback-title': 'Recite nam što mislite',
17
+ 'feedback-collector.form.bug.label': 'Opišite programsku pogrešku ili pitanje',
18
+ 'feedback-collector.form.comment.label': 'Recite nam što mislite',
19
+ 'feedback-collector.form.empty.label': 'Odaberite opciju',
20
+ 'feedback-collector.form.question.label': 'Što želite znati?',
21
+ 'feedback-collector.form.suggestion.label': 'Recite nam što želite da se poboljša',
22
+ 'feedback-collector.option.bug.label': 'Prijavite programsku grešku',
23
+ 'feedback-collector.option.comment.label': 'Ostavite komentar',
24
+ 'feedback-collector.option.default.label': 'Odaberi povratne informacije',
25
+ 'feedback-collector.option.default.placeholder': 'Odaberi jednu',
26
+ 'feedback-collector.option.question.label': 'Postavite pitanje',
27
+ 'feedback-collector.option.suggestion.label': 'Predložite poboljšanje',
28
+ 'feedback-collector.required.fields.summary': 'Obavezna polja označena su zvjezdicom',
29
+ 'feedback-collector.submit-button.label': 'Pošaljite povratne informacije',
30
+ 'feedback-collector.success-flag.description': 'Vaše dragocjene povratne informacije pomažu nam da stalno poboljšavamo svoje proizvode.',
31
+ 'feedback-collector.success-flag.title': 'Hvala!',
32
+ 'feedback-collector.summary-placeholder': 'Recite nam što mislite',
33
+ 'proforma-form-builder.feedback-icon-label': 'Povratne informacije',
34
+ 'proforma-form-builder.give-feedback': 'Pošalji povratne informacije'
35
+ };
@@ -0,0 +1,35 @@
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
+ //Slovenian (Slovenia) [sl-SI]
9
+ export default {
10
+ 'feedback-collector.anonymous': 'Te povratne informacije bodo poslane anonimno. Atlassian se ne bo mogel neposredno obrniti na vas v zvezi s temi povratnimi informacijami',
11
+ 'feedback-collector.anonymous.title': 'Anonimne povratne informacije',
12
+ 'feedback-collector.can-be-contacted.label': 'Da, ekipe storitve Atlassian se lahko obrnejo name in me vprašajo o mojih izkušnjah z namenom izboljšanja izdelkov in storitev Atlassian. Sprejemam <a>pravilnik o zasebnosti družbe Atlassian</a>.',
13
+ 'feedback-collector.cancel-button.label': 'Prekliči',
14
+ 'feedback-collector.default.custom.textarea.label': 'O čem razmišljate?',
15
+ 'feedback-collector.enrol-in-research.label': 'Želim sodelovati pri raziskavah izdelkov',
16
+ 'feedback-collector.feedback-title': 'Delite svoje misli',
17
+ 'feedback-collector.form.bug.label': 'Opišite napako ali težavo',
18
+ 'feedback-collector.form.comment.label': 'Sporočite nam, o čem razmišljate',
19
+ 'feedback-collector.form.empty.label': 'Izberite možnost',
20
+ 'feedback-collector.form.question.label': 'Kaj želite vedeti?',
21
+ 'feedback-collector.form.suggestion.label': 'Sporočite nam, kaj bi želeli izboljšati',
22
+ 'feedback-collector.option.bug.label': 'Prijava napake',
23
+ 'feedback-collector.option.comment.label': 'Dodajanje komentarja',
24
+ 'feedback-collector.option.default.label': 'Izberite povratne informacije',
25
+ 'feedback-collector.option.default.placeholder': 'Izberite eno možnost',
26
+ 'feedback-collector.option.question.label': 'Vprašanje',
27
+ 'feedback-collector.option.suggestion.label': 'Predlog izboljšave',
28
+ 'feedback-collector.required.fields.summary': 'Obvezna polja so označena z zvezdico',
29
+ 'feedback-collector.submit-button.label': 'Pošlji povratne informacije',
30
+ 'feedback-collector.success-flag.description': 'Vaše dragocene povratne informacije nam pomagajo nenehno izboljševati naše izdelke.',
31
+ 'feedback-collector.success-flag.title': 'Hvala!',
32
+ 'feedback-collector.summary-placeholder': 'Sporočite nam, o čem razmišljate',
33
+ 'proforma-form-builder.feedback-icon-label': 'Povratne informacije',
34
+ 'proforma-form-builder.give-feedback': 'Pošlji povratne informacije'
35
+ };
@@ -0,0 +1,35 @@
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
+ //Serbian (Serbia) [sr-RS]
9
+ export default {
10
+ 'feedback-collector.anonymous': 'Ove povratne informacije se šalju anonimno. Atlassian neće moći direktno da vam se obrati u vezi sa ovim povratnim informacijama',
11
+ 'feedback-collector.anonymous.title': 'Anonimne povratne informacije',
12
+ 'feedback-collector.can-be-contacted.label': 'Da, Atlassian timovi mogu da mi se jave da bi saznali kakva su moja iskustva radi poboljšanja Atlassian proizvoda i usluga. Prihvatam <a>Atlassian politiku privatnosti</a>.',
13
+ 'feedback-collector.cancel-button.label': 'Otkaži',
14
+ 'feedback-collector.default.custom.textarea.label': 'O čemu razmišljate?',
15
+ 'feedback-collector.enrol-in-research.label': 'Želim da učestvujem u istraživanju proizvoda',
16
+ 'feedback-collector.feedback-title': 'Delite svoja razmišljanja',
17
+ 'feedback-collector.form.bug.label': 'Opiši grešku ili stavku',
18
+ 'feedback-collector.form.comment.label': 'Recite nam o čemu razmišljate',
19
+ 'feedback-collector.form.empty.label': 'Izaberite opciju',
20
+ 'feedback-collector.form.question.label': 'Šta želite da znate?',
21
+ 'feedback-collector.form.suggestion.label': 'Recite nam šta biste želeli da poboljšamo',
22
+ 'feedback-collector.option.bug.label': 'Prijavite grešku',
23
+ 'feedback-collector.option.comment.label': 'Ostavite komentar',
24
+ 'feedback-collector.option.default.label': 'Izaberite povratne informacije',
25
+ 'feedback-collector.option.default.placeholder': 'Odaberite jedno',
26
+ 'feedback-collector.option.question.label': 'Postavite pitanje',
27
+ 'feedback-collector.option.suggestion.label': 'Predložite poboljšanje',
28
+ 'feedback-collector.required.fields.summary': 'Obavezni atributi su označeni zvezdicom',
29
+ 'feedback-collector.submit-button.label': 'Pošalji povratne informacije',
30
+ 'feedback-collector.success-flag.description': 'Vaše dragocene povratne informacije pomažu nam da stalno poboljšavamo naše proizvode.',
31
+ 'feedback-collector.success-flag.title': 'Hvala!',
32
+ 'feedback-collector.summary-placeholder': 'Recite nam o čemu razmišljate',
33
+ 'proforma-form-builder.feedback-icon-label': 'Povratne informacije',
34
+ 'proforma-form-builder.give-feedback': 'Pošalji povratne informacije'
35
+ };
@@ -0,0 +1,35 @@
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
+ //Serbian (Cyrillic) [sr-YR]
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.cancel-button.label': 'Откажи',
14
+ 'feedback-collector.default.custom.textarea.label': 'О чему размишљате?',
15
+ 'feedback-collector.enrol-in-research.label': 'Желим да учествујем у истраживању производа',
16
+ 'feedback-collector.feedback-title': 'Делите своја размишљања',
17
+ 'feedback-collector.form.bug.label': 'Опишите грешку или проблем',
18
+ 'feedback-collector.form.comment.label': 'Реците нам о чему размишљате',
19
+ 'feedback-collector.form.empty.label': 'Изаберите опцију',
20
+ 'feedback-collector.form.question.label': 'Шта желите да знате?',
21
+ 'feedback-collector.form.suggestion.label': 'Реците нам шта желите да побољшате',
22
+ 'feedback-collector.option.bug.label': 'Пријавите грешку',
23
+ 'feedback-collector.option.comment.label': 'Оставите коментар',
24
+ 'feedback-collector.option.default.label': 'Изаберите повратне информације',
25
+ 'feedback-collector.option.default.placeholder': 'Одаберите једно',
26
+ 'feedback-collector.option.question.label': 'Поставите питање',
27
+ 'feedback-collector.option.suggestion.label': 'Предложите побољшање',
28
+ 'feedback-collector.required.fields.summary': 'Обавезни атрибути су означени звездицом',
29
+ 'feedback-collector.submit-button.label': 'Пошаљи информације',
30
+ 'feedback-collector.success-flag.description': 'Ваше драгоцене повратне информације помажу нам да стално побољшавамо наше производе.',
31
+ 'feedback-collector.success-flag.title': 'Хвала!',
32
+ 'feedback-collector.summary-placeholder': 'Реците нам о чему размишљате',
33
+ 'proforma-form-builder.feedback-icon-label': 'Повратне информације',
34
+ 'proforma-form-builder.give-feedback': 'Пошаљи повратне информације'
35
+ };