@atlaskit/editor-common 74.29.2 → 74.30.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.
Files changed (167) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/cjs/i18n/cs.js +19 -0
  3. package/dist/cjs/i18n/da.js +19 -0
  4. package/dist/cjs/i18n/de.js +19 -0
  5. package/dist/cjs/i18n/es.js +19 -0
  6. package/dist/cjs/i18n/fi.js +19 -0
  7. package/dist/cjs/i18n/fr.js +19 -0
  8. package/dist/cjs/i18n/hu.js +19 -0
  9. package/dist/cjs/i18n/it.js +19 -0
  10. package/dist/cjs/i18n/ja.js +19 -0
  11. package/dist/cjs/i18n/ko.js +19 -0
  12. package/dist/cjs/i18n/nb.js +19 -0
  13. package/dist/cjs/i18n/nl.js +19 -0
  14. package/dist/cjs/i18n/pl.js +19 -0
  15. package/dist/cjs/i18n/pt_BR.js +19 -0
  16. package/dist/cjs/i18n/ru.js +19 -0
  17. package/dist/cjs/i18n/sv.js +19 -0
  18. package/dist/cjs/i18n/th.js +19 -0
  19. package/dist/cjs/i18n/tr.js +19 -0
  20. package/dist/cjs/i18n/uk.js +19 -0
  21. package/dist/cjs/i18n/vi.js +19 -0
  22. package/dist/cjs/i18n/zh.js +19 -0
  23. package/dist/cjs/i18n/zh_TW.js +19 -0
  24. package/dist/cjs/mark/commands.js +201 -0
  25. package/dist/cjs/mark/index.js +30 -0
  26. package/dist/cjs/messages/full-page.js +25 -0
  27. package/dist/cjs/messages/index.js +7 -0
  28. package/dist/cjs/monitoring/error.js +1 -1
  29. package/dist/cjs/ui/DropList/index.js +1 -1
  30. package/dist/cjs/ui/Toolbar/index.js +8 -0
  31. package/dist/cjs/ui/index.js +7 -0
  32. package/dist/cjs/ui-menu/DropdownMenu/index.js +16 -2
  33. package/dist/cjs/ui-menu/ToolbarArrowKeyNavigationProvider/index.js +219 -0
  34. package/dist/cjs/ui-menu/index.js +23 -4
  35. package/dist/cjs/version.json +1 -1
  36. package/dist/es2019/i18n/cs.js +19 -0
  37. package/dist/es2019/i18n/da.js +19 -0
  38. package/dist/es2019/i18n/de.js +19 -0
  39. package/dist/es2019/i18n/es.js +19 -0
  40. package/dist/es2019/i18n/fi.js +19 -0
  41. package/dist/es2019/i18n/fr.js +19 -0
  42. package/dist/es2019/i18n/hu.js +19 -0
  43. package/dist/es2019/i18n/it.js +19 -0
  44. package/dist/es2019/i18n/ja.js +19 -0
  45. package/dist/es2019/i18n/ko.js +19 -0
  46. package/dist/es2019/i18n/nb.js +19 -0
  47. package/dist/es2019/i18n/nl.js +19 -0
  48. package/dist/es2019/i18n/pl.js +19 -0
  49. package/dist/es2019/i18n/pt_BR.js +19 -0
  50. package/dist/es2019/i18n/ru.js +19 -0
  51. package/dist/es2019/i18n/sv.js +19 -0
  52. package/dist/es2019/i18n/th.js +19 -0
  53. package/dist/es2019/i18n/tr.js +19 -0
  54. package/dist/es2019/i18n/uk.js +19 -0
  55. package/dist/es2019/i18n/vi.js +19 -0
  56. package/dist/es2019/i18n/zh.js +19 -0
  57. package/dist/es2019/i18n/zh_TW.js +19 -0
  58. package/dist/es2019/mark/commands.js +205 -0
  59. package/dist/es2019/mark/index.js +1 -0
  60. package/dist/es2019/messages/full-page.js +18 -0
  61. package/dist/es2019/messages/index.js +1 -0
  62. package/dist/es2019/monitoring/error.js +1 -1
  63. package/dist/es2019/ui/DropList/index.js +1 -1
  64. package/dist/es2019/ui/Toolbar/index.js +1 -0
  65. package/dist/es2019/ui/index.js +2 -1
  66. package/dist/es2019/ui-menu/DropdownMenu/index.js +16 -2
  67. package/dist/es2019/ui-menu/ToolbarArrowKeyNavigationProvider/index.js +209 -0
  68. package/dist/es2019/ui-menu/index.js +5 -4
  69. package/dist/es2019/version.json +1 -1
  70. package/dist/esm/i18n/cs.js +19 -0
  71. package/dist/esm/i18n/da.js +19 -0
  72. package/dist/esm/i18n/de.js +19 -0
  73. package/dist/esm/i18n/es.js +19 -0
  74. package/dist/esm/i18n/fi.js +19 -0
  75. package/dist/esm/i18n/fr.js +19 -0
  76. package/dist/esm/i18n/hu.js +19 -0
  77. package/dist/esm/i18n/it.js +19 -0
  78. package/dist/esm/i18n/ja.js +19 -0
  79. package/dist/esm/i18n/ko.js +19 -0
  80. package/dist/esm/i18n/nb.js +19 -0
  81. package/dist/esm/i18n/nl.js +19 -0
  82. package/dist/esm/i18n/pl.js +19 -0
  83. package/dist/esm/i18n/pt_BR.js +19 -0
  84. package/dist/esm/i18n/ru.js +19 -0
  85. package/dist/esm/i18n/sv.js +19 -0
  86. package/dist/esm/i18n/th.js +19 -0
  87. package/dist/esm/i18n/tr.js +19 -0
  88. package/dist/esm/i18n/uk.js +19 -0
  89. package/dist/esm/i18n/vi.js +19 -0
  90. package/dist/esm/i18n/zh.js +19 -0
  91. package/dist/esm/i18n/zh_TW.js +19 -0
  92. package/dist/esm/mark/commands.js +190 -0
  93. package/dist/esm/mark/index.js +1 -0
  94. package/dist/esm/messages/full-page.js +18 -0
  95. package/dist/esm/messages/index.js +1 -0
  96. package/dist/esm/monitoring/error.js +1 -1
  97. package/dist/esm/ui/DropList/index.js +1 -1
  98. package/dist/esm/ui/Toolbar/index.js +1 -0
  99. package/dist/esm/ui/index.js +2 -1
  100. package/dist/esm/ui-menu/DropdownMenu/index.js +15 -2
  101. package/dist/esm/ui-menu/ToolbarArrowKeyNavigationProvider/index.js +207 -0
  102. package/dist/esm/ui-menu/index.js +5 -4
  103. package/dist/esm/version.json +1 -1
  104. package/dist/types/i18n/cs.d.ts +19 -0
  105. package/dist/types/i18n/da.d.ts +19 -0
  106. package/dist/types/i18n/de.d.ts +19 -0
  107. package/dist/types/i18n/es.d.ts +19 -0
  108. package/dist/types/i18n/fi.d.ts +19 -0
  109. package/dist/types/i18n/fr.d.ts +19 -0
  110. package/dist/types/i18n/hu.d.ts +19 -0
  111. package/dist/types/i18n/it.d.ts +19 -0
  112. package/dist/types/i18n/ja.d.ts +19 -0
  113. package/dist/types/i18n/ko.d.ts +19 -0
  114. package/dist/types/i18n/nb.d.ts +19 -0
  115. package/dist/types/i18n/nl.d.ts +19 -0
  116. package/dist/types/i18n/pl.d.ts +19 -0
  117. package/dist/types/i18n/pt_BR.d.ts +19 -0
  118. package/dist/types/i18n/ru.d.ts +19 -0
  119. package/dist/types/i18n/sv.d.ts +19 -0
  120. package/dist/types/i18n/th.d.ts +19 -0
  121. package/dist/types/i18n/tr.d.ts +19 -0
  122. package/dist/types/i18n/uk.d.ts +19 -0
  123. package/dist/types/i18n/vi.d.ts +19 -0
  124. package/dist/types/i18n/zh.d.ts +19 -0
  125. package/dist/types/i18n/zh_TW.d.ts +19 -0
  126. package/dist/types/mark/commands.d.ts +18 -0
  127. package/dist/types/mark/index.d.ts +1 -0
  128. package/dist/types/messages/full-page.d.ts +17 -0
  129. package/dist/types/messages/index.d.ts +1 -0
  130. package/dist/types/ui/Toolbar/index.d.ts +5 -0
  131. package/dist/types/ui/index.d.ts +2 -0
  132. package/dist/types/ui-menu/DropdownMenu/index.d.ts +2 -1
  133. package/dist/types/ui-menu/ToolbarArrowKeyNavigationProvider/index.d.ts +30 -0
  134. package/dist/types/ui-menu/index.d.ts +7 -6
  135. package/dist/types-ts4.5/i18n/cs.d.ts +19 -0
  136. package/dist/types-ts4.5/i18n/da.d.ts +19 -0
  137. package/dist/types-ts4.5/i18n/de.d.ts +19 -0
  138. package/dist/types-ts4.5/i18n/es.d.ts +19 -0
  139. package/dist/types-ts4.5/i18n/fi.d.ts +19 -0
  140. package/dist/types-ts4.5/i18n/fr.d.ts +19 -0
  141. package/dist/types-ts4.5/i18n/hu.d.ts +19 -0
  142. package/dist/types-ts4.5/i18n/it.d.ts +19 -0
  143. package/dist/types-ts4.5/i18n/ja.d.ts +19 -0
  144. package/dist/types-ts4.5/i18n/ko.d.ts +19 -0
  145. package/dist/types-ts4.5/i18n/nb.d.ts +19 -0
  146. package/dist/types-ts4.5/i18n/nl.d.ts +19 -0
  147. package/dist/types-ts4.5/i18n/pl.d.ts +19 -0
  148. package/dist/types-ts4.5/i18n/pt_BR.d.ts +19 -0
  149. package/dist/types-ts4.5/i18n/ru.d.ts +19 -0
  150. package/dist/types-ts4.5/i18n/sv.d.ts +19 -0
  151. package/dist/types-ts4.5/i18n/th.d.ts +19 -0
  152. package/dist/types-ts4.5/i18n/tr.d.ts +19 -0
  153. package/dist/types-ts4.5/i18n/uk.d.ts +19 -0
  154. package/dist/types-ts4.5/i18n/vi.d.ts +19 -0
  155. package/dist/types-ts4.5/i18n/zh.d.ts +19 -0
  156. package/dist/types-ts4.5/i18n/zh_TW.d.ts +19 -0
  157. package/dist/types-ts4.5/mark/commands.d.ts +18 -0
  158. package/dist/types-ts4.5/mark/index.d.ts +1 -0
  159. package/dist/types-ts4.5/messages/full-page.d.ts +17 -0
  160. package/dist/types-ts4.5/messages/index.d.ts +1 -0
  161. package/dist/types-ts4.5/ui/Toolbar/index.d.ts +5 -0
  162. package/dist/types-ts4.5/ui/index.d.ts +2 -0
  163. package/dist/types-ts4.5/ui-menu/DropdownMenu/index.d.ts +2 -1
  164. package/dist/types-ts4.5/ui-menu/ToolbarArrowKeyNavigationProvider/index.d.ts +30 -0
  165. package/dist/types-ts4.5/ui-menu/index.d.ts +7 -6
  166. package/mark/package.json +15 -0
  167. package/package.json +6 -4
