@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/tr.js
CHANGED
|
@@ -25,9 +25,13 @@ export default {
|
|
|
25
25
|
'fabric.editor.blockquote2': 'Alıntı',
|
|
26
26
|
'fabric.editor.bold': 'Kalın',
|
|
27
27
|
'fabric.editor.bug': 'Hata',
|
|
28
|
+
'fabric.editor.canNotSortTable': '⚠️ Birleştirilmiş hücre içeren bir tabloyu sıralayamazsınız',
|
|
28
29
|
'fabric.editor.cancelButton': 'İptal',
|
|
29
30
|
'fabric.editor.captionPlaceholder': 'Açıklama yazısı ekleyin',
|
|
30
31
|
'fabric.editor.cardFloatingControls': 'Kart seçenekleri',
|
|
32
|
+
'fabric.editor.cellBackground': 'Hücre arka planı',
|
|
33
|
+
'fabric.editor.cellOptions': 'Hücre seçenekleri',
|
|
34
|
+
'fabric.editor.clearCells': '{0, plural, one {Hücreyi temizle} other {Hücreleri temizle}}',
|
|
31
35
|
'fabric.editor.clearFormatting': 'Biçimlendirmeyi temizle',
|
|
32
36
|
'fabric.editor.clearLink': 'Bağlantıyı temizle',
|
|
33
37
|
'fabric.editor.clearLinkText': 'Metni temizle',
|
|
@@ -41,10 +45,12 @@ export default {
|
|
|
41
45
|
'fabric.editor.codeblock': 'Kod parçacığı',
|
|
42
46
|
'fabric.editor.codeblock.description': 'Kodları söz dizimini vurgulayarak görüntüleyin',
|
|
43
47
|
'fabric.editor.collapseNode': 'içeriği daraltın',
|
|
48
|
+
'fabric.editor.collapseTable': 'Tabloyu daralt',
|
|
44
49
|
'fabric.editor.columns': 'Düzenler',
|
|
45
50
|
'fabric.editor.columns.description': 'Bölümler aracılığıyla sayfanızı yapılandırın',
|
|
46
51
|
'fabric.editor.copiedToClipboard': 'Kopyalandı!',
|
|
47
52
|
'fabric.editor.copyToClipboard': 'Kopyala',
|
|
53
|
+
'fabric.editor.cornerControl': 'Tabloyu vurgula',
|
|
48
54
|
'fabric.editor.createComment': 'Yorum',
|
|
49
55
|
'fabric.editor.createCommentInvalid': 'Yalnızca metin ve başlıklarda yorum yapabilirsiniz',
|
|
50
56
|
'fabric.editor.customPanel': 'Özel panel',
|
|
@@ -61,6 +67,7 @@ export default {
|
|
|
61
67
|
'fabric.editor.displayLink': 'Metin olarak göster',
|
|
62
68
|
'fabric.editor.displayOptionUnavailableInParentNode': '{node} düğümünde bu görüntüleme seçeneği kullanılamıyor',
|
|
63
69
|
'fabric.editor.displayText': 'Görüntülenecek metin',
|
|
70
|
+
'fabric.editor.distributeColumns': 'Sütunları eşit dağıt',
|
|
64
71
|
'fabric.editor.ecombedDescription': 'Bağlantının etkileşimli önizlemesini gösterir',
|
|
65
72
|
'fabric.editor.edit.datasource': 'Arama sorgusunu düzenle',
|
|
66
73
|
'fabric.editor.editDateText': 'Tarihi Düzenleyin',
|
|
@@ -85,8 +92,14 @@ export default {
|
|
|
85
92
|
'fabric.editor.expandDefaultTitle': 'Genişletmek için buraya tıklayın...',
|
|
86
93
|
'fabric.editor.expandNode': 'İçeriği genişletin',
|
|
87
94
|
'fabric.editor.expandPlaceholder': 'Bu genişletme öğesine bir ad verin...',
|
|
95
|
+
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': 'Siliniyor',
|
|
96
|
+
'fabric.editor.extension.deleteElementTitle': 'Öğeyi sil',
|
|
97
|
+
'fabric.editor.extension.sourceNoTitledName': 'bu öğe',
|
|
88
98
|
'fabric.editor.feedbackDialog': 'Geri bildirim verin',
|
|
89
99
|
'fabric.editor.feedbackDialog.description': 'Yeni düzenleyici hakkındaki deneyimlerinizi bizimle paylaşın',
|
|
100
|
+
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Bağlı öğeleri de sil',
|
|
101
|
+
'fabric.editor.headerColumn': 'Başlık sütunu',
|
|
102
|
+
'fabric.editor.headerRow': 'Başlık satırı',
|
|
90
103
|
'fabric.editor.heading1': 'Başlık 1',
|
|
91
104
|
'fabric.editor.heading1Description': 'En üst sıradaki başlıklar için bu seçeneği kullanın',
|
|
92
105
|
'fabric.editor.heading2': 'Başlık 2',
|
|
@@ -120,12 +133,15 @@ export default {
|
|
|
120
133
|
'fabric.editor.infoPanel.description': 'Renkli bir panoda bilgileri vurgulayın',
|
|
121
134
|
'fabric.editor.inlineDescription': 'Bağlantıyı satır içi metin olarak gösterir',
|
|
122
135
|
'fabric.editor.inlineTitle': 'Satır içi',
|
|
136
|
+
'fabric.editor.insertColumn': 'Sağa sütun ekle',
|
|
123
137
|
'fabric.editor.insertMenu': 'Ekle',
|
|
138
|
+
'fabric.editor.insertRow': 'Aşağıya satır ekle',
|
|
124
139
|
'fabric.editor.invalidLink': 'Lütfen geçerli bir bağlantı girin.',
|
|
125
140
|
'fabric.editor.italic': 'İtalik',
|
|
126
141
|
'fabric.editor.layoutFixedWidth': 'Ortaya getir',
|
|
127
142
|
'fabric.editor.layoutFullWidth': 'Tam genişliğe geç',
|
|
128
143
|
'fabric.editor.layoutWide': 'Genişlet',
|
|
144
|
+
'fabric.editor.leftSidebar': 'Sol kenar çubuğu',
|
|
129
145
|
'fabric.editor.link': 'Bağlantı',
|
|
130
146
|
'fabric.editor.link.description': 'Bağlantı ekleyin',
|
|
131
147
|
'fabric.editor.linkAddress': 'Adres bağlantısını ekle',
|
|
@@ -136,12 +152,14 @@ export default {
|
|
|
136
152
|
'fabric.editor.mediaFiles.description': 'Sayfanıza görseller ve başka dosyalar ekleyin',
|
|
137
153
|
'fabric.editor.mention': 'Bahsetme',
|
|
138
154
|
'fabric.editor.mention.description': 'Bildirim göndermek istediğiniz kullanıcıdan bahsedin',
|
|
155
|
+
'fabric.editor.mergeCells': 'Hücreleri birleştir',
|
|
139
156
|
'fabric.editor.moreFormatting': 'Diğer biçimlendirme seçenekleri',
|
|
140
157
|
'fabric.editor.navigate.toolbar.editor': 'Düzenleyici araç çubuğuna gidin',
|
|
141
158
|
'fabric.editor.navigate.toolbar.floating': 'Kayan araç çubuğuna gidin',
|
|
142
159
|
'fabric.editor.normal': 'Normal metin',
|
|
143
160
|
'fabric.editor.notePanel': 'Not panosu',
|
|
144
161
|
'fabric.editor.notePanel.description': 'Renkli bir panoya not ekleyin',
|
|
162
|
+
'fabric.editor.numberedColumn': 'Numaralı sütun',
|
|
145
163
|
'fabric.editor.off': '{formattingType} Kapalı',
|
|
146
164
|
'fabric.editor.on': '{formattingType} Açık',
|
|
147
165
|
'fabric.editor.openLink': 'Bağlantıyı yeni sekmede açın',
|
|
@@ -153,9 +171,17 @@ export default {
|
|
|
153
171
|
'fabric.editor.placeholderText.description': 'Sayfaya metin yer tutucusu ekle',
|
|
154
172
|
'fabric.editor.redo': 'Yinele',
|
|
155
173
|
'fabric.editor.remove': 'Kaldır',
|
|
174
|
+
'fabric.editor.removeColumns': '{0, plural, one {Sütunu sil} other {Sütunları sil}}',
|
|
156
175
|
'fabric.editor.removeEmoji': "Emoji'yi kaldırın",
|
|
176
|
+
'fabric.editor.removeRows': '{0, plural, one {Satırı sil} other {Satırları sil}}',
|
|
177
|
+
'fabric.editor.rightSidebar': 'Sağ kenar çubuğu',
|
|
178
|
+
'fabric.editor.rowControl': 'Satırı vurgula',
|
|
157
179
|
'fabric.editor.saveButton': 'Kaydet',
|
|
158
180
|
'fabric.editor.settingsLinks': 'Bağlantı Tercihlerine gidin',
|
|
181
|
+
'fabric.editor.single': 'Tek sütun',
|
|
182
|
+
'fabric.editor.sortColumnASC': "Sütunu A'dan Z'ye sırala",
|
|
183
|
+
'fabric.editor.sortColumnDESC': "Sütunu Z'den A'ya sırala",
|
|
184
|
+
'fabric.editor.splitCell': 'Hücreyi ayır',
|
|
159
185
|
'fabric.editor.status': 'Durum',
|
|
160
186
|
'fabric.editor.status.description': 'Özel durum etiketi ekleyin',
|
|
161
187
|
'fabric.editor.statusPlaceholder': 'Durum ayarlayın',
|
|
@@ -170,9 +196,16 @@ export default {
|
|
|
170
196
|
'fabric.editor.superscript.off.subscript.on': 'Üst Simge Kapalı, Alt Simge Açık',
|
|
171
197
|
'fabric.editor.table': 'Tablo',
|
|
172
198
|
'fabric.editor.table.description': 'Tablo ekleyin',
|
|
199
|
+
'fabric.editor.tableOptions': 'Tablo seçenekleri',
|
|
200
|
+
'fabric.editor.tables.adjustColumn': 'Sütunu ayarla',
|
|
201
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': '{nodeName} düğümünün silinmesi, bu düğüme bağlı her şeyin bozulmasına neden olur.',
|
|
202
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Sil',
|
|
203
|
+
'fabric.editor.tables.resizeTable': 'Tabloyu yeniden boyutlandır',
|
|
173
204
|
'fabric.editor.task': 'Görev',
|
|
174
205
|
'fabric.editor.text.formatting.off': 'Metin Biçimlendirmesi Kapalı',
|
|
175
206
|
'fabric.editor.textStyles': 'Metin stilleri',
|
|
207
|
+
'fabric.editor.threeColumns': 'Üç sütun',
|
|
208
|
+
'fabric.editor.threeColumnsWithSidebars': 'Kenar çubuklu üç sütun',
|
|
176
209
|
'fabric.editor.time.ago': 'önce',
|
|
177
210
|
'fabric.editor.time.updated': 'Güncellendi:',
|
|
178
211
|
'fabric.editor.time.viewed': 'Görüntülendi:',
|
|
@@ -183,6 +216,7 @@ export default {
|
|
|
183
216
|
'fabric.editor.tooltip.defaultBlockNode': 'blok düğümü',
|
|
184
217
|
'fabric.editor.tooltip.nestedExpand': 'iç içe geçmiş genişletme',
|
|
185
218
|
'fabric.editor.tooltip.taskList': 'eylem öğesi',
|
|
219
|
+
'fabric.editor.twoColumns': 'İki sütun',
|
|
186
220
|
'fabric.editor.unableToOpenLink': 'Bu bağlantı açılamıyor',
|
|
187
221
|
'fabric.editor.underline': 'Altı çizili',
|
|
188
222
|
'fabric.editor.undo': 'Geri al',
|
|
@@ -209,7 +243,7 @@ export default {
|
|
|
209
243
|
'fabric.theme.bold-orange': 'Koyu turuncu',
|
|
210
244
|
'fabric.theme.bold-purple': 'Koyu mor',
|
|
211
245
|
'fabric.theme.bold-red': 'Koyu kırmızı',
|
|
212
|
-
'fabric.theme.bold-teal': 'Koyu
|
|
246
|
+
'fabric.theme.bold-teal': 'Koyu cam göbeği',
|
|
213
247
|
'fabric.theme.bold-yellow': 'Koyu sarı',
|
|
214
248
|
'fabric.theme.bolder-blue': 'Daha koyu mavi',
|
|
215
249
|
'fabric.theme.bolder-gray': 'Daha koyu gri',
|
|
@@ -248,7 +282,7 @@ export default {
|
|
|
248
282
|
'fabric.theme.subtle-orange': 'Açık turuncu',
|
|
249
283
|
'fabric.theme.subtle-purple': 'Açık mor',
|
|
250
284
|
'fabric.theme.subtle-red': 'Açık kırmızı',
|
|
251
|
-
'fabric.theme.subtle-teal': 'Açık
|
|
285
|
+
'fabric.theme.subtle-teal': 'Açık cam göbeği',
|
|
252
286
|
'fabric.theme.subtle-yellow': 'Açık sarı',
|
|
253
287
|
'fabric.theme.teal': 'Cam göbeği',
|
|
254
288
|
'fabric.theme.white': 'Beyaz',
|
package/dist/esm/i18n/uk.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, one {Очистити клітинки} few {Очистити клітинки} many {Очистити клітинки} 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,7 +133,9 @@ 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': 'Стандартне відображення',
|
|
@@ -136,12 +151,14 @@ export default {
|
|
|
136
151
|
'fabric.editor.mediaFiles.description': 'Додати на сторінку файли та зображення',
|
|
137
152
|
'fabric.editor.mention': 'Згадка',
|
|
138
153
|
'fabric.editor.mention.description': 'Згадати користувача та надіслати йому сповіщення',
|
|
154
|
+
'fabric.editor.mergeCells': 'Об’єднати клітинки',
|
|
139
155
|
'fabric.editor.moreFormatting': 'Додаткове форматування',
|
|
140
156
|
'fabric.editor.navigate.toolbar.editor': 'Перейти на панель інструментів редактора',
|
|
141
157
|
'fabric.editor.navigate.toolbar.floating': 'Перейти на рухому панель інструментів',
|
|
142
158
|
'fabric.editor.normal': 'Звичайний текст',
|
|
143
159
|
'fabric.editor.notePanel': 'Панель приміток',
|
|
144
160
|
'fabric.editor.notePanel.description': 'Додати примітку на панель із кольорами',
|
|
161
|
+
'fabric.editor.numberedColumn': 'Нумерований стовпець',
|
|
145
162
|
'fabric.editor.off': '{formattingType} вимкнуто',
|
|
146
163
|
'fabric.editor.on': '{formattingType} увімкнуто',
|
|
147
164
|
'fabric.editor.openLink': 'Відкрити посилання в новій вкладці',
|
|
@@ -153,9 +170,15 @@ export default {
|
|
|
153
170
|
'fabric.editor.placeholderText.description': 'Вставлення місця для тексту на сторінку',
|
|
154
171
|
'fabric.editor.redo': 'Повторити',
|
|
155
172
|
'fabric.editor.remove': 'Видалити',
|
|
173
|
+
'fabric.editor.removeColumns': '{0, plural, one {Видалити стовпець} few {Видалити стовпці} many {Видалити стовпці} other {Видалити стовпці}}',
|
|
156
174
|
'fabric.editor.removeEmoji': 'Видалення емодзі',
|
|
175
|
+
'fabric.editor.removeRows': '{0, plural, one {Видалити рядок} few {Видалити рядки} many {Видалити рядки} other {Видалити рядки}}',
|
|
176
|
+
'fabric.editor.rowControl': 'Виділити рядок',
|
|
157
177
|
'fabric.editor.saveButton': 'Зберегти',
|
|
158
178
|
'fabric.editor.settingsLinks': 'Перейти до параметрів посилань',
|
|
179
|
+
'fabric.editor.sortColumnASC': 'Сортувати стовпці від А до Я',
|
|
180
|
+
'fabric.editor.sortColumnDESC': 'Сортувати стовпці від Я до А',
|
|
181
|
+
'fabric.editor.splitCell': 'Розділити клітинки',
|
|
159
182
|
'fabric.editor.status': 'Стан',
|
|
160
183
|
'fabric.editor.status.description': 'Додати власний стан',
|
|
161
184
|
'fabric.editor.statusPlaceholder': 'Додати статус',
|
|
@@ -170,6 +193,11 @@ export default {
|
|
|
170
193
|
'fabric.editor.superscript.off.subscript.on': 'Надрядковий текст вимкнуто, підрядковий текст увімкнуто',
|
|
171
194
|
'fabric.editor.table': 'Таблиця',
|
|
172
195
|
'fabric.editor.table.description': 'Вставити таблицю',
|
|
196
|
+
'fabric.editor.tableOptions': 'Параметри таблиці',
|
|
197
|
+
'fabric.editor.tables.adjustColumn': 'Налаштувати стовпець',
|
|
198
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Видалення розширення {nodeName} порушить роботу всього, що з ним пов’язано.',
|
|
199
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Видалити',
|
|
200
|
+
'fabric.editor.tables.resizeTable': 'Змінити розмір таблиці',
|
|
173
201
|
'fabric.editor.task': 'Завдання',
|
|
174
202
|
'fabric.editor.text.formatting.off': 'Форматування тексту вимкнуто',
|
|
175
203
|
'fabric.editor.textStyles': 'Стилі тексту',
|
|
@@ -202,14 +230,14 @@ export default {
|
|
|
202
230
|
'fabric.editor.wrapLeft': 'Зображення ліворуч',
|
|
203
231
|
'fabric.editor.wrapRight': 'Зображення праворуч',
|
|
204
232
|
'fabric.theme.blue': 'Синій',
|
|
205
|
-
'fabric.theme.bold-blue': '
|
|
233
|
+
'fabric.theme.bold-blue': 'Насичений синій',
|
|
206
234
|
'fabric.theme.bold-gray': 'Насичений сірий',
|
|
207
|
-
'fabric.theme.bold-green': '
|
|
235
|
+
'fabric.theme.bold-green': 'Насичений зелений',
|
|
208
236
|
'fabric.theme.bold-magenta': 'Насичений пурпурний',
|
|
209
|
-
'fabric.theme.bold-orange': '
|
|
210
|
-
'fabric.theme.bold-purple': '
|
|
211
|
-
'fabric.theme.bold-red': '
|
|
212
|
-
'fabric.theme.bold-teal': '
|
|
237
|
+
'fabric.theme.bold-orange': 'Насичений помаранчевий',
|
|
238
|
+
'fabric.theme.bold-purple': 'Насичений фіолетовий',
|
|
239
|
+
'fabric.theme.bold-red': 'Насичений червоний',
|
|
240
|
+
'fabric.theme.bold-teal': 'Насичений бірюзовий',
|
|
213
241
|
'fabric.theme.bold-yellow': 'Насичений жовтий',
|
|
214
242
|
'fabric.theme.bolder-blue': 'Дуже насичений синій',
|
|
215
243
|
'fabric.theme.bolder-gray': 'Дуже насичений сірий',
|
|
@@ -218,12 +246,12 @@ export default {
|
|
|
218
246
|
'fabric.theme.bolder-orange': 'Дуже насичений помаранчевий',
|
|
219
247
|
'fabric.theme.bolder-purple': 'Дуже насичений фіолетовий',
|
|
220
248
|
'fabric.theme.bolder-red': 'Дуже насичений червоний',
|
|
221
|
-
'fabric.theme.bolder-teal': 'Дуже
|
|
249
|
+
'fabric.theme.bolder-teal': 'Дуже насичений бірюзовий',
|
|
222
250
|
'fabric.theme.bolder-yellow': 'Дуже насичений жовтий',
|
|
223
251
|
'fabric.theme.dark-blue': 'Темно-синій',
|
|
224
252
|
'fabric.theme.dark-gray': 'Темно-сірий',
|
|
225
253
|
'fabric.theme.dark-green': 'Темно-зелений',
|
|
226
|
-
'fabric.theme.dark-purple': '
|
|
254
|
+
'fabric.theme.dark-purple': 'Темно-фіолетовий',
|
|
227
255
|
'fabric.theme.dark-red': 'Темно-червоний',
|
|
228
256
|
'fabric.theme.dark-teal': 'Темно-бірюзовий',
|
|
229
257
|
'fabric.theme.dark-yellow': 'Темно-жовтий',
|
|
@@ -241,15 +269,15 @@ export default {
|
|
|
241
269
|
'fabric.theme.orange': 'Оранжевий',
|
|
242
270
|
'fabric.theme.purple': 'Фіолетовий',
|
|
243
271
|
'fabric.theme.red': 'Червоний',
|
|
244
|
-
'fabric.theme.subtle-blue': '
|
|
245
|
-
'fabric.theme.subtle-gray': '
|
|
246
|
-
'fabric.theme.subtle-green': '
|
|
247
|
-
'fabric.theme.subtle-magenta': '
|
|
248
|
-
'fabric.theme.subtle-orange': '
|
|
249
|
-
'fabric.theme.subtle-purple': '
|
|
250
|
-
'fabric.theme.subtle-red': '
|
|
251
|
-
'fabric.theme.subtle-teal': '
|
|
252
|
-
'fabric.theme.subtle-yellow': '
|
|
272
|
+
'fabric.theme.subtle-blue': 'Блідий синій',
|
|
273
|
+
'fabric.theme.subtle-gray': 'Блідий сірий',
|
|
274
|
+
'fabric.theme.subtle-green': 'Блідий зелений',
|
|
275
|
+
'fabric.theme.subtle-magenta': 'Блідий пурпурний',
|
|
276
|
+
'fabric.theme.subtle-orange': 'Блідий помаранчевий',
|
|
277
|
+
'fabric.theme.subtle-purple': 'Блідий фіолетовий',
|
|
278
|
+
'fabric.theme.subtle-red': 'Блідий червоний',
|
|
279
|
+
'fabric.theme.subtle-teal': 'Блідий бірюзовий',
|
|
280
|
+
'fabric.theme.subtle-yellow': 'Блідий жовтий',
|
|
253
281
|
'fabric.theme.teal': 'Бірюзовий',
|
|
254
282
|
'fabric.theme.white': 'Білий',
|
|
255
283
|
'fabric.theme.yellow': 'Жовтий'
|
package/dist/esm/i18n/vi.js
CHANGED
|
@@ -25,9 +25,13 @@ export default {
|
|
|
25
25
|
'fabric.editor.blockquote2': 'Trích dẫn',
|
|
26
26
|
'fabric.editor.bold': 'In đậm',
|
|
27
27
|
'fabric.editor.bug': 'Lỗi',
|
|
28
|
+
'fabric.editor.canNotSortTable': '⚠️ Bạn không thể sắp xếp bảng có các ô đã hợp nhất',
|
|
28
29
|
'fabric.editor.cancelButton': 'Hủy',
|
|
29
30
|
'fabric.editor.captionPlaceholder': 'Thêm chú thích',
|
|
30
31
|
'fabric.editor.cardFloatingControls': 'Tùy chọn thẻ',
|
|
32
|
+
'fabric.editor.cellBackground': 'Nền ô',
|
|
33
|
+
'fabric.editor.cellOptions': 'Tùy chọn ô',
|
|
34
|
+
'fabric.editor.clearCells': '{0, plural, other {Xóa ô}}',
|
|
31
35
|
'fabric.editor.clearFormatting': 'Xóa định dạng',
|
|
32
36
|
'fabric.editor.clearLink': 'Xóa liên kết',
|
|
33
37
|
'fabric.editor.clearLinkText': 'Xóa văn bản',
|
|
@@ -41,10 +45,12 @@ export default {
|
|
|
41
45
|
'fabric.editor.codeblock': 'Đoạn mã',
|
|
42
46
|
'fabric.editor.codeblock.description': 'Hiển thị mã có bôi đậm cú pháp',
|
|
43
47
|
'fabric.editor.collapseNode': 'thu gọn nội dung',
|
|
48
|
+
'fabric.editor.collapseTable': 'Thu gọn bảng',
|
|
44
49
|
'fabric.editor.columns': 'Bố cục',
|
|
45
50
|
'fabric.editor.columns.description': 'Thiết lập cấu trúc trang của bạn bằng cách sử dụng các mục',
|
|
46
51
|
'fabric.editor.copiedToClipboard': 'Đã sao chép!',
|
|
47
52
|
'fabric.editor.copyToClipboard': 'Sao chép',
|
|
53
|
+
'fabric.editor.cornerControl': 'Làm nổi bật bảng',
|
|
48
54
|
'fabric.editor.createComment': 'Bình luận',
|
|
49
55
|
'fabric.editor.createCommentInvalid': 'Bạn chỉ có thể bình luận về văn bản và tiêu đề',
|
|
50
56
|
'fabric.editor.customPanel': 'Bảng tùy chỉnh',
|
|
@@ -61,6 +67,7 @@ export default {
|
|
|
61
67
|
'fabric.editor.displayLink': 'Hiển thị dạng văn bản',
|
|
62
68
|
'fabric.editor.displayOptionUnavailableInParentNode': 'Tùy chọn hiển thị này không dùng được bên trong {node}',
|
|
63
69
|
'fabric.editor.displayText': 'Văn bản cần hiển thị',
|
|
70
|
+
'fabric.editor.distributeColumns': 'Phân phối cột',
|
|
64
71
|
'fabric.editor.ecombedDescription': 'Hiển thị bản xem trước tương tác của một liên kết',
|
|
65
72
|
'fabric.editor.edit.datasource': 'Sửa truy vấn tìm kiếm',
|
|
66
73
|
'fabric.editor.editDateText': 'Sửa ngày',
|
|
@@ -85,8 +92,14 @@ export default {
|
|
|
85
92
|
'fabric.editor.expandDefaultTitle': 'Nhấp vào đây để mở rộng...',
|
|
86
93
|
'fabric.editor.expandNode': 'Mở rộng nội dung',
|
|
87
94
|
'fabric.editor.expandPlaceholder': 'Đặt tiêu đề cho phần mở rộng này...',
|
|
95
|
+
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': 'Đang xóa',
|
|
96
|
+
'fabric.editor.extension.deleteElementTitle': 'Xóa thành phần',
|
|
97
|
+
'fabric.editor.extension.sourceNoTitledName': 'thành phần này',
|
|
88
98
|
'fabric.editor.feedbackDialog': 'Đưa ra phản hồi',
|
|
89
99
|
'fabric.editor.feedbackDialog.description': 'Cho chúng tôi biết về trải nghiệm của bạn khi sử dụng trình chỉnh sửa mới',
|
|
100
|
+
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Đồng thời xóa các thành phần được kết nối',
|
|
101
|
+
'fabric.editor.headerColumn': 'Cột tiêu đề',
|
|
102
|
+
'fabric.editor.headerRow': 'Hàng tiêu đề',
|
|
90
103
|
'fabric.editor.heading1': 'Heading 1',
|
|
91
104
|
'fabric.editor.heading1Description': 'Sử dụng kiểu chữ này cho tiêu đề chính',
|
|
92
105
|
'fabric.editor.heading2': 'Heading 2',
|
|
@@ -120,7 +133,9 @@ export default {
|
|
|
120
133
|
'fabric.editor.infoPanel.description': 'Bôi đậm thông tin bằng ô màu',
|
|
121
134
|
'fabric.editor.inlineDescription': 'Hiển thị liên kết dưới dạng văn bản nội tuyến',
|
|
122
135
|
'fabric.editor.inlineTitle': 'Nội tuyến',
|
|
136
|
+
'fabric.editor.insertColumn': 'Chèn cột vào bên phải',
|
|
123
137
|
'fabric.editor.insertMenu': 'Chèn',
|
|
138
|
+
'fabric.editor.insertRow': 'Chèn hàng ở bên dưới',
|
|
124
139
|
'fabric.editor.invalidLink': 'Vui lòng nhập một liên kết hợp lệ.',
|
|
125
140
|
'fabric.editor.italic': 'In nghiêng',
|
|
126
141
|
'fabric.editor.layoutFixedWidth': 'Quay lại chính giữa',
|
|
@@ -136,12 +151,14 @@ export default {
|
|
|
136
151
|
'fabric.editor.mediaFiles.description': 'Thêm hình ảnh và các tập tin khác vào trang của bạn',
|
|
137
152
|
'fabric.editor.mention': 'Đề cập',
|
|
138
153
|
'fabric.editor.mention.description': 'Đề cập đến ai đó để gửi thông báo cho họ',
|
|
154
|
+
'fabric.editor.mergeCells': 'Hợp nhất ô',
|
|
139
155
|
'fabric.editor.moreFormatting': 'Thêm định dạng',
|
|
140
156
|
'fabric.editor.navigate.toolbar.editor': 'Điều hướng đến thanh công cụ trình biên tập',
|
|
141
157
|
'fabric.editor.navigate.toolbar.floating': 'Điều hướng đến thanh công cụ nổi',
|
|
142
158
|
'fabric.editor.normal': 'Văn bản bình thường',
|
|
143
159
|
'fabric.editor.notePanel': 'Ô ghi chú',
|
|
144
160
|
'fabric.editor.notePanel.description': 'Thêm ghi chú bằng ô màu',
|
|
161
|
+
'fabric.editor.numberedColumn': 'Cột được đánh số',
|
|
145
162
|
'fabric.editor.off': '{formattingType} đang tắt',
|
|
146
163
|
'fabric.editor.on': '{formattingType} đang bật',
|
|
147
164
|
'fabric.editor.openLink': 'Mở liên kết trong tab mới',
|
|
@@ -153,9 +170,15 @@ export default {
|
|
|
153
170
|
'fabric.editor.placeholderText.description': 'Chèn văn bản giữ chỗ vào trang',
|
|
154
171
|
'fabric.editor.redo': 'Làm lại',
|
|
155
172
|
'fabric.editor.remove': 'Xóa',
|
|
173
|
+
'fabric.editor.removeColumns': '{0, plural, other {Xóa cột}}',
|
|
156
174
|
'fabric.editor.removeEmoji': 'Xóa biểu tượng cảm xúc',
|
|
175
|
+
'fabric.editor.removeRows': '{0, plural, other {Xóa hàng}}',
|
|
176
|
+
'fabric.editor.rowControl': 'Làm nổi bật hàng',
|
|
157
177
|
'fabric.editor.saveButton': 'Lưu',
|
|
158
178
|
'fabric.editor.settingsLinks': 'Vào phần Tùy chọn liên kết',
|
|
179
|
+
'fabric.editor.sortColumnASC': 'Sắp xếp cột A → Z',
|
|
180
|
+
'fabric.editor.sortColumnDESC': 'Sắp xếp cột Z → A',
|
|
181
|
+
'fabric.editor.splitCell': 'Tách ô',
|
|
159
182
|
'fabric.editor.status': 'Trạng thái',
|
|
160
183
|
'fabric.editor.status.description': 'Thêm một nhãn trạng thái tùy chỉnh',
|
|
161
184
|
'fabric.editor.statusPlaceholder': 'Đặt trạng thái',
|
|
@@ -170,6 +193,11 @@ export default {
|
|
|
170
193
|
'fabric.editor.superscript.off.subscript.on': 'Chỉ số trên đang tắt, chỉ số dưới đang bật',
|
|
171
194
|
'fabric.editor.table': 'Bảng',
|
|
172
195
|
'fabric.editor.table.description': 'Chèn bảng',
|
|
196
|
+
'fabric.editor.tableOptions': 'Tùy chọn bảng',
|
|
197
|
+
'fabric.editor.tables.adjustColumn': 'Điều chỉnh cột',
|
|
198
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Việc xóa {nodeName} sẽ ngắt mọi nội dung được kết nối.',
|
|
199
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Xóa',
|
|
200
|
+
'fabric.editor.tables.resizeTable': 'Thay đổi kích cỡ bảng',
|
|
173
201
|
'fabric.editor.task': 'Tác vụ',
|
|
174
202
|
'fabric.editor.text.formatting.off': 'Định dạng văn bản đang tắt',
|
|
175
203
|
'fabric.editor.textStyles': 'Kiểu văn bản',
|
|
@@ -211,45 +239,45 @@ export default {
|
|
|
211
239
|
'fabric.theme.bold-red': 'Đỏ đậm',
|
|
212
240
|
'fabric.theme.bold-teal': 'Xanh mòng két đậm',
|
|
213
241
|
'fabric.theme.bold-yellow': 'Vàng đậm',
|
|
214
|
-
'fabric.theme.bolder-blue': 'Xanh lam
|
|
215
|
-
'fabric.theme.bolder-gray': 'Xám
|
|
216
|
-
'fabric.theme.bolder-green': 'Xanh lục
|
|
217
|
-
'fabric.theme.bolder-magenta': 'Đỏ tươi
|
|
218
|
-
'fabric.theme.bolder-orange': 'Cam
|
|
219
|
-
'fabric.theme.bolder-purple': 'Tím
|
|
220
|
-
'fabric.theme.bolder-red': 'Đỏ
|
|
221
|
-
'fabric.theme.bolder-teal': 'Xanh mòng két
|
|
222
|
-
'fabric.theme.bolder-yellow': 'Vàng
|
|
223
|
-
'fabric.theme.dark-blue': 'Xanh lam
|
|
224
|
-
'fabric.theme.dark-gray': 'Xám
|
|
225
|
-
'fabric.theme.dark-green': 'Xanh lục
|
|
226
|
-
'fabric.theme.dark-purple': 'Tím
|
|
242
|
+
'fabric.theme.bolder-blue': 'Xanh lam trầm',
|
|
243
|
+
'fabric.theme.bolder-gray': 'Xám trầm',
|
|
244
|
+
'fabric.theme.bolder-green': 'Xanh lục trầm',
|
|
245
|
+
'fabric.theme.bolder-magenta': 'Đỏ tươi trầm',
|
|
246
|
+
'fabric.theme.bolder-orange': 'Cam trầm',
|
|
247
|
+
'fabric.theme.bolder-purple': 'Tím trầm',
|
|
248
|
+
'fabric.theme.bolder-red': 'Đỏ trầm',
|
|
249
|
+
'fabric.theme.bolder-teal': 'Xanh mòng két trầm',
|
|
250
|
+
'fabric.theme.bolder-yellow': 'Vàng trầm',
|
|
251
|
+
'fabric.theme.dark-blue': 'Xanh lam sẫm',
|
|
252
|
+
'fabric.theme.dark-gray': 'Xám sẫm',
|
|
253
|
+
'fabric.theme.dark-green': 'Xanh lục sẫm',
|
|
254
|
+
'fabric.theme.dark-purple': 'Tím sẫm',
|
|
227
255
|
'fabric.theme.dark-red': 'Đỏ sẫm',
|
|
228
|
-
'fabric.theme.dark-teal': 'Xanh mòng két
|
|
229
|
-
'fabric.theme.dark-yellow': 'Vàng
|
|
256
|
+
'fabric.theme.dark-teal': 'Xanh mòng két sẫm',
|
|
257
|
+
'fabric.theme.dark-yellow': 'Vàng sẫm',
|
|
230
258
|
'fabric.theme.default': 'Mặc định',
|
|
231
259
|
'fabric.theme.gray': 'Xám',
|
|
232
260
|
'fabric.theme.green': 'Xanh lục',
|
|
233
261
|
'fabric.theme.light-blue': 'Xanh lam nhạt',
|
|
234
262
|
'fabric.theme.light-gray': 'Xám nhạt',
|
|
235
|
-
'fabric.theme.light-green': 'Xanh
|
|
263
|
+
'fabric.theme.light-green': 'Xanh lục nhạt',
|
|
236
264
|
'fabric.theme.light-purple': 'Tím nhạt',
|
|
237
|
-
'fabric.theme.light-red': 'Đỏ
|
|
265
|
+
'fabric.theme.light-red': 'Đỏ nhạt',
|
|
238
266
|
'fabric.theme.light-teal': 'Xanh mòng két nhạt',
|
|
239
267
|
'fabric.theme.light-yellow': 'Vàng nhạt',
|
|
240
268
|
'fabric.theme.magenta': 'Đỏ tươi',
|
|
241
269
|
'fabric.theme.orange': 'Cam',
|
|
242
270
|
'fabric.theme.purple': 'Tím',
|
|
243
271
|
'fabric.theme.red': 'Đỏ',
|
|
244
|
-
'fabric.theme.subtle-blue': 'Xanh lam
|
|
245
|
-
'fabric.theme.subtle-gray': 'Xám
|
|
246
|
-
'fabric.theme.subtle-green': 'Xanh lục
|
|
247
|
-
'fabric.theme.subtle-magenta': 'Đỏ tươi
|
|
248
|
-
'fabric.theme.subtle-orange': 'Cam
|
|
249
|
-
'fabric.theme.subtle-purple': 'Tím
|
|
250
|
-
'fabric.theme.subtle-red': 'Đỏ
|
|
251
|
-
'fabric.theme.subtle-teal': 'Xanh mòng két
|
|
252
|
-
'fabric.theme.subtle-yellow': 'Vàng
|
|
272
|
+
'fabric.theme.subtle-blue': 'Xanh lam phớt',
|
|
273
|
+
'fabric.theme.subtle-gray': 'Xám phớt',
|
|
274
|
+
'fabric.theme.subtle-green': 'Xanh lục phớt',
|
|
275
|
+
'fabric.theme.subtle-magenta': 'Đỏ tươi phớt',
|
|
276
|
+
'fabric.theme.subtle-orange': 'Cam phớt',
|
|
277
|
+
'fabric.theme.subtle-purple': 'Tím phớt',
|
|
278
|
+
'fabric.theme.subtle-red': 'Đỏ phớt',
|
|
279
|
+
'fabric.theme.subtle-teal': 'Xanh mòng két phớt',
|
|
280
|
+
'fabric.theme.subtle-yellow': 'Vàng phớt',
|
|
253
281
|
'fabric.theme.teal': 'Xanh mòng két',
|
|
254
282
|
'fabric.theme.white': 'Trắng',
|
|
255
283
|
'fabric.theme.yellow': 'Vàng'
|
package/dist/esm/i18n/zh.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': '对列 A → Z 进行排序',
|
|
183
|
+
'fabric.editor.sortColumnDESC': '对列 Z → A 进行排序',
|
|
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': '撤消',
|