@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.
- package/build.js +131 -0
- package/dist/cjs/i18n/cs.js +46 -0
- package/dist/cjs/i18n/da.js +46 -0
- package/dist/cjs/i18n/de.js +46 -0
- package/dist/cjs/i18n/en.js +46 -0
- package/dist/cjs/i18n/en_GB.js +46 -0
- package/dist/cjs/i18n/en_ZZ.js +46 -0
- package/dist/cjs/i18n/es.js +46 -0
- package/dist/cjs/i18n/fi.js +46 -0
- package/dist/cjs/i18n/fr.js +46 -0
- package/dist/cjs/i18n/hr.js +46 -0
- package/dist/cjs/i18n/hu.js +46 -0
- package/dist/cjs/i18n/index.js +63 -0
- package/dist/cjs/i18n/it.js +46 -0
- package/dist/cjs/i18n/ja.js +46 -0
- package/dist/cjs/i18n/ko.js +46 -0
- package/dist/cjs/i18n/nb.js +46 -0
- package/dist/cjs/i18n/nl.js +46 -0
- package/dist/cjs/i18n/pl.js +46 -0
- package/dist/cjs/i18n/pt_BR.js +46 -0
- package/dist/cjs/i18n/ru.js +46 -0
- package/dist/cjs/i18n/sl.js +46 -0
- package/dist/cjs/i18n/sr_RS.js +46 -0
- package/dist/cjs/i18n/sr_YR.js +46 -0
- package/dist/cjs/i18n/sv.js +46 -0
- package/dist/cjs/i18n/th.js +46 -0
- package/dist/cjs/i18n/tr.js +46 -0
- package/dist/cjs/i18n/uk.js +46 -0
- package/dist/cjs/i18n/vi.js +46 -0
- package/dist/cjs/i18n/zh.js +46 -0
- package/dist/cjs/i18n/zh_TW.js +46 -0
- package/dist/cjs/index.js +18 -0
- package/dist/esm/i18n/cs.d.ts +43 -0
- package/dist/esm/i18n/cs.js +44 -0
- package/dist/esm/i18n/da.d.ts +43 -0
- package/dist/esm/i18n/da.js +44 -0
- package/dist/esm/i18n/de.d.ts +43 -0
- package/dist/esm/i18n/de.js +44 -0
- package/dist/esm/i18n/en.d.ts +43 -0
- package/dist/esm/i18n/en.js +44 -0
- package/dist/esm/i18n/en_GB.d.ts +43 -0
- package/dist/esm/i18n/en_GB.js +44 -0
- package/dist/esm/i18n/en_ZZ.d.ts +43 -0
- package/dist/esm/i18n/en_ZZ.js +44 -0
- package/dist/esm/i18n/es.d.ts +43 -0
- package/dist/esm/i18n/es.js +44 -0
- package/dist/esm/i18n/fi.d.ts +43 -0
- package/dist/esm/i18n/fi.js +44 -0
- package/dist/esm/i18n/fr.d.ts +43 -0
- package/dist/esm/i18n/fr.js +44 -0
- package/dist/esm/i18n/hr.d.ts +43 -0
- package/dist/esm/i18n/hr.js +44 -0
- package/dist/esm/i18n/hu.d.ts +43 -0
- package/dist/esm/i18n/hu.js +44 -0
- package/dist/esm/i18n/index.d.ts +29 -0
- package/dist/esm/i18n/index.js +30 -0
- package/dist/esm/i18n/it.d.ts +43 -0
- package/dist/esm/i18n/it.js +44 -0
- package/dist/esm/i18n/ja.d.ts +43 -0
- package/dist/esm/i18n/ja.js +44 -0
- package/dist/esm/i18n/ko.d.ts +43 -0
- package/dist/esm/i18n/ko.js +44 -0
- package/dist/esm/i18n/nb.d.ts +43 -0
- package/dist/esm/i18n/nb.js +44 -0
- package/dist/esm/i18n/nl.d.ts +43 -0
- package/dist/esm/i18n/nl.js +44 -0
- package/dist/esm/i18n/pl.d.ts +43 -0
- package/dist/esm/i18n/pl.js +44 -0
- package/dist/esm/i18n/pt_BR.d.ts +43 -0
- package/dist/esm/i18n/pt_BR.js +44 -0
- package/dist/esm/i18n/ru.d.ts +43 -0
- package/dist/esm/i18n/ru.js +44 -0
- package/dist/esm/i18n/sl.d.ts +43 -0
- package/dist/esm/i18n/sl.js +44 -0
- package/dist/esm/i18n/sr_RS.d.ts +43 -0
- package/dist/esm/i18n/sr_RS.js +44 -0
- package/dist/esm/i18n/sr_YR.d.ts +43 -0
- package/dist/esm/i18n/sr_YR.js +44 -0
- package/dist/esm/i18n/sv.d.ts +43 -0
- package/dist/esm/i18n/sv.js +44 -0
- package/dist/esm/i18n/th.d.ts +43 -0
- package/dist/esm/i18n/th.js +44 -0
- package/dist/esm/i18n/tr.d.ts +43 -0
- package/dist/esm/i18n/tr.js +44 -0
- package/dist/esm/i18n/uk.d.ts +43 -0
- package/dist/esm/i18n/uk.js +44 -0
- package/dist/esm/i18n/vi.d.ts +43 -0
- package/dist/esm/i18n/vi.js +44 -0
- package/dist/esm/i18n/zh.d.ts +43 -0
- package/dist/esm/i18n/zh.js +44 -0
- package/dist/esm/i18n/zh_TW.d.ts +43 -0
- package/dist/esm/i18n/zh_TW.js +44 -0
- package/dist/esm/index.d.ts +1 -0
- package/dist/esm/index.js +2 -0
- package/dist/types/i18n/cs.d.ts +43 -0
- package/dist/types/i18n/da.d.ts +43 -0
- package/dist/types/i18n/de.d.ts +43 -0
- package/dist/types/i18n/en.d.ts +43 -0
- package/dist/types/i18n/en_GB.d.ts +43 -0
- package/dist/types/i18n/en_ZZ.d.ts +43 -0
- package/dist/types/i18n/es.d.ts +43 -0
- package/dist/types/i18n/fi.d.ts +43 -0
- package/dist/types/i18n/fr.d.ts +43 -0
- package/dist/types/i18n/hr.d.ts +43 -0
- package/dist/types/i18n/hu.d.ts +43 -0
- package/dist/types/i18n/index.d.ts +29 -0
- package/dist/types/i18n/it.d.ts +43 -0
- package/dist/types/i18n/ja.d.ts +43 -0
- package/dist/types/i18n/ko.d.ts +43 -0
- package/dist/types/i18n/nb.d.ts +43 -0
- package/dist/types/i18n/nl.d.ts +43 -0
- package/dist/types/i18n/pl.d.ts +43 -0
- package/dist/types/i18n/pt_BR.d.ts +43 -0
- package/dist/types/i18n/ru.d.ts +43 -0
- package/dist/types/i18n/sl.d.ts +43 -0
- package/dist/types/i18n/sr_RS.d.ts +43 -0
- package/dist/types/i18n/sr_YR.d.ts +43 -0
- package/dist/types/i18n/sv.d.ts +43 -0
- package/dist/types/i18n/th.d.ts +43 -0
- package/dist/types/i18n/tr.d.ts +43 -0
- package/dist/types/i18n/uk.d.ts +43 -0
- package/dist/types/i18n/vi.d.ts +43 -0
- package/dist/types/i18n/zh.d.ts +43 -0
- package/dist/types/i18n/zh_TW.d.ts +43 -0
- package/dist/types/index.d.ts +1 -0
- package/i18n/cs.ts +48 -0
- package/i18n/da.ts +47 -0
- package/i18n/de.ts +48 -0
- package/i18n/en.ts +47 -0
- package/i18n/en_GB.ts +47 -0
- package/i18n/en_ZZ.ts +51 -0
- package/i18n/es.ts +49 -0
- package/i18n/fi.ts +49 -0
- package/i18n/fr.ts +49 -0
- package/i18n/hr.ts +49 -0
- package/i18n/hu.ts +49 -0
- package/i18n/index.ts +30 -0
- package/i18n/it.ts +49 -0
- package/i18n/ja.ts +49 -0
- package/i18n/ko.ts +47 -0
- package/i18n/nb.ts +49 -0
- package/i18n/nl.ts +48 -0
- package/i18n/pl.ts +49 -0
- package/i18n/pt_BR.ts +49 -0
- package/i18n/ru.ts +48 -0
- package/i18n/sl.ts +49 -0
- package/i18n/sr_RS.ts +49 -0
- package/i18n/sr_YR.ts +49 -0
- package/i18n/sv.ts +49 -0
- package/i18n/th.ts +49 -0
- package/i18n/tr.ts +49 -0
- package/i18n/uk.ts +48 -0
- package/i18n/vi.ts +49 -0
- package/i18n/zh.ts +46 -0
- package/i18n/zh_TW.ts +46 -0
- package/index.ts +2 -0
- package/package.json +38 -0
- package/tsconfig.cjs.json +8 -0
- 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,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,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;
|