@atlaskit/editor-common 76.18.6 → 76.18.8
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 +14 -0
- package/dist/cjs/i18n/cs.js +34 -0
- package/dist/cjs/i18n/da.js +80 -46
- package/dist/cjs/i18n/de.js +76 -42
- package/dist/cjs/i18n/en.js +34 -0
- package/dist/cjs/i18n/en_GB.js +34 -0
- package/dist/cjs/i18n/en_ZZ.js +34 -0
- package/dist/cjs/i18n/es.js +34 -0
- package/dist/cjs/i18n/fi.js +51 -17
- package/dist/cjs/i18n/fr.js +34 -0
- package/dist/cjs/i18n/hu.js +59 -25
- package/dist/cjs/i18n/it.js +70 -36
- package/dist/cjs/i18n/ja.js +56 -22
- package/dist/cjs/i18n/ko.js +58 -24
- package/dist/cjs/i18n/nb.js +61 -27
- package/dist/cjs/i18n/nl.js +34 -0
- package/dist/cjs/i18n/pl.js +35 -1
- package/dist/cjs/i18n/pt_BR.js +34 -0
- package/dist/cjs/i18n/ru.js +34 -0
- package/dist/cjs/i18n/sv.js +51 -17
- package/dist/cjs/i18n/th.js +63 -35
- package/dist/cjs/i18n/tr.js +36 -2
- package/dist/cjs/i18n/uk.js +45 -17
- package/dist/cjs/i18n/vi.js +54 -26
- package/dist/cjs/i18n/zh.js +34 -0
- package/dist/cjs/i18n/zh_TW.js +34 -0
- package/dist/cjs/link/LinkPicker/HyperlinkAddToolbar/HyperlinkAddToolbar.js +1 -1
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/ui-menu/ColorPickerButton/index.js +1 -1
- package/dist/cjs/ui-menu/Dropdown/index.js +1 -1
- package/dist/cjs/ui-menu/DropdownMenu/index.js +2 -2
- package/dist/es2019/i18n/cs.js +34 -0
- package/dist/es2019/i18n/da.js +80 -46
- package/dist/es2019/i18n/de.js +76 -42
- package/dist/es2019/i18n/en.js +34 -0
- package/dist/es2019/i18n/en_GB.js +34 -0
- package/dist/es2019/i18n/en_ZZ.js +34 -0
- package/dist/es2019/i18n/es.js +34 -0
- package/dist/es2019/i18n/fi.js +51 -17
- package/dist/es2019/i18n/fr.js +34 -0
- package/dist/es2019/i18n/hu.js +59 -25
- package/dist/es2019/i18n/it.js +70 -36
- package/dist/es2019/i18n/ja.js +56 -22
- package/dist/es2019/i18n/ko.js +58 -24
- package/dist/es2019/i18n/nb.js +61 -27
- package/dist/es2019/i18n/nl.js +34 -0
- package/dist/es2019/i18n/pl.js +35 -1
- package/dist/es2019/i18n/pt_BR.js +34 -0
- package/dist/es2019/i18n/ru.js +34 -0
- package/dist/es2019/i18n/sv.js +51 -17
- package/dist/es2019/i18n/th.js +63 -35
- package/dist/es2019/i18n/tr.js +36 -2
- package/dist/es2019/i18n/uk.js +45 -17
- package/dist/es2019/i18n/vi.js +54 -26
- package/dist/es2019/i18n/zh.js +34 -0
- package/dist/es2019/i18n/zh_TW.js +34 -0
- package/dist/es2019/link/LinkPicker/HyperlinkAddToolbar/HyperlinkAddToolbar.js +1 -1
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/ui-menu/ColorPickerButton/index.js +1 -1
- package/dist/es2019/ui-menu/Dropdown/index.js +1 -1
- package/dist/es2019/ui-menu/DropdownMenu/index.js +2 -2
- package/dist/esm/i18n/cs.js +34 -0
- package/dist/esm/i18n/da.js +80 -46
- package/dist/esm/i18n/de.js +76 -42
- package/dist/esm/i18n/en.js +34 -0
- package/dist/esm/i18n/en_GB.js +34 -0
- package/dist/esm/i18n/en_ZZ.js +34 -0
- package/dist/esm/i18n/es.js +34 -0
- package/dist/esm/i18n/fi.js +51 -17
- package/dist/esm/i18n/fr.js +34 -0
- package/dist/esm/i18n/hu.js +59 -25
- package/dist/esm/i18n/it.js +70 -36
- package/dist/esm/i18n/ja.js +56 -22
- package/dist/esm/i18n/ko.js +58 -24
- package/dist/esm/i18n/nb.js +61 -27
- package/dist/esm/i18n/nl.js +34 -0
- package/dist/esm/i18n/pl.js +35 -1
- package/dist/esm/i18n/pt_BR.js +34 -0
- package/dist/esm/i18n/ru.js +34 -0
- package/dist/esm/i18n/sv.js +51 -17
- package/dist/esm/i18n/th.js +63 -35
- package/dist/esm/i18n/tr.js +36 -2
- package/dist/esm/i18n/uk.js +45 -17
- package/dist/esm/i18n/vi.js +54 -26
- package/dist/esm/i18n/zh.js +34 -0
- package/dist/esm/i18n/zh_TW.js +34 -0
- package/dist/esm/link/LinkPicker/HyperlinkAddToolbar/HyperlinkAddToolbar.js +1 -1
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/ui-menu/ColorPickerButton/index.js +1 -1
- package/dist/esm/ui-menu/Dropdown/index.js +1 -1
- package/dist/esm/ui-menu/DropdownMenu/index.js +2 -2
- package/dist/types/analytics/linking-utils.d.ts +2 -1
- package/dist/types/i18n/cs.d.ts +34 -0
- package/dist/types/i18n/da.d.ts +34 -0
- package/dist/types/i18n/de.d.ts +34 -0
- package/dist/types/i18n/en.d.ts +34 -0
- package/dist/types/i18n/en_GB.d.ts +34 -0
- package/dist/types/i18n/en_ZZ.d.ts +34 -0
- package/dist/types/i18n/es.d.ts +34 -0
- package/dist/types/i18n/fi.d.ts +34 -0
- package/dist/types/i18n/fr.d.ts +34 -0
- package/dist/types/i18n/hu.d.ts +34 -0
- package/dist/types/i18n/it.d.ts +34 -0
- package/dist/types/i18n/ja.d.ts +34 -0
- package/dist/types/i18n/ko.d.ts +34 -0
- package/dist/types/i18n/nb.d.ts +34 -0
- package/dist/types/i18n/nl.d.ts +34 -0
- package/dist/types/i18n/pl.d.ts +34 -0
- package/dist/types/i18n/pt_BR.d.ts +34 -0
- package/dist/types/i18n/ru.d.ts +34 -0
- package/dist/types/i18n/sv.d.ts +34 -0
- package/dist/types/i18n/th.d.ts +28 -0
- package/dist/types/i18n/tr.d.ts +34 -0
- package/dist/types/i18n/uk.d.ts +28 -0
- package/dist/types/i18n/vi.d.ts +28 -0
- package/dist/types/i18n/zh.d.ts +34 -0
- package/dist/types/i18n/zh_TW.d.ts +34 -0
- package/dist/types/types/feature-flags.d.ts +0 -10
- package/dist/types/ui-menu/Dropdown/index.d.ts +1 -1
- package/dist/types-ts4.5/analytics/linking-utils.d.ts +2 -1
- package/dist/types-ts4.5/i18n/cs.d.ts +34 -0
- package/dist/types-ts4.5/i18n/da.d.ts +34 -0
- package/dist/types-ts4.5/i18n/de.d.ts +34 -0
- package/dist/types-ts4.5/i18n/en.d.ts +34 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +34 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +34 -0
- package/dist/types-ts4.5/i18n/es.d.ts +34 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +34 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +34 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +34 -0
- package/dist/types-ts4.5/i18n/it.d.ts +34 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +34 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +34 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +34 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +34 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +34 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +34 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +34 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +34 -0
- package/dist/types-ts4.5/i18n/th.d.ts +28 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +34 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +28 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +28 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +34 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +34 -0
- package/dist/types-ts4.5/types/feature-flags.d.ts +0 -10
- package/dist/types-ts4.5/ui-menu/Dropdown/index.d.ts +1 -1
- package/package.json +6 -6
package/dist/esm/i18n/it.js
CHANGED
|
@@ -25,9 +25,13 @@ export default {
|
|
|
25
25
|
'fabric.editor.blockquote2': 'Citazione',
|
|
26
26
|
'fabric.editor.bold': 'Grassetto',
|
|
27
27
|
'fabric.editor.bug': 'Bug',
|
|
28
|
+
'fabric.editor.canNotSortTable': '⚠️ Non puoi ordinare una tabella con celle unite',
|
|
28
29
|
'fabric.editor.cancelButton': 'Annulla',
|
|
29
30
|
'fabric.editor.captionPlaceholder': 'Aggiungi didascalia',
|
|
30
31
|
'fabric.editor.cardFloatingControls': 'Opzioni scheda',
|
|
32
|
+
'fabric.editor.cellBackground': 'Sfondo cella',
|
|
33
|
+
'fabric.editor.cellOptions': 'Opzioni cella',
|
|
34
|
+
'fabric.editor.clearCells': '{0, plural, one {Cancella cella} other {Cancella celle}}',
|
|
31
35
|
'fabric.editor.clearFormatting': 'Elimina formattazione',
|
|
32
36
|
'fabric.editor.clearLink': 'Cancella link',
|
|
33
37
|
'fabric.editor.clearLinkText': 'Cancella testo',
|
|
@@ -41,10 +45,12 @@ export default {
|
|
|
41
45
|
'fabric.editor.codeblock': 'Frammento di codice',
|
|
42
46
|
'fabric.editor.codeblock.description': 'Mostra codice con colorazione della sintassi',
|
|
43
47
|
'fabric.editor.collapseNode': 'Comprimi contenuto',
|
|
48
|
+
'fabric.editor.collapseTable': 'Comprimi tabella',
|
|
44
49
|
'fabric.editor.columns': 'Layout',
|
|
45
50
|
'fabric.editor.columns.description': 'Organizza la tua pagina in sezioni',
|
|
46
51
|
'fabric.editor.copiedToClipboard': 'Copiato.',
|
|
47
52
|
'fabric.editor.copyToClipboard': 'Copia',
|
|
53
|
+
'fabric.editor.cornerControl': 'Evidenzia tabella',
|
|
48
54
|
'fabric.editor.createComment': 'Commento',
|
|
49
55
|
'fabric.editor.createCommentInvalid': 'Puoi inserire commenti solo per il testo e le intestazioni',
|
|
50
56
|
'fabric.editor.customPanel': 'Pannello personalizzato',
|
|
@@ -61,6 +67,7 @@ export default {
|
|
|
61
67
|
'fabric.editor.displayLink': 'Mostra come testo',
|
|
62
68
|
'fabric.editor.displayOptionUnavailableInParentNode': "Questa opzione di visualizzazione non è disponibile all'interno di {node}",
|
|
63
69
|
'fabric.editor.displayText': 'Testo da mostrare',
|
|
70
|
+
'fabric.editor.distributeColumns': 'Distribuisci colonne',
|
|
64
71
|
'fabric.editor.ecombedDescription': "Visualizza un'anteprima interattiva di un link",
|
|
65
72
|
'fabric.editor.edit.datasource': 'Modifica query di ricerca',
|
|
66
73
|
'fabric.editor.editDateText': 'Modifica data',
|
|
@@ -85,8 +92,14 @@ export default {
|
|
|
85
92
|
'fabric.editor.expandDefaultTitle': 'Clicca qui per espandere...',
|
|
86
93
|
'fabric.editor.expandNode': 'Espandi contenuto',
|
|
87
94
|
'fabric.editor.expandPlaceholder': 'Assegna un titolo a questa espansione...',
|
|
95
|
+
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': 'Eliminazione in corso',
|
|
96
|
+
'fabric.editor.extension.deleteElementTitle': "Elimina l'elemento",
|
|
97
|
+
'fabric.editor.extension.sourceNoTitledName': 'questo elemento',
|
|
88
98
|
'fabric.editor.feedbackDialog': 'Lascia un feedback',
|
|
89
99
|
'fabric.editor.feedbackDialog.description': 'Raccontaci la tua esperienza usando il nuovo editor',
|
|
100
|
+
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Elimina anche gli elementi collegati',
|
|
101
|
+
'fabric.editor.headerColumn': 'Colonna di intestazione',
|
|
102
|
+
'fabric.editor.headerRow': 'Riga di intestazione',
|
|
90
103
|
'fabric.editor.heading1': 'Titolo 1',
|
|
91
104
|
'fabric.editor.heading1Description': 'Per un titolo di primo livello',
|
|
92
105
|
'fabric.editor.heading2': 'Titolo 2',
|
|
@@ -120,12 +133,15 @@ export default {
|
|
|
120
133
|
'fabric.editor.infoPanel.description': 'Metti in evidenza l’informazione in un pannello colorato',
|
|
121
134
|
'fabric.editor.inlineDescription': 'Visualizza il link come testo in linea',
|
|
122
135
|
'fabric.editor.inlineTitle': 'In linea',
|
|
136
|
+
'fabric.editor.insertColumn': 'Inserisci colonna a destra',
|
|
123
137
|
'fabric.editor.insertMenu': 'Inserisci',
|
|
138
|
+
'fabric.editor.insertRow': 'Inserisci riga sotto',
|
|
124
139
|
'fabric.editor.invalidLink': 'Inserisci un link valido.',
|
|
125
140
|
'fabric.editor.italic': 'Corsivo',
|
|
126
141
|
'fabric.editor.layoutFixedWidth': 'Torna alla visualizzazione centrata',
|
|
127
142
|
'fabric.editor.layoutFullWidth': 'Vai alla vista a schermo intero',
|
|
128
143
|
'fabric.editor.layoutWide': 'Allarga',
|
|
144
|
+
'fabric.editor.leftSidebar': 'Barra laterale sinistra',
|
|
129
145
|
'fabric.editor.link': 'Inserisci link',
|
|
130
146
|
'fabric.editor.link.description': 'Inserisci un link',
|
|
131
147
|
'fabric.editor.linkAddress': 'Collega indirizzo',
|
|
@@ -136,12 +152,14 @@ export default {
|
|
|
136
152
|
'fabric.editor.mediaFiles.description': 'Aggiungi alla tua pagina immagini e altri file',
|
|
137
153
|
'fabric.editor.mention': 'Menziona',
|
|
138
154
|
'fabric.editor.mention.description': 'Menziona qualcuno per inviargli una notifica',
|
|
155
|
+
'fabric.editor.mergeCells': 'Unisci celle',
|
|
139
156
|
'fabric.editor.moreFormatting': 'Formattazione aggiuntiva',
|
|
140
157
|
'fabric.editor.navigate.toolbar.editor': "Passa alla barra degli strumenti dell'editor",
|
|
141
158
|
'fabric.editor.navigate.toolbar.floating': 'Passa alla barra degli strumenti mobile',
|
|
142
159
|
'fabric.editor.normal': 'Testo normale',
|
|
143
160
|
'fabric.editor.notePanel': 'Pannello note',
|
|
144
161
|
'fabric.editor.notePanel.description': 'Aggiungi una nota in un pannello colorato',
|
|
162
|
+
'fabric.editor.numberedColumn': 'Colonna numerata',
|
|
145
163
|
'fabric.editor.off': '{formattingType} disattiva',
|
|
146
164
|
'fabric.editor.on': '{formattingType} attiva',
|
|
147
165
|
'fabric.editor.openLink': 'Apri link in una nuova scheda',
|
|
@@ -153,9 +171,17 @@ export default {
|
|
|
153
171
|
'fabric.editor.placeholderText.description': 'Inserisci un segnaposto di testo nella pagina',
|
|
154
172
|
'fabric.editor.redo': 'Ripeti',
|
|
155
173
|
'fabric.editor.remove': 'Rimuovi',
|
|
174
|
+
'fabric.editor.removeColumns': '{0, plural, one {Elimina colonna} other {Elimina colonne}}',
|
|
156
175
|
'fabric.editor.removeEmoji': 'Rimuovi emoji',
|
|
176
|
+
'fabric.editor.removeRows': '{0, plural, one {Elimina riga} other {Elimina righe}}',
|
|
177
|
+
'fabric.editor.rightSidebar': 'Barra laterale destra',
|
|
178
|
+
'fabric.editor.rowControl': 'Evidenzia riga',
|
|
157
179
|
'fabric.editor.saveButton': 'Salva',
|
|
158
180
|
'fabric.editor.settingsLinks': 'Vai alle Preferenze per i link',
|
|
181
|
+
'fabric.editor.single': 'Colonna singola',
|
|
182
|
+
'fabric.editor.sortColumnASC': 'Ordina colonna A → Z',
|
|
183
|
+
'fabric.editor.sortColumnDESC': 'Ordina colonna Z → A',
|
|
184
|
+
'fabric.editor.splitCell': 'Dividi cella',
|
|
159
185
|
'fabric.editor.status': 'Stato',
|
|
160
186
|
'fabric.editor.status.description': 'Aggiungi un’etichetta di stato personalizzato',
|
|
161
187
|
'fabric.editor.statusPlaceholder': 'Imposta uno stato',
|
|
@@ -170,9 +196,16 @@ export default {
|
|
|
170
196
|
'fabric.editor.superscript.off.subscript.on': 'Apice disattivato, Pedice attivato',
|
|
171
197
|
'fabric.editor.table': 'Tabella',
|
|
172
198
|
'fabric.editor.table.description': 'Inserisci una tabella',
|
|
199
|
+
'fabric.editor.tableOptions': 'Opzioni tabella',
|
|
200
|
+
'fabric.editor.tables.adjustColumn': 'Regola colonna',
|
|
201
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': "L'eliminazione di {nodeName} comporterà l'interruzione di tutti i relativi collegamenti.",
|
|
202
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Elimina',
|
|
203
|
+
'fabric.editor.tables.resizeTable': 'Ridimensiona tabella',
|
|
173
204
|
'fabric.editor.task': 'Task',
|
|
174
205
|
'fabric.editor.text.formatting.off': 'Formattazione del test disattivata',
|
|
175
206
|
'fabric.editor.textStyles': 'Stili del testo',
|
|
207
|
+
'fabric.editor.threeColumns': 'Tre colonne',
|
|
208
|
+
'fabric.editor.threeColumnsWithSidebars': 'Tre colonne con barre laterali',
|
|
176
209
|
'fabric.editor.time.ago': 'fa',
|
|
177
210
|
'fabric.editor.time.updated': 'Aggiornato',
|
|
178
211
|
'fabric.editor.time.viewed': 'Visualizzato',
|
|
@@ -183,6 +216,7 @@ export default {
|
|
|
183
216
|
'fabric.editor.tooltip.defaultBlockNode': 'un nodo di blocco',
|
|
184
217
|
'fabric.editor.tooltip.nestedExpand': "un'espansione annidata",
|
|
185
218
|
'fabric.editor.tooltip.taskList': 'un elemento di azione',
|
|
219
|
+
'fabric.editor.twoColumns': 'Due colonne',
|
|
186
220
|
'fabric.editor.unableToOpenLink': 'Impossibile aprire questo link',
|
|
187
221
|
'fabric.editor.underline': 'Sottolineato',
|
|
188
222
|
'fabric.editor.undo': 'Annulla',
|
|
@@ -201,56 +235,56 @@ export default {
|
|
|
201
235
|
'fabric.editor.warningPanel.description': 'Aggiungi un avviso in un pannello colorato',
|
|
202
236
|
'fabric.editor.wrapLeft': 'Ritorno a capo a sinistra',
|
|
203
237
|
'fabric.editor.wrapRight': 'RItorno a capo a destra',
|
|
204
|
-
'fabric.theme.blue': '
|
|
238
|
+
'fabric.theme.blue': 'Blu',
|
|
205
239
|
'fabric.theme.bold-blue': 'Blu intenso',
|
|
206
|
-
'fabric.theme.bold-gray': 'Grigio
|
|
240
|
+
'fabric.theme.bold-gray': 'Grigio intenso',
|
|
207
241
|
'fabric.theme.bold-green': 'Verde intenso',
|
|
208
|
-
'fabric.theme.bold-magenta': 'Magenta
|
|
242
|
+
'fabric.theme.bold-magenta': 'Magenta molto intenso',
|
|
209
243
|
'fabric.theme.bold-orange': 'Arancione intenso',
|
|
210
244
|
'fabric.theme.bold-purple': 'Viola intenso',
|
|
211
245
|
'fabric.theme.bold-red': 'Rosso intenso',
|
|
212
246
|
'fabric.theme.bold-teal': 'Turchese intenso',
|
|
213
|
-
'fabric.theme.bold-yellow': 'Giallo
|
|
214
|
-
'fabric.theme.bolder-blue': 'Blu intenso',
|
|
215
|
-
'fabric.theme.bolder-gray': 'Grigio intenso',
|
|
216
|
-
'fabric.theme.bolder-green': 'Verde intenso',
|
|
217
|
-
'fabric.theme.bolder-magenta': 'Magenta intenso',
|
|
218
|
-
'fabric.theme.bolder-orange': 'Arancione intenso',
|
|
219
|
-
'fabric.theme.bolder-purple': 'Viola intenso',
|
|
220
|
-
'fabric.theme.bolder-red': 'Rosso intenso',
|
|
221
|
-
'fabric.theme.bolder-teal': '
|
|
222
|
-
'fabric.theme.bolder-yellow': 'Giallo intenso',
|
|
223
|
-
'fabric.theme.dark-blue': '
|
|
247
|
+
'fabric.theme.bold-yellow': 'Giallo intenso',
|
|
248
|
+
'fabric.theme.bolder-blue': 'Blu molto intenso',
|
|
249
|
+
'fabric.theme.bolder-gray': 'Grigio molto intenso',
|
|
250
|
+
'fabric.theme.bolder-green': 'Verde molto intenso',
|
|
251
|
+
'fabric.theme.bolder-magenta': 'Magenta molto intenso',
|
|
252
|
+
'fabric.theme.bolder-orange': 'Arancione molto intenso',
|
|
253
|
+
'fabric.theme.bolder-purple': 'Viola molto intenso',
|
|
254
|
+
'fabric.theme.bolder-red': 'Rosso molto intenso',
|
|
255
|
+
'fabric.theme.bolder-teal': 'Turchese molto intenso',
|
|
256
|
+
'fabric.theme.bolder-yellow': 'Giallo molto intenso',
|
|
257
|
+
'fabric.theme.dark-blue': 'Blu scuro',
|
|
224
258
|
'fabric.theme.dark-gray': 'Grigio scuro',
|
|
225
|
-
'fabric.theme.dark-green': '
|
|
226
|
-
'fabric.theme.dark-purple': '
|
|
227
|
-
'fabric.theme.dark-red': '
|
|
228
|
-
'fabric.theme.dark-teal': '
|
|
229
|
-
'fabric.theme.dark-yellow': '
|
|
259
|
+
'fabric.theme.dark-green': 'Verde scuro',
|
|
260
|
+
'fabric.theme.dark-purple': 'Viola scuro',
|
|
261
|
+
'fabric.theme.dark-red': 'Rosso scuro',
|
|
262
|
+
'fabric.theme.dark-teal': 'Turchese scuro',
|
|
263
|
+
'fabric.theme.dark-yellow': 'Giallo scuro',
|
|
230
264
|
'fabric.theme.default': 'Predefinito',
|
|
231
|
-
'fabric.theme.gray': '
|
|
232
|
-
'fabric.theme.green': '
|
|
233
|
-
'fabric.theme.light-blue': '
|
|
234
|
-
'fabric.theme.light-gray': '
|
|
235
|
-
'fabric.theme.light-green': '
|
|
236
|
-
'fabric.theme.light-purple': '
|
|
237
|
-
'fabric.theme.light-red': '
|
|
238
|
-
'fabric.theme.light-teal': '
|
|
239
|
-
'fabric.theme.light-yellow': '
|
|
265
|
+
'fabric.theme.gray': 'Grigio',
|
|
266
|
+
'fabric.theme.green': 'Verde',
|
|
267
|
+
'fabric.theme.light-blue': 'Blu chiaro',
|
|
268
|
+
'fabric.theme.light-gray': 'Grigio chiaro',
|
|
269
|
+
'fabric.theme.light-green': 'Verde chiaro',
|
|
270
|
+
'fabric.theme.light-purple': 'Viola chiaro',
|
|
271
|
+
'fabric.theme.light-red': 'Rosso chiaro',
|
|
272
|
+
'fabric.theme.light-teal': 'Turchese chiaro',
|
|
273
|
+
'fabric.theme.light-yellow': 'Giallo chiaro',
|
|
240
274
|
'fabric.theme.magenta': 'Magenta',
|
|
241
|
-
'fabric.theme.orange': '
|
|
242
|
-
'fabric.theme.purple': '
|
|
243
|
-
'fabric.theme.red': '
|
|
275
|
+
'fabric.theme.orange': 'Arancione',
|
|
276
|
+
'fabric.theme.purple': 'Viola',
|
|
277
|
+
'fabric.theme.red': 'Rosso',
|
|
244
278
|
'fabric.theme.subtle-blue': 'Blu tenue',
|
|
245
279
|
'fabric.theme.subtle-gray': 'Grigio tenue',
|
|
246
280
|
'fabric.theme.subtle-green': 'Verde tenue',
|
|
247
|
-
'fabric.theme.subtle-magenta': 'Magenta
|
|
248
|
-
'fabric.theme.subtle-orange': 'Arancione
|
|
281
|
+
'fabric.theme.subtle-magenta': 'Magenta tenue',
|
|
282
|
+
'fabric.theme.subtle-orange': 'Arancione tenue',
|
|
249
283
|
'fabric.theme.subtle-purple': 'Viola tenue',
|
|
250
284
|
'fabric.theme.subtle-red': 'Rosso tenue',
|
|
251
285
|
'fabric.theme.subtle-teal': 'Turchese tenue',
|
|
252
286
|
'fabric.theme.subtle-yellow': 'Giallo tenue',
|
|
253
|
-
'fabric.theme.teal': '
|
|
254
|
-
'fabric.theme.white': '
|
|
255
|
-
'fabric.theme.yellow': '
|
|
287
|
+
'fabric.theme.teal': 'Turchese',
|
|
288
|
+
'fabric.theme.white': 'Bianco',
|
|
289
|
+
'fabric.theme.yellow': 'Giallo'
|
|
256
290
|
};
|
package/dist/esm/i18n/ja.js
CHANGED
|
@@ -25,9 +25,13 @@ export default {
|
|
|
25
25
|
'fabric.editor.blockquote2': '引用',
|
|
26
26
|
'fabric.editor.bold': '太字',
|
|
27
27
|
'fabric.editor.bug': 'バグ',
|
|
28
|
+
'fabric.editor.canNotSortTable': '⚠️ 結合セルを含む表は並べ替えられません。',
|
|
28
29
|
'fabric.editor.cancelButton': 'キャンセル',
|
|
29
30
|
'fabric.editor.captionPlaceholder': 'キャプションを追加',
|
|
30
31
|
'fabric.editor.cardFloatingControls': 'カードのオプション',
|
|
32
|
+
'fabric.editor.cellBackground': 'セルの背景',
|
|
33
|
+
'fabric.editor.cellOptions': 'セルのオプション',
|
|
34
|
+
'fabric.editor.clearCells': '{0, plural, other {セルをクリア}}',
|
|
31
35
|
'fabric.editor.clearFormatting': 'フォーマットをクリア',
|
|
32
36
|
'fabric.editor.clearLink': 'リンクをクリア',
|
|
33
37
|
'fabric.editor.clearLinkText': 'テキストをクリア',
|
|
@@ -41,10 +45,12 @@ export default {
|
|
|
41
45
|
'fabric.editor.codeblock': 'コード スニペット',
|
|
42
46
|
'fabric.editor.codeblock.description': '構文をハイライトしてコードを表示',
|
|
43
47
|
'fabric.editor.collapseNode': 'コンテンツを折りたたむ',
|
|
48
|
+
'fabric.editor.collapseTable': 'テーブルを折りたたむ',
|
|
44
49
|
'fabric.editor.columns': 'レイアウト',
|
|
45
50
|
'fabric.editor.columns.description': 'セクションを使用してページを構成',
|
|
46
51
|
'fabric.editor.copiedToClipboard': 'コピーしました',
|
|
47
52
|
'fabric.editor.copyToClipboard': 'コピー',
|
|
53
|
+
'fabric.editor.cornerControl': 'テーブルをハイライト',
|
|
48
54
|
'fabric.editor.createComment': 'コメント',
|
|
49
55
|
'fabric.editor.createCommentInvalid': 'テキストと見出しにのみコメントできます',
|
|
50
56
|
'fabric.editor.customPanel': 'カスタム パネル',
|
|
@@ -61,6 +67,7 @@ export default {
|
|
|
61
67
|
'fabric.editor.displayLink': 'テキストとして表示',
|
|
62
68
|
'fabric.editor.displayOptionUnavailableInParentNode': '{node} 内ではこの表示オプションを使用できません',
|
|
63
69
|
'fabric.editor.displayText': '表示するテキスト',
|
|
70
|
+
'fabric.editor.distributeColumns': '列の幅を揃える',
|
|
64
71
|
'fabric.editor.ecombedDescription': 'リンクのインタラクティブなプレビューを表示します。',
|
|
65
72
|
'fabric.editor.edit.datasource': '検索クエリを編集',
|
|
66
73
|
'fabric.editor.editDateText': '日付の編集',
|
|
@@ -85,8 +92,14 @@ export default {
|
|
|
85
92
|
'fabric.editor.expandDefaultTitle': 'こちらをクリックして展開…',
|
|
86
93
|
'fabric.editor.expandNode': 'コンテンツを展開',
|
|
87
94
|
'fabric.editor.expandPlaceholder': 'この展開にタイトルを付ける…',
|
|
95
|
+
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': '削除:',
|
|
96
|
+
'fabric.editor.extension.deleteElementTitle': '要素の削除',
|
|
97
|
+
'fabric.editor.extension.sourceNoTitledName': 'この要素',
|
|
88
98
|
'fabric.editor.feedbackDialog': 'フィードバックを送信',
|
|
89
99
|
'fabric.editor.feedbackDialog.description': '新しいエディターに関するご意見・ご感想をお聞かせください',
|
|
100
|
+
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': '接続されている要素も削除',
|
|
101
|
+
'fabric.editor.headerColumn': 'ヘッダーの列',
|
|
102
|
+
'fabric.editor.headerRow': 'ヘッダーの行',
|
|
90
103
|
'fabric.editor.heading1': '見出し 1',
|
|
91
104
|
'fabric.editor.heading1Description': '最上位レベルの見出しに使用',
|
|
92
105
|
'fabric.editor.heading2': '見出し 2',
|
|
@@ -120,12 +133,15 @@ export default {
|
|
|
120
133
|
'fabric.editor.infoPanel.description': '色付きのパネルで情報を強調',
|
|
121
134
|
'fabric.editor.inlineDescription': 'リンクをインライン テキストとして表示します。',
|
|
122
135
|
'fabric.editor.inlineTitle': 'インライン',
|
|
136
|
+
'fabric.editor.insertColumn': '列を右に挿入',
|
|
123
137
|
'fabric.editor.insertMenu': '挿入',
|
|
138
|
+
'fabric.editor.insertRow': '行を下に挿入',
|
|
124
139
|
'fabric.editor.invalidLink': '有効なリンクを入力してください。',
|
|
125
140
|
'fabric.editor.italic': '斜体',
|
|
126
141
|
'fabric.editor.layoutFixedWidth': '標準の幅に戻す',
|
|
127
142
|
'fabric.editor.layoutFullWidth': '全幅で表示',
|
|
128
143
|
'fabric.editor.layoutWide': 'ワイド表示',
|
|
144
|
+
'fabric.editor.leftSidebar': '左サイドバー',
|
|
129
145
|
'fabric.editor.link': 'リンク',
|
|
130
146
|
'fabric.editor.link.description': 'リンクを挿入',
|
|
131
147
|
'fabric.editor.linkAddress': 'リンクのアドレス',
|
|
@@ -136,12 +152,14 @@ export default {
|
|
|
136
152
|
'fabric.editor.mediaFiles.description': '画像やファイルをページに追加',
|
|
137
153
|
'fabric.editor.mention': 'メンション',
|
|
138
154
|
'fabric.editor.mention.description': 'ユーザーをメンションして通知を送信します',
|
|
155
|
+
'fabric.editor.mergeCells': 'セルを結合',
|
|
139
156
|
'fabric.editor.moreFormatting': 'その他のフォーマット',
|
|
140
157
|
'fabric.editor.navigate.toolbar.editor': 'エディター ツールバーに移動',
|
|
141
158
|
'fabric.editor.navigate.toolbar.floating': 'フローティング ツールバーに移動',
|
|
142
159
|
'fabric.editor.normal': 'ノーマル テキスト',
|
|
143
160
|
'fabric.editor.notePanel': 'メモ パネル',
|
|
144
161
|
'fabric.editor.notePanel.description': '色付きのメモ パネルを追加',
|
|
162
|
+
'fabric.editor.numberedColumn': '番号付き列',
|
|
145
163
|
'fabric.editor.off': '{formattingType}オフ',
|
|
146
164
|
'fabric.editor.on': '{formattingType}オン',
|
|
147
165
|
'fabric.editor.openLink': 'リンクを新しいタブで開く',
|
|
@@ -153,9 +171,17 @@ export default {
|
|
|
153
171
|
'fabric.editor.placeholderText.description': 'ページにテキスト プレースホルダーを挿入',
|
|
154
172
|
'fabric.editor.redo': 'やり直し',
|
|
155
173
|
'fabric.editor.remove': '削除',
|
|
174
|
+
'fabric.editor.removeColumns': '{0, plural, other {列を削除}}',
|
|
156
175
|
'fabric.editor.removeEmoji': '絵文字を削除',
|
|
176
|
+
'fabric.editor.removeRows': '{0, plural, other {行を削除}}',
|
|
177
|
+
'fabric.editor.rightSidebar': '右サイドバー',
|
|
178
|
+
'fabric.editor.rowControl': '行をハイライト',
|
|
157
179
|
'fabric.editor.saveButton': '保存',
|
|
158
180
|
'fabric.editor.settingsLinks': 'リンク設定に移動',
|
|
181
|
+
'fabric.editor.single': '単一列',
|
|
182
|
+
'fabric.editor.sortColumnASC': '列の並べ替え: 昇順',
|
|
183
|
+
'fabric.editor.sortColumnDESC': '列の並べ替え: 降順',
|
|
184
|
+
'fabric.editor.splitCell': 'セルを分割',
|
|
159
185
|
'fabric.editor.status': 'ステータス',
|
|
160
186
|
'fabric.editor.status.description': 'カスタム ステータス ラベルを追加',
|
|
161
187
|
'fabric.editor.statusPlaceholder': 'ステータスを設定',
|
|
@@ -170,9 +196,16 @@ export default {
|
|
|
170
196
|
'fabric.editor.superscript.off.subscript.on': '上付き文字オフ、下付き文字オン',
|
|
171
197
|
'fabric.editor.table': '表',
|
|
172
198
|
'fabric.editor.table.description': '表を挿入',
|
|
199
|
+
'fabric.editor.tableOptions': '表のオプション',
|
|
200
|
+
'fabric.editor.tables.adjustColumn': '列を調整する',
|
|
201
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': '{nodeName} を削除すると、接続されているすべてが破棄されます。',
|
|
202
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': '削除',
|
|
203
|
+
'fabric.editor.tables.resizeTable': 'テーブルのサイズを変更する',
|
|
173
204
|
'fabric.editor.task': 'タスク',
|
|
174
205
|
'fabric.editor.text.formatting.off': 'テキスト書式設定オフ',
|
|
175
206
|
'fabric.editor.textStyles': 'テキスト スタイル',
|
|
207
|
+
'fabric.editor.threeColumns': '3 列',
|
|
208
|
+
'fabric.editor.threeColumnsWithSidebars': 'サイドバーを使用した 3 列レイアウト',
|
|
176
209
|
'fabric.editor.time.ago': '前',
|
|
177
210
|
'fabric.editor.time.updated': '最終更新',
|
|
178
211
|
'fabric.editor.time.viewed': '最終閲覧',
|
|
@@ -183,6 +216,7 @@ export default {
|
|
|
183
216
|
'fabric.editor.tooltip.defaultBlockNode': 'ブロック ノード',
|
|
184
217
|
'fabric.editor.tooltip.nestedExpand': '入れ子の展開ノード',
|
|
185
218
|
'fabric.editor.tooltip.taskList': 'アクション アイテム',
|
|
219
|
+
'fabric.editor.twoColumns': '2 列',
|
|
186
220
|
'fabric.editor.unableToOpenLink': 'このリンクを開けません',
|
|
187
221
|
'fabric.editor.underline': '下線',
|
|
188
222
|
'fabric.editor.undo': '元に戻す',
|
|
@@ -202,31 +236,31 @@ export default {
|
|
|
202
236
|
'fabric.editor.wrapLeft': '左揃え',
|
|
203
237
|
'fabric.editor.wrapRight': '右揃え',
|
|
204
238
|
'fabric.theme.blue': '青',
|
|
205
|
-
'fabric.theme.bold-blue': '
|
|
206
|
-
'fabric.theme.bold-gray': '
|
|
207
|
-
'fabric.theme.bold-green': '
|
|
208
|
-
'fabric.theme.bold-magenta': '
|
|
209
|
-
'fabric.theme.bold-orange': '
|
|
210
|
-
'fabric.theme.bold-purple': '
|
|
211
|
-
'fabric.theme.bold-red': '
|
|
212
|
-
'fabric.theme.bold-teal': '
|
|
213
|
-
'fabric.theme.bold-yellow': '
|
|
214
|
-
'fabric.theme.bolder-blue': '
|
|
215
|
-
'fabric.theme.bolder-gray': '
|
|
216
|
-
'fabric.theme.bolder-green': '
|
|
217
|
-
'fabric.theme.bolder-magenta': '
|
|
218
|
-
'fabric.theme.bolder-orange': '
|
|
219
|
-
'fabric.theme.bolder-purple': '
|
|
220
|
-
'fabric.theme.bolder-red': '
|
|
221
|
-
'fabric.theme.bolder-teal': '
|
|
222
|
-
'fabric.theme.bolder-yellow': '
|
|
239
|
+
'fabric.theme.bold-blue': '濃いめの青',
|
|
240
|
+
'fabric.theme.bold-gray': '濃いめの灰色',
|
|
241
|
+
'fabric.theme.bold-green': '濃いめの緑',
|
|
242
|
+
'fabric.theme.bold-magenta': '濃いめのマゼンタ',
|
|
243
|
+
'fabric.theme.bold-orange': '濃いめのオレンジ',
|
|
244
|
+
'fabric.theme.bold-purple': '濃いめの紫',
|
|
245
|
+
'fabric.theme.bold-red': '濃いめの赤',
|
|
246
|
+
'fabric.theme.bold-teal': '濃いめの青緑',
|
|
247
|
+
'fabric.theme.bold-yellow': '濃いめの黄色',
|
|
248
|
+
'fabric.theme.bolder-blue': '濃い青',
|
|
249
|
+
'fabric.theme.bolder-gray': '濃い灰色',
|
|
250
|
+
'fabric.theme.bolder-green': '濃い緑',
|
|
251
|
+
'fabric.theme.bolder-magenta': '濃いマゼンタ',
|
|
252
|
+
'fabric.theme.bolder-orange': '濃いオレンジ',
|
|
253
|
+
'fabric.theme.bolder-purple': '濃い紫',
|
|
254
|
+
'fabric.theme.bolder-red': '濃い赤',
|
|
255
|
+
'fabric.theme.bolder-teal': '濃いティール',
|
|
256
|
+
'fabric.theme.bolder-yellow': '濃い黄色',
|
|
223
257
|
'fabric.theme.dark-blue': '濃い青',
|
|
224
|
-
'fabric.theme.dark-gray': '
|
|
258
|
+
'fabric.theme.dark-gray': '濃い灰色',
|
|
225
259
|
'fabric.theme.dark-green': '濃い緑',
|
|
226
260
|
'fabric.theme.dark-purple': '濃い紫',
|
|
227
261
|
'fabric.theme.dark-red': '濃い赤',
|
|
228
262
|
'fabric.theme.dark-teal': '濃い青緑',
|
|
229
|
-
'fabric.theme.dark-yellow': '
|
|
263
|
+
'fabric.theme.dark-yellow': '濃い黄色',
|
|
230
264
|
'fabric.theme.default': '既定',
|
|
231
265
|
'fabric.theme.gray': '灰色',
|
|
232
266
|
'fabric.theme.green': '緑',
|
|
@@ -236,7 +270,7 @@ export default {
|
|
|
236
270
|
'fabric.theme.light-purple': '薄い紫',
|
|
237
271
|
'fabric.theme.light-red': '薄い赤',
|
|
238
272
|
'fabric.theme.light-teal': '薄い青緑',
|
|
239
|
-
'fabric.theme.light-yellow': '
|
|
273
|
+
'fabric.theme.light-yellow': '薄い黄色',
|
|
240
274
|
'fabric.theme.magenta': 'マゼンタ',
|
|
241
275
|
'fabric.theme.orange': 'オレンジ',
|
|
242
276
|
'fabric.theme.purple': '紫',
|
|
@@ -252,5 +286,5 @@ export default {
|
|
|
252
286
|
'fabric.theme.subtle-yellow': '淡い黄色',
|
|
253
287
|
'fabric.theme.teal': '青緑',
|
|
254
288
|
'fabric.theme.white': '白',
|
|
255
|
-
'fabric.theme.yellow': '
|
|
289
|
+
'fabric.theme.yellow': '黄色'
|
|
256
290
|
};
|
package/dist/esm/i18n/ko.js
CHANGED
|
@@ -25,9 +25,13 @@ export default {
|
|
|
25
25
|
'fabric.editor.blockquote2': '인용',
|
|
26
26
|
'fabric.editor.bold': '굵게',
|
|
27
27
|
'fabric.editor.bug': '버그',
|
|
28
|
+
'fabric.editor.canNotSortTable': '⚠️ 병합된 셀이 있는 표를 정렬할 수 없습니다',
|
|
28
29
|
'fabric.editor.cancelButton': '취소',
|
|
29
30
|
'fabric.editor.captionPlaceholder': '캡션 추가',
|
|
30
31
|
'fabric.editor.cardFloatingControls': '카드 옵션',
|
|
32
|
+
'fabric.editor.cellBackground': '셀 배경',
|
|
33
|
+
'fabric.editor.cellOptions': '셀 옵션',
|
|
34
|
+
'fabric.editor.clearCells': '{0, plural, other {셀 지우기}}',
|
|
31
35
|
'fabric.editor.clearFormatting': '서식 지우기',
|
|
32
36
|
'fabric.editor.clearLink': '링크 지우기',
|
|
33
37
|
'fabric.editor.clearLinkText': '텍스트 지우기',
|
|
@@ -41,10 +45,12 @@ export default {
|
|
|
41
45
|
'fabric.editor.codeblock': '코드 조각',
|
|
42
46
|
'fabric.editor.codeblock.description': '구문 강조 기능 포함하여 코드 표시',
|
|
43
47
|
'fabric.editor.collapseNode': '콘텐츠 접기',
|
|
48
|
+
'fabric.editor.collapseTable': '표 축소',
|
|
44
49
|
'fabric.editor.columns': '레이아웃',
|
|
45
50
|
'fabric.editor.columns.description': '섹션으로 페이지 구성',
|
|
46
51
|
'fabric.editor.copiedToClipboard': '복사되었습니다!',
|
|
47
52
|
'fabric.editor.copyToClipboard': '복사',
|
|
53
|
+
'fabric.editor.cornerControl': '표 강조',
|
|
48
54
|
'fabric.editor.createComment': '댓글',
|
|
49
55
|
'fabric.editor.createCommentInvalid': '텍스트 및 제목에만 댓글을 작성할 수 있습니다',
|
|
50
56
|
'fabric.editor.customPanel': '사용자 지정 패널',
|
|
@@ -61,6 +67,7 @@ export default {
|
|
|
61
67
|
'fabric.editor.displayLink': '텍스트로 표시',
|
|
62
68
|
'fabric.editor.displayOptionUnavailableInParentNode': '이 표시 옵션은 {node} 내에서 사용할 수 없습니다',
|
|
63
69
|
'fabric.editor.displayText': '표시할 텍스트',
|
|
70
|
+
'fabric.editor.distributeColumns': '열 균등 맞춤',
|
|
64
71
|
'fabric.editor.ecombedDescription': '링크의 대화형 미리 보기 표시',
|
|
65
72
|
'fabric.editor.edit.datasource': '검색 쿼리 편집',
|
|
66
73
|
'fabric.editor.editDateText': '날짜 편집',
|
|
@@ -85,8 +92,14 @@ export default {
|
|
|
85
92
|
'fabric.editor.expandDefaultTitle': '여기를 클릭하여 펼치기...',
|
|
86
93
|
'fabric.editor.expandNode': '콘텐츠 펼치기',
|
|
87
94
|
'fabric.editor.expandPlaceholder': '이 펼치기에 제목 지정...',
|
|
95
|
+
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': '삭제 중',
|
|
96
|
+
'fabric.editor.extension.deleteElementTitle': '요소 삭제',
|
|
97
|
+
'fabric.editor.extension.sourceNoTitledName': '이 요소',
|
|
88
98
|
'fabric.editor.feedbackDialog': '피드백 보내기',
|
|
89
99
|
'fabric.editor.feedbackDialog.description': '새로운 편집기 사용 경험에 대한 의견을 보내 주십시오',
|
|
100
|
+
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': '연결된 요소도 삭제',
|
|
101
|
+
'fabric.editor.headerColumn': '헤더 열',
|
|
102
|
+
'fabric.editor.headerRow': '헤더 행',
|
|
90
103
|
'fabric.editor.heading1': '머릿글 1',
|
|
91
104
|
'fabric.editor.heading1Description': '상위 레벨 제목에 사용',
|
|
92
105
|
'fabric.editor.heading2': '머릿글 2',
|
|
@@ -120,12 +133,15 @@ export default {
|
|
|
120
133
|
'fabric.editor.infoPanel.description': '색상 있는 패널에서 정보 강조 표시',
|
|
121
134
|
'fabric.editor.inlineDescription': '링크를 인라인 텍스트로 표시',
|
|
122
135
|
'fabric.editor.inlineTitle': '인라인',
|
|
136
|
+
'fabric.editor.insertColumn': '오른쪽에 열 삽입',
|
|
123
137
|
'fabric.editor.insertMenu': '삽입',
|
|
138
|
+
'fabric.editor.insertRow': '아래에 행 삽입',
|
|
124
139
|
'fabric.editor.invalidLink': '유효한 링크를 입력하세요.',
|
|
125
140
|
'fabric.editor.italic': '기울임꼴',
|
|
126
141
|
'fabric.editor.layoutFixedWidth': '원래 너비로',
|
|
127
142
|
'fabric.editor.layoutFullWidth': '전체 너비로 표시',
|
|
128
143
|
'fabric.editor.layoutWide': '넓게 표시',
|
|
144
|
+
'fabric.editor.leftSidebar': '왼쪽 사이드바',
|
|
129
145
|
'fabric.editor.link': '링크',
|
|
130
146
|
'fabric.editor.link.description': '링크 삽입',
|
|
131
147
|
'fabric.editor.linkAddress': '링크 주소',
|
|
@@ -136,12 +152,14 @@ export default {
|
|
|
136
152
|
'fabric.editor.mediaFiles.description': '페이지에 이미지 및 기타 파일 추가',
|
|
137
153
|
'fabric.editor.mention': '멘션',
|
|
138
154
|
'fabric.editor.mention.description': '다른 사람을 멘션하여 알림 보내기',
|
|
155
|
+
'fabric.editor.mergeCells': '셀 병합',
|
|
139
156
|
'fabric.editor.moreFormatting': '형식 더 보기',
|
|
140
157
|
'fabric.editor.navigate.toolbar.editor': '편집기 도구 모음으로 이동',
|
|
141
158
|
'fabric.editor.navigate.toolbar.floating': '플로팅 도구 모음으로 이동',
|
|
142
159
|
'fabric.editor.normal': '일반 텍스트',
|
|
143
160
|
'fabric.editor.notePanel': '노트 패널',
|
|
144
161
|
'fabric.editor.notePanel.description': '색상 있는 패널에 메모 추가',
|
|
162
|
+
'fabric.editor.numberedColumn': '번호 매기기 열',
|
|
145
163
|
'fabric.editor.off': '{formattingType} 꺼짐',
|
|
146
164
|
'fabric.editor.on': '{formattingType} 켜짐',
|
|
147
165
|
'fabric.editor.openLink': '새 탭에서 링크 열기',
|
|
@@ -153,9 +171,17 @@ export default {
|
|
|
153
171
|
'fabric.editor.placeholderText.description': '페이지에 텍스트 자리 표시자 삽입',
|
|
154
172
|
'fabric.editor.redo': '다시 실행',
|
|
155
173
|
'fabric.editor.remove': '제거',
|
|
174
|
+
'fabric.editor.removeColumns': '{0, plural, other {열 삭제}}',
|
|
156
175
|
'fabric.editor.removeEmoji': '이모지 제거',
|
|
176
|
+
'fabric.editor.removeRows': '{0, plural, other {행 삭제}}',
|
|
177
|
+
'fabric.editor.rightSidebar': '오른쪽 사이드바',
|
|
178
|
+
'fabric.editor.rowControl': '열 강조 표시',
|
|
157
179
|
'fabric.editor.saveButton': '저장',
|
|
158
180
|
'fabric.editor.settingsLinks': '링크 기본 설정으로 이동',
|
|
181
|
+
'fabric.editor.single': '단일 열',
|
|
182
|
+
'fabric.editor.sortColumnASC': '열 정렬: 오름차순',
|
|
183
|
+
'fabric.editor.sortColumnDESC': '열 정렬: 내림차순',
|
|
184
|
+
'fabric.editor.splitCell': '셀 나누기',
|
|
159
185
|
'fabric.editor.status': '상태',
|
|
160
186
|
'fabric.editor.status.description': '사용자 정의 상태 레이블 추가',
|
|
161
187
|
'fabric.editor.statusPlaceholder': '상태 설정',
|
|
@@ -170,9 +196,16 @@ export default {
|
|
|
170
196
|
'fabric.editor.superscript.off.subscript.on': '위 첨자 꺼짐, 아래 첨자 켜짐',
|
|
171
197
|
'fabric.editor.table': '표',
|
|
172
198
|
'fabric.editor.table.description': '표 삽입',
|
|
199
|
+
'fabric.editor.tableOptions': '표 옵션',
|
|
200
|
+
'fabric.editor.tables.adjustColumn': '열 조정',
|
|
201
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': '{nodeName}을(를) 삭제하면 연결된 모든 것이 작동 중지됩니다.',
|
|
202
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': '삭제',
|
|
203
|
+
'fabric.editor.tables.resizeTable': '표 크기 조정',
|
|
173
204
|
'fabric.editor.task': '작업',
|
|
174
205
|
'fabric.editor.text.formatting.off': '텍스트 서식 꺼짐',
|
|
175
206
|
'fabric.editor.textStyles': '텍스트 스타일',
|
|
207
|
+
'fabric.editor.threeColumns': '세 개 열',
|
|
208
|
+
'fabric.editor.threeColumnsWithSidebars': '사이드바가 있는 세 개 열',
|
|
176
209
|
'fabric.editor.time.ago': '전',
|
|
177
210
|
'fabric.editor.time.updated': '업데이트됨',
|
|
178
211
|
'fabric.editor.time.viewed': '확인함',
|
|
@@ -183,6 +216,7 @@ export default {
|
|
|
183
216
|
'fabric.editor.tooltip.defaultBlockNode': '블록 노드',
|
|
184
217
|
'fabric.editor.tooltip.nestedExpand': '중첩된 확장',
|
|
185
218
|
'fabric.editor.tooltip.taskList': '작업 항목',
|
|
219
|
+
'fabric.editor.twoColumns': '두 개 열',
|
|
186
220
|
'fabric.editor.unableToOpenLink': '이 링크를 열 수 없습니다',
|
|
187
221
|
'fabric.editor.underline': '밑줄',
|
|
188
222
|
'fabric.editor.undo': '실행 취소',
|
|
@@ -201,10 +235,10 @@ export default {
|
|
|
201
235
|
'fabric.editor.warningPanel.description': '색상 있는 패널에 주의 사항 메모 추가',
|
|
202
236
|
'fabric.editor.wrapLeft': '왼쪽에서 줄 바꿈',
|
|
203
237
|
'fabric.editor.wrapRight': '오른쪽에서 줄 바꿈',
|
|
204
|
-
'fabric.theme.blue': '
|
|
238
|
+
'fabric.theme.blue': '파란색',
|
|
205
239
|
'fabric.theme.bold-blue': '진한 파란색',
|
|
206
240
|
'fabric.theme.bold-gray': '진한 회색',
|
|
207
|
-
'fabric.theme.bold-green': '진한
|
|
241
|
+
'fabric.theme.bold-green': '진한 녹색',
|
|
208
242
|
'fabric.theme.bold-magenta': '진한 자홍색',
|
|
209
243
|
'fabric.theme.bold-orange': '진한 주황색',
|
|
210
244
|
'fabric.theme.bold-purple': '진한 보라색',
|
|
@@ -220,37 +254,37 @@ export default {
|
|
|
220
254
|
'fabric.theme.bolder-red': '더 진한 빨간색',
|
|
221
255
|
'fabric.theme.bolder-teal': '더 진한 청록색',
|
|
222
256
|
'fabric.theme.bolder-yellow': '더 진한 노란색',
|
|
223
|
-
'fabric.theme.dark-blue': '
|
|
257
|
+
'fabric.theme.dark-blue': '어두운 파란색',
|
|
224
258
|
'fabric.theme.dark-gray': '어두운 회색',
|
|
225
|
-
'fabric.theme.dark-green': '
|
|
226
|
-
'fabric.theme.dark-purple': '
|
|
227
|
-
'fabric.theme.dark-red': '
|
|
228
|
-
'fabric.theme.dark-teal': '
|
|
229
|
-
'fabric.theme.dark-yellow': '
|
|
259
|
+
'fabric.theme.dark-green': '어두운 녹색',
|
|
260
|
+
'fabric.theme.dark-purple': '어두운 보라색',
|
|
261
|
+
'fabric.theme.dark-red': '어두운 빨간색',
|
|
262
|
+
'fabric.theme.dark-teal': '어두운 청록색',
|
|
263
|
+
'fabric.theme.dark-yellow': '어두운 노란색',
|
|
230
264
|
'fabric.theme.default': '기본값',
|
|
231
|
-
'fabric.theme.gray': '
|
|
232
|
-
'fabric.theme.green': '
|
|
233
|
-
'fabric.theme.light-blue': '
|
|
234
|
-
'fabric.theme.light-gray': '
|
|
235
|
-
'fabric.theme.light-green': '
|
|
236
|
-
'fabric.theme.light-purple': '
|
|
237
|
-
'fabric.theme.light-red': '
|
|
238
|
-
'fabric.theme.light-teal': '
|
|
239
|
-
'fabric.theme.light-yellow': '
|
|
265
|
+
'fabric.theme.gray': '회색',
|
|
266
|
+
'fabric.theme.green': '녹색',
|
|
267
|
+
'fabric.theme.light-blue': '밝은 파란색',
|
|
268
|
+
'fabric.theme.light-gray': '밝은 회색',
|
|
269
|
+
'fabric.theme.light-green': '밝은 녹색',
|
|
270
|
+
'fabric.theme.light-purple': '밝은 보라색',
|
|
271
|
+
'fabric.theme.light-red': '밝은 빨간색',
|
|
272
|
+
'fabric.theme.light-teal': '밝은 청록색',
|
|
273
|
+
'fabric.theme.light-yellow': '밝은 노란색',
|
|
240
274
|
'fabric.theme.magenta': '자홍색',
|
|
241
|
-
'fabric.theme.orange': '
|
|
242
|
-
'fabric.theme.purple': '
|
|
243
|
-
'fabric.theme.red': '
|
|
275
|
+
'fabric.theme.orange': '주황색',
|
|
276
|
+
'fabric.theme.purple': '보라색',
|
|
277
|
+
'fabric.theme.red': '빨간색',
|
|
244
278
|
'fabric.theme.subtle-blue': '연한 파란색',
|
|
245
279
|
'fabric.theme.subtle-gray': '연한 회색',
|
|
246
|
-
'fabric.theme.subtle-green': '연한
|
|
280
|
+
'fabric.theme.subtle-green': '연한 녹색',
|
|
247
281
|
'fabric.theme.subtle-magenta': '연한 자홍색',
|
|
248
282
|
'fabric.theme.subtle-orange': '연한 주황색',
|
|
249
283
|
'fabric.theme.subtle-purple': '연한 보라색',
|
|
250
284
|
'fabric.theme.subtle-red': '연한 빨간색',
|
|
251
285
|
'fabric.theme.subtle-teal': '연한 청록색',
|
|
252
286
|
'fabric.theme.subtle-yellow': '연한 노란색',
|
|
253
|
-
'fabric.theme.teal': '
|
|
254
|
-
'fabric.theme.white': '
|
|
255
|
-
'fabric.theme.yellow': '
|
|
287
|
+
'fabric.theme.teal': '청록색',
|
|
288
|
+
'fabric.theme.white': '흰색',
|
|
289
|
+
'fabric.theme.yellow': '노란색'
|
|
256
290
|
};
|