@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,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
|
+
//Norwegian (Bokmål)
|
|
9
|
+
export default {
|
|
10
|
+
'feedback-collector.anonymous': 'Denne tilbakemeldingen blir sendt inn anonymt. Atlassian vil ikke kunne kontakte deg direkte om denne tilbakemeldingen',
|
|
11
|
+
'feedback-collector.anonymous.title': 'Anonym tilbakemelding',
|
|
12
|
+
'feedback-collector.can-be-contacted.label': 'Ja, Atlassian-team kan kontakte meg om mine erfaringer med å forbedre Atlassian-produkter og tjenester. Jeg godtar <a>Atlassians personvernerklæring</a>.',
|
|
13
|
+
'feedback-collector.can-be-contacted.label-appify': 'Ja, Atlassian-team kan kontakte meg om mine erfaringer for å forbedre Atlassian-apper og tjenester. Jeg bekrefter <a>Atlassians personvernerklæring</a>.',
|
|
14
|
+
'feedback-collector.cancel-button.label': 'Avbryt',
|
|
15
|
+
'feedback-collector.default.custom.textarea.label': 'Hva tenker du på?',
|
|
16
|
+
'feedback-collector.enrol-in-research.label': 'Jeg vil gjerne delta i produktundersøkelser',
|
|
17
|
+
'feedback-collector.feedback-title': 'Del tankene dine med oss',
|
|
18
|
+
'feedback-collector.form.bug.label': 'Beskriv programfeilen eller saken',
|
|
19
|
+
'feedback-collector.form.comment.label': 'Fortell oss hva du tenker på',
|
|
20
|
+
'feedback-collector.form.empty.label': 'Velg et alternativ',
|
|
21
|
+
'feedback-collector.form.not-accurate.label': 'Var ikke nøyaktig',
|
|
22
|
+
'feedback-collector.form.not-relevant.label': 'Var ikke relevant',
|
|
23
|
+
'feedback-collector.form.other.label': 'Andre',
|
|
24
|
+
'feedback-collector.form.question.label': 'Hva vil du vite?',
|
|
25
|
+
'feedback-collector.form.suggestion.label': 'Fortell oss hva du vil forbedre',
|
|
26
|
+
'feedback-collector.form.too-slow.label': 'Er for treg',
|
|
27
|
+
'feedback-collector.form.unhelpful-links.label': 'Koblingene er ikke nyttige',
|
|
28
|
+
'feedback-collector.option.bug.label': 'Rapporter en programfeil',
|
|
29
|
+
'feedback-collector.option.comment.label': 'Legg igjen en kommentar',
|
|
30
|
+
'feedback-collector.option.default.label': 'Velg tilbakemelding',
|
|
31
|
+
'feedback-collector.option.default.placeholder': 'Velg én',
|
|
32
|
+
'feedback-collector.option.question.label': 'Stille et spørsmål',
|
|
33
|
+
'feedback-collector.option.suggestion.label': 'Foreslå en forbedring',
|
|
34
|
+
'feedback-collector.required.fields.summary': 'Obligatoriske felt er merket med stjerne',
|
|
35
|
+
'feedback-collector.submit-button.label': 'Send en tilbakemelding',
|
|
36
|
+
'feedback-collector.success-flag.description': 'Tilbakemeldingen din hjelper oss med å kontinuerlig forbedre produktene våre.',
|
|
37
|
+
'feedback-collector.success-flag.description-appify': 'Tilbakemeldingen hjelper oss med å fortsette å forbedre appene våre.',
|
|
38
|
+
'feedback-collector.success-flag.title': 'Takk!',
|
|
39
|
+
'feedback-collector.summary-placeholder': 'Fortell oss hva du tenker på',
|
|
40
|
+
'feedback-collector.validation.description.required': 'Oppgi en beskrivelse',
|
|
41
|
+
'feedback-collector.validation.type.required': 'Velg tilbakemeldingstype',
|
|
42
|
+
'proforma-form-builder.feedback-icon-label': 'Tilbakemelding',
|
|
43
|
+
'proforma-form-builder.give-feedback': 'Gi en tilbakemelding',
|
|
44
|
+
};
|
|
@@ -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
|
+
//Dutch (Netherlands)
|
|
9
|
+
export default {
|
|
10
|
+
'feedback-collector.anonymous': 'Deze feedback wordt anoniem verzonden. Atlassian kan niet rechtstreeks contact met je opnemen over de feedback.',
|
|
11
|
+
'feedback-collector.anonymous.title': 'Anonieme feedback',
|
|
12
|
+
'feedback-collector.can-be-contacted.label': 'Ja, Atlassian-teams mogen contact met me opnemen om te vragen naar mijn ervaringen, zodat Atlassian-producten en -diensten kunnen worden verbeterd. Ik stem in met het <a>Privacybeleid van Atlassian</a>.',
|
|
13
|
+
'feedback-collector.can-be-contacted.label-appify': 'Ja, Atlassian-teams mogen contact met me opnemen om te vragen naar mijn ervaringen, zodat Atlassian-apps en -services kunnen worden verbeterd. Ik erken het <a>Privacybeleid van Atlassian</a>.',
|
|
14
|
+
'feedback-collector.cancel-button.label': 'Annuleren',
|
|
15
|
+
'feedback-collector.default.custom.textarea.label': 'Waar denk je aan?',
|
|
16
|
+
'feedback-collector.enrol-in-research.label': 'Ik wil graag meewerken aan productonderzoek',
|
|
17
|
+
'feedback-collector.feedback-title': 'Laat ons weten wat je ervan vindt',
|
|
18
|
+
'feedback-collector.form.bug.label': 'De bug of issue beschrijven',
|
|
19
|
+
'feedback-collector.form.comment.label': 'Laat ons weten wat je vindt',
|
|
20
|
+
'feedback-collector.form.empty.label': 'Kies een optie',
|
|
21
|
+
'feedback-collector.form.not-accurate.label': 'Was niet nauwkeurig',
|
|
22
|
+
'feedback-collector.form.not-relevant.label': 'Was niet relevant',
|
|
23
|
+
'feedback-collector.form.other.label': 'Overig',
|
|
24
|
+
'feedback-collector.form.question.label': 'Wat zou je willen weten?',
|
|
25
|
+
'feedback-collector.form.suggestion.label': 'Laat ons weten wat je zou willen verbeteren',
|
|
26
|
+
'feedback-collector.form.too-slow.label': 'Te traag',
|
|
27
|
+
'feedback-collector.form.unhelpful-links.label': 'Onnuttige links',
|
|
28
|
+
'feedback-collector.option.bug.label': 'Rapporteer een bug',
|
|
29
|
+
'feedback-collector.option.comment.label': 'Laat een reactie achter',
|
|
30
|
+
'feedback-collector.option.default.label': 'Feedback selecteren',
|
|
31
|
+
'feedback-collector.option.default.placeholder': 'Kies er een',
|
|
32
|
+
'feedback-collector.option.question.label': 'Een vraag stellen',
|
|
33
|
+
'feedback-collector.option.suggestion.label': 'Een verbetering voorstellen',
|
|
34
|
+
'feedback-collector.required.fields.summary': 'Verplichte velden zijn aangeduid met een asterisk',
|
|
35
|
+
'feedback-collector.submit-button.label': 'Feedback sturen',
|
|
36
|
+
'feedback-collector.success-flag.description': 'Met jouw feedback kunnen we onze producten steeds verder verbeteren.',
|
|
37
|
+
'feedback-collector.success-flag.description-appify': 'Met jouw feedback kunnen we onze apps steeds verder verbeteren.',
|
|
38
|
+
'feedback-collector.success-flag.title': 'Bedankt!',
|
|
39
|
+
'feedback-collector.summary-placeholder': 'Laat ons weten wat je vindt',
|
|
40
|
+
'feedback-collector.validation.description.required': 'Geef een omschrijving',
|
|
41
|
+
'feedback-collector.validation.type.required': 'Selecteer een feedbacktype',
|
|
42
|
+
'proforma-form-builder.feedback-icon-label': 'Feedback',
|
|
43
|
+
'proforma-form-builder.give-feedback': 'Feedback geven',
|
|
44
|
+
};
|
|
@@ -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
|
+
//Polish (Poland)
|
|
9
|
+
export default {
|
|
10
|
+
'feedback-collector.anonymous': 'Ta opinia jest przekazywana anonimowo. Firma Atlassian nie będzie mogła kontaktować się z Tobą bezpośrednio w sprawie tej opinii',
|
|
11
|
+
'feedback-collector.anonymous.title': 'Opinia anonimowa',
|
|
12
|
+
'feedback-collector.can-be-contacted.label': 'Tak, zespoły Atlassian mogą się ze mną kontaktować, aby poznać moją opinię i na jej podstawie ulepszać produkty oraz usługi Atlassian. Potwierdzam, że znam <a>Politykę prywatności Atlassian</a>.',
|
|
13
|
+
'feedback-collector.can-be-contacted.label-appify': 'Tak, zespoły Atlassian mogą się ze mną kontaktować, aby poznać moją opinię i na jej podstawie ulepszać aplikacje oraz usługi Atlassian. Potwierdzam, że znam <a>Politykę prywatności Atlassian</a>.',
|
|
14
|
+
'feedback-collector.cancel-button.label': 'Anuluj',
|
|
15
|
+
'feedback-collector.default.custom.textarea.label': 'Jakie spostrzeżenia chcesz przekazać?',
|
|
16
|
+
'feedback-collector.enrol-in-research.label': 'Chcę uczestniczyć w badaniach nad produktem',
|
|
17
|
+
'feedback-collector.feedback-title': 'Podziel się swoimi przemyśleniami',
|
|
18
|
+
'feedback-collector.form.bug.label': 'Opisz błąd lub problem',
|
|
19
|
+
'feedback-collector.form.comment.label': 'Poinformuj nas, w czym problem',
|
|
20
|
+
'feedback-collector.form.empty.label': 'Wybierz opcję',
|
|
21
|
+
'feedback-collector.form.not-accurate.label': 'Nie była poprawna',
|
|
22
|
+
'feedback-collector.form.not-relevant.label': 'Nie była adekwatna',
|
|
23
|
+
'feedback-collector.form.other.label': 'Inne',
|
|
24
|
+
'feedback-collector.form.question.label': 'Czego chcesz się dowiedzieć?',
|
|
25
|
+
'feedback-collector.form.suggestion.label': 'Daj nam znać, co chcesz poprawić',
|
|
26
|
+
'feedback-collector.form.too-slow.label': 'Zbyt wolne działanie',
|
|
27
|
+
'feedback-collector.form.unhelpful-links.label': 'Nieprzydatne łącza',
|
|
28
|
+
'feedback-collector.option.bug.label': 'Zgłosić błąd',
|
|
29
|
+
'feedback-collector.option.comment.label': 'Pozostaw komentarz',
|
|
30
|
+
'feedback-collector.option.default.label': 'Wybierz opinię',
|
|
31
|
+
'feedback-collector.option.default.placeholder': 'Wybierz jedną',
|
|
32
|
+
'feedback-collector.option.question.label': 'Zadać pytanie',
|
|
33
|
+
'feedback-collector.option.suggestion.label': 'Zasugerować ulepszenie',
|
|
34
|
+
'feedback-collector.required.fields.summary': 'Pola wymagane są oznaczone gwiazdką',
|
|
35
|
+
'feedback-collector.submit-button.label': 'Prześlij opinię',
|
|
36
|
+
'feedback-collector.success-flag.description': 'Wartościowe opinie użytkowników pomagają nam stale doskonalić nasze produkty.',
|
|
37
|
+
'feedback-collector.success-flag.description-appify': 'Wartościowe opinie użytkowników pomagają nam stale doskonalić nasze aplikacje.',
|
|
38
|
+
'feedback-collector.success-flag.title': 'Dziękuję!',
|
|
39
|
+
'feedback-collector.summary-placeholder': 'Poinformuj nas, w czym problem',
|
|
40
|
+
'feedback-collector.validation.description.required': 'Podaj opis',
|
|
41
|
+
'feedback-collector.validation.type.required': 'Wybierz typ opinii',
|
|
42
|
+
'proforma-form-builder.feedback-icon-label': 'Opinia',
|
|
43
|
+
'proforma-form-builder.give-feedback': 'Przekaż opinię',
|
|
44
|
+
};
|
|
@@ -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
|
+
//Portuguese (Brazil)
|
|
9
|
+
export default {
|
|
10
|
+
'feedback-collector.anonymous': 'Esse feedback está sendo enviado de modo anônimo. A Atlassian não vai poder entrar em contato com você sobre ele',
|
|
11
|
+
'feedback-collector.anonymous.title': 'Feedback anônimo',
|
|
12
|
+
'feedback-collector.can-be-contacted.label': 'Sim, as equipes da Atlassian podem entrar em contato comigo para saber mais sobre minhas experiências para melhorar os produtos e serviços da Atlassian. Eu reconheço a <a>Política de Privacidade da Atlassian</a>.',
|
|
13
|
+
'feedback-collector.can-be-contacted.label-appify': 'Sim, as equipes da Atlassian podem entrar em contato comigo para saber mais sobre minhas experiências para melhorar os apps e serviços da Atlassian. Eu reconheço a <a>Política de Privacidade da Atlassian</a>.',
|
|
14
|
+
'feedback-collector.cancel-button.label': 'Cancelar',
|
|
15
|
+
'feedback-collector.default.custom.textarea.label': 'No que você está pensando?',
|
|
16
|
+
'feedback-collector.enrol-in-research.label': 'Eu gostaria de participar da pesquisa de produtos',
|
|
17
|
+
'feedback-collector.feedback-title': 'Compartilhe suas ideias',
|
|
18
|
+
'feedback-collector.form.bug.label': 'Descrever o bug ou item',
|
|
19
|
+
'feedback-collector.form.comment.label': 'Deixe a gente saber sua opinião',
|
|
20
|
+
'feedback-collector.form.empty.label': 'Selecione uma opção',
|
|
21
|
+
'feedback-collector.form.not-accurate.label': 'Não foi preciso',
|
|
22
|
+
'feedback-collector.form.not-relevant.label': 'Não foi relevante',
|
|
23
|
+
'feedback-collector.form.other.label': 'Outros',
|
|
24
|
+
'feedback-collector.form.question.label': 'O que você gostaria de saber?',
|
|
25
|
+
'feedback-collector.form.suggestion.label': 'Conte para a gente o que você acha que pode melhorar',
|
|
26
|
+
'feedback-collector.form.too-slow.label': 'Muito lento',
|
|
27
|
+
'feedback-collector.form.unhelpful-links.label': 'Links ineficazes',
|
|
28
|
+
'feedback-collector.option.bug.label': 'Reportar um problema',
|
|
29
|
+
'feedback-collector.option.comment.label': 'Deixar um comentário',
|
|
30
|
+
'feedback-collector.option.default.label': 'Selecionar feedback',
|
|
31
|
+
'feedback-collector.option.default.placeholder': 'Escolha um',
|
|
32
|
+
'feedback-collector.option.question.label': 'Fazer uma pergunta',
|
|
33
|
+
'feedback-collector.option.suggestion.label': 'Sugerir uma melhoria',
|
|
34
|
+
'feedback-collector.required.fields.summary': 'Os campos obrigatórios estão marcados com um asterisco',
|
|
35
|
+
'feedback-collector.submit-button.label': 'Enviar feedback',
|
|
36
|
+
'feedback-collector.success-flag.description': 'Seu feedback é importante e ajuda a gente a sempre melhorar nossos produtos.',
|
|
37
|
+
'feedback-collector.success-flag.description-appify': 'Seu valioso feedback nos ajuda a sempre melhorar os aplicativos.',
|
|
38
|
+
'feedback-collector.success-flag.title': 'Obrigado!',
|
|
39
|
+
'feedback-collector.summary-placeholder': 'Deixe a gente saber sua opinião',
|
|
40
|
+
'feedback-collector.validation.description.required': 'Apresente uma descrição',
|
|
41
|
+
'feedback-collector.validation.type.required': 'Selecione um tipo de feedback',
|
|
42
|
+
'proforma-form-builder.feedback-icon-label': 'Feedback',
|
|
43
|
+
'proforma-form-builder.give-feedback': 'Enviar feedback',
|
|
44
|
+
};
|
|
@@ -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
|
+
//Russian
|
|
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,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
|
+
//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.can-be-contacted.label-appify': 'Da, ekipe storitve Atlassian se lahko obrnejo name in me vprašajo o mojih izkušnjah z namenom izboljšanja aplikacij in storitev Atlassian. Sprejemam <a>pravilnik o zasebnosti družbe Atlassian</a>.',
|
|
14
|
+
'feedback-collector.cancel-button.label': 'Prekliči',
|
|
15
|
+
'feedback-collector.default.custom.textarea.label': 'O čem razmišljate?',
|
|
16
|
+
'feedback-collector.enrol-in-research.label': 'Želim sodelovati pri raziskavah izdelkov',
|
|
17
|
+
'feedback-collector.feedback-title': 'Delite svoje misli',
|
|
18
|
+
'feedback-collector.form.bug.label': 'Opišite napako ali težavo',
|
|
19
|
+
'feedback-collector.form.comment.label': 'Sporočite nam, o čem razmišljate',
|
|
20
|
+
'feedback-collector.form.empty.label': 'Izberite možnost',
|
|
21
|
+
'feedback-collector.form.not-accurate.label': 'Ni bilo natančno',
|
|
22
|
+
'feedback-collector.form.not-relevant.label': 'Ni bilo relevantno',
|
|
23
|
+
'feedback-collector.form.other.label': 'Drugo',
|
|
24
|
+
'feedback-collector.form.question.label': 'Kaj želite vedeti?',
|
|
25
|
+
'feedback-collector.form.suggestion.label': 'Sporočite nam, kaj bi želeli izboljšati',
|
|
26
|
+
'feedback-collector.form.too-slow.label': 'Prepočasno',
|
|
27
|
+
'feedback-collector.form.unhelpful-links.label': 'Nekoristne povezave',
|
|
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.description-appify': 'Vaše dragocene povratne informacije nam pomagajo nenehno izboljševati naše aplikacije.',
|
|
38
|
+
'feedback-collector.success-flag.title': 'Hvala!',
|
|
39
|
+
'feedback-collector.summary-placeholder': 'Sporočite nam, o čem razmišljate',
|
|
40
|
+
'feedback-collector.validation.description.required': 'Navedite opis',
|
|
41
|
+
'feedback-collector.validation.type.required': 'Izberite vrsto povratnih informacij',
|
|
42
|
+
'proforma-form-builder.feedback-icon-label': 'Povratne informacije',
|
|
43
|
+
'proforma-form-builder.give-feedback': 'Pošlji povratne informacije',
|
|
44
|
+
};
|
|
@@ -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
|
+
//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.can-be-contacted.label-appify': 'Da, Atlassian timovi mogu da mi se jave da bi saznali kakva su moja iskustva radi poboljšanja Atlassian aplikacija i servisa. Prihvatam <a>Atlassian politiku privatnosti</a>.',
|
|
14
|
+
'feedback-collector.cancel-button.label': 'Otkaži',
|
|
15
|
+
'feedback-collector.default.custom.textarea.label': 'O čemu razmišljate?',
|
|
16
|
+
'feedback-collector.enrol-in-research.label': 'Želim da učestvujem u istraživanju proizvoda',
|
|
17
|
+
'feedback-collector.feedback-title': 'Delite svoja razmišljanja',
|
|
18
|
+
'feedback-collector.form.bug.label': 'Opiši grešku ili stavku',
|
|
19
|
+
'feedback-collector.form.comment.label': 'Recite nam o čemu razmišljate',
|
|
20
|
+
'feedback-collector.form.empty.label': 'Izaberite opciju',
|
|
21
|
+
'feedback-collector.form.not-accurate.label': 'Nije bilo tačno',
|
|
22
|
+
'feedback-collector.form.not-relevant.label': 'Nije bilo značajno',
|
|
23
|
+
'feedback-collector.form.other.label': 'Ostalo',
|
|
24
|
+
'feedback-collector.form.question.label': 'Šta želite da znate?',
|
|
25
|
+
'feedback-collector.form.suggestion.label': 'Recite nam šta biste želeli da poboljšamo',
|
|
26
|
+
'feedback-collector.form.too-slow.label': 'Presporo',
|
|
27
|
+
'feedback-collector.form.unhelpful-links.label': 'Linkovi nisu korisni',
|
|
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.description-appify': 'Vaše dragocene povratne informacije pomažu nam da stalno poboljšavamo naše aplikacije.',
|
|
38
|
+
'feedback-collector.success-flag.title': 'Hvala!',
|
|
39
|
+
'feedback-collector.summary-placeholder': 'Recite nam o čemu razmišljate',
|
|
40
|
+
'feedback-collector.validation.description.required': 'Dostavite opis',
|
|
41
|
+
'feedback-collector.validation.type.required': 'Izaberite tip povratnih informacija',
|
|
42
|
+
'proforma-form-builder.feedback-icon-label': 'Povratne informacije',
|
|
43
|
+
'proforma-form-builder.give-feedback': 'Pošalji povratne informacije',
|
|
44
|
+
};
|
|
@@ -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;
|