@atlaskit/afm-i18n-platform-linking-platform-link-create 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 +26 -0
- package/dist/cjs/i18n/da.js +26 -0
- package/dist/cjs/i18n/de.js +26 -0
- package/dist/cjs/i18n/en.js +26 -0
- package/dist/cjs/i18n/en_GB.js +26 -0
- package/dist/cjs/i18n/en_ZZ.js +26 -0
- package/dist/cjs/i18n/es.js +26 -0
- package/dist/cjs/i18n/fi.js +26 -0
- package/dist/cjs/i18n/fr.js +26 -0
- package/dist/cjs/i18n/hr.js +26 -0
- package/dist/cjs/i18n/hu.js +26 -0
- package/dist/cjs/i18n/index.js +63 -0
- package/dist/cjs/i18n/it.js +26 -0
- package/dist/cjs/i18n/ja.js +26 -0
- package/dist/cjs/i18n/ko.js +26 -0
- package/dist/cjs/i18n/nb.js +26 -0
- package/dist/cjs/i18n/nl.js +26 -0
- package/dist/cjs/i18n/pl.js +26 -0
- package/dist/cjs/i18n/pt_BR.js +26 -0
- package/dist/cjs/i18n/ru.js +26 -0
- package/dist/cjs/i18n/sl.js +26 -0
- package/dist/cjs/i18n/sr_RS.js +26 -0
- package/dist/cjs/i18n/sr_YR.js +26 -0
- package/dist/cjs/i18n/sv.js +26 -0
- package/dist/cjs/i18n/th.js +26 -0
- package/dist/cjs/i18n/tr.js +26 -0
- package/dist/cjs/i18n/uk.js +26 -0
- package/dist/cjs/i18n/vi.js +26 -0
- package/dist/cjs/i18n/zh.js +26 -0
- package/dist/cjs/i18n/zh_TW.js +26 -0
- package/dist/cjs/index.js +18 -0
- package/dist/esm/i18n/cs.d.ts +23 -0
- package/dist/esm/i18n/cs.js +24 -0
- package/dist/esm/i18n/da.d.ts +23 -0
- package/dist/esm/i18n/da.js +24 -0
- package/dist/esm/i18n/de.d.ts +23 -0
- package/dist/esm/i18n/de.js +24 -0
- package/dist/esm/i18n/en.d.ts +23 -0
- package/dist/esm/i18n/en.js +24 -0
- package/dist/esm/i18n/en_GB.d.ts +23 -0
- package/dist/esm/i18n/en_GB.js +24 -0
- package/dist/esm/i18n/en_ZZ.d.ts +23 -0
- package/dist/esm/i18n/en_ZZ.js +24 -0
- package/dist/esm/i18n/es.d.ts +23 -0
- package/dist/esm/i18n/es.js +24 -0
- package/dist/esm/i18n/fi.d.ts +23 -0
- package/dist/esm/i18n/fi.js +24 -0
- package/dist/esm/i18n/fr.d.ts +23 -0
- package/dist/esm/i18n/fr.js +24 -0
- package/dist/esm/i18n/hr.d.ts +23 -0
- package/dist/esm/i18n/hr.js +24 -0
- package/dist/esm/i18n/hu.d.ts +23 -0
- package/dist/esm/i18n/hu.js +24 -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 +23 -0
- package/dist/esm/i18n/it.js +24 -0
- package/dist/esm/i18n/ja.d.ts +23 -0
- package/dist/esm/i18n/ja.js +24 -0
- package/dist/esm/i18n/ko.d.ts +23 -0
- package/dist/esm/i18n/ko.js +24 -0
- package/dist/esm/i18n/nb.d.ts +23 -0
- package/dist/esm/i18n/nb.js +24 -0
- package/dist/esm/i18n/nl.d.ts +23 -0
- package/dist/esm/i18n/nl.js +24 -0
- package/dist/esm/i18n/pl.d.ts +23 -0
- package/dist/esm/i18n/pl.js +24 -0
- package/dist/esm/i18n/pt_BR.d.ts +23 -0
- package/dist/esm/i18n/pt_BR.js +24 -0
- package/dist/esm/i18n/ru.d.ts +23 -0
- package/dist/esm/i18n/ru.js +24 -0
- package/dist/esm/i18n/sl.d.ts +23 -0
- package/dist/esm/i18n/sl.js +24 -0
- package/dist/esm/i18n/sr_RS.d.ts +23 -0
- package/dist/esm/i18n/sr_RS.js +24 -0
- package/dist/esm/i18n/sr_YR.d.ts +23 -0
- package/dist/esm/i18n/sr_YR.js +24 -0
- package/dist/esm/i18n/sv.d.ts +23 -0
- package/dist/esm/i18n/sv.js +24 -0
- package/dist/esm/i18n/th.d.ts +23 -0
- package/dist/esm/i18n/th.js +24 -0
- package/dist/esm/i18n/tr.d.ts +23 -0
- package/dist/esm/i18n/tr.js +24 -0
- package/dist/esm/i18n/uk.d.ts +23 -0
- package/dist/esm/i18n/uk.js +24 -0
- package/dist/esm/i18n/vi.d.ts +23 -0
- package/dist/esm/i18n/vi.js +24 -0
- package/dist/esm/i18n/zh.d.ts +23 -0
- package/dist/esm/i18n/zh.js +24 -0
- package/dist/esm/i18n/zh_TW.d.ts +23 -0
- package/dist/esm/i18n/zh_TW.js +24 -0
- package/dist/esm/index.d.ts +1 -0
- package/dist/esm/index.js +2 -0
- package/dist/types/i18n/cs.d.ts +23 -0
- package/dist/types/i18n/da.d.ts +23 -0
- package/dist/types/i18n/de.d.ts +23 -0
- package/dist/types/i18n/en.d.ts +23 -0
- package/dist/types/i18n/en_GB.d.ts +23 -0
- package/dist/types/i18n/en_ZZ.d.ts +23 -0
- package/dist/types/i18n/es.d.ts +23 -0
- package/dist/types/i18n/fi.d.ts +23 -0
- package/dist/types/i18n/fr.d.ts +23 -0
- package/dist/types/i18n/hr.d.ts +23 -0
- package/dist/types/i18n/hu.d.ts +23 -0
- package/dist/types/i18n/index.d.ts +29 -0
- package/dist/types/i18n/it.d.ts +23 -0
- package/dist/types/i18n/ja.d.ts +23 -0
- package/dist/types/i18n/ko.d.ts +23 -0
- package/dist/types/i18n/nb.d.ts +23 -0
- package/dist/types/i18n/nl.d.ts +23 -0
- package/dist/types/i18n/pl.d.ts +23 -0
- package/dist/types/i18n/pt_BR.d.ts +23 -0
- package/dist/types/i18n/ru.d.ts +23 -0
- package/dist/types/i18n/sl.d.ts +23 -0
- package/dist/types/i18n/sr_RS.d.ts +23 -0
- package/dist/types/i18n/sr_YR.d.ts +23 -0
- package/dist/types/i18n/sv.d.ts +23 -0
- package/dist/types/i18n/th.d.ts +23 -0
- package/dist/types/i18n/tr.d.ts +23 -0
- package/dist/types/i18n/uk.d.ts +23 -0
- package/dist/types/i18n/vi.d.ts +23 -0
- package/dist/types/i18n/zh.d.ts +23 -0
- package/dist/types/i18n/zh_TW.d.ts +23 -0
- package/dist/types/index.d.ts +1 -0
- package/i18n/cs.ts +26 -0
- package/i18n/da.ts +25 -0
- package/i18n/de.ts +26 -0
- package/i18n/en.ts +26 -0
- package/i18n/en_GB.ts +26 -0
- package/i18n/en_ZZ.ts +26 -0
- package/i18n/es.ts +25 -0
- package/i18n/fi.ts +25 -0
- package/i18n/fr.ts +26 -0
- package/i18n/hr.ts +26 -0
- package/i18n/hu.ts +25 -0
- package/i18n/index.ts +30 -0
- package/i18n/it.ts +26 -0
- package/i18n/ja.ts +25 -0
- package/i18n/ko.ts +25 -0
- package/i18n/nb.ts +26 -0
- package/i18n/nl.ts +26 -0
- package/i18n/pl.ts +26 -0
- package/i18n/pt_BR.ts +26 -0
- package/i18n/ru.ts +26 -0
- package/i18n/sl.ts +25 -0
- package/i18n/sr_RS.ts +26 -0
- package/i18n/sr_YR.ts +26 -0
- package/i18n/sv.ts +26 -0
- package/i18n/th.ts +26 -0
- package/i18n/tr.ts +25 -0
- package/i18n/uk.ts +26 -0
- package/i18n/vi.ts +26 -0
- package/i18n/zh.ts +24 -0
- package/i18n/zh_TW.ts +24 -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,23 @@
|
|
|
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
|
+
'link-create.live-doc-icon-label': string;
|
|
9
|
+
'link-create.page-icon-label': string;
|
|
10
|
+
'link-create.unknown-error.description': string;
|
|
11
|
+
'link-create.unknown-error.heading': string;
|
|
12
|
+
'linkCreate.CreateConfluencePage.form.site.label': string;
|
|
13
|
+
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': string;
|
|
14
|
+
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': string;
|
|
15
|
+
'linkCreate.confirm-dismiss-dialog.modal.description': string;
|
|
16
|
+
'linkCreate.confirm-dismiss-dialog.modal.title': string;
|
|
17
|
+
'linkCreate.createForm.button.close': string;
|
|
18
|
+
'linkCreate.createForm.button.create': string;
|
|
19
|
+
'linkCreate.createForm.button.createAndOpen': string;
|
|
20
|
+
'linkCreate.form.requiredField.instruction': string;
|
|
21
|
+
'linkCreate.modal.heading': string;
|
|
22
|
+
};
|
|
23
|
+
export default _default;
|
|
@@ -0,0 +1,23 @@
|
|
|
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
|
+
'link-create.live-doc-icon-label': string;
|
|
9
|
+
'link-create.page-icon-label': string;
|
|
10
|
+
'link-create.unknown-error.description': string;
|
|
11
|
+
'link-create.unknown-error.heading': string;
|
|
12
|
+
'linkCreate.CreateConfluencePage.form.site.label': string;
|
|
13
|
+
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': string;
|
|
14
|
+
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': string;
|
|
15
|
+
'linkCreate.confirm-dismiss-dialog.modal.description': string;
|
|
16
|
+
'linkCreate.confirm-dismiss-dialog.modal.title': string;
|
|
17
|
+
'linkCreate.createForm.button.close': string;
|
|
18
|
+
'linkCreate.createForm.button.create': string;
|
|
19
|
+
'linkCreate.createForm.button.createAndOpen': string;
|
|
20
|
+
'linkCreate.form.requiredField.instruction': string;
|
|
21
|
+
'linkCreate.modal.heading': string;
|
|
22
|
+
};
|
|
23
|
+
export default _default;
|
|
@@ -0,0 +1,23 @@
|
|
|
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
|
+
'link-create.live-doc-icon-label': string;
|
|
9
|
+
'link-create.page-icon-label': string;
|
|
10
|
+
'link-create.unknown-error.description': string;
|
|
11
|
+
'link-create.unknown-error.heading': string;
|
|
12
|
+
'linkCreate.CreateConfluencePage.form.site.label': string;
|
|
13
|
+
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': string;
|
|
14
|
+
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': string;
|
|
15
|
+
'linkCreate.confirm-dismiss-dialog.modal.description': string;
|
|
16
|
+
'linkCreate.confirm-dismiss-dialog.modal.title': string;
|
|
17
|
+
'linkCreate.createForm.button.close': string;
|
|
18
|
+
'linkCreate.createForm.button.create': string;
|
|
19
|
+
'linkCreate.createForm.button.createAndOpen': string;
|
|
20
|
+
'linkCreate.form.requiredField.instruction': string;
|
|
21
|
+
'linkCreate.modal.heading': string;
|
|
22
|
+
};
|
|
23
|
+
export default _default;
|
|
@@ -0,0 +1,23 @@
|
|
|
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
|
+
'link-create.live-doc-icon-label': string;
|
|
9
|
+
'link-create.page-icon-label': string;
|
|
10
|
+
'link-create.unknown-error.description': string;
|
|
11
|
+
'link-create.unknown-error.heading': string;
|
|
12
|
+
'linkCreate.CreateConfluencePage.form.site.label': string;
|
|
13
|
+
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': string;
|
|
14
|
+
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': string;
|
|
15
|
+
'linkCreate.confirm-dismiss-dialog.modal.description': string;
|
|
16
|
+
'linkCreate.confirm-dismiss-dialog.modal.title': string;
|
|
17
|
+
'linkCreate.createForm.button.close': string;
|
|
18
|
+
'linkCreate.createForm.button.create': string;
|
|
19
|
+
'linkCreate.createForm.button.createAndOpen': string;
|
|
20
|
+
'linkCreate.form.requiredField.instruction': string;
|
|
21
|
+
'linkCreate.modal.heading': string;
|
|
22
|
+
};
|
|
23
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './i18n';
|
package/i18n/cs.ts
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
//Czech
|
|
9
|
+
export default {
|
|
10
|
+
'link-create.live-doc-icon-label': 'Živý dokument',
|
|
11
|
+
'link-create.page-icon-label': 'Stránka',
|
|
12
|
+
'link-create.unknown-error.description':
|
|
13
|
+
'Obnovte stránku nebo, pokud problém přetrvává, kontaktujte <a>podporu Atlassian</a>.',
|
|
14
|
+
'link-create.unknown-error.heading': 'Něco se pokazilo.',
|
|
15
|
+
'linkCreate.CreateConfluencePage.form.site.label': 'Web',
|
|
16
|
+
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'Přejít zpět',
|
|
17
|
+
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'Zahodit',
|
|
18
|
+
'linkCreate.confirm-dismiss-dialog.modal.description':
|
|
19
|
+
'Pokud z této stránky odejdete, nebudeme moci uložit vaše informace.',
|
|
20
|
+
'linkCreate.confirm-dismiss-dialog.modal.title': 'Vaše změny se neuloží',
|
|
21
|
+
'linkCreate.createForm.button.close': 'Zavřít',
|
|
22
|
+
'linkCreate.createForm.button.create': 'Vytvořit',
|
|
23
|
+
'linkCreate.createForm.button.createAndOpen': 'Vytvořit + Otevřít',
|
|
24
|
+
'linkCreate.form.requiredField.instruction': 'Povinná pole jsou označena hvězdičkou.',
|
|
25
|
+
'linkCreate.modal.heading': 'Vytvořit novou položku',
|
|
26
|
+
};
|
package/i18n/da.ts
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
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
|
+
//Danish (Denmark)
|
|
9
|
+
export default {
|
|
10
|
+
'link-create.live-doc-icon-label': 'Live doc',
|
|
11
|
+
'link-create.page-icon-label': 'Side',
|
|
12
|
+
'link-create.unknown-error.description':
|
|
13
|
+
'Opdater siden, eller kontakt <a>Atlassian-support</a>, hvis det bliver ved med at ske.',
|
|
14
|
+
'link-create.unknown-error.heading': 'Noget gik galt.',
|
|
15
|
+
'linkCreate.CreateConfluencePage.form.site.label': 'Website',
|
|
16
|
+
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'Gå tilbage',
|
|
17
|
+
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'Kassér',
|
|
18
|
+
'linkCreate.confirm-dismiss-dialog.modal.description': 'Vi kan ikke gemme dine oplysninger, hvis du forlader siden.',
|
|
19
|
+
'linkCreate.confirm-dismiss-dialog.modal.title': 'Dine ændringer gemmes ikke',
|
|
20
|
+
'linkCreate.createForm.button.close': 'Luk',
|
|
21
|
+
'linkCreate.createForm.button.create': 'Opret',
|
|
22
|
+
'linkCreate.createForm.button.createAndOpen': 'Opret + Åbn',
|
|
23
|
+
'linkCreate.form.requiredField.instruction': 'Påkrævede felter er markeret med en stjerne',
|
|
24
|
+
'linkCreate.modal.heading': 'Opret ny',
|
|
25
|
+
};
|
package/i18n/de.ts
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
//German (Germany)
|
|
9
|
+
export default {
|
|
10
|
+
'link-create.live-doc-icon-label': 'Live-Dokument',
|
|
11
|
+
'link-create.page-icon-label': 'Seite',
|
|
12
|
+
'link-create.unknown-error.description':
|
|
13
|
+
'Laden Sie die Seite erneut oder wenden Sie sich an den <a>Atlassian Support</a>, falls das Problem weiterhin besteht.',
|
|
14
|
+
'link-create.unknown-error.heading': 'Irgendetwas ist schiefgelaufen.',
|
|
15
|
+
'linkCreate.CreateConfluencePage.form.site.label': 'Site',
|
|
16
|
+
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'Zurück',
|
|
17
|
+
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'Verwerfen',
|
|
18
|
+
'linkCreate.confirm-dismiss-dialog.modal.description':
|
|
19
|
+
'Ihre Informationen können nicht gespeichert werden, wenn Sie diese Seite verlassen.',
|
|
20
|
+
'linkCreate.confirm-dismiss-dialog.modal.title': 'Ihre Änderungen werden nicht gespeichert',
|
|
21
|
+
'linkCreate.createForm.button.close': 'Schließen',
|
|
22
|
+
'linkCreate.createForm.button.create': 'Erstellen',
|
|
23
|
+
'linkCreate.createForm.button.createAndOpen': 'Erstellen + Öffnen',
|
|
24
|
+
'linkCreate.form.requiredField.instruction': 'Pflichtfelder sind mit einem Sternchen markiert.',
|
|
25
|
+
'linkCreate.modal.heading': 'Neu erstellen',
|
|
26
|
+
};
|
package/i18n/en.ts
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
//
|
|
9
|
+
export default {
|
|
10
|
+
'link-create.live-doc-icon-label': 'Live Doc',
|
|
11
|
+
'link-create.page-icon-label': 'Page',
|
|
12
|
+
'link-create.unknown-error.description':
|
|
13
|
+
'Refresh the page, or contact <a>Atlassian Support</a> if this keeps happening.',
|
|
14
|
+
'link-create.unknown-error.heading': 'Something went wrong.',
|
|
15
|
+
'linkCreate.CreateConfluencePage.form.site.label': 'Site',
|
|
16
|
+
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'Go back',
|
|
17
|
+
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'Discard',
|
|
18
|
+
'linkCreate.confirm-dismiss-dialog.modal.description':
|
|
19
|
+
'We won’t be able to save your information if you move away from this page.',
|
|
20
|
+
'linkCreate.confirm-dismiss-dialog.modal.title': 'Your changes won’t be saved',
|
|
21
|
+
'linkCreate.createForm.button.close': 'Close',
|
|
22
|
+
'linkCreate.createForm.button.create': 'Create',
|
|
23
|
+
'linkCreate.createForm.button.createAndOpen': 'Create + Open',
|
|
24
|
+
'linkCreate.form.requiredField.instruction': 'Required fields are marked with an asterisk',
|
|
25
|
+
'linkCreate.modal.heading': 'Create new',
|
|
26
|
+
};
|
package/i18n/en_GB.ts
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
//English (United Kingdom)
|
|
9
|
+
export default {
|
|
10
|
+
'link-create.live-doc-icon-label': 'Live Doc',
|
|
11
|
+
'link-create.page-icon-label': 'Page',
|
|
12
|
+
'link-create.unknown-error.description':
|
|
13
|
+
'Refresh the page, or contact <a>Atlassian Support</a> if this keeps happening.',
|
|
14
|
+
'link-create.unknown-error.heading': 'Something went wrong.',
|
|
15
|
+
'linkCreate.CreateConfluencePage.form.site.label': 'Site',
|
|
16
|
+
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'Go back',
|
|
17
|
+
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'Discard',
|
|
18
|
+
'linkCreate.confirm-dismiss-dialog.modal.description':
|
|
19
|
+
'We won’t be able to save your information if you move away from this page.',
|
|
20
|
+
'linkCreate.confirm-dismiss-dialog.modal.title': 'Your changes won’t be saved',
|
|
21
|
+
'linkCreate.createForm.button.close': 'Close',
|
|
22
|
+
'linkCreate.createForm.button.create': 'Create',
|
|
23
|
+
'linkCreate.createForm.button.createAndOpen': 'Create + Open',
|
|
24
|
+
'linkCreate.form.requiredField.instruction': 'Required fields are marked with an asterisk',
|
|
25
|
+
'linkCreate.modal.heading': 'Create new',
|
|
26
|
+
};
|
package/i18n/en_ZZ.ts
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
//
|
|
9
|
+
export default {
|
|
10
|
+
'link-create.live-doc-icon-label': 'Live Doc',
|
|
11
|
+
'link-create.page-icon-label': 'Page',
|
|
12
|
+
'link-create.unknown-error.description':
|
|
13
|
+
'Refresh the page, or contact <a>Atlassian Support</a> if this keeps happening.',
|
|
14
|
+
'link-create.unknown-error.heading': 'Something went wrong.',
|
|
15
|
+
'linkCreate.CreateConfluencePage.form.site.label': 'Site',
|
|
16
|
+
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'Go back',
|
|
17
|
+
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'Discard',
|
|
18
|
+
'linkCreate.confirm-dismiss-dialog.modal.description':
|
|
19
|
+
'We won’t be able to save your information if you move away from this page.',
|
|
20
|
+
'linkCreate.confirm-dismiss-dialog.modal.title': 'Your changes won’t be saved',
|
|
21
|
+
'linkCreate.createForm.button.close': 'Close',
|
|
22
|
+
'linkCreate.createForm.button.create': 'Create',
|
|
23
|
+
'linkCreate.createForm.button.createAndOpen': 'Create + Open',
|
|
24
|
+
'linkCreate.form.requiredField.instruction': 'Required fields are marked with an asterisk',
|
|
25
|
+
'linkCreate.modal.heading': 'Create new',
|
|
26
|
+
};
|
package/i18n/es.ts
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
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
|
+
//Spanish (International)
|
|
9
|
+
export default {
|
|
10
|
+
'link-create.live-doc-icon-label': 'Doc en vivo',
|
|
11
|
+
'link-create.page-icon-label': 'Página',
|
|
12
|
+
'link-create.unknown-error.description':
|
|
13
|
+
'Actualiza la página o ponte en contacto con el <a>soporte de Atlassian</a> si sigue ocurriendo.',
|
|
14
|
+
'link-create.unknown-error.heading': 'Algo ha ido mal.',
|
|
15
|
+
'linkCreate.CreateConfluencePage.form.site.label': 'Sitio',
|
|
16
|
+
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'Volver',
|
|
17
|
+
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'Descartar',
|
|
18
|
+
'linkCreate.confirm-dismiss-dialog.modal.description': 'No podremos guardar tu información si sales de esta página.',
|
|
19
|
+
'linkCreate.confirm-dismiss-dialog.modal.title': 'Tus cambios no se guardarán',
|
|
20
|
+
'linkCreate.createForm.button.close': 'Cerrar',
|
|
21
|
+
'linkCreate.createForm.button.create': 'Crear',
|
|
22
|
+
'linkCreate.createForm.button.createAndOpen': 'Crear + Abrir',
|
|
23
|
+
'linkCreate.form.requiredField.instruction': 'Los campos obligatorios están marcados con un asterisco',
|
|
24
|
+
'linkCreate.modal.heading': 'Crear nuevo',
|
|
25
|
+
};
|
package/i18n/fi.ts
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
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
|
+
//Finnish
|
|
9
|
+
export default {
|
|
10
|
+
'link-create.live-doc-icon-label': 'Reaaliaikainen asiakirja',
|
|
11
|
+
'link-create.page-icon-label': 'Sivu',
|
|
12
|
+
'link-create.unknown-error.description':
|
|
13
|
+
'Päivitä sivu tai ota yhteyttä <a>Atlassian-tukeen</a>, jos ongelmat jatkuvat.',
|
|
14
|
+
'link-create.unknown-error.heading': 'Jotain meni pieleen.',
|
|
15
|
+
'linkCreate.CreateConfluencePage.form.site.label': 'Sivusto',
|
|
16
|
+
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'Siirry takaisin',
|
|
17
|
+
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'Hylkää',
|
|
18
|
+
'linkCreate.confirm-dismiss-dialog.modal.description': 'Emme voi tallentaa tietojasi, jos poistut tältä sivulta.',
|
|
19
|
+
'linkCreate.confirm-dismiss-dialog.modal.title': 'Muutoksiasi ei tallenneta',
|
|
20
|
+
'linkCreate.createForm.button.close': 'Sulje',
|
|
21
|
+
'linkCreate.createForm.button.create': 'Luo',
|
|
22
|
+
'linkCreate.createForm.button.createAndOpen': 'Luo ja avaa',
|
|
23
|
+
'linkCreate.form.requiredField.instruction': 'Pakolliset kentät on merkitty tähdellä',
|
|
24
|
+
'linkCreate.modal.heading': 'Luo uusi',
|
|
25
|
+
};
|
package/i18n/fr.ts
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
//French (France)
|
|
9
|
+
export default {
|
|
10
|
+
'link-create.live-doc-icon-label': 'Document live',
|
|
11
|
+
'link-create.page-icon-label': 'Page',
|
|
12
|
+
'link-create.unknown-error.description':
|
|
13
|
+
'Actualisez la page ou contactez le <a>support Atlassian</a> si le problème se reproduit.',
|
|
14
|
+
'link-create.unknown-error.heading': "Une erreur s'est produite.",
|
|
15
|
+
'linkCreate.CreateConfluencePage.form.site.label': 'Site',
|
|
16
|
+
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'Retour',
|
|
17
|
+
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'Ignorer',
|
|
18
|
+
'linkCreate.confirm-dismiss-dialog.modal.description':
|
|
19
|
+
'Nous ne pourrons pas enregistrer vos informations si vous quittez cette page.',
|
|
20
|
+
'linkCreate.confirm-dismiss-dialog.modal.title': 'Vos changements ne seront pas enregistrés',
|
|
21
|
+
'linkCreate.createForm.button.close': 'Fermer',
|
|
22
|
+
'linkCreate.createForm.button.create': 'Créer',
|
|
23
|
+
'linkCreate.createForm.button.createAndOpen': 'Créer + Ouvrir',
|
|
24
|
+
'linkCreate.form.requiredField.instruction': "Les champs obligatoires sont marqués d'un astérisque",
|
|
25
|
+
'linkCreate.modal.heading': 'Créer',
|
|
26
|
+
};
|
package/i18n/hr.ts
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//Croatian (Croatia) [hr-HR]
|
|
9
|
+
export default {
|
|
10
|
+
'link-create.live-doc-icon-label': 'Live Doc',
|
|
11
|
+
'link-create.page-icon-label': 'Stranica',
|
|
12
|
+
'link-create.unknown-error.description':
|
|
13
|
+
'Osvježi stranicu ili kontaktiraj <a>Atlassian podršku</a> ako se to nastavi događati.',
|
|
14
|
+
'link-create.unknown-error.heading': 'Nešto nije u redu.',
|
|
15
|
+
'linkCreate.CreateConfluencePage.form.site.label': 'Web-mjesto',
|
|
16
|
+
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'Idi natrag',
|
|
17
|
+
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'Odbaci',
|
|
18
|
+
'linkCreate.confirm-dismiss-dialog.modal.description':
|
|
19
|
+
'Nećemo moći spremiti tvoje podatke ako napustiš ovu stranicu.',
|
|
20
|
+
'linkCreate.confirm-dismiss-dialog.modal.title': 'Tvoje promjene neće biti spremljene',
|
|
21
|
+
'linkCreate.createForm.button.close': 'Zatvori',
|
|
22
|
+
'linkCreate.createForm.button.create': 'Izradi',
|
|
23
|
+
'linkCreate.createForm.button.createAndOpen': 'Izradi + Otvori',
|
|
24
|
+
'linkCreate.form.requiredField.instruction': 'Obavezna polja označena su zvjezdicom',
|
|
25
|
+
'linkCreate.modal.heading': 'Izradi novi',
|
|
26
|
+
};
|
package/i18n/hu.ts
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
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
|
+
//Hungarian
|
|
9
|
+
export default {
|
|
10
|
+
'link-create.live-doc-icon-label': 'Élő dokumentum',
|
|
11
|
+
'link-create.page-icon-label': 'Oldal',
|
|
12
|
+
'link-create.unknown-error.description':
|
|
13
|
+
'Frissítsd az oldalt, vagy vedd fel a kapcsolatot az <a>Atlassian Támogatással</a>, ha ez a későbbiekben is megtörténik.',
|
|
14
|
+
'link-create.unknown-error.heading': 'Hiba történt.',
|
|
15
|
+
'linkCreate.CreateConfluencePage.form.site.label': 'Webhely',
|
|
16
|
+
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'Vissza',
|
|
17
|
+
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'Elvetés',
|
|
18
|
+
'linkCreate.confirm-dismiss-dialog.modal.description': 'Ha elhagyod az oldalt, nem tudjuk menteni az információkat.',
|
|
19
|
+
'linkCreate.confirm-dismiss-dialog.modal.title': 'A módosításaidat nem mentjük',
|
|
20
|
+
'linkCreate.createForm.button.close': 'Bezárás',
|
|
21
|
+
'linkCreate.createForm.button.create': 'Létrehozás',
|
|
22
|
+
'linkCreate.createForm.button.createAndOpen': 'Létrehozás és megnyitás',
|
|
23
|
+
'linkCreate.form.requiredField.instruction': 'A kötelező mezők csillaggal vannak megjelölve',
|
|
24
|
+
'linkCreate.modal.heading': 'Új létrehozása',
|
|
25
|
+
};
|
package/i18n/index.ts
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
// Export all i18n modules
|
|
2
|
+
export * from './cs';
|
|
3
|
+
export * from './da';
|
|
4
|
+
export * from './de';
|
|
5
|
+
export * from './en';
|
|
6
|
+
export * from './en_GB';
|
|
7
|
+
export * from './en_ZZ';
|
|
8
|
+
export * from './es';
|
|
9
|
+
export * from './fi';
|
|
10
|
+
export * from './fr';
|
|
11
|
+
export * from './hr';
|
|
12
|
+
export * from './hu';
|
|
13
|
+
export * from './it';
|
|
14
|
+
export * from './ja';
|
|
15
|
+
export * from './ko';
|
|
16
|
+
export * from './nb';
|
|
17
|
+
export * from './nl';
|
|
18
|
+
export * from './pl';
|
|
19
|
+
export * from './pt_BR';
|
|
20
|
+
export * from './ru';
|
|
21
|
+
export * from './sl';
|
|
22
|
+
export * from './sr_RS';
|
|
23
|
+
export * from './sr_YR';
|
|
24
|
+
export * from './sv';
|
|
25
|
+
export * from './th';
|
|
26
|
+
export * from './tr';
|
|
27
|
+
export * from './uk';
|
|
28
|
+
export * from './vi';
|
|
29
|
+
export * from './zh';
|
|
30
|
+
export * from './zh_TW';
|
package/i18n/it.ts
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
//Italian (Italy)
|
|
9
|
+
export default {
|
|
10
|
+
'link-create.live-doc-icon-label': 'Documento dinamico',
|
|
11
|
+
'link-create.page-icon-label': 'Pagina',
|
|
12
|
+
'link-create.unknown-error.description':
|
|
13
|
+
"Aggiorna la pagina o, se il problema persiste, contatta l'<a>Assistenza Atlassian</a>.",
|
|
14
|
+
'link-create.unknown-error.heading': 'Si è verificato un errore.',
|
|
15
|
+
'linkCreate.CreateConfluencePage.form.site.label': 'Sito',
|
|
16
|
+
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'Torna indietro',
|
|
17
|
+
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'Ignora',
|
|
18
|
+
'linkCreate.confirm-dismiss-dialog.modal.description':
|
|
19
|
+
'Non potremo salvare le tue informazioni se esci da questa pagina.',
|
|
20
|
+
'linkCreate.confirm-dismiss-dialog.modal.title': 'Le modifiche non saranno salvate',
|
|
21
|
+
'linkCreate.createForm.button.close': 'Chiudi',
|
|
22
|
+
'linkCreate.createForm.button.create': 'Crea',
|
|
23
|
+
'linkCreate.createForm.button.createAndOpen': 'Crea e apri',
|
|
24
|
+
'linkCreate.form.requiredField.instruction': 'I campi obbligatori sono contrassegnati da un asterisco',
|
|
25
|
+
'linkCreate.modal.heading': 'Crea nuovo',
|
|
26
|
+
};
|
package/i18n/ja.ts
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
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
|
+
//Japanese
|
|
9
|
+
export default {
|
|
10
|
+
'link-create.live-doc-icon-label': 'リアルタイム文書',
|
|
11
|
+
'link-create.page-icon-label': 'ページ',
|
|
12
|
+
'link-create.unknown-error.description':
|
|
13
|
+
'ページを更新してください。問題が解決しない場合は、<a>アトラシアン サポート</a>にお問い合わせください。',
|
|
14
|
+
'link-create.unknown-error.heading': '問題が発生しました。',
|
|
15
|
+
'linkCreate.CreateConfluencePage.form.site.label': 'サイト',
|
|
16
|
+
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': '戻る',
|
|
17
|
+
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': '破棄',
|
|
18
|
+
'linkCreate.confirm-dismiss-dialog.modal.description': 'このページから離れると、情報を保存できません。',
|
|
19
|
+
'linkCreate.confirm-dismiss-dialog.modal.title': '変更は保存されません',
|
|
20
|
+
'linkCreate.createForm.button.close': '閉じる',
|
|
21
|
+
'linkCreate.createForm.button.create': '作成',
|
|
22
|
+
'linkCreate.createForm.button.createAndOpen': '作成して開く',
|
|
23
|
+
'linkCreate.form.requiredField.instruction': '必須フィールドにはアスタリスクが付いています',
|
|
24
|
+
'linkCreate.modal.heading': '新規作成',
|
|
25
|
+
};
|
package/i18n/ko.ts
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
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
|
+
//Korean
|
|
9
|
+
export default {
|
|
10
|
+
'link-create.live-doc-icon-label': '라이브 문서',
|
|
11
|
+
'link-create.page-icon-label': '페이지',
|
|
12
|
+
'link-create.unknown-error.description':
|
|
13
|
+
'페이지를 새로 고치거나 문제가 계속 발생하는 경우 <a>Atlassian 고객 지원 팀</a>에 문의하세요.',
|
|
14
|
+
'link-create.unknown-error.heading': '문제가 발생했습니다.',
|
|
15
|
+
'linkCreate.CreateConfluencePage.form.site.label': '사이트',
|
|
16
|
+
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': '뒤로 가기',
|
|
17
|
+
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': '버리기',
|
|
18
|
+
'linkCreate.confirm-dismiss-dialog.modal.description': '이 페이지에서 벗어나면 정보를 저장할 수 없습니다.',
|
|
19
|
+
'linkCreate.confirm-dismiss-dialog.modal.title': '변경 사항이 저장되지 않습니다',
|
|
20
|
+
'linkCreate.createForm.button.close': '닫기',
|
|
21
|
+
'linkCreate.createForm.button.create': '만들기',
|
|
22
|
+
'linkCreate.createForm.button.createAndOpen': '만들기 + 열기',
|
|
23
|
+
'linkCreate.form.requiredField.instruction': '필수 필드는 별표로 표시되어 있습니다',
|
|
24
|
+
'linkCreate.modal.heading': '새로 만들기',
|
|
25
|
+
};
|
package/i18n/nb.ts
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
'link-create.live-doc-icon-label': 'Sanntidsdokument',
|
|
11
|
+
'link-create.page-icon-label': 'Side',
|
|
12
|
+
'link-create.unknown-error.description':
|
|
13
|
+
'Oppdater siden, eller kontakt <a>Atlassian-støtte</a> hvis problemet vedvarer.',
|
|
14
|
+
'link-create.unknown-error.heading': 'Det oppstod en feil.',
|
|
15
|
+
'linkCreate.CreateConfluencePage.form.site.label': 'Nettsted',
|
|
16
|
+
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'Gå tilbake',
|
|
17
|
+
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'Forkast',
|
|
18
|
+
'linkCreate.confirm-dismiss-dialog.modal.description':
|
|
19
|
+
'Vi vil ikke kunne lagre informasjonen din hvis du forlater denne siden.',
|
|
20
|
+
'linkCreate.confirm-dismiss-dialog.modal.title': 'Endringene dine blir ikke lagret',
|
|
21
|
+
'linkCreate.createForm.button.close': 'Lukk',
|
|
22
|
+
'linkCreate.createForm.button.create': 'Opprett',
|
|
23
|
+
'linkCreate.createForm.button.createAndOpen': 'Opprett + åpne',
|
|
24
|
+
'linkCreate.form.requiredField.instruction': 'Obligatoriske felt er merket med stjerne',
|
|
25
|
+
'linkCreate.modal.heading': 'Opprett ny',
|
|
26
|
+
};
|
package/i18n/nl.ts
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
'link-create.live-doc-icon-label': 'Live doc',
|
|
11
|
+
'link-create.page-icon-label': 'Pagina',
|
|
12
|
+
'link-create.unknown-error.description':
|
|
13
|
+
'Vernieuw de pagina of neem contact op met <a>Atlassian-support</a> als dit blijft gebeuren.',
|
|
14
|
+
'link-create.unknown-error.heading': 'Er is iets misgegaan.',
|
|
15
|
+
'linkCreate.CreateConfluencePage.form.site.label': 'Website',
|
|
16
|
+
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'Teruggaan',
|
|
17
|
+
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'Wissen',
|
|
18
|
+
'linkCreate.confirm-dismiss-dialog.modal.description':
|
|
19
|
+
'We kunnen je gegevens niet opslaan als je deze pagina verlaat.',
|
|
20
|
+
'linkCreate.confirm-dismiss-dialog.modal.title': 'Je wijzigingen worden niet opgeslagen',
|
|
21
|
+
'linkCreate.createForm.button.close': 'Sluiten',
|
|
22
|
+
'linkCreate.createForm.button.create': 'Aanmaken',
|
|
23
|
+
'linkCreate.createForm.button.createAndOpen': 'Aanmaken en openen',
|
|
24
|
+
'linkCreate.form.requiredField.instruction': 'Verplichte velden zijn aangeduid met een asterisk',
|
|
25
|
+
'linkCreate.modal.heading': 'Nieuwe aanmaken',
|
|
26
|
+
};
|
package/i18n/pl.ts
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
'link-create.live-doc-icon-label': 'Dokument online',
|
|
11
|
+
'link-create.page-icon-label': 'Strona',
|
|
12
|
+
'link-create.unknown-error.description':
|
|
13
|
+
'Odśwież stronę lub skontaktuj się z <a>działem wsparcia Atlassian</a>, jeśli sytuacja będzie się powtarzać.',
|
|
14
|
+
'link-create.unknown-error.heading': 'Coś poszło nie tak.',
|
|
15
|
+
'linkCreate.CreateConfluencePage.form.site.label': 'Witryna',
|
|
16
|
+
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'Wstecz',
|
|
17
|
+
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'Odrzuć',
|
|
18
|
+
'linkCreate.confirm-dismiss-dialog.modal.description':
|
|
19
|
+
'Jeśli opuścisz tę stronę, nie będziemy mogli zapisać Twoich informacji.',
|
|
20
|
+
'linkCreate.confirm-dismiss-dialog.modal.title': 'Twoje zmiany nie zostaną zapisane',
|
|
21
|
+
'linkCreate.createForm.button.close': 'Zamknij',
|
|
22
|
+
'linkCreate.createForm.button.create': 'Utwórz',
|
|
23
|
+
'linkCreate.createForm.button.createAndOpen': 'Utwórz + Otwórz',
|
|
24
|
+
'linkCreate.form.requiredField.instruction': 'Pola wymagane są oznaczone gwiazdką',
|
|
25
|
+
'linkCreate.modal.heading': 'Utwórz nową',
|
|
26
|
+
};
|
package/i18n/pt_BR.ts
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
'link-create.live-doc-icon-label': 'Documento dinâmico',
|
|
11
|
+
'link-create.page-icon-label': 'Página',
|
|
12
|
+
'link-create.unknown-error.description':
|
|
13
|
+
'Atualize a página ou fale com o <a>Suporte da Atlassian</a> se o erro persistir.',
|
|
14
|
+
'link-create.unknown-error.heading': 'Algo deu errado.',
|
|
15
|
+
'linkCreate.CreateConfluencePage.form.site.label': 'Site',
|
|
16
|
+
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'Voltar',
|
|
17
|
+
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'Descartar',
|
|
18
|
+
'linkCreate.confirm-dismiss-dialog.modal.description':
|
|
19
|
+
'Não vai ser possível salvar as informações se você sair desta página.',
|
|
20
|
+
'linkCreate.confirm-dismiss-dialog.modal.title': 'As alterações não vão ser salvas',
|
|
21
|
+
'linkCreate.createForm.button.close': 'Fechar',
|
|
22
|
+
'linkCreate.createForm.button.create': 'Criar',
|
|
23
|
+
'linkCreate.createForm.button.createAndOpen': 'Criar + Abrir',
|
|
24
|
+
'linkCreate.form.requiredField.instruction': 'Os campos obrigatórios estão marcados com um asterisco',
|
|
25
|
+
'linkCreate.modal.heading': 'Criar novo',
|
|
26
|
+
};
|