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