@atlaskit/link-create 0.7.1 → 0.8.1

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.
Files changed (145) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/cjs/common/utils/locale/fetch-messages-for-locale.js +64 -0
  3. package/dist/cjs/i18n/cs.js +22 -0
  4. package/dist/cjs/i18n/da.js +22 -0
  5. package/dist/cjs/i18n/de.js +22 -0
  6. package/dist/cjs/i18n/en.js +22 -0
  7. package/dist/cjs/i18n/en_GB.js +22 -0
  8. package/dist/cjs/i18n/en_ZZ.js +22 -0
  9. package/dist/cjs/i18n/es.js +22 -0
  10. package/dist/cjs/i18n/fi.js +22 -0
  11. package/dist/cjs/i18n/fr.js +22 -0
  12. package/dist/cjs/i18n/hu.js +22 -0
  13. package/dist/cjs/i18n/it.js +22 -0
  14. package/dist/cjs/i18n/ja.js +22 -0
  15. package/dist/cjs/i18n/ko.js +22 -0
  16. package/dist/cjs/i18n/nb.js +22 -0
  17. package/dist/cjs/i18n/nl.js +22 -0
  18. package/dist/cjs/i18n/pl.js +22 -0
  19. package/dist/cjs/i18n/pt_BR.js +22 -0
  20. package/dist/cjs/i18n/ru.js +22 -0
  21. package/dist/cjs/i18n/sv.js +22 -0
  22. package/dist/cjs/i18n/th.js +22 -0
  23. package/dist/cjs/i18n/tr.js +22 -0
  24. package/dist/cjs/i18n/uk.js +22 -0
  25. package/dist/cjs/i18n/vi.js +22 -0
  26. package/dist/cjs/i18n/zh.js +22 -0
  27. package/dist/cjs/i18n/zh_TW.js +22 -0
  28. package/dist/cjs/index.js +0 -13
  29. package/dist/cjs/ui/main.js +7 -1
  30. package/dist/cjs/version.json +1 -1
  31. package/dist/es2019/common/utils/locale/fetch-messages-for-locale.js +21 -0
  32. package/dist/es2019/i18n/cs.js +15 -0
  33. package/dist/es2019/i18n/da.js +15 -0
  34. package/dist/es2019/i18n/de.js +15 -0
  35. package/dist/es2019/i18n/en.js +15 -0
  36. package/dist/es2019/i18n/en_GB.js +15 -0
  37. package/dist/es2019/i18n/en_ZZ.js +15 -0
  38. package/dist/es2019/i18n/es.js +15 -0
  39. package/dist/es2019/i18n/fi.js +15 -0
  40. package/dist/es2019/i18n/fr.js +15 -0
  41. package/dist/es2019/i18n/hu.js +15 -0
  42. package/dist/es2019/i18n/it.js +15 -0
  43. package/dist/es2019/i18n/ja.js +15 -0
  44. package/dist/es2019/i18n/ko.js +15 -0
  45. package/dist/es2019/i18n/nb.js +15 -0
  46. package/dist/es2019/i18n/nl.js +15 -0
  47. package/dist/es2019/i18n/pl.js +15 -0
  48. package/dist/es2019/i18n/pt_BR.js +15 -0
  49. package/dist/es2019/i18n/ru.js +15 -0
  50. package/dist/es2019/i18n/sv.js +15 -0
  51. package/dist/es2019/i18n/th.js +15 -0
  52. package/dist/es2019/i18n/tr.js +15 -0
  53. package/dist/es2019/i18n/uk.js +15 -0
  54. package/dist/es2019/i18n/vi.js +15 -0
  55. package/dist/es2019/i18n/zh.js +15 -0
  56. package/dist/es2019/i18n/zh_TW.js +15 -0
  57. package/dist/es2019/index.js +1 -2
  58. package/dist/es2019/ui/main.js +7 -1
  59. package/dist/es2019/version.json +1 -1
  60. package/dist/esm/common/utils/locale/fetch-messages-for-locale.js +41 -0
  61. package/dist/esm/i18n/cs.js +15 -0
  62. package/dist/esm/i18n/da.js +15 -0
  63. package/dist/esm/i18n/de.js +15 -0
  64. package/dist/esm/i18n/en.js +15 -0
  65. package/dist/esm/i18n/en_GB.js +15 -0
  66. package/dist/esm/i18n/en_ZZ.js +15 -0
  67. package/dist/esm/i18n/es.js +15 -0
  68. package/dist/esm/i18n/fi.js +15 -0
  69. package/dist/esm/i18n/fr.js +15 -0
  70. package/dist/esm/i18n/hu.js +15 -0
  71. package/dist/esm/i18n/it.js +15 -0
  72. package/dist/esm/i18n/ja.js +15 -0
  73. package/dist/esm/i18n/ko.js +15 -0
  74. package/dist/esm/i18n/nb.js +15 -0
  75. package/dist/esm/i18n/nl.js +15 -0
  76. package/dist/esm/i18n/pl.js +15 -0
  77. package/dist/esm/i18n/pt_BR.js +15 -0
  78. package/dist/esm/i18n/ru.js +15 -0
  79. package/dist/esm/i18n/sv.js +15 -0
  80. package/dist/esm/i18n/th.js +15 -0
  81. package/dist/esm/i18n/tr.js +15 -0
  82. package/dist/esm/i18n/uk.js +15 -0
  83. package/dist/esm/i18n/vi.js +15 -0
  84. package/dist/esm/i18n/zh.js +15 -0
  85. package/dist/esm/i18n/zh_TW.js +15 -0
  86. package/dist/esm/index.js +1 -2
  87. package/dist/esm/ui/main.js +7 -1
  88. package/dist/esm/version.json +1 -1
  89. package/dist/types/common/utils/locale/fetch-messages-for-locale.d.ts +2 -0
  90. package/dist/types/i18n/cs.d.ts +14 -0
  91. package/dist/types/i18n/da.d.ts +14 -0
  92. package/dist/types/i18n/de.d.ts +14 -0
  93. package/dist/types/i18n/en.d.ts +14 -0
  94. package/dist/types/i18n/en_GB.d.ts +14 -0
  95. package/dist/types/i18n/en_ZZ.d.ts +14 -0
  96. package/dist/types/i18n/es.d.ts +14 -0
  97. package/dist/types/i18n/fi.d.ts +14 -0
  98. package/dist/types/i18n/fr.d.ts +14 -0
  99. package/dist/types/i18n/hu.d.ts +14 -0
  100. package/dist/types/i18n/it.d.ts +14 -0
  101. package/dist/types/i18n/ja.d.ts +14 -0
  102. package/dist/types/i18n/ko.d.ts +14 -0
  103. package/dist/types/i18n/nb.d.ts +14 -0
  104. package/dist/types/i18n/nl.d.ts +14 -0
  105. package/dist/types/i18n/pl.d.ts +14 -0
  106. package/dist/types/i18n/pt_BR.d.ts +14 -0
  107. package/dist/types/i18n/ru.d.ts +14 -0
  108. package/dist/types/i18n/sv.d.ts +14 -0
  109. package/dist/types/i18n/th.d.ts +14 -0
  110. package/dist/types/i18n/tr.d.ts +14 -0
  111. package/dist/types/i18n/uk.d.ts +14 -0
  112. package/dist/types/i18n/vi.d.ts +14 -0
  113. package/dist/types/i18n/zh.d.ts +14 -0
  114. package/dist/types/i18n/zh_TW.d.ts +14 -0
  115. package/dist/types/index.d.ts +0 -1
  116. package/dist/types-ts4.5/common/utils/locale/fetch-messages-for-locale.d.ts +2 -0
  117. package/dist/types-ts4.5/i18n/cs.d.ts +14 -0
  118. package/dist/types-ts4.5/i18n/da.d.ts +14 -0
  119. package/dist/types-ts4.5/i18n/de.d.ts +14 -0
  120. package/dist/types-ts4.5/i18n/en.d.ts +14 -0
  121. package/dist/types-ts4.5/i18n/en_GB.d.ts +14 -0
  122. package/dist/types-ts4.5/i18n/en_ZZ.d.ts +14 -0
  123. package/dist/types-ts4.5/i18n/es.d.ts +14 -0
  124. package/dist/types-ts4.5/i18n/fi.d.ts +14 -0
  125. package/dist/types-ts4.5/i18n/fr.d.ts +14 -0
  126. package/dist/types-ts4.5/i18n/hu.d.ts +14 -0
  127. package/dist/types-ts4.5/i18n/it.d.ts +14 -0
  128. package/dist/types-ts4.5/i18n/ja.d.ts +14 -0
  129. package/dist/types-ts4.5/i18n/ko.d.ts +14 -0
  130. package/dist/types-ts4.5/i18n/nb.d.ts +14 -0
  131. package/dist/types-ts4.5/i18n/nl.d.ts +14 -0
  132. package/dist/types-ts4.5/i18n/pl.d.ts +14 -0
  133. package/dist/types-ts4.5/i18n/pt_BR.d.ts +14 -0
  134. package/dist/types-ts4.5/i18n/ru.d.ts +14 -0
  135. package/dist/types-ts4.5/i18n/sv.d.ts +14 -0
  136. package/dist/types-ts4.5/i18n/th.d.ts +14 -0
  137. package/dist/types-ts4.5/i18n/tr.d.ts +14 -0
  138. package/dist/types-ts4.5/i18n/uk.d.ts +14 -0
  139. package/dist/types-ts4.5/i18n/vi.d.ts +14 -0
  140. package/dist/types-ts4.5/i18n/zh.d.ts +14 -0
  141. package/dist/types-ts4.5/i18n/zh_TW.d.ts +14 -0
  142. package/dist/types-ts4.5/index.d.ts +0 -1
  143. package/package.json +8 -10
  144. package/report.api.md +0 -18
  145. package/tmp/api-report-tmp.d.ts +0 -18