@@ -17,9 +17,12 @@ export default {
17
17
  'fabric.editor.blockDescription': 'Weitere Informationen zu einem Link anzeigen, darunter eine Zusammenfassung und Aktionen',
18
18
  'fabric.editor.blockTitle': 'Karte',
19
19
  'fabric.editor.blockquote': 'ein Angebot',
20
+ 'fabric.editor.bug': 'Bug',
20
21
  'fabric.editor.cancelButton': 'Abbrechen',
21
22
  'fabric.editor.captionPlaceholder': 'Eine Bildunterschrift hinzufügen',
22
23
  'fabric.editor.cardFloatingControls': 'Kartenoptionen',
24
+ 'fabric.editor.clearLink': 'Link löschen',
25
+ 'fabric.editor.clearLinkText': 'Text löschen',
23
26
  'fabric.editor.codeBidiWarningLabel': 'Bidirektionale Zeichen ändern die Reihenfolge, in der Text gerendert wird. Dies könnte verwendet werden, um bösartigen Code zu verbergen.',
24
27
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Kopiert!',
25
28
  'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Als Text kopieren',
@@ -34,11 +37,13 @@ export default {
34
37
  'fabric.editor.date.description': 'Datum mittels Kalender hinzufügen',
35
38
  'fabric.editor.decision': 'Entscheidung',
36
39
  'fabric.editor.decision.description': 'Entscheidungen erfassen, um sie leicht zu verfolgen',
40
+ 'fabric.editor.defaultAltText': 'Listenelement',
37
41
  'fabric.editor.displayBlock': 'Karte anzeigen',
38
42
  'fabric.editor.displayEmbed': 'Einbettung anzeigen',
39
43
  'fabric.editor.displayInline': 'Inline anzeigen',
40
44
  'fabric.editor.displayLink': 'Als Text anzeigen',
41
45
  'fabric.editor.displayOptionUnavailableInParentNode': 'Diese Anzeigeoption ist in {node} nicht verfügbar.',
46
+ 'fabric.editor.displayText': 'Text zum Anzeigen',
42
47
  'fabric.editor.ecombedDescription': 'Interaktive Vorschau eines Links anzeigen',
43
48
  'fabric.editor.edit.datasource': 'Suchanfrage bearbeiten',
44
49
  'fabric.editor.editLink': 'Link bearbeiten',
@@ -47,6 +52,7 @@ export default {
47
52
  'fabric.editor.emoji': 'Emoji',
48
53
  'fabric.editor.emoji.description': 'Verwenden Sie Emojis, um Ideen 🎉 und Emotionen 😄 auszudrücken.',
49
54
  'fabric.editor.emptyLink': 'Bitte geben Sie einen Link ein.',
55
+ 'fabric.editor.epic': 'Epic',
50
56
  'fabric.editor.expand': 'Erweiterung',
51
57
  'fabric.editor.expand.description': 'Eine Erweiterung einfügen',
52
58
  'fabric.editor.expandDefaultTitle': 'Klicken Sie hier, um zu erweitern …',
@@ -54,12 +60,22 @@ export default {
54
60
  'fabric.editor.expandPlaceholder': 'Wählen Sie einen Titel für diese Erweiterung …',
55
61
  'fabric.editor.feedbackDialog': 'Feedback geben',
56
62
  'fabric.editor.feedbackDialog.description': 'Teilen Sie uns Ihre Erfahrungen mit dem neuen Editor mit.',
63
+ 'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
64
+ 'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Bug',
65
+ 'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Vorgang',
66
+ 'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Seite',
67
+ 'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Story',
68
+ 'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Task',
57
69
  'fabric.editor.help': 'Hilfe',
58
70
  'fabric.editor.help.description': 'Alle Tastenkombinationen und Markdown-Optionen durchsuchen',
59
71
  'fabric.editor.horizontalRule': 'Trennlinie',
60
72
  'fabric.editor.horizontalRule.description': 'Inhalte mithilfe einer horizontalen Linie unterteilen',
73
+ 'fabric.editor.hyperlink.linkAriaLabel': 'Label verknüpfen',
74
+ 'fabric.editor.hyperlink.searchLinkAriaDescription': 'Während Ihrer Eingabe in das Feld werden Vorschläge angezeigt',
75
+ 'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {Keine Ergebnisse gefunden} one {{count,number} Ergebnis gefunden} other {{count,number} Ergebnisse gefunden}}',
61
76
  'fabric.editor.hyperlinkToolbarPlaceholder': 'Link einfügen oder suchen',
62
77
  'fabric.editor.image': 'Bild',
78
+ 'fabric.editor.improvement': 'Verbesserung',
63
79
  'fabric.editor.inlineDescription': 'Link als Inline-Text anzeigen',
64
80
  'fabric.editor.inlineTitle': 'Inline',
65
81
  'fabric.editor.insertMenu': 'Einfügen',
@@ -85,8 +101,11 @@ export default {
85
101
  'fabric.editor.settingsLinks': 'Zu den Link-Einstellungen',
86
102
  'fabric.editor.status': 'Status',
87
103
  'fabric.editor.status.description': 'Benutzerdefiniertes Status-Label hinzufügen',
104
+ 'fabric.editor.story': 'Story',
105
+ 'fabric.editor.subTask': 'Sub-Task',
88
106
  'fabric.editor.table': 'Tabelle',
89
107
  'fabric.editor.table.description': 'Tabelle einfügen',
108
+ 'fabric.editor.task': 'Task',
90
109
  'fabric.editor.time.ago': 'vor',
91
110
  'fabric.editor.time.updated': 'Aktualisiert',
92
111
  'fabric.editor.time.viewed': 'Angesehen',
@@ -17,9 +17,12 @@ export default {
17
17
  'fabric.editor.blockDescription': 'Mostrar más información sobre un enlace, incluido un resumen y acciones',
18
18
  'fabric.editor.blockTitle': 'Tarjeta',
19
19
  'fabric.editor.blockquote': 'una cita',
20
+ 'fabric.editor.bug': 'Error',
20
21
  'fabric.editor.cancelButton': 'Cancelar',
21
22
  'fabric.editor.captionPlaceholder': 'Añadir un subtítulo',
22
23
  'fabric.editor.cardFloatingControls': 'Opciones de tarjeta',
24
+ 'fabric.editor.clearLink': 'Borrar enlace',
25
+ 'fabric.editor.clearLinkText': 'Borrar texto',
23
26
  'fabric.editor.codeBidiWarningLabel': 'Los caracteres bidireccionales cambian el orden de renderización del texto. Esto podría utilizarse para ocultar código malicioso.',
24
27
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': '¡Copiado!',
25
28
  'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copiar como texto',
@@ -34,11 +37,13 @@ export default {
34
37
  'fabric.editor.date.description': 'Añadir una fecha usando un calendario',
35
38
  'fabric.editor.decision': 'Decisión',
36
39
  'fabric.editor.decision.description': 'Captar decisiones para que sea más fácil supervisarlas',
40
+ 'fabric.editor.defaultAltText': 'Elemento de la lista',
37
41
  'fabric.editor.displayBlock': 'Mostrar como tarjeta',
38
42
  'fabric.editor.displayEmbed': 'Mostrar como objeto incrustado',
39
43
  'fabric.editor.displayInline': 'Mostrar insertado',
40
44
  'fabric.editor.displayLink': 'Mostrar como texto',
41
45
  'fabric.editor.displayOptionUnavailableInParentNode': 'Esta opción de visualización no se encuentra disponible en {node}',
46
+ 'fabric.editor.displayText': 'Texto para mostrar',
42
47
  'fabric.editor.ecombedDescription': 'Mostrar una vista previa interactiva de un enlace',
43
48
  'fabric.editor.edit.datasource': 'Editar consulta de búsqueda',
44
49
  'fabric.editor.editLink': 'Editar enlace',
@@ -47,6 +52,7 @@ export default {
47
52
  'fabric.editor.emoji': 'Emoji',
48
53
  'fabric.editor.emoji.description': 'Usa emojis para expresar ideas 🎉 y emociones 😄',
49
54
  'fabric.editor.emptyLink': 'Introduce un enlace.',
55
+ 'fabric.editor.epic': 'Epic',
50
56
  'fabric.editor.expand': 'Ampliar',
51
57
  'fabric.editor.expand.description': 'Insertar una ampliación',
52
58
  'fabric.editor.expandDefaultTitle': 'Haz clic aquí para ampliar...',
@@ -54,12 +60,22 @@ export default {
54
60
  'fabric.editor.expandPlaceholder': 'Indica un nombre para esta expansión...',
55
61
  'fabric.editor.feedbackDialog': 'Enviar comentarios',
56
62
  'fabric.editor.feedbackDialog.description': 'Cuéntanos tu experiencia con el editor nuevo',
63
+ 'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
64
+ 'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Error',
65
+ 'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Incidencia',
66
+ 'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Página',
67
+ 'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Historia',
68
+ 'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Tarea',
57
69
  'fabric.editor.help': 'Ayuda',
58
70
  'fabric.editor.help.description': 'Navegar por todos los atajos de teclado y opciones de markdown',
59
71
  'fabric.editor.horizontalRule': 'Divisor',
60
72
  'fabric.editor.horizontalRule.description': 'Separar el contenido con una línea horizontal',
73
+ 'fabric.editor.hyperlink.linkAriaLabel': 'Etiqueta de enlace',
74
+ 'fabric.editor.hyperlink.searchLinkAriaDescription': 'Las sugerencias aparecerán abajo a medida que escribas en el campo',
75
+ 'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {no hay resultados} one {{count,number} resultado encontrado} other {{count,number} resultados encontrados}}',
61
76
  'fabric.editor.hyperlinkToolbarPlaceholder': 'Pegar o buscar el enlace',
62
77
  'fabric.editor.image': 'Imagen',
78
+ 'fabric.editor.improvement': 'Mejora',
63
79
  'fabric.editor.inlineDescription': 'Mostrar enlace como texto insertado',
64
80
  'fabric.editor.inlineTitle': 'Insertado',
65
81
  'fabric.editor.insertMenu': 'Insertar',
@@ -85,8 +101,11 @@ export default {
85
101
  'fabric.editor.settingsLinks': 'Ir a Preferencias de enlaces',
86
102
  'fabric.editor.status': 'Estado',
87
103
  'fabric.editor.status.description': 'Añadir una etiqueta de estado personalizada',
104
+ 'fabric.editor.story': 'Historia',
105
+ 'fabric.editor.subTask': 'Subtarea',
88
106
  'fabric.editor.table': 'Tabla',
89
107
  'fabric.editor.table.description': 'Insertar una tabla',
108
+ 'fabric.editor.task': 'Tarea',
90
109
  'fabric.editor.time.ago': 'antes',
91
110
  'fabric.editor.time.updated': 'Actualizado',
92
111
  'fabric.editor.time.viewed': 'Visto',
@@ -17,9 +17,12 @@ export default {
17
17
  'fabric.editor.blockDescription': 'Näytä lisätietoja linkistä, kuten yhteenveto ja toiminnot',
18
18
  'fabric.editor.blockTitle': 'Kortti',
19
19
  'fabric.editor.blockquote': 'sitaatti',
20
+ 'fabric.editor.bug': 'Bugi',
20
21
  'fabric.editor.cancelButton': 'Peruuta',
21
22
  'fabric.editor.captionPlaceholder': 'Lisää kuvateksti',
22
23
  'fabric.editor.cardFloatingControls': 'Korttivaihtoehdot',
24
+ 'fabric.editor.clearLink': 'Tyhjennä linkki',
25
+ 'fabric.editor.clearLinkText': 'Tyhjennä teksti',
23
26
  'fabric.editor.codeBidiWarningLabel': 'Kaksisuuntaiset merkit muuttavat tekstin renderöintijärjestystä. Tätä voidaan hyödyntää haitallisen koodin peittämisessä.',
24
27
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Kopioitu!',
25
28
  'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopioi tekstinä',
@@ -34,11 +37,13 @@ export default {
34
37
  'fabric.editor.date.description': 'Lisää päivämäärä kalenterin avulla',
35
38
  'fabric.editor.decision': 'Päätös',
36
39
  'fabric.editor.decision.description': 'Taltioi päätökset, jotta niitä on helppo seurata',
40
+ 'fabric.editor.defaultAltText': 'Listamerkintä',
37
41
  'fabric.editor.displayBlock': 'Näytä kortti',
38
42
  'fabric.editor.displayEmbed': 'Näytä upotus',
39
43
  'fabric.editor.displayInline': 'Näytä sisäelementti',
40
44
  'fabric.editor.displayLink': 'Näytä tekstinä',
41
45
  'fabric.editor.displayOptionUnavailableInParentNode': 'Tämä näyttövaihtoehto ei ole saatavana solmussa {node}',
46
+ 'fabric.editor.displayText': 'Näytettävä teksti',
42
47
  'fabric.editor.ecombedDescription': 'Näytä linkin interaktiivinen esikatselu',
43
48
  'fabric.editor.edit.datasource': 'Muokkaa hakukyselyä',
44
49
  'fabric.editor.editLink': 'Muokkaa linkkiä',
@@ -47,6 +52,7 @@ export default {
47
52
  'fabric.editor.emoji': 'Emoji',
48
53
  'fabric.editor.emoji.description': 'Ilmaise ideoita 🎉 ja tunteita 😄emojien avulla',
49
54
  'fabric.editor.emptyLink': 'Anna linkki.',
55
+ 'fabric.editor.epic': 'Eepos',
50
56
  'fabric.editor.expand': 'Laajenna',
51
57
  'fabric.editor.expand.description': 'Lisää laajennus',
52
58
  'fabric.editor.expandDefaultTitle': 'Klikkaa tähän laajentaaksesi...',
@@ -54,12 +60,22 @@ export default {
54
60
  'fabric.editor.expandPlaceholder': 'Anna tälle laajennukselle otsikko...',
55
61
  'fabric.editor.feedbackDialog': 'Anna palautetta',
56
62
  'fabric.editor.feedbackDialog.description': 'Kerro meille uuden muokkaajan käyttökokemuksestasi',
63
+ 'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blogi',
64
+ 'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Bugi',
65
+ 'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Asia',
66
+ 'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Sivu',
67
+ 'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Tarina',
68
+ 'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Tehtävä',
57
69
  'fabric.editor.help': 'Ohje',
58
70
  'fabric.editor.help.description': 'Selaa kaikkia pikanäppäimiä ja Markdown-vaihtoehtoja',
59
71
  'fabric.editor.horizontalRule': 'Jakaja',
60
72
  'fabric.editor.horizontalRule.description': 'Erota sisältö vaakaviivalla',
73
+ 'fabric.editor.hyperlink.linkAriaLabel': 'Linkin tunniste',
74
+ 'fabric.editor.hyperlink.searchLinkAriaDescription': 'Ehdotukset näytetään alla, kun alat kirjoittaa kenttään',
75
+ 'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {tuloksia ei löytynyt} one {{count,number} tulos löytyi} other {{count,number} tulosta löytyi}}',
61
76
  'fabric.editor.hyperlinkToolbarPlaceholder': 'Liitä tai hae linkki',
62
77
  'fabric.editor.image': 'Kuva',
78
+ 'fabric.editor.improvement': 'Parannus',
63
79
  'fabric.editor.inlineDescription': 'Näytä linkki sitoutuvana tekstinä',
64
80
  'fabric.editor.inlineTitle': 'Tekstiin sitoutuva',
65
81
  'fabric.editor.insertMenu': 'Lisää',
@@ -85,8 +101,11 @@ export default {
85
101
  'fabric.editor.settingsLinks': 'Siirry Linkkivalintoihin',
86
102
  'fabric.editor.status': 'Tila',
87
103
  'fabric.editor.status.description': 'Lisää mukautettu tilan tunniste',
104
+ 'fabric.editor.story': 'Tarina',
105
+ 'fabric.editor.subTask': 'Alitehtävä',
88
106
  'fabric.editor.table': 'Taulu',
89
107
  'fabric.editor.table.description': 'Lisää taulukko',
108
+ 'fabric.editor.task': 'Tehtävä',
90
109
  'fabric.editor.time.ago': 'sitten',
91
110
  'fabric.editor.time.updated': 'Päivitetty',
92
111
  'fabric.editor.time.viewed': 'Katseltu',
@@ -17,9 +17,12 @@ export default {
17
17
  'fabric.editor.blockDescription': "Affichez plus d'informations concernant un lien, y compris un résumé et des actions",
18
18
  'fabric.editor.blockTitle': 'Carte',
19
19
  'fabric.editor.blockquote': 'une citation',
20
+ 'fabric.editor.bug': 'Bug',
20
21
  'fabric.editor.cancelButton': 'Annuler',
21
22
  'fabric.editor.captionPlaceholder': 'Ajouter une légende',
22
23
  'fabric.editor.cardFloatingControls': 'Options de carte',
24
+ 'fabric.editor.clearLink': 'Effacer le lien',
25
+ 'fabric.editor.clearLinkText': 'Effacer le texte',
23
26
  'fabric.editor.codeBidiWarningLabel': "Les caractères bidirectionnels changent l'ordre de rendu du texte. Ils peuvent être utilisés pour masquer du code malveillant.",
24
27
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Copié !',
25
28
  'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copier en tant que texte',
@@ -34,11 +37,13 @@ export default {
34
37
  'fabric.editor.date.description': 'Ajouter une date depuis un calendrier',
35
38
  'fabric.editor.decision': 'Décision',
36
39
  'fabric.editor.decision.description': 'Enregistrer des décisions pour les suivre plus facilement',
40
+ 'fabric.editor.defaultAltText': 'Élément de liste',
37
41
  'fabric.editor.displayBlock': 'Afficher la carte',
38
42
  'fabric.editor.displayEmbed': 'Afficher comme intégré',
39
43
  'fabric.editor.displayInline': 'Afficher sur la même ligne',
40
44
  'fabric.editor.displayLink': 'Afficher sous forme de texte',
41
45
  'fabric.editor.displayOptionUnavailableInParentNode': "Cette option d'affichage n'est pas disponible dans {node}",
46
+ 'fabric.editor.displayText': 'Texte à afficher',
42
47
  'fabric.editor.ecombedDescription': "Affichez un aperçu interactif d'un lien",
43
48
  'fabric.editor.edit.datasource': 'Modifier la requête de recherche',
44
49
  'fabric.editor.editLink': 'Modifier le lien',
@@ -47,6 +52,7 @@ export default {
47
52
  'fabric.editor.emoji': 'Émoticône',
48
53
  'fabric.editor.emoji.description': 'Ajouter des émoticônes pour exprimer vos idées 🎉 et vos émotions 😄',
49
54
  'fabric.editor.emptyLink': 'Veuillez saisir un lien.',
55
+ 'fabric.editor.epic': 'Epic',
50
56
  'fabric.editor.expand': 'Développer',
51
57
  'fabric.editor.expand.description': 'Insérer une extension',
52
58
  'fabric.editor.expandDefaultTitle': 'Cliquez ici pour développer...',
@@ -54,12 +60,22 @@ export default {
54
60
  'fabric.editor.expandPlaceholder': 'Donnez un titre à cette zone plus large…',
55
61
  'fabric.editor.feedbackDialog': 'Donner votre avis',
56
62
  'fabric.editor.feedbackDialog.description': 'Dites-nous ce que vous pensez du nouvel éditeur',
63
+ 'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
64
+ 'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Bug',
65
+ 'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Ticket',
66
+ 'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Page',
67
+ 'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Story',
68
+ 'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Tâche',
57
69
  'fabric.editor.help': 'Aide',
58
70
  'fabric.editor.help.description': 'Parcourir les raccourcis clavier et les options de réduction',
59
71
  'fabric.editor.horizontalRule': 'Séparateur',
60
72
  'fabric.editor.horizontalRule.description': 'Séparer du contenu avec une ligne horizontale',
73
+ 'fabric.editor.hyperlink.linkAriaLabel': 'Étiquette de lien',
74
+ 'fabric.editor.hyperlink.searchLinkAriaDescription': 'Les suggestions apparaîtront au fur et à mesure que vous saisissez du texte dans le champ',
75
+ 'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {aucun résultat} one {{count,number} résultat trouvé} other {{count,number} résultats trouvés}}',
61
76
  'fabric.editor.hyperlinkToolbarPlaceholder': 'Coller ou rechercher un lien',
62
77
  'fabric.editor.image': 'Image',
78
+ 'fabric.editor.improvement': 'Amélioration',
63
79
  'fabric.editor.inlineDescription': 'Affichez le lien sous forme de texte sur la même ligne',
64
80
  'fabric.editor.inlineTitle': 'Sur la même ligne',
65
81
  'fabric.editor.insertMenu': 'Insertion',
@@ -85,8 +101,11 @@ export default {
85
101
  'fabric.editor.settingsLinks': 'Accéder aux préférences des liens',
86
102
  'fabric.editor.status': 'État',
87
103
  'fabric.editor.status.description': "Ajouter une étiquette d'état personnalisée",
104
+ 'fabric.editor.story': 'Story',
105
+ 'fabric.editor.subTask': 'Sous-tâche',
88
106
  'fabric.editor.table': 'Tableau',
89
107
  'fabric.editor.table.description': 'Insérer un tableau',
108
+ 'fabric.editor.task': 'Tâche',
90
109
  'fabric.editor.time.ago': 'Il y a',
91
110
  'fabric.editor.time.updated': 'Mise à jour',
92
111
  'fabric.editor.time.viewed': 'Consultation',
@@ -17,9 +17,12 @@ export default {
17
17
  'fabric.editor.blockDescription': 'Több információ, többek között az összefoglaló és a műveletek megjelenítése egy linkről',
18
18
  'fabric.editor.blockTitle': 'Kártya',
19
19
  'fabric.editor.blockquote': 'Idézet',
20
+ 'fabric.editor.bug': 'Hiba',
20
21
  'fabric.editor.cancelButton': 'Mégse',
21
22
  'fabric.editor.captionPlaceholder': 'Képaláírás hozzáadása',
22
23
  'fabric.editor.cardFloatingControls': 'Kártya beállításai',
24
+ 'fabric.editor.clearLink': 'Hivatkozás törlése',
25
+ 'fabric.editor.clearLinkText': 'Szöveg törlése',
23
26
  'fabric.editor.codeBidiWarningLabel': 'A kétirányú karakterek megváltoztatják a szöveg renderelési sorrendjét. Ez felhasználható rosszindulatú kód elfedésére.',
24
27
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Másolva!',
25
28
  'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Másolás szövegként',
@@ -34,11 +37,13 @@ export default {
34
37
  'fabric.editor.date.description': 'Dátum hozzáadása naptár használatával',
35
38
  'fabric.editor.decision': 'Döntés',
36
39
  'fabric.editor.decision.description': 'Döntések rögzítése az egyszerű nyomon követés érdekében',
40
+ 'fabric.editor.defaultAltText': 'Listaelem',
37
41
  'fabric.editor.displayBlock': 'Megjelenítés kártyaként',
38
42
  'fabric.editor.displayEmbed': 'Megjelenítés beágyazottként',
39
43
  'fabric.editor.displayInline': 'Megjelenítés beillesztettként',
40
44
  'fabric.editor.displayLink': 'Megjelenítés szövegként',
41
45
  'fabric.editor.displayOptionUnavailableInParentNode': 'Ez a megjelenítési lehetőség nem érhető el itt: {node}',
46
+ 'fabric.editor.displayText': 'Megjelenítendő szöveg',
42
47
  'fabric.editor.ecombedDescription': 'Link interaktív előnézetének megjelenítése',
43
48
  'fabric.editor.edit.datasource': 'Keresési lekérdezés szerkesztése',
44
49
  'fabric.editor.editLink': 'Hivatkozás szerkesztése',
@@ -47,6 +52,7 @@ export default {
47
52
  'fabric.editor.emoji': 'Emoji',
48
53
  'fabric.editor.emoji.description': 'Hangulatjelek használata ötletek 🎉 és érzelmek 😄 kifejezésére',
49
54
  'fabric.editor.emptyLink': 'Adj meg egy linket.',
55
+ 'fabric.editor.epic': 'Eposz',
50
56
  'fabric.editor.expand': 'Kibontás',
51
57
  'fabric.editor.expand.description': 'Kibontás beillesztése',
52
58
  'fabric.editor.expandDefaultTitle': 'Kattints ide a kibontáshoz…',
@@ -54,12 +60,22 @@ export default {
54
60
  'fabric.editor.expandPlaceholder': 'Adj címet ennek a kibontásnak…',
55
61
  'fabric.editor.feedbackDialog': 'Visszajelzés küldése',
56
62
  'fabric.editor.feedbackDialog.description': 'Számolj be nekünk az új szerkesztő használata során szerzett tapasztalataidról',
63
+ 'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
64
+ 'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Hiba',
65
+ 'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Ügy',
66
+ 'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Oldal',
67
+ 'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Sztori',
68
+ 'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Feladat',
57
69
  'fabric.editor.help': 'Súgó',
58
70
  'fabric.editor.help.description': 'Billentyűkombinációk és markdownlehetőségek böngészése',
59
71
  'fabric.editor.horizontalRule': 'Elválasztó',
60
72
  'fabric.editor.horizontalRule.description': 'Tartalom elválasztása egy vízszintes vonallal',
73
+ 'fabric.editor.hyperlink.linkAriaLabel': 'Link címkéje',
74
+ 'fabric.editor.hyperlink.searchLinkAriaDescription': 'A rendszer a beírt szövegnek megfelelően jeleníti meg lent a javaslatokat',
75
+ 'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {nincs találat} one {{count,number} találat} other {{count,number} találat}}',
61
76
  'fabric.editor.hyperlinkToolbarPlaceholder': 'Beillesztés vagy link keresése',
62
77
  'fabric.editor.image': 'Kép',
78
+ 'fabric.editor.improvement': 'Javítás',
63
79
  'fabric.editor.inlineDescription': 'Link megjelenítése beágyazott szövegként',
64
80
  'fabric.editor.inlineTitle': 'Beágyazott',
65
81
  'fabric.editor.insertMenu': 'Beszúrás',
@@ -85,8 +101,11 @@ export default {
85
101
  'fabric.editor.settingsLinks': 'Ugrás a linkbeállításokhoz',
86
102
  'fabric.editor.status': 'Állapot',
87
103
  'fabric.editor.status.description': 'Egyéni állapotcímke hozzáadása',
104
+ 'fabric.editor.story': 'Sztori',
105
+ 'fabric.editor.subTask': 'Alfeladat',
88
106
  'fabric.editor.table': 'Táblázat',
89
107
  'fabric.editor.table.description': 'Táblázat beszúrása',
108
+ 'fabric.editor.task': 'Feladat',
90
109
  'fabric.editor.time.ago': 'ezelőtt',
91
110
  'fabric.editor.time.updated': 'Frissítve',
92
111
  'fabric.editor.time.viewed': 'Megtekintve',
@@ -17,9 +17,12 @@ export default {
17
17
  'fabric.editor.blockDescription': 'Visualizza ulteriori informazioni relative al link, come riepilogo e azioni',
18
18
  'fabric.editor.blockTitle': 'Scheda',
19
19
  'fabric.editor.blockquote': 'una virgoletta',
20
+ 'fabric.editor.bug': 'Bug',
20
21
  'fabric.editor.cancelButton': 'Annulla',
21
22
  'fabric.editor.captionPlaceholder': 'Aggiungi didascalia',
22
23
  'fabric.editor.cardFloatingControls': 'Opzioni scheda',
24
+ 'fabric.editor.clearLink': 'Cancella link',
25
+ 'fabric.editor.clearLinkText': 'Cancella testo',
23
26
  'fabric.editor.codeBidiWarningLabel': "I caratteri bidirezionali modificano l'ordine in cui è visualizzato il testo. Possono essere utilizzati per nascondere un codice dannoso.",
24
27
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Copiato.',
25
28
  'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copia come testo',
@@ -34,11 +37,13 @@ export default {
34
37
  'fabric.editor.date.description': 'Aggiungi una data usando un calendario',
35
38
  'fabric.editor.decision': 'Decisione',
36
39
  'fabric.editor.decision.description': 'Acquisisci decisioni per monitorarle agevolmente',
40
+ 'fabric.editor.defaultAltText': 'Voce di elenco',
37
41
  'fabric.editor.displayBlock': 'Visualizza come scheda',
38
42
  'fabric.editor.displayEmbed': 'Visualizza come oggetto incorporato',
39
43
  'fabric.editor.displayInline': 'Visualizza in linea',
40
44
  'fabric.editor.displayLink': 'Mostra come testo',
41
45
  'fabric.editor.displayOptionUnavailableInParentNode': "Questa opzione di visualizzazione non è disponibile all'interno di {node}",
46
+ 'fabric.editor.displayText': 'Testo da mostrare',
42
47
  'fabric.editor.ecombedDescription': "Visualizza un'anteprima interattiva di un link",
43
48
  'fabric.editor.edit.datasource': 'Modifica query di ricerca',
44
49
  'fabric.editor.editLink': 'Modifica link',
@@ -47,6 +52,7 @@ export default {
47
52
  'fabric.editor.emoji': 'Emoji',
48
53
  'fabric.editor.emoji.description': 'Usa le emoji per esprimere idee 🎉 ed emozioni 😄',
49
54
  'fabric.editor.emptyLink': 'Inserisci un link.',
55
+ 'fabric.editor.epic': 'Epic',
50
56
  'fabric.editor.expand': 'Espandi',
51
57
  'fabric.editor.expand.description': 'Inserisci espansione',
52
58
  'fabric.editor.expandDefaultTitle': 'Clicca qui per espandere...',
@@ -54,12 +60,22 @@ export default {
54
60
  'fabric.editor.expandPlaceholder': 'Assegna un titolo a questa espansione...',
55
61
  'fabric.editor.feedbackDialog': 'Lascia un feedback',
56
62
  'fabric.editor.feedbackDialog.description': 'Raccontaci la tua esperienza usando il nuovo editor',
63
+ 'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
64
+ 'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Bug',
65
+ 'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Ticket',
66
+ 'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Pagina',
67
+ 'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Story',
68
+ 'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Task',
57
69
  'fabric.editor.help': 'Guida',
58
70
  'fabric.editor.help.description': 'Sfoglia tutti i tasti di scelta rapida e le opzioni di Markdown',
59
71
  'fabric.editor.horizontalRule': 'Divisore',
60
72
  'fabric.editor.horizontalRule.description': 'Contenuti separati con una riga orizzontale',
73
+ 'fabric.editor.hyperlink.linkAriaLabel': 'Etichetta link',
74
+ 'fabric.editor.hyperlink.searchLinkAriaDescription': 'I suggerimenti vengono visualizzati durante la digitazione nel campo',
75
+ 'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {nessun risultato trovato} one {{count,number} risultato trovato} other {{count,number} risultati trovati}}',
61
76
  'fabric.editor.hyperlinkToolbarPlaceholder': 'Incolla o cerca il link',
62
77
  'fabric.editor.image': 'Immagine',
78
+ 'fabric.editor.improvement': 'Miglioramento',
63
79
  'fabric.editor.inlineDescription': 'Visualizza il link come testo in linea',
64
80
  'fabric.editor.inlineTitle': 'In linea',
65
81
  'fabric.editor.insertMenu': 'Inserisci',
@@ -85,8 +101,11 @@ export default {
85
101
  'fabric.editor.settingsLinks': 'Vai alle Preferenze per i link',
86
102
  'fabric.editor.status': 'Stato',
87
103
  'fabric.editor.status.description': 'Aggiungi un’etichetta di stato personalizzato',
104
+ 'fabric.editor.story': 'Story',
105
+ 'fabric.editor.subTask': 'Sottotask',
88
106
  'fabric.editor.table': 'Tabella',
89
107
  'fabric.editor.table.description': 'Inserisci una tabella',
108
+ 'fabric.editor.task': 'Task',
90
109
  'fabric.editor.time.ago': 'fa',
91
110
  'fabric.editor.time.updated': 'Aggiornato',
92
111
  'fabric.editor.time.viewed': 'Visualizzato',
@@ -17,9 +17,12 @@ export default {
17
17
  'fabric.editor.blockDescription': '要約やアクションなど、リンクの詳細を表示します。',
18
18
  'fabric.editor.blockTitle': 'カード',
19
19
  'fabric.editor.blockquote': '引用',
20
+ 'fabric.editor.bug': 'バグ',
20
21
  'fabric.editor.cancelButton': 'キャンセル',
21
22
  'fabric.editor.captionPlaceholder': 'キャプションを追加',
22
23
  'fabric.editor.cardFloatingControls': 'カードのオプション',
24
+ 'fabric.editor.clearLink': 'リンクをクリア',
25
+ 'fabric.editor.clearLinkText': 'テキストをクリア',
23
26
  'fabric.editor.codeBidiWarningLabel': '双方向文字はテキストのレンダリング順序を変更します。このため、悪意のあるコードを隠すために使用される場合があります。',
24
27
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'コピーしました',
25
28
  'fabric.editor.codeBlockCopyButton.copyToClipboard': 'テキストとしてコピー',
@@ -34,11 +37,13 @@ export default {
34
37
  'fabric.editor.date.description': 'カレンダーを使用して日付を追加',
35
38
  'fabric.editor.decision': '決定事項',
36
39
  'fabric.editor.decision.description': '決定事項をキャプチャして簡単に追跡',
40
+ 'fabric.editor.defaultAltText': 'リスト項目',
37
41
  'fabric.editor.displayBlock': 'カードを表示',
38
42
  'fabric.editor.displayEmbed': '埋め込みを表示',
39
43
  'fabric.editor.displayInline': 'インライン表示',
40
44
  'fabric.editor.displayLink': 'テキストとして表示',
41
45
  'fabric.editor.displayOptionUnavailableInParentNode': '{node} 内ではこの表示オプションを使用できません',
46
+ 'fabric.editor.displayText': '表示するテキスト',
42
47
  'fabric.editor.ecombedDescription': 'リンクのインタラクティブなプレビューを表示します。',
43
48
  'fabric.editor.edit.datasource': '検索クエリを編集',
44
49
  'fabric.editor.editLink': 'リンクを編集',
@@ -47,6 +52,7 @@ export default {
47
52
  'fabric.editor.emoji': '絵文字',
48
53
  'fabric.editor.emoji.description': '絵文字を使用してアイデア 🎉 や気持ち 😄 を表現',
49
54
  'fabric.editor.emptyLink': 'リンクを入力してください。',
55
+ 'fabric.editor.epic': 'エピック',
50
56
  'fabric.editor.expand': '展開',
51
57
  'fabric.editor.expand.description': '展開を挿入',
52
58
  'fabric.editor.expandDefaultTitle': 'こちらをクリックして展開…',
@@ -54,12 +60,22 @@ export default {
54
60
  'fabric.editor.expandPlaceholder': 'この展開にタイトルを付ける…',
55
61
  'fabric.editor.feedbackDialog': 'フィードバックを送信',
56
62
  'fabric.editor.feedbackDialog.description': '新しいエディターに関するご意見・ご感想をお聞かせください',
63
+ 'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'ブログ',
64
+ 'fabric.editor.headingLink.hyperlinkIconBugLabel': 'バグ',
65
+ 'fabric.editor.headingLink.hyperlinkIconIssueLabel': '課題',
66
+ 'fabric.editor.headingLink.hyperlinkIconPageLabel': 'ページ',
67
+ 'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'ストーリー',
68
+ 'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'タスク',
57
69
  'fabric.editor.help': 'ヘルプ',
58
70
  'fabric.editor.help.description': 'キーボード ショートカットと Markdown のオプションをすべて表示',
59
71
  'fabric.editor.horizontalRule': '分割線',
60
72
  'fabric.editor.horizontalRule.description': '横線を使用してコンテンツを分割',
73
+ 'fabric.editor.hyperlink.linkAriaLabel': 'リンク ラベル',
74
+ 'fabric.editor.hyperlink.searchLinkAriaDescription': 'フィールドに入力すると、以下に候補が表示されます',
75
+ 'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {検索結果がありませんでした} other {{count,number} 件の検索結果が見つかりました}}',
61
76
  'fabric.editor.hyperlinkToolbarPlaceholder': 'リンクを貼り付けるか検索',
62
77
  'fabric.editor.image': '画像',
78
+ 'fabric.editor.improvement': '改善',
63
79
  'fabric.editor.inlineDescription': 'リンクをインライン テキストとして表示します。',
64
80
  'fabric.editor.inlineTitle': 'インライン',
65
81
  'fabric.editor.insertMenu': '挿入',
@@ -85,8 +101,11 @@ export default {
85
101
  'fabric.editor.settingsLinks': 'リンク設定に移動',
86
102
  'fabric.editor.status': 'ステータス',
87
103
  'fabric.editor.status.description': 'カスタム ステータス ラベルを追加',
104
+ 'fabric.editor.story': 'ストーリー',
105
+ 'fabric.editor.subTask': 'サブタスク',
88
106
  'fabric.editor.table': '表',
89
107
  'fabric.editor.table.description': '表を挿入',
108
+ 'fabric.editor.task': 'タスク',
90
109
  'fabric.editor.time.ago': '前',
91
110
  'fabric.editor.time.updated': '最終更新',
92
111
  'fabric.editor.time.viewed': '最終閲覧',
@@ -17,9 +17,12 @@ export default {
17
17
  'fabric.editor.blockDescription': '요약 및 작업을 포함하여 링크에 대한 추가 정보 표시',
18
18
  'fabric.editor.blockTitle': '카드',
19
19
  'fabric.editor.blockquote': '인용',
20
+ 'fabric.editor.bug': '버그',
20
21
  'fabric.editor.cancelButton': '취소',
21
22
  'fabric.editor.captionPlaceholder': '캡션 추가',
22
23
  'fabric.editor.cardFloatingControls': '카드 옵션',
24
+ 'fabric.editor.clearLink': '링크 지우기',
25
+ 'fabric.editor.clearLinkText': '텍스트 지우기',
23
26
  'fabric.editor.codeBidiWarningLabel': '양방향 문자가 텍스트가 렌더링되는 순서를 변경합니다. 악성 코드를 가리는 데 사용할 수 있습니다.',
24
27
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': '복사되었습니다!',
25
28
  'fabric.editor.codeBlockCopyButton.copyToClipboard': '텍스트로 복사',
@@ -34,11 +37,13 @@ export default {
34
37
  'fabric.editor.date.description': '캘린더로 날짜 추가',
35
38
  'fabric.editor.decision': '결정',
36
39
  'fabric.editor.decision.description': '결정을 추적하기 쉽도록 캡처',
40
+ 'fabric.editor.defaultAltText': '목록 항목',
37
41
  'fabric.editor.displayBlock': '카드 표시',
38
42
  'fabric.editor.displayEmbed': '포함으로 표시',
39
43
  'fabric.editor.displayInline': '인라인으로 표시',
40
44
  'fabric.editor.displayLink': '텍스트로 표시',
41
45
  'fabric.editor.displayOptionUnavailableInParentNode': '이 표시 옵션은 {node} 내에서 사용할 수 없습니다',
46
+ 'fabric.editor.displayText': '표시할 텍스트',
42
47
  'fabric.editor.ecombedDescription': '링크의 대화형 미리 보기 표시',
43
48
  'fabric.editor.edit.datasource': '검색 쿼리 편집',
44
49
  'fabric.editor.editLink': '링크 편집',
@@ -47,6 +52,7 @@ export default {
47
52
  'fabric.editor.emoji': '이모지',
48
53
  'fabric.editor.emoji.description': '이모지를 사용하여 아이디어 🎉 및 감정 😄 표현',
49
54
  'fabric.editor.emptyLink': '링크를 입력하세요.',
55
+ 'fabric.editor.epic': '에픽',
50
56
  'fabric.editor.expand': '확대',
51
57
  'fabric.editor.expand.description': '확대 삽입',
52
58
  'fabric.editor.expandDefaultTitle': '여기를 클릭하여 펼치기...',
@@ -54,12 +60,22 @@ export default {
54
60
  'fabric.editor.expandPlaceholder': '이 펼치기에 제목 지정...',
55
61
  'fabric.editor.feedbackDialog': '피드백 보내기',
56
62
  'fabric.editor.feedbackDialog.description': '새로운 편집기 사용 경험에 대한 의견을 보내 주십시오',
63
+ 'fabric.editor.headingLink.hyperlinkIconBlogLabel': '블로그',
64
+ 'fabric.editor.headingLink.hyperlinkIconBugLabel': '버그',
65
+ 'fabric.editor.headingLink.hyperlinkIconIssueLabel': '이슈',
66
+ 'fabric.editor.headingLink.hyperlinkIconPageLabel': '페이지',
67
+ 'fabric.editor.headingLink.hyperlinkIconStoryLabel': '스토리',
68
+ 'fabric.editor.headingLink.hyperlinkIconTaskLabel': '작업',
57
69
  'fabric.editor.help': '도움말',
58
70
  'fabric.editor.help.description': '모든 키보드 바로 가기 키 및 마크다운 옵션 찾아보기',
59
71
  'fabric.editor.horizontalRule': '구분선',
60
72
  'fabric.editor.horizontalRule.description': '가로선으로 콘텐츠 구분',
73
+ 'fabric.editor.hyperlink.linkAriaLabel': '링크 레이블',
74
+ 'fabric.editor.hyperlink.searchLinkAriaDescription': '필드에 입력할 때 제안 사항이 아래에 표시됩니다',
75
+ 'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {결과를 찾을 수 없습니다} other {{count,number}개의 결과를 찾았습니다}}',
61
76
  'fabric.editor.hyperlinkToolbarPlaceholder': '링크 붙여넣기 또는 검색',
62
77
  'fabric.editor.image': '이미지',
78
+ 'fabric.editor.improvement': '개선',
63
79
  'fabric.editor.inlineDescription': '링크를 인라인 텍스트로 표시',
64
80
  'fabric.editor.inlineTitle': '인라인',
65
81
  'fabric.editor.insertMenu': '삽입',
@@ -85,8 +101,11 @@ export default {
85
101
  'fabric.editor.settingsLinks': '링크 기본 설정으로 이동',
86
102
  'fabric.editor.status': '상태',
87
103
  'fabric.editor.status.description': '사용자 정의 상태 레이블 추가',
104
+ 'fabric.editor.story': '스토리',
105
+ 'fabric.editor.subTask': '하위 작업',
88
106
  'fabric.editor.table': '표',
89
107
  'fabric.editor.table.description': '표 삽입',
108
+ 'fabric.editor.task': '작업',
90
109
  'fabric.editor.time.ago': '전',
91
110
  'fabric.editor.time.updated': '업데이트됨',
92
111
  'fabric.editor.time.viewed': '확인함',
@@ -17,9 +17,12 @@ export default {
17
17
  'fabric.editor.blockDescription': 'Vis mer informasjon om en kobling, inkludert et sammendrag og handlinger',
18
18
  'fabric.editor.blockTitle': 'Kort',
19
19
  'fabric.editor.blockquote': 'et sitat',
20
+ 'fabric.editor.bug': 'Programfeil',
20
21
  'fabric.editor.cancelButton': 'Avbryt',
21
22
  'fabric.editor.captionPlaceholder': 'Legg til bildetekst',
22
23
  'fabric.editor.cardFloatingControls': 'Kortalternativer',
24
+ 'fabric.editor.clearLink': 'Fjern kobling',
25
+ 'fabric.editor.clearLinkText': 'Fjern tekst',
23
26
  'fabric.editor.codeBidiWarningLabel': 'Toveistegn endrer rekkefølgen som tekst vises i. Dette kan brukes til å skjule skadelig kode.',
24
27
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Kopiert!',
25
28
  'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopier som tekst',
@@ -34,11 +37,13 @@ export default {
34
37
  'fabric.editor.date.description': 'Legg til en dato med en kalender',
35
38
  'fabric.editor.decision': 'Beslutning',
36
39
  'fabric.editor.decision.description': 'Registrer beslutninger slik at det er lett å spore dem',
40
+ 'fabric.editor.defaultAltText': 'Listepunkt',
37
41
  'fabric.editor.displayBlock': 'Vis som kort',
38
42
  'fabric.editor.displayEmbed': 'Vis som innebygd',
39
43
  'fabric.editor.displayInline': 'Vis innebygd',
40
44
  'fabric.editor.displayLink': 'Vis som tekst',
41
45
  'fabric.editor.displayOptionUnavailableInParentNode': 'Dette visningsalternativet er ikke tilgjengelig innenfor {node}',
46
+ 'fabric.editor.displayText': 'Tekst som skal vises',
42
47
  'fabric.editor.ecombedDescription': 'Vis en interaktiv forhåndsvisning av en kobling',
43
48
  'fabric.editor.edit.datasource': 'Rediger søkespørring',
44
49
  'fabric.editor.editLink': 'Rediger kobling',
@@ -47,6 +52,7 @@ export default {
47
52
  'fabric.editor.emoji': 'Emoji',
48
53
  'fabric.editor.emoji.description': 'Bruk emojier for å uttrykke tanker 🎉 og følelser 😄',
49
54
  'fabric.editor.emptyLink': 'Skriv inn en kobling.',
55
+ 'fabric.editor.epic': 'Epic',
50
56
  'fabric.editor.expand': 'Utvidelse',
51
57
  'fabric.editor.expand.description': 'Sett inn en utvidelse',
52
58
  'fabric.editor.expandDefaultTitle': 'Klikk her for å utvide …',
@@ -54,12 +60,22 @@ export default {
54
60
  'fabric.editor.expandPlaceholder': 'Gi denne utvidelsen et navn …',
55
61
  'fabric.editor.feedbackDialog': 'Gi en tilbakemelding',
56
62
  'fabric.editor.feedbackDialog.description': 'Fortell oss hvordan du opplevde det nye redigeringsprogrammet',
63
+ 'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blogg',
64
+ 'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Programfeil',
65
+ 'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Sak',
66
+ 'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Side',
67
+ 'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Historie',
68
+ 'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Oppgave',
57
69
  'fabric.editor.help': 'Hjelp',
58
70
  'fabric.editor.help.description': 'Se gjennom alle tastatursnarveier og Markdown-alternativer',
59
71
  'fabric.editor.horizontalRule': 'Deler',
60
72
  'fabric.editor.horizontalRule.description': 'Atskill innhold med en horisontal linje',
73
+ 'fabric.editor.hyperlink.linkAriaLabel': 'Koblingsetikett',
74
+ 'fabric.editor.hyperlink.searchLinkAriaDescription': 'Forslag vises nedenfor etter hvert som du skriver inn i feltet',
75
+ 'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {fant ingen resultater} one {fant {count,number} resultat} other {fant {count,number} resultater}}',
61
76
  'fabric.editor.hyperlinkToolbarPlaceholder': 'Lim inn eller søk etter kobling',
62
77
  'fabric.editor.image': 'Bilde',
78
+ 'fabric.editor.improvement': 'Forbedring',
63
79
  'fabric.editor.inlineDescription': 'Vis kobling som innebygd tekst',
64
80
  'fabric.editor.inlineTitle': 'Innebygd',
65
81
  'fabric.editor.insertMenu': 'Sett inn',
@@ -85,8 +101,11 @@ export default {
85
101
  'fabric.editor.settingsLinks': 'Gå til Koblingspreferanser',
86
102
  'fabric.editor.status': 'Status',
87
103
  'fabric.editor.status.description': 'Legg til en egendefinert statusetikett',
104
+ 'fabric.editor.story': 'Historie',
105
+ 'fabric.editor.subTask': 'Deloppgave',
88
106
  'fabric.editor.table': 'Tabell',
89
107
  'fabric.editor.table.description': 'Sett inn en tavle',
108
+ 'fabric.editor.task': 'Oppgave',
90
109
  'fabric.editor.time.ago': 'siden',
91
110
  'fabric.editor.time.updated': 'Oppdatert',
92
111
  'fabric.editor.time.viewed': 'Sett',