@atlaskit/link-create 4.0.1 → 4.0.3

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 (115) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/dist/cjs/common/constants.js +1 -1
  3. package/dist/cjs/i18n/cs.js +2 -0
  4. package/dist/cjs/i18n/da.js +2 -0
  5. package/dist/cjs/i18n/de.js +2 -0
  6. package/dist/cjs/i18n/es.js +2 -0
  7. package/dist/cjs/i18n/fi.js +2 -0
  8. package/dist/cjs/i18n/fr.js +2 -0
  9. package/dist/cjs/i18n/hu.js +2 -0
  10. package/dist/cjs/i18n/it.js +2 -0
  11. package/dist/cjs/i18n/ja.js +2 -0
  12. package/dist/cjs/i18n/ko.js +2 -0
  13. package/dist/cjs/i18n/nb.js +2 -0
  14. package/dist/cjs/i18n/nl.js +2 -0
  15. package/dist/cjs/i18n/pl.js +2 -0
  16. package/dist/cjs/i18n/pt_BR.js +2 -0
  17. package/dist/cjs/i18n/ru.js +2 -0
  18. package/dist/cjs/i18n/sv.js +2 -0
  19. package/dist/cjs/i18n/th.js +2 -0
  20. package/dist/cjs/i18n/tr.js +2 -0
  21. package/dist/cjs/i18n/uk.js +2 -0
  22. package/dist/cjs/i18n/vi.js +2 -0
  23. package/dist/cjs/i18n/zh.js +2 -0
  24. package/dist/cjs/i18n/zh_TW.js +2 -0
  25. package/dist/es2019/common/constants.js +1 -1
  26. package/dist/es2019/i18n/cs.js +2 -0
  27. package/dist/es2019/i18n/da.js +2 -0
  28. package/dist/es2019/i18n/de.js +2 -0
  29. package/dist/es2019/i18n/es.js +2 -0
  30. package/dist/es2019/i18n/fi.js +2 -0
  31. package/dist/es2019/i18n/fr.js +2 -0
  32. package/dist/es2019/i18n/hu.js +2 -0
  33. package/dist/es2019/i18n/it.js +2 -0
  34. package/dist/es2019/i18n/ja.js +2 -0
  35. package/dist/es2019/i18n/ko.js +2 -0
  36. package/dist/es2019/i18n/nb.js +2 -0
  37. package/dist/es2019/i18n/nl.js +2 -0
  38. package/dist/es2019/i18n/pl.js +2 -0
  39. package/dist/es2019/i18n/pt_BR.js +2 -0
  40. package/dist/es2019/i18n/ru.js +2 -0
  41. package/dist/es2019/i18n/sv.js +2 -0
  42. package/dist/es2019/i18n/th.js +2 -0
  43. package/dist/es2019/i18n/tr.js +2 -0
  44. package/dist/es2019/i18n/uk.js +2 -0
  45. package/dist/es2019/i18n/vi.js +2 -0
  46. package/dist/es2019/i18n/zh.js +2 -0
  47. package/dist/es2019/i18n/zh_TW.js +2 -0
  48. package/dist/esm/common/constants.js +1 -1
  49. package/dist/esm/i18n/cs.js +2 -0
  50. package/dist/esm/i18n/da.js +2 -0
  51. package/dist/esm/i18n/de.js +2 -0
  52. package/dist/esm/i18n/es.js +2 -0
  53. package/dist/esm/i18n/fi.js +2 -0
  54. package/dist/esm/i18n/fr.js +2 -0
  55. package/dist/esm/i18n/hu.js +2 -0
  56. package/dist/esm/i18n/it.js +2 -0
  57. package/dist/esm/i18n/ja.js +2 -0
  58. package/dist/esm/i18n/ko.js +2 -0
  59. package/dist/esm/i18n/nb.js +2 -0
  60. package/dist/esm/i18n/nl.js +2 -0
  61. package/dist/esm/i18n/pl.js +2 -0
  62. package/dist/esm/i18n/pt_BR.js +2 -0
  63. package/dist/esm/i18n/ru.js +2 -0
  64. package/dist/esm/i18n/sv.js +2 -0
  65. package/dist/esm/i18n/th.js +2 -0
  66. package/dist/esm/i18n/tr.js +2 -0
  67. package/dist/esm/i18n/uk.js +2 -0
  68. package/dist/esm/i18n/vi.js +2 -0
  69. package/dist/esm/i18n/zh.js +2 -0
  70. package/dist/esm/i18n/zh_TW.js +2 -0
  71. package/dist/types/i18n/cs.d.ts +2 -0
  72. package/dist/types/i18n/da.d.ts +2 -0
  73. package/dist/types/i18n/de.d.ts +2 -0
  74. package/dist/types/i18n/es.d.ts +2 -0
  75. package/dist/types/i18n/fi.d.ts +2 -0
  76. package/dist/types/i18n/fr.d.ts +2 -0
  77. package/dist/types/i18n/hu.d.ts +2 -0
  78. package/dist/types/i18n/it.d.ts +2 -0
  79. package/dist/types/i18n/ja.d.ts +2 -0
  80. package/dist/types/i18n/ko.d.ts +2 -0
  81. package/dist/types/i18n/nb.d.ts +2 -0
  82. package/dist/types/i18n/nl.d.ts +2 -0
  83. package/dist/types/i18n/pl.d.ts +2 -0
  84. package/dist/types/i18n/pt_BR.d.ts +2 -0
  85. package/dist/types/i18n/ru.d.ts +2 -0
  86. package/dist/types/i18n/sv.d.ts +2 -0
  87. package/dist/types/i18n/th.d.ts +2 -0
  88. package/dist/types/i18n/tr.d.ts +2 -0
  89. package/dist/types/i18n/uk.d.ts +2 -0
  90. package/dist/types/i18n/vi.d.ts +2 -0
  91. package/dist/types/i18n/zh.d.ts +2 -0
  92. package/dist/types/i18n/zh_TW.d.ts +2 -0
  93. package/dist/types-ts4.5/i18n/cs.d.ts +2 -0
  94. package/dist/types-ts4.5/i18n/da.d.ts +2 -0
  95. package/dist/types-ts4.5/i18n/de.d.ts +2 -0
  96. package/dist/types-ts4.5/i18n/es.d.ts +2 -0
  97. package/dist/types-ts4.5/i18n/fi.d.ts +2 -0
  98. package/dist/types-ts4.5/i18n/fr.d.ts +2 -0
  99. package/dist/types-ts4.5/i18n/hu.d.ts +2 -0
  100. package/dist/types-ts4.5/i18n/it.d.ts +2 -0
  101. package/dist/types-ts4.5/i18n/ja.d.ts +2 -0
  102. package/dist/types-ts4.5/i18n/ko.d.ts +2 -0
  103. package/dist/types-ts4.5/i18n/nb.d.ts +2 -0
  104. package/dist/types-ts4.5/i18n/nl.d.ts +2 -0
  105. package/dist/types-ts4.5/i18n/pl.d.ts +2 -0
  106. package/dist/types-ts4.5/i18n/pt_BR.d.ts +2 -0
  107. package/dist/types-ts4.5/i18n/ru.d.ts +2 -0
  108. package/dist/types-ts4.5/i18n/sv.d.ts +2 -0
  109. package/dist/types-ts4.5/i18n/th.d.ts +2 -0
  110. package/dist/types-ts4.5/i18n/tr.d.ts +2 -0
  111. package/dist/types-ts4.5/i18n/uk.d.ts +2 -0
  112. package/dist/types-ts4.5/i18n/vi.d.ts +2 -0
  113. package/dist/types-ts4.5/i18n/zh.d.ts +2 -0
  114. package/dist/types-ts4.5/i18n/zh_TW.d.ts +2 -0
  115. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @atlaskit/link-create
