@atlaskit/link-create 5.2.1 → 5.3.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/CHANGELOG.md +11 -0
- package/dist/cjs/common/constants.js +1 -1
- package/dist/cjs/common/utils/locale/fetch-messages-for-locale.js +16 -17
- package/dist/cjs/controllers/callback-context/main.js +6 -6
- package/dist/cjs/i18n/cs.js +3 -17
- package/dist/cjs/i18n/da.js +3 -17
- package/dist/cjs/i18n/de.js +3 -17
- package/dist/cjs/i18n/en.js +3 -17
- package/dist/cjs/i18n/en_GB.js +3 -17
- package/dist/cjs/i18n/en_ZZ.js +3 -17
- package/dist/cjs/i18n/es.js +3 -17
- package/dist/cjs/i18n/fi.js +3 -17
- package/dist/cjs/i18n/fr.js +3 -17
- package/dist/cjs/i18n/hr.js +3 -17
- package/dist/cjs/i18n/hu.js +3 -17
- package/dist/cjs/i18n/it.js +3 -17
- package/dist/cjs/i18n/ja.js +3 -17
- package/dist/cjs/i18n/ko.js +3 -17
- package/dist/cjs/i18n/nb.js +3 -17
- package/dist/cjs/i18n/nl.js +3 -17
- package/dist/cjs/i18n/pl.js +3 -17
- package/dist/cjs/i18n/pt_BR.js +3 -17
- package/dist/cjs/i18n/ru.js +3 -17
- package/dist/cjs/i18n/sl.js +3 -17
- package/dist/cjs/i18n/sr_RS.js +3 -17
- package/dist/cjs/i18n/sr_YR.js +3 -17
- package/dist/cjs/i18n/sv.js +3 -17
- package/dist/cjs/i18n/th.js +3 -17
- package/dist/cjs/i18n/tr.js +3 -17
- package/dist/cjs/i18n/uk.js +3 -17
- package/dist/cjs/i18n/vi.js +3 -17
- package/dist/cjs/i18n/zh.js +3 -17
- package/dist/cjs/i18n/zh_TW.js +3 -17
- package/dist/cjs/ui/create-form/async-select/main.js +26 -24
- package/dist/cjs/ui/create-form/main.js +14 -13
- package/dist/cjs/ui/inline-create/main.js +4 -4
- package/dist/cjs/ui/modal-create/main.js +4 -4
- package/dist/es2019/common/constants.js +1 -1
- package/dist/es2019/i18n/cs.js +3 -17
- package/dist/es2019/i18n/da.js +3 -17
- package/dist/es2019/i18n/de.js +3 -17
- package/dist/es2019/i18n/en.js +3 -17
- package/dist/es2019/i18n/en_GB.js +3 -17
- package/dist/es2019/i18n/en_ZZ.js +3 -17
- package/dist/es2019/i18n/es.js +3 -17
- package/dist/es2019/i18n/fi.js +3 -17
- package/dist/es2019/i18n/fr.js +3 -17
- package/dist/es2019/i18n/hr.js +3 -17
- package/dist/es2019/i18n/hu.js +3 -17
- package/dist/es2019/i18n/it.js +3 -17
- package/dist/es2019/i18n/ja.js +3 -17
- package/dist/es2019/i18n/ko.js +3 -17
- package/dist/es2019/i18n/nb.js +3 -17
- package/dist/es2019/i18n/nl.js +3 -17
- package/dist/es2019/i18n/pl.js +3 -17
- package/dist/es2019/i18n/pt_BR.js +3 -17
- package/dist/es2019/i18n/ru.js +3 -17
- package/dist/es2019/i18n/sl.js +3 -17
- package/dist/es2019/i18n/sr_RS.js +3 -17
- package/dist/es2019/i18n/sr_YR.js +3 -17
- package/dist/es2019/i18n/sv.js +3 -17
- package/dist/es2019/i18n/th.js +3 -17
- package/dist/es2019/i18n/tr.js +3 -17
- package/dist/es2019/i18n/uk.js +3 -17
- package/dist/es2019/i18n/vi.js +3 -17
- package/dist/es2019/i18n/zh.js +3 -17
- package/dist/es2019/i18n/zh_TW.js +3 -17
- package/dist/esm/common/constants.js +1 -1
- package/dist/esm/common/utils/locale/fetch-messages-for-locale.js +15 -16
- package/dist/esm/controllers/callback-context/main.js +6 -6
- package/dist/esm/i18n/cs.js +3 -17
- package/dist/esm/i18n/da.js +3 -17
- package/dist/esm/i18n/de.js +3 -17
- package/dist/esm/i18n/en.js +3 -17
- package/dist/esm/i18n/en_GB.js +3 -17
- package/dist/esm/i18n/en_ZZ.js +3 -17
- package/dist/esm/i18n/es.js +3 -17
- package/dist/esm/i18n/fi.js +3 -17
- package/dist/esm/i18n/fr.js +3 -17
- package/dist/esm/i18n/hr.js +3 -17
- package/dist/esm/i18n/hu.js +3 -17
- package/dist/esm/i18n/it.js +3 -17
- package/dist/esm/i18n/ja.js +3 -17
- package/dist/esm/i18n/ko.js +3 -17
- package/dist/esm/i18n/nb.js +3 -17
- package/dist/esm/i18n/nl.js +3 -17
- package/dist/esm/i18n/pl.js +3 -17
- package/dist/esm/i18n/pt_BR.js +3 -17
- package/dist/esm/i18n/ru.js +3 -17
- package/dist/esm/i18n/sl.js +3 -17
- package/dist/esm/i18n/sr_RS.js +3 -17
- package/dist/esm/i18n/sr_YR.js +3 -17
- package/dist/esm/i18n/sv.js +3 -17
- package/dist/esm/i18n/th.js +3 -17
- package/dist/esm/i18n/tr.js +3 -17
- package/dist/esm/i18n/uk.js +3 -17
- package/dist/esm/i18n/vi.js +3 -17
- package/dist/esm/i18n/zh.js +3 -17
- package/dist/esm/i18n/zh_TW.js +3 -17
- package/dist/esm/ui/create-form/async-select/main.js +25 -23
- package/dist/esm/ui/create-form/main.js +13 -12
- package/dist/esm/ui/inline-create/main.js +4 -4
- package/dist/esm/ui/modal-create/main.js +4 -4
- package/dist/types/i18n/cs.d.ts +2 -17
- package/dist/types/i18n/da.d.ts +2 -17
- package/dist/types/i18n/de.d.ts +2 -17
- package/dist/types/i18n/en.d.ts +2 -17
- package/dist/types/i18n/en_GB.d.ts +2 -17
- package/dist/types/i18n/en_ZZ.d.ts +2 -17
- package/dist/types/i18n/es.d.ts +2 -17
- package/dist/types/i18n/fi.d.ts +2 -17
- package/dist/types/i18n/fr.d.ts +2 -17
- package/dist/types/i18n/hr.d.ts +2 -17
- package/dist/types/i18n/hu.d.ts +2 -17
- package/dist/types/i18n/it.d.ts +2 -17
- package/dist/types/i18n/ja.d.ts +2 -17
- package/dist/types/i18n/ko.d.ts +2 -17
- package/dist/types/i18n/nb.d.ts +2 -17
- package/dist/types/i18n/nl.d.ts +2 -17
- package/dist/types/i18n/pl.d.ts +2 -17
- package/dist/types/i18n/pt_BR.d.ts +2 -17
- package/dist/types/i18n/ru.d.ts +2 -17
- package/dist/types/i18n/sl.d.ts +2 -17
- package/dist/types/i18n/sr_RS.d.ts +2 -17
- package/dist/types/i18n/sr_YR.d.ts +2 -17
- package/dist/types/i18n/sv.d.ts +2 -17
- package/dist/types/i18n/th.d.ts +2 -17
- package/dist/types/i18n/tr.d.ts +2 -17
- package/dist/types/i18n/uk.d.ts +2 -17
- package/dist/types/i18n/vi.d.ts +2 -17
- package/dist/types/i18n/zh.d.ts +2 -17
- package/dist/types/i18n/zh_TW.d.ts +2 -17
- package/dist/types-ts4.5/i18n/cs.d.ts +2 -17
- package/dist/types-ts4.5/i18n/da.d.ts +2 -17
- package/dist/types-ts4.5/i18n/de.d.ts +2 -17
- package/dist/types-ts4.5/i18n/en.d.ts +2 -17
- package/dist/types-ts4.5/i18n/en_GB.d.ts +2 -17
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +2 -17
- package/dist/types-ts4.5/i18n/es.d.ts +2 -17
- package/dist/types-ts4.5/i18n/fi.d.ts +2 -17
- package/dist/types-ts4.5/i18n/fr.d.ts +2 -17
- package/dist/types-ts4.5/i18n/hr.d.ts +2 -17
- package/dist/types-ts4.5/i18n/hu.d.ts +2 -17
- package/dist/types-ts4.5/i18n/it.d.ts +2 -17
- package/dist/types-ts4.5/i18n/ja.d.ts +2 -17
- package/dist/types-ts4.5/i18n/ko.d.ts +2 -17
- package/dist/types-ts4.5/i18n/nb.d.ts +2 -17
- package/dist/types-ts4.5/i18n/nl.d.ts +2 -17
- package/dist/types-ts4.5/i18n/pl.d.ts +2 -17
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +2 -17
- package/dist/types-ts4.5/i18n/ru.d.ts +2 -17
- package/dist/types-ts4.5/i18n/sl.d.ts +2 -17
- package/dist/types-ts4.5/i18n/sr_RS.d.ts +2 -17
- package/dist/types-ts4.5/i18n/sr_YR.d.ts +2 -17
- package/dist/types-ts4.5/i18n/sv.d.ts +2 -17
- package/dist/types-ts4.5/i18n/th.d.ts +2 -17
- package/dist/types-ts4.5/i18n/tr.d.ts +2 -17
- package/dist/types-ts4.5/i18n/uk.d.ts +2 -17
- package/dist/types-ts4.5/i18n/vi.d.ts +2 -17
- package/dist/types-ts4.5/i18n/zh.d.ts +2 -17
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +2 -17
- package/package.json +7 -7
package/dist/es2019/i18n/sl.js
CHANGED
|
@@ -5,20 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'link-create.page-icon-label': 'Stran',
|
|
12
|
-
'link-create.unknown-error.description': 'Če se to ponavlja, osvežite stran ali se obrnite na <a>podporo družbe Atlassian</a>.',
|
|
13
|
-
'link-create.unknown-error.heading': 'Prišlo je do napake.',
|
|
14
|
-
'linkCreate.CreateConfluencePage.form.site.label': 'Spletno mesto',
|
|
15
|
-
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'Nazaj',
|
|
16
|
-
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'Zavrzi',
|
|
17
|
-
'linkCreate.confirm-dismiss-dialog.modal.description': 'Če zapustite to stran, vaših podatkov ne bo mogoče shraniti.',
|
|
18
|
-
'linkCreate.confirm-dismiss-dialog.modal.title': 'Vaše spremembe ne bodo shranjene',
|
|
19
|
-
'linkCreate.createForm.button.close': 'Zapri',
|
|
20
|
-
'linkCreate.createForm.button.create': 'Ustvari',
|
|
21
|
-
'linkCreate.createForm.button.createAndOpen': 'Ustvari + odpri',
|
|
22
|
-
'linkCreate.form.requiredField.instruction': 'Obvezna polja so označena z zvezdico',
|
|
23
|
-
'linkCreate.modal.heading': 'Ustvari novo'
|
|
24
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-linking-platform-link-create/i18n/sl';
|
|
10
|
+
export default translations;
|
|
@@ -5,20 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'link-create.page-icon-label': 'Stranica',
|
|
12
|
-
'link-create.unknown-error.description': 'Osvežite stranicu ili se obratite <a>Atlassian podršci</a> ako se problem nastavi.',
|
|
13
|
-
'link-create.unknown-error.heading': 'Došlo je do greške.',
|
|
14
|
-
'linkCreate.CreateConfluencePage.form.site.label': 'Sajt',
|
|
15
|
-
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'Nazad',
|
|
16
|
-
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'Odbaci',
|
|
17
|
-
'linkCreate.confirm-dismiss-dialog.modal.description': 'Informacije ne mogu da se sačuvaju ako napustite ovu stranicu.',
|
|
18
|
-
'linkCreate.confirm-dismiss-dialog.modal.title': 'Promene neće biti sačuvane',
|
|
19
|
-
'linkCreate.createForm.button.close': 'Zatvori',
|
|
20
|
-
'linkCreate.createForm.button.create': 'Napravi',
|
|
21
|
-
'linkCreate.createForm.button.createAndOpen': 'Napravi + Otvori',
|
|
22
|
-
'linkCreate.form.requiredField.instruction': 'Obavezni atributi su označeni zvezdicom',
|
|
23
|
-
'linkCreate.modal.heading': 'Napravi novo'
|
|
24
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-linking-platform-link-create/i18n/sr_RS';
|
|
10
|
+
export default translations;
|
|
@@ -5,20 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'link-create.page-icon-label': 'Страница',
|
|
12
|
-
'link-create.unknown-error.description': 'Освежите страницу или се обратите <a>Atlassian подршци</a> ако се проблем настави.',
|
|
13
|
-
'link-create.unknown-error.heading': 'Дошло је до грешке.',
|
|
14
|
-
'linkCreate.CreateConfluencePage.form.site.label': 'Сајт',
|
|
15
|
-
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'Назад',
|
|
16
|
-
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'Одбаци',
|
|
17
|
-
'linkCreate.confirm-dismiss-dialog.modal.description': 'Информације не могу да се сачувају ако напустите ову страницу.',
|
|
18
|
-
'linkCreate.confirm-dismiss-dialog.modal.title': 'Промене неће бити сачуване',
|
|
19
|
-
'linkCreate.createForm.button.close': 'Затвори',
|
|
20
|
-
'linkCreate.createForm.button.create': 'Направи',
|
|
21
|
-
'linkCreate.createForm.button.createAndOpen': 'Направи + Отвори',
|
|
22
|
-
'linkCreate.form.requiredField.instruction': 'Обавезни атрибути су означени звездицом',
|
|
23
|
-
'linkCreate.modal.heading': 'Направите ново'
|
|
24
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-linking-platform-link-create/i18n/sr_YR';
|
|
10
|
+
export default translations;
|
package/dist/es2019/i18n/sv.js
CHANGED
|
@@ -5,20 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'link-create.page-icon-label': 'Sida',
|
|
12
|
-
'link-create.unknown-error.description': 'Uppdatera sidan eller kontakta <a>Atlassians support</a> om problemet kvarstår.',
|
|
13
|
-
'link-create.unknown-error.heading': 'Något gick fel.',
|
|
14
|
-
'linkCreate.CreateConfluencePage.form.site.label': 'Webbplats',
|
|
15
|
-
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'Gå tillbaka',
|
|
16
|
-
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'Kassera',
|
|
17
|
-
'linkCreate.confirm-dismiss-dialog.modal.description': 'Vi kan inte spara din information om du lämnar den här sidan.',
|
|
18
|
-
'linkCreate.confirm-dismiss-dialog.modal.title': 'Dina ändringar kommer inte att sparas',
|
|
19
|
-
'linkCreate.createForm.button.close': 'Stäng',
|
|
20
|
-
'linkCreate.createForm.button.create': 'Skapa',
|
|
21
|
-
'linkCreate.createForm.button.createAndOpen': 'Skapa + Öppna',
|
|
22
|
-
'linkCreate.form.requiredField.instruction': 'Obligatoriska fält är markerade med en asterisk',
|
|
23
|
-
'linkCreate.modal.heading': 'Skapa ny'
|
|
24
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-linking-platform-link-create/i18n/sv';
|
|
10
|
+
export default translations;
|
package/dist/es2019/i18n/th.js
CHANGED
|
@@ -5,20 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'link-create.page-icon-label': 'หน้าข้อมูล',
|
|
12
|
-
'link-create.unknown-error.description': 'รีเฟรชหน้าข้อมูล หรือติดต่อฝ่าย <a>สนับสนุน Atlassian</a> หากยังคงมีปัญหานี้เกิดขึ้น',
|
|
13
|
-
'link-create.unknown-error.heading': 'เกิดข้อผิดพลาดบางอย่าง',
|
|
14
|
-
'linkCreate.CreateConfluencePage.form.site.label': 'ไซต์',
|
|
15
|
-
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'ย้อนกลับ',
|
|
16
|
-
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'ละทิ้ง',
|
|
17
|
-
'linkCreate.confirm-dismiss-dialog.modal.description': 'เราจะไม่สามารถบันทึกข้อมูลของคุณได้ หากคุณออกไปจากหน้าข้อมูลนี้',
|
|
18
|
-
'linkCreate.confirm-dismiss-dialog.modal.title': 'การเปลี่ยนแปลงของคุณจะไม่ได้รับการบันทึก',
|
|
19
|
-
'linkCreate.createForm.button.close': 'ปิด',
|
|
20
|
-
'linkCreate.createForm.button.create': 'สร้าง',
|
|
21
|
-
'linkCreate.createForm.button.createAndOpen': 'สร้าง + เปิด',
|
|
22
|
-
'linkCreate.form.requiredField.instruction': 'ช่องที่จำเป็นต้องระบุจะมีเครื่องหมายดอกจัน',
|
|
23
|
-
'linkCreate.modal.heading': 'สร้างใหม่'
|
|
24
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-linking-platform-link-create/i18n/th';
|
|
10
|
+
export default translations;
|
package/dist/es2019/i18n/tr.js
CHANGED
|
@@ -5,20 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'link-create.page-icon-label': 'Sayfa',
|
|
12
|
-
'link-create.unknown-error.description': 'Sayfayı yenileyin veya sorun devam ederse <a>Atlassian Destek</a> ekibiyle iletişime geçin.',
|
|
13
|
-
'link-create.unknown-error.heading': 'Bir hata oluştu.',
|
|
14
|
-
'linkCreate.CreateConfluencePage.form.site.label': 'Site',
|
|
15
|
-
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'Geri dön',
|
|
16
|
-
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'Vazgeç',
|
|
17
|
-
'linkCreate.confirm-dismiss-dialog.modal.description': 'Bu sayfadan ayrılırsanız bilgileriniz kaydedilemez.',
|
|
18
|
-
'linkCreate.confirm-dismiss-dialog.modal.title': 'Değişiklikleriniz kaydedilmeyecek',
|
|
19
|
-
'linkCreate.createForm.button.close': 'Kapat',
|
|
20
|
-
'linkCreate.createForm.button.create': 'Oluştur',
|
|
21
|
-
'linkCreate.createForm.button.createAndOpen': 'Oluştur + Aç',
|
|
22
|
-
'linkCreate.form.requiredField.instruction': 'Gerekli alanlar yıldız işaretiyle belirtilmiştir',
|
|
23
|
-
'linkCreate.modal.heading': 'Yenisini oluşturun'
|
|
24
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-linking-platform-link-create/i18n/tr';
|
|
10
|
+
export default translations;
|
package/dist/es2019/i18n/uk.js
CHANGED
|
@@ -5,20 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'link-create.page-icon-label': 'Сторінка',
|
|
12
|
-
'link-create.unknown-error.description': 'Якщо помилка виникатиме знову, оновіть сторінку або зверніться до <a>служби підтримки Atlassian</a>.',
|
|
13
|
-
'link-create.unknown-error.heading': 'Сталася помилка.',
|
|
14
|
-
'linkCreate.CreateConfluencePage.form.site.label': 'Сайт',
|
|
15
|
-
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'Назад',
|
|
16
|
-
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'Скасувати',
|
|
17
|
-
'linkCreate.confirm-dismiss-dialog.modal.description': 'Ми не зможемо зберегти вашу інформацію, якщо ви закриєте цю сторінку.',
|
|
18
|
-
'linkCreate.confirm-dismiss-dialog.modal.title': 'Ваші зміни не будуть збережені',
|
|
19
|
-
'linkCreate.createForm.button.close': 'Закрити',
|
|
20
|
-
'linkCreate.createForm.button.create': 'Створити',
|
|
21
|
-
'linkCreate.createForm.button.createAndOpen': 'Створити й відкрити',
|
|
22
|
-
'linkCreate.form.requiredField.instruction': 'Обов’язкові поля позначені зірочкою',
|
|
23
|
-
'linkCreate.modal.heading': 'Створення'
|
|
24
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-linking-platform-link-create/i18n/uk';
|
|
10
|
+
export default translations;
|
package/dist/es2019/i18n/vi.js
CHANGED
|
@@ -5,20 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'link-create.page-icon-label': 'Trang',
|
|
12
|
-
'link-create.unknown-error.description': 'Làm mới trang hoặc liên hệ với <a>Bộ phận hỗ trợ Atlassian</a> nếu sự cố này vẫn tiếp diễn.',
|
|
13
|
-
'link-create.unknown-error.heading': 'Đã xảy ra lỗi.',
|
|
14
|
-
'linkCreate.CreateConfluencePage.form.site.label': 'Trang',
|
|
15
|
-
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'Quay lại',
|
|
16
|
-
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'Hủy bỏ',
|
|
17
|
-
'linkCreate.confirm-dismiss-dialog.modal.description': 'Chúng tôi không lưu được thông tin của bạn nếu bạn rời khỏi trang này.',
|
|
18
|
-
'linkCreate.confirm-dismiss-dialog.modal.title': 'Thay đổi của bạn sẽ không được lưu',
|
|
19
|
-
'linkCreate.createForm.button.close': 'Đóng',
|
|
20
|
-
'linkCreate.createForm.button.create': 'Tạo',
|
|
21
|
-
'linkCreate.createForm.button.createAndOpen': 'Tạo + Mở',
|
|
22
|
-
'linkCreate.form.requiredField.instruction': 'Các trường bắt buộc được đánh dấu bằng dấu sao',
|
|
23
|
-
'linkCreate.modal.heading': 'Tạo mới'
|
|
24
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-linking-platform-link-create/i18n/vi';
|
|
10
|
+
export default translations;
|
package/dist/es2019/i18n/zh.js
CHANGED
|
@@ -5,20 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'link-create.page-icon-label': '页面',
|
|
12
|
-
'link-create.unknown-error.description': '如果此问题依然存在,请刷新页面或联系 <a>Atlassian 支持团队</a>。',
|
|
13
|
-
'link-create.unknown-error.heading': '出错了。',
|
|
14
|
-
'linkCreate.CreateConfluencePage.form.site.label': '站点',
|
|
15
|
-
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': '返回',
|
|
16
|
-
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': '放弃',
|
|
17
|
-
'linkCreate.confirm-dismiss-dialog.modal.description': '如果您离开此页面,我们将无法保存您的信息。',
|
|
18
|
-
'linkCreate.confirm-dismiss-dialog.modal.title': '您的更改将不会保存',
|
|
19
|
-
'linkCreate.createForm.button.close': '关闭',
|
|
20
|
-
'linkCreate.createForm.button.create': '创建',
|
|
21
|
-
'linkCreate.createForm.button.createAndOpen': '创建 + 打开',
|
|
22
|
-
'linkCreate.form.requiredField.instruction': '必填字段标有星号',
|
|
23
|
-
'linkCreate.modal.heading': '新建'
|
|
24
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-linking-platform-link-create/i18n/zh';
|
|
10
|
+
export default translations;
|
|
@@ -5,20 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'link-create.page-icon-label': '頁面',
|
|
12
|
-
'link-create.unknown-error.description': '請重新整理頁面,如果持續發生錯誤,請連絡 <a>Atlassian 支援人員</a>。',
|
|
13
|
-
'link-create.unknown-error.heading': '發生錯誤。',
|
|
14
|
-
'linkCreate.CreateConfluencePage.form.site.label': '網站',
|
|
15
|
-
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': '返回',
|
|
16
|
-
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': '捨棄',
|
|
17
|
-
'linkCreate.confirm-dismiss-dialog.modal.description': '如果您離開此頁面,我們將無法儲存您的資訊。',
|
|
18
|
-
'linkCreate.confirm-dismiss-dialog.modal.title': '您的變更將不會儲存',
|
|
19
|
-
'linkCreate.createForm.button.close': '關閉',
|
|
20
|
-
'linkCreate.createForm.button.create': '建立',
|
|
21
|
-
'linkCreate.createForm.button.createAndOpen': '建立 + 開啟',
|
|
22
|
-
'linkCreate.form.requiredField.instruction': '必填欄位標有星號',
|
|
23
|
-
'linkCreate.modal.heading': '新建'
|
|
24
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-linking-platform-link-create/i18n/zh_TW';
|
|
10
|
+
export default translations;
|
|
@@ -10,7 +10,7 @@ export var CREATE_FORM_MIN_HEIGHT_IN_PX = '200';
|
|
|
10
10
|
export var LINK_CREATE_FORM_POST_CREATE_FIELD = '__post_create__';
|
|
11
11
|
export var PACKAGE_DATA = {
|
|
12
12
|
packageName: "@atlaskit/link-create" || '',
|
|
13
|
-
packageVersion: "5.2.
|
|
13
|
+
packageVersion: "5.2.1" || '',
|
|
14
14
|
component: COMPONENT_NAME,
|
|
15
15
|
componentName: COMPONENT_NAME
|
|
16
16
|
};
|
|
@@ -3,35 +3,34 @@ import _regeneratorRuntime from "@babel/runtime/regenerator";
|
|
|
3
3
|
function _tsRewriteRelativeImportExtensions(t, e) { return "string" == typeof t && /^\.\.?\//.test(t) ? t.replace(/\.(tsx)$|((?:\.d)?)((?:\.[^./]+)?)\.([cm]?)ts$/i, function (t, s, r, n, o) { return s ? e ? ".jsx" : ".js" : !r || n && o ? r + n + "." + o.toLowerCase() + "js" : t; }) : t; }
|
|
4
4
|
export var fetchMessagesForLocale = /*#__PURE__*/function () {
|
|
5
5
|
var _ref = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee(locale) {
|
|
6
|
-
var messages, parentLocale, _messages;
|
|
7
|
-
return _regeneratorRuntime.wrap(function
|
|
6
|
+
var messages, parentLocale, _messages, _t, _t2;
|
|
7
|
+
return _regeneratorRuntime.wrap(function (_context) {
|
|
8
8
|
while (1) switch (_context.prev = _context.next) {
|
|
9
9
|
case 0:
|
|
10
10
|
_context.prev = 0;
|
|
11
|
-
_context.next =
|
|
11
|
+
_context.next = 1;
|
|
12
12
|
return import( /* webpackChunkName: "@atlaskit-internal_@atlassian/link-create-confluence-i18n-[request]" */_tsRewriteRelativeImportExtensions(_tsRewriteRelativeImportExtensions("../../../i18n/".concat(locale.replace('-', '_')))));
|
|
13
|
-
case
|
|
13
|
+
case 1:
|
|
14
14
|
messages = _context.sent;
|
|
15
15
|
return _context.abrupt("return", messages.default);
|
|
16
|
-
case
|
|
17
|
-
_context.prev =
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
_context.prev = 9;
|
|
16
|
+
case 2:
|
|
17
|
+
_context.prev = 2;
|
|
18
|
+
_t = _context["catch"](0);
|
|
19
|
+
_context.prev = 3;
|
|
21
20
|
parentLocale = locale.split(/[-_]/)[0];
|
|
22
|
-
_context.next =
|
|
21
|
+
_context.next = 4;
|
|
23
22
|
return import( /* webpackChunkName: "@atlaskit-internal_@atlassian/link-create-confluence-i18n-[request]" */_tsRewriteRelativeImportExtensions(_tsRewriteRelativeImportExtensions("../../../i18n/".concat(parentLocale))));
|
|
24
|
-
case
|
|
23
|
+
case 4:
|
|
25
24
|
_messages = _context.sent;
|
|
26
25
|
return _context.abrupt("return", _messages.default);
|
|
27
|
-
case
|
|
28
|
-
_context.prev =
|
|
29
|
-
|
|
30
|
-
case
|
|
26
|
+
case 5:
|
|
27
|
+
_context.prev = 5;
|
|
28
|
+
_t2 = _context["catch"](3);
|
|
29
|
+
case 6:
|
|
31
30
|
case "end":
|
|
32
31
|
return _context.stop();
|
|
33
32
|
}
|
|
34
|
-
}, _callee, null, [[0,
|
|
33
|
+
}, _callee, null, [[0, 2], [3, 5]]);
|
|
35
34
|
}));
|
|
36
35
|
return function fetchMessagesForLocale(_x) {
|
|
37
36
|
return _ref.apply(this, arguments);
|
|
@@ -23,7 +23,7 @@ var LinkCreateCallbackProvider = function LinkCreateCallbackProvider(_ref) {
|
|
|
23
23
|
onCreate: function () {
|
|
24
24
|
var _onCreate2 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee(result) {
|
|
25
25
|
var objectId, objectType;
|
|
26
|
-
return _regeneratorRuntime.wrap(function
|
|
26
|
+
return _regeneratorRuntime.wrap(function (_context) {
|
|
27
27
|
while (1) switch (_context.prev = _context.next) {
|
|
28
28
|
case 0:
|
|
29
29
|
/**
|
|
@@ -37,12 +37,12 @@ var LinkCreateCallbackProvider = function LinkCreateCallbackProvider(_ref) {
|
|
|
37
37
|
objectType: objectType
|
|
38
38
|
})).fire(ANALYTICS_CHANNEL);
|
|
39
39
|
if (!_onCreate) {
|
|
40
|
-
_context.next =
|
|
40
|
+
_context.next = 1;
|
|
41
41
|
break;
|
|
42
42
|
}
|
|
43
|
-
_context.next =
|
|
43
|
+
_context.next = 1;
|
|
44
44
|
return _onCreate(result);
|
|
45
|
-
case
|
|
45
|
+
case 1:
|
|
46
46
|
case "end":
|
|
47
47
|
return _context.stop();
|
|
48
48
|
}
|
|
@@ -59,7 +59,7 @@ var LinkCreateCallbackProvider = function LinkCreateCallbackProvider(_ref) {
|
|
|
59
59
|
return {
|
|
60
60
|
onFailure: function () {
|
|
61
61
|
var _onFailure2 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee2(error) {
|
|
62
|
-
return _regeneratorRuntime.wrap(function
|
|
62
|
+
return _regeneratorRuntime.wrap(function (_context2) {
|
|
63
63
|
while (1) switch (_context2.prev = _context2.next) {
|
|
64
64
|
case 0:
|
|
65
65
|
createAnalyticsEvent(createEventPayload('track.object.createFailed.linkCreate', {
|
|
@@ -67,7 +67,7 @@ var LinkCreateCallbackProvider = function LinkCreateCallbackProvider(_ref) {
|
|
|
67
67
|
})).fire(ANALYTICS_CHANNEL);
|
|
68
68
|
experience === null || experience === void 0 || experience.failure(error);
|
|
69
69
|
_onFailure && _onFailure(error);
|
|
70
|
-
case
|
|
70
|
+
case 1:
|
|
71
71
|
case "end":
|
|
72
72
|
return _context2.stop();
|
|
73
73
|
}
|
package/dist/esm/i18n/cs.js
CHANGED
|
@@ -5,20 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'link-create.page-icon-label': 'Stránka',
|
|
12
|
-
'link-create.unknown-error.description': 'Obnovte stránku nebo, pokud problém přetrvává, kontaktujte <a>podporu Atlassian</a>.',
|
|
13
|
-
'link-create.unknown-error.heading': 'Něco se pokazilo.',
|
|
14
|
-
'linkCreate.CreateConfluencePage.form.site.label': 'Web',
|
|
15
|
-
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'Přejít zpět',
|
|
16
|
-
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'Zahodit',
|
|
17
|
-
'linkCreate.confirm-dismiss-dialog.modal.description': 'Pokud z této stránky odejdete, nebudeme moci uložit vaše informace.',
|
|
18
|
-
'linkCreate.confirm-dismiss-dialog.modal.title': 'Vaše změny se neuloží',
|
|
19
|
-
'linkCreate.createForm.button.close': 'Zavřít',
|
|
20
|
-
'linkCreate.createForm.button.create': 'Vytvořit',
|
|
21
|
-
'linkCreate.createForm.button.createAndOpen': 'Vytvořit + Otevřít',
|
|
22
|
-
'linkCreate.form.requiredField.instruction': 'Povinná pole jsou označena hvězdičkou.',
|
|
23
|
-
'linkCreate.modal.heading': 'Vytvořit novou položku'
|
|
24
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-linking-platform-link-create/i18n/cs';
|
|
10
|
+
export default translations;
|
package/dist/esm/i18n/da.js
CHANGED
|
@@ -5,20 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'link-create.page-icon-label': 'Side',
|
|
12
|
-
'link-create.unknown-error.description': 'Opdater siden, eller kontakt <a>Atlassian-support</a>, hvis det bliver ved med at ske.',
|
|
13
|
-
'link-create.unknown-error.heading': 'Noget gik galt.',
|
|
14
|
-
'linkCreate.CreateConfluencePage.form.site.label': 'Website',
|
|
15
|
-
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'Gå tilbage',
|
|
16
|
-
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'Kassér',
|
|
17
|
-
'linkCreate.confirm-dismiss-dialog.modal.description': 'Vi kan ikke gemme dine oplysninger, hvis du forlader siden.',
|
|
18
|
-
'linkCreate.confirm-dismiss-dialog.modal.title': 'Dine ændringer gemmes ikke',
|
|
19
|
-
'linkCreate.createForm.button.close': 'Luk',
|
|
20
|
-
'linkCreate.createForm.button.create': 'Opret',
|
|
21
|
-
'linkCreate.createForm.button.createAndOpen': 'Opret + Åbn',
|
|
22
|
-
'linkCreate.form.requiredField.instruction': 'Påkrævede felter er markeret med en stjerne',
|
|
23
|
-
'linkCreate.modal.heading': 'Opret ny'
|
|
24
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-linking-platform-link-create/i18n/da';
|
|
10
|
+
export default translations;
|
package/dist/esm/i18n/de.js
CHANGED
|
@@ -5,20 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'link-create.page-icon-label': 'Seite',
|
|
12
|
-
'link-create.unknown-error.description': 'Laden Sie die Seite erneut oder wenden Sie sich an den <a>Atlassian Support</a>, falls das Problem weiterhin besteht.',
|
|
13
|
-
'link-create.unknown-error.heading': 'Irgendetwas ist schiefgelaufen.',
|
|
14
|
-
'linkCreate.CreateConfluencePage.form.site.label': 'Site',
|
|
15
|
-
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'Zurück',
|
|
16
|
-
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'Verwerfen',
|
|
17
|
-
'linkCreate.confirm-dismiss-dialog.modal.description': 'Ihre Informationen können nicht gespeichert werden, wenn Sie diese Seite verlassen.',
|
|
18
|
-
'linkCreate.confirm-dismiss-dialog.modal.title': 'Ihre Änderungen werden nicht gespeichert',
|
|
19
|
-
'linkCreate.createForm.button.close': 'Schließen',
|
|
20
|
-
'linkCreate.createForm.button.create': 'Erstellen',
|
|
21
|
-
'linkCreate.createForm.button.createAndOpen': 'Erstellen + Öffnen',
|
|
22
|
-
'linkCreate.form.requiredField.instruction': 'Pflichtfelder sind mit einem Sternchen markiert.',
|
|
23
|
-
'linkCreate.modal.heading': 'Neu erstellen'
|
|
24
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-linking-platform-link-create/i18n/de';
|
|
10
|
+
export default translations;
|
package/dist/esm/i18n/en.js
CHANGED
|
@@ -5,20 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'link-create.page-icon-label': 'Page',
|
|
12
|
-
'link-create.unknown-error.description': 'Refresh the page, or contact <a>Atlassian Support</a> if this keeps happening.',
|
|
13
|
-
'link-create.unknown-error.heading': 'Something went wrong.',
|
|
14
|
-
'linkCreate.CreateConfluencePage.form.site.label': 'Site',
|
|
15
|
-
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'Go back',
|
|
16
|
-
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'Discard',
|
|
17
|
-
'linkCreate.confirm-dismiss-dialog.modal.description': 'We won’t be able to save your information if you move away from this page.',
|
|
18
|
-
'linkCreate.confirm-dismiss-dialog.modal.title': 'Your changes won’t be saved',
|
|
19
|
-
'linkCreate.createForm.button.close': 'Close',
|
|
20
|
-
'linkCreate.createForm.button.create': 'Create',
|
|
21
|
-
'linkCreate.createForm.button.createAndOpen': 'Create + Open',
|
|
22
|
-
'linkCreate.form.requiredField.instruction': 'Required fields are marked with an asterisk',
|
|
23
|
-
'linkCreate.modal.heading': 'Create new'
|
|
24
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-linking-platform-link-create/i18n/en';
|
|
10
|
+
export default translations;
|
package/dist/esm/i18n/en_GB.js
CHANGED
|
@@ -5,20 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'link-create.page-icon-label': 'Page',
|
|
12
|
-
'link-create.unknown-error.description': 'Refresh the page, or contact <a>Atlassian Support</a> if this keeps happening.',
|
|
13
|
-
'link-create.unknown-error.heading': 'Something went wrong.',
|
|
14
|
-
'linkCreate.CreateConfluencePage.form.site.label': 'Site',
|
|
15
|
-
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'Go back',
|
|
16
|
-
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'Discard',
|
|
17
|
-
'linkCreate.confirm-dismiss-dialog.modal.description': 'We won’t be able to save your information if you move away from this page.',
|
|
18
|
-
'linkCreate.confirm-dismiss-dialog.modal.title': 'Your changes won’t be saved',
|
|
19
|
-
'linkCreate.createForm.button.close': 'Close',
|
|
20
|
-
'linkCreate.createForm.button.create': 'Create',
|
|
21
|
-
'linkCreate.createForm.button.createAndOpen': 'Create + Open',
|
|
22
|
-
'linkCreate.form.requiredField.instruction': 'Required fields are marked with an asterisk',
|
|
23
|
-
'linkCreate.modal.heading': 'Create new'
|
|
24
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-linking-platform-link-create/i18n/en_GB';
|
|
10
|
+
export default translations;
|
package/dist/esm/i18n/en_ZZ.js
CHANGED
|
@@ -5,20 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'link-create.page-icon-label': 'Page',
|
|
12
|
-
'link-create.unknown-error.description': 'Refresh the page, or contact <a>Atlassian Support</a> if this keeps happening.',
|
|
13
|
-
'link-create.unknown-error.heading': 'Something went wrong.',
|
|
14
|
-
'linkCreate.CreateConfluencePage.form.site.label': 'Site',
|
|
15
|
-
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'Go back',
|
|
16
|
-
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'Discard',
|
|
17
|
-
'linkCreate.confirm-dismiss-dialog.modal.description': 'We won’t be able to save your information if you move away from this page.',
|
|
18
|
-
'linkCreate.confirm-dismiss-dialog.modal.title': 'Your changes won’t be saved',
|
|
19
|
-
'linkCreate.createForm.button.close': 'Close',
|
|
20
|
-
'linkCreate.createForm.button.create': 'Create',
|
|
21
|
-
'linkCreate.createForm.button.createAndOpen': 'Create + Open',
|
|
22
|
-
'linkCreate.form.requiredField.instruction': 'Required fields are marked with an asterisk',
|
|
23
|
-
'linkCreate.modal.heading': 'Create new'
|
|
24
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-linking-platform-link-create/i18n/en_ZZ';
|
|
10
|
+
export default translations;
|
package/dist/esm/i18n/es.js
CHANGED
|
@@ -5,20 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'link-create.page-icon-label': 'Página',
|
|
12
|
-
'link-create.unknown-error.description': 'Actualiza la página o ponte en contacto con el <a>soporte de Atlassian</a> si sigue ocurriendo.',
|
|
13
|
-
'link-create.unknown-error.heading': 'Algo ha ido mal.',
|
|
14
|
-
'linkCreate.CreateConfluencePage.form.site.label': 'Sitio',
|
|
15
|
-
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'Volver',
|
|
16
|
-
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'Descartar',
|
|
17
|
-
'linkCreate.confirm-dismiss-dialog.modal.description': 'No podremos guardar tu información si sales de esta página.',
|
|
18
|
-
'linkCreate.confirm-dismiss-dialog.modal.title': 'Tus cambios no se guardarán',
|
|
19
|
-
'linkCreate.createForm.button.close': 'Cerrar',
|
|
20
|
-
'linkCreate.createForm.button.create': 'Crear',
|
|
21
|
-
'linkCreate.createForm.button.createAndOpen': 'Crear + Abrir',
|
|
22
|
-
'linkCreate.form.requiredField.instruction': 'Los campos obligatorios están marcados con un asterisco',
|
|
23
|
-
'linkCreate.modal.heading': 'Crear nuevo'
|
|
24
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-linking-platform-link-create/i18n/es';
|
|
10
|
+
export default translations;
|
package/dist/esm/i18n/fi.js
CHANGED
|
@@ -5,20 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'link-create.page-icon-label': 'Sivu',
|
|
12
|
-
'link-create.unknown-error.description': 'Päivitä sivu tai ota yhteyttä <a>Atlassian-tukeen</a>, jos ongelmat jatkuvat.',
|
|
13
|
-
'link-create.unknown-error.heading': 'Jotain meni pieleen.',
|
|
14
|
-
'linkCreate.CreateConfluencePage.form.site.label': 'Sivusto',
|
|
15
|
-
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'Siirry takaisin',
|
|
16
|
-
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'Hylkää',
|
|
17
|
-
'linkCreate.confirm-dismiss-dialog.modal.description': 'Emme voi tallentaa tietojasi, jos poistut tältä sivulta.',
|
|
18
|
-
'linkCreate.confirm-dismiss-dialog.modal.title': 'Muutoksiasi ei tallenneta',
|
|
19
|
-
'linkCreate.createForm.button.close': 'Sulje',
|
|
20
|
-
'linkCreate.createForm.button.create': 'Luo',
|
|
21
|
-
'linkCreate.createForm.button.createAndOpen': 'Luo ja avaa',
|
|
22
|
-
'linkCreate.form.requiredField.instruction': 'Pakolliset kentät on merkitty tähdellä',
|
|
23
|
-
'linkCreate.modal.heading': 'Luo uusi'
|
|
24
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-linking-platform-link-create/i18n/fi';
|
|
10
|
+
export default translations;
|
package/dist/esm/i18n/fr.js
CHANGED
|
@@ -5,20 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'link-create.page-icon-label': 'Page',
|
|
12
|
-
'link-create.unknown-error.description': 'Actualisez la page ou contactez le <a>support Atlassian</a> si le problème se reproduit.',
|
|
13
|
-
'link-create.unknown-error.heading': "Une erreur s'est produite.",
|
|
14
|
-
'linkCreate.CreateConfluencePage.form.site.label': 'Site',
|
|
15
|
-
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'Retour',
|
|
16
|
-
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'Ignorer',
|
|
17
|
-
'linkCreate.confirm-dismiss-dialog.modal.description': 'Nous ne pourrons pas enregistrer vos informations si vous quittez cette page.',
|
|
18
|
-
'linkCreate.confirm-dismiss-dialog.modal.title': 'Vos changements ne seront pas enregistrés',
|
|
19
|
-
'linkCreate.createForm.button.close': 'Fermer',
|
|
20
|
-
'linkCreate.createForm.button.create': 'Créer',
|
|
21
|
-
'linkCreate.createForm.button.createAndOpen': 'Créer + Ouvrir',
|
|
22
|
-
'linkCreate.form.requiredField.instruction': "Les champs obligatoires sont marqués d'un astérisque",
|
|
23
|
-
'linkCreate.modal.heading': 'Créer'
|
|
24
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-linking-platform-link-create/i18n/fr';
|
|
10
|
+
export default translations;
|
package/dist/esm/i18n/hr.js
CHANGED
|
@@ -5,20 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'link-create.page-icon-label': 'Stranica',
|
|
12
|
-
'link-create.unknown-error.description': 'Osvježi stranicu ili kontaktiraj <a>Atlassian podršku</a> ako se to nastavi događati.',
|
|
13
|
-
'link-create.unknown-error.heading': 'Nešto nije u redu.',
|
|
14
|
-
'linkCreate.CreateConfluencePage.form.site.label': 'Web-mjesto',
|
|
15
|
-
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'Idi natrag',
|
|
16
|
-
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'Odbaci',
|
|
17
|
-
'linkCreate.confirm-dismiss-dialog.modal.description': 'Nećemo moći spremiti tvoje podatke ako napustiš ovu stranicu.',
|
|
18
|
-
'linkCreate.confirm-dismiss-dialog.modal.title': 'Tvoje promjene neće biti spremljene',
|
|
19
|
-
'linkCreate.createForm.button.close': 'Zatvori',
|
|
20
|
-
'linkCreate.createForm.button.create': 'Izradi',
|
|
21
|
-
'linkCreate.createForm.button.createAndOpen': 'Izradi + Otvori',
|
|
22
|
-
'linkCreate.form.requiredField.instruction': 'Obavezna polja označena su zvjezdicom',
|
|
23
|
-
'linkCreate.modal.heading': 'Izradi novi'
|
|
24
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-linking-platform-link-create/i18n/hr';
|
|
10
|
+
export default translations;
|