@atlaskit/editor-common 77.4.5 → 77.5.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 +11 -0
- package/dist/cjs/i18n/cs.js +166 -3
- package/dist/cjs/i18n/da.js +143 -2
- package/dist/cjs/i18n/de.js +166 -3
- package/dist/cjs/i18n/en.js +143 -1
- package/dist/cjs/i18n/en_GB.js +143 -1
- package/dist/cjs/i18n/en_ZZ.js +143 -1
- package/dist/cjs/i18n/es.js +143 -2
- package/dist/cjs/i18n/fi.js +144 -2
- package/dist/cjs/i18n/fr.js +143 -2
- package/dist/cjs/i18n/hu.js +143 -2
- package/dist/cjs/i18n/it.js +143 -2
- package/dist/cjs/i18n/ja.js +144 -2
- package/dist/cjs/i18n/ko.js +143 -2
- package/dist/cjs/i18n/nb.js +145 -2
- package/dist/cjs/i18n/nl.js +143 -2
- package/dist/cjs/i18n/pl.js +144 -2
- package/dist/cjs/i18n/pt_BR.js +141 -2
- package/dist/cjs/i18n/ru.js +145 -2
- package/dist/cjs/i18n/sv.js +143 -2
- package/dist/cjs/i18n/th.js +143 -2
- package/dist/cjs/i18n/tr.js +144 -2
- package/dist/cjs/i18n/uk.js +143 -2
- package/dist/cjs/i18n/vi.js +93 -2
- package/dist/cjs/i18n/zh.js +95 -2
- package/dist/cjs/i18n/zh_TW.js +93 -2
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/es2019/i18n/cs.js +166 -3
- package/dist/es2019/i18n/da.js +143 -2
- package/dist/es2019/i18n/de.js +166 -3
- package/dist/es2019/i18n/en.js +143 -1
- package/dist/es2019/i18n/en_GB.js +143 -1
- package/dist/es2019/i18n/en_ZZ.js +143 -1
- package/dist/es2019/i18n/es.js +143 -2
- package/dist/es2019/i18n/fi.js +144 -2
- package/dist/es2019/i18n/fr.js +143 -2
- package/dist/es2019/i18n/hu.js +143 -2
- package/dist/es2019/i18n/it.js +143 -2
- package/dist/es2019/i18n/ja.js +144 -2
- package/dist/es2019/i18n/ko.js +143 -2
- package/dist/es2019/i18n/nb.js +145 -2
- package/dist/es2019/i18n/nl.js +143 -2
- package/dist/es2019/i18n/pl.js +144 -2
- package/dist/es2019/i18n/pt_BR.js +141 -2
- package/dist/es2019/i18n/ru.js +145 -2
- package/dist/es2019/i18n/sv.js +143 -2
- package/dist/es2019/i18n/th.js +143 -2
- package/dist/es2019/i18n/tr.js +144 -2
- package/dist/es2019/i18n/uk.js +143 -2
- package/dist/es2019/i18n/vi.js +93 -2
- package/dist/es2019/i18n/zh.js +95 -2
- package/dist/es2019/i18n/zh_TW.js +93 -2
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/esm/i18n/cs.js +166 -3
- package/dist/esm/i18n/da.js +143 -2
- package/dist/esm/i18n/de.js +166 -3
- package/dist/esm/i18n/en.js +143 -1
- package/dist/esm/i18n/en_GB.js +143 -1
- package/dist/esm/i18n/en_ZZ.js +143 -1
- package/dist/esm/i18n/es.js +143 -2
- package/dist/esm/i18n/fi.js +144 -2
- package/dist/esm/i18n/fr.js +143 -2
- package/dist/esm/i18n/hu.js +143 -2
- package/dist/esm/i18n/it.js +143 -2
- package/dist/esm/i18n/ja.js +144 -2
- package/dist/esm/i18n/ko.js +143 -2
- package/dist/esm/i18n/nb.js +145 -2
- package/dist/esm/i18n/nl.js +143 -2
- package/dist/esm/i18n/pl.js +144 -2
- package/dist/esm/i18n/pt_BR.js +141 -2
- package/dist/esm/i18n/ru.js +145 -2
- package/dist/esm/i18n/sv.js +143 -2
- package/dist/esm/i18n/th.js +143 -2
- package/dist/esm/i18n/tr.js +144 -2
- package/dist/esm/i18n/uk.js +143 -2
- package/dist/esm/i18n/vi.js +93 -2
- package/dist/esm/i18n/zh.js +95 -2
- package/dist/esm/i18n/zh_TW.js +93 -2
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/types/analytics/types/list-events.d.ts +2 -2
- package/dist/types/analytics/types/table-events.d.ts +6 -6
- package/dist/types/analytics/types/utils.d.ts +2 -1
- package/dist/types/i18n/cs.d.ts +163 -0
- package/dist/types/i18n/da.d.ts +141 -0
- package/dist/types/i18n/de.d.ts +163 -0
- package/dist/types/i18n/en.d.ts +143 -1
- package/dist/types/i18n/en_GB.d.ts +143 -1
- package/dist/types/i18n/en_ZZ.d.ts +143 -1
- package/dist/types/i18n/es.d.ts +141 -0
- package/dist/types/i18n/fi.d.ts +142 -0
- package/dist/types/i18n/fr.d.ts +141 -0
- package/dist/types/i18n/hu.d.ts +141 -0
- package/dist/types/i18n/it.d.ts +141 -0
- package/dist/types/i18n/ja.d.ts +142 -0
- package/dist/types/i18n/ko.d.ts +141 -0
- package/dist/types/i18n/nb.d.ts +143 -0
- package/dist/types/i18n/nl.d.ts +141 -0
- package/dist/types/i18n/pl.d.ts +142 -0
- package/dist/types/i18n/pt_BR.d.ts +139 -0
- package/dist/types/i18n/ru.d.ts +143 -0
- package/dist/types/i18n/sv.d.ts +141 -0
- package/dist/types/i18n/th.d.ts +141 -0
- package/dist/types/i18n/tr.d.ts +142 -0
- package/dist/types/i18n/uk.d.ts +141 -0
- package/dist/types/i18n/vi.d.ts +91 -0
- package/dist/types/i18n/zh.d.ts +93 -0
- package/dist/types/i18n/zh_TW.d.ts +91 -0
- package/dist/types-ts4.5/analytics/types/list-events.d.ts +2 -2
- package/dist/types-ts4.5/analytics/types/table-events.d.ts +6 -6
- package/dist/types-ts4.5/analytics/types/utils.d.ts +2 -1
- package/dist/types-ts4.5/i18n/cs.d.ts +163 -0
- package/dist/types-ts4.5/i18n/da.d.ts +141 -0
- package/dist/types-ts4.5/i18n/de.d.ts +163 -0
- package/dist/types-ts4.5/i18n/en.d.ts +143 -1
- package/dist/types-ts4.5/i18n/en_GB.d.ts +143 -1
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +143 -1
- package/dist/types-ts4.5/i18n/es.d.ts +141 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +142 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +141 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +141 -0
- package/dist/types-ts4.5/i18n/it.d.ts +141 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +142 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +141 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +143 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +141 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +142 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +139 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +143 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +141 -0
- package/dist/types-ts4.5/i18n/th.d.ts +141 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +142 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +141 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +91 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +93 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +91 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @atlaskit/editor-common
|
|
2
2
|
|
|
3
|
+
## 77.5.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#72295](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72295) [`eefc8788ab31`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/eefc8788ab31) - ED-22046 Add insertedLocation attribute for analytics in node insertion
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- [#72850](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72850) [`5099580a0330`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5099580a0330) - Adds analytics for sort options in table's Drag handle menu
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
|
|
3
14
|
## 77.4.5
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
package/dist/cjs/i18n/cs.js
CHANGED
|
@@ -15,14 +15,24 @@ exports.default = void 0;
|
|
|
15
15
|
var _default = exports.default = {
|
|
16
16
|
'fabric.editor.action': 'Aktuální úkol',
|
|
17
17
|
'fabric.editor.action.description': 'Vytvořit a přiřadit aktuální úkol',
|
|
18
|
+
'fabric.editor.addAltText': 'Alternativní text',
|
|
19
|
+
'fabric.editor.addColumnLeft': 'Přidat sloupec vlevo',
|
|
20
|
+
'fabric.editor.addColumnRight': 'Přidat sloupec vpravo',
|
|
21
|
+
'fabric.editor.addImageBorder': 'Přidat ohraničení',
|
|
18
22
|
'fabric.editor.addMediaFiles': 'Přidat obrázek, video nebo soubor',
|
|
23
|
+
'fabric.editor.addRowAbove': 'Přidat řádek nad',
|
|
24
|
+
'fabric.editor.addRowBelow': 'Přidat řádek pod',
|
|
19
25
|
'fabric.editor.alignCenter': 'Zarovnat na střed',
|
|
20
26
|
'fabric.editor.alignImageCenter': 'Zarovnat na střed',
|
|
21
27
|
'fabric.editor.alignImageLeft': 'Zarovnat vlevo',
|
|
22
28
|
'fabric.editor.alignImageRight': 'Zarovnat vpravo',
|
|
23
29
|
'fabric.editor.alignLeft': 'Zarovnat vlevo',
|
|
24
30
|
'fabric.editor.alignRight': 'Zarovnat vpravo',
|
|
31
|
+
'fabric.editor.alignment': 'Zarovnání textu',
|
|
32
|
+
'fabric.editor.altText': 'Alternativní text',
|
|
33
|
+
'fabric.editor.alttext.validation': 'Vymažte z alternativního textu všechny zvláštní znaky.',
|
|
25
34
|
'fabric.editor.annotationToolbar': 'Panel nástrojů poznámek',
|
|
35
|
+
'fabric.editor.backLink': 'Zpět',
|
|
26
36
|
'fabric.editor.backgroundColor': 'Barva pozadí',
|
|
27
37
|
'fabric.editor.blockCardUnavailable': 'Vložený odkaz je uvnitř uzlu {node} a jeho zobrazení nelze změnit',
|
|
28
38
|
'fabric.editor.blockDescription': 'Zobrazit další informace o odkazu, včetně souhrnu a akcí',
|
|
@@ -38,10 +48,15 @@ var _default = exports.default = {
|
|
|
38
48
|
'fabric.editor.cardFloatingControls': 'Možnosti karty',
|
|
39
49
|
'fabric.editor.cellBackground': 'Pozadí buněk',
|
|
40
50
|
'fabric.editor.cellOptions': 'Možnosti buňky',
|
|
51
|
+
'fabric.editor.checkUncheckActionItem': 'Přepnout stav položky akce',
|
|
52
|
+
'fabric.editor.clearAltTextEdit': 'Vymazat alternativní text',
|
|
41
53
|
'fabric.editor.clearCells': '{0, plural, one {Vymazat buňku} few {Vymazat buňky} many {Vymazat buňky} other {Vymazat buňky}}',
|
|
42
54
|
'fabric.editor.clearFormatting': 'Odstranit formátování',
|
|
43
55
|
'fabric.editor.clearLink': 'Vymazat odkaz',
|
|
44
56
|
'fabric.editor.clearLinkText': 'Vymazat text',
|
|
57
|
+
'fabric.editor.closeAltTextEdit': 'Zpět',
|
|
58
|
+
'fabric.editor.closeFindReplaceDialog': 'Zavřít',
|
|
59
|
+
'fabric.editor.closeHelpDialog': 'Zavřít dialog nápovědy',
|
|
45
60
|
'fabric.editor.code': 'Kód',
|
|
46
61
|
'fabric.editor.code.on': '{textFormattingOff}, zapnuto formátování kódu',
|
|
47
62
|
'fabric.editor.codeBidiWarningLabel': 'Obousměrné znaky mění pořadí vykreslování textu. Může to být použito k zakrytí škodlivého kódu.',
|
|
@@ -53,8 +68,28 @@ var _default = exports.default = {
|
|
|
53
68
|
'fabric.editor.codeblock.description': 'Zobrazit kód se zvýrazněním syntaxe',
|
|
54
69
|
'fabric.editor.collapseNode': 'Sbalit obsah',
|
|
55
70
|
'fabric.editor.collapseTable': 'Sbalit tabulku',
|
|
71
|
+
'fabric.editor.columnDragHandle': 'Možnosti sloupce',
|
|
56
72
|
'fabric.editor.columns': 'Rozvržení',
|
|
57
73
|
'fabric.editor.columns.description': 'Uspořádejte svou stránku pomocí oddílů',
|
|
74
|
+
'fabric.editor.configFailedToLoad': 'Nepodařilo se načíst',
|
|
75
|
+
'fabric.editor.configPanel.cancel': 'Zrušit',
|
|
76
|
+
'fabric.editor.configPanel.close': 'Zavřít',
|
|
77
|
+
'fabric.editor.configPanel.customSelect.createOption': 'Vytvořit',
|
|
78
|
+
'fabric.editor.configPanel.dateRange.custom.from': 'Od',
|
|
79
|
+
'fabric.editor.configPanel.dateRange.custom.to': 'Do',
|
|
80
|
+
'fabric.editor.configPanel.dateRange.grouping.collapse': 'Sbalit',
|
|
81
|
+
'fabric.editor.configPanel.dateRange.grouping.expand': 'Rozbalit',
|
|
82
|
+
'fabric.editor.configPanel.dateRange.option.custom': 'Vlastní',
|
|
83
|
+
'fabric.editor.configPanel.documentation': 'Dokumentace',
|
|
84
|
+
'fabric.editor.configPanel.errorBoundary.note': 'Dali jsme vědět týmu. Tuto stránku můžete stále upravovat a publikovat. Také se můžete podívat na konzolu chyb, kde najdete další informace.',
|
|
85
|
+
'fabric.editor.configPanel.errorBoundary.title': 'Něco se pokazilo.',
|
|
86
|
+
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': '„isMultiple“ a „style: radio“ nelze kombinovat',
|
|
87
|
+
'fabric.editor.configPanel.formType.addField': 'Přidat pole',
|
|
88
|
+
'fabric.editor.configPanel.formType.removeField': 'Odebrat pole',
|
|
89
|
+
'fabric.editor.configPanel.help': 'Potřebujete pomoc?',
|
|
90
|
+
'fabric.editor.configPanel.invalid': 'Neplatné pole',
|
|
91
|
+
'fabric.editor.configPanel.required': 'Povinné pole',
|
|
92
|
+
'fabric.editor.configPanel.submit': 'Odeslat',
|
|
58
93
|
'fabric.editor.copiedToClipboard': 'Zkopírováno!',
|
|
59
94
|
'fabric.editor.copyToClipboard': 'Kopírovat',
|
|
60
95
|
'fabric.editor.cornerControl': 'Zvýraznit tabulku',
|
|
@@ -66,12 +101,16 @@ var _default = exports.default = {
|
|
|
66
101
|
'fabric.editor.datasource.assetsObjects.description': 'Pomocí vyhledávání a filtrování vložte objekty z Aktiv do Jira Service Management.',
|
|
67
102
|
'fabric.editor.datasource.jiraIssue': 'Požadavky Jira',
|
|
68
103
|
'fabric.editor.datasource.jiraIssue.description': 'Vkládání požadavků Jira z Jira Cloud pomocí rozšířeného vyhledávání, filtrování a konfigurací.',
|
|
104
|
+
'fabric.editor.datasourceAppearanceTitle': 'Tabulka',
|
|
69
105
|
'fabric.editor.datasourceTitle': 'Upravit vyhledávací dotaz',
|
|
70
106
|
'fabric.editor.date': 'Datum',
|
|
71
107
|
'fabric.editor.date.description': 'Přidat datum pomocí kalendáře',
|
|
72
108
|
'fabric.editor.decision': 'Rozhodnutí',
|
|
73
109
|
'fabric.editor.decision.description': 'Zaznamenávejte rozhodnutí, aby se snadněji sledovala',
|
|
110
|
+
'fabric.editor.decisionPlaceholder': 'Přidat rozhodnutí...',
|
|
111
|
+
'fabric.editor.decreaseSize': 'Snížit velikost',
|
|
74
112
|
'fabric.editor.defaultAltText': 'Položka seznamu',
|
|
113
|
+
'fabric.editor.description': 'Popis',
|
|
75
114
|
'fabric.editor.displayBlock': 'Zobrazit jako kartu',
|
|
76
115
|
'fabric.editor.displayEmbed': 'Zobrazit jako vložený objekt',
|
|
77
116
|
'fabric.editor.displayInline': 'Zobrazit v řádku',
|
|
@@ -79,23 +118,46 @@ var _default = exports.default = {
|
|
|
79
118
|
'fabric.editor.displayOptionUnavailableInParentNode': 'Tato možnost zobrazení není v uzlu {node} dostupná',
|
|
80
119
|
'fabric.editor.displayText': 'Text k zobrazení',
|
|
81
120
|
'fabric.editor.distributeColumns': 'Rozložení sloupců',
|
|
121
|
+
'fabric.editor.dropPlaceholderLabel': 'Dokument',
|
|
82
122
|
'fabric.editor.ecombedDescription': 'Zobrazit interaktivní náhled odkazu',
|
|
123
|
+
'fabric.editor.edit': 'Upravit',
|
|
83
124
|
'fabric.editor.edit.datasource': 'Upravit vyhledávací dotaz',
|
|
125
|
+
'fabric.editor.editAltText': 'Upravit alternativní text',
|
|
84
126
|
'fabric.editor.editDateText': 'Upravit datum',
|
|
85
127
|
'fabric.editor.editLink': 'Upravit odkaz',
|
|
86
128
|
'fabric.editor.editMode.inviteToEditButton.title': 'Pozvat k úpravám',
|
|
87
129
|
'fabric.editor.editStatusColor': 'Upravit barvu stavu',
|
|
88
130
|
'fabric.editor.editStatusText': 'Upravit stav',
|
|
89
131
|
'fabric.editor.editableContentLabel': 'Upravitelný obsah',
|
|
132
|
+
'fabric.editor.editorHelp': 'Nápověda editoru.',
|
|
133
|
+
'fabric.editor.editors': 'Editoři',
|
|
134
|
+
'fabric.editor.elementBrowser.help': 'Nápověda',
|
|
135
|
+
'fabric.editor.elementbrowser.categorylist.category-admin': 'Administrace',
|
|
136
|
+
'fabric.editor.elementbrowser.categorylist.category-all': 'Vše',
|
|
137
|
+
'fabric.editor.elementbrowser.categorylist.category-communication': 'Komunikace',
|
|
138
|
+
'fabric.editor.elementbrowser.categorylist.category-confluence-content': 'Obsah Confluence',
|
|
139
|
+
'fabric.editor.elementbrowser.categorylist.category-development': 'Vývoj',
|
|
140
|
+
'fabric.editor.elementbrowser.categorylist.category-external-content': 'Externí obsah',
|
|
141
|
+
'fabric.editor.elementbrowser.categorylist.category-formatting': 'Formátování',
|
|
142
|
+
'fabric.editor.elementbrowser.categorylist.category-media': 'Média',
|
|
143
|
+
'fabric.editor.elementbrowser.categorylist.category-navigation': 'Navigace',
|
|
144
|
+
'fabric.editor.elementbrowser.categorylist.category-reporting': 'Sestavy',
|
|
145
|
+
'fabric.editor.elementbrowser.categorylist.category-visuals': 'Vizuály a obrázky',
|
|
90
146
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'Vašemu vyhledávání neodpovídají žádné výsledky',
|
|
91
147
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Zkuste vyhledat jiný termín nebo objevte nové aplikace pro produkty Atlassian.',
|
|
92
148
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Prozkoumat Atlassian Marketplace',
|
|
149
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.nothing': 'Vašemu vyhledávání neodpovídají žádné výsledky',
|
|
150
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestion': 'návrh je k dispozici pro zadaný text.',
|
|
151
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestions': 'návrhů je k dispozici pro zadaný text.',
|
|
152
|
+
'fabric.editor.elementbrowser.searchbar.elementAfterInput': 'Enter',
|
|
153
|
+
'fabric.editor.elementbrowser.searchbar.placeholder': 'Vyhledat',
|
|
93
154
|
'fabric.editor.elementbrowser.sidebar.heading': 'Procházet',
|
|
94
155
|
'fabric.editor.embedTitle': 'Vložit',
|
|
95
156
|
'fabric.editor.emoji': 'Emoji',
|
|
96
157
|
'fabric.editor.emoji.description': 'Používejte emoji k vyjádření nápadů 🎉 a emocí 😄',
|
|
97
158
|
'fabric.editor.emptyLink': 'Zadejte odkaz.',
|
|
98
159
|
'fabric.editor.epic': 'Epic',
|
|
160
|
+
'fabric.editor.error': 'Chyba',
|
|
99
161
|
'fabric.editor.errorPanel': 'Panel chyb',
|
|
100
162
|
'fabric.editor.errorPanel.description': 'Chyby zobrazit v barevném panelu',
|
|
101
163
|
'fabric.editor.expand': 'Rozbalení',
|
|
@@ -103,13 +165,28 @@ var _default = exports.default = {
|
|
|
103
165
|
'fabric.editor.expandDefaultTitle': 'Klikněte sem pro rozbalení...',
|
|
104
166
|
'fabric.editor.expandNode': 'Rozbalit obsah',
|
|
105
167
|
'fabric.editor.expandPlaceholder': 'Dejte rozbalenému obsahu název...',
|
|
168
|
+
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'Vymazání rozšíření {nodeName} způsobí, že všechny k němu připojené položky přestanou fungovat.',
|
|
106
169
|
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': 'Odstraňování',
|
|
170
|
+
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Vymazat',
|
|
107
171
|
'fabric.editor.extension.deleteElementTitle': 'Odstranit prvek',
|
|
108
172
|
'fabric.editor.extension.sourceNoTitledName': 'tento prvek',
|
|
173
|
+
'fabric.editor.extensions.config-panel.save-indicator': 'Všechny změny jsou vždy automaticky ukládány',
|
|
109
174
|
'fabric.editor.failed_to_upload': 'Nahrání se nezdařilo',
|
|
110
175
|
'fabric.editor.feedbackDialog': 'Poskytnout zpětnou vazbu',
|
|
111
176
|
'fabric.editor.feedbackDialog.description': 'Podělte se s námi o pocity z práce v novém editoru',
|
|
177
|
+
'fabric.editor.find': 'Najít',
|
|
178
|
+
'fabric.editor.findNext': 'Najít další',
|
|
179
|
+
'fabric.editor.findPrevious': 'Najít předchozí',
|
|
180
|
+
'fabric.editor.findReplaceToolbarButton': 'Najít a nahradit',
|
|
181
|
+
'fabric.editor.floatingToolbar.confirmModalCancel': 'Zrušit',
|
|
112
182
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Vymazat také všechny připojené prvky',
|
|
183
|
+
'fabric.editor.floatingToolbar.confirmModalConnectedUnit': '{amount, plural, =0 {{name}} one {{name} (+1 připojený prvek)} few {{name} (+{amount,number} připojené prvky)} many {{name} (+{amount,number} připojeného prvku)} other {{name} (+{amount,number} připojených prvků)}}',
|
|
184
|
+
'fabric.editor.floatingToolbar.confirmModalHeading': 'Jste si jistí?',
|
|
185
|
+
'fabric.editor.floatingToolbar.confirmModalOK': 'OK',
|
|
186
|
+
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'Ovládací prvky plovoucího panelu nástrojů byly otevřeny.',
|
|
187
|
+
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Plovoucí panel nástrojů',
|
|
188
|
+
'fabric.editor.floatingToolbar.scrollLeft': 'Posunout doleva',
|
|
189
|
+
'fabric.editor.floatingToolbar.scrollRight': 'Posunout doprava',
|
|
113
190
|
'fabric.editor.headerColumn': 'Sloupec záhlaví',
|
|
114
191
|
'fabric.editor.headerRow': 'Řádek záhlaví',
|
|
115
192
|
'fabric.editor.heading1': 'Nadpis 1',
|
|
@@ -132,6 +209,7 @@ var _default = exports.default = {
|
|
|
132
209
|
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Úkol',
|
|
133
210
|
'fabric.editor.help': 'Nápověda',
|
|
134
211
|
'fabric.editor.help.description': 'Projděte si všechny klávesové zkratky a možnosti markdownu',
|
|
212
|
+
'fabric.editor.helpDialogTips': 'Zmáčkněte {keyMap}, abyste mohli kdykoliv rychle otevřít tento dialog.',
|
|
135
213
|
'fabric.editor.horizontalRule': 'Dílčí příčka',
|
|
136
214
|
'fabric.editor.horizontalRule.description': 'Rozdělit obsah horizontální čárou',
|
|
137
215
|
'fabric.editor.hyperlink.linkVisibleLabel': 'Vložit nebo vyhledat odkaz',
|
|
@@ -140,19 +218,33 @@ var _default = exports.default = {
|
|
|
140
218
|
'fabric.editor.hyperlink.textVisibleLabel': 'Zobrazený text (volitelné)',
|
|
141
219
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Vložit nebo vyhledat odkaz',
|
|
142
220
|
'fabric.editor.image': 'Obrázek',
|
|
221
|
+
'fabric.editor.image.fullWidthLabel': 'Celá šířka',
|
|
222
|
+
'fabric.editor.imageBorderBold': 'Tučné',
|
|
223
|
+
'fabric.editor.imageBorderColor': 'Barva',
|
|
224
|
+
'fabric.editor.imageBorderMedium': 'Střední',
|
|
225
|
+
'fabric.editor.imageBorderOptions': 'Možnosti ohraničení',
|
|
226
|
+
'fabric.editor.imageBorderSize': 'Velikost',
|
|
227
|
+
'fabric.editor.imageBorderSubtle': 'Útlé',
|
|
143
228
|
'fabric.editor.improvement': 'Vylepšení',
|
|
229
|
+
'fabric.editor.increaseSize': 'Zvýšit velikost',
|
|
144
230
|
'fabric.editor.indent': 'Zvětšit odsazení',
|
|
231
|
+
'fabric.editor.info': 'Informace',
|
|
145
232
|
'fabric.editor.infoPanel': 'Informační panel',
|
|
146
233
|
'fabric.editor.infoPanel.description': 'Zvýraznit informace v barevném panelu',
|
|
147
234
|
'fabric.editor.inlineDescription': 'Zobrazit odkaz jako vložený text',
|
|
235
|
+
'fabric.editor.inlineOverlay': 'Konfigurovat',
|
|
148
236
|
'fabric.editor.inlineTitle': 'Vložený',
|
|
237
|
+
'fabric.editor.inputQueryAssistiveTxt': 'Když jsou k dispozici výsledky automatického dokončování, použijte šipky nahoru a dolů k prohlížení a klávesu Enter k výběru. Uživatelé dotykových zařízení mohou k prohlížení použít dotyk nebo gesta potáhnutí prstem.',
|
|
149
238
|
'fabric.editor.insertColumn': 'Vložit sloupec napravo',
|
|
150
239
|
'fabric.editor.insertColumnDrag': 'Vložit sloupec',
|
|
151
|
-
'fabric.editor.insertMenu': 'Vložit',
|
|
240
|
+
'fabric.editor.insertMenu': 'Vložit prvky',
|
|
152
241
|
'fabric.editor.insertRow': 'Vložit řádek pod',
|
|
153
242
|
'fabric.editor.insertRowDrag': 'Vložit řádek',
|
|
243
|
+
'fabric.editor.invalidDateError': 'Zadejte platné datum.',
|
|
154
244
|
'fabric.editor.invalidLink': 'Zadejte platný odkaz.',
|
|
245
|
+
'fabric.editor.inviteItem.title': '{userRole, select, admin {Pozvat týmového kolegu do produktu {productName}} trusted {Pozvat týmového kolegu do produktu {productName}} other {Přidat týmového kolegu do produktu {productName}}}',
|
|
155
246
|
'fabric.editor.italic': 'Kurzíva',
|
|
247
|
+
'fabric.editor.keyboardShortcuts': 'Klávesové zkratky',
|
|
156
248
|
'fabric.editor.layoutFixedWidth': 'Zpět na zobrazení standardní šířky',
|
|
157
249
|
'fabric.editor.layoutFullWidth': 'Přepnout do zobrazení na celou šířku',
|
|
158
250
|
'fabric.editor.layoutWide': 'Přepnout do zobrazení na šířku',
|
|
@@ -162,17 +254,44 @@ var _default = exports.default = {
|
|
|
162
254
|
'fabric.editor.linkAddress': 'Adresa odkazu',
|
|
163
255
|
'fabric.editor.linkPlaceholder': 'Vložit odkaz',
|
|
164
256
|
'fabric.editor.lists': 'Seznamy',
|
|
257
|
+
'fabric.editor.markdown': 'Snížení',
|
|
258
|
+
'fabric.editor.matchCase': 'Rozlišovat malá a velká písmena',
|
|
259
|
+
'fabric.editor.media.MediaWidthIsMin': 'Velikost multimediálního prvku byla snížena na minimum.',
|
|
260
|
+
'fabric.editor.media.decreased': 'sníženo',
|
|
261
|
+
'fabric.editor.media.increased': 'zvýšeno',
|
|
262
|
+
'fabric.editor.media.pixelEntry.MediaWidthIsMax': 'Velikost multimediálního prvku byla zvýšena na maximum.',
|
|
263
|
+
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': 'vstup výšky',
|
|
264
|
+
'fabric.editor.media.pixelEntry.inputHeightTooltip': 'Výška',
|
|
265
|
+
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': 'Maximální šířka {maxWidth} px',
|
|
266
|
+
'fabric.editor.media.pixelEntry.inputWidthTooltip': 'Maximální šířka {maxWidth} px',
|
|
267
|
+
'fabric.editor.media.pixelEntry.migrationButtonText': 'Převést na pixely',
|
|
268
|
+
'fabric.editor.media.pixelEntry.migrationButtonTooltip': 'Přechod z procentuální velikosti na velikost v pixelech',
|
|
269
|
+
'fabric.editor.media.pixelEntry.submitButtonText': 'Odeslat',
|
|
270
|
+
'fabric.editor.media.pixelEntry.validationFailedMessage': 'Ověření šířky se nezdařilo',
|
|
165
271
|
'fabric.editor.mediaAddLink': 'Přidat odkaz',
|
|
166
272
|
'fabric.editor.mediaFiles': 'Obrázek, video nebo soubor',
|
|
167
273
|
'fabric.editor.mediaFiles.description': 'Přidejte na svou stránku obrázky a další soubory',
|
|
274
|
+
'fabric.editor.mediaGroupDeleteLabel': 'Odstranit',
|
|
275
|
+
'fabric.editor.media_change_mediainline_caption_warn': 'Vložené (popisek se odebere)',
|
|
276
|
+
'fabric.editor.media_change_mediainline_default': 'Vložený',
|
|
168
277
|
'fabric.editor.media_change_mediasingle': 'Původní velikost',
|
|
169
278
|
'fabric.editor.mention': 'Zmínka',
|
|
170
279
|
'fabric.editor.mention.description': 'Zmiňte někoho, abyste jim zaslali oznámení',
|
|
280
|
+
'fabric.editor.mentionNode.label': 'Označený uživatel',
|
|
281
|
+
'fabric.editor.mentionsAddLabel': 'přidat-ikonu',
|
|
282
|
+
'fabric.editor.mentionsIconLabel': 'Zmínka',
|
|
171
283
|
'fabric.editor.mergeCells': 'Sloučit buňky',
|
|
172
284
|
'fabric.editor.moreFormatting': 'Další formátování',
|
|
285
|
+
'fabric.editor.moveColumnLeft': '{0, plural, one {Přesunout sloupec vlevo} few {Přesunout sloupce vlevo} many {Přesunout sloupce vlevo} other {Přesunout sloupce vlevo}}',
|
|
286
|
+
'fabric.editor.moveColumnRight': '{0, plural, one {Přesunout sloupec vpravo} few {Přesunout sloupce vpravo} many {Přesunout sloupce vpravo} other {Přesunout sloupce vpravo}}',
|
|
287
|
+
'fabric.editor.moveDownDown': '{0, plural, one {Přesunout řádek dolů} few {Přesunout řádky dolů} many {Přesunout řádky dolů} other {Přesunout řádky dolů}}',
|
|
288
|
+
'fabric.editor.moveRowUp': '{0, plural, one {Přesunout řádek nahoru} few {Přesunout řádky nahoru} many {Přesunout řádky nahoru} other {Přesunout řádky nahoru}}',
|
|
173
289
|
'fabric.editor.navigate.toolbar.editor': 'Přejít na panel nástrojů editoru',
|
|
174
290
|
'fabric.editor.navigate.toolbar.floating': 'Přejít na plovoucí panel nástrojů',
|
|
291
|
+
'fabric.editor.noResultsFound': 'Žádné výsledky',
|
|
292
|
+
'fabric.editor.noSearchResults': 'Žádné výsledky vyhledávání',
|
|
175
293
|
'fabric.editor.normal': 'Standardní text',
|
|
294
|
+
'fabric.editor.note': 'Poznámka',
|
|
176
295
|
'fabric.editor.notePanel': 'Panel poznámek',
|
|
177
296
|
'fabric.editor.notePanel.description': 'Přidat poznámku do barevného panelu',
|
|
178
297
|
'fabric.editor.numberedColumn': 'Číslovaný sloupec',
|
|
@@ -184,22 +303,44 @@ var _default = exports.default = {
|
|
|
184
303
|
'fabric.editor.other': 'Jiné…',
|
|
185
304
|
'fabric.editor.outdent': 'Zmenšit odsazení',
|
|
186
305
|
'fabric.editor.pageActionsLabel': 'Akce stránky',
|
|
306
|
+
'fabric.editor.panel.backgroundColor': 'Barva pozadí',
|
|
307
|
+
'fabric.editor.panel.emoji': 'Přidat emoji',
|
|
308
|
+
'fabric.editor.pasteOptions': 'Plovoucí ovládací prvky možností vložení',
|
|
309
|
+
'fabric.editor.pastePlainText': 'Vložit prostý text',
|
|
310
|
+
'fabric.editor.placeholderAltText': 'Popište tento obrázek alternativním textem',
|
|
187
311
|
'fabric.editor.placeholderText': 'Text placeholderu',
|
|
188
312
|
'fabric.editor.placeholderText.description': 'Vložit na stránku textový zástupný symbol',
|
|
313
|
+
'fabric.editor.placeholderTextPlaceholder': 'Přidat text placeholderu.',
|
|
314
|
+
'fabric.editor.plainText': 'Použít prostý text',
|
|
315
|
+
'fabric.editor.quickInsert': 'Rychlé vložení',
|
|
189
316
|
'fabric.editor.recordVideo': 'Nahrát video',
|
|
190
317
|
'fabric.editor.recordVideo.description': 'Nahrát video z aplikace Loom',
|
|
191
318
|
'fabric.editor.redo': 'Znovu',
|
|
192
319
|
'fabric.editor.remove': 'Odebrat',
|
|
193
320
|
'fabric.editor.removeColumns': '{0, plural, one {Odstranit sloupec} few {Odstranit sloupce} many {Odstranit sloupce} other {Odstranit sloupce}}',
|
|
194
321
|
'fabric.editor.removeEmoji': 'Odstranit emoji',
|
|
322
|
+
'fabric.editor.removeImageBorder': 'Odebrat ohraničení',
|
|
195
323
|
'fabric.editor.removeRows': '{0, plural, one {Odstranit řádek} few {Odstranit řádky} many {Odstranit řádky} other {Odstranit řádky}}',
|
|
324
|
+
'fabric.editor.replace': 'Nahradit',
|
|
325
|
+
'fabric.editor.replaceAll': 'Nahradit vše',
|
|
326
|
+
'fabric.editor.replaceWith': 'Nahradit textem',
|
|
327
|
+
'fabric.editor.resultsCount': '{selectedMatchPosition} z {totalResultsCount}',
|
|
328
|
+
'fabric.editor.richText': 'Použít formátovaný text',
|
|
196
329
|
'fabric.editor.rightSidebar': 'Pravý postranní panel',
|
|
197
330
|
'fabric.editor.rowControl': 'Zvýraznit řádek',
|
|
331
|
+
'fabric.editor.rowDragHandle': 'Možnosti řádku',
|
|
198
332
|
'fabric.editor.saveButton': 'Uložit',
|
|
333
|
+
'fabric.editor.searchResults': '{itemsLength, plural, one {K dispozici je {itemsLength,number} výsledek vyhledávání. Možnosti můžete procházet pomocí kláves se šipkami nahoru/dolů. Stisknutím klávesy Enter vyberete možnost.} few {K dispozici jsou {itemsLength,number} výsledky vyhledávání. Možnosti můžete procházet pomocí kláves se šipkami nahoru/dolů. Stisknutím klávesy Enter vyberete možnost.} many {K dispozici je {itemsLength,number} výsledku vyhledávání. Možnosti můžete procházet pomocí kláves se šipkami nahoru/dolů. Stisknutím klávesy Enter vyberete možnost.} other {K dispozici je {itemsLength,number} výsledků vyhledávání. Možnosti můžete procházet pomocí kláves se šipkami nahoru/dolů. Stisknutím klávesy Enter vyberete možnost.}}',
|
|
334
|
+
'fabric.editor.selectLanguage': 'Vyberte programovací jazyk',
|
|
335
|
+
'fabric.editor.selectTableColumn': 'Vybrat sloupec tabulky',
|
|
336
|
+
'fabric.editor.selectTableRow': 'Vybrat řádek tabulky',
|
|
199
337
|
'fabric.editor.settingsLinks': 'Přejít do předvoleb odkazů',
|
|
338
|
+
'fabric.editor.shortcut': 'Textový zástupce',
|
|
200
339
|
'fabric.editor.single': 'Jeden sloupec',
|
|
201
340
|
'fabric.editor.sortColumnASC': 'Seřadit sloupec A → Z',
|
|
202
341
|
'fabric.editor.sortColumnDESC': 'Seřadit sloupec Z → A',
|
|
342
|
+
'fabric.editor.sortColumnDecreasing': 'Seřadit sestupně',
|
|
343
|
+
'fabric.editor.sortColumnIncreasing': 'Seřadit vzestupně',
|
|
203
344
|
'fabric.editor.splitCell': 'Rozdělit buňku',
|
|
204
345
|
'fabric.editor.status': 'Stav',
|
|
205
346
|
'fabric.editor.status.description': 'Přidat vlastní štítek stavu',
|
|
@@ -209,28 +350,37 @@ var _default = exports.default = {
|
|
|
209
350
|
'fabric.editor.subTask': 'Podúkol',
|
|
210
351
|
'fabric.editor.subscript': 'Dolní index',
|
|
211
352
|
'fabric.editor.subscript.off.superscript.on': 'Dolní index vypnutý, horní index zapnutý',
|
|
353
|
+
'fabric.editor.success': 'Úspěch',
|
|
212
354
|
'fabric.editor.successPanel': 'Panel úspěchů',
|
|
213
355
|
'fabric.editor.successPanel.description': 'Přidat tipy do barevného panelu',
|
|
214
356
|
'fabric.editor.superscript': 'Horní index',
|
|
215
357
|
'fabric.editor.superscript.off.subscript.on': 'Horní index vypnutý, dolní index zapnutý',
|
|
358
|
+
'fabric.editor.supportAltText': 'Alternativní text je užitečný pro lidi, kteří kvůli zrakovým omezením používají čtečky obrazovky.',
|
|
216
359
|
'fabric.editor.table': 'Tabulka',
|
|
217
360
|
'fabric.editor.table.description': 'Vložit tabulku',
|
|
218
361
|
'fabric.editor.tableOptions': 'Možnosti tabulky',
|
|
219
362
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {Šířka tabulky byla snížena na {newWidth,number} pixel.} few {Šířka tabulky byla snížena na {newWidth,number} pixely.} many {Šířka tabulky byla snížena na {newWidth,number} pixelu.} other {Šířka tabulky byla snížena na {newWidth,number} pixelů.}}',
|
|
220
363
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Šířka tabulky byla zvýšena na {newWidth,number} pixel.} few {Šířka tabulky byla zvýšena na {newWidth,number} pixely.} many {Šířka tabulky byla zvýšena na {newWidth,number} pixelu.} other {Šířka tabulky byla zvýšena na {newWidth,number} pixelů.}}',
|
|
364
|
+
'fabric.editor.tableSelector': 'Velikost tabulky',
|
|
365
|
+
'fabric.editor.tableSelector.description': 'Přidejte tabulku a ve vyskakovacím okně vyberte vlastní velikost.',
|
|
366
|
+
'fabric.editor.tableSizeSelectorButton': 'Vytvořte tabulku o velikosti',
|
|
367
|
+
'fabric.editor.tableSizeSelectorPopup': 'Výběr velikosti tabulky',
|
|
221
368
|
'fabric.editor.tables.adjustColumn': 'Upravit sloupec',
|
|
222
369
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Odstranění uzlu {nodeName} způsobí, že všechny k němu připojené položky přestanou fungovat.',
|
|
223
370
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Odstranit',
|
|
224
371
|
'fabric.editor.tables.resizeTable': 'Změnit velikost tabulky',
|
|
225
372
|
'fabric.editor.task': 'Úkol',
|
|
373
|
+
'fabric.editor.taskPlaceholder': 'Napište svou akci a použitím „@“ ji někomu přidělte.',
|
|
226
374
|
'fabric.editor.text.formatting.off': 'Formátování textu vypnuto',
|
|
375
|
+
'fabric.editor.textColor': 'Barva textu',
|
|
227
376
|
'fabric.editor.textStyles': 'Styly textu',
|
|
228
377
|
'fabric.editor.threeColumns': 'Tři sloupce',
|
|
229
378
|
'fabric.editor.threeColumnsWithSidebars': 'Tři sloupce s postranními panely',
|
|
230
379
|
'fabric.editor.time.ago': 'zpět',
|
|
231
380
|
'fabric.editor.time.updated': 'Aktualizováno',
|
|
232
381
|
'fabric.editor.time.viewed': 'Zobrazeno',
|
|
233
|
-
'fabric.editor.toolbarLabel': '
|
|
382
|
+
'fabric.editor.toolbarLabel': 'Editor',
|
|
383
|
+
'fabric.editor.toolbarMediaTitle': 'Přidat obrázek, video nebo soubor',
|
|
234
384
|
'fabric.editor.tooltip.blockPanel': 'panel',
|
|
235
385
|
'fabric.editor.tooltip.bulletList': 'seznam',
|
|
236
386
|
'fabric.editor.tooltip.decisionList': 'seznam rozhodnutí',
|
|
@@ -238,6 +388,15 @@ var _default = exports.default = {
|
|
|
238
388
|
'fabric.editor.tooltip.nestedExpand': 'vnořený rozbalovací uzel',
|
|
239
389
|
'fabric.editor.tooltip.taskList': 'položka akce',
|
|
240
390
|
'fabric.editor.twoColumns': 'Dva sloupce',
|
|
391
|
+
'fabric.editor.typeAhead.popupLabel': 'Výsledky našeptávače',
|
|
392
|
+
'fabric.editor.typeAhead.quickInsertInputLabel': 'Když začnete psát, budou se vyhledávat/filtrovat možnosti zkratek.',
|
|
393
|
+
'fabric.editor.typeAhead.quickInsertPopupLabel': 'Zkratky pro vkládání a formátování',
|
|
394
|
+
'fabric.editor.typeahead.emojiInputLabel': 'Když začnete psát, budou se vyhledávat/filtrovat možnosti smajlíků.',
|
|
395
|
+
'fabric.editor.typeahead.emojiListItemLabel': 'Smajlík {name} Textová zkratka {shortcut}',
|
|
396
|
+
'fabric.editor.typeahead.emojiPopupLabel': 'Zkratky pro smajlíky',
|
|
397
|
+
'fabric.editor.typeahead.mentionInputLabel': 'Když začnete psát, budou se vyhledávat uživatelé k označení.',
|
|
398
|
+
'fabric.editor.typeahead.mentionPopupLabel': 'Uživatelé, které můžete označit',
|
|
399
|
+
'fabric.editor.typeahead.metionListItemLabel': 'Uživatel {name} @{shortName}',
|
|
241
400
|
'fabric.editor.unableToLoadContent': 'Obsah se nepodařilo načíst.',
|
|
242
401
|
'fabric.editor.unableToOpenLink': 'Tento odkaz nelze otevřít',
|
|
243
402
|
'fabric.editor.underline': 'Podtržení',
|
|
@@ -251,12 +410,15 @@ var _default = exports.default = {
|
|
|
251
410
|
'fabric.editor.url': 'Zobrazit adresu URL',
|
|
252
411
|
'fabric.editor.urlDescription': 'Zobrazit odkaz jako adresu URL',
|
|
253
412
|
'fabric.editor.urlTitle': 'Adresa URL',
|
|
413
|
+
'fabric.editor.useMarkdown': 'Použít markdown',
|
|
254
414
|
'fabric.editor.viewMore': 'Zobrazit více',
|
|
255
415
|
'fabric.editor.visit': 'Otevřít odkaz v novém okně',
|
|
416
|
+
'fabric.editor.warning': 'Varování',
|
|
256
417
|
'fabric.editor.warningPanel': 'Panel upozornění',
|
|
257
418
|
'fabric.editor.warningPanel.description': 'Přidat poznámku s varováním do barevného panelu',
|
|
258
419
|
'fabric.editor.wrapLeft': 'Sbalit vpravo',
|
|
259
420
|
'fabric.editor.wrapRight': 'Sbalit vlevo',
|
|
421
|
+
'fabric.emoji.label': 'Smajlík',
|
|
260
422
|
'fabric.theme.blue': 'Modrá',
|
|
261
423
|
'fabric.theme.bold-blue': 'Sytě modrá',
|
|
262
424
|
'fabric.theme.bold-gray': 'Sytě šedá',
|
|
@@ -308,5 +470,6 @@ var _default = exports.default = {
|
|
|
308
470
|
'fabric.theme.subtle-yellow': 'Jemně žlutá',
|
|
309
471
|
'fabric.theme.teal': 'Modrozelená',
|
|
310
472
|
'fabric.theme.white': 'Bílá',
|
|
311
|
-
'fabric.theme.yellow': 'Žlutá'
|
|
473
|
+
'fabric.theme.yellow': 'Žlutá',
|
|
474
|
+
'fabrid.editor.rowNumbers': 'Čísla řádků'
|
|
312
475
|
};
|