@atlaskit/editor-core 173.0.0 → 174.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +13 -0
- package/dist/cjs/i18n/cs.js +8 -77
- package/dist/cjs/i18n/da.js +7 -77
- package/dist/cjs/i18n/de.js +8 -77
- package/dist/cjs/i18n/en.js +11 -100
- package/dist/cjs/i18n/en_GB.js +11 -100
- package/dist/cjs/i18n/en_ZZ.js +11 -100
- package/dist/cjs/i18n/es.js +8 -77
- package/dist/cjs/i18n/fi.js +9 -100
- package/dist/cjs/i18n/fr.js +8 -77
- package/dist/cjs/i18n/hu.js +8 -77
- package/dist/cjs/i18n/it.js +8 -77
- package/dist/cjs/i18n/ja.js +9 -100
- package/dist/cjs/i18n/ko.js +8 -77
- package/dist/cjs/i18n/nb.js +10 -93
- package/dist/cjs/i18n/nl.js +9 -97
- package/dist/cjs/i18n/pl.js +9 -99
- package/dist/cjs/i18n/pt_BR.js +9 -93
- package/dist/cjs/i18n/ru.js +9 -100
- package/dist/cjs/i18n/sv.js +9 -99
- package/dist/cjs/i18n/th.js +9 -100
- package/dist/cjs/i18n/tr.js +9 -100
- package/dist/cjs/i18n/uk.js +9 -100
- package/dist/cjs/i18n/vi.js +9 -100
- package/dist/cjs/i18n/zh.js +7 -100
- package/dist/cjs/i18n/zh_TW.js +9 -100
- package/dist/cjs/utils/selection.js +6 -8
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/i18n/cs.js +8 -77
- package/dist/es2019/i18n/da.js +7 -77
- package/dist/es2019/i18n/de.js +8 -77
- package/dist/es2019/i18n/en.js +11 -100
- package/dist/es2019/i18n/en_GB.js +11 -100
- package/dist/es2019/i18n/en_ZZ.js +11 -100
- package/dist/es2019/i18n/es.js +8 -77
- package/dist/es2019/i18n/fi.js +9 -100
- package/dist/es2019/i18n/fr.js +8 -77
- package/dist/es2019/i18n/hu.js +8 -77
- package/dist/es2019/i18n/it.js +8 -77
- package/dist/es2019/i18n/ja.js +9 -100
- package/dist/es2019/i18n/ko.js +8 -77
- package/dist/es2019/i18n/nb.js +10 -93
- package/dist/es2019/i18n/nl.js +9 -97
- package/dist/es2019/i18n/pl.js +9 -99
- package/dist/es2019/i18n/pt_BR.js +9 -93
- package/dist/es2019/i18n/ru.js +9 -100
- package/dist/es2019/i18n/sv.js +9 -99
- package/dist/es2019/i18n/th.js +9 -100
- package/dist/es2019/i18n/tr.js +9 -100
- package/dist/es2019/i18n/uk.js +9 -100
- package/dist/es2019/i18n/vi.js +9 -100
- package/dist/es2019/i18n/zh.js +7 -100
- package/dist/es2019/i18n/zh_TW.js +9 -100
- package/dist/es2019/utils/selection.js +1 -9
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/i18n/cs.js +8 -77
- package/dist/esm/i18n/da.js +7 -77
- package/dist/esm/i18n/de.js +8 -77
- package/dist/esm/i18n/en.js +11 -100
- package/dist/esm/i18n/en_GB.js +11 -100
- package/dist/esm/i18n/en_ZZ.js +11 -100
- package/dist/esm/i18n/es.js +8 -77
- package/dist/esm/i18n/fi.js +9 -100
- package/dist/esm/i18n/fr.js +8 -77
- package/dist/esm/i18n/hu.js +8 -77
- package/dist/esm/i18n/it.js +8 -77
- package/dist/esm/i18n/ja.js +9 -100
- package/dist/esm/i18n/ko.js +8 -77
- package/dist/esm/i18n/nb.js +10 -93
- package/dist/esm/i18n/nl.js +9 -97
- package/dist/esm/i18n/pl.js +9 -99
- package/dist/esm/i18n/pt_BR.js +9 -93
- package/dist/esm/i18n/ru.js +9 -100
- package/dist/esm/i18n/sv.js +9 -99
- package/dist/esm/i18n/th.js +9 -100
- package/dist/esm/i18n/tr.js +9 -100
- package/dist/esm/i18n/uk.js +9 -100
- package/dist/esm/i18n/vi.js +9 -100
- package/dist/esm/i18n/zh.js +7 -100
- package/dist/esm/i18n/zh_TW.js +9 -100
- package/dist/esm/utils/selection.js +1 -7
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types/i18n/cs.d.ts +8 -77
- package/dist/types/i18n/da.d.ts +7 -77
- package/dist/types/i18n/de.d.ts +8 -77
- package/dist/types/i18n/en.d.ts +10 -99
- package/dist/types/i18n/en_GB.d.ts +10 -99
- package/dist/types/i18n/en_ZZ.d.ts +10 -99
- package/dist/types/i18n/es.d.ts +8 -77
- package/dist/types/i18n/fi.d.ts +8 -99
- package/dist/types/i18n/fr.d.ts +8 -77
- package/dist/types/i18n/hu.d.ts +8 -77
- package/dist/types/i18n/it.d.ts +8 -77
- package/dist/types/i18n/ja.d.ts +8 -99
- package/dist/types/i18n/ko.d.ts +8 -77
- package/dist/types/i18n/nb.d.ts +8 -91
- package/dist/types/i18n/nl.d.ts +8 -96
- package/dist/types/i18n/pl.d.ts +8 -98
- package/dist/types/i18n/pt_BR.d.ts +8 -92
- package/dist/types/i18n/ru.d.ts +8 -99
- package/dist/types/i18n/sv.d.ts +8 -98
- package/dist/types/i18n/th.d.ts +8 -99
- package/dist/types/i18n/tr.d.ts +8 -99
- package/dist/types/i18n/uk.d.ts +8 -99
- package/dist/types/i18n/vi.d.ts +8 -99
- package/dist/types/i18n/zh.d.ts +6 -99
- package/dist/types/i18n/zh_TW.d.ts +8 -99
- package/dist/types/utils/selection.d.ts +1 -2
- package/dist/types-ts4.0/i18n/cs.d.ts +8 -77
- package/dist/types-ts4.0/i18n/da.d.ts +7 -77
- package/dist/types-ts4.0/i18n/de.d.ts +8 -77
- package/dist/types-ts4.0/i18n/en.d.ts +10 -99
- package/dist/types-ts4.0/i18n/en_GB.d.ts +10 -99
- package/dist/types-ts4.0/i18n/en_ZZ.d.ts +10 -99
- package/dist/types-ts4.0/i18n/es.d.ts +8 -77
- package/dist/types-ts4.0/i18n/fi.d.ts +8 -99
- package/dist/types-ts4.0/i18n/fr.d.ts +8 -77
- package/dist/types-ts4.0/i18n/hu.d.ts +8 -77
- package/dist/types-ts4.0/i18n/it.d.ts +8 -77
- package/dist/types-ts4.0/i18n/ja.d.ts +8 -99
- package/dist/types-ts4.0/i18n/ko.d.ts +8 -77
- package/dist/types-ts4.0/i18n/nb.d.ts +8 -91
- package/dist/types-ts4.0/i18n/nl.d.ts +8 -96
- package/dist/types-ts4.0/i18n/pl.d.ts +8 -98
- package/dist/types-ts4.0/i18n/pt_BR.d.ts +8 -92
- package/dist/types-ts4.0/i18n/ru.d.ts +8 -99
- package/dist/types-ts4.0/i18n/sv.d.ts +8 -98
- package/dist/types-ts4.0/i18n/th.d.ts +8 -99
- package/dist/types-ts4.0/i18n/tr.d.ts +8 -99
- package/dist/types-ts4.0/i18n/uk.d.ts +8 -99
- package/dist/types-ts4.0/i18n/vi.d.ts +8 -99
- package/dist/types-ts4.0/i18n/zh.d.ts +6 -99
- package/dist/types-ts4.0/i18n/zh_TW.d.ts +8 -99
- package/dist/types-ts4.0/utils/selection.d.ts +1 -2
- package/package.json +9 -9
package/dist/esm/i18n/it.js
CHANGED
|
@@ -6,13 +6,8 @@
|
|
|
6
6
|
*/
|
|
7
7
|
//Italian (Italy)
|
|
8
8
|
export default {
|
|
9
|
-
'fabric.editor.action': 'Attività',
|
|
10
|
-
'fabric.editor.action.description': 'Crea e assegna elementi di azione',
|
|
11
9
|
'fabric.editor.addAltText': 'Testo alternativo',
|
|
12
10
|
'fabric.editor.alignCenter': 'Allinea al centro',
|
|
13
|
-
'fabric.editor.alignImageCenter': 'Allinea al centro',
|
|
14
|
-
'fabric.editor.alignImageLeft': 'Allinea a sinistra',
|
|
15
|
-
'fabric.editor.alignImageRight': 'Allinea a destra',
|
|
16
11
|
'fabric.editor.alignLeft': 'Allinea a sinistra',
|
|
17
12
|
'fabric.editor.alignRight': 'Allinea a destra',
|
|
18
13
|
'fabric.editor.alignment': 'Allineamento testo',
|
|
@@ -24,20 +19,14 @@ export default {
|
|
|
24
19
|
'fabric.editor.blockCardUnavailable': "Il collegamento inline è all'interno di {node} e non è possibile modificare la relativa visualizzazione",
|
|
25
20
|
'fabric.editor.blockDescription': 'Visualizza ulteriori informazioni relative al link, come riepilogo e azioni',
|
|
26
21
|
'fabric.editor.blockTitle': 'Scheda',
|
|
27
|
-
'fabric.editor.blockquote': 'una virgoletta',
|
|
28
22
|
'fabric.editor.blockquote.description': 'Inserisci citazione',
|
|
29
23
|
'fabric.editor.blockquote2': 'Citazione',
|
|
30
24
|
'fabric.editor.bold': 'Grassetto',
|
|
31
25
|
'fabric.editor.bug': 'Bug',
|
|
32
|
-
'fabric.editor.canNotSortTable': '⚠️ Non puoi ordinare una tabella con celle unite',
|
|
33
|
-
'fabric.editor.cancelButton': 'Annulla',
|
|
34
26
|
'fabric.editor.captionPlaceholder': 'Aggiungi didascalia',
|
|
35
27
|
'fabric.editor.cardFloatingControls': 'Opzioni scheda',
|
|
36
|
-
'fabric.editor.cellBackground': 'Sfondo cella',
|
|
37
|
-
'fabric.editor.cellOptions': 'Opzioni cella',
|
|
38
28
|
'fabric.editor.chromeCollapsedPlaceholder': 'Scrivi qualcosa…',
|
|
39
29
|
'fabric.editor.clearAltTextEdit': 'Cancella testo alternativo',
|
|
40
|
-
'fabric.editor.clearCells': '{0, plural, one {Cancella cella} other {Cancella celle}}',
|
|
41
30
|
'fabric.editor.clearFormatting': 'Elimina formattazione',
|
|
42
31
|
'fabric.editor.clearLink': 'Cancella link',
|
|
43
32
|
'fabric.editor.clearLinkText': 'Cancella testo',
|
|
@@ -48,9 +37,6 @@ export default {
|
|
|
48
37
|
'fabric.editor.code.on': '{textFormattingOff}, codice attivato',
|
|
49
38
|
'fabric.editor.codeblock': 'Frammento di codice',
|
|
50
39
|
'fabric.editor.codeblock.description': 'Mostra codice con colorazione della sintassi',
|
|
51
|
-
'fabric.editor.collapseTable': 'Comprimi tabella',
|
|
52
|
-
'fabric.editor.columns': 'Layout',
|
|
53
|
-
'fabric.editor.columns.description': 'Organizza la tua pagina in sezioni',
|
|
54
40
|
'fabric.editor.configFailedToLoad': 'Caricamento non riuscito',
|
|
55
41
|
'fabric.editor.configPanel.cancel': 'Annulla',
|
|
56
42
|
'fabric.editor.configPanel.close': 'Chiudi',
|
|
@@ -68,16 +54,10 @@ export default {
|
|
|
68
54
|
'fabric.editor.configPanel.invalid': 'Campo non valido',
|
|
69
55
|
'fabric.editor.configPanel.required': 'Campo obbligatorio',
|
|
70
56
|
'fabric.editor.configPanel.submit': 'Invia',
|
|
71
|
-
'fabric.editor.copiedToClipboard': 'Copiato.',
|
|
72
|
-
'fabric.editor.copyToClipboard': 'Copia',
|
|
73
57
|
'fabric.editor.createComment': 'Commento',
|
|
74
58
|
'fabric.editor.createCommentInvalid': 'Puoi inserire commenti solo per il testo e le intestazioni',
|
|
75
59
|
'fabric.editor.customPanel': 'Pannello personalizzato',
|
|
76
60
|
'fabric.editor.customPanel.description': 'Aggiungi una nota con un emoji e uno sfondo colorato',
|
|
77
|
-
'fabric.editor.date': 'Data',
|
|
78
|
-
'fabric.editor.date.description': 'Aggiungi una data usando un calendario',
|
|
79
|
-
'fabric.editor.decision': 'Decisione',
|
|
80
|
-
'fabric.editor.decision.description': 'Acquisisci decisioni per monitorarle agevolmente',
|
|
81
61
|
'fabric.editor.decisionPlaceholder': 'Aggiungi una decisione…',
|
|
82
62
|
'fabric.editor.defaultAltText': 'Voce di elenco',
|
|
83
63
|
'fabric.editor.displayBlock': 'Visualizza come scheda',
|
|
@@ -86,14 +66,12 @@ export default {
|
|
|
86
66
|
'fabric.editor.displayLink': 'Mostra come testo',
|
|
87
67
|
'fabric.editor.displayOptionUnavailableInParentNode': "Questa opzione di visualizzazione non è disponibile all'interno di {node}",
|
|
88
68
|
'fabric.editor.displayText': 'Testo da mostrare',
|
|
89
|
-
'fabric.editor.distributeColumns': 'Distribuisci colonne',
|
|
90
69
|
'fabric.editor.dropPlaceholderLabel': 'Documento',
|
|
91
70
|
'fabric.editor.ecombedDescription': "Visualizza un'anteprima interattiva di un link",
|
|
92
71
|
'fabric.editor.edit': 'Modifica',
|
|
93
72
|
'fabric.editor.editAltText': 'Modifica testo alternativo',
|
|
94
73
|
'fabric.editor.editDateText': 'Modifica data',
|
|
95
74
|
'fabric.editor.editLink': 'Modifica link',
|
|
96
|
-
'fabric.editor.editMode.inviteToEditButton.title': 'Invita a modificare',
|
|
97
75
|
'fabric.editor.editStatusColor': 'Modifica colore stato',
|
|
98
76
|
'fabric.editor.editStatusText': 'Modifica stato',
|
|
99
77
|
'fabric.editor.editableContentLabel': 'Contenuto modificabile',
|
|
@@ -116,20 +94,14 @@ export default {
|
|
|
116
94
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': "Esplora l'Atlassian Marketplace",
|
|
117
95
|
'fabric.editor.elementbrowser.sidebar.heading': 'Sfoglia',
|
|
118
96
|
'fabric.editor.embedTitle': 'Incorpora',
|
|
119
|
-
'fabric.editor.emoji': 'Emoji',
|
|
120
|
-
'fabric.editor.emoji.description': 'Usa le emoji per esprimere idee 🎉 ed emozioni 😄',
|
|
121
97
|
'fabric.editor.emptyLink': 'Inserisci un link.',
|
|
122
98
|
'fabric.editor.epic': 'Epic',
|
|
123
99
|
'fabric.editor.error': 'Errore',
|
|
124
100
|
'fabric.editor.errorPanel': 'Pannello errori',
|
|
125
101
|
'fabric.editor.errorPanel.description': 'Segnala gli errori in un pannello colorato',
|
|
126
|
-
'fabric.editor.
|
|
127
|
-
'fabric.editor.
|
|
102
|
+
'fabric.editor.extension.confirmDeleteLinkedModalMessage': "La rimozione di questa estensione comporterà l'interruzione di tutti gli elementi ad essa collegati.",
|
|
103
|
+
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': "Rimuovi l'estensione",
|
|
128
104
|
'fabric.editor.extensions.config-panel.save-indicator': 'Le modifiche vengono sempre salvate automaticamente',
|
|
129
|
-
'fabric.editor.feedbackDialog': 'Lascia un feedback',
|
|
130
|
-
'fabric.editor.feedbackDialog.description': 'Raccontaci la tua esperienza usando il nuovo editor',
|
|
131
|
-
'fabric.editor.filesAndImages': 'File e immagini',
|
|
132
|
-
'fabric.editor.filesAndImages.description': 'Aggiungi alla tua pagina immagini e altri file',
|
|
133
105
|
'fabric.editor.find': 'Trova',
|
|
134
106
|
'fabric.editor.findNext': 'Trova successivo',
|
|
135
107
|
'fabric.editor.findPrevious': 'Trova precedente',
|
|
@@ -139,8 +111,6 @@ export default {
|
|
|
139
111
|
'fabric.editor.floatingToolbar.confirmModalOK': 'OK',
|
|
140
112
|
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'Sono stati aperti i controlli della barra degli strumenti mobile',
|
|
141
113
|
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Barra degli strumenti mobile',
|
|
142
|
-
'fabric.editor.headerColumn': 'Colonna di intestazione',
|
|
143
|
-
'fabric.editor.headerRow': 'Riga di intestazione',
|
|
144
114
|
'fabric.editor.heading1': 'Titolo 1',
|
|
145
115
|
'fabric.editor.heading1Description': 'Per un titolo di primo livello',
|
|
146
116
|
'fabric.editor.heading2': 'Titolo 2',
|
|
@@ -160,36 +130,25 @@ export default {
|
|
|
160
130
|
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Story',
|
|
161
131
|
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Task',
|
|
162
132
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Apri finestra della guida',
|
|
163
|
-
'fabric.editor.help': 'Guida',
|
|
164
|
-
'fabric.editor.help.description': 'Sfoglia tutti i tasti di scelta rapida e le opzioni di Markdown',
|
|
165
133
|
'fabric.editor.helpDialogTips': 'Premi {keyMap} per aprire velocemente questa finestra di dialogo ogni volta che vuoi',
|
|
166
|
-
'fabric.editor.horizontalRule': 'Divisore',
|
|
167
|
-
'fabric.editor.horizontalRule.description': 'Contenuti separati con una riga orizzontale',
|
|
168
134
|
'fabric.editor.hyperlink.linkAriaLabel': 'Etichetta link',
|
|
169
135
|
'fabric.editor.hyperlink.searchLinkAriaDescription': 'I suggerimenti vengono visualizzati durante la digitazione nel campo',
|
|
170
136
|
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {nessun risultato trovato} one {{count,number} risultato trovato} other {{count,number} risultati trovati}}',
|
|
171
137
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Incolla o cerca il link',
|
|
172
|
-
'fabric.editor.image': 'Immagine',
|
|
173
138
|
'fabric.editor.improvement': 'Miglioramento',
|
|
139
|
+
'fabric.editor.indent': 'Rientro',
|
|
174
140
|
'fabric.editor.info': 'Info',
|
|
175
141
|
'fabric.editor.infoPanel': 'Pannello informazioni',
|
|
176
142
|
'fabric.editor.infoPanel.description': 'Metti in evidenza l’informazione in un pannello colorato',
|
|
177
143
|
'fabric.editor.inlineDescription': 'Visualizza il link come testo in linea',
|
|
178
144
|
'fabric.editor.inlineTitle': 'In linea',
|
|
179
|
-
'fabric.editor.
|
|
180
|
-
'fabric.editor.insertMenu': 'Inserisci',
|
|
181
|
-
'fabric.editor.insertRow': 'Inserisci riga sotto',
|
|
145
|
+
'fabric.editor.inputQueryAssistiveTxt': 'Una volta che i risultati del completamento automatico sono disponibili, utilizza le frecce su e giù per rivedere i dati e premi Invio per selezionarli. Gli utenti di dispositivi touch possono utilizzare i movimenti di tocco o scorrimento.',
|
|
182
146
|
'fabric.editor.invalidDateError': 'Inserisci una data valida',
|
|
183
147
|
'fabric.editor.invalidLink': 'Inserisci un link valido.',
|
|
184
148
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Invita un collega in {productName}} trusted {Invita un collega in {productName}} other {Aggiunti un collega a {productName}}}',
|
|
185
149
|
'fabric.editor.italic': 'Corsivo',
|
|
186
150
|
'fabric.editor.keyboardShortcuts': 'Scelte rapide da tastiera',
|
|
187
|
-
'fabric.editor.layoutFixedWidth': 'Torna alla visualizzazione centrata',
|
|
188
|
-
'fabric.editor.layoutFullWidth': 'Vai alla vista a schermo intero',
|
|
189
|
-
'fabric.editor.layoutWide': 'Allarga',
|
|
190
151
|
'fabric.editor.leftSidebar': 'Barra laterale sinistra',
|
|
191
|
-
'fabric.editor.link': 'Inserisci link',
|
|
192
|
-
'fabric.editor.link.description': 'Inserisci un link',
|
|
193
152
|
'fabric.editor.linkAddress': 'Collega indirizzo',
|
|
194
153
|
'fabric.editor.linkPlaceholder': 'Incolla link',
|
|
195
154
|
'fabric.editor.lists': 'Elenchi',
|
|
@@ -197,50 +156,38 @@ export default {
|
|
|
197
156
|
'fabric.editor.matchCase': 'Maiuscole/Minuscole',
|
|
198
157
|
'fabric.editor.mediaAddLink': 'Aggiungi link',
|
|
199
158
|
'fabric.editor.mediaGroupDeleteLabel': 'Elimina',
|
|
200
|
-
'fabric.editor.mention': 'Menziona',
|
|
201
|
-
'fabric.editor.mention.description': 'Menziona qualcuno per inviargli una notifica',
|
|
202
159
|
'fabric.editor.mentionsAddLabel': 'icona aggiungi',
|
|
203
160
|
'fabric.editor.mentionsIconLabel': 'Menziona',
|
|
204
|
-
'fabric.editor.mergeCells': 'Unisci celle',
|
|
205
161
|
'fabric.editor.moreFormatting': 'Formattazione aggiuntiva',
|
|
206
162
|
'fabric.editor.noResultsFound': 'Nessun risultato',
|
|
163
|
+
'fabric.editor.noSearchResults': 'Nessun risultato della ricerca',
|
|
207
164
|
'fabric.editor.normal': 'Testo normale',
|
|
208
165
|
'fabric.editor.note': 'Nota',
|
|
209
166
|
'fabric.editor.notePanel': 'Pannello note',
|
|
210
167
|
'fabric.editor.notePanel.description': 'Aggiungi una nota in un pannello colorato',
|
|
211
|
-
'fabric.editor.numberedColumn': 'Colonna numerata',
|
|
212
168
|
'fabric.editor.off': '{formattingType} disattiva',
|
|
213
169
|
'fabric.editor.on': '{formattingType} attiva',
|
|
214
170
|
'fabric.editor.orderedList': 'Elenco numerato',
|
|
215
171
|
'fabric.editor.orderedList.description': 'Crea una lista ordinata',
|
|
216
172
|
'fabric.editor.other': 'Altri...',
|
|
173
|
+
'fabric.editor.outdent': 'Rientro negativo',
|
|
217
174
|
'fabric.editor.pageActionsLabel': 'Azioni sulla pagina',
|
|
218
175
|
'fabric.editor.panel.backgroundColor': 'Colore di sfondo',
|
|
219
176
|
'fabric.editor.panel.emoji': 'Aggiungi emoji',
|
|
220
177
|
'fabric.editor.pastePlainText': 'Incolla testo non formattato',
|
|
221
178
|
'fabric.editor.placeholderAltText': 'Descrivi questa immagine con testo alternativo',
|
|
222
|
-
'fabric.editor.placeholderText': 'Testo segnaposto',
|
|
223
|
-
'fabric.editor.placeholderText.description': 'Inserisci un segnaposto di testo nella pagina',
|
|
224
179
|
'fabric.editor.placeholderTextPlaceholder': 'Aggiungi testo segnaposto',
|
|
225
180
|
'fabric.editor.quickInsert': 'Inserimento rapido',
|
|
226
181
|
'fabric.editor.redo': 'Ripeti',
|
|
227
|
-
'fabric.editor.remove': 'Rimuovi',
|
|
228
|
-
'fabric.editor.removeColumns': '{0, plural, one {Elimina colonna} other {Elimina colonne}}',
|
|
229
|
-
'fabric.editor.removeEmoji': 'Rimuovi emoji',
|
|
230
|
-
'fabric.editor.removeRows': '{0, plural, one {Elimina riga} other {Elimina righe}}',
|
|
231
182
|
'fabric.editor.replace': 'Sostituisci',
|
|
232
183
|
'fabric.editor.replaceAll': 'Sostituisci tutto',
|
|
233
184
|
'fabric.editor.replaceWith': 'Sostituisci con',
|
|
234
185
|
'fabric.editor.resultsCount': '{selectedMatchPosition} di {totalResultsCount}',
|
|
235
186
|
'fabric.editor.rightSidebar': 'Barra laterale destra',
|
|
236
|
-
'fabric.editor.
|
|
187
|
+
'fabric.editor.searchResults': '{itemsLength, plural, one {{itemsLength,number} risultato della ricerca disponibile} other {{itemsLength,number} risultati della ricerca disponibili}}',
|
|
237
188
|
'fabric.editor.selectLanguage': 'Seleziona linguaggio',
|
|
189
|
+
'fabric.editor.settingsLinks': 'Vai alle Preferenze per i link',
|
|
238
190
|
'fabric.editor.single': 'Colonna singola',
|
|
239
|
-
'fabric.editor.sortColumnASC': 'Ordina colonna A → Z',
|
|
240
|
-
'fabric.editor.sortColumnDESC': 'Ordina colonna Z → A',
|
|
241
|
-
'fabric.editor.splitCell': 'Dividi celle',
|
|
242
|
-
'fabric.editor.status': 'Stato',
|
|
243
|
-
'fabric.editor.status.description': 'Aggiungi un’etichetta di stato personalizzato',
|
|
244
191
|
'fabric.editor.statusPlaceholder': 'Imposta uno stato',
|
|
245
192
|
'fabric.editor.story': 'Story',
|
|
246
193
|
'fabric.editor.strike': 'Barrato',
|
|
@@ -253,11 +200,6 @@ export default {
|
|
|
253
200
|
'fabric.editor.superscript': 'Apice',
|
|
254
201
|
'fabric.editor.superscript.off.subscript.on': 'Apice disattivato, Pedice attivato',
|
|
255
202
|
'fabric.editor.supportAltText': 'Il testo alternativo è utile agli utenti con problemi di vista che utilizzano utilità per la lettura dello schermo.',
|
|
256
|
-
'fabric.editor.table': 'Tabella',
|
|
257
|
-
'fabric.editor.table.description': 'Inserisci una tabella',
|
|
258
|
-
'fabric.editor.tableOptions': 'Opzioni tabella',
|
|
259
|
-
'fabric.editor.tables.confirmDeleteLinkedModalMessage': "La rimozione di questa tabella comporterà l'interruzione di tutti i grafici ad essa collegati.",
|
|
260
|
-
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Rimuovi tabella e dati',
|
|
261
203
|
'fabric.editor.task': 'Task',
|
|
262
204
|
'fabric.editor.taskPlaceholder': 'Digita la tua azione e usa “@” per assegnarla a qualcuno.',
|
|
263
205
|
'fabric.editor.text.formatting.off': 'Formattazione del test disattivata',
|
|
@@ -265,17 +207,8 @@ export default {
|
|
|
265
207
|
'fabric.editor.textStyles': 'Stili del testo',
|
|
266
208
|
'fabric.editor.threeColumns': 'Tre colonne',
|
|
267
209
|
'fabric.editor.threeColumnsWithSidebars': 'Tre colonne con barre laterali',
|
|
268
|
-
'fabric.editor.time.ago': 'fa',
|
|
269
|
-
'fabric.editor.time.updated': 'Aggiornato',
|
|
270
|
-
'fabric.editor.time.viewed': 'Visualizzato',
|
|
271
210
|
'fabric.editor.toolbarLabel': "Barra degli strumenti dell'editor",
|
|
272
211
|
'fabric.editor.toolbarMediaTitle': 'File e immagini',
|
|
273
|
-
'fabric.editor.tooltip.blockPanel': 'un pannello',
|
|
274
|
-
'fabric.editor.tooltip.bulletList': 'un elenco',
|
|
275
|
-
'fabric.editor.tooltip.decisionList': 'un elenco di decisioni',
|
|
276
|
-
'fabric.editor.tooltip.defaultBlockNode': 'un nodo di blocco',
|
|
277
|
-
'fabric.editor.tooltip.nestedExpand': "un'espansione annidata",
|
|
278
|
-
'fabric.editor.tooltip.taskList': 'un elemento di azione',
|
|
279
212
|
'fabric.editor.twoColumns': 'Due colonne',
|
|
280
213
|
'fabric.editor.typeAheadResultLabel': 'Risultati completamento automatico',
|
|
281
214
|
'fabric.editor.unableToOpenLink': 'Impossibile aprire questo link',
|
|
@@ -287,8 +220,6 @@ export default {
|
|
|
287
220
|
'fabric.editor.url': 'Visualizza URL',
|
|
288
221
|
'fabric.editor.urlDescription': 'Visualizza il link come URL',
|
|
289
222
|
'fabric.editor.urlTitle': 'URL',
|
|
290
|
-
'fabric.editor.viewMore': 'Visualizza altro',
|
|
291
|
-
'fabric.editor.visit': 'Apri il link in una nuova finestra',
|
|
292
223
|
'fabric.editor.warning': 'Attenzione',
|
|
293
224
|
'fabric.editor.warningPanel': 'Pannello avvisi',
|
|
294
225
|
'fabric.editor.warningPanel.description': 'Aggiungi un avviso in un pannello colorato',
|
package/dist/esm/i18n/ja.js
CHANGED
|
@@ -6,13 +6,8 @@
|
|
|
6
6
|
*/
|
|
7
7
|
//Japanese
|
|
8
8
|
export default {
|
|
9
|
-
'fabric.editor.action': 'アクション アイテム',
|
|
10
|
-
'fabric.editor.action.description': 'アクション アイテムを作成して割り当て',
|
|
11
9
|
'fabric.editor.addAltText': '代替テキスト',
|
|
12
10
|
'fabric.editor.alignCenter': '中央揃え',
|
|
13
|
-
'fabric.editor.alignImageCenter': '中央揃え',
|
|
14
|
-
'fabric.editor.alignImageLeft': '左揃え',
|
|
15
|
-
'fabric.editor.alignImageRight': '右揃え',
|
|
16
11
|
'fabric.editor.alignLeft': '左揃え',
|
|
17
12
|
'fabric.editor.alignRight': '右揃え',
|
|
18
13
|
'fabric.editor.alignment': 'テキストの配置',
|
|
@@ -24,20 +19,14 @@ export default {
|
|
|
24
19
|
'fabric.editor.blockCardUnavailable': 'インラインリンクは {node} 内にあるためビューを変更できません',
|
|
25
20
|
'fabric.editor.blockDescription': '要約やアクションなど、リンクの詳細を表示します。',
|
|
26
21
|
'fabric.editor.blockTitle': 'カード',
|
|
27
|
-
'fabric.editor.blockquote': '引用',
|
|
28
22
|
'fabric.editor.blockquote.description': '引用文を挿入',
|
|
29
23
|
'fabric.editor.blockquote2': '引用',
|
|
30
24
|
'fabric.editor.bold': '太字',
|
|
31
25
|
'fabric.editor.bug': 'バグ',
|
|
32
|
-
'fabric.editor.canNotSortTable': '⚠️ 統合したセルで表を並べ替えることはできません',
|
|
33
|
-
'fabric.editor.cancelButton': 'キャンセル',
|
|
34
26
|
'fabric.editor.captionPlaceholder': 'キャプションを追加',
|
|
35
27
|
'fabric.editor.cardFloatingControls': 'カードのオプション',
|
|
36
|
-
'fabric.editor.cellBackground': 'セルの背景',
|
|
37
|
-
'fabric.editor.cellOptions': 'セルのオプション',
|
|
38
28
|
'fabric.editor.chromeCollapsedPlaceholder': '文字を入力…',
|
|
39
29
|
'fabric.editor.clearAltTextEdit': '代替テキストをクリア',
|
|
40
|
-
'fabric.editor.clearCells': '{0, plural, other {セルをクリア}}',
|
|
41
30
|
'fabric.editor.clearFormatting': 'フォーマットをクリア',
|
|
42
31
|
'fabric.editor.clearLink': 'リンクをクリア',
|
|
43
32
|
'fabric.editor.clearLinkText': 'テキストをクリア',
|
|
@@ -48,9 +37,6 @@ export default {
|
|
|
48
37
|
'fabric.editor.code.on': '{textFormattingOff}、コード オン',
|
|
49
38
|
'fabric.editor.codeblock': 'コード スニペット',
|
|
50
39
|
'fabric.editor.codeblock.description': '構文をハイライトしてコードを表示',
|
|
51
|
-
'fabric.editor.collapseTable': 'テーブルを折りたたむ',
|
|
52
|
-
'fabric.editor.columns': 'レイアウト',
|
|
53
|
-
'fabric.editor.columns.description': 'セクションを使用してページを構成',
|
|
54
40
|
'fabric.editor.configFailedToLoad': '読み込めませんでした',
|
|
55
41
|
'fabric.editor.configPanel.cancel': 'キャンセル',
|
|
56
42
|
'fabric.editor.configPanel.close': '閉じる',
|
|
@@ -68,16 +54,10 @@ export default {
|
|
|
68
54
|
'fabric.editor.configPanel.invalid': '無効なフィールド',
|
|
69
55
|
'fabric.editor.configPanel.required': '必須フィールド',
|
|
70
56
|
'fabric.editor.configPanel.submit': '送信',
|
|
71
|
-
'fabric.editor.copiedToClipboard': 'コピーしました',
|
|
72
|
-
'fabric.editor.copyToClipboard': 'コピー',
|
|
73
57
|
'fabric.editor.createComment': 'コメント',
|
|
74
58
|
'fabric.editor.createCommentInvalid': 'テキストと見出しにのみコメントできます',
|
|
75
59
|
'fabric.editor.customPanel': 'カスタム パネル',
|
|
76
60
|
'fabric.editor.customPanel.description': '絵文字と背景色でメモを追加',
|
|
77
|
-
'fabric.editor.date': '日付',
|
|
78
|
-
'fabric.editor.date.description': 'カレンダーを使用して日付を追加',
|
|
79
|
-
'fabric.editor.decision': '決定事項',
|
|
80
|
-
'fabric.editor.decision.description': '決定事項をキャプチャして簡単に追跡',
|
|
81
61
|
'fabric.editor.decisionPlaceholder': '決定事項を追加…',
|
|
82
62
|
'fabric.editor.defaultAltText': 'リスト項目',
|
|
83
63
|
'fabric.editor.displayBlock': 'カードを表示',
|
|
@@ -86,14 +66,12 @@ export default {
|
|
|
86
66
|
'fabric.editor.displayLink': 'テキストとして表示',
|
|
87
67
|
'fabric.editor.displayOptionUnavailableInParentNode': '{node} 内ではこの表示オプションを使用できません',
|
|
88
68
|
'fabric.editor.displayText': '表示するテキスト',
|
|
89
|
-
'fabric.editor.distributeColumns': '列の幅を揃える',
|
|
90
69
|
'fabric.editor.dropPlaceholderLabel': 'ドキュメント',
|
|
91
70
|
'fabric.editor.ecombedDescription': 'リンクのインタラクティブなプレビューを表示します。',
|
|
92
71
|
'fabric.editor.edit': '編集',
|
|
93
72
|
'fabric.editor.editAltText': '代替テキストを編集',
|
|
94
73
|
'fabric.editor.editDateText': '日付を編集',
|
|
95
74
|
'fabric.editor.editLink': 'リンクを編集',
|
|
96
|
-
'fabric.editor.editMode.inviteToEditButton.title': '編集に招待',
|
|
97
75
|
'fabric.editor.editStatusColor': 'ステータス カラーを編集',
|
|
98
76
|
'fabric.editor.editStatusText': 'ステータスを編集',
|
|
99
77
|
'fabric.editor.editableContentLabel': '編集可能なコンテンツ',
|
|
@@ -116,20 +94,14 @@ export default {
|
|
|
116
94
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Atlassian Marketplace を見る',
|
|
117
95
|
'fabric.editor.elementbrowser.sidebar.heading': '参照',
|
|
118
96
|
'fabric.editor.embedTitle': '埋め込み',
|
|
119
|
-
'fabric.editor.emoji': '絵文字',
|
|
120
|
-
'fabric.editor.emoji.description': '絵文字を使用してアイデア 🎉 や気持ち 😄 を表現',
|
|
121
97
|
'fabric.editor.emptyLink': 'リンクを入力してください。',
|
|
122
98
|
'fabric.editor.epic': 'エピック',
|
|
123
99
|
'fabric.editor.error': 'エラー',
|
|
124
100
|
'fabric.editor.errorPanel': 'エラー パネル',
|
|
125
101
|
'fabric.editor.errorPanel.description': '色付きのパネルでエラーをコールアウト',
|
|
126
|
-
'fabric.editor.
|
|
127
|
-
'fabric.editor.
|
|
102
|
+
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'この拡張機能を削除すると、接続されているすべてが破棄されます。',
|
|
103
|
+
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': '拡張機能を削除',
|
|
128
104
|
'fabric.editor.extensions.config-panel.save-indicator': 'すべての変更は常に自動保存されます',
|
|
129
|
-
'fabric.editor.feedbackDialog': 'フィードバックを送信',
|
|
130
|
-
'fabric.editor.feedbackDialog.description': '新しいエディターに関するご意見・ご感想をお聞かせください',
|
|
131
|
-
'fabric.editor.filesAndImages': 'ファイルおよび画像',
|
|
132
|
-
'fabric.editor.filesAndImages.description': 'ページに画像やファイルを追加',
|
|
133
105
|
'fabric.editor.find': '検索',
|
|
134
106
|
'fabric.editor.findNext': '次を検索',
|
|
135
107
|
'fabric.editor.findPrevious': '前を検索',
|
|
@@ -139,8 +111,6 @@ export default {
|
|
|
139
111
|
'fabric.editor.floatingToolbar.confirmModalOK': 'OK',
|
|
140
112
|
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'フローティング ツールバーのコントロールが開いています。',
|
|
141
113
|
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'フローティング ツールバー',
|
|
142
|
-
'fabric.editor.headerColumn': 'ヘッダーの列',
|
|
143
|
-
'fabric.editor.headerRow': 'ヘッダーの行',
|
|
144
114
|
'fabric.editor.heading1': '見出し 1',
|
|
145
115
|
'fabric.editor.heading1Description': '最上位レベルの見出しに使用',
|
|
146
116
|
'fabric.editor.heading2': '見出し 2',
|
|
@@ -160,36 +130,25 @@ export default {
|
|
|
160
130
|
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'ストーリー',
|
|
161
131
|
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'タスク',
|
|
162
132
|
'fabric.editor.headingLink.toolbarHelpTitle': 'ヘルプ ダイアログを開く',
|
|
163
|
-
'fabric.editor.help': 'ヘルプ',
|
|
164
|
-
'fabric.editor.help.description': 'キーボード ショートカットと Markdown のオプションをすべて表示',
|
|
165
133
|
'fabric.editor.helpDialogTips': '{keyMap} を押すと、このダイアログをいつでもすぐに開けます',
|
|
166
|
-
'fabric.editor.horizontalRule': '分割線',
|
|
167
|
-
'fabric.editor.horizontalRule.description': '横線を使用してコンテンツを分割',
|
|
168
134
|
'fabric.editor.hyperlink.linkAriaLabel': 'リンク ラベル',
|
|
169
135
|
'fabric.editor.hyperlink.searchLinkAriaDescription': 'フィールドに入力すると、以下に候補が表示されます',
|
|
170
136
|
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {検索結果がありませんでした} other {{count,number} 件の検索結果が見つかりました}}',
|
|
171
137
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'リンクを貼り付けるか検索',
|
|
172
|
-
'fabric.editor.image': '画像',
|
|
173
138
|
'fabric.editor.improvement': '改善',
|
|
139
|
+
'fabric.editor.indent': 'インデント',
|
|
174
140
|
'fabric.editor.info': '情報',
|
|
175
141
|
'fabric.editor.infoPanel': '情報パネル',
|
|
176
142
|
'fabric.editor.infoPanel.description': '色付きのパネルで情報を強調',
|
|
177
143
|
'fabric.editor.inlineDescription': 'リンクをインライン テキストとして表示します。',
|
|
178
144
|
'fabric.editor.inlineTitle': 'インライン',
|
|
179
|
-
'fabric.editor.
|
|
180
|
-
'fabric.editor.insertMenu': '挿入',
|
|
181
|
-
'fabric.editor.insertRow': '行を下に挿入',
|
|
145
|
+
'fabric.editor.inputQueryAssistiveTxt': 'オートコンプリートの結果を利用できる際は、上下の矢印キーによって確認して Enter キーを押して選択します。タッチ デバイスのユーザーは、タッチまたはスワイプして検索してください。',
|
|
182
146
|
'fabric.editor.invalidDateError': '有効な日付を入力してください',
|
|
183
147
|
'fabric.editor.invalidLink': '有効なリンクを入力してください。',
|
|
184
148
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {チームメイトを {productName} に招待} trusted {チームメイトを {productName} に招待} other {チームメイトを {productName} に追加}}',
|
|
185
149
|
'fabric.editor.italic': '斜体',
|
|
186
150
|
'fabric.editor.keyboardShortcuts': 'キーボード ショートカット',
|
|
187
|
-
'fabric.editor.layoutFixedWidth': '標準の幅に戻す',
|
|
188
|
-
'fabric.editor.layoutFullWidth': '全幅で表示',
|
|
189
|
-
'fabric.editor.layoutWide': 'ワイド表示',
|
|
190
151
|
'fabric.editor.leftSidebar': '左サイドバー',
|
|
191
|
-
'fabric.editor.link': 'リンク',
|
|
192
|
-
'fabric.editor.link.description': 'リンクを挿入',
|
|
193
152
|
'fabric.editor.linkAddress': 'リンクのアドレス',
|
|
194
153
|
'fabric.editor.linkPlaceholder': 'リンクを貼り付け',
|
|
195
154
|
'fabric.editor.lists': 'リスト',
|
|
@@ -197,50 +156,38 @@ export default {
|
|
|
197
156
|
'fabric.editor.matchCase': '大文字/小文字を区別',
|
|
198
157
|
'fabric.editor.mediaAddLink': 'リンクを追加',
|
|
199
158
|
'fabric.editor.mediaGroupDeleteLabel': '削除',
|
|
200
|
-
'fabric.editor.mention': 'メンション',
|
|
201
|
-
'fabric.editor.mention.description': 'ユーザーをメンションして通知を送信します',
|
|
202
159
|
'fabric.editor.mentionsAddLabel': '追加アイコン',
|
|
203
160
|
'fabric.editor.mentionsIconLabel': 'メンション',
|
|
204
|
-
'fabric.editor.mergeCells': 'セルをマージ',
|
|
205
161
|
'fabric.editor.moreFormatting': 'その他のフォーマット',
|
|
206
162
|
'fabric.editor.noResultsFound': '該当する結果がありません',
|
|
163
|
+
'fabric.editor.noSearchResults': '検索結果が見つかりませんでした。',
|
|
207
164
|
'fabric.editor.normal': 'ノーマル テキスト',
|
|
208
165
|
'fabric.editor.note': 'メモ',
|
|
209
166
|
'fabric.editor.notePanel': 'メモ パネル',
|
|
210
167
|
'fabric.editor.notePanel.description': '色付きのメモ パネルを追加',
|
|
211
|
-
'fabric.editor.numberedColumn': '番号付き列',
|
|
212
168
|
'fabric.editor.off': '{formattingType}オフ',
|
|
213
169
|
'fabric.editor.on': '{formattingType}オン',
|
|
214
170
|
'fabric.editor.orderedList': '番号付きリスト',
|
|
215
171
|
'fabric.editor.orderedList.description': '順序指定済みリストを作成',
|
|
216
172
|
'fabric.editor.other': 'その他…',
|
|
173
|
+
'fabric.editor.outdent': 'インデント解除',
|
|
217
174
|
'fabric.editor.pageActionsLabel': 'ページ操作',
|
|
218
175
|
'fabric.editor.panel.backgroundColor': '背景色',
|
|
219
176
|
'fabric.editor.panel.emoji': '絵文字を追加',
|
|
220
177
|
'fabric.editor.pastePlainText': 'プレーン テキストを貼り付け',
|
|
221
178
|
'fabric.editor.placeholderAltText': '代替テキストでこの画像を説明',
|
|
222
|
-
'fabric.editor.placeholderText': 'プレースホルダー テキスト',
|
|
223
|
-
'fabric.editor.placeholderText.description': 'ページにテキスト プレースホルダーを挿入',
|
|
224
179
|
'fabric.editor.placeholderTextPlaceholder': 'プレースホルダー テキストを追加',
|
|
225
180
|
'fabric.editor.quickInsert': 'クイック挿入',
|
|
226
181
|
'fabric.editor.redo': 'やり直し',
|
|
227
|
-
'fabric.editor.remove': '削除',
|
|
228
|
-
'fabric.editor.removeColumns': '{0, plural, other {列を削除}}',
|
|
229
|
-
'fabric.editor.removeEmoji': '絵文字を削除',
|
|
230
|
-
'fabric.editor.removeRows': '{0, plural, other {行を削除}}',
|
|
231
182
|
'fabric.editor.replace': '置換',
|
|
232
183
|
'fabric.editor.replaceAll': 'すべて置換',
|
|
233
184
|
'fabric.editor.replaceWith': '次で置換',
|
|
234
185
|
'fabric.editor.resultsCount': '{totalResultsCount} 件中 {selectedMatchPosition} 件',
|
|
235
186
|
'fabric.editor.rightSidebar': '右サイドバー',
|
|
236
|
-
'fabric.editor.
|
|
187
|
+
'fabric.editor.searchResults': '{itemsLength, plural, other {{itemsLength,number} 件の検索結果があります。}}',
|
|
237
188
|
'fabric.editor.selectLanguage': '言語を選択',
|
|
189
|
+
'fabric.editor.settingsLinks': 'リンク設定に移動',
|
|
238
190
|
'fabric.editor.single': '単一列',
|
|
239
|
-
'fabric.editor.sortColumnASC': '列の並べ替え A → Z',
|
|
240
|
-
'fabric.editor.sortColumnDESC': '列の並べ替え Z → A',
|
|
241
|
-
'fabric.editor.splitCell': 'セルを分割',
|
|
242
|
-
'fabric.editor.status': 'ステータス',
|
|
243
|
-
'fabric.editor.status.description': 'カスタム ステータス ラベルを追加',
|
|
244
191
|
'fabric.editor.statusPlaceholder': 'ステータスを設定',
|
|
245
192
|
'fabric.editor.story': 'ストーリー',
|
|
246
193
|
'fabric.editor.strike': '取り消し線',
|
|
@@ -253,11 +200,6 @@ export default {
|
|
|
253
200
|
'fabric.editor.superscript': '上付き文字',
|
|
254
201
|
'fabric.editor.superscript.off.subscript.on': '上付き文字オフ、下付き文字オン',
|
|
255
202
|
'fabric.editor.supportAltText': '代替テキストは視覚障がいがあるためスクリーン リーダーを使用している人に便利な機能です。',
|
|
256
|
-
'fabric.editor.table': '表',
|
|
257
|
-
'fabric.editor.table.description': '表を挿入',
|
|
258
|
-
'fabric.editor.tableOptions': '表のオプション',
|
|
259
|
-
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'このテーブルを削除すると、そのテーブルに接続されているすべてのチャートが破棄されます。',
|
|
260
|
-
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'テーブルとデータを削除',
|
|
261
203
|
'fabric.editor.task': 'タスク',
|
|
262
204
|
'fabric.editor.taskPlaceholder': 'アクションを入力し、「@」を使用して担当者を割り当てます。',
|
|
263
205
|
'fabric.editor.text.formatting.off': 'テキスト書式設定オフ',
|
|
@@ -265,17 +207,8 @@ export default {
|
|
|
265
207
|
'fabric.editor.textStyles': 'テキスト スタイル',
|
|
266
208
|
'fabric.editor.threeColumns': '3 列',
|
|
267
209
|
'fabric.editor.threeColumnsWithSidebars': 'サイドバーを使用した 3 列レイアウト',
|
|
268
|
-
'fabric.editor.time.ago': '前',
|
|
269
|
-
'fabric.editor.time.updated': '最終更新',
|
|
270
|
-
'fabric.editor.time.viewed': '最終閲覧',
|
|
271
210
|
'fabric.editor.toolbarLabel': 'エディター ツールバー',
|
|
272
211
|
'fabric.editor.toolbarMediaTitle': 'ファイルと画像',
|
|
273
|
-
'fabric.editor.tooltip.blockPanel': 'パネル',
|
|
274
|
-
'fabric.editor.tooltip.bulletList': 'リスト',
|
|
275
|
-
'fabric.editor.tooltip.decisionList': '決定事項リスト',
|
|
276
|
-
'fabric.editor.tooltip.defaultBlockNode': 'ブロック ノード',
|
|
277
|
-
'fabric.editor.tooltip.nestedExpand': '入れ子の展開ノード',
|
|
278
|
-
'fabric.editor.tooltip.taskList': 'アクション アイテム',
|
|
279
212
|
'fabric.editor.twoColumns': '2 列',
|
|
280
213
|
'fabric.editor.typeAheadResultLabel': '先行入力の結果',
|
|
281
214
|
'fabric.editor.unableToOpenLink': 'このリンクを開けません',
|
|
@@ -287,33 +220,9 @@ export default {
|
|
|
287
220
|
'fabric.editor.url': 'URL を表示',
|
|
288
221
|
'fabric.editor.urlDescription': 'リンクを URL として表示します。',
|
|
289
222
|
'fabric.editor.urlTitle': 'URL',
|
|
290
|
-
'fabric.editor.viewMore': 'さらに表示',
|
|
291
|
-
'fabric.editor.visit': 'リンクを新しいウィンドウで開く',
|
|
292
223
|
'fabric.editor.warning': '警告',
|
|
293
224
|
'fabric.editor.warningPanel': '警告パネル',
|
|
294
225
|
'fabric.editor.warningPanel.description': '色付きのパネルで注意を促すメモを追加',
|
|
295
226
|
'fabric.editor.wrapLeft': '左揃え',
|
|
296
|
-
'fabric.editor.wrapRight': '右揃え'
|
|
297
|
-
'fabric.theme.blue': '青',
|
|
298
|
-
'fabric.theme.dark-blue': '濃い青',
|
|
299
|
-
'fabric.theme.dark-green': '濃い緑',
|
|
300
|
-
'fabric.theme.dark-purple': '濃い紫',
|
|
301
|
-
'fabric.theme.dark-red': '濃い赤',
|
|
302
|
-
'fabric.theme.dark-teal': '濃い青緑',
|
|
303
|
-
'fabric.theme.dark-yellow': '濃い黄',
|
|
304
|
-
'fabric.theme.gray': '灰色',
|
|
305
|
-
'fabric.theme.green': '緑',
|
|
306
|
-
'fabric.theme.light-blue': '薄い青',
|
|
307
|
-
'fabric.theme.light-gray': '薄い灰色',
|
|
308
|
-
'fabric.theme.light-green': '薄い緑',
|
|
309
|
-
'fabric.theme.light-purple': '薄い紫',
|
|
310
|
-
'fabric.theme.light-red': '薄い赤',
|
|
311
|
-
'fabric.theme.light-teal': '薄い青緑',
|
|
312
|
-
'fabric.theme.light-yellow': '薄い黄',
|
|
313
|
-
'fabric.theme.orange': 'オレンジ',
|
|
314
|
-
'fabric.theme.purple': '紫',
|
|
315
|
-
'fabric.theme.red': '赤',
|
|
316
|
-
'fabric.theme.teal': '青緑',
|
|
317
|
-
'fabric.theme.white': '白',
|
|
318
|
-
'fabric.theme.yellow': '黄'
|
|
227
|
+
'fabric.editor.wrapRight': '右揃え'
|
|
319
228
|
};
|