@atlaskit/editor-common 76.12.0 → 76.12.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 +15 -0
- package/dist/cjs/i18n/cs.js +41 -1
- package/dist/cjs/i18n/da.js +41 -1
- package/dist/cjs/i18n/de.js +41 -1
- package/dist/cjs/i18n/en.js +44 -1
- package/dist/cjs/i18n/en_GB.js +44 -1
- package/dist/cjs/i18n/en_ZZ.js +44 -1
- package/dist/cjs/i18n/es.js +41 -1
- package/dist/cjs/i18n/fi.js +41 -1
- package/dist/cjs/i18n/fr.js +41 -1
- package/dist/cjs/i18n/hu.js +41 -1
- package/dist/cjs/i18n/it.js +41 -1
- package/dist/cjs/i18n/ja.js +41 -1
- package/dist/cjs/i18n/ko.js +41 -1
- package/dist/cjs/i18n/nb.js +41 -1
- package/dist/cjs/i18n/nl.js +41 -1
- package/dist/cjs/i18n/pl.js +41 -1
- package/dist/cjs/i18n/pt_BR.js +41 -1
- package/dist/cjs/i18n/ru.js +41 -1
- package/dist/cjs/i18n/sv.js +41 -1
- package/dist/cjs/i18n/th.js +41 -1
- package/dist/cjs/i18n/tr.js +41 -1
- package/dist/cjs/i18n/uk.js +41 -1
- package/dist/cjs/i18n/vi.js +41 -1
- package/dist/cjs/i18n/zh.js +41 -1
- package/dist/cjs/i18n/zh_TW.js +41 -1
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/types/selection-toolbar.js +5 -0
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/utils/calculate-toolbar-position.js +146 -0
- package/dist/cjs/utils/index.js +13 -0
- package/dist/es2019/i18n/cs.js +41 -1
- package/dist/es2019/i18n/da.js +41 -1
- package/dist/es2019/i18n/de.js +41 -1
- package/dist/es2019/i18n/en.js +44 -1
- package/dist/es2019/i18n/en_GB.js +44 -1
- package/dist/es2019/i18n/en_ZZ.js +44 -1
- package/dist/es2019/i18n/es.js +41 -1
- package/dist/es2019/i18n/fi.js +41 -1
- package/dist/es2019/i18n/fr.js +41 -1
- package/dist/es2019/i18n/hu.js +41 -1
- package/dist/es2019/i18n/it.js +41 -1
- package/dist/es2019/i18n/ja.js +41 -1
- package/dist/es2019/i18n/ko.js +41 -1
- package/dist/es2019/i18n/nb.js +41 -1
- package/dist/es2019/i18n/nl.js +41 -1
- package/dist/es2019/i18n/pl.js +41 -1
- package/dist/es2019/i18n/pt_BR.js +41 -1
- package/dist/es2019/i18n/ru.js +41 -1
- package/dist/es2019/i18n/sv.js +41 -1
- package/dist/es2019/i18n/th.js +41 -1
- package/dist/es2019/i18n/tr.js +41 -1
- package/dist/es2019/i18n/uk.js +41 -1
- package/dist/es2019/i18n/vi.js +41 -1
- package/dist/es2019/i18n/zh.js +41 -1
- package/dist/es2019/i18n/zh_TW.js +41 -1
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/types/selection-toolbar.js +1 -0
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/utils/calculate-toolbar-position.js +140 -0
- package/dist/es2019/utils/index.js +2 -1
- package/dist/esm/i18n/cs.js +41 -1
- package/dist/esm/i18n/da.js +41 -1
- package/dist/esm/i18n/de.js +41 -1
- package/dist/esm/i18n/en.js +44 -1
- package/dist/esm/i18n/en_GB.js +44 -1
- package/dist/esm/i18n/en_ZZ.js +44 -1
- package/dist/esm/i18n/es.js +41 -1
- package/dist/esm/i18n/fi.js +41 -1
- package/dist/esm/i18n/fr.js +41 -1
- package/dist/esm/i18n/hu.js +41 -1
- package/dist/esm/i18n/it.js +41 -1
- package/dist/esm/i18n/ja.js +41 -1
- package/dist/esm/i18n/ko.js +41 -1
- package/dist/esm/i18n/nb.js +41 -1
- package/dist/esm/i18n/nl.js +41 -1
- package/dist/esm/i18n/pl.js +41 -1
- package/dist/esm/i18n/pt_BR.js +41 -1
- package/dist/esm/i18n/ru.js +41 -1
- package/dist/esm/i18n/sv.js +41 -1
- package/dist/esm/i18n/th.js +41 -1
- package/dist/esm/i18n/tr.js +41 -1
- package/dist/esm/i18n/uk.js +41 -1
- package/dist/esm/i18n/vi.js +41 -1
- package/dist/esm/i18n/zh.js +41 -1
- package/dist/esm/i18n/zh_TW.js +41 -1
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/types/selection-toolbar.js +1 -0
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/utils/calculate-toolbar-position.js +140 -0
- package/dist/esm/utils/index.js +2 -1
- package/dist/types/analytics/types/events.d.ts +1 -1
- package/dist/types/i18n/cs.d.ts +41 -1
- package/dist/types/i18n/da.d.ts +41 -1
- package/dist/types/i18n/de.d.ts +41 -1
- package/dist/types/i18n/en.d.ts +44 -1
- package/dist/types/i18n/en_GB.d.ts +44 -1
- package/dist/types/i18n/en_ZZ.d.ts +44 -1
- package/dist/types/i18n/es.d.ts +41 -1
- package/dist/types/i18n/fi.d.ts +41 -1
- package/dist/types/i18n/fr.d.ts +41 -1
- package/dist/types/i18n/hu.d.ts +41 -1
- package/dist/types/i18n/it.d.ts +41 -1
- package/dist/types/i18n/ja.d.ts +41 -1
- package/dist/types/i18n/ko.d.ts +41 -1
- package/dist/types/i18n/nb.d.ts +41 -1
- package/dist/types/i18n/nl.d.ts +41 -1
- package/dist/types/i18n/pl.d.ts +41 -1
- package/dist/types/i18n/pt_BR.d.ts +41 -1
- package/dist/types/i18n/ru.d.ts +41 -1
- package/dist/types/i18n/sv.d.ts +41 -1
- package/dist/types/i18n/th.d.ts +41 -1
- package/dist/types/i18n/tr.d.ts +41 -1
- package/dist/types/i18n/uk.d.ts +41 -1
- package/dist/types/i18n/vi.d.ts +41 -1
- package/dist/types/i18n/zh.d.ts +41 -1
- package/dist/types/i18n/zh_TW.d.ts +41 -1
- package/dist/types/types/editor-plugin.d.ts +9 -0
- package/dist/types/types/index.d.ts +1 -0
- package/dist/types/types/selection-toolbar.d.ts +19 -0
- package/dist/types/ui/MediaSingle/grid.d.ts +2 -2
- package/dist/types/utils/calculate-toolbar-position.d.ts +10 -0
- package/dist/types/utils/extension-handler.d.ts +1 -1
- package/dist/types/utils/index.d.ts +1 -0
- package/dist/types-ts4.5/analytics/types/events.d.ts +1 -1
- package/dist/types-ts4.5/i18n/cs.d.ts +41 -1
- package/dist/types-ts4.5/i18n/da.d.ts +41 -1
- package/dist/types-ts4.5/i18n/de.d.ts +41 -1
- package/dist/types-ts4.5/i18n/en.d.ts +44 -1
- package/dist/types-ts4.5/i18n/en_GB.d.ts +44 -1
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +44 -1
- package/dist/types-ts4.5/i18n/es.d.ts +41 -1
- package/dist/types-ts4.5/i18n/fi.d.ts +41 -1
- package/dist/types-ts4.5/i18n/fr.d.ts +41 -1
- package/dist/types-ts4.5/i18n/hu.d.ts +41 -1
- package/dist/types-ts4.5/i18n/it.d.ts +41 -1
- package/dist/types-ts4.5/i18n/ja.d.ts +41 -1
- package/dist/types-ts4.5/i18n/ko.d.ts +41 -1
- package/dist/types-ts4.5/i18n/nb.d.ts +41 -1
- package/dist/types-ts4.5/i18n/nl.d.ts +41 -1
- package/dist/types-ts4.5/i18n/pl.d.ts +41 -1
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +41 -1
- package/dist/types-ts4.5/i18n/ru.d.ts +41 -1
- package/dist/types-ts4.5/i18n/sv.d.ts +41 -1
- package/dist/types-ts4.5/i18n/th.d.ts +41 -1
- package/dist/types-ts4.5/i18n/tr.d.ts +41 -1
- package/dist/types-ts4.5/i18n/uk.d.ts +41 -1
- package/dist/types-ts4.5/i18n/vi.d.ts +41 -1
- package/dist/types-ts4.5/i18n/zh.d.ts +41 -1
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +41 -1
- package/dist/types-ts4.5/types/editor-plugin.d.ts +9 -0
- package/dist/types-ts4.5/types/index.d.ts +1 -0
- package/dist/types-ts4.5/types/selection-toolbar.d.ts +19 -0
- package/dist/types-ts4.5/ui/MediaSingle/grid.d.ts +2 -2
- package/dist/types-ts4.5/utils/calculate-toolbar-position.d.ts +10 -0
- package/dist/types-ts4.5/utils/extension-handler.d.ts +1 -1
- package/dist/types-ts4.5/utils/index.d.ts +1 -0
- package/package.json +5 -4
package/dist/es2019/i18n/nl.js
CHANGED
|
@@ -10,13 +10,19 @@ export default {
|
|
|
10
10
|
'fabric.editor.action': 'Actiepunt',
|
|
11
11
|
'fabric.editor.action.description': 'Actie-items maken en toewijzen',
|
|
12
12
|
'fabric.editor.addMediaFiles': 'Afbeelding, video of bestand toevoegen',
|
|
13
|
+
'fabric.editor.alignCenter': 'Rechts uitlijnen',
|
|
13
14
|
'fabric.editor.alignImageCenter': 'Rechts uitlijnen',
|
|
14
15
|
'fabric.editor.alignImageLeft': 'Links uitlijnen',
|
|
15
16
|
'fabric.editor.alignImageRight': 'Rechts uitlijnen',
|
|
17
|
+
'fabric.editor.alignLeft': 'Links uitlijnen',
|
|
18
|
+
'fabric.editor.alignRight': 'Rechts uitlijnen',
|
|
19
|
+
'fabric.editor.annotationToolbar': 'Aantekeningentaakbalk',
|
|
16
20
|
'fabric.editor.blockCardUnavailable': 'De inline-link zit in {node} en de weergave ervan kan niet gewijzigd worden',
|
|
17
21
|
'fabric.editor.blockDescription': 'Meer informatie weergeven over een link, inclusief een samenvatting en acties',
|
|
18
22
|
'fabric.editor.blockTitle': 'Kaart',
|
|
19
23
|
'fabric.editor.blockquote': 'een citaat',
|
|
24
|
+
'fabric.editor.blockquote.description': 'Voeg een citaat in',
|
|
25
|
+
'fabric.editor.blockquote2': 'Citeren',
|
|
20
26
|
'fabric.editor.bold': 'Vet',
|
|
21
27
|
'fabric.editor.bug': 'Bug',
|
|
22
28
|
'fabric.editor.cancelButton': 'Annuleren',
|
|
@@ -32,11 +38,17 @@ export default {
|
|
|
32
38
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopieer als tekst',
|
|
33
39
|
'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': 'Wrap uitschakelen',
|
|
34
40
|
'fabric.editor.codeBlockWrapButton.wrapCodeBlock': 'Wrap inschakelen',
|
|
41
|
+
'fabric.editor.codeblock': 'Codefragment',
|
|
42
|
+
'fabric.editor.codeblock.description': 'Code tonen met syntaxismarkering',
|
|
35
43
|
'fabric.editor.collapseNode': 'Content inklappen',
|
|
36
44
|
'fabric.editor.columns': 'Lay-outs',
|
|
37
45
|
'fabric.editor.columns.description': 'Je pagina structureren met secties',
|
|
38
46
|
'fabric.editor.copiedToClipboard': 'Gekopieerd!',
|
|
39
47
|
'fabric.editor.copyToClipboard': 'Kopiëren',
|
|
48
|
+
'fabric.editor.createComment': 'Opmerking maken',
|
|
49
|
+
'fabric.editor.createCommentInvalid': 'Je kunt alleen opmerkingen plaatsen bij tekst en koppen',
|
|
50
|
+
'fabric.editor.customPanel': 'Aangepast paneel',
|
|
51
|
+
'fabric.editor.customPanel.description': 'Voeg een notitie toe met een emoji en een gekleurde achtergrond',
|
|
40
52
|
'fabric.editor.datasourceTitle': 'Zoekopdracht bewerken',
|
|
41
53
|
'fabric.editor.date': 'Datum',
|
|
42
54
|
'fabric.editor.date.description': 'Een datum toevoegen via een agenda',
|
|
@@ -63,6 +75,8 @@ export default {
|
|
|
63
75
|
'fabric.editor.emoji.description': "Emoji's gebruiken om ideeën 🎉 en emoties 😄 te delen",
|
|
64
76
|
'fabric.editor.emptyLink': 'Voer een link in.',
|
|
65
77
|
'fabric.editor.epic': 'Epic',
|
|
78
|
+
'fabric.editor.errorPanel': 'Foutpaneel',
|
|
79
|
+
'fabric.editor.errorPanel.description': 'Bijschrift voor fouten maken in een gekleurd paneel',
|
|
66
80
|
'fabric.editor.expand': 'Uitvouwen',
|
|
67
81
|
'fabric.editor.expand.description': 'Uitvouwen toepassen',
|
|
68
82
|
'fabric.editor.expandDefaultTitle': 'Klik hier om uit te vouwen...',
|
|
@@ -70,6 +84,18 @@ export default {
|
|
|
70
84
|
'fabric.editor.expandPlaceholder': 'Geef deze uitvouwing een naam...',
|
|
71
85
|
'fabric.editor.feedbackDialog': 'Feedback geven',
|
|
72
86
|
'fabric.editor.feedbackDialog.description': 'Vertel ons wat je vindt van de nieuwe editor',
|
|
87
|
+
'fabric.editor.heading1': 'Koptekst 1',
|
|
88
|
+
'fabric.editor.heading1Description': 'Gebruik dit voor een kop op het hoogste niveau',
|
|
89
|
+
'fabric.editor.heading2': 'Koptekst 2',
|
|
90
|
+
'fabric.editor.heading2Description': 'Gebruik dit voor belangrijke gedeelten',
|
|
91
|
+
'fabric.editor.heading3': 'Koptekst 3',
|
|
92
|
+
'fabric.editor.heading3Description': 'Gebruik dit voor subsecties en groepskoppen',
|
|
93
|
+
'fabric.editor.heading4': 'Koptekst 4',
|
|
94
|
+
'fabric.editor.heading4Description': 'Gebruik dit voor diepe koppen',
|
|
95
|
+
'fabric.editor.heading5': 'Koptekst 5',
|
|
96
|
+
'fabric.editor.heading5Description': 'Gebruik dit voor het groeperen van lijstitems',
|
|
97
|
+
'fabric.editor.heading6': 'Koptekst 6',
|
|
98
|
+
'fabric.editor.heading6Description': 'Gebruik dit voor koppen op laag niveau',
|
|
73
99
|
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
74
100
|
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Bug',
|
|
75
101
|
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Issue',
|
|
@@ -80,12 +106,15 @@ export default {
|
|
|
80
106
|
'fabric.editor.help.description': 'Blader door alle opties voor sneltoetsen en markdowns',
|
|
81
107
|
'fabric.editor.horizontalRule': 'Scheidingslijn',
|
|
82
108
|
'fabric.editor.horizontalRule.description': 'Inhoud scheiden met een horizontale lijn',
|
|
83
|
-
'fabric.editor.hyperlink.
|
|
109
|
+
'fabric.editor.hyperlink.linkVisibleLabel': 'Link plakken of zoeken',
|
|
84
110
|
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Suggesties verschijnen hieronder zodra je in het veld typt',
|
|
85
111
|
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {geen resultaten gevonden} one {{count,number} resultaat gevonden} other {{count,number} resultaten gevonden}}',
|
|
112
|
+
'fabric.editor.hyperlink.textVisibleLabel': 'Tekst weergeven (optioneel)',
|
|
86
113
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Link plakken of zoeken',
|
|
87
114
|
'fabric.editor.image': 'Afbeelding',
|
|
88
115
|
'fabric.editor.improvement': 'Verbetering',
|
|
116
|
+
'fabric.editor.infoPanel': 'Infopaneel',
|
|
117
|
+
'fabric.editor.infoPanel.description': 'Informatie markeren in een gekleurd paneel',
|
|
89
118
|
'fabric.editor.inlineDescription': 'Link als inline-tekst weergeven',
|
|
90
119
|
'fabric.editor.inlineTitle': 'Inline',
|
|
91
120
|
'fabric.editor.insertMenu': 'Invoegen',
|
|
@@ -107,14 +136,19 @@ export default {
|
|
|
107
136
|
'fabric.editor.moreFormatting': 'Meer opmaak',
|
|
108
137
|
'fabric.editor.navigate.toolbar.editor': 'Navigeer naar werkbalk editor',
|
|
109
138
|
'fabric.editor.navigate.toolbar.floating': 'Navigeer naar zwevende werkbalk',
|
|
139
|
+
'fabric.editor.normal': 'Normale tekst',
|
|
140
|
+
'fabric.editor.notePanel': 'Notitiepaneel',
|
|
141
|
+
'fabric.editor.notePanel.description': 'Een opmerking toevoegen in een gekleurd paneel',
|
|
110
142
|
'fabric.editor.off': '{formattingType} uit',
|
|
111
143
|
'fabric.editor.on': '{formattingType} aan',
|
|
112
144
|
'fabric.editor.openLink': 'Link openen in een nieuw tabblad',
|
|
113
145
|
'fabric.editor.orderedList': 'Genummerde lijst',
|
|
114
146
|
'fabric.editor.orderedList.description': 'Een gesorteerde lijst maken',
|
|
147
|
+
'fabric.editor.other': 'Andere ...',
|
|
115
148
|
'fabric.editor.pageActionsLabel': 'Pagina-acties',
|
|
116
149
|
'fabric.editor.placeholderText': 'Plaatsaanduidingstekst',
|
|
117
150
|
'fabric.editor.placeholderText.description': 'Voeg een tekstplaatshouder in de pagina in',
|
|
151
|
+
'fabric.editor.redo': 'Pas opnieuw toe',
|
|
118
152
|
'fabric.editor.remove': 'Verwijderen',
|
|
119
153
|
'fabric.editor.removeEmoji': 'Emoji verwijderen',
|
|
120
154
|
'fabric.editor.saveButton': 'Opslaan',
|
|
@@ -126,12 +160,15 @@ export default {
|
|
|
126
160
|
'fabric.editor.subTask': 'Subtaak',
|
|
127
161
|
'fabric.editor.subscript': 'Subscript',
|
|
128
162
|
'fabric.editor.subscript.off.superscript.on': 'Subscript uit, superscript aan',
|
|
163
|
+
'fabric.editor.successPanel': 'Succespaneel',
|
|
164
|
+
'fabric.editor.successPanel.description': 'Tips toevoegen in een gekleurd paneel',
|
|
129
165
|
'fabric.editor.superscript': 'Superscript',
|
|
130
166
|
'fabric.editor.superscript.off.subscript.on': 'Superscript uit, subscript aan',
|
|
131
167
|
'fabric.editor.table': 'Tabel',
|
|
132
168
|
'fabric.editor.table.description': 'Een tabel invoegen',
|
|
133
169
|
'fabric.editor.task': 'Taak',
|
|
134
170
|
'fabric.editor.text.formatting.off': 'Tekst formatteren uit',
|
|
171
|
+
'fabric.editor.textStyles': 'Tekststijlen',
|
|
135
172
|
'fabric.editor.time.ago': 'geleden',
|
|
136
173
|
'fabric.editor.time.updated': 'Bijgewerkt',
|
|
137
174
|
'fabric.editor.time.viewed': 'Bekeken',
|
|
@@ -144,6 +181,7 @@ export default {
|
|
|
144
181
|
'fabric.editor.tooltip.taskList': 'een actiepunt',
|
|
145
182
|
'fabric.editor.unableToOpenLink': 'Kan deze link niet openen',
|
|
146
183
|
'fabric.editor.underline': 'Onderstreept',
|
|
184
|
+
'fabric.editor.undo': 'Maak ongedaan',
|
|
147
185
|
'fabric.editor.unlink': 'Verwijder link',
|
|
148
186
|
'fabric.editor.unorderedList': 'Opsommingslijst',
|
|
149
187
|
'fabric.editor.unorderedList.description': 'Een niet-gesorteerde lijst maken',
|
|
@@ -155,6 +193,8 @@ export default {
|
|
|
155
193
|
'fabric.editor.urlTitle': 'URL',
|
|
156
194
|
'fabric.editor.viewMore': 'Meer bekijken',
|
|
157
195
|
'fabric.editor.visit': 'Link openen in een nieuw venster',
|
|
196
|
+
'fabric.editor.warningPanel': 'Waarschuwingspaneel',
|
|
197
|
+
'fabric.editor.warningPanel.description': 'Een waarschuwing toevoegen in een gekleurd paneel',
|
|
158
198
|
'fabric.editor.wrapLeft': 'Links uitlijnen',
|
|
159
199
|
'fabric.editor.wrapRight': 'Rechts uitlijnen',
|
|
160
200
|
'fabric.theme.blue': 'Blauw',
|
package/dist/es2019/i18n/pl.js
CHANGED
|
@@ -10,13 +10,19 @@ export default {
|
|
|
10
10
|
'fabric.editor.action': 'Element akcji',
|
|
11
11
|
'fabric.editor.action.description': 'Utwórz i przypisz elementy akcji',
|
|
12
12
|
'fabric.editor.addMediaFiles': 'Dodaj obraz, film lub plik',
|
|
13
|
+
'fabric.editor.alignCenter': 'Wyrównaj do środka',
|
|
13
14
|
'fabric.editor.alignImageCenter': 'Wyrównaj do środka',
|
|
14
15
|
'fabric.editor.alignImageLeft': 'Wyrównaj do lewej',
|
|
15
16
|
'fabric.editor.alignImageRight': 'Wyrównaj do prawej',
|
|
17
|
+
'fabric.editor.alignLeft': 'Wyrównaj do lewej',
|
|
18
|
+
'fabric.editor.alignRight': 'Wyrównaj do prawej',
|
|
19
|
+
'fabric.editor.annotationToolbar': 'Pasek narzędzi adnotacji',
|
|
16
20
|
'fabric.editor.blockCardUnavailable': 'Łącze bezpośrednio w tekście jest wewnątrz węzła {node} i nie można zmienić jego widoku',
|
|
17
21
|
'fabric.editor.blockDescription': 'Wyświetla więcej informacji o łączu, w tym podsumowanie i czynności',
|
|
18
22
|
'fabric.editor.blockTitle': 'Karta',
|
|
19
23
|
'fabric.editor.blockquote': 'cudzysłów',
|
|
24
|
+
'fabric.editor.blockquote.description': 'Wstaw cytat',
|
|
25
|
+
'fabric.editor.blockquote2': 'Cytat',
|
|
20
26
|
'fabric.editor.bold': 'Pogrubienie',
|
|
21
27
|
'fabric.editor.bug': 'Błąd',
|
|
22
28
|
'fabric.editor.cancelButton': 'Anuluj',
|
|
@@ -32,11 +38,17 @@ export default {
|
|
|
32
38
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopiuj jako tekst',
|
|
33
39
|
'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': 'Wyłącz zawijanie',
|
|
34
40
|
'fabric.editor.codeBlockWrapButton.wrapCodeBlock': 'Włącz zawijanie',
|
|
41
|
+
'fabric.editor.codeblock': 'Wstawka kodu',
|
|
42
|
+
'fabric.editor.codeblock.description': 'Wyświetlaj kod z wyróżnioną składnią',
|
|
35
43
|
'fabric.editor.collapseNode': 'Zwiń zawartość',
|
|
36
44
|
'fabric.editor.columns': 'Układy',
|
|
37
45
|
'fabric.editor.columns.description': 'Uporządkuj swoją stronę, korzystając z sekcji',
|
|
38
46
|
'fabric.editor.copiedToClipboard': 'Skopiowano!',
|
|
39
47
|
'fabric.editor.copyToClipboard': 'Kopiuj',
|
|
48
|
+
'fabric.editor.createComment': 'Komentarz',
|
|
49
|
+
'fabric.editor.createCommentInvalid': 'Możesz komentować tylko tekst i nagłówki',
|
|
50
|
+
'fabric.editor.customPanel': 'Panel niestandardowy',
|
|
51
|
+
'fabric.editor.customPanel.description': 'Dodaj notatkę z emoji i kolorowym tłem',
|
|
40
52
|
'fabric.editor.datasourceTitle': 'Edytuj zapytanie wyszukiwania',
|
|
41
53
|
'fabric.editor.date': 'Data',
|
|
42
54
|
'fabric.editor.date.description': 'Dodaj datę, korzystając z kalendarza',
|
|
@@ -63,6 +75,8 @@ export default {
|
|
|
63
75
|
'fabric.editor.emoji.description': 'Używaj emoji, aby wyrażać pomysły 🎉 i emocje 😄',
|
|
64
76
|
'fabric.editor.emptyLink': 'Wprowadź łącze.',
|
|
65
77
|
'fabric.editor.epic': 'Epik',
|
|
78
|
+
'fabric.editor.errorPanel': 'Panel błędów',
|
|
79
|
+
'fabric.editor.errorPanel.description': 'Wyróżniaj błędy kolorem',
|
|
66
80
|
'fabric.editor.expand': 'Sekcja rozwijana',
|
|
67
81
|
'fabric.editor.expand.description': 'Wstaw sekcję rozwijaną',
|
|
68
82
|
'fabric.editor.expandDefaultTitle': 'Kliknij tutaj, aby rozwinąć...',
|
|
@@ -70,6 +84,18 @@ export default {
|
|
|
70
84
|
'fabric.editor.expandPlaceholder': 'Nadaj temu rozwinięciu tytuł...',
|
|
71
85
|
'fabric.editor.feedbackDialog': 'Prześlij opinię',
|
|
72
86
|
'fabric.editor.feedbackDialog.description': 'Opowiedz nam o swoich doświadczeniach podczas korzystania z nowego edytora',
|
|
87
|
+
'fabric.editor.heading1': 'Nagłówek 1',
|
|
88
|
+
'fabric.editor.heading1Description': 'Użyj tego do nagłówka najwyższego poziomu',
|
|
89
|
+
'fabric.editor.heading2': 'Nagłówek 2',
|
|
90
|
+
'fabric.editor.heading2Description': 'Użyj tego do kluczowych sekcji',
|
|
91
|
+
'fabric.editor.heading3': 'Nagłówek 3',
|
|
92
|
+
'fabric.editor.heading3Description': 'Użyj tego do podsekcji i nagłówków grup',
|
|
93
|
+
'fabric.editor.heading4': 'Nagłówek 4',
|
|
94
|
+
'fabric.editor.heading4Description': 'Użyj tego do nagłówków głębokich',
|
|
95
|
+
'fabric.editor.heading5': 'Nagłówek 5',
|
|
96
|
+
'fabric.editor.heading5Description': 'Użyj tego do grupowania elementów list',
|
|
97
|
+
'fabric.editor.heading6': 'Nagłówek 6',
|
|
98
|
+
'fabric.editor.heading6Description': 'Użyj tego do nagłówków niskiego poziomu',
|
|
73
99
|
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
74
100
|
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Błąd',
|
|
75
101
|
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Zgłoszenie',
|
|
@@ -80,12 +106,15 @@ export default {
|
|
|
80
106
|
'fabric.editor.help.description': 'Przeglądaj wszystkie skróty klawiszowe i opcje Markdown',
|
|
81
107
|
'fabric.editor.horizontalRule': 'Separator',
|
|
82
108
|
'fabric.editor.horizontalRule.description': 'Oddziel treści linią poziomą',
|
|
83
|
-
'fabric.editor.hyperlink.
|
|
109
|
+
'fabric.editor.hyperlink.linkVisibleLabel': 'Wklej lub wyszukaj łącze',
|
|
84
110
|
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Sugestie będą pojawiały się poniżej w miarę wpisywania tekstu w polu',
|
|
85
111
|
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {nie znaleziono wyników} one {znaleziono {count,number} wynik} few {znaleziono {count,number} wyniki} many {znaleziono {count,number} wyników} other {znaleziono {count,number} wyniku}}',
|
|
112
|
+
'fabric.editor.hyperlink.textVisibleLabel': 'Tekst wyświetlany (opcjonalny)',
|
|
86
113
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Wklej lub wyszukaj łącze',
|
|
87
114
|
'fabric.editor.image': 'Obraz',
|
|
88
115
|
'fabric.editor.improvement': 'Ulepszenie',
|
|
116
|
+
'fabric.editor.infoPanel': 'Panel informacyjny',
|
|
117
|
+
'fabric.editor.infoPanel.description': 'Wyróżnij informacje kolorem',
|
|
89
118
|
'fabric.editor.inlineDescription': 'Wyświetla łącze bezpośrednio w tekście',
|
|
90
119
|
'fabric.editor.inlineTitle': 'Bezpośrednio w tekście',
|
|
91
120
|
'fabric.editor.insertMenu': 'Wstaw',
|
|
@@ -107,14 +136,19 @@ export default {
|
|
|
107
136
|
'fabric.editor.moreFormatting': 'Więcej opcji formatowania',
|
|
108
137
|
'fabric.editor.navigate.toolbar.editor': 'Przejdź do paska narzędzi edytora',
|
|
109
138
|
'fabric.editor.navigate.toolbar.floating': 'Przejdź do przestawnego paska narzędzi',
|
|
139
|
+
'fabric.editor.normal': 'Normalny tekst',
|
|
140
|
+
'fabric.editor.notePanel': 'Panel uwag',
|
|
141
|
+
'fabric.editor.notePanel.description': 'Dodaj uwagę w kolorze',
|
|
110
142
|
'fabric.editor.off': '{formattingType} wył.',
|
|
111
143
|
'fabric.editor.on': '{formattingType} wł.',
|
|
112
144
|
'fabric.editor.openLink': 'Otwórz łącze na nowej karcie',
|
|
113
145
|
'fabric.editor.orderedList': 'Lista numerowana',
|
|
114
146
|
'fabric.editor.orderedList.description': 'Utwórz uporządkowaną listę',
|
|
147
|
+
'fabric.editor.other': 'Inne...',
|
|
115
148
|
'fabric.editor.pageActionsLabel': 'Czynności na stronie',
|
|
116
149
|
'fabric.editor.placeholderText': 'Tekst zastępczy',
|
|
117
150
|
'fabric.editor.placeholderText.description': 'Wstaw na stronę tekst zastępczy',
|
|
151
|
+
'fabric.editor.redo': 'Ponów',
|
|
118
152
|
'fabric.editor.remove': 'Usuń',
|
|
119
153
|
'fabric.editor.removeEmoji': 'Usuń emoji',
|
|
120
154
|
'fabric.editor.saveButton': 'Zapisz',
|
|
@@ -126,12 +160,15 @@ export default {
|
|
|
126
160
|
'fabric.editor.subTask': 'Zadanie podrzędne',
|
|
127
161
|
'fabric.editor.subscript': 'Przypis dolny',
|
|
128
162
|
'fabric.editor.subscript.off.superscript.on': 'Indeks dolny wył., indeks górny wł.',
|
|
163
|
+
'fabric.editor.successPanel': 'Panel sukcesów',
|
|
164
|
+
'fabric.editor.successPanel.description': 'Dodaj wskazówki w kolorze',
|
|
129
165
|
'fabric.editor.superscript': 'Przypis górny',
|
|
130
166
|
'fabric.editor.superscript.off.subscript.on': 'Indeks górny wył., indeks dolny wł.',
|
|
131
167
|
'fabric.editor.table': 'Tabela',
|
|
132
168
|
'fabric.editor.table.description': 'Wstaw tabelę',
|
|
133
169
|
'fabric.editor.task': 'Zadanie',
|
|
134
170
|
'fabric.editor.text.formatting.off': 'Formatowanie tekstu wył.',
|
|
171
|
+
'fabric.editor.textStyles': 'Style tekstu',
|
|
135
172
|
'fabric.editor.time.ago': 'temu',
|
|
136
173
|
'fabric.editor.time.updated': 'Zaktualizowano',
|
|
137
174
|
'fabric.editor.time.viewed': 'Wyświetlono',
|
|
@@ -144,6 +181,7 @@ export default {
|
|
|
144
181
|
'fabric.editor.tooltip.taskList': 'czynność do wykonania',
|
|
145
182
|
'fabric.editor.unableToOpenLink': 'Nie można otworzyć tego łącza',
|
|
146
183
|
'fabric.editor.underline': 'Podkreślenie',
|
|
184
|
+
'fabric.editor.undo': 'Cofnij',
|
|
147
185
|
'fabric.editor.unlink': 'Usuń łącze',
|
|
148
186
|
'fabric.editor.unorderedList': 'Lista wypunktowana',
|
|
149
187
|
'fabric.editor.unorderedList.description': 'Utwórz nieuporządkowaną listę',
|
|
@@ -155,6 +193,8 @@ export default {
|
|
|
155
193
|
'fabric.editor.urlTitle': 'Adres URL',
|
|
156
194
|
'fabric.editor.viewMore': 'Wyświetl więcej',
|
|
157
195
|
'fabric.editor.visit': 'Otwórz łącze w nowym oknie',
|
|
196
|
+
'fabric.editor.warningPanel': 'Panel ostrzeżeń',
|
|
197
|
+
'fabric.editor.warningPanel.description': 'Dodaj ostrzeżenie w kolorze',
|
|
158
198
|
'fabric.editor.wrapLeft': 'Zawijaj do lewej',
|
|
159
199
|
'fabric.editor.wrapRight': 'Zawijaj do prawej',
|
|
160
200
|
'fabric.theme.blue': 'Niebieski',
|
|
@@ -10,13 +10,19 @@ export default {
|
|
|
10
10
|
'fabric.editor.action': 'Item de ação',
|
|
11
11
|
'fabric.editor.action.description': 'Criar e atribuir itens de ação',
|
|
12
12
|
'fabric.editor.addMediaFiles': 'Adicionar imagem, vídeo ou arquivo',
|
|
13
|
+
'fabric.editor.alignCenter': 'Alinhar ao centro',
|
|
13
14
|
'fabric.editor.alignImageCenter': 'Alinhar ao centro',
|
|
14
15
|
'fabric.editor.alignImageLeft': 'Alinhar à esquerda',
|
|
15
16
|
'fabric.editor.alignImageRight': 'Alinhar à direita',
|
|
17
|
+
'fabric.editor.alignLeft': 'Alinhar à esquerda',
|
|
18
|
+
'fabric.editor.alignRight': 'Alinhar à direita',
|
|
19
|
+
'fabric.editor.annotationToolbar': 'Barra de ferramentas de anotação',
|
|
16
20
|
'fabric.editor.blockCardUnavailable': 'O link em linha está em {node}, e sua exibição não pode ser alterada',
|
|
17
21
|
'fabric.editor.blockDescription': 'Mostrar mais informações sobre links, incluindo resumo e ações',
|
|
18
22
|
'fabric.editor.blockTitle': 'Cartão',
|
|
19
23
|
'fabric.editor.blockquote': 'citação',
|
|
24
|
+
'fabric.editor.blockquote.description': 'Inserir cotação ou citação',
|
|
25
|
+
'fabric.editor.blockquote2': 'Citar',
|
|
20
26
|
'fabric.editor.bold': 'Negrito',
|
|
21
27
|
'fabric.editor.bug': 'Bug',
|
|
22
28
|
'fabric.editor.cancelButton': 'Cancelar',
|
|
@@ -32,11 +38,17 @@ export default {
|
|
|
32
38
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copiar como texto',
|
|
33
39
|
'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': 'Desligar agrupamento',
|
|
34
40
|
'fabric.editor.codeBlockWrapButton.wrapCodeBlock': 'Ligar agrupamento',
|
|
41
|
+
'fabric.editor.codeblock': 'Trecho de código',
|
|
42
|
+
'fabric.editor.codeblock.description': 'Exibir código com destaque à sintaxe',
|
|
35
43
|
'fabric.editor.collapseNode': 'Recolher conteúdo',
|
|
36
44
|
'fabric.editor.columns': 'Layouts',
|
|
37
45
|
'fabric.editor.columns.description': 'Estruturar sua página usando seções',
|
|
38
46
|
'fabric.editor.copiedToClipboard': 'Copiado!',
|
|
39
47
|
'fabric.editor.copyToClipboard': 'Copiar',
|
|
48
|
+
'fabric.editor.createComment': 'Comentar',
|
|
49
|
+
'fabric.editor.createCommentInvalid': 'Você só pode comentar em texto e cabeçalhos',
|
|
50
|
+
'fabric.editor.customPanel': 'Painel personalizado',
|
|
51
|
+
'fabric.editor.customPanel.description': 'Adicione uma observação com um emoji e plano de fundo colorido',
|
|
40
52
|
'fabric.editor.datasourceTitle': 'Editar consulta de pesquisa',
|
|
41
53
|
'fabric.editor.date': 'Data',
|
|
42
54
|
'fabric.editor.date.description': 'Adicionar data usando um calendário',
|
|
@@ -63,6 +75,8 @@ export default {
|
|
|
63
75
|
'fabric.editor.emoji.description': 'Use emojis para expressar ideias 🎉 e emoções 😄',
|
|
64
76
|
'fabric.editor.emptyLink': 'Insira um link.',
|
|
65
77
|
'fabric.editor.epic': 'Epic',
|
|
78
|
+
'fabric.editor.errorPanel': 'Painel de erros',
|
|
79
|
+
'fabric.editor.errorPanel.description': 'Destacar erros em um painel colorido',
|
|
66
80
|
'fabric.editor.expand': 'Expandir',
|
|
67
81
|
'fabric.editor.expand.description': 'Inserir expansão',
|
|
68
82
|
'fabric.editor.expandDefaultTitle': 'Clique aqui para expandir...',
|
|
@@ -70,6 +84,18 @@ export default {
|
|
|
70
84
|
'fabric.editor.expandPlaceholder': 'Dê um título para a expansão...',
|
|
71
85
|
'fabric.editor.feedbackDialog': 'Enviar feedback',
|
|
72
86
|
'fabric.editor.feedbackDialog.description': 'Conte-nos sobre sua experiência com o novo editor',
|
|
87
|
+
'fabric.editor.heading1': 'Título 1',
|
|
88
|
+
'fabric.editor.heading1Description': 'Use isso para um título de nível superior',
|
|
89
|
+
'fabric.editor.heading2': 'Título 2',
|
|
90
|
+
'fabric.editor.heading2Description': 'Use isso para seções importantes',
|
|
91
|
+
'fabric.editor.heading3': 'Título 3',
|
|
92
|
+
'fabric.editor.heading3Description': 'Use isso para subseções e títulos de grupos',
|
|
93
|
+
'fabric.editor.heading4': 'Título 4',
|
|
94
|
+
'fabric.editor.heading4Description': 'Use isso para títulos profundos',
|
|
95
|
+
'fabric.editor.heading5': 'Título 5',
|
|
96
|
+
'fabric.editor.heading5Description': 'Use isso para agrupar os itens de uma lista',
|
|
97
|
+
'fabric.editor.heading6': 'Título 6',
|
|
98
|
+
'fabric.editor.heading6Description': 'Use isso para títulos de nível inferior',
|
|
73
99
|
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
74
100
|
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Bug',
|
|
75
101
|
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Item',
|
|
@@ -80,12 +106,15 @@ export default {
|
|
|
80
106
|
'fabric.editor.help.description': 'Procurar todos os atalhos de teclado e opções de markdown',
|
|
81
107
|
'fabric.editor.horizontalRule': 'Divisória',
|
|
82
108
|
'fabric.editor.horizontalRule.description': 'Separar conteúdo com uma linha horizontal',
|
|
83
|
-
'fabric.editor.hyperlink.
|
|
109
|
+
'fabric.editor.hyperlink.linkVisibleLabel': 'Colar ou pesquisar link',
|
|
84
110
|
'fabric.editor.hyperlink.searchLinkAriaDescription': 'As sugestões vão aparecendo abaixo conforme você digita no campo',
|
|
85
111
|
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {nenhum resultado encontrado} one {{count,number} resultado encontrado} other {{count,number} resultados encontrados}}',
|
|
112
|
+
'fabric.editor.hyperlink.textVisibleLabel': 'Texto para exibição (opcional)',
|
|
86
113
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Colar ou pesquisar link',
|
|
87
114
|
'fabric.editor.image': 'Imagem',
|
|
88
115
|
'fabric.editor.improvement': 'Melhoria',
|
|
116
|
+
'fabric.editor.infoPanel': 'Painel de informações',
|
|
117
|
+
'fabric.editor.infoPanel.description': 'Destacar informações em um painel colorido',
|
|
89
118
|
'fabric.editor.inlineDescription': 'Mostrar link como texto em linha',
|
|
90
119
|
'fabric.editor.inlineTitle': 'Em linha',
|
|
91
120
|
'fabric.editor.insertMenu': 'Inserir',
|
|
@@ -107,14 +136,19 @@ export default {
|
|
|
107
136
|
'fabric.editor.moreFormatting': 'Mais formatação',
|
|
108
137
|
'fabric.editor.navigate.toolbar.editor': 'Navegue até a barra de ferramentas do editor',
|
|
109
138
|
'fabric.editor.navigate.toolbar.floating': 'Navegue até a barra de ferramentas flutuante',
|
|
139
|
+
'fabric.editor.normal': 'Texto normal',
|
|
140
|
+
'fabric.editor.notePanel': 'Painel de notas',
|
|
141
|
+
'fabric.editor.notePanel.description': 'Adicionar uma nota em um painel colorido',
|
|
110
142
|
'fabric.editor.off': '{formattingType} Desativado',
|
|
111
143
|
'fabric.editor.on': '{formattingType} Ativado',
|
|
112
144
|
'fabric.editor.openLink': 'Abrir link em uma nova guia',
|
|
113
145
|
'fabric.editor.orderedList': 'Lista numerada',
|
|
114
146
|
'fabric.editor.orderedList.description': 'Criar uma lista ordenada',
|
|
147
|
+
'fabric.editor.other': 'Outros...',
|
|
115
148
|
'fabric.editor.pageActionsLabel': 'Ações de página',
|
|
116
149
|
'fabric.editor.placeholderText': 'Texto do espaço reservado',
|
|
117
150
|
'fabric.editor.placeholderText.description': 'Inserir um espaço reservado para texto na página',
|
|
151
|
+
'fabric.editor.redo': 'Refazer',
|
|
118
152
|
'fabric.editor.remove': 'Remover',
|
|
119
153
|
'fabric.editor.removeEmoji': 'Remover emoji',
|
|
120
154
|
'fabric.editor.saveButton': 'Salvar',
|
|
@@ -126,12 +160,15 @@ export default {
|
|
|
126
160
|
'fabric.editor.subTask': 'Subtarefa',
|
|
127
161
|
'fabric.editor.subscript': 'Subscrito',
|
|
128
162
|
'fabric.editor.subscript.off.superscript.on': 'Subscrito desativado, sobrescrito ativado',
|
|
163
|
+
'fabric.editor.successPanel': 'Painel de sucesso',
|
|
164
|
+
'fabric.editor.successPanel.description': 'Adicionar dicas em um painel colorido',
|
|
129
165
|
'fabric.editor.superscript': 'Sobrescrito',
|
|
130
166
|
'fabric.editor.superscript.off.subscript.on': 'Sobrescrito desativado, subscrito ativado',
|
|
131
167
|
'fabric.editor.table': 'Tabela',
|
|
132
168
|
'fabric.editor.table.description': 'Inserir uma tabela',
|
|
133
169
|
'fabric.editor.task': 'Tarefa',
|
|
134
170
|
'fabric.editor.text.formatting.off': 'Formatação de texto desativada',
|
|
171
|
+
'fabric.editor.textStyles': 'Estilos de texto',
|
|
135
172
|
'fabric.editor.time.ago': 'atrás',
|
|
136
173
|
'fabric.editor.time.updated': 'Atualizado',
|
|
137
174
|
'fabric.editor.time.viewed': 'Visualizado',
|
|
@@ -144,6 +181,7 @@ export default {
|
|
|
144
181
|
'fabric.editor.tooltip.taskList': 'item de ação',
|
|
145
182
|
'fabric.editor.unableToOpenLink': 'Não é possível abrir este link',
|
|
146
183
|
'fabric.editor.underline': 'Sublinhado',
|
|
184
|
+
'fabric.editor.undo': 'Desfazer',
|
|
147
185
|
'fabric.editor.unlink': 'Remover link',
|
|
148
186
|
'fabric.editor.unorderedList': 'Lista de marcadores',
|
|
149
187
|
'fabric.editor.unorderedList.description': 'Criar uma lista sem ordenação',
|
|
@@ -155,6 +193,8 @@ export default {
|
|
|
155
193
|
'fabric.editor.urlTitle': 'URL',
|
|
156
194
|
'fabric.editor.viewMore': 'Ver mais',
|
|
157
195
|
'fabric.editor.visit': 'Abrir link em uma nova janela',
|
|
196
|
+
'fabric.editor.warningPanel': 'Painel de avisos',
|
|
197
|
+
'fabric.editor.warningPanel.description': 'Adicionar uma nota de atenção em um painel colorido',
|
|
158
198
|
'fabric.editor.wrapLeft': 'Ajustar à esquerda',
|
|
159
199
|
'fabric.editor.wrapRight': 'Ajustar à direita',
|
|
160
200
|
'fabric.theme.blue': 'Blue',
|
package/dist/es2019/i18n/ru.js
CHANGED
|
@@ -10,13 +10,19 @@ export default {
|
|
|
10
10
|
'fabric.editor.action': 'Задача',
|
|
11
11
|
'fabric.editor.action.description': 'Создавайте и назначайте задачи',
|
|
12
12
|
'fabric.editor.addMediaFiles': 'Добавить изображение, видео или файл',
|
|
13
|
+
'fabric.editor.alignCenter': 'Выровнять по центру',
|
|
13
14
|
'fabric.editor.alignImageCenter': 'Выровнять по центру',
|
|
14
15
|
'fabric.editor.alignImageLeft': 'Выровнять по левому краю',
|
|
15
16
|
'fabric.editor.alignImageRight': 'Выровнять по правому краю',
|
|
17
|
+
'fabric.editor.alignLeft': 'Выровнять по левому краю',
|
|
18
|
+
'fabric.editor.alignRight': 'Выровнять по правому краю',
|
|
19
|
+
'fabric.editor.annotationToolbar': 'Панель инструментов для примечаний',
|
|
16
20
|
'fabric.editor.blockCardUnavailable': 'Встроенная ссылка находится внутри узла {node} — нельзя изменить представление',
|
|
17
21
|
'fabric.editor.blockDescription': 'Отображение дополнительной информации о ссылке, включая краткое описание и действия',
|
|
18
22
|
'fabric.editor.blockTitle': 'Карточка',
|
|
19
23
|
'fabric.editor.blockquote': 'цитата',
|
|
24
|
+
'fabric.editor.blockquote.description': 'Вставить цитату',
|
|
25
|
+
'fabric.editor.blockquote2': 'Цитировать',
|
|
20
26
|
'fabric.editor.bold': 'Полужирный',
|
|
21
27
|
'fabric.editor.bug': 'Баг',
|
|
22
28
|
'fabric.editor.cancelButton': 'Отменить',
|
|
@@ -32,11 +38,17 @@ export default {
|
|
|
32
38
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Скопировать как текст',
|
|
33
39
|
'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': 'Отключить перенос текста',
|
|
34
40
|
'fabric.editor.codeBlockWrapButton.wrapCodeBlock': 'Включить перенос текста',
|
|
41
|
+
'fabric.editor.codeblock': 'Фрагмент кода',
|
|
42
|
+
'fabric.editor.codeblock.description': 'Выделение синтаксиса в коде',
|
|
35
43
|
'fabric.editor.collapseNode': 'Свернуть содержимое',
|
|
36
44
|
'fabric.editor.columns': 'Макеты',
|
|
37
45
|
'fabric.editor.columns.description': 'Расположение информации на странице с помощью разделов',
|
|
38
46
|
'fabric.editor.copiedToClipboard': 'Скопировано!',
|
|
39
47
|
'fabric.editor.copyToClipboard': 'Скопировать',
|
|
48
|
+
'fabric.editor.createComment': 'Комментировать',
|
|
49
|
+
'fabric.editor.createCommentInvalid': 'Можно комментировать только текст и заголовки',
|
|
50
|
+
'fabric.editor.customPanel': 'Пользовательская панель',
|
|
51
|
+
'fabric.editor.customPanel.description': 'Добавьте примечание с эмодзи и цветным фоном',
|
|
40
52
|
'fabric.editor.datasourceTitle': 'Изменить поисковый запрос',
|
|
41
53
|
'fabric.editor.date': 'Дата',
|
|
42
54
|
'fabric.editor.date.description': 'Добавление даты из календаря',
|
|
@@ -63,6 +75,8 @@ export default {
|
|
|
63
75
|
'fabric.editor.emoji.description': 'Делитесь идеями 🎉 и выражайте чувства 😄 с помощью эмодзи',
|
|
64
76
|
'fabric.editor.emptyLink': 'Введите ссылку.',
|
|
65
77
|
'fabric.editor.epic': 'Эпик',
|
|
78
|
+
'fabric.editor.errorPanel': 'Панель ошибок',
|
|
79
|
+
'fabric.editor.errorPanel.description': 'Выделить ошибки цветом',
|
|
66
80
|
'fabric.editor.expand': 'Разворачивание',
|
|
67
81
|
'fabric.editor.expand.description': 'Вставить элемент разворачивания',
|
|
68
82
|
'fabric.editor.expandDefaultTitle': 'Нажмите здесь, чтобы развернуть…',
|
|
@@ -70,6 +84,18 @@ export default {
|
|
|
70
84
|
'fabric.editor.expandPlaceholder': 'Укажите название для развернутого содержимого…',
|
|
71
85
|
'fabric.editor.feedbackDialog': 'Оставить отзыв',
|
|
72
86
|
'fabric.editor.feedbackDialog.description': 'Поделитесь впечатлениями о новом редакторе',
|
|
87
|
+
'fabric.editor.heading1': 'Заголовок 1',
|
|
88
|
+
'fabric.editor.heading1Description': 'Для заголовка верхнего уровня',
|
|
89
|
+
'fabric.editor.heading2': 'Заголовок 2',
|
|
90
|
+
'fabric.editor.heading2Description': 'Для подзаголовков',
|
|
91
|
+
'fabric.editor.heading3': 'Заголовок 3',
|
|
92
|
+
'fabric.editor.heading3Description': 'Для подразделов и групповых заголовков',
|
|
93
|
+
'fabric.editor.heading4': 'Заголовок 4',
|
|
94
|
+
'fabric.editor.heading4Description': 'Для заголовков с глубокой иерархией',
|
|
95
|
+
'fabric.editor.heading5': 'Заголовок 5',
|
|
96
|
+
'fabric.editor.heading5Description': 'Для группировки элементов списка',
|
|
97
|
+
'fabric.editor.heading6': 'Заголовок 6',
|
|
98
|
+
'fabric.editor.heading6Description': 'Для заголовков нижнего уровня',
|
|
73
99
|
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Блог',
|
|
74
100
|
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Баг',
|
|
75
101
|
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Задача',
|
|
@@ -80,12 +106,15 @@ export default {
|
|
|
80
106
|
'fabric.editor.help.description': 'Все сочетания клавиш и параметры разметки',
|
|
81
107
|
'fabric.editor.horizontalRule': 'Разделитель',
|
|
82
108
|
'fabric.editor.horizontalRule.description': 'Разделение содержимого горизонтальной линией',
|
|
83
|
-
'fabric.editor.hyperlink.
|
|
109
|
+
'fabric.editor.hyperlink.linkVisibleLabel': 'Вставить или искать ссылку',
|
|
84
110
|
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Предложения будут появляться по мере ввода текста в поле',
|
|
85
111
|
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {нет результатов} one {найден {count,number} результат} few {найдено {count,number} результата} many {найдено {count,number} результатов} other {найдено {count,number} результата}}',
|
|
112
|
+
'fabric.editor.hyperlink.textVisibleLabel': 'Текст для отображения (необязательно)',
|
|
86
113
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Вставить или искать ссылку',
|
|
87
114
|
'fabric.editor.image': 'Изображение',
|
|
88
115
|
'fabric.editor.improvement': 'Улучшение',
|
|
116
|
+
'fabric.editor.infoPanel': 'Информационная панель',
|
|
117
|
+
'fabric.editor.infoPanel.description': 'Выделение информации цветом',
|
|
89
118
|
'fabric.editor.inlineDescription': 'Отображение ссылки в виде встроенного текста',
|
|
90
119
|
'fabric.editor.inlineTitle': 'Встроенный текст',
|
|
91
120
|
'fabric.editor.insertMenu': 'Вставить',
|
|
@@ -107,14 +136,19 @@ export default {
|
|
|
107
136
|
'fabric.editor.moreFormatting': 'Расширенные параметры форматирования',
|
|
108
137
|
'fabric.editor.navigate.toolbar.editor': 'Перейти на панель инструментов редактора',
|
|
109
138
|
'fabric.editor.navigate.toolbar.floating': 'Перейти на перемещаемую панель инструментов',
|
|
139
|
+
'fabric.editor.normal': 'Обычный текст',
|
|
140
|
+
'fabric.editor.notePanel': 'Панель примечаний',
|
|
141
|
+
'fabric.editor.notePanel.description': 'Добавить цветную заметку',
|
|
110
142
|
'fabric.editor.off': '{formattingType} выкл.',
|
|
111
143
|
'fabric.editor.on': '{formattingType} вкл.',
|
|
112
144
|
'fabric.editor.openLink': 'Открыть ссылку на новой вкладке',
|
|
113
145
|
'fabric.editor.orderedList': 'Нумерованный список',
|
|
114
146
|
'fabric.editor.orderedList.description': 'Создание нумерованного списка',
|
|
147
|
+
'fabric.editor.other': 'Прочее…',
|
|
115
148
|
'fabric.editor.pageActionsLabel': 'Действия со страницей',
|
|
116
149
|
'fabric.editor.placeholderText': 'Замещающий текст',
|
|
117
150
|
'fabric.editor.placeholderText.description': 'Вставить текстовый заполнитель на страницу',
|
|
151
|
+
'fabric.editor.redo': 'Вернуть',
|
|
118
152
|
'fabric.editor.remove': 'Удалить',
|
|
119
153
|
'fabric.editor.removeEmoji': 'Удаление эмодзи',
|
|
120
154
|
'fabric.editor.saveButton': 'Сохранить',
|
|
@@ -126,12 +160,15 @@ export default {
|
|
|
126
160
|
'fabric.editor.subTask': 'Подзадача',
|
|
127
161
|
'fabric.editor.subscript': 'Подстрочный',
|
|
128
162
|
'fabric.editor.subscript.off.superscript.on': 'Нижний индекс выкл., верхний индекс вкл.',
|
|
163
|
+
'fabric.editor.successPanel': 'Панель «Готово»',
|
|
164
|
+
'fabric.editor.successPanel.description': 'Добавить цветные подсказки',
|
|
129
165
|
'fabric.editor.superscript': 'Надстрочный',
|
|
130
166
|
'fabric.editor.superscript.off.subscript.on': 'Верхний индекс выкл., нижний индекс вкл.',
|
|
131
167
|
'fabric.editor.table': 'Таблица',
|
|
132
168
|
'fabric.editor.table.description': 'Вставка таблицы',
|
|
133
169
|
'fabric.editor.task': 'Задание',
|
|
134
170
|
'fabric.editor.text.formatting.off': 'Форматирование текста выкл.',
|
|
171
|
+
'fabric.editor.textStyles': 'Стили текста',
|
|
135
172
|
'fabric.editor.time.ago': 'тому назад',
|
|
136
173
|
'fabric.editor.time.updated': 'Дата обновления',
|
|
137
174
|
'fabric.editor.time.viewed': 'Дата просмотра',
|
|
@@ -144,6 +181,7 @@ export default {
|
|
|
144
181
|
'fabric.editor.tooltip.taskList': 'действие',
|
|
145
182
|
'fabric.editor.unableToOpenLink': 'Не удалось открыть ссылку',
|
|
146
183
|
'fabric.editor.underline': 'Подчеркнутый',
|
|
184
|
+
'fabric.editor.undo': 'Отменить',
|
|
147
185
|
'fabric.editor.unlink': 'Удалить ссылку',
|
|
148
186
|
'fabric.editor.unorderedList': 'Маркированный список',
|
|
149
187
|
'fabric.editor.unorderedList.description': 'Создание неупорядоченного списка',
|
|
@@ -155,6 +193,8 @@ export default {
|
|
|
155
193
|
'fabric.editor.urlTitle': 'URL-адрес',
|
|
156
194
|
'fabric.editor.viewMore': 'Развернуть',
|
|
157
195
|
'fabric.editor.visit': 'Открыть ссылку в новом окне',
|
|
196
|
+
'fabric.editor.warningPanel': 'Панель с предупреждением',
|
|
197
|
+
'fabric.editor.warningPanel.description': 'Добавить цветное предупреждение',
|
|
158
198
|
'fabric.editor.wrapLeft': 'Заверстать влево',
|
|
159
199
|
'fabric.editor.wrapRight': 'Заверстать вправо',
|
|
160
200
|
'fabric.theme.blue': 'Синий',
|