@atlaskit/editor-common 80.4.1 → 80.4.2
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 +8 -0
- package/dist/cjs/i18n/cs.js +35 -10
- package/dist/cjs/i18n/da.js +35 -10
- package/dist/cjs/i18n/de.js +36 -11
- package/dist/cjs/i18n/en.js +36 -10
- package/dist/cjs/i18n/en_GB.js +36 -10
- package/dist/cjs/i18n/en_ZZ.js +37 -11
- package/dist/cjs/i18n/es.js +35 -10
- package/dist/cjs/i18n/fi.js +35 -10
- package/dist/cjs/i18n/fr.js +35 -10
- package/dist/cjs/i18n/hu.js +35 -10
- package/dist/cjs/i18n/it.js +35 -10
- package/dist/cjs/i18n/ja.js +35 -10
- package/dist/cjs/i18n/ko.js +35 -10
- package/dist/cjs/i18n/nb.js +35 -10
- package/dist/cjs/i18n/nl.js +35 -10
- package/dist/cjs/i18n/pl.js +35 -10
- package/dist/cjs/i18n/pt_BR.js +35 -10
- package/dist/cjs/i18n/ru.js +35 -10
- package/dist/cjs/i18n/sv.js +35 -10
- package/dist/cjs/i18n/th.js +35 -10
- package/dist/cjs/i18n/tr.js +35 -10
- package/dist/cjs/i18n/uk.js +35 -10
- package/dist/cjs/i18n/vi.js +35 -10
- package/dist/cjs/i18n/zh.js +35 -10
- package/dist/cjs/i18n/zh_TW.js +35 -10
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/es2019/i18n/cs.js +35 -10
- package/dist/es2019/i18n/da.js +35 -10
- package/dist/es2019/i18n/de.js +36 -11
- package/dist/es2019/i18n/en.js +36 -10
- package/dist/es2019/i18n/en_GB.js +36 -10
- package/dist/es2019/i18n/en_ZZ.js +37 -11
- package/dist/es2019/i18n/es.js +35 -10
- package/dist/es2019/i18n/fi.js +35 -10
- package/dist/es2019/i18n/fr.js +35 -10
- package/dist/es2019/i18n/hu.js +35 -10
- package/dist/es2019/i18n/it.js +35 -10
- package/dist/es2019/i18n/ja.js +35 -10
- package/dist/es2019/i18n/ko.js +35 -10
- package/dist/es2019/i18n/nb.js +35 -10
- package/dist/es2019/i18n/nl.js +35 -10
- package/dist/es2019/i18n/pl.js +35 -10
- package/dist/es2019/i18n/pt_BR.js +35 -10
- package/dist/es2019/i18n/ru.js +35 -10
- package/dist/es2019/i18n/sv.js +35 -10
- package/dist/es2019/i18n/th.js +35 -10
- package/dist/es2019/i18n/tr.js +35 -10
- package/dist/es2019/i18n/uk.js +35 -10
- package/dist/es2019/i18n/vi.js +35 -10
- package/dist/es2019/i18n/zh.js +35 -10
- package/dist/es2019/i18n/zh_TW.js +35 -10
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/esm/i18n/cs.js +35 -10
- package/dist/esm/i18n/da.js +35 -10
- package/dist/esm/i18n/de.js +36 -11
- package/dist/esm/i18n/en.js +36 -10
- package/dist/esm/i18n/en_GB.js +36 -10
- package/dist/esm/i18n/en_ZZ.js +37 -11
- package/dist/esm/i18n/es.js +35 -10
- package/dist/esm/i18n/fi.js +35 -10
- package/dist/esm/i18n/fr.js +35 -10
- package/dist/esm/i18n/hu.js +35 -10
- package/dist/esm/i18n/it.js +35 -10
- package/dist/esm/i18n/ja.js +35 -10
- package/dist/esm/i18n/ko.js +35 -10
- package/dist/esm/i18n/nb.js +35 -10
- package/dist/esm/i18n/nl.js +35 -10
- package/dist/esm/i18n/pl.js +35 -10
- package/dist/esm/i18n/pt_BR.js +35 -10
- package/dist/esm/i18n/ru.js +35 -10
- package/dist/esm/i18n/sv.js +35 -10
- package/dist/esm/i18n/th.js +35 -10
- package/dist/esm/i18n/tr.js +35 -10
- package/dist/esm/i18n/uk.js +35 -10
- package/dist/esm/i18n/vi.js +35 -10
- package/dist/esm/i18n/zh.js +35 -10
- package/dist/esm/i18n/zh_TW.js +35 -10
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/types/analytics/types/insert-events.d.ts +1 -0
- package/dist/types/extensions/types/extension-handler.d.ts +1 -0
- package/dist/types/i18n/cs.d.ts +25 -0
- package/dist/types/i18n/da.d.ts +25 -0
- package/dist/types/i18n/de.d.ts +25 -0
- package/dist/types/i18n/en.d.ts +26 -0
- package/dist/types/i18n/en_GB.d.ts +26 -0
- package/dist/types/i18n/en_ZZ.d.ts +26 -0
- package/dist/types/i18n/es.d.ts +25 -0
- package/dist/types/i18n/fi.d.ts +25 -0
- package/dist/types/i18n/fr.d.ts +25 -0
- package/dist/types/i18n/hu.d.ts +25 -0
- package/dist/types/i18n/it.d.ts +25 -0
- package/dist/types/i18n/ja.d.ts +25 -0
- package/dist/types/i18n/ko.d.ts +25 -0
- package/dist/types/i18n/nb.d.ts +25 -0
- package/dist/types/i18n/nl.d.ts +25 -0
- package/dist/types/i18n/pl.d.ts +25 -0
- package/dist/types/i18n/pt_BR.d.ts +25 -0
- package/dist/types/i18n/ru.d.ts +25 -0
- package/dist/types/i18n/sv.d.ts +25 -0
- package/dist/types/i18n/th.d.ts +25 -0
- package/dist/types/i18n/tr.d.ts +25 -0
- package/dist/types/i18n/uk.d.ts +25 -0
- package/dist/types/i18n/vi.d.ts +25 -0
- package/dist/types/i18n/zh.d.ts +25 -0
- package/dist/types/i18n/zh_TW.d.ts +25 -0
- package/dist/types-ts4.5/analytics/types/insert-events.d.ts +1 -0
- package/dist/types-ts4.5/extensions/types/extension-handler.d.ts +1 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +25 -0
- package/dist/types-ts4.5/i18n/da.d.ts +25 -0
- package/dist/types-ts4.5/i18n/de.d.ts +25 -0
- package/dist/types-ts4.5/i18n/en.d.ts +26 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +26 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +26 -0
- package/dist/types-ts4.5/i18n/es.d.ts +25 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +25 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +25 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +25 -0
- package/dist/types-ts4.5/i18n/it.d.ts +25 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +25 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +25 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +25 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +25 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +25 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +25 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +25 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +25 -0
- package/dist/types-ts4.5/i18n/th.d.ts +25 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +25 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +25 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +25 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +25 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +25 -0
- package/package.json +5 -5
package/dist/esm/i18n/it.js
CHANGED
|
@@ -14,7 +14,8 @@ export default {
|
|
|
14
14
|
'fabric.editor.addColumnRight': 'Aggiungi colonna a destra',
|
|
15
15
|
'fabric.editor.addCommentOnMedia': 'Aggiungi un commento',
|
|
16
16
|
'fabric.editor.addImageBorder': 'Aggiungi bordo',
|
|
17
|
-
'fabric.editor.addLoomVideo': '
|
|
17
|
+
'fabric.editor.addLoomVideo': 'Registra un video Loom',
|
|
18
|
+
'fabric.editor.addLoomVideoComment': 'Registra un commento al video Loom',
|
|
18
19
|
'fabric.editor.addMediaFiles': "Aggiungi un'immagine, un video o un file",
|
|
19
20
|
'fabric.editor.addRowAbove': 'Aggiungi riga sopra',
|
|
20
21
|
'fabric.editor.addRowBelow': 'Aggiungi riga sotto',
|
|
@@ -24,6 +25,8 @@ export default {
|
|
|
24
25
|
'fabric.editor.alignImageRight': 'Allinea a destra',
|
|
25
26
|
'fabric.editor.alignLeft': 'Allinea a sinistra',
|
|
26
27
|
'fabric.editor.alignRight': 'Allinea a destra',
|
|
28
|
+
'fabric.editor.alignTableCenter': 'Allinea al centro',
|
|
29
|
+
'fabric.editor.alignTableLeft': 'Allinea a sinistra',
|
|
27
30
|
'fabric.editor.alignment': 'Allineamento testo',
|
|
28
31
|
'fabric.editor.altText': 'Testo alternativo',
|
|
29
32
|
'fabric.editor.alttext.validation': 'Rimuovi eventuali caratteri speciali dal testo alternativo.',
|
|
@@ -67,6 +70,8 @@ export default {
|
|
|
67
70
|
'fabric.editor.columnDragHandle': 'Opzioni colonna',
|
|
68
71
|
'fabric.editor.columns': 'Layout',
|
|
69
72
|
'fabric.editor.columns.description': 'Organizza la tua pagina in sezioni',
|
|
73
|
+
'fabric.editor.columnsAreInserted': '{count, plural, one {È stata inserita una colonna} other {Sono state inserite {count} colonne}}',
|
|
74
|
+
'fabric.editor.columnsAreRemoved': '{count, plural, one {La colonna è stata rimossa} other {Sono state rimosse {count} colonne}}',
|
|
70
75
|
'fabric.editor.configFailedToLoad': 'Caricamento non riuscito',
|
|
71
76
|
'fabric.editor.configPanel.cancel': 'Annulla',
|
|
72
77
|
'fabric.editor.configPanel.close': 'Chiudi',
|
|
@@ -186,6 +191,7 @@ export default {
|
|
|
186
191
|
'fabric.editor.floatingToolbar.confirmModalOK': 'OK',
|
|
187
192
|
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'Sono stati aperti i controlli della barra degli strumenti mobile',
|
|
188
193
|
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Barra degli strumenti mobile',
|
|
194
|
+
'fabric.editor.floatingToolbar.floatingToolbarRadioGroupAriaLabel': 'Opzioni di layout',
|
|
189
195
|
'fabric.editor.floatingToolbar.scrollLeft': 'Scorri a sinistra',
|
|
190
196
|
'fabric.editor.floatingToolbar.scrollRight': 'Scorri a destra',
|
|
191
197
|
'fabric.editor.focusTableResizeHandle': 'Quadratino di ridimensionamento della tabella Focus',
|
|
@@ -203,15 +209,20 @@ export default {
|
|
|
203
209
|
'fabric.editor.heading5Description': 'Per le voci degli elenchi',
|
|
204
210
|
'fabric.editor.heading6': 'Titolo 6',
|
|
205
211
|
'fabric.editor.heading6Description': 'Per i titoli di livello inferiore',
|
|
212
|
+
'fabric.editor.headingLink.ascOrderLabel': 'Ordina colonna da Z ad A',
|
|
213
|
+
'fabric.editor.headingLink.descOrderLabel': "Cancella l'ordinamento",
|
|
206
214
|
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
207
215
|
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Bug',
|
|
208
216
|
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Ticket',
|
|
209
217
|
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Pagina',
|
|
210
218
|
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Story',
|
|
211
219
|
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Task',
|
|
220
|
+
'fabric.editor.headingLink.invalidLabel': '⚠️ Non puoi ordinare una tabella con celle unite',
|
|
221
|
+
'fabric.editor.headingLink.noOrderLabel': 'Ordina colonna da A a Z',
|
|
212
222
|
'fabric.editor.help': 'Guida',
|
|
213
223
|
'fabric.editor.help.description': 'Sfoglia tutti i tasti di scelta rapida e le opzioni di Markdown',
|
|
214
224
|
'fabric.editor.helpDialogTips': 'Premi {keyMap} per aprire velocemente questa finestra di dialogo ogni volta che vuoi',
|
|
225
|
+
'fabric.editor.highlight': 'Colore di evidenziazione',
|
|
215
226
|
'fabric.editor.horizontalRule': 'Divisore',
|
|
216
227
|
'fabric.editor.horizontalRule.description': 'Contenuti separati con una riga orizzontale',
|
|
217
228
|
'fabric.editor.hyperlink.linkVisibleLabel': 'Incolla o cerca il link',
|
|
@@ -251,13 +262,14 @@ export default {
|
|
|
251
262
|
'fabric.editor.layoutFixedWidth': 'Torna alla visualizzazione centrata',
|
|
252
263
|
'fabric.editor.layoutFullWidth': 'Vai alla vista a schermo intero',
|
|
253
264
|
'fabric.editor.layoutWide': 'Allarga',
|
|
254
|
-
'fabric.editor.leftSidebar': '
|
|
265
|
+
'fabric.editor.leftSidebar': 'Layout con barra laterale sinistra',
|
|
255
266
|
'fabric.editor.link': 'Inserisci link',
|
|
256
267
|
'fabric.editor.link.description': 'Inserisci un link',
|
|
257
268
|
'fabric.editor.linkAddress': 'Collega indirizzo',
|
|
258
269
|
'fabric.editor.linkPlaceholder': 'Incolla link',
|
|
259
270
|
'fabric.editor.lists': 'Elenchi',
|
|
260
271
|
'fabric.editor.listsFormat': 'Formattazione degli elenchi',
|
|
272
|
+
'fabric.editor.lockColumns': 'Larghezze fisse delle colonne',
|
|
261
273
|
'fabric.editor.markdown': 'Markdown',
|
|
262
274
|
'fabric.editor.matchCase': 'Maiuscole/Minuscole',
|
|
263
275
|
'fabric.editor.media.DefaultMediaWidthDecreased': "{newMediaWidth, plural, one {La larghezza dell'elemento multimediale è stata ridotta a {newMediaWidth,number} pixel.} other {La larghezza dell'elemento multimediale è stata ridotta a {newMediaWidth,number} pixel.}}",
|
|
@@ -318,7 +330,7 @@ export default {
|
|
|
318
330
|
'fabric.editor.plainText': 'Usa testo normale',
|
|
319
331
|
'fabric.editor.quickInsert': 'Inserimento rapido',
|
|
320
332
|
'fabric.editor.recordVideo': 'Registra un video Loom',
|
|
321
|
-
'fabric.editor.recordVideo.description': 'Registra
|
|
333
|
+
'fabric.editor.recordVideo.description': 'Registra e condividi il tuo schermo e i tuoi pensieri',
|
|
322
334
|
'fabric.editor.redo': 'Ripeti',
|
|
323
335
|
'fabric.editor.remove': 'Rimuovi',
|
|
324
336
|
'fabric.editor.removeColumns': '{0, plural, one {Elimina colonna} other {Elimina colonne}}',
|
|
@@ -331,9 +343,11 @@ export default {
|
|
|
331
343
|
'fabric.editor.replaceWith': 'Sostituisci con',
|
|
332
344
|
'fabric.editor.resultsCount': '{selectedMatchPosition} di {totalResultsCount}',
|
|
333
345
|
'fabric.editor.richText': 'Usa testo RTF',
|
|
334
|
-
'fabric.editor.rightSidebar': '
|
|
346
|
+
'fabric.editor.rightSidebar': 'Layout con barra laterale destra',
|
|
335
347
|
'fabric.editor.rowControl': 'Evidenzia riga',
|
|
336
348
|
'fabric.editor.rowDragHandle': 'Opzioni riga',
|
|
349
|
+
'fabric.editor.rowsAreInserted': '{count, plural, one {È stata inserita una riga} other {Sono state inserite {count} righe}}',
|
|
350
|
+
'fabric.editor.rowsAreRemoved': '{count, plural, one {La riga è stata rimossa} other {Sono state rimosse {count} righe}}',
|
|
337
351
|
'fabric.editor.saveButton': 'Salva',
|
|
338
352
|
'fabric.editor.searchResults': "{itemsLength, plural, one {{itemsLength,number} risultato della ricerca disponibile. Usa i tasti di direzione su e giù per spostarti tra le opzioni. Premi Invio per selezionare un'opzione.} other {{itemsLength,number} risultati della ricerca disponibili. Usa i tasti di direzione su e giù per spostarti tra le opzioni. Premi Invio per selezionare un'opzione.}}",
|
|
339
353
|
'fabric.editor.selectColumnResize': 'Seleziona il ridimensionamento della colonna',
|
|
@@ -342,7 +356,7 @@ export default {
|
|
|
342
356
|
'fabric.editor.selectTableRow': 'Seleziona la riga della tabella',
|
|
343
357
|
'fabric.editor.settingsLinks': 'Vai alle Preferenze per i link',
|
|
344
358
|
'fabric.editor.shortcut': 'Scelta rapida di testo',
|
|
345
|
-
'fabric.editor.single': '
|
|
359
|
+
'fabric.editor.single': 'Layout a colonna singola',
|
|
346
360
|
'fabric.editor.sortColumnASC': 'Ordina colonna A → Z',
|
|
347
361
|
'fabric.editor.sortColumnDESC': 'Ordina colonna Z → A',
|
|
348
362
|
'fabric.editor.sortColumnDecreasing': 'Ordinamento decrescente',
|
|
@@ -364,7 +378,13 @@ export default {
|
|
|
364
378
|
'fabric.editor.supportAltText': 'Il testo alternativo è utile agli utenti con problemi di vista che utilizzano utilità per la lettura dello schermo.',
|
|
365
379
|
'fabric.editor.table': 'Tabella',
|
|
366
380
|
'fabric.editor.table.description': 'Inserisci una tabella',
|
|
381
|
+
'fabric.editor.tableAlignmentOptions': 'Opzioni di allineamento',
|
|
367
382
|
'fabric.editor.tableFullWidthLabel': 'Larghezza piena',
|
|
383
|
+
'fabric.editor.tableHeader.sorting.asc': 'Ordinamento crescente applicato',
|
|
384
|
+
'fabric.editor.tableHeader.sorting.default': 'Ordina la colonna',
|
|
385
|
+
'fabric.editor.tableHeader.sorting.desc': 'Ordinamento decrescente applicato',
|
|
386
|
+
'fabric.editor.tableHeader.sorting.invalid': 'Non puoi ordinare una tabella con celle unite',
|
|
387
|
+
'fabric.editor.tableHeader.sorting.no': 'Nessun ordinamento applicato alla colonna',
|
|
368
388
|
'fabric.editor.tableOptions': 'Opzioni tabella',
|
|
369
389
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {Larghezza della tabella diminuita a {newWidth,number} pixel.} other {Larghezza della tabella diminuita a {newWidth,number} pixel.}}',
|
|
370
390
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Larghezza della tabella aumentata a {newWidth,number} pixel.} other {Larghezza della tabella aumentata a {newWidth,number} pixel.}}',
|
|
@@ -384,11 +404,13 @@ export default {
|
|
|
384
404
|
'fabric.editor.task': 'Task',
|
|
385
405
|
'fabric.editor.taskPlaceholder': 'Digita la tua azione e usa “@” per assegnarla a qualcuno.',
|
|
386
406
|
'fabric.editor.text.formatting.off': 'Formattazione del test disattivata',
|
|
387
|
-
'fabric.editor.textColor': 'Colore del testo',
|
|
407
|
+
'fabric.editor.textColor': 'Colore del testo {selectedColorName}',
|
|
408
|
+
'fabric.editor.textColorTooltip': 'Colore del testo',
|
|
388
409
|
'fabric.editor.textFormatting': 'Formattazione del testo',
|
|
389
|
-
'fabric.editor.textStyles': 'Stili del testo',
|
|
390
|
-
'fabric.editor.
|
|
391
|
-
'fabric.editor.
|
|
410
|
+
'fabric.editor.textStyles': 'Stili del testo {blockTypeName}',
|
|
411
|
+
'fabric.editor.textStylesTooltip': 'Stili del testo',
|
|
412
|
+
'fabric.editor.threeColumns': 'Layout a tre colonne',
|
|
413
|
+
'fabric.editor.threeColumnsWithSidebars': 'Layout a tre colonne con barre laterali',
|
|
392
414
|
'fabric.editor.time.ago': 'fa',
|
|
393
415
|
'fabric.editor.time.updated': 'Aggiornato',
|
|
394
416
|
'fabric.editor.time.viewed': 'Visualizzato',
|
|
@@ -400,7 +422,7 @@ export default {
|
|
|
400
422
|
'fabric.editor.tooltip.defaultBlockNode': 'un nodo di blocco',
|
|
401
423
|
'fabric.editor.tooltip.nestedExpand': "un'espansione annidata",
|
|
402
424
|
'fabric.editor.tooltip.taskList': 'un elemento di azione',
|
|
403
|
-
'fabric.editor.twoColumns': '
|
|
425
|
+
'fabric.editor.twoColumns': 'Layout a due colonne',
|
|
404
426
|
'fabric.editor.typeAhead.popupLabel': 'Risultati del completamento automatico',
|
|
405
427
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Inizia a digitare per cercare o filtrare le opzioni delle scelte rapide',
|
|
406
428
|
'fabric.editor.typeAhead.quickInsertPopupLabel': 'Scelte rapide per inserimenti e formattazione',
|
|
@@ -410,6 +432,7 @@ export default {
|
|
|
410
432
|
'fabric.editor.typeahead.mentionInputLabel': 'Inizia a digitare per cercare gli utenti da taggare',
|
|
411
433
|
'fabric.editor.typeahead.mentionPopupLabel': 'Utenti che puoi taggare',
|
|
412
434
|
'fabric.editor.typeahead.metionListItemLabel': 'Utente {name} @{shortName}',
|
|
435
|
+
'fabric.editor.unLockColumns': 'Larghezze delle colonne variabili',
|
|
413
436
|
'fabric.editor.unableToLoadContent': 'Impossibile caricare questo contenuto',
|
|
414
437
|
'fabric.editor.unableToOpenLink': 'Impossibile aprire questo link',
|
|
415
438
|
'fabric.editor.underline': 'Sottolineato',
|
|
@@ -471,7 +494,9 @@ export default {
|
|
|
471
494
|
'fabric.theme.light-red': 'Rosso chiaro',
|
|
472
495
|
'fabric.theme.light-teal': 'Turchese chiaro',
|
|
473
496
|
'fabric.theme.light-yellow': 'Giallo chiaro',
|
|
497
|
+
'fabric.theme.lime': 'Verde lime',
|
|
474
498
|
'fabric.theme.magenta': 'Magenta',
|
|
499
|
+
'fabric.theme.no-color': "Rimuovi l'evidenziazione",
|
|
475
500
|
'fabric.theme.orange': 'Arancione',
|
|
476
501
|
'fabric.theme.purple': 'Viola',
|
|
477
502
|
'fabric.theme.red': 'Rosso',
|
package/dist/esm/i18n/ja.js
CHANGED
|
@@ -14,7 +14,8 @@ export default {
|
|
|
14
14
|
'fabric.editor.addColumnRight': '右に列を追加',
|
|
15
15
|
'fabric.editor.addCommentOnMedia': 'コメントを追加',
|
|
16
16
|
'fabric.editor.addImageBorder': '枠を追加',
|
|
17
|
-
'fabric.editor.addLoomVideo': 'Loom
|
|
17
|
+
'fabric.editor.addLoomVideo': 'Loom 動画を録画する',
|
|
18
|
+
'fabric.editor.addLoomVideoComment': 'Loom 動画のコメントを記録',
|
|
18
19
|
'fabric.editor.addMediaFiles': '画像、動画、またはファイルを追加',
|
|
19
20
|
'fabric.editor.addRowAbove': '上に行を追加',
|
|
20
21
|
'fabric.editor.addRowBelow': '下に行を追加',
|
|
@@ -24,6 +25,8 @@ export default {
|
|
|
24
25
|
'fabric.editor.alignImageRight': '右揃え',
|
|
25
26
|
'fabric.editor.alignLeft': '左揃え',
|
|
26
27
|
'fabric.editor.alignRight': '右揃え',
|
|
28
|
+
'fabric.editor.alignTableCenter': '中央揃え',
|
|
29
|
+
'fabric.editor.alignTableLeft': '左揃え',
|
|
27
30
|
'fabric.editor.alignment': 'テキストの配置',
|
|
28
31
|
'fabric.editor.altText': '代替テキスト',
|
|
29
32
|
'fabric.editor.alttext.validation': '代替テキスト内の特殊文字を削除してください。',
|
|
@@ -67,6 +70,8 @@ export default {
|
|
|
67
70
|
'fabric.editor.columnDragHandle': '列オプション',
|
|
68
71
|
'fabric.editor.columns': 'レイアウト',
|
|
69
72
|
'fabric.editor.columns.description': 'セクションを使用してページを構成',
|
|
73
|
+
'fabric.editor.columnsAreInserted': '{count, plural, other {{count} 件の列が挿入されました}}',
|
|
74
|
+
'fabric.editor.columnsAreRemoved': '{count, plural, other {{count} 件の列が削除されました}}',
|
|
70
75
|
'fabric.editor.configFailedToLoad': '読み込めませんでした',
|
|
71
76
|
'fabric.editor.configPanel.cancel': 'キャンセル',
|
|
72
77
|
'fabric.editor.configPanel.close': '閉じる',
|
|
@@ -186,6 +191,7 @@ export default {
|
|
|
186
191
|
'fabric.editor.floatingToolbar.confirmModalOK': 'OK',
|
|
187
192
|
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'フローティング ツールバーのコントロールが開いています。',
|
|
188
193
|
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'フローティング ツールバー',
|
|
194
|
+
'fabric.editor.floatingToolbar.floatingToolbarRadioGroupAriaLabel': 'レイアウト オプション',
|
|
189
195
|
'fabric.editor.floatingToolbar.scrollLeft': '左にスクロール',
|
|
190
196
|
'fabric.editor.floatingToolbar.scrollRight': '右にスクロール',
|
|
191
197
|
'fabric.editor.focusTableResizeHandle': 'フォーカス表のサイズ変更ハンドル',
|
|
@@ -203,15 +209,20 @@ export default {
|
|
|
203
209
|
'fabric.editor.heading5Description': 'リスト アイテムのグループ化に使用',
|
|
204
210
|
'fabric.editor.heading6': '見出し 6',
|
|
205
211
|
'fabric.editor.heading6Description': '下位レベルの見出しに使用',
|
|
212
|
+
'fabric.editor.headingLink.ascOrderLabel': '列のソート: Z から A',
|
|
213
|
+
'fabric.editor.headingLink.descOrderLabel': 'ソートをクリア',
|
|
206
214
|
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'ブログ',
|
|
207
215
|
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'バグ',
|
|
208
216
|
'fabric.editor.headingLink.hyperlinkIconIssueLabel': '課題',
|
|
209
217
|
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'ページ',
|
|
210
218
|
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'ストーリー',
|
|
211
219
|
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'タスク',
|
|
220
|
+
'fabric.editor.headingLink.invalidLabel': '⚠️ 統合したセルで表を並べ替えることはできません',
|
|
221
|
+
'fabric.editor.headingLink.noOrderLabel': '列のソート: A から Z',
|
|
212
222
|
'fabric.editor.help': 'ヘルプ',
|
|
213
223
|
'fabric.editor.help.description': 'キーボード ショートカットと Markdown のオプションをすべて表示',
|
|
214
224
|
'fabric.editor.helpDialogTips': '{keyMap} を押すと、このダイアログをいつでもすぐに開けます',
|
|
225
|
+
'fabric.editor.highlight': '強調色',
|
|
215
226
|
'fabric.editor.horizontalRule': '分割線',
|
|
216
227
|
'fabric.editor.horizontalRule.description': '横線を使用してコンテンツを分割',
|
|
217
228
|
'fabric.editor.hyperlink.linkVisibleLabel': 'リンクを貼り付けるか検索',
|
|
@@ -251,13 +262,14 @@ export default {
|
|
|
251
262
|
'fabric.editor.layoutFixedWidth': '標準の幅に戻す',
|
|
252
263
|
'fabric.editor.layoutFullWidth': '全幅で表示',
|
|
253
264
|
'fabric.editor.layoutWide': 'ワイド表示',
|
|
254
|
-
'fabric.editor.leftSidebar': '
|
|
265
|
+
'fabric.editor.leftSidebar': '左サイド バー レイアウト',
|
|
255
266
|
'fabric.editor.link': 'リンク',
|
|
256
267
|
'fabric.editor.link.description': 'リンクを挿入',
|
|
257
268
|
'fabric.editor.linkAddress': 'リンクのアドレス',
|
|
258
269
|
'fabric.editor.linkPlaceholder': 'リンクを貼り付け',
|
|
259
270
|
'fabric.editor.lists': 'リスト',
|
|
260
271
|
'fabric.editor.listsFormat': 'リスト書式設定',
|
|
272
|
+
'fabric.editor.lockColumns': '固定列幅',
|
|
261
273
|
'fabric.editor.markdown': 'マークダウン',
|
|
262
274
|
'fabric.editor.matchCase': '大文字/小文字を区別',
|
|
263
275
|
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, other {メディア幅が {newMediaWidth,number} ピクセルに縮小しました。}}',
|
|
@@ -318,7 +330,7 @@ export default {
|
|
|
318
330
|
'fabric.editor.plainText': 'プレーン テキストを使用する',
|
|
319
331
|
'fabric.editor.quickInsert': 'クイック挿入',
|
|
320
332
|
'fabric.editor.recordVideo': 'Loom 動画を録画する',
|
|
321
|
-
'fabric.editor.recordVideo.description': '
|
|
333
|
+
'fabric.editor.recordVideo.description': '画面と意見を記録して共有します',
|
|
322
334
|
'fabric.editor.redo': 'やり直し',
|
|
323
335
|
'fabric.editor.remove': '削除',
|
|
324
336
|
'fabric.editor.removeColumns': '{0, plural, other {列を削除}}',
|
|
@@ -331,9 +343,11 @@ export default {
|
|
|
331
343
|
'fabric.editor.replaceWith': '次で置換',
|
|
332
344
|
'fabric.editor.resultsCount': '{totalResultsCount} 件中 {selectedMatchPosition} 件',
|
|
333
345
|
'fabric.editor.richText': 'リッチ テキストを使用する',
|
|
334
|
-
'fabric.editor.rightSidebar': '
|
|
346
|
+
'fabric.editor.rightSidebar': '右サイド バー レイアウト',
|
|
335
347
|
'fabric.editor.rowControl': '行をハイライト',
|
|
336
348
|
'fabric.editor.rowDragHandle': '行オプション',
|
|
349
|
+
'fabric.editor.rowsAreInserted': '{count, plural, other {{count} 件の行が挿入されました}}',
|
|
350
|
+
'fabric.editor.rowsAreRemoved': '{count, plural, other {{count} 件の行が削除されました}}',
|
|
337
351
|
'fabric.editor.saveButton': '保存',
|
|
338
352
|
'fabric.editor.searchResults': '{itemsLength, plural, other {{itemsLength,number} 件の検索結果があります。上下の矢印キーで目的のオプションに移動します。Enter キーでオプションを選択します。}}',
|
|
339
353
|
'fabric.editor.selectColumnResize': '列のサイズ変更を選択する',
|
|
@@ -342,7 +356,7 @@ export default {
|
|
|
342
356
|
'fabric.editor.selectTableRow': '表の行を選択します',
|
|
343
357
|
'fabric.editor.settingsLinks': 'リンク設定に移動',
|
|
344
358
|
'fabric.editor.shortcut': 'テキスト ショートカット',
|
|
345
|
-
'fabric.editor.single': '
|
|
359
|
+
'fabric.editor.single': '1 列レイアウト',
|
|
346
360
|
'fabric.editor.sortColumnASC': '列の並べ替え: 昇順',
|
|
347
361
|
'fabric.editor.sortColumnDESC': '列の並べ替え: 降順',
|
|
348
362
|
'fabric.editor.sortColumnDecreasing': '降順で並べ替え',
|
|
@@ -364,7 +378,13 @@ export default {
|
|
|
364
378
|
'fabric.editor.supportAltText': '代替テキストは視覚障がいがあるためスクリーン リーダーを使用している人に便利な機能です。',
|
|
365
379
|
'fabric.editor.table': '表',
|
|
366
380
|
'fabric.editor.table.description': '表を挿入',
|
|
381
|
+
'fabric.editor.tableAlignmentOptions': '配置オプション',
|
|
367
382
|
'fabric.editor.tableFullWidthLabel': '全幅',
|
|
383
|
+
'fabric.editor.tableHeader.sorting.asc': '昇順でソートされています',
|
|
384
|
+
'fabric.editor.tableHeader.sorting.default': '列をソート',
|
|
385
|
+
'fabric.editor.tableHeader.sorting.desc': '降順でソートされています',
|
|
386
|
+
'fabric.editor.tableHeader.sorting.invalid': '結合セルを含む表は並べ替えられません',
|
|
387
|
+
'fabric.editor.tableHeader.sorting.no': '並べ替えは列に適用されていません',
|
|
368
388
|
'fabric.editor.tableOptions': '表のオプション',
|
|
369
389
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, other {テーブル幅が {newWidth,number} ピクセルに縮小しました。}}',
|
|
370
390
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, other {表の幅が {newWidth,number} ピクセルに拡大しました。}}',
|
|
@@ -384,11 +404,13 @@ export default {
|
|
|
384
404
|
'fabric.editor.task': 'タスク',
|
|
385
405
|
'fabric.editor.taskPlaceholder': 'アクションを入力し、「@」を使用して担当者を割り当てます。',
|
|
386
406
|
'fabric.editor.text.formatting.off': 'テキスト書式設定オフ',
|
|
387
|
-
'fabric.editor.textColor': '
|
|
407
|
+
'fabric.editor.textColor': '「{selectedColorName}」テキスト カラー',
|
|
408
|
+
'fabric.editor.textColorTooltip': 'テキストの色',
|
|
388
409
|
'fabric.editor.textFormatting': 'テキスト書式設定',
|
|
389
|
-
'fabric.editor.textStyles': '
|
|
390
|
-
'fabric.editor.
|
|
391
|
-
'fabric.editor.
|
|
410
|
+
'fabric.editor.textStyles': '「{blockTypeName}」テキスト スタイル',
|
|
411
|
+
'fabric.editor.textStylesTooltip': 'テキスト スタイル',
|
|
412
|
+
'fabric.editor.threeColumns': '3 列レイアウト',
|
|
413
|
+
'fabric.editor.threeColumnsWithSidebars': 'サイド バー付き 3 列レイアウト',
|
|
392
414
|
'fabric.editor.time.ago': '前',
|
|
393
415
|
'fabric.editor.time.updated': '最終更新',
|
|
394
416
|
'fabric.editor.time.viewed': '最終閲覧',
|
|
@@ -400,7 +422,7 @@ export default {
|
|
|
400
422
|
'fabric.editor.tooltip.defaultBlockNode': 'ブロック ノード',
|
|
401
423
|
'fabric.editor.tooltip.nestedExpand': '入れ子の展開ノード',
|
|
402
424
|
'fabric.editor.tooltip.taskList': 'アクション アイテム',
|
|
403
|
-
'fabric.editor.twoColumns': '2
|
|
425
|
+
'fabric.editor.twoColumns': '2 列レイアウト',
|
|
404
426
|
'fabric.editor.typeAhead.popupLabel': '先行入力の結果',
|
|
405
427
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'ショートカット オプションを検索または絞り込むには、入力を開始してください。',
|
|
406
428
|
'fabric.editor.typeAhead.quickInsertPopupLabel': '挿入と書式設定のショートカット',
|
|
@@ -410,6 +432,7 @@ export default {
|
|
|
410
432
|
'fabric.editor.typeahead.mentionInputLabel': 'タグ付けするユーザーを検索するには、入力を開始してください。',
|
|
411
433
|
'fabric.editor.typeahead.mentionPopupLabel': 'タグ付けできるユーザー',
|
|
412
434
|
'fabric.editor.typeahead.metionListItemLabel': 'ユーザー {name} @{shortName}',
|
|
435
|
+
'fabric.editor.unLockColumns': '可変列幅',
|
|
413
436
|
'fabric.editor.unableToLoadContent': 'このコンテンツを読み込めませんでした',
|
|
414
437
|
'fabric.editor.unableToOpenLink': 'このリンクを開けません',
|
|
415
438
|
'fabric.editor.underline': '下線',
|
|
@@ -471,7 +494,9 @@ export default {
|
|
|
471
494
|
'fabric.theme.light-red': '薄い赤',
|
|
472
495
|
'fabric.theme.light-teal': '薄い青緑',
|
|
473
496
|
'fabric.theme.light-yellow': '薄い黄色',
|
|
497
|
+
'fabric.theme.lime': 'ライム色',
|
|
474
498
|
'fabric.theme.magenta': 'マゼンタ',
|
|
499
|
+
'fabric.theme.no-color': 'ハイライトを削除',
|
|
475
500
|
'fabric.theme.orange': 'オレンジ',
|
|
476
501
|
'fabric.theme.purple': '紫',
|
|
477
502
|
'fabric.theme.red': '赤',
|
package/dist/esm/i18n/ko.js
CHANGED
|
@@ -14,7 +14,8 @@ export default {
|
|
|
14
14
|
'fabric.editor.addColumnRight': '오른쪽에 열 추가',
|
|
15
15
|
'fabric.editor.addCommentOnMedia': '댓글 추가',
|
|
16
16
|
'fabric.editor.addImageBorder': '테두리 추가',
|
|
17
|
-
'fabric.editor.addLoomVideo': 'Loom 동영상
|
|
17
|
+
'fabric.editor.addLoomVideo': 'Loom 동영상 녹화',
|
|
18
|
+
'fabric.editor.addLoomVideoComment': 'Loom 동영상 댓글 녹화',
|
|
18
19
|
'fabric.editor.addMediaFiles': '이미지, 동영상 또는 파일 추가',
|
|
19
20
|
'fabric.editor.addRowAbove': '위에 행 추가',
|
|
20
21
|
'fabric.editor.addRowBelow': '아래에 행 추가',
|
|
@@ -24,6 +25,8 @@ export default {
|
|
|
24
25
|
'fabric.editor.alignImageRight': '오른쪽 정렬',
|
|
25
26
|
'fabric.editor.alignLeft': '왼쪽 정렬',
|
|
26
27
|
'fabric.editor.alignRight': '오른쪽 정렬',
|
|
28
|
+
'fabric.editor.alignTableCenter': '가운데 정렬',
|
|
29
|
+
'fabric.editor.alignTableLeft': '왼쪽 정렬',
|
|
27
30
|
'fabric.editor.alignment': '텍스트 정렬',
|
|
28
31
|
'fabric.editor.altText': '대체 텍스트',
|
|
29
32
|
'fabric.editor.alttext.validation': '대체 텍스트에서 특수 문자를 지워 주세요.',
|
|
@@ -67,6 +70,8 @@ export default {
|
|
|
67
70
|
'fabric.editor.columnDragHandle': '열 옵션',
|
|
68
71
|
'fabric.editor.columns': '레이아웃',
|
|
69
72
|
'fabric.editor.columns.description': '섹션으로 페이지 구성',
|
|
73
|
+
'fabric.editor.columnsAreInserted': '{count, plural, other {{count}개의 열을 삽입함}}',
|
|
74
|
+
'fabric.editor.columnsAreRemoved': '{count, plural, other {{count}개의 열을 제거함}}',
|
|
70
75
|
'fabric.editor.configFailedToLoad': '로드하지 못했습니다',
|
|
71
76
|
'fabric.editor.configPanel.cancel': '취소',
|
|
72
77
|
'fabric.editor.configPanel.close': '닫기',
|
|
@@ -186,6 +191,7 @@ export default {
|
|
|
186
191
|
'fabric.editor.floatingToolbar.confirmModalOK': '확인',
|
|
187
192
|
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': '플로팅 도구 모음 컨트롤이 열렸습니다',
|
|
188
193
|
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': '플로팅 도구 모음',
|
|
194
|
+
'fabric.editor.floatingToolbar.floatingToolbarRadioGroupAriaLabel': '레이아웃 옵션',
|
|
189
195
|
'fabric.editor.floatingToolbar.scrollLeft': '왼쪽으로 스크롤',
|
|
190
196
|
'fabric.editor.floatingToolbar.scrollRight': '오른쪽으로 스크롤',
|
|
191
197
|
'fabric.editor.focusTableResizeHandle': '표 크기 조정 핸들에 포커스',
|
|
@@ -203,15 +209,20 @@ export default {
|
|
|
203
209
|
'fabric.editor.heading5Description': '목록 항목의 그룹화에 사용',
|
|
204
210
|
'fabric.editor.heading6': '머릿글 6',
|
|
205
211
|
'fabric.editor.heading6Description': '하위 레벨 제목에 사용',
|
|
212
|
+
'fabric.editor.headingLink.ascOrderLabel': '내림차순으로 열 정렬',
|
|
213
|
+
'fabric.editor.headingLink.descOrderLabel': '정렬 지우기',
|
|
206
214
|
'fabric.editor.headingLink.hyperlinkIconBlogLabel': '블로그',
|
|
207
215
|
'fabric.editor.headingLink.hyperlinkIconBugLabel': '버그',
|
|
208
216
|
'fabric.editor.headingLink.hyperlinkIconIssueLabel': '이슈',
|
|
209
217
|
'fabric.editor.headingLink.hyperlinkIconPageLabel': '페이지',
|
|
210
218
|
'fabric.editor.headingLink.hyperlinkIconStoryLabel': '스토리',
|
|
211
219
|
'fabric.editor.headingLink.hyperlinkIconTaskLabel': '작업',
|
|
220
|
+
'fabric.editor.headingLink.invalidLabel': '⚠️ 병합된 셀이 있는 표를 정렬할 수 없습니다',
|
|
221
|
+
'fabric.editor.headingLink.noOrderLabel': '오름차순으로 열 정렬',
|
|
212
222
|
'fabric.editor.help': '도움말',
|
|
213
223
|
'fabric.editor.help.description': '모든 키보드 바로 가기 키 및 마크다운 옵션 찾아보기',
|
|
214
224
|
'fabric.editor.helpDialogTips': '언제든 {keyMap}을(를) 눌러 이 대화상자를 빠르게 시작합니다',
|
|
225
|
+
'fabric.editor.highlight': '강조 색상',
|
|
215
226
|
'fabric.editor.horizontalRule': '구분선',
|
|
216
227
|
'fabric.editor.horizontalRule.description': '가로선으로 콘텐츠 구분',
|
|
217
228
|
'fabric.editor.hyperlink.linkVisibleLabel': '링크 붙여넣기 또는 검색',
|
|
@@ -251,13 +262,14 @@ export default {
|
|
|
251
262
|
'fabric.editor.layoutFixedWidth': '원래 너비로',
|
|
252
263
|
'fabric.editor.layoutFullWidth': '전체 너비로 표시',
|
|
253
264
|
'fabric.editor.layoutWide': '넓게 표시',
|
|
254
|
-
'fabric.editor.leftSidebar': '왼쪽 사이드바',
|
|
265
|
+
'fabric.editor.leftSidebar': '왼쪽 사이드바 레이아웃',
|
|
255
266
|
'fabric.editor.link': '링크',
|
|
256
267
|
'fabric.editor.link.description': '링크 삽입',
|
|
257
268
|
'fabric.editor.linkAddress': '링크 주소',
|
|
258
269
|
'fabric.editor.linkPlaceholder': '링크 붙여넣기',
|
|
259
270
|
'fabric.editor.lists': '목록',
|
|
260
271
|
'fabric.editor.listsFormat': '목록 서식',
|
|
272
|
+
'fabric.editor.lockColumns': '고정된 열 너비',
|
|
261
273
|
'fabric.editor.markdown': 'Markdown',
|
|
262
274
|
'fabric.editor.matchCase': '대/소문자 구분',
|
|
263
275
|
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, other {미디어 너비를 {newMediaWidth,number}픽셀로 줄였습니다.}}',
|
|
@@ -318,7 +330,7 @@ export default {
|
|
|
318
330
|
'fabric.editor.plainText': '일반 텍스트 사용',
|
|
319
331
|
'fabric.editor.quickInsert': '빠른 삽입',
|
|
320
332
|
'fabric.editor.recordVideo': 'Loom 동영상 녹화',
|
|
321
|
-
'fabric.editor.recordVideo.description': '화면 및
|
|
333
|
+
'fabric.editor.recordVideo.description': '화면 및 생각을 녹화하고 공유하세요',
|
|
322
334
|
'fabric.editor.redo': '다시 실행',
|
|
323
335
|
'fabric.editor.remove': '제거',
|
|
324
336
|
'fabric.editor.removeColumns': '{0, plural, other {열 삭제}}',
|
|
@@ -331,9 +343,11 @@ export default {
|
|
|
331
343
|
'fabric.editor.replaceWith': '다음으로 바꾸기',
|
|
332
344
|
'fabric.editor.resultsCount': '{selectedMatchPosition}/{totalResultsCount}',
|
|
333
345
|
'fabric.editor.richText': '서식 텍스트 사용',
|
|
334
|
-
'fabric.editor.rightSidebar': '오른쪽 사이드바',
|
|
346
|
+
'fabric.editor.rightSidebar': '오른쪽 사이드바 레이아웃',
|
|
335
347
|
'fabric.editor.rowControl': '열 강조 표시',
|
|
336
348
|
'fabric.editor.rowDragHandle': '행 옵션',
|
|
349
|
+
'fabric.editor.rowsAreInserted': '{count, plural, other {{count}개의 행을 삽입함}}',
|
|
350
|
+
'fabric.editor.rowsAreRemoved': '{count, plural, other {{count}개의 행을 제거함}}',
|
|
337
351
|
'fabric.editor.saveButton': '저장',
|
|
338
352
|
'fabric.editor.searchResults': '{itemsLength, plural, other {{itemsLength,number}개의 검색 결과를 사용할 수 있습니다. 옵션 간에 이동하려면 위쪽 및 아래쪽 화살표 키를 사용하세요. 옵션을 선택하려면 Enter 키를 누르세요.}}',
|
|
339
353
|
'fabric.editor.selectColumnResize': '열 크기 조정 선택',
|
|
@@ -342,7 +356,7 @@ export default {
|
|
|
342
356
|
'fabric.editor.selectTableRow': '표 행 선택',
|
|
343
357
|
'fabric.editor.settingsLinks': '링크 기본 설정으로 이동',
|
|
344
358
|
'fabric.editor.shortcut': '텍스트 바로 가기',
|
|
345
|
-
'fabric.editor.single': '단일 열',
|
|
359
|
+
'fabric.editor.single': '단일 열 레이아웃',
|
|
346
360
|
'fabric.editor.sortColumnASC': '열 정렬: 오름차순',
|
|
347
361
|
'fabric.editor.sortColumnDESC': '열 정렬: 내림차순',
|
|
348
362
|
'fabric.editor.sortColumnDecreasing': '내림차순으로 정렬',
|
|
@@ -364,7 +378,13 @@ export default {
|
|
|
364
378
|
'fabric.editor.supportAltText': '대체 텍스트는 시각적 제약으로 인해 화면 읽기 프로그램을 사용하는 사람에게 유용합니다.',
|
|
365
379
|
'fabric.editor.table': '표',
|
|
366
380
|
'fabric.editor.table.description': '표 삽입',
|
|
381
|
+
'fabric.editor.tableAlignmentOptions': '정렬 옵션',
|
|
367
382
|
'fabric.editor.tableFullWidthLabel': '전체 너비',
|
|
383
|
+
'fabric.editor.tableHeader.sorting.asc': '오름차순 정렬 적용',
|
|
384
|
+
'fabric.editor.tableHeader.sorting.default': '열 정렬',
|
|
385
|
+
'fabric.editor.tableHeader.sorting.desc': '내림차순 정렬 적용',
|
|
386
|
+
'fabric.editor.tableHeader.sorting.invalid': '병합된 셀이 있는 표를 정렬할 수 없습니다',
|
|
387
|
+
'fabric.editor.tableHeader.sorting.no': '열에 적용한 정렬이 없습니다',
|
|
368
388
|
'fabric.editor.tableOptions': '표 선택 사항',
|
|
369
389
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, other {표 너비를 {newWidth,number}픽셀로 줄였습니다.}}',
|
|
370
390
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, other {표 너비를 {newWidth,number}픽셀로 늘렸습니다.}}',
|
|
@@ -384,11 +404,13 @@ export default {
|
|
|
384
404
|
'fabric.editor.task': '작업',
|
|
385
405
|
'fabric.editor.taskPlaceholder': "작업을 입력하고 '@'를 사용하여 할당합니다.",
|
|
386
406
|
'fabric.editor.text.formatting.off': '텍스트 서식 꺼짐',
|
|
387
|
-
'fabric.editor.textColor': '텍스트 색상',
|
|
407
|
+
'fabric.editor.textColor': '{selectedColorName} 텍스트 색상',
|
|
408
|
+
'fabric.editor.textColorTooltip': '텍스트 색상',
|
|
388
409
|
'fabric.editor.textFormatting': '텍스트 서식',
|
|
389
|
-
'fabric.editor.textStyles': '텍스트 스타일',
|
|
390
|
-
'fabric.editor.
|
|
391
|
-
'fabric.editor.
|
|
410
|
+
'fabric.editor.textStyles': '{blockTypeName} 텍스트 스타일',
|
|
411
|
+
'fabric.editor.textStylesTooltip': '텍스트 스타일',
|
|
412
|
+
'fabric.editor.threeColumns': '열 3개 레이아웃',
|
|
413
|
+
'fabric.editor.threeColumnsWithSidebars': '사이드바 레이아웃이 있는 열 3개',
|
|
392
414
|
'fabric.editor.time.ago': '전',
|
|
393
415
|
'fabric.editor.time.updated': '업데이트됨',
|
|
394
416
|
'fabric.editor.time.viewed': '확인함',
|
|
@@ -400,7 +422,7 @@ export default {
|
|
|
400
422
|
'fabric.editor.tooltip.defaultBlockNode': '블록 노드',
|
|
401
423
|
'fabric.editor.tooltip.nestedExpand': '중첩된 확장',
|
|
402
424
|
'fabric.editor.tooltip.taskList': '작업 항목',
|
|
403
|
-
'fabric.editor.twoColumns': '
|
|
425
|
+
'fabric.editor.twoColumns': '열 2개 레이아웃',
|
|
404
426
|
'fabric.editor.typeAhead.popupLabel': '자동 완성 결과',
|
|
405
427
|
'fabric.editor.typeAhead.quickInsertInputLabel': '입력을 시작하여 바로 가기 옵션을 검색하거나 필터링',
|
|
406
428
|
'fabric.editor.typeAhead.quickInsertPopupLabel': '삽입 및 서식 지정을 위한 바로 가기',
|
|
@@ -410,6 +432,7 @@ export default {
|
|
|
410
432
|
'fabric.editor.typeahead.mentionInputLabel': '입력을 시작하여 태그할 사용자를 검색',
|
|
411
433
|
'fabric.editor.typeahead.mentionPopupLabel': '태그할 수 있는 사용자',
|
|
412
434
|
'fabric.editor.typeahead.metionListItemLabel': '사용자 {name} @{shortName}',
|
|
435
|
+
'fabric.editor.unLockColumns': '가변적인 열 너비',
|
|
413
436
|
'fabric.editor.unableToLoadContent': '이 콘텐츠를 로드할 수 없습니다',
|
|
414
437
|
'fabric.editor.unableToOpenLink': '이 링크를 열 수 없습니다',
|
|
415
438
|
'fabric.editor.underline': '밑줄',
|
|
@@ -471,7 +494,9 @@ export default {
|
|
|
471
494
|
'fabric.theme.light-red': '밝은 빨간색',
|
|
472
495
|
'fabric.theme.light-teal': '밝은 청록색',
|
|
473
496
|
'fabric.theme.light-yellow': '밝은 노란색',
|
|
497
|
+
'fabric.theme.lime': '라임색',
|
|
474
498
|
'fabric.theme.magenta': '자홍색',
|
|
499
|
+
'fabric.theme.no-color': '강조 제거',
|
|
475
500
|
'fabric.theme.orange': '주황색',
|
|
476
501
|
'fabric.theme.purple': '보라색',
|
|
477
502
|
'fabric.theme.red': '빨간색',
|