@@ -0,0 +1,15 @@
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.unknown-error.description': 'Laden Sie die Seite erneut oder wenden Sie sich an den <a>Atlassian Support</a>, falls das Problem weiterhin besteht.',
11
+ 'link-create.unknown-error.heading': 'Etwas ist schiefgelaufen',
12
+ 'linkCreate.createForm.button.close': 'Schließen',
13
+ 'linkCreate.createForm.button.create': 'Erstellen',
14
+ 'linkCreate.modal.heading': 'Neu erstellen'
15
+ };
@@ -0,0 +1,15 @@
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.unknown-error.description': 'Refresh the page, or contact <a>Atlassian Support</a> if this keeps happening.',
11
+ 'link-create.unknown-error.heading': 'Something went wrong',
12
+ 'linkCreate.createForm.button.close': 'Close',
13
+ 'linkCreate.createForm.button.create': 'Create',
14
+ 'linkCreate.modal.heading': 'Create new'
15
+ };
@@ -0,0 +1,15 @@
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.unknown-error.description': 'Refresh the page, or contact <a>Atlassian Support</a> if this keeps happening.',
11
+ 'link-create.unknown-error.heading': 'Something went wrong',
12
+ 'linkCreate.createForm.button.close': 'Close',
13
+ 'linkCreate.createForm.button.create': 'Create',
14
+ 'linkCreate.modal.heading': 'Create new'
15
+ };
@@ -0,0 +1,15 @@
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.unknown-error.description': '⁣⁢Refresh the page, or contact <a>Atlassian Support</a> if this keeps happening.⁠‌؜⁡‍‌⁡؜⁠‌؜⁠⁣⁤',
11
+ 'link-create.unknown-error.heading': '⁣⁢Something went wrong‍‍⁡⁡‌‌⁠⁠‌⁡⁣⁤',
12
+ 'linkCreate.createForm.button.close': '⁣⁢Close‌‌‌⁡‍⁡⁡؜‌‍⁣⁤',
13
+ 'linkCreate.createForm.button.create': '⁣⁢Create‍⁡‌؜⁡؜‍‌‌⁣⁤',
14
+ 'linkCreate.modal.heading': '⁣⁢Create new‌‌⁠⁡؜‌⁠⁠⁣⁤'
15
+ };
@@ -0,0 +1,15 @@
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.unknown-error.description': 'Actualiza la página o ponte en contacto con el <a>soporte de Atlassian</a> si sigue ocurriendo.',
11
+ 'link-create.unknown-error.heading': 'Se ha producido un error',
12
+ 'linkCreate.createForm.button.close': 'Cerrar',
13
+ 'linkCreate.createForm.button.create': 'Crear',
14
+ 'linkCreate.modal.heading': 'Crear nuevo'
15
+ };
@@ -0,0 +1,15 @@
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.unknown-error.description': 'Päivitä sivu tai ota yhteyttä <a>Atlassian-tukeen</a>, jos ongelmat jatkuvat.',
11
+ 'link-create.unknown-error.heading': 'Jokin meni vikaan',
12
+ 'linkCreate.createForm.button.close': 'Sulje',
13
+ 'linkCreate.createForm.button.create': 'Luo',
14
+ 'linkCreate.modal.heading': 'Luo uusi'
15
+ };
@@ -0,0 +1,15 @@
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.unknown-error.description': 'Actualisez la page ou contactez le <a>support Atlassian</a> si le problème se reproduit.',
11
+ 'link-create.unknown-error.heading': 'Une erreur est survenue',
12
+ 'linkCreate.createForm.button.close': 'Fermer',
13
+ 'linkCreate.createForm.button.create': 'Créer',
14
+ 'linkCreate.modal.heading': 'Créer'
15
+ };
@@ -0,0 +1,15 @@
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.unknown-error.description': '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.',
11
+ 'link-create.unknown-error.heading': 'Hiba történt',
12
+ 'linkCreate.createForm.button.close': 'Bezárás',
13
+ 'linkCreate.createForm.button.create': 'Létrehozás',
14
+ 'linkCreate.modal.heading': 'Új létrehozása'
15
+ };
@@ -0,0 +1,15 @@
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.unknown-error.description': "Aggiorna la pagina o, se il problema persiste, contatta l'<a>Assistenza Atlassian</a>.",
11
+ 'link-create.unknown-error.heading': 'Si è verificato un problema',
12
+ 'linkCreate.createForm.button.close': 'Chiudi',
13
+ 'linkCreate.createForm.button.create': 'Crea',
14
+ 'linkCreate.modal.heading': 'Crea nuovo'
15
+ };
@@ -0,0 +1,15 @@
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.unknown-error.description': 'ページを更新してください。問題が解決しない場合は、<a>アトラシアン サポート</a>にお問い合わせください。',
11
+ 'link-create.unknown-error.heading': 'エラーが発生しました',
12
+ 'linkCreate.createForm.button.close': '閉じる',
13
+ 'linkCreate.createForm.button.create': '作成',
14
+ 'linkCreate.modal.heading': '新規作成'
15
+ };
@@ -0,0 +1,15 @@
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.unknown-error.description': '페이지를 새로 고치거나 문제가 계속 발생하는 경우 <a>Atlassian 고객 지원 팀</a>에 문의하세요.',
11
+ 'link-create.unknown-error.heading': '문제가 발생했습니다',
12
+ 'linkCreate.createForm.button.close': '닫기',
13
+ 'linkCreate.createForm.button.create': '만들기',
14
+ 'linkCreate.modal.heading': '새로 만들기'
15
+ };
@@ -0,0 +1,15 @@
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.unknown-error.description': 'Oppdater siden, eller kontakt <a>Atlassian-støtte</a> hvis problemet vedvarer.',
11
+ 'link-create.unknown-error.heading': 'Det oppstod en feil',
12
+ 'linkCreate.createForm.button.close': 'Lukk',
13
+ 'linkCreate.createForm.button.create': 'Opprett',
14
+ 'linkCreate.modal.heading': 'Opprett ny'
15
+ };
@@ -0,0 +1,15 @@
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.unknown-error.description': 'Vernieuw de pagina of neem contact op met <a>Atlassian-support</a> als dit blijft gebeuren.',
11
+ 'link-create.unknown-error.heading': 'Er is iets misgegaan',
12
+ 'linkCreate.createForm.button.close': 'Sluiten',
13
+ 'linkCreate.createForm.button.create': 'Aanmaken',
14
+ 'linkCreate.modal.heading': 'Nieuwe aanmaken'
15
+ };
@@ -0,0 +1,15 @@
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.unknown-error.description': 'Odśwież stronę lub skontaktuj się z <a>działem wsparcia Atlassian</a>, jeśli sytuacja będzie się powtarzać.',
11
+ 'link-create.unknown-error.heading': 'Coś poszło nie tak',
12
+ 'linkCreate.createForm.button.close': 'Zamknij',
13
+ 'linkCreate.createForm.button.create': 'Utwórz',
14
+ 'linkCreate.modal.heading': 'Utwórz nową'
15
+ };
@@ -0,0 +1,15 @@
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.unknown-error.description': 'Atualize a página ou fale com o <a>Suporte da Atlassian</a> se o erro persistir.',
11
+ 'link-create.unknown-error.heading': 'Algo deu errado',
12
+ 'linkCreate.createForm.button.close': 'Fechar',
13
+ 'linkCreate.createForm.button.create': 'Criar',
14
+ 'linkCreate.modal.heading': 'Criar novo'
15
+ };
@@ -0,0 +1,15 @@
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
+ 'link-create.unknown-error.description': 'Обновите страницу и, если проблема возникнет снова, обратитесь в <a>поддержку Atlassian</a>.',
11
+ 'link-create.unknown-error.heading': 'Произошла ошибка',
12
+ 'linkCreate.createForm.button.close': 'Закрыть',
13
+ 'linkCreate.createForm.button.create': 'Создать',
14
+ 'linkCreate.modal.heading': 'Создание'
15
+ };
@@ -0,0 +1,15 @@
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
+ //Swedish
9
+ export default {
10
+ 'link-create.unknown-error.description': 'Uppdatera sidan eller kontakta <a>Atlassians support</a> om problemet kvarstår.',
11
+ 'link-create.unknown-error.heading': 'Något gick fel',
12
+ 'linkCreate.createForm.button.close': 'Stäng',
13
+ 'linkCreate.createForm.button.create': 'Skapa',
14
+ 'linkCreate.modal.heading': 'Skapa ny'
15
+ };
@@ -0,0 +1,15 @@
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
+ //Thai (Thailand)
9
+ export default {
10
+ 'link-create.unknown-error.description': 'รีเฟรชหน้าข้อมูล หรือติดต่อฝ่าย <a>สนับสนุน Atlassian</a> หากยังคงมีปัญหานี้เกิดขึ้น',
11
+ 'link-create.unknown-error.heading': 'เกิดข้อผิดพลาดบางอย่าง',
12
+ 'linkCreate.createForm.button.close': 'ปิด',
13
+ 'linkCreate.createForm.button.create': 'สร้าง',
14
+ 'linkCreate.modal.heading': 'สร้างใหม่'
15
+ };
@@ -0,0 +1,15 @@
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
+ //Turkish (Turkey)
9
+ export default {
10
+ 'link-create.unknown-error.description': 'Sayfayı yenileyin veya sorun devam ederse <a>Atlassian Destek</a> ekibiyle iletişime geçin.',
11
+ 'link-create.unknown-error.heading': 'Bir hata oluştu',
12
+ 'linkCreate.createForm.button.close': 'Kapat',
13
+ 'linkCreate.createForm.button.create': 'Oluştur',
14
+ 'linkCreate.modal.heading': 'Yenisini oluşturun'
15
+ };
@@ -0,0 +1,15 @@
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
+ //Ukrainian (Ukraine)
9
+ export default {
10
+ 'link-create.unknown-error.description': 'Якщо помилка виникатиме знову, оновіть сторінку або зверніться до <a>служби підтримки Atlassian</a>.',
11
+ 'link-create.unknown-error.heading': 'Сталася помилка',
12
+ 'linkCreate.createForm.button.close': 'Закрити',
13
+ 'linkCreate.createForm.button.create': 'Створити',
14
+ 'linkCreate.modal.heading': 'Створення'
15
+ };
@@ -0,0 +1,15 @@
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
+ //Vietnamese (Vietnam)
9
+ export default {
10
+ '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.',
11
+ 'link-create.unknown-error.heading': 'Đã xảy ra lỗi',
12
+ 'linkCreate.createForm.button.close': 'Đóng',
13
+ 'linkCreate.createForm.button.create': 'Tạo',
14
+ 'linkCreate.modal.heading': 'Tạo mới'
15
+ };
@@ -0,0 +1,15 @@
1
+ /* prettier-ignore */
2
+ /**
3
+ * NOTE:
4
+ *
5
+ * This file is automatically generated by Traduki 2.0.
6
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
+ */
8
+ //Chinese (Simplified)
9
+ export default {
10
+ 'link-create.unknown-error.description': '如果此问题依然存在,请刷新页面或联系 <a>Atlassian 支持团队</a>。',
11
+ 'link-create.unknown-error.heading': '出错了',
12
+ 'linkCreate.createForm.button.close': '关闭',
13
+ 'linkCreate.createForm.button.create': '创建',
14
+ 'linkCreate.modal.heading': '新建'
15
+ };
@@ -0,0 +1,15 @@
1
+ /* prettier-ignore */
2
+ /**
3
+ * NOTE:
4
+ *
5
+ * This file is automatically generated by Traduki 2.0.
6
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
+ */
8
+ //Chinese (Traditional)
9
+ export default {
10
+ 'link-create.unknown-error.description': '請重新整理頁面,如果持續發生錯誤,請連絡 <a>Atlassian 支援人員</a>。',
11
+ 'link-create.unknown-error.heading': '發生錯誤',
12
+ 'linkCreate.createForm.button.close': '關閉',
13
+ 'linkCreate.createForm.button.create': '建立',
14
+ 'linkCreate.modal.heading': '新建'
15
+ };
package/dist/esm/index.js CHANGED
@@ -1,3 +1,2 @@
1
1
  export { default, TextField, CreateForm, AsyncSelect, CreateFormLoader } from './ui/index';
