@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,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,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';
|