@atlaskit/editor-common 76.12.0 → 76.12.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.
- package/CHANGELOG.md +9 -0
- package/dist/cjs/i18n/cs.js +41 -1
- package/dist/cjs/i18n/da.js +41 -1
- package/dist/cjs/i18n/de.js +41 -1
- package/dist/cjs/i18n/en.js +44 -1
- package/dist/cjs/i18n/en_GB.js +44 -1
- package/dist/cjs/i18n/en_ZZ.js +44 -1
- package/dist/cjs/i18n/es.js +41 -1
- package/dist/cjs/i18n/fi.js +41 -1
- package/dist/cjs/i18n/fr.js +41 -1
- package/dist/cjs/i18n/hu.js +41 -1
- package/dist/cjs/i18n/it.js +41 -1
- package/dist/cjs/i18n/ja.js +41 -1
- package/dist/cjs/i18n/ko.js +41 -1
- package/dist/cjs/i18n/nb.js +41 -1
- package/dist/cjs/i18n/nl.js +41 -1
- package/dist/cjs/i18n/pl.js +41 -1
- package/dist/cjs/i18n/pt_BR.js +41 -1
- package/dist/cjs/i18n/ru.js +41 -1
- package/dist/cjs/i18n/sv.js +41 -1
- package/dist/cjs/i18n/th.js +41 -1
- package/dist/cjs/i18n/tr.js +41 -1
- package/dist/cjs/i18n/uk.js +41 -1
- package/dist/cjs/i18n/vi.js +41 -1
- package/dist/cjs/i18n/zh.js +41 -1
- package/dist/cjs/i18n/zh_TW.js +41 -1
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/types/selection-toolbar.js +5 -0
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/utils/calculate-toolbar-position.js +146 -0
- package/dist/cjs/utils/index.js +13 -0
- package/dist/es2019/i18n/cs.js +41 -1
- package/dist/es2019/i18n/da.js +41 -1
- package/dist/es2019/i18n/de.js +41 -1
- package/dist/es2019/i18n/en.js +44 -1
- package/dist/es2019/i18n/en_GB.js +44 -1
- package/dist/es2019/i18n/en_ZZ.js +44 -1
- package/dist/es2019/i18n/es.js +41 -1
- package/dist/es2019/i18n/fi.js +41 -1
- package/dist/es2019/i18n/fr.js +41 -1
- package/dist/es2019/i18n/hu.js +41 -1
- package/dist/es2019/i18n/it.js +41 -1
- package/dist/es2019/i18n/ja.js +41 -1
- package/dist/es2019/i18n/ko.js +41 -1
- package/dist/es2019/i18n/nb.js +41 -1
- package/dist/es2019/i18n/nl.js +41 -1
- package/dist/es2019/i18n/pl.js +41 -1
- package/dist/es2019/i18n/pt_BR.js +41 -1
- package/dist/es2019/i18n/ru.js +41 -1
- package/dist/es2019/i18n/sv.js +41 -1
- package/dist/es2019/i18n/th.js +41 -1
- package/dist/es2019/i18n/tr.js +41 -1
- package/dist/es2019/i18n/uk.js +41 -1
- package/dist/es2019/i18n/vi.js +41 -1
- package/dist/es2019/i18n/zh.js +41 -1
- package/dist/es2019/i18n/zh_TW.js +41 -1
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/types/selection-toolbar.js +1 -0
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/utils/calculate-toolbar-position.js +140 -0
- package/dist/es2019/utils/index.js +2 -1
- package/dist/esm/i18n/cs.js +41 -1
- package/dist/esm/i18n/da.js +41 -1
- package/dist/esm/i18n/de.js +41 -1
- package/dist/esm/i18n/en.js +44 -1
- package/dist/esm/i18n/en_GB.js +44 -1
- package/dist/esm/i18n/en_ZZ.js +44 -1
- package/dist/esm/i18n/es.js +41 -1
- package/dist/esm/i18n/fi.js +41 -1
- package/dist/esm/i18n/fr.js +41 -1
- package/dist/esm/i18n/hu.js +41 -1
- package/dist/esm/i18n/it.js +41 -1
- package/dist/esm/i18n/ja.js +41 -1
- package/dist/esm/i18n/ko.js +41 -1
- package/dist/esm/i18n/nb.js +41 -1
- package/dist/esm/i18n/nl.js +41 -1
- package/dist/esm/i18n/pl.js +41 -1
- package/dist/esm/i18n/pt_BR.js +41 -1
- package/dist/esm/i18n/ru.js +41 -1
- package/dist/esm/i18n/sv.js +41 -1
- package/dist/esm/i18n/th.js +41 -1
- package/dist/esm/i18n/tr.js +41 -1
- package/dist/esm/i18n/uk.js +41 -1
- package/dist/esm/i18n/vi.js +41 -1
- package/dist/esm/i18n/zh.js +41 -1
- package/dist/esm/i18n/zh_TW.js +41 -1
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/types/selection-toolbar.js +1 -0
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/utils/calculate-toolbar-position.js +140 -0
- package/dist/esm/utils/index.js +2 -1
- package/dist/types/analytics/types/events.d.ts +1 -1
- package/dist/types/i18n/cs.d.ts +41 -1
- package/dist/types/i18n/da.d.ts +41 -1
- package/dist/types/i18n/de.d.ts +41 -1
- package/dist/types/i18n/en.d.ts +44 -1
- package/dist/types/i18n/en_GB.d.ts +44 -1
- package/dist/types/i18n/en_ZZ.d.ts +44 -1
- package/dist/types/i18n/es.d.ts +41 -1
- package/dist/types/i18n/fi.d.ts +41 -1
- package/dist/types/i18n/fr.d.ts +41 -1
- package/dist/types/i18n/hu.d.ts +41 -1
- package/dist/types/i18n/it.d.ts +41 -1
- package/dist/types/i18n/ja.d.ts +41 -1
- package/dist/types/i18n/ko.d.ts +41 -1
- package/dist/types/i18n/nb.d.ts +41 -1
- package/dist/types/i18n/nl.d.ts +41 -1
- package/dist/types/i18n/pl.d.ts +41 -1
- package/dist/types/i18n/pt_BR.d.ts +41 -1
- package/dist/types/i18n/ru.d.ts +41 -1
- package/dist/types/i18n/sv.d.ts +41 -1
- package/dist/types/i18n/th.d.ts +41 -1
- package/dist/types/i18n/tr.d.ts +41 -1
- package/dist/types/i18n/uk.d.ts +41 -1
- package/dist/types/i18n/vi.d.ts +41 -1
- package/dist/types/i18n/zh.d.ts +41 -1
- package/dist/types/i18n/zh_TW.d.ts +41 -1
- package/dist/types/types/editor-plugin.d.ts +9 -0
- package/dist/types/types/index.d.ts +1 -0
- package/dist/types/types/selection-toolbar.d.ts +19 -0
- package/dist/types/utils/calculate-toolbar-position.d.ts +10 -0
- package/dist/types/utils/extension-handler.d.ts +1 -1
- package/dist/types/utils/index.d.ts +1 -0
- package/dist/types-ts4.5/analytics/types/events.d.ts +1 -1
- package/dist/types-ts4.5/i18n/cs.d.ts +41 -1
- package/dist/types-ts4.5/i18n/da.d.ts +41 -1
- package/dist/types-ts4.5/i18n/de.d.ts +41 -1
- package/dist/types-ts4.5/i18n/en.d.ts +44 -1
- package/dist/types-ts4.5/i18n/en_GB.d.ts +44 -1
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +44 -1
- package/dist/types-ts4.5/i18n/es.d.ts +41 -1
- package/dist/types-ts4.5/i18n/fi.d.ts +41 -1
- package/dist/types-ts4.5/i18n/fr.d.ts +41 -1
- package/dist/types-ts4.5/i18n/hu.d.ts +41 -1
- package/dist/types-ts4.5/i18n/it.d.ts +41 -1
- package/dist/types-ts4.5/i18n/ja.d.ts +41 -1
- package/dist/types-ts4.5/i18n/ko.d.ts +41 -1
- package/dist/types-ts4.5/i18n/nb.d.ts +41 -1
- package/dist/types-ts4.5/i18n/nl.d.ts +41 -1
- package/dist/types-ts4.5/i18n/pl.d.ts +41 -1
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +41 -1
- package/dist/types-ts4.5/i18n/ru.d.ts +41 -1
- package/dist/types-ts4.5/i18n/sv.d.ts +41 -1
- package/dist/types-ts4.5/i18n/th.d.ts +41 -1
- package/dist/types-ts4.5/i18n/tr.d.ts +41 -1
- package/dist/types-ts4.5/i18n/uk.d.ts +41 -1
- package/dist/types-ts4.5/i18n/vi.d.ts +41 -1
- package/dist/types-ts4.5/i18n/zh.d.ts +41 -1
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +41 -1
- package/dist/types-ts4.5/types/editor-plugin.d.ts +9 -0
- package/dist/types-ts4.5/types/index.d.ts +1 -0
- package/dist/types-ts4.5/types/selection-toolbar.d.ts +19 -0
- package/dist/types-ts4.5/utils/calculate-toolbar-position.d.ts +10 -0
- package/dist/types-ts4.5/utils/extension-handler.d.ts +1 -1
- package/dist/types-ts4.5/utils/index.d.ts +1 -0
- package/package.json +5 -4
package/dist/es2019/i18n/it.js
CHANGED
|
@@ -10,13 +10,19 @@ export default {
|
|
|
10
10
|
'fabric.editor.action': 'Attività',
|
|
11
11
|
'fabric.editor.action.description': 'Crea e assegna elementi di azione',
|
|
12
12
|
'fabric.editor.addMediaFiles': "Aggiungi un'immagine, un video o un file",
|
|
13
|
+
'fabric.editor.alignCenter': 'Allinea al centro',
|
|
13
14
|
'fabric.editor.alignImageCenter': 'Allinea al centro',
|
|
14
15
|
'fabric.editor.alignImageLeft': 'Allinea a sinistra',
|
|
15
16
|
'fabric.editor.alignImageRight': 'Allinea a destra',
|
|
17
|
+
'fabric.editor.alignLeft': 'Allinea a sinistra',
|
|
18
|
+
'fabric.editor.alignRight': 'Allinea a destra',
|
|
19
|
+
'fabric.editor.annotationToolbar': 'Barra degli strumenti di annotazione',
|
|
16
20
|
'fabric.editor.blockCardUnavailable': "Il collegamento in linea è all'interno di {node} e non è possibile modificare la relativa visualizzazione",
|
|
17
21
|
'fabric.editor.blockDescription': 'Visualizza ulteriori informazioni relative al link, come riepilogo e azioni',
|
|
18
22
|
'fabric.editor.blockTitle': 'Scheda',
|
|
19
23
|
'fabric.editor.blockquote': 'una virgoletta',
|
|
24
|
+
'fabric.editor.blockquote.description': 'Inserisci citazione',
|
|
25
|
+
'fabric.editor.blockquote2': 'Citazione',
|
|
20
26
|
'fabric.editor.bold': 'Grassetto',
|
|
21
27
|
'fabric.editor.bug': 'Bug',
|
|
22
28
|
'fabric.editor.cancelButton': 'Annulla',
|
|
@@ -32,11 +38,17 @@ export default {
|
|
|
32
38
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copia come testo',
|
|
33
39
|
'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': 'Disattiva ritorno a capo',
|
|
34
40
|
'fabric.editor.codeBlockWrapButton.wrapCodeBlock': 'Attiva ritorno a capo',
|
|
41
|
+
'fabric.editor.codeblock': 'Frammento di codice',
|
|
42
|
+
'fabric.editor.codeblock.description': 'Mostra codice con colorazione della sintassi',
|
|
35
43
|
'fabric.editor.collapseNode': 'Comprimi contenuto',
|
|
36
44
|
'fabric.editor.columns': 'Layout',
|
|
37
45
|
'fabric.editor.columns.description': 'Organizza la tua pagina in sezioni',
|
|
38
46
|
'fabric.editor.copiedToClipboard': 'Copiato.',
|
|
39
47
|
'fabric.editor.copyToClipboard': 'Copia',
|
|
48
|
+
'fabric.editor.createComment': 'Commento',
|
|
49
|
+
'fabric.editor.createCommentInvalid': 'Puoi inserire commenti solo per il testo e le intestazioni',
|
|
50
|
+
'fabric.editor.customPanel': 'Pannello personalizzato',
|
|
51
|
+
'fabric.editor.customPanel.description': 'Aggiungi una nota con un emoji e uno sfondo colorato',
|
|
40
52
|
'fabric.editor.datasourceTitle': 'Modifica query di ricerca',
|
|
41
53
|
'fabric.editor.date': 'Data',
|
|
42
54
|
'fabric.editor.date.description': 'Aggiungi una data usando un calendario',
|
|
@@ -63,6 +75,8 @@ export default {
|
|
|
63
75
|
'fabric.editor.emoji.description': 'Usa le emoji per esprimere idee 🎉 ed emozioni 😄',
|
|
64
76
|
'fabric.editor.emptyLink': 'Inserisci un link.',
|
|
65
77
|
'fabric.editor.epic': 'Epic',
|
|
78
|
+
'fabric.editor.errorPanel': 'Pannello errori',
|
|
79
|
+
'fabric.editor.errorPanel.description': 'Segnala gli errori in un pannello colorato',
|
|
66
80
|
'fabric.editor.expand': 'Espandi',
|
|
67
81
|
'fabric.editor.expand.description': 'Inserisci espansione',
|
|
68
82
|
'fabric.editor.expandDefaultTitle': 'Clicca qui per espandere...',
|
|
@@ -70,6 +84,18 @@ export default {
|
|
|
70
84
|
'fabric.editor.expandPlaceholder': 'Assegna un titolo a questa espansione...',
|
|
71
85
|
'fabric.editor.feedbackDialog': 'Lascia un feedback',
|
|
72
86
|
'fabric.editor.feedbackDialog.description': 'Raccontaci la tua esperienza usando il nuovo editor',
|
|
87
|
+
'fabric.editor.heading1': 'Titolo 1',
|
|
88
|
+
'fabric.editor.heading1Description': 'Per un titolo di primo livello',
|
|
89
|
+
'fabric.editor.heading2': 'Titolo 2',
|
|
90
|
+
'fabric.editor.heading2Description': 'Per le sezioni principali',
|
|
91
|
+
'fabric.editor.heading3': 'Titolo 3',
|
|
92
|
+
'fabric.editor.heading3Description': 'Per i titoli delle sottosezioni e dei gruppi',
|
|
93
|
+
'fabric.editor.heading4': 'Titolo 4',
|
|
94
|
+
'fabric.editor.heading4Description': 'Per i titoli interni',
|
|
95
|
+
'fabric.editor.heading5': 'Titolo 5',
|
|
96
|
+
'fabric.editor.heading5Description': 'Per le voci degli elenchi',
|
|
97
|
+
'fabric.editor.heading6': 'Titolo 6',
|
|
98
|
+
'fabric.editor.heading6Description': 'Per i titoli di livello inferiore',
|
|
73
99
|
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
74
100
|
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Bug',
|
|
75
101
|
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Ticket',
|
|
@@ -80,12 +106,15 @@ export default {
|
|
|
80
106
|
'fabric.editor.help.description': 'Sfoglia tutti i tasti di scelta rapida e le opzioni di Markdown',
|
|
81
107
|
'fabric.editor.horizontalRule': 'Divisore',
|
|
82
108
|
'fabric.editor.horizontalRule.description': 'Contenuti separati con una riga orizzontale',
|
|
83
|
-
'fabric.editor.hyperlink.
|
|
109
|
+
'fabric.editor.hyperlink.linkVisibleLabel': 'Incolla o cerca il link',
|
|
84
110
|
'fabric.editor.hyperlink.searchLinkAriaDescription': 'I suggerimenti vengono visualizzati durante la digitazione nel campo',
|
|
85
111
|
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {nessun risultato trovato} one {{count,number} risultato trovato} other {{count,number} risultati trovati}}',
|
|
112
|
+
'fabric.editor.hyperlink.textVisibleLabel': 'Testo visualizzato (opzionale)',
|
|
86
113
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Incolla o cerca il link',
|
|
87
114
|
'fabric.editor.image': 'Immagine',
|
|
88
115
|
'fabric.editor.improvement': 'Miglioramento',
|
|
116
|
+
'fabric.editor.infoPanel': 'Pannello informazioni',
|
|
117
|
+
'fabric.editor.infoPanel.description': 'Metti in evidenza l’informazione in un pannello colorato',
|
|
89
118
|
'fabric.editor.inlineDescription': 'Visualizza il link come testo in linea',
|
|
90
119
|
'fabric.editor.inlineTitle': 'In linea',
|
|
91
120
|
'fabric.editor.insertMenu': 'Inserisci',
|
|
@@ -107,14 +136,19 @@ export default {
|
|
|
107
136
|
'fabric.editor.moreFormatting': 'Formattazione aggiuntiva',
|
|
108
137
|
'fabric.editor.navigate.toolbar.editor': "Passa alla barra degli strumenti dell'editor",
|
|
109
138
|
'fabric.editor.navigate.toolbar.floating': 'Passa alla barra degli strumenti mobile',
|
|
139
|
+
'fabric.editor.normal': 'Testo normale',
|
|
140
|
+
'fabric.editor.notePanel': 'Pannello note',
|
|
141
|
+
'fabric.editor.notePanel.description': 'Aggiungi una nota in un pannello colorato',
|
|
110
142
|
'fabric.editor.off': '{formattingType} disattiva',
|
|
111
143
|
'fabric.editor.on': '{formattingType} attiva',
|
|
112
144
|
'fabric.editor.openLink': 'Apri link in una nuova scheda',
|
|
113
145
|
'fabric.editor.orderedList': 'Elenco numerato',
|
|
114
146
|
'fabric.editor.orderedList.description': 'Crea una lista ordinata',
|
|
147
|
+
'fabric.editor.other': 'Altri...',
|
|
115
148
|
'fabric.editor.pageActionsLabel': 'Azioni sulla pagina',
|
|
116
149
|
'fabric.editor.placeholderText': 'Testo segnaposto',
|
|
117
150
|
'fabric.editor.placeholderText.description': 'Inserisci un segnaposto di testo nella pagina',
|
|
151
|
+
'fabric.editor.redo': 'Ripeti',
|
|
118
152
|
'fabric.editor.remove': 'Rimuovi',
|
|
119
153
|
'fabric.editor.removeEmoji': 'Rimuovi emoji',
|
|
120
154
|
'fabric.editor.saveButton': 'Salva',
|
|
@@ -126,12 +160,15 @@ export default {
|
|
|
126
160
|
'fabric.editor.subTask': 'Sottotask',
|
|
127
161
|
'fabric.editor.subscript': 'Pedice',
|
|
128
162
|
'fabric.editor.subscript.off.superscript.on': 'Pedice disattivato, Apice attivato',
|
|
163
|
+
'fabric.editor.successPanel': 'Pannello operazioni completate',
|
|
164
|
+
'fabric.editor.successPanel.description': 'Aggiungi consigli in un pannello colorato',
|
|
129
165
|
'fabric.editor.superscript': 'Apice',
|
|
130
166
|
'fabric.editor.superscript.off.subscript.on': 'Apice disattivato, Pedice attivato',
|
|
131
167
|
'fabric.editor.table': 'Tabella',
|
|
132
168
|
'fabric.editor.table.description': 'Inserisci una tabella',
|
|
133
169
|
'fabric.editor.task': 'Task',
|
|
134
170
|
'fabric.editor.text.formatting.off': 'Formattazione del test disattivata',
|
|
171
|
+
'fabric.editor.textStyles': 'Stili del testo',
|
|
135
172
|
'fabric.editor.time.ago': 'fa',
|
|
136
173
|
'fabric.editor.time.updated': 'Aggiornato',
|
|
137
174
|
'fabric.editor.time.viewed': 'Visualizzato',
|
|
@@ -144,6 +181,7 @@ export default {
|
|
|
144
181
|
'fabric.editor.tooltip.taskList': 'un elemento di azione',
|
|
145
182
|
'fabric.editor.unableToOpenLink': 'Impossibile aprire questo link',
|
|
146
183
|
'fabric.editor.underline': 'Sottolineato',
|
|
184
|
+
'fabric.editor.undo': 'Annulla',
|
|
147
185
|
'fabric.editor.unlink': 'Rimuovi link',
|
|
148
186
|
'fabric.editor.unorderedList': 'Elenco puntato',
|
|
149
187
|
'fabric.editor.unorderedList.description': 'Crea un elenco non ordinato',
|
|
@@ -155,6 +193,8 @@ export default {
|
|
|
155
193
|
'fabric.editor.urlTitle': 'URL',
|
|
156
194
|
'fabric.editor.viewMore': 'Visualizza altro',
|
|
157
195
|
'fabric.editor.visit': 'Apri il link in una nuova finestra',
|
|
196
|
+
'fabric.editor.warningPanel': 'Pannello avvisi',
|
|
197
|
+
'fabric.editor.warningPanel.description': 'Aggiungi un avviso in un pannello colorato',
|
|
158
198
|
'fabric.editor.wrapLeft': 'Ritorno a capo a sinistra',
|
|
159
199
|
'fabric.editor.wrapRight': 'RItorno a capo a destra',
|
|
160
200
|
'fabric.theme.blue': 'Blue',
|
package/dist/es2019/i18n/ja.js
CHANGED
|
@@ -10,13 +10,19 @@ export default {
|
|
|
10
10
|
'fabric.editor.action': 'アクション アイテム',
|
|
11
11
|
'fabric.editor.action.description': 'アクション アイテムを作成して割り当て',
|
|
12
12
|
'fabric.editor.addMediaFiles': '画像、動画、またはファイルを追加',
|
|
13
|
+
'fabric.editor.alignCenter': '中央揃え',
|
|
13
14
|
'fabric.editor.alignImageCenter': '中央揃え',
|
|
14
15
|
'fabric.editor.alignImageLeft': '左揃え',
|
|
15
16
|
'fabric.editor.alignImageRight': '右揃え',
|
|
17
|
+
'fabric.editor.alignLeft': '左揃え',
|
|
18
|
+
'fabric.editor.alignRight': '右揃え',
|
|
19
|
+
'fabric.editor.annotationToolbar': '注釈ツールバー',
|
|
16
20
|
'fabric.editor.blockCardUnavailable': 'インライン リンクは {node} 内にあるためビューを変更できません',
|
|
17
21
|
'fabric.editor.blockDescription': '要約やアクションなど、リンクの詳細を表示します。',
|
|
18
22
|
'fabric.editor.blockTitle': 'カード',
|
|
19
23
|
'fabric.editor.blockquote': '引用',
|
|
24
|
+
'fabric.editor.blockquote.description': '引用文を挿入',
|
|
25
|
+
'fabric.editor.blockquote2': '引用',
|
|
20
26
|
'fabric.editor.bold': '太字',
|
|
21
27
|
'fabric.editor.bug': 'バグ',
|
|
22
28
|
'fabric.editor.cancelButton': 'キャンセル',
|
|
@@ -32,11 +38,17 @@ export default {
|
|
|
32
38
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'テキストとしてコピー',
|
|
33
39
|
'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': '折り返しをオフ',
|
|
34
40
|
'fabric.editor.codeBlockWrapButton.wrapCodeBlock': '折り返しをオン',
|
|
41
|
+
'fabric.editor.codeblock': 'コード スニペット',
|
|
42
|
+
'fabric.editor.codeblock.description': '構文をハイライトしてコードを表示',
|
|
35
43
|
'fabric.editor.collapseNode': 'コンテンツを折りたたむ',
|
|
36
44
|
'fabric.editor.columns': 'レイアウト',
|
|
37
45
|
'fabric.editor.columns.description': 'セクションを使用してページを構成',
|
|
38
46
|
'fabric.editor.copiedToClipboard': 'コピーしました',
|
|
39
47
|
'fabric.editor.copyToClipboard': 'コピー',
|
|
48
|
+
'fabric.editor.createComment': 'コメント',
|
|
49
|
+
'fabric.editor.createCommentInvalid': 'テキストと見出しにのみコメントできます',
|
|
50
|
+
'fabric.editor.customPanel': 'カスタム パネル',
|
|
51
|
+
'fabric.editor.customPanel.description': '絵文字と背景色でメモを追加',
|
|
40
52
|
'fabric.editor.datasourceTitle': '検索クエリを編集',
|
|
41
53
|
'fabric.editor.date': '日付',
|
|
42
54
|
'fabric.editor.date.description': 'カレンダーを使用して日付を追加',
|
|
@@ -63,6 +75,8 @@ export default {
|
|
|
63
75
|
'fabric.editor.emoji.description': '絵文字を使用してアイデア 🎉 や気持ち 😄 を表現',
|
|
64
76
|
'fabric.editor.emptyLink': 'リンクを入力してください。',
|
|
65
77
|
'fabric.editor.epic': 'エピック',
|
|
78
|
+
'fabric.editor.errorPanel': 'エラー パネル',
|
|
79
|
+
'fabric.editor.errorPanel.description': '色付きのパネルでエラーをコールアウト',
|
|
66
80
|
'fabric.editor.expand': '展開',
|
|
67
81
|
'fabric.editor.expand.description': '展開を挿入',
|
|
68
82
|
'fabric.editor.expandDefaultTitle': 'こちらをクリックして展開…',
|
|
@@ -70,6 +84,18 @@ export default {
|
|
|
70
84
|
'fabric.editor.expandPlaceholder': 'この展開にタイトルを付ける…',
|
|
71
85
|
'fabric.editor.feedbackDialog': 'フィードバックを送信',
|
|
72
86
|
'fabric.editor.feedbackDialog.description': '新しいエディターに関するご意見・ご感想をお聞かせください',
|
|
87
|
+
'fabric.editor.heading1': '見出し 1',
|
|
88
|
+
'fabric.editor.heading1Description': '最上位レベルの見出しに使用',
|
|
89
|
+
'fabric.editor.heading2': '見出し 2',
|
|
90
|
+
'fabric.editor.heading2Description': 'キー セクションに使用',
|
|
91
|
+
'fabric.editor.heading3': '見出し 3',
|
|
92
|
+
'fabric.editor.heading3Description': 'サブセクションおよびグループ見出しに使用',
|
|
93
|
+
'fabric.editor.heading4': '見出し 4',
|
|
94
|
+
'fabric.editor.heading4Description': '階層見出しに使用',
|
|
95
|
+
'fabric.editor.heading5': '見出し 5',
|
|
96
|
+
'fabric.editor.heading5Description': 'リスト アイテムのグループ化に使用',
|
|
97
|
+
'fabric.editor.heading6': '見出し 6',
|
|
98
|
+
'fabric.editor.heading6Description': '下位レベルの見出しに使用',
|
|
73
99
|
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'ブログ',
|
|
74
100
|
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'バグ',
|
|
75
101
|
'fabric.editor.headingLink.hyperlinkIconIssueLabel': '課題',
|
|
@@ -80,12 +106,15 @@ export default {
|
|
|
80
106
|
'fabric.editor.help.description': 'キーボード ショートカットと Markdown のオプションをすべて表示',
|
|
81
107
|
'fabric.editor.horizontalRule': '分割線',
|
|
82
108
|
'fabric.editor.horizontalRule.description': '横線を使用してコンテンツを分割',
|
|
83
|
-
'fabric.editor.hyperlink.
|
|
109
|
+
'fabric.editor.hyperlink.linkVisibleLabel': 'リンクを貼り付けるか検索',
|
|
84
110
|
'fabric.editor.hyperlink.searchLinkAriaDescription': 'フィールドに入力すると、以下に候補が表示されます',
|
|
85
111
|
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {検索結果がありませんでした} other {{count,number} 件の検索結果が見つかりました}}',
|
|
112
|
+
'fabric.editor.hyperlink.textVisibleLabel': '表示テキスト(オプション)',
|
|
86
113
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'リンクを貼り付けるか検索',
|
|
87
114
|
'fabric.editor.image': '画像',
|
|
88
115
|
'fabric.editor.improvement': '改善',
|
|
116
|
+
'fabric.editor.infoPanel': '情報パネル',
|
|
117
|
+
'fabric.editor.infoPanel.description': '色付きのパネルで情報を強調',
|
|
89
118
|
'fabric.editor.inlineDescription': 'リンクをインライン テキストとして表示します。',
|
|
90
119
|
'fabric.editor.inlineTitle': 'インライン',
|
|
91
120
|
'fabric.editor.insertMenu': '挿入',
|
|
@@ -107,14 +136,19 @@ export default {
|
|
|
107
136
|
'fabric.editor.moreFormatting': 'その他のフォーマット',
|
|
108
137
|
'fabric.editor.navigate.toolbar.editor': 'エディター ツールバーに移動',
|
|
109
138
|
'fabric.editor.navigate.toolbar.floating': 'フローティング ツールバーに移動',
|
|
139
|
+
'fabric.editor.normal': 'ノーマル テキスト',
|
|
140
|
+
'fabric.editor.notePanel': 'メモ パネル',
|
|
141
|
+
'fabric.editor.notePanel.description': '色付きのメモ パネルを追加',
|
|
110
142
|
'fabric.editor.off': '{formattingType}オフ',
|
|
111
143
|
'fabric.editor.on': '{formattingType}オン',
|
|
112
144
|
'fabric.editor.openLink': 'リンクを新しいタブで開く',
|
|
113
145
|
'fabric.editor.orderedList': '番号付きリスト',
|
|
114
146
|
'fabric.editor.orderedList.description': '順序指定済みリストを作成',
|
|
147
|
+
'fabric.editor.other': 'その他…',
|
|
115
148
|
'fabric.editor.pageActionsLabel': 'ページ操作',
|
|
116
149
|
'fabric.editor.placeholderText': 'プレースホルダー テキスト',
|
|
117
150
|
'fabric.editor.placeholderText.description': 'ページにテキスト プレースホルダーを挿入',
|
|
151
|
+
'fabric.editor.redo': 'やり直し',
|
|
118
152
|
'fabric.editor.remove': '削除',
|
|
119
153
|
'fabric.editor.removeEmoji': '絵文字を削除',
|
|
120
154
|
'fabric.editor.saveButton': '保存',
|
|
@@ -126,12 +160,15 @@ export default {
|
|
|
126
160
|
'fabric.editor.subTask': 'サブタスク',
|
|
127
161
|
'fabric.editor.subscript': '下付き文字',
|
|
128
162
|
'fabric.editor.subscript.off.superscript.on': '下付き文字オフ、上付き文字オン',
|
|
163
|
+
'fabric.editor.successPanel': '成功パネル',
|
|
164
|
+
'fabric.editor.successPanel.description': '色付きのパネルでヒントを追加',
|
|
129
165
|
'fabric.editor.superscript': '上付き文字',
|
|
130
166
|
'fabric.editor.superscript.off.subscript.on': '上付き文字オフ、下付き文字オン',
|
|
131
167
|
'fabric.editor.table': '表',
|
|
132
168
|
'fabric.editor.table.description': '表を挿入',
|
|
133
169
|
'fabric.editor.task': 'タスク',
|
|
134
170
|
'fabric.editor.text.formatting.off': 'テキスト書式設定オフ',
|
|
171
|
+
'fabric.editor.textStyles': 'テキスト スタイル',
|
|
135
172
|
'fabric.editor.time.ago': '前',
|
|
136
173
|
'fabric.editor.time.updated': '最終更新',
|
|
137
174
|
'fabric.editor.time.viewed': '最終閲覧',
|
|
@@ -144,6 +181,7 @@ export default {
|
|
|
144
181
|
'fabric.editor.tooltip.taskList': 'アクション アイテム',
|
|
145
182
|
'fabric.editor.unableToOpenLink': 'このリンクを開けません',
|
|
146
183
|
'fabric.editor.underline': '下線',
|
|
184
|
+
'fabric.editor.undo': '元に戻す',
|
|
147
185
|
'fabric.editor.unlink': 'リンクを解除',
|
|
148
186
|
'fabric.editor.unorderedList': '箇条書きリスト',
|
|
149
187
|
'fabric.editor.unorderedList.description': '順序指定なしのリストを作成',
|
|
@@ -155,6 +193,8 @@ export default {
|
|
|
155
193
|
'fabric.editor.urlTitle': 'URL',
|
|
156
194
|
'fabric.editor.viewMore': 'さらに表示',
|
|
157
195
|
'fabric.editor.visit': 'リンクを新しいウィンドウで開く',
|
|
196
|
+
'fabric.editor.warningPanel': '警告パネル',
|
|
197
|
+
'fabric.editor.warningPanel.description': '色付きのパネルで注意を促すメモを追加',
|
|
158
198
|
'fabric.editor.wrapLeft': '左揃え',
|
|
159
199
|
'fabric.editor.wrapRight': '右揃え',
|
|
160
200
|
'fabric.theme.blue': '青',
|
package/dist/es2019/i18n/ko.js
CHANGED
|
@@ -10,13 +10,19 @@ export default {
|
|
|
10
10
|
'fabric.editor.action': '작업 항목',
|
|
11
11
|
'fabric.editor.action.description': '작업 항목 만들기 및 할당',
|
|
12
12
|
'fabric.editor.addMediaFiles': '이미지, 동영상 또는 파일 추가',
|
|
13
|
+
'fabric.editor.alignCenter': '가운데 정렬',
|
|
13
14
|
'fabric.editor.alignImageCenter': '가운데 정렬',
|
|
14
15
|
'fabric.editor.alignImageLeft': '왼쪽 정렬',
|
|
15
16
|
'fabric.editor.alignImageRight': '오른쪽 정렬',
|
|
17
|
+
'fabric.editor.alignLeft': '왼쪽 정렬',
|
|
18
|
+
'fabric.editor.alignRight': '오른쪽 정렬',
|
|
19
|
+
'fabric.editor.annotationToolbar': '주석 도구 모음',
|
|
16
20
|
'fabric.editor.blockCardUnavailable': '인라인 링크는 {node} 내부에 있으며 보기를 변경할 수 없습니다',
|
|
17
21
|
'fabric.editor.blockDescription': '요약 및 작업을 포함하여 링크에 대한 추가 정보 표시',
|
|
18
22
|
'fabric.editor.blockTitle': '카드',
|
|
19
23
|
'fabric.editor.blockquote': '인용',
|
|
24
|
+
'fabric.editor.blockquote.description': '인용 또는 인용구 삽입',
|
|
25
|
+
'fabric.editor.blockquote2': '인용',
|
|
20
26
|
'fabric.editor.bold': '굵게',
|
|
21
27
|
'fabric.editor.bug': '버그',
|
|
22
28
|
'fabric.editor.cancelButton': '취소',
|
|
@@ -32,11 +38,17 @@ export default {
|
|
|
32
38
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': '텍스트로 복사',
|
|
33
39
|
'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': '래핑 비활성화',
|
|
34
40
|
'fabric.editor.codeBlockWrapButton.wrapCodeBlock': '래핑 활성화',
|
|
41
|
+
'fabric.editor.codeblock': '코드 조각',
|
|
42
|
+
'fabric.editor.codeblock.description': '구문 강조 기능 포함하여 코드 표시',
|
|
35
43
|
'fabric.editor.collapseNode': '콘텐츠 접기',
|
|
36
44
|
'fabric.editor.columns': '레이아웃',
|
|
37
45
|
'fabric.editor.columns.description': '섹션으로 페이지 구성',
|
|
38
46
|
'fabric.editor.copiedToClipboard': '복사되었습니다!',
|
|
39
47
|
'fabric.editor.copyToClipboard': '복사',
|
|
48
|
+
'fabric.editor.createComment': '댓글',
|
|
49
|
+
'fabric.editor.createCommentInvalid': '텍스트 및 제목에만 댓글을 작성할 수 있습니다',
|
|
50
|
+
'fabric.editor.customPanel': '사용자 지정 패널',
|
|
51
|
+
'fabric.editor.customPanel.description': '이모지 및 색상 배경이 있는 메모 추가',
|
|
40
52
|
'fabric.editor.datasourceTitle': '검색 쿼리 편집',
|
|
41
53
|
'fabric.editor.date': '날짜',
|
|
42
54
|
'fabric.editor.date.description': '캘린더로 날짜 추가',
|
|
@@ -63,6 +75,8 @@ export default {
|
|
|
63
75
|
'fabric.editor.emoji.description': '이모지를 사용하여 아이디어 🎉 및 감정 😄 표현',
|
|
64
76
|
'fabric.editor.emptyLink': '링크를 입력하세요.',
|
|
65
77
|
'fabric.editor.epic': '에픽',
|
|
78
|
+
'fabric.editor.errorPanel': '오류 패널',
|
|
79
|
+
'fabric.editor.errorPanel.description': '색상 있는 패널에서 오류 호출',
|
|
66
80
|
'fabric.editor.expand': '확대',
|
|
67
81
|
'fabric.editor.expand.description': '확대 삽입',
|
|
68
82
|
'fabric.editor.expandDefaultTitle': '여기를 클릭하여 펼치기...',
|
|
@@ -70,6 +84,18 @@ export default {
|
|
|
70
84
|
'fabric.editor.expandPlaceholder': '이 펼치기에 제목 지정...',
|
|
71
85
|
'fabric.editor.feedbackDialog': '피드백 보내기',
|
|
72
86
|
'fabric.editor.feedbackDialog.description': '새로운 편집기 사용 경험에 대한 의견을 보내 주십시오',
|
|
87
|
+
'fabric.editor.heading1': '머릿글 1',
|
|
88
|
+
'fabric.editor.heading1Description': '상위 레벨 제목에 사용',
|
|
89
|
+
'fabric.editor.heading2': '머릿글 2',
|
|
90
|
+
'fabric.editor.heading2Description': '핵심 섹션에 사용',
|
|
91
|
+
'fabric.editor.heading3': '머릿글 3',
|
|
92
|
+
'fabric.editor.heading3Description': '하위 섹션 및 그룹 머릿글에 사용',
|
|
93
|
+
'fabric.editor.heading4': '머릿글 4',
|
|
94
|
+
'fabric.editor.heading4Description': '후속 머릿글에 이것을 사용합니다.',
|
|
95
|
+
'fabric.editor.heading5': '머릿글 5',
|
|
96
|
+
'fabric.editor.heading5Description': '목록 항목의 그룹화에 사용',
|
|
97
|
+
'fabric.editor.heading6': '머릿글 6',
|
|
98
|
+
'fabric.editor.heading6Description': '하위 레벨 제목에 사용',
|
|
73
99
|
'fabric.editor.headingLink.hyperlinkIconBlogLabel': '블로그',
|
|
74
100
|
'fabric.editor.headingLink.hyperlinkIconBugLabel': '버그',
|
|
75
101
|
'fabric.editor.headingLink.hyperlinkIconIssueLabel': '이슈',
|
|
@@ -80,12 +106,15 @@ export default {
|
|
|
80
106
|
'fabric.editor.help.description': '모든 키보드 바로 가기 키 및 마크다운 옵션 찾아보기',
|
|
81
107
|
'fabric.editor.horizontalRule': '구분선',
|
|
82
108
|
'fabric.editor.horizontalRule.description': '가로선으로 콘텐츠 구분',
|
|
83
|
-
'fabric.editor.hyperlink.
|
|
109
|
+
'fabric.editor.hyperlink.linkVisibleLabel': '링크 붙여넣기 또는 검색',
|
|
84
110
|
'fabric.editor.hyperlink.searchLinkAriaDescription': '필드에 입력할 때 제안 사항이 아래에 표시됩니다',
|
|
85
111
|
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {결과를 찾을 수 없습니다} other {{count,number}개의 결과를 찾았습니다}}',
|
|
112
|
+
'fabric.editor.hyperlink.textVisibleLabel': '표시 텍스트(선택 사항)',
|
|
86
113
|
'fabric.editor.hyperlinkToolbarPlaceholder': '링크 붙여넣기 또는 검색',
|
|
87
114
|
'fabric.editor.image': '이미지',
|
|
88
115
|
'fabric.editor.improvement': '개선',
|
|
116
|
+
'fabric.editor.infoPanel': '정보 패널',
|
|
117
|
+
'fabric.editor.infoPanel.description': '색상 있는 패널에서 정보 강조 표시',
|
|
89
118
|
'fabric.editor.inlineDescription': '링크를 인라인 텍스트로 표시',
|
|
90
119
|
'fabric.editor.inlineTitle': '인라인',
|
|
91
120
|
'fabric.editor.insertMenu': '삽입',
|
|
@@ -107,14 +136,19 @@ export default {
|
|
|
107
136
|
'fabric.editor.moreFormatting': '형식 더 보기',
|
|
108
137
|
'fabric.editor.navigate.toolbar.editor': '편집기 도구 모음으로 이동',
|
|
109
138
|
'fabric.editor.navigate.toolbar.floating': '플로팅 도구 모음으로 이동',
|
|
139
|
+
'fabric.editor.normal': '일반 텍스트',
|
|
140
|
+
'fabric.editor.notePanel': '노트 패널',
|
|
141
|
+
'fabric.editor.notePanel.description': '색상 있는 패널에 메모 추가',
|
|
110
142
|
'fabric.editor.off': '{formattingType} 꺼짐',
|
|
111
143
|
'fabric.editor.on': '{formattingType} 켜짐',
|
|
112
144
|
'fabric.editor.openLink': '새 탭에서 링크 열기',
|
|
113
145
|
'fabric.editor.orderedList': '번호 목록',
|
|
114
146
|
'fabric.editor.orderedList.description': '순서가 지정된 목록 만들기',
|
|
147
|
+
'fabric.editor.other': '기타...',
|
|
115
148
|
'fabric.editor.pageActionsLabel': '페이지 작업',
|
|
116
149
|
'fabric.editor.placeholderText': '자리 표시자 텍스트',
|
|
117
150
|
'fabric.editor.placeholderText.description': '페이지에 텍스트 자리 표시자 삽입',
|
|
151
|
+
'fabric.editor.redo': '다시 실행',
|
|
118
152
|
'fabric.editor.remove': '제거',
|
|
119
153
|
'fabric.editor.removeEmoji': '이모지 제거',
|
|
120
154
|
'fabric.editor.saveButton': '저장',
|
|
@@ -126,12 +160,15 @@ export default {
|
|
|
126
160
|
'fabric.editor.subTask': '하위 작업',
|
|
127
161
|
'fabric.editor.subscript': '밑첨자',
|
|
128
162
|
'fabric.editor.subscript.off.superscript.on': '아래 첨자 꺼짐, 위 첨자 켜짐',
|
|
163
|
+
'fabric.editor.successPanel': '성공 패널',
|
|
164
|
+
'fabric.editor.successPanel.description': '색상 있는 패널에 팁 추가',
|
|
129
165
|
'fabric.editor.superscript': '위첨자',
|
|
130
166
|
'fabric.editor.superscript.off.subscript.on': '위 첨자 꺼짐, 아래 첨자 켜짐',
|
|
131
167
|
'fabric.editor.table': '표',
|
|
132
168
|
'fabric.editor.table.description': '표 삽입',
|
|
133
169
|
'fabric.editor.task': '작업',
|
|
134
170
|
'fabric.editor.text.formatting.off': '텍스트 서식 꺼짐',
|
|
171
|
+
'fabric.editor.textStyles': '텍스트 스타일',
|
|
135
172
|
'fabric.editor.time.ago': '전',
|
|
136
173
|
'fabric.editor.time.updated': '업데이트됨',
|
|
137
174
|
'fabric.editor.time.viewed': '확인함',
|
|
@@ -144,6 +181,7 @@ export default {
|
|
|
144
181
|
'fabric.editor.tooltip.taskList': '작업 항목',
|
|
145
182
|
'fabric.editor.unableToOpenLink': '이 링크를 열 수 없습니다',
|
|
146
183
|
'fabric.editor.underline': '밑줄',
|
|
184
|
+
'fabric.editor.undo': '실행 취소',
|
|
147
185
|
'fabric.editor.unlink': '링크 해제',
|
|
148
186
|
'fabric.editor.unorderedList': '글머리 기호 목록',
|
|
149
187
|
'fabric.editor.unorderedList.description': '순서가 지정되지 않은 목록 만들기',
|
|
@@ -155,6 +193,8 @@ export default {
|
|
|
155
193
|
'fabric.editor.urlTitle': 'URL',
|
|
156
194
|
'fabric.editor.viewMore': '더 보기',
|
|
157
195
|
'fabric.editor.visit': '새 창에서 링크 열기',
|
|
196
|
+
'fabric.editor.warningPanel': '경고 패널',
|
|
197
|
+
'fabric.editor.warningPanel.description': '색상 있는 패널에 주의 사항 메모 추가',
|
|
158
198
|
'fabric.editor.wrapLeft': '왼쪽에서 줄 바꿈',
|
|
159
199
|
'fabric.editor.wrapRight': '오른쪽에서 줄 바꿈',
|
|
160
200
|
'fabric.theme.blue': 'Blue',
|
package/dist/es2019/i18n/nb.js
CHANGED
|
@@ -10,13 +10,19 @@ export default {
|
|
|
10
10
|
'fabric.editor.action': 'Handlingselement',
|
|
11
11
|
'fabric.editor.action.description': 'Opprett og tilordne handlinger',
|
|
12
12
|
'fabric.editor.addMediaFiles': 'Legg til bilde, video eller fil',
|
|
13
|
+
'fabric.editor.alignCenter': 'Midtjustert',
|
|
13
14
|
'fabric.editor.alignImageCenter': 'Midtjustert',
|
|
14
15
|
'fabric.editor.alignImageLeft': 'Venstrejustert',
|
|
15
16
|
'fabric.editor.alignImageRight': 'Høyrejustert',
|
|
17
|
+
'fabric.editor.alignLeft': 'Venstrejustert',
|
|
18
|
+
'fabric.editor.alignRight': 'Høyrejustert',
|
|
19
|
+
'fabric.editor.annotationToolbar': 'Verktøylinje for kommentarer',
|
|
16
20
|
'fabric.editor.blockCardUnavailable': 'Den innebygde koblingen er inne i {node}, og visningen kan ikke endres',
|
|
17
21
|
'fabric.editor.blockDescription': 'Vis mer informasjon om en kobling, inkludert et sammendrag og handlinger',
|
|
18
22
|
'fabric.editor.blockTitle': 'Kort',
|
|
19
23
|
'fabric.editor.blockquote': 'et sitat',
|
|
24
|
+
'fabric.editor.blockquote.description': 'Sett inn et sitat',
|
|
25
|
+
'fabric.editor.blockquote2': 'Sitat',
|
|
20
26
|
'fabric.editor.bold': 'Fet',
|
|
21
27
|
'fabric.editor.bug': 'Programfeil',
|
|
22
28
|
'fabric.editor.cancelButton': 'Avbryt',
|
|
@@ -32,11 +38,17 @@ export default {
|
|
|
32
38
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopier som tekst',
|
|
33
39
|
'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': 'Slå av linjebryting',
|
|
34
40
|
'fabric.editor.codeBlockWrapButton.wrapCodeBlock': 'Slå på linjebryting',
|
|
41
|
+
'fabric.editor.codeblock': 'Kodebit',
|
|
42
|
+
'fabric.editor.codeblock.description': 'Vis kode med syntaksutheving',
|
|
35
43
|
'fabric.editor.collapseNode': 'Minimer innhold',
|
|
36
44
|
'fabric.editor.columns': 'Oppsett',
|
|
37
45
|
'fabric.editor.columns.description': 'Konstruer siden med seksjoner',
|
|
38
46
|
'fabric.editor.copiedToClipboard': 'Kopiert!',
|
|
39
47
|
'fabric.editor.copyToClipboard': 'Kopier',
|
|
48
|
+
'fabric.editor.createComment': 'Kommenter',
|
|
49
|
+
'fabric.editor.createCommentInvalid': 'Du kan kun kommentere tekst og overskrifter',
|
|
50
|
+
'fabric.editor.customPanel': 'Egendefinert panel',
|
|
51
|
+
'fabric.editor.customPanel.description': 'Legg til et notat med en emoji og farget bakgrunn',
|
|
40
52
|
'fabric.editor.datasourceTitle': 'Rediger søkespørring',
|
|
41
53
|
'fabric.editor.date': 'Dato',
|
|
42
54
|
'fabric.editor.date.description': 'Legg til en dato med en kalender',
|
|
@@ -63,6 +75,8 @@ export default {
|
|
|
63
75
|
'fabric.editor.emoji.description': 'Bruk emojier for å uttrykke tanker 🎉 og følelser 😄',
|
|
64
76
|
'fabric.editor.emptyLink': 'Skriv inn en kobling.',
|
|
65
77
|
'fabric.editor.epic': 'Epic',
|
|
78
|
+
'fabric.editor.errorPanel': 'Feilpanel',
|
|
79
|
+
'fabric.editor.errorPanel.description': 'Trekk frem feil i et farget panel',
|
|
66
80
|
'fabric.editor.expand': 'Utvidelse',
|
|
67
81
|
'fabric.editor.expand.description': 'Sett inn en utvidelse',
|
|
68
82
|
'fabric.editor.expandDefaultTitle': 'Klikk her for å utvide …',
|
|
@@ -70,6 +84,18 @@ export default {
|
|
|
70
84
|
'fabric.editor.expandPlaceholder': 'Gi denne utvidelsen et navn …',
|
|
71
85
|
'fabric.editor.feedbackDialog': 'Gi en tilbakemelding',
|
|
72
86
|
'fabric.editor.feedbackDialog.description': 'Fortell oss hvordan du opplevde det nye redigeringsprogrammet',
|
|
87
|
+
'fabric.editor.heading1': '1. overskrift',
|
|
88
|
+
'fabric.editor.heading1Description': 'Bruk dette for en overskrift på toppnivå',
|
|
89
|
+
'fabric.editor.heading2': '2. overskrift',
|
|
90
|
+
'fabric.editor.heading2Description': 'Bruk dette til viktige avsnitt',
|
|
91
|
+
'fabric.editor.heading3': '3. overskrift',
|
|
92
|
+
'fabric.editor.heading3Description': 'Bruk dette til underavsnitt og overskrifter for grupper',
|
|
93
|
+
'fabric.editor.heading4': '4. overskrift',
|
|
94
|
+
'fabric.editor.heading4Description': 'Bruk dette til dype overskrifter',
|
|
95
|
+
'fabric.editor.heading5': '5. overskrift',
|
|
96
|
+
'fabric.editor.heading5Description': 'Bruk dette til å gruppere listeelementer',
|
|
97
|
+
'fabric.editor.heading6': '6. overskrift',
|
|
98
|
+
'fabric.editor.heading6Description': 'Bruk dette for en overskrift på nedre nivå',
|
|
73
99
|
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blogg',
|
|
74
100
|
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Programfeil',
|
|
75
101
|
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Sak',
|
|
@@ -80,12 +106,15 @@ export default {
|
|
|
80
106
|
'fabric.editor.help.description': 'Se gjennom alle tastatursnarveier og Markdown-alternativer',
|
|
81
107
|
'fabric.editor.horizontalRule': 'Deler',
|
|
82
108
|
'fabric.editor.horizontalRule.description': 'Atskill innhold med en horisontal linje',
|
|
83
|
-
'fabric.editor.hyperlink.
|
|
109
|
+
'fabric.editor.hyperlink.linkVisibleLabel': 'Lim inn eller søk etter kobling',
|
|
84
110
|
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Forslag vises nedenfor etter hvert som du skriver inn i feltet',
|
|
85
111
|
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {fant ingen resultater} one {fant {count,number} resultat} other {fant {count,number} resultater}}',
|
|
112
|
+
'fabric.editor.hyperlink.textVisibleLabel': 'Visningstekst (valgfritt)',
|
|
86
113
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Lim inn eller søk etter kobling',
|
|
87
114
|
'fabric.editor.image': 'Bilde',
|
|
88
115
|
'fabric.editor.improvement': 'Forbedring',
|
|
116
|
+
'fabric.editor.infoPanel': 'Informasjonspanel',
|
|
117
|
+
'fabric.editor.infoPanel.description': 'Uthev informasjonen i et farget panel',
|
|
89
118
|
'fabric.editor.inlineDescription': 'Vis kobling som innebygd tekst',
|
|
90
119
|
'fabric.editor.inlineTitle': 'Innebygd',
|
|
91
120
|
'fabric.editor.insertMenu': 'Sett inn',
|
|
@@ -107,14 +136,19 @@ export default {
|
|
|
107
136
|
'fabric.editor.moreFormatting': 'Mer formatering',
|
|
108
137
|
'fabric.editor.navigate.toolbar.editor': 'Naviger til verktøylinjen for redigering',
|
|
109
138
|
'fabric.editor.navigate.toolbar.floating': 'Naviger til flytende verktøylinje',
|
|
139
|
+
'fabric.editor.normal': 'Normal tekst',
|
|
140
|
+
'fabric.editor.notePanel': 'Kommentarpanel',
|
|
141
|
+
'fabric.editor.notePanel.description': 'Legg til en merknad i et farget panel',
|
|
110
142
|
'fabric.editor.off': '{formattingType} av',
|
|
111
143
|
'fabric.editor.on': '{formattingType} på',
|
|
112
144
|
'fabric.editor.openLink': 'Åpne kobling i en ny fane',
|
|
113
145
|
'fabric.editor.orderedList': 'Nummerert liste',
|
|
114
146
|
'fabric.editor.orderedList.description': 'Opprett en sortert liste',
|
|
147
|
+
'fabric.editor.other': 'Andre …',
|
|
115
148
|
'fabric.editor.pageActionsLabel': 'Sidehandlinger',
|
|
116
149
|
'fabric.editor.placeholderText': 'Plassholdertekst',
|
|
117
150
|
'fabric.editor.placeholderText.description': 'Sett inn en tekstplassholder på siden.',
|
|
151
|
+
'fabric.editor.redo': 'Gjør om',
|
|
118
152
|
'fabric.editor.remove': 'Fjern',
|
|
119
153
|
'fabric.editor.removeEmoji': 'Fjern emoji',
|
|
120
154
|
'fabric.editor.saveButton': 'Lagre',
|
|
@@ -126,12 +160,15 @@ export default {
|
|
|
126
160
|
'fabric.editor.subTask': 'Deloppgave',
|
|
127
161
|
'fabric.editor.subscript': 'Senket skrift',
|
|
128
162
|
'fabric.editor.subscript.off.superscript.on': 'Senket skrift av, hevet skrift på',
|
|
163
|
+
'fabric.editor.successPanel': 'Utførtpanel',
|
|
164
|
+
'fabric.editor.successPanel.description': 'Legg til tips i et farget panel',
|
|
129
165
|
'fabric.editor.superscript': 'Hevet skrift',
|
|
130
166
|
'fabric.editor.superscript.off.subscript.on': 'Hevet skrift av, senket skrift på',
|
|
131
167
|
'fabric.editor.table': 'Tabell',
|
|
132
168
|
'fabric.editor.table.description': 'Sett inn en tavle',
|
|
133
169
|
'fabric.editor.task': 'Oppgave',
|
|
134
170
|
'fabric.editor.text.formatting.off': 'Tekstformatering av',
|
|
171
|
+
'fabric.editor.textStyles': 'Tekststiler',
|
|
135
172
|
'fabric.editor.time.ago': 'siden',
|
|
136
173
|
'fabric.editor.time.updated': 'Oppdatert',
|
|
137
174
|
'fabric.editor.time.viewed': 'Sett',
|
|
@@ -144,6 +181,7 @@ export default {
|
|
|
144
181
|
'fabric.editor.tooltip.taskList': 'et handlingselement',
|
|
145
182
|
'fabric.editor.unableToOpenLink': 'Kan ikke åpne denne koblingen',
|
|
146
183
|
'fabric.editor.underline': 'Understreking',
|
|
184
|
+
'fabric.editor.undo': 'Angre',
|
|
147
185
|
'fabric.editor.unlink': 'Fjern kobling',
|
|
148
186
|
'fabric.editor.unorderedList': 'Punktliste',
|
|
149
187
|
'fabric.editor.unorderedList.description': 'Opprett en uordnet liste',
|
|
@@ -155,6 +193,8 @@ export default {
|
|
|
155
193
|
'fabric.editor.urlTitle': 'Nettadresse',
|
|
156
194
|
'fabric.editor.viewMore': 'Vis mer',
|
|
157
195
|
'fabric.editor.visit': 'Åpne koblingen i et nytt vindu',
|
|
196
|
+
'fabric.editor.warningPanel': 'Advarselspanel',
|
|
197
|
+
'fabric.editor.warningPanel.description': 'Legg til en advarsel i et farget panel',
|
|
158
198
|
'fabric.editor.wrapLeft': 'Juster til venstre',
|
|
159
199
|
'fabric.editor.wrapRight': 'Juster til høyre',
|
|
160
200
|
'fabric.theme.blue': 'Blue',
|