2
2
 
3
+ ## 4.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#128098](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/128098)
8
+ [`2c7474b012df9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2c7474b012df9) -
9
+ Update slack help channel name
10
+ - Updated dependencies
11
+
12
+ ## 4.0.2
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies
17
+
3
18
  ## 4.0.1
4
19
 
5
20
  ### Patch Changes
@@ -16,7 +16,7 @@ var CREATE_FORM_MIN_HEIGHT_IN_PX = exports.CREATE_FORM_MIN_HEIGHT_IN_PX = '200';
16
16
  var LINK_CREATE_FORM_POST_CREATE_FIELD = exports.LINK_CREATE_FORM_POST_CREATE_FIELD = '__post_create__';
17
17
  var PACKAGE_DATA = exports.PACKAGE_DATA = {
18
18
  packageName: "@atlaskit/link-create" || '',
19
- packageVersion: "4.0.1" || '',
19
+ packageVersion: "4.0.3" || '',
20
20
  component: COMPONENT_NAME,
21
21
  componentName: COMPONENT_NAME
22
22
  };
@@ -13,6 +13,8 @@ exports.default = void 0;
13
13
  */
14
14
  //Czech
15
15
  var _default = exports.default = {
16
+ 'link-create.live-doc-icon-label': 'Živý dokument',
17
+ 'link-create.page-icon-label': 'Stránka',
16
18
  'link-create.unknown-error.description': 'Obnovte stránku nebo, pokud problém přetrvává, kontaktujte <a>podporu Atlassian</a>.',
17
19
  'link-create.unknown-error.heading': 'Něco se pokazilo.',
18
20
  'linkCreate.CreateConfluencePage.form.site.label': 'Web',
@@ -13,6 +13,8 @@ exports.default = void 0;
13
13
  */
14
14
  //Danish (Denmark)
15
15
  var _default = exports.default = {
16
+ 'link-create.live-doc-icon-label': 'Live doc',
17
+ 'link-create.page-icon-label': 'Side',
16
18
  'link-create.unknown-error.description': 'Opdater siden, eller kontakt <a>Atlassian-support</a>, hvis det bliver ved med at ske.',
17
19
  'link-create.unknown-error.heading': 'Noget gik galt.',
18
20
  'linkCreate.CreateConfluencePage.form.site.label': 'Website',
@@ -13,6 +13,8 @@ exports.default = void 0;
13
13
  */
14
14
  //German (Germany)
15
15
  var _default = exports.default = {
16
+ 'link-create.live-doc-icon-label': 'Live-Dokument',
17
+ 'link-create.page-icon-label': 'Seite',
16
18
  '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.',
17
19
  'link-create.unknown-error.heading': 'Irgendetwas ist schiefgelaufen.',
18
20
  'linkCreate.CreateConfluencePage.form.site.label': 'Site',
@@ -13,6 +13,8 @@ exports.default = void 0;
13
13
  */
14
14
  //Spanish (International)
15
15
  var _default = exports.default = {
16
+ 'link-create.live-doc-icon-label': 'Documento "vivo"',
17
+ 'link-create.page-icon-label': 'Página',
16
18
  'link-create.unknown-error.description': 'Actualiza la página o ponte en contacto con el <a>soporte de Atlassian</a> si sigue ocurriendo.',
17
19
  'link-create.unknown-error.heading': 'Algo ha ido mal.',
18
20
  'linkCreate.CreateConfluencePage.form.site.label': 'Sitio',
@@ -13,6 +13,8 @@ exports.default = void 0;
13
13
  */
14
14
  //Finnish
15
15
  var _default = exports.default = {
16
+ 'link-create.live-doc-icon-label': 'Reaaliaikainen asiakirja',
17
+ 'link-create.page-icon-label': 'Sivu',
16
18
  'link-create.unknown-error.description': 'Päivitä sivu tai ota yhteyttä <a>Atlassian-tukeen</a>, jos ongelmat jatkuvat.',
17
19
  'link-create.unknown-error.heading': 'Jotain meni pieleen.',
18
20
  'linkCreate.CreateConfluencePage.form.site.label': 'Sivusto',
@@ -13,6 +13,8 @@ exports.default = void 0;
13
13
  */
14
14
  //French (France)
15
15
  var _default = exports.default = {
16
+ 'link-create.live-doc-icon-label': 'Document live',
17
+ 'link-create.page-icon-label': 'Page',
16
18
  'link-create.unknown-error.description': 'Actualisez la page ou contactez le <a>support Atlassian</a> si le problème se reproduit.',
17
19
  'link-create.unknown-error.heading': "Une erreur s'est produite.",
18
20
  'linkCreate.CreateConfluencePage.form.site.label': 'Site',
@@ -13,6 +13,8 @@ exports.default = void 0;
13
13
  */
14
14
  //Hungarian
15
15
  var _default = exports.default = {
16
+ 'link-create.live-doc-icon-label': 'Élő dokumentum',
17
+ 'link-create.page-icon-label': 'Oldal',
16
18
  '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.',
17
19
  'link-create.unknown-error.heading': 'Hiba történt.',
18
20
  'linkCreate.CreateConfluencePage.form.site.label': 'Webhely',
@@ -13,6 +13,8 @@ exports.default = void 0;
13
13
  */
14
14
  //Italian (Italy)
15
15
  var _default = exports.default = {
16
+ 'link-create.live-doc-icon-label': 'Documento dinamico',
17
+ 'link-create.page-icon-label': 'Pagina',
16
18
  'link-create.unknown-error.description': "Aggiorna la pagina o, se il problema persiste, contatta l'<a>Assistenza Atlassian</a>.",
17
19
  'link-create.unknown-error.heading': 'Si è verificato un errore.',
18
20
  'linkCreate.CreateConfluencePage.form.site.label': 'Sito',
@@ -13,6 +13,8 @@ exports.default = void 0;
13
13
  */
14
14
  //Japanese
15
15
  var _default = exports.default = {
16
+ 'link-create.live-doc-icon-label': 'リアルタイム文書',
17
+ 'link-create.page-icon-label': 'ページ',
16
18
  'link-create.unknown-error.description': 'ページを更新してください。問題が解決しない場合は、<a>アトラシアン サポート</a>にお問い合わせください。',
17
19
  'link-create.unknown-error.heading': '問題が発生しました。',
18
20
  'linkCreate.CreateConfluencePage.form.site.label': 'サイト',
@@ -13,6 +13,8 @@ exports.default = void 0;
13
13
  */
14
14
  //Korean
15
15
  var _default = exports.default = {
16
+ 'link-create.live-doc-icon-label': '라이브 문서',
17
+ 'link-create.page-icon-label': '페이지',
16
18
  'link-create.unknown-error.description': '페이지를 새로 고치거나 문제가 계속 발생하는 경우 <a>Atlassian 고객 지원 팀</a>에 문의하세요.',
17
19
  'link-create.unknown-error.heading': '문제가 발생했습니다.',
18
20
  'linkCreate.CreateConfluencePage.form.site.label': '사이트',
@@ -13,6 +13,8 @@ exports.default = void 0;
13
13
  */
14
14
  //Norwegian (Bokmål)
15
15
  var _default = exports.default = {
16
+ 'link-create.live-doc-icon-label': 'Sanntidsdokument',
17
+ 'link-create.page-icon-label': 'Side',
16
18
  'link-create.unknown-error.description': 'Oppdater siden, eller kontakt <a>Atlassian-støtte</a> hvis problemet vedvarer.',
17
19
  'link-create.unknown-error.heading': 'Det oppstod en feil.',
18
20
  'linkCreate.CreateConfluencePage.form.site.label': 'Nettsted',
@@ -13,6 +13,8 @@ exports.default = void 0;
13
13
  */
14
14
  //Dutch (Netherlands)
15
15
  var _default = exports.default = {
16
+ 'link-create.live-doc-icon-label': 'Live doc',
17
+ 'link-create.page-icon-label': 'Pagina',
16
18
  'link-create.unknown-error.description': 'Vernieuw de pagina of neem contact op met <a>Atlassian-support</a> als dit blijft gebeuren.',
17
19
  'link-create.unknown-error.heading': 'Er is iets misgegaan.',
18
20
  'linkCreate.CreateConfluencePage.form.site.label': 'Website',
@@ -13,6 +13,8 @@ exports.default = void 0;
13
13
  */
14
14
  //Polish (Poland)
15
15
  var _default = exports.default = {
16
+ 'link-create.live-doc-icon-label': 'Dokument online',
17
+ 'link-create.page-icon-label': 'Strona',
16
18
  '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ć.',
17
19
  'link-create.unknown-error.heading': 'Coś poszło nie tak.',
18
20
  'linkCreate.CreateConfluencePage.form.site.label': 'Witryna',
@@ -13,6 +13,8 @@ exports.default = void 0;
13
13
  */
14
14
  //Portuguese (Brazil)
15
15
  var _default = exports.default = {
16
+ 'link-create.live-doc-icon-label': 'Documento dinâmico',
17
+ 'link-create.page-icon-label': 'Página',
16
18
  'link-create.unknown-error.description': 'Atualize a página ou fale com o <a>Suporte da Atlassian</a> se o erro persistir.',
17
19
  'link-create.unknown-error.heading': 'Algo deu errado.',
18
20
  'linkCreate.CreateConfluencePage.form.site.label': 'Site',
@@ -13,6 +13,8 @@ exports.default = void 0;
13
13
  */
14
14
  //Russian
15
15
  var _default = exports.default = {
16
+ 'link-create.live-doc-icon-label': 'Документ в режиме реального времени',
17
+ 'link-create.page-icon-label': 'Страница',
16
18
  'link-create.unknown-error.description': 'Обновите страницу и, если проблема возникнет снова, обратитесь в <a>поддержку Atlassian</a>.',
17
19
  'link-create.unknown-error.heading': 'Произошла ошибка.',
18
20
  'linkCreate.CreateConfluencePage.form.site.label': 'Сайт',
@@ -13,6 +13,8 @@ exports.default = void 0;
13
13
  */
14
14
  //Swedish
15
15
  var _default = exports.default = {
16
+ 'link-create.live-doc-icon-label': 'Live doc',
17
+ 'link-create.page-icon-label': 'Sida',
16
18
  'link-create.unknown-error.description': 'Uppdatera sidan eller kontakta <a>Atlassians support</a> om problemet kvarstår.',
17
19
  'link-create.unknown-error.heading': 'Något gick fel.',
18
20
  'linkCreate.CreateConfluencePage.form.site.label': 'Webbplats',
@@ -13,6 +13,8 @@ exports.default = void 0;
13
13
  */
14
14
  //Thai (Thailand)
15
15
  var _default = exports.default = {
16
+ 'link-create.live-doc-icon-label': 'เอกสารทำงานและแก้ไขสด',
17
+ 'link-create.page-icon-label': 'หน้าข้อมูล',
16
18
  'link-create.unknown-error.description': 'รีเฟรชหน้าข้อมูล หรือติดต่อฝ่าย <a>สนับสนุน Atlassian</a> หากยังคงมีปัญหานี้เกิดขึ้น',
17
19
  'link-create.unknown-error.heading': 'เกิดข้อผิดพลาดบางอย่าง',
18
20
  'linkCreate.CreateConfluencePage.form.site.label': 'ไซต์',
@@ -13,6 +13,8 @@ exports.default = void 0;
13
13
  */
14
14
  //Turkish (Turkey)
15
15
  var _default = exports.default = {
16
+ 'link-create.live-doc-icon-label': 'Canlı Dosya',
17
+ 'link-create.page-icon-label': 'Sayfa',
16
18
  'link-create.unknown-error.description': 'Sayfayı yenileyin veya sorun devam ederse <a>Atlassian Destek</a> ekibiyle iletişime geçin.',
17
19
  'link-create.unknown-error.heading': 'Bir hata oluştu.',
18
20
  'linkCreate.CreateConfluencePage.form.site.label': 'Site',
@@ -13,6 +13,8 @@ exports.default = void 0;
13
13
  */
14
14
  //Ukrainian (Ukraine)
15
15
  var _default = exports.default = {
16
+ 'link-create.live-doc-icon-label': 'Інтерактивний документ',
17
+ 'link-create.page-icon-label': 'Сторінка',
16
18
  'link-create.unknown-error.description': 'Якщо помилка виникатиме знову, оновіть сторінку або зверніться до <a>служби підтримки Atlassian</a>.',
17
19
  'link-create.unknown-error.heading': 'Сталася помилка.',
18
20
  'linkCreate.CreateConfluencePage.form.site.label': 'Сайт',
@@ -13,6 +13,8 @@ exports.default = void 0;
13
13
  */
14
14
  //Vietnamese (Vietnam)
15
15
  var _default = exports.default = {
16
+ 'link-create.live-doc-icon-label': 'Tài liệu trực tuyến',
17
+ 'link-create.page-icon-label': 'Trang',
16
18
  '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.',
17
19
  'link-create.unknown-error.heading': 'Đã xảy ra lỗi.',
18
20
  'linkCreate.CreateConfluencePage.form.site.label': 'Trang',
@@ -13,6 +13,8 @@ exports.default = void 0;
13
13
  */
14
14
  //Chinese (Simplified)
15
15
  var _default = exports.default = {
16
+ 'link-create.live-doc-icon-label': '实时文档',
17
+ 'link-create.page-icon-label': '页面',
16
18
  'link-create.unknown-error.description': '如果此问题依然存在,请刷新页面或联系 <a>Atlassian 支持团队</a>。',
17
19
  'link-create.unknown-error.heading': '出错了。',
18
20
  'linkCreate.CreateConfluencePage.form.site.label': '站点',
@@ -13,6 +13,8 @@ exports.default = void 0;
13
13
  */
14
14
  //Chinese (Traditional)
15
15
  var _default = exports.default = {
16
+ 'link-create.live-doc-icon-label': '即時文件',
17
+ 'link-create.page-icon-label': '頁面',
16
18
  'link-create.unknown-error.description': '請重新整理頁面,如果持續發生錯誤,請連絡 <a>Atlassian 支援人員</a>。',
17
19
  'link-create.unknown-error.heading': '發生錯誤。',
18
20
  'linkCreate.CreateConfluencePage.form.site.label': '網站',
@@ -10,7 +10,7 @@ export const CREATE_FORM_MIN_HEIGHT_IN_PX = '200';
10
10
  export const LINK_CREATE_FORM_POST_CREATE_FIELD = '__post_create__';
11
11
  export const PACKAGE_DATA = {
12
12
  packageName: "@atlaskit/link-create" || '',
13
- packageVersion: "4.0.1" || '',
13
+ packageVersion: "4.0.3" || '',
14
14
  component: COMPONENT_NAME,
15
15
  componentName: COMPONENT_NAME
16
16
  };
@@ -7,6 +7,8 @@
7
7
  */
8
8
  //Czech
9
9
  export default {
10
+ 'link-create.live-doc-icon-label': 'Živý dokument',
11
+ 'link-create.page-icon-label': 'Stránka',
10
12
  'link-create.unknown-error.description': 'Obnovte stránku nebo, pokud problém přetrvává, kontaktujte <a>podporu Atlassian</a>.',
11
13
  'link-create.unknown-error.heading': 'Něco se pokazilo.',
12
14
  'linkCreate.CreateConfluencePage.form.site.label': 'Web',
@@ -7,6 +7,8 @@
7
7
  */
8
8
  //Danish (Denmark)
9
9
  export default {
10
+ 'link-create.live-doc-icon-label': 'Live doc',
11
+ 'link-create.page-icon-label': 'Side',
10
12
  'link-create.unknown-error.description': 'Opdater siden, eller kontakt <a>Atlassian-support</a>, hvis det bliver ved med at ske.',
11
13
  'link-create.unknown-error.heading': 'Noget gik galt.',
12
14
  'linkCreate.CreateConfluencePage.form.site.label': 'Website',
@@ -7,6 +7,8 @@
7
7
  */
8
8
  //German (Germany)
9
9
  export default {
10
+ 'link-create.live-doc-icon-label': 'Live-Dokument',
11
+ 'link-create.page-icon-label': 'Seite',
10
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.',
11
13
  'link-create.unknown-error.heading': 'Irgendetwas ist schiefgelaufen.',
12
14
  'linkCreate.CreateConfluencePage.form.site.label': 'Site',
@@ -7,6 +7,8 @@
7
7
  */
8
8
  //Spanish (International)
9
9
  export default {
10
+ 'link-create.live-doc-icon-label': 'Documento "vivo"',
11
+ 'link-create.page-icon-label': 'Página',
10
12
  'link-create.unknown-error.description': 'Actualiza la página o ponte en contacto con el <a>soporte de Atlassian</a> si sigue ocurriendo.',
11
13
  'link-create.unknown-error.heading': 'Algo ha ido mal.',
12
14
  'linkCreate.CreateConfluencePage.form.site.label': 'Sitio',
@@ -7,6 +7,8 @@
7
7
  */
8
8
  //Finnish
9
9
  export default {
10
+ 'link-create.live-doc-icon-label': 'Reaaliaikainen asiakirja',
11
+ 'link-create.page-icon-label': 'Sivu',
10
12
  'link-create.unknown-error.description': 'Päivitä sivu tai ota yhteyttä <a>Atlassian-tukeen</a>, jos ongelmat jatkuvat.',
11
13
  'link-create.unknown-error.heading': 'Jotain meni pieleen.',
12
14
  'linkCreate.CreateConfluencePage.form.site.label': 'Sivusto',
@@ -7,6 +7,8 @@
7
7
  */
8
8
  //French (France)
9
9
  export default {
10
+ 'link-create.live-doc-icon-label': 'Document live',
11
+ 'link-create.page-icon-label': 'Page',
10
12
  'link-create.unknown-error.description': 'Actualisez la page ou contactez le <a>support Atlassian</a> si le problème se reproduit.',
11
13
  'link-create.unknown-error.heading': "Une erreur s'est produite.",
12
14
  'linkCreate.CreateConfluencePage.form.site.label': 'Site',
@@ -7,6 +7,8 @@
7
7
  */
8
8
  //Hungarian
9
9
  export default {
10
+ 'link-create.live-doc-icon-label': 'Élő dokumentum',
11
+ 'link-create.page-icon-label': 'Oldal',
10
12
  '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
13
  'link-create.unknown-error.heading': 'Hiba történt.',
12
14
  'linkCreate.CreateConfluencePage.form.site.label': 'Webhely',
@@ -7,6 +7,8 @@
7
7
  */
8
8
  //Italian (Italy)
9
9
  export default {
10
+ 'link-create.live-doc-icon-label': 'Documento dinamico',
11
+ 'link-create.page-icon-label': 'Pagina',
10
12
  'link-create.unknown-error.description': "Aggiorna la pagina o, se il problema persiste, contatta l'<a>Assistenza Atlassian</a>.",
11
13
  'link-create.unknown-error.heading': 'Si è verificato un errore.',
12
14
  'linkCreate.CreateConfluencePage.form.site.label': 'Sito',
@@ -7,6 +7,8 @@
7
7
  */
8
8
  //Japanese
9
9
  export default {
10
+ 'link-create.live-doc-icon-label': 'リアルタイム文書',
11
+ 'link-create.page-icon-label': 'ページ',
10
12
  'link-create.unknown-error.description': 'ページを更新してください。問題が解決しない場合は、<a>アトラシアン サポート</a>にお問い合わせください。',
11
13
  'link-create.unknown-error.heading': '問題が発生しました。',
12
14
  'linkCreate.CreateConfluencePage.form.site.label': 'サイト',
@@ -7,6 +7,8 @@
7
7
  */
8
8
  //Korean
9
9
  export default {
10
+ 'link-create.live-doc-icon-label': '라이브 문서',
11
+ 'link-create.page-icon-label': '페이지',
10
12
  'link-create.unknown-error.description': '페이지를 새로 고치거나 문제가 계속 발생하는 경우 <a>Atlassian 고객 지원 팀</a>에 문의하세요.',
11
13
  'link-create.unknown-error.heading': '문제가 발생했습니다.',
12
14
  'linkCreate.CreateConfluencePage.form.site.label': '사이트',
@@ -7,6 +7,8 @@
7
7
  */
8
8
  //Norwegian (Bokmål)
9
9
  export default {
10
+ 'link-create.live-doc-icon-label': 'Sanntidsdokument',
11
+ 'link-create.page-icon-label': 'Side',
10
12
  'link-create.unknown-error.description': 'Oppdater siden, eller kontakt <a>Atlassian-støtte</a> hvis problemet vedvarer.',
11
13
  'link-create.unknown-error.heading': 'Det oppstod en feil.',
12
14
  'linkCreate.CreateConfluencePage.form.site.label': 'Nettsted',
@@ -7,6 +7,8 @@
7
7
  */
8
8
  //Dutch (Netherlands)
9
9
  export default {
10
+ 'link-create.live-doc-icon-label': 'Live doc',
11
+ 'link-create.page-icon-label': 'Pagina',
10
12
  'link-create.unknown-error.description': 'Vernieuw de pagina of neem contact op met <a>Atlassian-support</a> als dit blijft gebeuren.',
11
13
  'link-create.unknown-error.heading': 'Er is iets misgegaan.',
12
14
  'linkCreate.CreateConfluencePage.form.site.label': 'Website',
@@ -7,6 +7,8 @@
7
7
  */
8
8
  //Polish (Poland)
9
9
  export default {
10
+ 'link-create.live-doc-icon-label': 'Dokument online',
11
+ 'link-create.page-icon-label': 'Strona',
10
12
  '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
13
  'link-create.unknown-error.heading': 'Coś poszło nie tak.',
12
14
  'linkCreate.CreateConfluencePage.form.site.label': 'Witryna',
@@ -7,6 +7,8 @@
7
7
  */
8
8
  //Portuguese (Brazil)
9
9
  export default {
10
+ 'link-create.live-doc-icon-label': 'Documento dinâmico',
11
+ 'link-create.page-icon-label': 'Página',
10
12
  'link-create.unknown-error.description': 'Atualize a página ou fale com o <a>Suporte da Atlassian</a> se o erro persistir.',
11
13
  'link-create.unknown-error.heading': 'Algo deu errado.',
12
14
  'linkCreate.CreateConfluencePage.form.site.label': 'Site',
@@ -7,6 +7,8 @@
7
7
  */
8
8
  //Russian
9
9
  export default {
10
+ 'link-create.live-doc-icon-label': 'Документ в режиме реального времени',
11
+ 'link-create.page-icon-label': 'Страница',
10
12
  'link-create.unknown-error.description': 'Обновите страницу и, если проблема возникнет снова, обратитесь в <a>поддержку Atlassian</a>.',
11
13
  'link-create.unknown-error.heading': 'Произошла ошибка.',
12
14
  'linkCreate.CreateConfluencePage.form.site.label': 'Сайт',
@@ -7,6 +7,8 @@
7
7
  */
8
8
  //Swedish
9
9
  export default {
10
+ 'link-create.live-doc-icon-label': 'Live doc',
11
+ 'link-create.page-icon-label': 'Sida',
10
12
  'link-create.unknown-error.description': 'Uppdatera sidan eller kontakta <a>Atlassians support</a> om problemet kvarstår.',
11
13
  'link-create.unknown-error.heading': 'Något gick fel.',
12
14
  'linkCreate.CreateConfluencePage.form.site.label': 'Webbplats',
@@ -7,6 +7,8 @@
7
7
  */
8
8
  //Thai (Thailand)
9
9
  export default {
10
+ 'link-create.live-doc-icon-label': 'เอกสารทำงานและแก้ไขสด',
11
+ 'link-create.page-icon-label': 'หน้าข้อมูล',
10
12
  'link-create.unknown-error.description': 'รีเฟรชหน้าข้อมูล หรือติดต่อฝ่าย <a>สนับสนุน Atlassian</a> หากยังคงมีปัญหานี้เกิดขึ้น',
11
13
  'link-create.unknown-error.heading': 'เกิดข้อผิดพลาดบางอย่าง',
12
14
  'linkCreate.CreateConfluencePage.form.site.label': 'ไซต์',
@@ -7,6 +7,8 @@
7
7
  */
8
8
  //Turkish (Turkey)
9
9
  export default {
10
+ 'link-create.live-doc-icon-label': 'Canlı Dosya',
11
+ 'link-create.page-icon-label': 'Sayfa',
10
12
  'link-create.unknown-error.description': 'Sayfayı yenileyin veya sorun devam ederse <a>Atlassian Destek</a> ekibiyle iletişime geçin.',
11
13
  'link-create.unknown-error.heading': 'Bir hata oluştu.',
12
14
  'linkCreate.CreateConfluencePage.form.site.label': 'Site',
@@ -7,6 +7,8 @@
7
7
  */
8
8
  //Ukrainian (Ukraine)
9
9
  export default {
10
+ 'link-create.live-doc-icon-label': 'Інтерактивний документ',
11
+ 'link-create.page-icon-label': 'Сторінка',
10
12
  'link-create.unknown-error.description': 'Якщо помилка виникатиме знову, оновіть сторінку або зверніться до <a>служби підтримки Atlassian</a>.',
11
13
  'link-create.unknown-error.heading': 'Сталася помилка.',
12
14
  'linkCreate.CreateConfluencePage.form.site.label': 'Сайт',
@@ -7,6 +7,8 @@
7
7
  */
8
8
  //Vietnamese (Vietnam)
9
9
  export default {
10
+ 'link-create.live-doc-icon-label': 'Tài liệu trực tuyến',
11
+ 'link-create.page-icon-label': 'Trang',
10
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.',
11
13
  'link-create.unknown-error.heading': 'Đã xảy ra lỗi.',
12
14
  'linkCreate.CreateConfluencePage.form.site.label': 'Trang',
@@ -7,6 +7,8 @@
7
7
  */
8
8
  //Chinese (Simplified)
9
9
  export default {
10
+ 'link-create.live-doc-icon-label': '实时文档',
11
+ 'link-create.page-icon-label': '页面',
10
12
  'link-create.unknown-error.description': '如果此问题依然存在,请刷新页面或联系 <a>Atlassian 支持团队</a>。',
11
13
  'link-create.unknown-error.heading': '出错了。',
12
14
  'linkCreate.CreateConfluencePage.form.site.label': '站点',
@@ -7,6 +7,8 @@
7
7
  */
8
8
  //Chinese (Traditional)
9
9
  export default {
10
+ 'link-create.live-doc-icon-label': '即時文件',
11
+ 'link-create.page-icon-label': '頁面',
10
12
  'link-create.unknown-error.description': '請重新整理頁面,如果持續發生錯誤,請連絡 <a>Atlassian 支援人員</a>。',
11
13
  'link-create.unknown-error.heading': '發生錯誤。',
12
14
  'linkCreate.CreateConfluencePage.form.site.label': '網站',
@@ -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: "4.0.1" || '',
13
+ packageVersion: "4.0.3" || '',
14
14
  component: COMPONENT_NAME,
15
15
  componentName: COMPONENT_NAME
16
16
  };
@@ -7,6 +7,8 @@
7
7
  */
8
8
  //Czech
9
9
  export default {
10
+ 'link-create.live-doc-icon-label': 'Živý dokument',
11
+ 'link-create.page-icon-label': 'Stránka',
10
12
  'link-create.unknown-error.description': 'Obnovte stránku nebo, pokud problém přetrvává, kontaktujte <a>podporu Atlassian</a>.',
11
13
  'link-create.unknown-error.heading': 'Něco se pokazilo.',
12
14
  'linkCreate.CreateConfluencePage.form.site.label': 'Web',
@@ -7,6 +7,8 @@
7
7
  */
8
8
  //Danish (Denmark)
9
9
  export default {
10
+ 'link-create.live-doc-icon-label': 'Live doc',
11
+ 'link-create.page-icon-label': 'Side',
10
12
  'link-create.unknown-error.description': 'Opdater siden, eller kontakt <a>Atlassian-support</a>, hvis det bliver ved med at ske.',
11
13
  'link-create.unknown-error.heading': 'Noget gik galt.',
12
14
  'linkCreate.CreateConfluencePage.form.site.label': 'Website',
@@ -7,6 +7,8 @@
7
7
  */
8
8
  //German (Germany)
9
9
  export default {
10
+ 'link-create.live-doc-icon-label': 'Live-Dokument',
11
+ 'link-create.page-icon-label': 'Seite',
10
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.',
11
13
  'link-create.unknown-error.heading': 'Irgendetwas ist schiefgelaufen.',
12
14
  'linkCreate.CreateConfluencePage.form.site.label': 'Site',
@@ -7,6 +7,8 @@
7
7
  */
8
8
  //Spanish (International)
9
9
  export default {
10
+ 'link-create.live-doc-icon-label': 'Documento "vivo"',
11
+ 'link-create.page-icon-label': 'Página',
10
12
  'link-create.unknown-error.description': 'Actualiza la página o ponte en contacto con el <a>soporte de Atlassian</a> si sigue ocurriendo.',
11
13
  'link-create.unknown-error.heading': 'Algo ha ido mal.',
12
14
  'linkCreate.CreateConfluencePage.form.site.label': 'Sitio',
@@ -7,6 +7,8 @@
7
7
  */
8
8
  //Finnish
9
9
  export default {
10
+ 'link-create.live-doc-icon-label': 'Reaaliaikainen asiakirja',
11
+ 'link-create.page-icon-label': 'Sivu',
10
12
  'link-create.unknown-error.description': 'Päivitä sivu tai ota yhteyttä <a>Atlassian-tukeen</a>, jos ongelmat jatkuvat.',
11
13
  'link-create.unknown-error.heading': 'Jotain meni pieleen.',
12
14
  'linkCreate.CreateConfluencePage.form.site.label': 'Sivusto',
@@ -7,6 +7,8 @@
7
7
  */
8
8
  //French (France)
9
9
  export default {
10
+ 'link-create.live-doc-icon-label': 'Document live',
11
+ 'link-create.page-icon-label': 'Page',
10
12
  'link-create.unknown-error.description': 'Actualisez la page ou contactez le <a>support Atlassian</a> si le problème se reproduit.',
11
13
  'link-create.unknown-error.heading': "Une erreur s'est produite.",
12
14
  'linkCreate.CreateConfluencePage.form.site.label': 'Site',
@@ -7,6 +7,8 @@
7
7
  */
8
8
  //Hungarian
9
9
  export default {
10
+ 'link-create.live-doc-icon-label': 'Élő dokumentum',
11
+ 'link-create.page-icon-label': 'Oldal',
10
12
  '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
13
  'link-create.unknown-error.heading': 'Hiba történt.',
12
14
  'linkCreate.CreateConfluencePage.form.site.label': 'Webhely',
@@ -7,6 +7,8 @@
7
7
  */
8
8
  //Italian (Italy)
9
9
  export default {
10
+ 'link-create.live-doc-icon-label': 'Documento dinamico',
11
+ 'link-create.page-icon-label': 'Pagina',
10
12
  'link-create.unknown-error.description': "Aggiorna la pagina o, se il problema persiste, contatta l'<a>Assistenza Atlassian</a>.",
11
13
  'link-create.unknown-error.heading': 'Si è verificato un errore.',
12
14
  'linkCreate.CreateConfluencePage.form.site.label': 'Sito',
@@ -7,6 +7,8 @@
7
7
  */
8
8
  //Japanese
9
9
  export default {
10
+ 'link-create.live-doc-icon-label': 'リアルタイム文書',
11
+ 'link-create.page-icon-label': 'ページ',
10
12
  'link-create.unknown-error.description': 'ページを更新してください。問題が解決しない場合は、<a>アトラシアン サポート</a>にお問い合わせください。',
11
13
  'link-create.unknown-error.heading': '問題が発生しました。',
12
14
  'linkCreate.CreateConfluencePage.form.site.label': 'サイト',
@@ -7,6 +7,8 @@
7
7
  */
8
8
  //Korean
9
9
  export default {
10
+ 'link-create.live-doc-icon-label': '라이브 문서',
11
+ 'link-create.page-icon-label': '페이지',
10
12
  'link-create.unknown-error.description': '페이지를 새로 고치거나 문제가 계속 발생하는 경우 <a>Atlassian 고객 지원 팀</a>에 문의하세요.',
11
13
  'link-create.unknown-error.heading': '문제가 발생했습니다.',
12
14
  'linkCreate.CreateConfluencePage.form.site.label': '사이트',