2
- export { useLinkCreateCallback, LinkCreateCallbackProvider } from './controllers/callback-context';
3
- export { FormContextProvider, useFormContext } from './controllers/form-context';
2
+ export { useLinkCreateCallback, LinkCreateCallbackProvider } from './controllers/callback-context';
@@ -4,8 +4,11 @@ import _extends from "@babel/runtime/helpers/extends";
4
4
  import { memo } from 'react';
5
5
  import { jsx } from '@emotion/react';
6
6
  import { AnalyticsContext } from '@atlaskit/analytics-next';
7
+ import { IntlMessagesProvider } from '@atlaskit/intl-messages-provider';
7
8
  import { COMPONENT_NAME } from '../common/constants';
8
9
  import { withLinkCreateAnalyticsContext } from '../common/utils/analytics';
10
+ import { fetchMessagesForLocale } from '../common/utils/locale/fetch-messages-for-locale';
11
+ import i18nEN from '../i18n/en';
9
12
  import { name as packageName, version as packageVersion } from '../version.json';
10
13
  import LinkCreate from './link-create';
11
14
  var LinkCreateWithAnalyticsContext = withLinkCreateAnalyticsContext( /*#__PURE__*/memo(function (_ref) {
@@ -21,6 +24,9 @@ export var PACKAGE_DATA = {
21
24
  var ComposedLinkCreate = /*#__PURE__*/memo(function (props) {
22
25
  return jsx(AnalyticsContext, {
23
26
  data: PACKAGE_DATA
24
- }, jsx(LinkCreateWithAnalyticsContext, props));
27
+ }, jsx(IntlMessagesProvider, {
28
+ defaultMessages: i18nEN,
29
+ loaderFn: fetchMessagesForLocale
30
+ }, jsx(LinkCreateWithAnalyticsContext, props)));
25
31
  });
26
32
  export default ComposedLinkCreate;
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/link-create",
3
- "version": "0.7.1",
3
+ "version": "0.8.1",
4
4
  "sideEffects": false
5
5
  }
@@ -0,0 +1,2 @@
1
+ import { I18NMessages } from '@atlaskit/intl-messages-provider';
2
+ export declare const fetchMessagesForLocale: (locale: string) => Promise<I18NMessages | undefined>;
@@ -0,0 +1,14 @@
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.unknown-error.description': string;
9
+ 'link-create.unknown-error.heading': string;
10
+ 'linkCreate.createForm.button.close': string;
11
+ 'linkCreate.createForm.button.create': string;
12
+ 'linkCreate.modal.heading': string;
13
+ };
14
+ export default _default;
@@ -0,0 +1,14 @@
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.unknown-error.description': string;
9
+ 'link-create.unknown-error.heading': string;
10
+ 'linkCreate.createForm.button.close': string;
11
+ 'linkCreate.createForm.button.create': string;
12
+ 'linkCreate.modal.heading': string;
13
+ };
14
+ export default _default;
@@ -0,0 +1,14 @@
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.unknown-error.description': string;
9
+ 'link-create.unknown-error.heading': string;
10
+ 'linkCreate.createForm.button.close': string;
11
+ 'linkCreate.createForm.button.create': string;
12
+ 'linkCreate.modal.heading': string;
13
+ };
14
+ export default _default;
@@ -0,0 +1,14 @@
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.unknown-error.description': string;
9
+ 'link-create.unknown-error.heading': string;
10
+ 'linkCreate.createForm.button.close': string;
11
+ 'linkCreate.createForm.button.create': string;
12
+ 'linkCreate.modal.heading': string;
13
+ };
14
+ export default _default;
@@ -0,0 +1,14 @@
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.unknown-error.description': string;
9
+ 'link-create.unknown-error.heading': string;
10
+ 'linkCreate.createForm.button.close': string;
11
+ 'linkCreate.createForm.button.create': string;
12
+ 'linkCreate.modal.heading': string;
13
+ };
14
+ export default _default;
@@ -0,0 +1,14 @@
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.unknown-error.description': string;
9
+ 'link-create.unknown-error.heading': string;
10
+ 'linkCreate.createForm.button.close': string;
11
+ 'linkCreate.createForm.button.create': string;
12
+ 'linkCreate.modal.heading': string;
13
+ };
14
+ export default _default;
@@ -0,0 +1,14 @@
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.unknown-error.description': string;
9
+ 'link-create.unknown-error.heading': string;
10
+ 'linkCreate.createForm.button.close': string;
11
+ 'linkCreate.createForm.button.create': string;
12
+ 'linkCreate.modal.heading': string;
13
+ };
14
+ export default _default;
@@ -0,0 +1,14 @@
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.unknown-error.description': string;
9
+ 'link-create.unknown-error.heading': string;
10
+ 'linkCreate.createForm.button.close': string;
11
+ 'linkCreate.createForm.button.create': string;
12
+ 'linkCreate.modal.heading': string;
13
+ };
14
+ export default _default;
@@ -0,0 +1,14 @@
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.unknown-error.description': string;
9
+ 'link-create.unknown-error.heading': string;
10
+ 'linkCreate.createForm.button.close': string;
11
+ 'linkCreate.createForm.button.create': string;
12
+ 'linkCreate.modal.heading': string;
13
+ };
14
+ export default _default;
@@ -0,0 +1,14 @@
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.unknown-error.description': string;
9
+ 'link-create.unknown-error.heading': string;
10
+ 'linkCreate.createForm.button.close': string;
11
+ 'linkCreate.createForm.button.create': string;
12
+ 'linkCreate.modal.heading': string;
13
+ };
14
+ export default _default;
@@ -0,0 +1,14 @@
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.unknown-error.description': string;
9
+ 'link-create.unknown-error.heading': string;
10
+ 'linkCreate.createForm.button.close': string;
11
+ 'linkCreate.createForm.button.create': string;
12
+ 'linkCreate.modal.heading': string;
13
+ };
14
+ export default _default;
@@ -0,0 +1,14 @@
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.unknown-error.description': string;
9
+ 'link-create.unknown-error.heading': string;
10
+ 'linkCreate.createForm.button.close': string;
11
+ 'linkCreate.createForm.button.create': string;
12
+ 'linkCreate.modal.heading': string;
13
+ };
14
+ export default _default;
@@ -0,0 +1,14 @@
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.unknown-error.description': string;
9
+ 'link-create.unknown-error.heading': string;
10
+ 'linkCreate.createForm.button.close': string;
11
+ 'linkCreate.createForm.button.create': string;
12
+ 'linkCreate.modal.heading': string;
13
+ };
14
+ export default _default;
@@ -0,0 +1,14 @@
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.unknown-error.description': string;
9
+ 'link-create.unknown-error.heading': string;
10
+ 'linkCreate.createForm.button.close': string;
11
+ 'linkCreate.createForm.button.create': string;
12
+ 'linkCreate.modal.heading': string;
13
+ };
14
+ export default _default;