@atlaskit/editor-common 103.23.0 → 104.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 +27 -0
- package/dist/cjs/analytics/types/enums.js +2 -0
- package/dist/cjs/clipboard/index.js +28 -3
- package/dist/cjs/extensibility/Extension/Extension/index.js +8 -1
- package/dist/cjs/i18n/cs.js +10 -0
- package/dist/cjs/i18n/da.js +9 -0
- package/dist/cjs/i18n/de.js +10 -0
- package/dist/cjs/i18n/en.js +10 -0
- package/dist/cjs/i18n/en_GB.js +10 -0
- package/dist/cjs/i18n/en_ZZ.js +10 -0
- package/dist/cjs/i18n/es.js +10 -0
- package/dist/cjs/i18n/fi.js +10 -0
- package/dist/cjs/i18n/fr.js +11 -0
- package/dist/cjs/i18n/hr.js +890 -0
- package/dist/cjs/i18n/hu.js +9 -0
- package/dist/cjs/i18n/it.js +10 -0
- package/dist/cjs/i18n/ja.js +5 -0
- package/dist/cjs/i18n/ko.js +5 -0
- package/dist/cjs/i18n/nb.js +5 -0
- package/dist/cjs/i18n/nl.js +10 -0
- package/dist/cjs/i18n/pl.js +11 -0
- package/dist/cjs/i18n/pt_BR.js +9 -0
- package/dist/cjs/i18n/ru.js +9 -0
- package/dist/cjs/i18n/sk.js +784 -3
- package/dist/cjs/i18n/sv.js +10 -0
- package/dist/cjs/i18n/th.js +9 -0
- package/dist/cjs/i18n/tr.js +10 -0
- package/dist/cjs/i18n/uk.js +9 -0
- package/dist/cjs/i18n/vi.js +9 -0
- package/dist/cjs/i18n/zh.js +9 -0
- package/dist/cjs/i18n/zh_TW.js +9 -0
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/react-node-view/getInlineNodeViewProducer.js +1 -21
- package/dist/cjs/styles/shared/panel.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/es2019/analytics/types/enums.js +2 -0
- package/dist/es2019/clipboard/index.js +27 -1
- package/dist/es2019/extensibility/Extension/Extension/index.js +8 -1
- package/dist/es2019/i18n/cs.js +10 -0
- package/dist/es2019/i18n/da.js +9 -0
- package/dist/es2019/i18n/de.js +10 -0
- package/dist/es2019/i18n/en.js +10 -0
- package/dist/es2019/i18n/en_GB.js +10 -0
- package/dist/es2019/i18n/en_ZZ.js +10 -0
- package/dist/es2019/i18n/es.js +10 -0
- package/dist/es2019/i18n/fi.js +10 -0
- package/dist/es2019/i18n/fr.js +11 -0
- package/dist/es2019/i18n/hr.js +884 -0
- package/dist/es2019/i18n/hu.js +9 -0
- package/dist/es2019/i18n/it.js +10 -0
- package/dist/es2019/i18n/ja.js +5 -0
- package/dist/es2019/i18n/ko.js +5 -0
- package/dist/es2019/i18n/nb.js +5 -0
- package/dist/es2019/i18n/nl.js +10 -0
- package/dist/es2019/i18n/pl.js +11 -0
- package/dist/es2019/i18n/pt_BR.js +9 -0
- package/dist/es2019/i18n/ru.js +9 -0
- package/dist/es2019/i18n/sk.js +784 -3
- package/dist/es2019/i18n/sv.js +10 -0
- package/dist/es2019/i18n/th.js +9 -0
- package/dist/es2019/i18n/tr.js +10 -0
- package/dist/es2019/i18n/uk.js +9 -0
- package/dist/es2019/i18n/vi.js +9 -0
- package/dist/es2019/i18n/zh.js +9 -0
- package/dist/es2019/i18n/zh_TW.js +9 -0
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/react-node-view/getInlineNodeViewProducer.js +1 -21
- package/dist/es2019/styles/shared/panel.js +5 -0
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/esm/analytics/types/enums.js +2 -0
- package/dist/esm/clipboard/index.js +28 -1
- package/dist/esm/extensibility/Extension/Extension/index.js +8 -1
- package/dist/esm/i18n/cs.js +10 -0
- package/dist/esm/i18n/da.js +9 -0
- package/dist/esm/i18n/de.js +10 -0
- package/dist/esm/i18n/en.js +10 -0
- package/dist/esm/i18n/en_GB.js +10 -0
- package/dist/esm/i18n/en_ZZ.js +10 -0
- package/dist/esm/i18n/es.js +10 -0
- package/dist/esm/i18n/fi.js +10 -0
- package/dist/esm/i18n/fr.js +11 -0
- package/dist/esm/i18n/hr.js +884 -0
- package/dist/esm/i18n/hu.js +9 -0
- package/dist/esm/i18n/it.js +10 -0
- package/dist/esm/i18n/ja.js +5 -0
- package/dist/esm/i18n/ko.js +5 -0
- package/dist/esm/i18n/nb.js +5 -0
- package/dist/esm/i18n/nl.js +10 -0
- package/dist/esm/i18n/pl.js +11 -0
- package/dist/esm/i18n/pt_BR.js +9 -0
- package/dist/esm/i18n/ru.js +9 -0
- package/dist/esm/i18n/sk.js +784 -3
- package/dist/esm/i18n/sv.js +10 -0
- package/dist/esm/i18n/th.js +9 -0
- package/dist/esm/i18n/tr.js +10 -0
- package/dist/esm/i18n/uk.js +9 -0
- package/dist/esm/i18n/vi.js +9 -0
- package/dist/esm/i18n/zh.js +9 -0
- package/dist/esm/i18n/zh_TW.js +9 -0
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/react-node-view/getInlineNodeViewProducer.js +1 -21
- package/dist/esm/styles/shared/panel.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/types/analytics/types/enums.d.ts +2 -0
- package/dist/types/analytics/types/events.d.ts +1 -0
- package/dist/types/analytics/types/extension-events.d.ts +2 -1
- package/dist/types/analytics/types/node-events.d.ts +7 -3
- package/dist/types/clipboard/index.d.ts +4 -1
- package/dist/types/i18n/cs.d.ts +10 -0
- package/dist/types/i18n/da.d.ts +9 -0
- package/dist/types/i18n/de.d.ts +10 -0
- package/dist/types/i18n/en.d.ts +10 -0
- package/dist/types/i18n/en_GB.d.ts +10 -0
- package/dist/types/i18n/en_ZZ.d.ts +10 -0
- package/dist/types/i18n/es.d.ts +10 -0
- package/dist/types/i18n/fi.d.ts +10 -0
- package/dist/types/i18n/fr.d.ts +11 -0
- package/dist/types/i18n/hr.d.ts +883 -0
- package/dist/types/i18n/hu.d.ts +9 -0
- package/dist/types/i18n/it.d.ts +10 -0
- package/dist/types/i18n/ja.d.ts +5 -0
- package/dist/types/i18n/ko.d.ts +5 -0
- package/dist/types/i18n/nb.d.ts +5 -0
- package/dist/types/i18n/nl.d.ts +10 -0
- package/dist/types/i18n/pl.d.ts +11 -0
- package/dist/types/i18n/pt_BR.d.ts +9 -0
- package/dist/types/i18n/ru.d.ts +9 -0
- package/dist/types/i18n/sk.d.ts +782 -2
- package/dist/types/i18n/sv.d.ts +10 -0
- package/dist/types/i18n/th.d.ts +9 -0
- package/dist/types/i18n/tr.d.ts +10 -0
- package/dist/types/i18n/uk.d.ts +9 -0
- package/dist/types/i18n/vi.d.ts +9 -0
- package/dist/types/i18n/zh.d.ts +9 -0
- package/dist/types/i18n/zh_TW.d.ts +9 -0
- package/dist/types-ts4.5/analytics/types/enums.d.ts +2 -0
- package/dist/types-ts4.5/analytics/types/events.d.ts +1 -0
- package/dist/types-ts4.5/analytics/types/extension-events.d.ts +2 -1
- package/dist/types-ts4.5/analytics/types/node-events.d.ts +7 -3
- package/dist/types-ts4.5/clipboard/index.d.ts +4 -1
- package/dist/types-ts4.5/i18n/cs.d.ts +10 -0
- package/dist/types-ts4.5/i18n/da.d.ts +9 -0
- package/dist/types-ts4.5/i18n/de.d.ts +10 -0
- package/dist/types-ts4.5/i18n/en.d.ts +10 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +10 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +10 -0
- package/dist/types-ts4.5/i18n/es.d.ts +10 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +10 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +11 -0
- package/dist/types-ts4.5/i18n/hr.d.ts +883 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +9 -0
- package/dist/types-ts4.5/i18n/it.d.ts +10 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +5 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +5 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +5 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +10 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +11 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +9 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +9 -0
- package/dist/types-ts4.5/i18n/sk.d.ts +782 -2
- package/dist/types-ts4.5/i18n/sv.d.ts +10 -0
- package/dist/types-ts4.5/i18n/th.d.ts +9 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +10 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +9 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +9 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +9 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +9 -0
- package/package.json +11 -8
package/dist/es2019/i18n/sk.js
CHANGED
|
@@ -1,8 +1,789 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
1
2
|
/**
|
|
2
3
|
* NOTE:
|
|
3
4
|
*
|
|
4
|
-
* This file is automatically generated by
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
7
|
*/
|
|
7
|
-
//
|
|
8
|
-
export default {
|
|
8
|
+
//Slovak
|
|
9
|
+
export default {
|
|
10
|
+
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Ukončiť úpravy',
|
|
11
|
+
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Upraviť',
|
|
12
|
+
'editor-common-extensibility.macro.button.configure': 'Konfigurovať {macroName}',
|
|
13
|
+
'fablric.editor.viewAllInserts': 'Zobraziť všetky vložené položky',
|
|
14
|
+
'fabric.editor.addAltText': 'Alternatívny text',
|
|
15
|
+
'fabric.editor.addColumnLeft': 'Pridať stĺpec vľavo',
|
|
16
|
+
'fabric.editor.addColumnRight': 'Pridať stĺpec vpravo',
|
|
17
|
+
'fabric.editor.addCommentOnMedia': 'Pridať komentár',
|
|
18
|
+
'fabric.editor.addImageBorder': 'Pridať ohraničenie',
|
|
19
|
+
'fabric.editor.addLoomVideo': 'Nahrať video Loom',
|
|
20
|
+
'fabric.editor.addLoomVideoComment': 'Nahrať videokomentár cez Loom',
|
|
21
|
+
'fabric.editor.addRowAbove': 'Pridať riadok nad',
|
|
22
|
+
'fabric.editor.addRowBelow': 'Pridať riadok pod',
|
|
23
|
+
'fabric.editor.addUpdatedAltText': 'Pridať alternatívny text',
|
|
24
|
+
'fabric.editor.ai.ai-panels.actionItemsPageDescription': 'Použitie nástroja Atlassian Intelligence na vyhľadávanie položiek činností a ich zobrazenie na paneli',
|
|
25
|
+
'fabric.editor.ai.ai-panels.actionItemsPageTitle': 'Panel položiek činností (beta)',
|
|
26
|
+
'fabric.editor.ai.ai-panels.summarizePageDescription': 'Použitie nástroja Atlassian Intelligence na vytvorenie súhrnu tejto stránky a jeho zobrazenie na paneli',
|
|
27
|
+
'fabric.editor.ai.ai-panels.summarizePageTitle': 'Panel súhrnu stránky (beta)',
|
|
28
|
+
'fabric.editor.ai.ai-smart-button.context.reference': 'Vybraný obsah',
|
|
29
|
+
'fabric.editor.ai.atlas-prebuilt.atlasGenerateContentConfigItemDescription': 'Generuje obsah, ktorý sa má vložiť do aktualizácie.',
|
|
30
|
+
'fabric.editor.ai.atlas-prebuilt.atlasSummarizePageConfigItemDescription': 'Vytvorí súhrn obsahu aktualizácie.',
|
|
31
|
+
'fabric.editor.ai.commandPalette.promptBuilderForm.buttons.submit': 'Vytvoriť',
|
|
32
|
+
'fabric.editor.ai.commandPalette.promptBuilderForm.generateContent.ariaLabel': 'Opýtať sa nástroja Atlassian Intelligence',
|
|
33
|
+
'fabric.editor.ai.config.item.action.insert': 'Vložiť',
|
|
34
|
+
'fabric.editor.ai.config.item.action.insertAtTop': 'Vložiť hore',
|
|
35
|
+
'fabric.editor.ai.config.item.action.insertBelow': 'Vložiť nižšie',
|
|
36
|
+
'fabric.editor.ai.config.item.action.replace': 'Nahradiť',
|
|
37
|
+
'fabric.editor.ai.config.item.action.replaceTitle': 'Nahradiť názov',
|
|
38
|
+
'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip': 'Názov nesmie obsahovať viac než {maxLength} znakov.',
|
|
39
|
+
'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel': 'Otvoriť v chate',
|
|
40
|
+
'fabric.editor.ai.config.item.agent.title': 'Atlassian Intelligence Rovo Agent',
|
|
41
|
+
'fabric.editor.ai.config.item.atlas-shorten-update.description': 'Skráti obsah, aby bol stručnejší.',
|
|
42
|
+
'fabric.editor.ai.config.item.atlas-shorten-update.title': 'Skrátiť aktualizáciu',
|
|
43
|
+
'fabric.editor.ai.config.item.bb.pr.description.description': 'Vytvorí opis požiadavky na začlenenie zmien so súhrnom zmien.',
|
|
44
|
+
'fabric.editor.ai.config.item.bb.pr.description.title': 'Vytvoriť opis požiadavky na začlenenie zmien',
|
|
45
|
+
'fabric.editor.ai.config.item.brainstorm.description': 'Vygeneruje zoznam nápadov na zadanú tému.',
|
|
46
|
+
'fabric.editor.ai.config.item.brainstorm.promptHint': 'Povedzte mi tému...',
|
|
47
|
+
'fabric.editor.ai.config.item.brainstorm.promptLabel': 'Brainstorming',
|
|
48
|
+
'fabric.editor.ai.config.item.brainstorm.title': 'Brainstorming',
|
|
49
|
+
'fabric.editor.ai.config.item.changeTone.casualTone.description': 'Zmení tón obsahu na neformálny.',
|
|
50
|
+
'fabric.editor.ai.config.item.changeTone.casualTone.selectionToolbar.dropdownItem.title': 'Príležitostné',
|
|
51
|
+
'fabric.editor.ai.config.item.changeTone.casualTone.shortTitle': 'Príležitostné',
|
|
52
|
+
'fabric.editor.ai.config.item.changeTone.casualTone.title': 'Zmeniť tón na neformálny',
|
|
53
|
+
'fabric.editor.ai.config.item.changeTone.educationalTone.description': 'Zmení tón obsahu na vzdelávací.',
|
|
54
|
+
'fabric.editor.ai.config.item.changeTone.educationalTone.selectionToolbar.dropdownItem.title': 'Vzdelávací',
|
|
55
|
+
'fabric.editor.ai.config.item.changeTone.educationalTone.shortTitle': 'Vzdelávací',
|
|
56
|
+
'fabric.editor.ai.config.item.changeTone.educationalTone.title': 'Zmeniť tón na vzdelávací',
|
|
57
|
+
'fabric.editor.ai.config.item.changeTone.empatheticTone.description': 'Zmení tón obsahu na empatický.',
|
|
58
|
+
'fabric.editor.ai.config.item.changeTone.empatheticTone.selectionToolbar.dropdownItem.title': 'Empatický',
|
|
59
|
+
'fabric.editor.ai.config.item.changeTone.empatheticTone.shortTitle': 'Empatický',
|
|
60
|
+
'fabric.editor.ai.config.item.changeTone.empatheticTone.title': 'Zmeniť tón na empatický',
|
|
61
|
+
'fabric.editor.ai.config.item.changeTone.nestingParentTitlePostGA': 'Zmeniť tón na...',
|
|
62
|
+
'fabric.editor.ai.config.item.changeTone.neutralTone.description': 'Zmení tón obsahu na neutrálny.',
|
|
63
|
+
'fabric.editor.ai.config.item.changeTone.neutralTone.selectionToolbar.dropdownItem.title': 'Neutrálny',
|
|
64
|
+
'fabric.editor.ai.config.item.changeTone.neutralTone.shortTitle': 'Neutrálny',
|
|
65
|
+
'fabric.editor.ai.config.item.changeTone.neutralTone.title': 'Zmeniť tón na neutrálny',
|
|
66
|
+
'fabric.editor.ai.config.item.changeTone.professionalTone.description': 'Zmení tón obsahu na profesionálny.',
|
|
67
|
+
'fabric.editor.ai.config.item.changeTone.professionalTone.selectionToolbar.dropdownItem.title': 'Profesionálny',
|
|
68
|
+
'fabric.editor.ai.config.item.changeTone.professionalTone.shortTitle': 'Profesionálny',
|
|
69
|
+
'fabric.editor.ai.config.item.changeTone.professionalTone.title': 'Zmeniť tón na profesionálny',
|
|
70
|
+
'fabric.editor.ai.config.item.convertToBulletList.description': 'Preformátuje obsah na zoznam s odrážkami.',
|
|
71
|
+
'fabric.editor.ai.config.item.convertToBulletList.title': 'Konvertovať na zoznam s odrážkami',
|
|
72
|
+
'fabric.editor.ai.config.item.convertToTable.description': 'Preformátuje obsah na tabuľku s nadpismi.',
|
|
73
|
+
'fabric.editor.ai.config.item.convertToTable.title': 'Konvertovať na tabuľku',
|
|
74
|
+
'fabric.editor.ai.config.item.draftReply.description': 'Vytvorí odpoveď na základe problémov podobných tomu, na ktorom pracujete.',
|
|
75
|
+
'fabric.editor.ai.config.item.draftReply.title': 'Vytvoriť odpoveď',
|
|
76
|
+
'fabric.editor.ai.config.item.enhance.fixSpellingGrammar.description': 'Opraví pravopisné a gramatické chyby.',
|
|
77
|
+
'fabric.editor.ai.config.item.enhance.fixSpellingGrammar.selectionToolbar.dropdownItem.title': 'Pravopis a gramatika',
|
|
78
|
+
'fabric.editor.ai.config.item.enhance.fixSpellingGrammar.title': 'Oprava pravopisu a gramatiky',
|
|
79
|
+
'fabric.editor.ai.config.item.enhance.improveWriting.description': 'Zlepší zrozumiteľnosť, štruktúru a tón textu, aby bol zaujímavejší a ľahšie pochopiteľný.',
|
|
80
|
+
'fabric.editor.ai.config.item.enhance.improveWriting.selectionToolbar.dropdownItem.title': 'Vylepšiť znenie',
|
|
81
|
+
'fabric.editor.ai.config.item.enhance.improveWriting.title': 'Vylepšiť znenie',
|
|
82
|
+
'fabric.editor.ai.config.item.findActionItems.description': 'Vyhľadá položky činnosti vo vami poskytnutom obsahu.',
|
|
83
|
+
'fabric.editor.ai.config.item.findActionItems.title': 'Vyhľadať položky činnosti',
|
|
84
|
+
'fabric.editor.ai.config.item.freeGenerate.disabled.promptHint': 'Vyberte si z nasledujúcich možností (bezplatné generovanie je v súčasnosti v aplikácii Elevate vypnuté)',
|
|
85
|
+
'fabric.editor.ai.config.item.generateContent.promptHint': 'Napíšte text pomocou AI alebo vyberte z nižšie uvedených možností',
|
|
86
|
+
'fabric.editor.ai.config.item.improveDescription.default.description': 'Prepracovanie opisu problému na základe typu problému',
|
|
87
|
+
'fabric.editor.ai.config.item.improveDescription.default.title.experiment.one': 'Vylepšiť opis',
|
|
88
|
+
'fabric.editor.ai.config.item.makeLonger.description': 'Rozšíri obsah na základe kontextu, ktorý poskytnete.',
|
|
89
|
+
'fabric.editor.ai.config.item.makeLonger.title': 'Predĺžiť',
|
|
90
|
+
'fabric.editor.ai.config.item.range.agent.description': 'Žiadny popis',
|
|
91
|
+
'fabric.editor.ai.config.item.range.agent.prompt.hint': 'Povedzte agentovi, aby napísal čokoľvek, alebo si vyberte z nasledujúcich možností',
|
|
92
|
+
'fabric.editor.ai.config.item.rephrase.description': 'Vytvorí návrh na prepísanie vašich viet.',
|
|
93
|
+
'fabric.editor.ai.config.item.rephrase.title': 'Preformulovať',
|
|
94
|
+
'fabric.editor.ai.config.item.shorten.description': 'Skráti obsah, aby bol stručnejší.',
|
|
95
|
+
'fabric.editor.ai.config.item.shorten.selectionToolbar.dropdownItem.title': 'Skrátiť',
|
|
96
|
+
'fabric.editor.ai.config.item.shorten.title': 'Skrátiť',
|
|
97
|
+
'fabric.editor.ai.config.item.suggest.description': 'Navrhne názov obsahu, ktorý poskytnete.',
|
|
98
|
+
'fabric.editor.ai.config.item.suggest.title': 'Navrhnúť názov',
|
|
99
|
+
'fabric.editor.ai.config.item.summarize.description': 'Vytvorí súhrn textu, na ktorom pracujete, a zvýrazní v ňom kľúčové body.',
|
|
100
|
+
'fabric.editor.ai.config.item.summarize.dropdownItem.title': 'Zhrnutie zapísaného textu',
|
|
101
|
+
'fabric.editor.ai.config.item.summarize.title': 'Zhrnutie zapísaného textu',
|
|
102
|
+
'fabric.editor.ai.config.item.translate.czech': 'Čeština',
|
|
103
|
+
'fabric.editor.ai.config.item.translate.danish': 'Dánčina',
|
|
104
|
+
'fabric.editor.ai.config.item.translate.dutch': 'Holandčina',
|
|
105
|
+
'fabric.editor.ai.config.item.translate.english': 'Angličtina',
|
|
106
|
+
'fabric.editor.ai.config.item.translate.finnish': 'Fínčina',
|
|
107
|
+
'fabric.editor.ai.config.item.translate.french': 'Francúzština',
|
|
108
|
+
'fabric.editor.ai.config.item.translate.german': 'Nemčina',
|
|
109
|
+
'fabric.editor.ai.config.item.translate.hungarian': 'Maďarčina',
|
|
110
|
+
'fabric.editor.ai.config.item.translate.italian': 'Taliančina',
|
|
111
|
+
'fabric.editor.ai.config.item.translate.japanese': 'Japončina',
|
|
112
|
+
'fabric.editor.ai.config.item.translate.nestingParentTitle.ga': 'Preložiť',
|
|
113
|
+
'fabric.editor.ai.config.item.translate.nestingParentTitlePostGA': 'Preložiť do jazyka...',
|
|
114
|
+
'fabric.editor.ai.config.item.translate.norwegian': 'Nórčina',
|
|
115
|
+
'fabric.editor.ai.config.item.translate.russian': 'Ruština',
|
|
116
|
+
'fabric.editor.ai.config.item.translate.spanish': 'Španielčina',
|
|
117
|
+
'fabric.editor.ai.config.item.translate.swedish': 'Švédčina',
|
|
118
|
+
'fabric.editor.ai.config.item.translate.thai': 'Thajčina',
|
|
119
|
+
'fabric.editor.ai.config.item.translateTo.chineseSimplified.description': 'Preloží text, na ktorom pracujete, do čínštiny (zjednodušenej).',
|
|
120
|
+
'fabric.editor.ai.config.item.translateTo.chineseSimplified.title': 'Preložiť do čínštiny (zjednodušenej)',
|
|
121
|
+
'fabric.editor.ai.config.item.translateTo.chineseTraditional.description': 'Preloží text, na ktorom pracujete, do čínštiny (tradičnej).',
|
|
122
|
+
'fabric.editor.ai.config.item.translateTo.chineseTraditional.title': 'Preložiť do čínštiny (tradičnej)',
|
|
123
|
+
'fabric.editor.ai.config.item.translateTo.czech.description': 'Preloží text, na ktorom pracujete, do češtiny.',
|
|
124
|
+
'fabric.editor.ai.config.item.translateTo.czech.title': 'Preložiť do češtiny',
|
|
125
|
+
'fabric.editor.ai.config.item.translateTo.danish.description': 'Preloží text, na ktorom pracujete, do dánčiny.',
|
|
126
|
+
'fabric.editor.ai.config.item.translateTo.danish.title': 'Preložiť do dánčiny',
|
|
127
|
+
'fabric.editor.ai.config.item.translateTo.dutch.description': 'Preloží text, na ktorom pracujete, do holandčiny.',
|
|
128
|
+
'fabric.editor.ai.config.item.translateTo.dutch.title': 'Preložiť do holandčiny',
|
|
129
|
+
'fabric.editor.ai.config.item.translateTo.english.description': 'Preloží text, na ktorom pracujete, do angličtiny.',
|
|
130
|
+
'fabric.editor.ai.config.item.translateTo.english.title': 'Preložiť do angličtiny',
|
|
131
|
+
'fabric.editor.ai.config.item.translateTo.finnish.description': 'Preloží text, na ktorom pracujete, do fínčiny.',
|
|
132
|
+
'fabric.editor.ai.config.item.translateTo.finnish.title': 'Preložiť do fínčiny',
|
|
133
|
+
'fabric.editor.ai.config.item.translateTo.french.description': 'Preloží text, na ktorom pracujete, do francúzštiny.',
|
|
134
|
+
'fabric.editor.ai.config.item.translateTo.french.title': 'Preložiť do francúzštiny',
|
|
135
|
+
'fabric.editor.ai.config.item.translateTo.german.description': 'Preloží text, na ktorom pracujete, do nemčiny.',
|
|
136
|
+
'fabric.editor.ai.config.item.translateTo.german.title': 'Preložiť do nemčiny',
|
|
137
|
+
'fabric.editor.ai.config.item.translateTo.hungarian.description': 'Preloží text, na ktorom pracujete, do maďarčiny.',
|
|
138
|
+
'fabric.editor.ai.config.item.translateTo.hungarian.title': 'Preložiť do maďarčiny',
|
|
139
|
+
'fabric.editor.ai.config.item.translateTo.italian.description': 'Preloží text, na ktorom pracujete, do taliančiny.',
|
|
140
|
+
'fabric.editor.ai.config.item.translateTo.italian.title': 'Preložiť do taliančiny',
|
|
141
|
+
'fabric.editor.ai.config.item.translateTo.japanese.description': 'Preloží text, na ktorom pracujete, do japončiny.',
|
|
142
|
+
'fabric.editor.ai.config.item.translateTo.japanese.title': 'Preložiť do japončiny',
|
|
143
|
+
'fabric.editor.ai.config.item.translateTo.korean.description': 'Preloží text, na ktorom pracujete, do kórejčiny.',
|
|
144
|
+
'fabric.editor.ai.config.item.translateTo.korean.title': 'Preložiť do kórejčiny',
|
|
145
|
+
'fabric.editor.ai.config.item.translateTo.norwegian.description': 'Preloží text, na ktorom pracujete, do nórčiny.',
|
|
146
|
+
'fabric.editor.ai.config.item.translateTo.norwegian.title': 'Preložiť do nórčiny',
|
|
147
|
+
'fabric.editor.ai.config.item.translateTo.polish.description': 'Preloží text, na ktorom pracujete, do poľštiny.',
|
|
148
|
+
'fabric.editor.ai.config.item.translateTo.polish.title': 'Preložiť do poľštiny',
|
|
149
|
+
'fabric.editor.ai.config.item.translateTo.portugueseBrazilian.description': 'Preloží text, na ktorom pracujete, do portugalčiny (brazílskej).',
|
|
150
|
+
'fabric.editor.ai.config.item.translateTo.portugueseBrazilian.title': 'Preložiť do portugalčiny (brazílskej)',
|
|
151
|
+
'fabric.editor.ai.config.item.translateTo.russian.description': 'Preloží text, na ktorom pracujete, do ruštiny.',
|
|
152
|
+
'fabric.editor.ai.config.item.translateTo.russian.title': 'Preložiť do ruštiny',
|
|
153
|
+
'fabric.editor.ai.config.item.translateTo.spanish.description': 'Preloží text, na ktorom pracujete, do španielčiny.',
|
|
154
|
+
'fabric.editor.ai.config.item.translateTo.spanish.title': 'Preložiť do španielčiny',
|
|
155
|
+
'fabric.editor.ai.config.item.translateTo.swedish.description': 'Preloží text, na ktorom pracujete, do švédčiny.',
|
|
156
|
+
'fabric.editor.ai.config.item.translateTo.swedish.title': 'Preložiť do švédčiny',
|
|
157
|
+
'fabric.editor.ai.config.item.translateTo.thai.description': 'Preloží text, na ktorom pracujete, do thajčiny.',
|
|
158
|
+
'fabric.editor.ai.config.item.translateTo.thai.title': 'Preložiť do thajčiny',
|
|
159
|
+
'fabric.editor.ai.config.item.translateTo.turkish.description': 'Preloží text, na ktorom pracujete, do turečtiny.',
|
|
160
|
+
'fabric.editor.ai.config.item.translateTo.turkish.title': 'Preložiť do turečtiny',
|
|
161
|
+
'fabric.editor.ai.config.item.translateTo.ukrainian.description': 'Preloží text, na ktorom pracujete, do ukrajinčiny.',
|
|
162
|
+
'fabric.editor.ai.config.item.translateTo.ukrainian.title': 'Preložiť do ukrajinčiny',
|
|
163
|
+
'fabric.editor.ai.config.item.translateTo.vietnamese.description': 'Preloží text, na ktorom pracujete, do vietnamčiny.',
|
|
164
|
+
'fabric.editor.ai.config.item.translateTo.vietnamese.title': 'Preložiť do vietnamčiny',
|
|
165
|
+
'fabric.editor.ai.confluence-prebuilt.confluenceChangeToneSelectionToolbarDropdownMenuTitle': 'Zmeniť tón',
|
|
166
|
+
'fabric.editor.ai.confluence-prebuilt.confluenceRewriteSelectionToolbarDropdownMenuTitle': 'Prepísať',
|
|
167
|
+
'fabric.editor.ai.confluence-prebuilt.confluenceTranslateSelectionToolbarDropdownMenuTitle': 'Preložiť',
|
|
168
|
+
'fabric.editor.ai.eventHub.fallbackSuggestedTitle': 'Nadpis stránky',
|
|
169
|
+
'fabric.editor.ai.eventHub.fallbackSuggestedTitlePrefix': 'Stránka',
|
|
170
|
+
'fabric.editor.ai.experience-application.documentInsertError': 'Vyskytol sa problém pri vkladaní odpovede. Zatvorte dialógové okno a skúste to znova.',
|
|
171
|
+
'fabric.editor.ai.experience-application.error-boundary.markdownErrorMessage': 'Vyskytol sa problém pri generovaní ukážky. Zatvorte dialógové okno a skúste to znova.',
|
|
172
|
+
'fabric.editor.ai.experience-application.rateLimitEnforced': 'V poslednom čase sme dostali príliš veľa požiadaviek na Atlassian Intelligence (AI). Skúste to o pár minút znova alebo si prečítajte o <link>nadmernom používaní AI</link>.',
|
|
173
|
+
'fabric.editor.ai.experience-application.tokenLimitExceeded': 'Nepodarilo sa načítať odpoveď. Vaše zadanie alebo odpoveď prekročila limit pre túto požiadavku. Zatvorte dialógové okno a skúste to znova.',
|
|
174
|
+
'fabric.editor.ai.experience-application.unhandledErrorMessage': 'Vyskytol sa problém. Zatvorte dialógové okno a skúste to znova.',
|
|
175
|
+
'fabric.editor.ai.experience.apiError': 'Nepodarilo sa nám získať odpoveď, skúste to znova.',
|
|
176
|
+
'fabric.editor.ai.experience.aupViolationMessage': 'Vaše zadanie alebo obsah nemusí byť v súlade s našimi Zásadami prijateľného používania. V prípade potreby si ich prečítajte a pozrite si naše <link>Zásady prijateľného používania</link>. Ak problém pretrváva, skúste iné zadanie alebo obsah.',
|
|
177
|
+
'fabric.editor.ai.experience.browseMore.agents': 'Prehľadávať agentov',
|
|
178
|
+
'fabric.editor.ai.experience.discardMessagePrompt': 'Chcete zahodiť svoje zadanie?',
|
|
179
|
+
'fabric.editor.ai.experience.discardMessageResponse': 'Chcete zahodiť svoju odpoveď?',
|
|
180
|
+
'fabric.editor.ai.experience.elevateDisabledGenetateError': 'Bezplatné generovanie je v súčasnosti v aplikácii Elevate vypnuté.',
|
|
181
|
+
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 Teraz môžete vkladať prepojenia 🔗 na obsah aplikácií Jira a Confluence do svojich zadaní.',
|
|
182
|
+
'fabric.editor.ai.experience.footerRightText.agents': 'Založené na technológii Rovo',
|
|
183
|
+
'fabric.editor.ai.experience.hipaaContentError': 'Nástroj Atlassian Intelligence nemohol spracovať vašu požiadavku, pretože v obsahu sú prepojenia na obsah s obmedzeným prístupom podľa zákona HIPAA. Odstráňte príslušné prepojenia a skúste to znova.',
|
|
184
|
+
'fabric.editor.ai.experience.inputTooShortError': 'Obsah je príliš krátky na vytvorenie súhrnu. Pridajte ďalšie položky a skúste to znova.',
|
|
185
|
+
'fabric.editor.ai.experience.internalServerError': 'Nástroj Atlassian Intelligence (AI) neodpovedá. Skúste to znova neskôr alebo <link>skontrolujte stav nástroja AI</link>.',
|
|
186
|
+
'fabric.editor.ai.experience.labelRight.atlassianIntelligence': 'Atlassian Intelligence',
|
|
187
|
+
'fabric.editor.ai.experience.labelRight.rovo': 'Rovo',
|
|
188
|
+
'fabric.editor.ai.experience.loadingTitle': 'Generuje sa',
|
|
189
|
+
'fabric.editor.ai.experience.messageTemplateAnalysingQuery': 'Analýza: Preskúmava sa vaša otázka.',
|
|
190
|
+
'fabric.editor.ai.experience.messageTemplateContentSearch': 'Vyhľadáva sa – počkajte na vyhľadanie informácií.',
|
|
191
|
+
'fabric.editor.ai.experience.messageTemplateNextBestTask': 'Vyhľadáva sa – počkajte na prehľadanie aplikácie Jira.',
|
|
192
|
+
'fabric.editor.ai.experience.messageTemplatePageHydration': 'Vyhľadáva sa – počkajte na prehľadanie stránky.',
|
|
193
|
+
'fabric.editor.ai.experience.noResultsSuggestion': 'Žiadne výsledky',
|
|
194
|
+
'fabric.editor.ai.experience.responseTooSimilarMessage': 'Nástroj Atlassian Intelligence v súčasnosti nemá žiadne návrhy. Nebojte sa vyskúšať iné zadanie alebo obsah.',
|
|
195
|
+
'fabric.editor.ai.experience.showMoreButton': 'Zobraziť viac',
|
|
196
|
+
'fabric.editor.ai.experience.suggestionGroupHeading.actions': 'Akcie',
|
|
197
|
+
'fabric.editor.ai.experience.suggestionGroupHeading.agents': 'Agenti',
|
|
198
|
+
'fabric.editor.ai.experience.suggestionGroupHeading.atlassianIntelligence': 'Atlassian Intelligence',
|
|
199
|
+
'fabric.editor.ai.experience.suggestionGroupHeading.knowledgeSource': 'Zdroj vedomostí',
|
|
200
|
+
'fabric.editor.ai.experience.suggestionGroupHeading.rovoAgents': 'Agenti Rovo',
|
|
201
|
+
'fabric.editor.ai.experience.suggestionGroupHeading.rovoAgentsCount': 'Agenti Rovo ({numberOfAgents})',
|
|
202
|
+
'fabric.editor.ai.experience.suggestionGroupHeading.useRovoAgentsCount': 'Použiť agenta Rovo ({numberOfAgents})',
|
|
203
|
+
'fabric.editor.ai.experience.useGeneralAiKnowledgeLabel': 'Použiť všeobecné vedomosti',
|
|
204
|
+
'fabric.editor.ai.experience.useRovoOrganisationKnowledgeLabel': 'Použiť vedomosti z vašej organizácie',
|
|
205
|
+
'fabric.editor.ai.proactive.askAIButtonLabel.non-final': 'Opýtať sa AI',
|
|
206
|
+
'fabric.editor.ai.proactive.beta.label.non-final': 'BETA',
|
|
207
|
+
'fabric.editor.ai.proactive.close.label.non-final': 'Zatvoriť',
|
|
208
|
+
'fabric.editor.ai.proactive.enableSuggestionsButtonLabel.non-final': 'Zapnúť',
|
|
209
|
+
'fabric.editor.ai.proactive.enableSuggestionsState.description.non-final': 'Ak chcete rýchlo zobraziť ukážku vylepšení obsahu, zapnite navrhované úpravy.',
|
|
210
|
+
'fabric.editor.ai.proactive.enableSuggestionsState.title.non-final': 'Vy tvoríte. My vylepšujeme.',
|
|
211
|
+
'fabric.editor.ai.proactive.error.markdownErrorMessage': 'Vyskytol sa problém pri generovaní ukážky. Zatvorte dialógové okno a skúste to znova.',
|
|
212
|
+
'fabric.editor.ai.proactive.error.unhandledErrorMessage': 'Vyskytol sa problém. Zatvorte dialógové okno a skúste to znova.',
|
|
213
|
+
'fabric.editor.ai.proactive.findingMoreSuggestionsLoadingLabel.non-final': 'Hľadajú sa ďalšie návrhy',
|
|
214
|
+
'fabric.editor.ai.proactive.findingSuggestionsLabel.non-final': 'Hľadajú sa návrhy',
|
|
215
|
+
'fabric.editor.ai.proactive.findingSuggestionsLoadingLabel.non-final': 'Hľadajú sa návrhy',
|
|
216
|
+
'fabric.editor.ai.proactive.loading.iconAltText.non-final': 'Ikona načítavania',
|
|
217
|
+
'fabric.editor.ai.proactive.moreActions.label.non-final': 'Ďalšie akcie',
|
|
218
|
+
'fabric.editor.ai.proactive.moreMenu.giveFeedback.non-final': 'Poskytnúť spätnú väzbu',
|
|
219
|
+
'fabric.editor.ai.proactive.moreMenu.label.non-final': 'viac',
|
|
220
|
+
'fabric.editor.ai.proactive.moreMenu.manageSuggestions.non-final': 'Spravovať návrhy',
|
|
221
|
+
'fabric.editor.ai.proactive.moreMenu.manageSuggestionsTitle.non-final': 'Spravovať návrhy',
|
|
222
|
+
'fabric.editor.ai.proactive.moreMenu.toggleAllPanelSuggestionsDescription.non-final': 'Pomocou panelov môžete zvýrazniť správu.',
|
|
223
|
+
'fabric.editor.ai.proactive.moreMenu.toggleAllPanelSuggestionsTitle.non-final': 'Panely',
|
|
224
|
+
'fabric.editor.ai.proactive.moreMenu.toggleAllSuggestionsDescription.non-final': 'Prepínač na zapnutie alebo vypnutie navrhovaných úprav.',
|
|
225
|
+
'fabric.editor.ai.proactive.moreMenu.toggleAllSuggestionsTitle.non-final': 'Všetky návrhy',
|
|
226
|
+
'fabric.editor.ai.proactive.moreMenu.toggleErrorPanelDescription.non-final': 'Premeňte text na červený panel pre chybu.',
|
|
227
|
+
'fabric.editor.ai.proactive.moreMenu.toggleErrorPanelTitle.non-final': 'Panel chýb',
|
|
228
|
+
'fabric.editor.ai.proactive.moreMenu.toggleFormatParagraphDescription.non-final': 'Návrhy na písanie, zoznamy, štruktúru obsahu a pravopis.',
|
|
229
|
+
'fabric.editor.ai.proactive.moreMenu.toggleFormatParagraphTitle.non-final': 'Vylepšiť obsah',
|
|
230
|
+
'fabric.editor.ai.proactive.moreMenu.toggleInfoPanelDescription.non-final': 'Premeňte text na modrý panel pre informácie.',
|
|
231
|
+
'fabric.editor.ai.proactive.moreMenu.toggleInfoPanelTitle.non-final': 'Informačný panel',
|
|
232
|
+
'fabric.editor.ai.proactive.moreMenu.toggleNotePanelDescription.non-final': 'Premeňte text na fialový panel pre poznámku.',
|
|
233
|
+
'fabric.editor.ai.proactive.moreMenu.toggleNotePanelTitle.non-final': 'Panel poznámok',
|
|
234
|
+
'fabric.editor.ai.proactive.moreMenu.toggleSplitParagraphDescription.non-final': 'Ak chcete oddeliť kľúčové nápady, pridajte zlom odseka.',
|
|
235
|
+
'fabric.editor.ai.proactive.moreMenu.toggleSplitParagraphTitle.non-final': 'Zlom odseka',
|
|
236
|
+
'fabric.editor.ai.proactive.moreMenu.toggleSuccessPanelDescription.non-final': 'Premeňte text na zelený panel úspešnej akcie.',
|
|
237
|
+
'fabric.editor.ai.proactive.moreMenu.toggleSuccessPanelTitle.non-final': 'Panel úspechov',
|
|
238
|
+
'fabric.editor.ai.proactive.moreMenu.toggleTableDescription.non-final': 'Ak chcete zlepšiť čitateľnosť obsahu v tabuľke, naformátujte ho.',
|
|
239
|
+
'fabric.editor.ai.proactive.moreMenu.toggleTableTitle.non-final': 'Tabuľka',
|
|
240
|
+
'fabric.editor.ai.proactive.moreMenu.toggleWarningPanelDescription.non-final': 'Premeňte text na žltý panel pre varovanie.',
|
|
241
|
+
'fabric.editor.ai.proactive.moreMenu.toggleWarningPanelTitle.non-final': 'Panel výstrah',
|
|
242
|
+
'fabric.editor.ai.proactive.noSuggestionsState.description.non-final': 'Môžete tiež požiadať nástroj AI, aby vylepšil vašu stránku, pomocou požiadaviek, ako je <i>Pridať obsah</i> alebo <i>Vytvoriť nadpisy</i>.',
|
|
243
|
+
'fabric.editor.ai.proactive.noSuggestionsState.title.non-final': 'Tu sa zobrazia návrhy',
|
|
244
|
+
'fabric.editor.ai.proactive.preview.dismissProactiveRecommendation.non-final': 'Zrušiť',
|
|
245
|
+
'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': 'Vložiť nižšie',
|
|
246
|
+
'fabric.editor.ai.proactive.preview.replaceProactiveRecommendation': 'Nahradiť',
|
|
247
|
+
'fabric.editor.ai.proactive.recommendation.convertToErrorPanel.description.non-final': 'Ak chcete, aby vaša správa vynikla, použite červený panel pre chybu.',
|
|
248
|
+
'fabric.editor.ai.proactive.recommendation.convertToErrorPanel.title.non-final': 'Zarámovať do panelu pre chybu',
|
|
249
|
+
'fabric.editor.ai.proactive.recommendation.convertToInfoPanel.description.non-final': 'Ak chcete, aby vaša správa vynikla, použite modrý panel pre informácie.',
|
|
250
|
+
'fabric.editor.ai.proactive.recommendation.convertToInfoPanel.title.non-final': 'Zarámovať do panela pre informácie',
|
|
251
|
+
'fabric.editor.ai.proactive.recommendation.convertToNotePanel.description.non-final': 'Ak chcete, aby vaša správa vynikla, použite fialový panel pre poznámku.',
|
|
252
|
+
'fabric.editor.ai.proactive.recommendation.convertToNotePanel.title.non-final': 'Zarámovať do panela pre poznámku',
|
|
253
|
+
'fabric.editor.ai.proactive.recommendation.convertToSuccessPanel.description.non-final': 'Ak chcete, aby vaša správa vynikla, použite zelený panel úspešnej akcie.',
|
|
254
|
+
'fabric.editor.ai.proactive.recommendation.convertToSuccessPanel.title.non-final': 'Zarámovať do panela úspešnej akcie',
|
|
255
|
+
'fabric.editor.ai.proactive.recommendation.convertToTable.description.non-final': 'Ak chcete zlepšiť čitateľnosť obsahu v tabuľke, naformátujte ho.',
|
|
256
|
+
'fabric.editor.ai.proactive.recommendation.convertToTable.title.non-final': 'Formátovať v tabuľke',
|
|
257
|
+
'fabric.editor.ai.proactive.recommendation.convertToWarnPanel.description.non-final': 'Ak chcete, aby vaša správa vynikla, použite žltý panel pre varovanie.',
|
|
258
|
+
'fabric.editor.ai.proactive.recommendation.convertToWarnPanel.title.non-final': 'Zarámovať do panela pre varovanie',
|
|
259
|
+
'fabric.editor.ai.proactive.recommendation.default.description.non-final': 'Návrh na vylepšenie obsahu.',
|
|
260
|
+
'fabric.editor.ai.proactive.recommendation.default.title.non-final': 'Návrh',
|
|
261
|
+
'fabric.editor.ai.proactive.recommendation.dismiss.button.non-final': 'Zrušiť',
|
|
262
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraph.description.non-final': 'Objasní znenie a štruktúru obsahu.',
|
|
263
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraph.title.non-final': 'Vylepšiť obsah',
|
|
264
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphClarity.description.non-final': 'Zjednoduší formulácie a gramatiku.',
|
|
265
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphClarity.title.non-final': 'Objasniť znenie',
|
|
266
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphList.description.non-final': 'Premeňte obsah na skenovateľný zoznam.',
|
|
267
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphList.title.non-final': 'Vytvoriť zoznam',
|
|
268
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphSpellcheck.description.non-final': 'Vyhľadajte a opravte pravopisné chyby.',
|
|
269
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphSpellcheck.title.non-final': 'Opraviť pravopis',
|
|
270
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphStructure.description.non-final': 'Pridajte zlomy odsekov a nadpisy.',
|
|
271
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphStructure.title.non-final': 'Vylepšiť štruktúru',
|
|
272
|
+
'fabric.editor.ai.proactive.recommendation.preview.button.non-final': 'Ukážka',
|
|
273
|
+
'fabric.editor.ai.proactive.recommendation.replace.button.non-final': 'Nahradiť',
|
|
274
|
+
'fabric.editor.ai.proactive.recommendation.splitParagraph.description.non-final': 'Ak chcete oddeliť kľúčové nápady, pridajte zlom odseka.',
|
|
275
|
+
'fabric.editor.ai.proactive.recommendation.splitParagraph.title.non-final': 'Rozdeliť odsek',
|
|
276
|
+
'fabric.editor.ai.proactive.reloadSuggestionsButtonLabel.non-final': 'Zobraziť predchádzajúce návrhy',
|
|
277
|
+
'fabric.editor.ai.proactive.reloadSuggestionsState.description.non-final': 'Tu sa zobrazia prípadné nové návrhy.',
|
|
278
|
+
'fabric.editor.ai.proactive.reloadSuggestionsState.title.non-final': 'Váš obsah vyzerá dobre',
|
|
279
|
+
'fabric.editor.ai.proactive.spellingAndGrammar.label.non-final': 'Pravopis a gramatika',
|
|
280
|
+
'fabric.editor.ai.proactive.suggestions.title.non-final': 'Návrhy',
|
|
281
|
+
'fabric.editor.ai.screens.preview.convoAIBeta': 'Žiadosti o generovanie obsahu, ktoré odkazujú na adresy URL, sú vo fáze beta.',
|
|
282
|
+
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': 'Zvýraznite výraz alebo skratku',
|
|
283
|
+
'fabric.editor.ai.selectionToolbar.define.title': 'Definovať',
|
|
284
|
+
'fabric.editor.ai.toolbar.askAI.title': 'Opýtať sa AI',
|
|
285
|
+
'fabric.editor.ai.toolbar.improveWriting.title': 'Vylepšiť znenie',
|
|
286
|
+
'fabric.editor.ai.toolbar.improveWriting.tooltip': 'Požiada nástroj Atlassian Intelligence, aby vylepšil znenie vybraného obsahu.',
|
|
287
|
+
'fabric.editor.ai.toolbar.simplifiedAI.title': 'AI',
|
|
288
|
+
'fabric.editor.ai.toolbar.titleText': 'Atlassian Intelligence',
|
|
289
|
+
'fabric.editor.ai.toolbar.tryAI.title': 'Vyskúšať AI',
|
|
290
|
+
'fabric.editor.ai.toolbar.tryAI.tooltip': 'Otvoriť Atlassian Intelligence',
|
|
291
|
+
'fabric.editor.alignCenter': 'Zarovnať do stredu',
|
|
292
|
+
'fabric.editor.alignLeft': 'Zarovnať vľavo',
|
|
293
|
+
'fabric.editor.alignRight': 'Zarovnať vpravo',
|
|
294
|
+
'fabric.editor.alignTableCenter': 'Zarovnať do stredu',
|
|
295
|
+
'fabric.editor.alignTableLeft': 'Zarovnať vľavo',
|
|
296
|
+
'fabric.editor.alignment': 'Zarovnanie textu',
|
|
297
|
+
'fabric.editor.altText': 'Všetok text',
|
|
298
|
+
'fabric.editor.alttext.validation': 'Vymažte z alternatívneho textu všetky špeciálne znaky.',
|
|
299
|
+
'fabric.editor.annotationToolbar': 'Panel s nástrojmi poznámok',
|
|
300
|
+
'fabric.editor.backLink': 'Vrátiť sa',
|
|
301
|
+
'fabric.editor.backgroundColor': 'Farba pozadia',
|
|
302
|
+
'fabric.editor.blockCardUnavailable': 'Vnorené prepojenie je v uzle {node} a jeho zobrazenie nemožno zmeniť',
|
|
303
|
+
'fabric.editor.blockControlDelete': 'Odstrániť',
|
|
304
|
+
'fabric.editor.blockControlDragHandleMove': 'Potiahnutím presuňte',
|
|
305
|
+
'fabric.editor.blockControlDragHandleRearrange': 'Potiahnutím zmeňte usporiadanie',
|
|
306
|
+
'fabric.editor.blockControlInsert': 'Vložiť',
|
|
307
|
+
'fabric.editor.blockControlMoveDown': 'Posunúť dolu',
|
|
308
|
+
'fabric.editor.blockControlMoveLeft': 'Vľavo',
|
|
309
|
+
'fabric.editor.blockControlMoveRight': 'Vpravo',
|
|
310
|
+
'fabric.editor.blockControlMoveUp': 'Posunúť hore',
|
|
311
|
+
'fabric.editor.blockControlMovedDown': 'Obsah bol presunutý nadol.',
|
|
312
|
+
'fabric.editor.blockControlMovedUp': 'Obsah bol presunutý nahor.',
|
|
313
|
+
'fabric.editor.blockDescription': 'Zobraziť viac informácií o prepojení, vrátane súhrnu a činností',
|
|
314
|
+
'fabric.editor.blockTitle': 'Karta',
|
|
315
|
+
'fabric.editor.blockquote.description': 'Vložiť citát alebo citáciu',
|
|
316
|
+
'fabric.editor.blockquote2': 'Citácia',
|
|
317
|
+
'fabric.editor.bold': 'Hrubé',
|
|
318
|
+
'fabric.editor.bug': 'Softvérový problém',
|
|
319
|
+
'fabric.editor.canNotSortTable': "⚠️ You can't sort a table with merged cells",
|
|
320
|
+
'fabric.editor.captionPlaceholder': 'None',
|
|
321
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': 'Pridajte titulok – dvojitým kliknutím zobrazíte ukážku',
|
|
322
|
+
'fabric.editor.cardFloatingControls': 'Možnosti karty',
|
|
323
|
+
'fabric.editor.cellBackground': 'Pozadie buniek',
|
|
324
|
+
'fabric.editor.cellOptions': 'Možnosti bunky',
|
|
325
|
+
'fabric.editor.checkUncheckActionItem': 'Prepnúť položku činnosti',
|
|
326
|
+
'fabric.editor.clearAltTextEdit': 'Vymazať alternatívny text',
|
|
327
|
+
'fabric.editor.clearCells': '{0, plural, one {Vymazať bunku} few {Vymazať bunky} many {Vymazať bunky} other {Vymazať bunky}}',
|
|
328
|
+
'fabric.editor.clearFormatting': 'Vymazať formátovanie',
|
|
329
|
+
'fabric.editor.clearLink': 'Vymazať prepojenie',
|
|
330
|
+
'fabric.editor.clearLinkText': 'Vymazať text',
|
|
331
|
+
'fabric.editor.closeAltTextEdit': 'Späť',
|
|
332
|
+
'fabric.editor.closeFindReplaceDialog': 'Zatvoriť',
|
|
333
|
+
'fabric.editor.closeHelpDialog': 'Zavrieť dialógové okno pomocníka',
|
|
334
|
+
'fabric.editor.code': 'Kód',
|
|
335
|
+
'fabric.editor.code.on': '{textFormattingOff}, formátovanie kódu zapnuté',
|
|
336
|
+
'fabric.editor.codeBidiWarningLabel': 'None',
|
|
337
|
+
'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': 'Vypnúť obalenie',
|
|
338
|
+
'fabric.editor.codeBlockWrapButton.wrapCodeBlock': 'Zapnúť obalenie',
|
|
339
|
+
'fabric.editor.codeblock': 'Zlomok kódu',
|
|
340
|
+
'fabric.editor.codeblock.description': 'Zobraziť kód so zvýraznenou syntaxou',
|
|
341
|
+
'fabric.editor.collapseNode': 'None',
|
|
342
|
+
'fabric.editor.collapseTable': 'Zbaliť tabuľku',
|
|
343
|
+
'fabric.editor.columnDragHandle': 'Možnosti stĺpca',
|
|
344
|
+
'fabric.editor.columnMovedLeft': 'Stĺpec bol presunutý doľava na pozíciu {index} z {total}.',
|
|
345
|
+
'fabric.editor.columnMovedRight': 'Stĺpec bol presunutý doprava na pozíciu {index} z {total}.',
|
|
346
|
+
'fabric.editor.columnSelected': 'Bol vybratý stĺpec {index} z {total}.',
|
|
347
|
+
'fabric.editor.columns.advanced.layout.description': '{numberOfColumns, plural, one {Vložiť {numberOfColumns} rovnaký stĺpec} few {Vložiť {numberOfColumns} rovnaké stĺpce} many {Vložiť {numberOfColumns} rovnakých stĺpcov} other {Vložiť {numberOfColumns} rovnakých stĺpcov}}',
|
|
348
|
+
'fabric.editor.columns.advanced.layout.single.description': 'Vložiť rozloženie s jedným stĺpcom',
|
|
349
|
+
'fabric.editor.columnsAreInserted': '{count, plural, one {Bol vložený stĺpec.} few {Boli vložené {count} stĺpce.} many {Bolo vložených {count} stĺpcov.} other {Bolo vložených {count} stĺpcov.}}',
|
|
350
|
+
'fabric.editor.columnsAreRemoved': '{count, plural, one {Stĺpec bol odstránený} few {Boli odstránené {count} stĺpce} many {Bolo odstránených {count} stĺpcov} other {Bolo odstránených {count} stĺpcov}}',
|
|
351
|
+
'fabric.editor.configFailedToLoad': 'Nahratie zlyhalo',
|
|
352
|
+
'fabric.editor.configPanel.cancel': 'Zrušiť',
|
|
353
|
+
'fabric.editor.configPanel.close': 'Zatvoriť',
|
|
354
|
+
'fabric.editor.configPanel.customSelect.createOption': 'Vytvoriť',
|
|
355
|
+
'fabric.editor.configPanel.dateRange.custom.from': 'Od',
|
|
356
|
+
'fabric.editor.configPanel.dateRange.custom.to': 'Do',
|
|
357
|
+
'fabric.editor.configPanel.dateRange.grouping.collapse': 'Collapse',
|
|
358
|
+
'fabric.editor.configPanel.dateRange.grouping.expand': 'Rozšírenie',
|
|
359
|
+
'fabric.editor.configPanel.dateRange.option.custom': 'Vlastné',
|
|
360
|
+
'fabric.editor.configPanel.documentation': 'Dokumentácia',
|
|
361
|
+
'fabric.editor.configPanel.errorBoundary.note': 'Dali sme to vedieť tímu. Túto stránku môžete naďalej upravovať a publikovať alebo môžete skontrolovať chybovú konzolu, kde nájdete ďalšie informácie.',
|
|
362
|
+
'fabric.editor.configPanel.errorBoundary.title': 'Vyskytol sa problém.',
|
|
363
|
+
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': '„IsMultiple“ a „style: radio“ nie je možné kombinovať',
|
|
364
|
+
'fabric.editor.configPanel.formType.addField': 'Pridať pole',
|
|
365
|
+
'fabric.editor.configPanel.formType.removeField': 'Odstrániť pole',
|
|
366
|
+
'fabric.editor.configPanel.help': 'Potrebujete pomoc?',
|
|
367
|
+
'fabric.editor.configPanel.invalid': 'Neplatné pole',
|
|
368
|
+
'fabric.editor.configPanel.required': 'Povinné pole',
|
|
369
|
+
'fabric.editor.configPanel.submit': 'Odoslať',
|
|
370
|
+
'fabric.editor.cornerControl': 'Zvýrazniť tabuľku',
|
|
371
|
+
'fabric.editor.createComment': 'Komentár',
|
|
372
|
+
'fabric.editor.createCommentDisabled': 'Môžete komentovať iba text, nadpisy, emodži, dátumy, zmienky, odkazy a stavy.',
|
|
373
|
+
'fabric.editor.createCommentInvalid': 'Komentovať môžete len text a nadpisy.',
|
|
374
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': 'Rozumiem',
|
|
375
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': 'Teraz môžete pridať komentáre k vnoreným prvkom, ako sú prepojenia, dátumy, stavy a zmienky.',
|
|
376
|
+
'fabric.editor.customPanel': 'Vlastný panel',
|
|
377
|
+
'fabric.editor.customPanel.description': 'Pridať poznámku s emodži a farebným pozadím',
|
|
378
|
+
'fabric.editor.datasource.assetsObjects.description': 'Vložte objekty z komponenty Assets v aplikácii Jira Service Management pomocou vyhľadávania a filtrovania.',
|
|
379
|
+
'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Aktíva',
|
|
380
|
+
'fabric.editor.datasource.confluenceSearch': 'Vložiť zoznam Confluence',
|
|
381
|
+
'fabric.editor.datasource.confluenceSearch.description': 'Vložte zoznam výsledkov vyhľadávania z aplikácie Confluence s rozšíreným vyhľadávaním, filtrovaním a konfiguráciou.',
|
|
382
|
+
'fabric.editor.datasource.jiraIssue': 'Problémy Jira',
|
|
383
|
+
'fabric.editor.datasource.jiraIssue.description': 'Vkladajte problémy Jira z aplikácie Jira Cloud s vylepšeným vyhľadávaním, filtrovaním a konfiguráciou.',
|
|
384
|
+
'fabric.editor.datasource.jiraIssue.description.issue-term-refresh': 'Vkladajte pracovné položky Jira z aplikácie Jira Cloud s vylepšeným vyhľadávaním, filtrovaním a konfiguráciou.',
|
|
385
|
+
'fabric.editor.datasource.jiraIssue.issue-term-refresh': 'Pracovné položky Jira',
|
|
386
|
+
'fabric.editor.datasourceAppearanceTitle': 'List',
|
|
387
|
+
'fabric.editor.datasourceTitle': 'Upraviť vyhľadávací dotaz',
|
|
388
|
+
'fabric.editor.decisionPlaceholder': 'Pridať rozhodnutie...',
|
|
389
|
+
'fabric.editor.decreaseSize': 'Zmeniť veľkosť tabuľky alebo média',
|
|
390
|
+
'fabric.editor.defaultAltText': 'Dokument',
|
|
391
|
+
'fabric.editor.delete': 'Odstrániť',
|
|
392
|
+
'fabric.editor.description': 'Popis',
|
|
393
|
+
'fabric.editor.displayBlock': 'Zobraziť ako kartu',
|
|
394
|
+
'fabric.editor.displayEmbed': 'Zobraziť ako vložený objekt',
|
|
395
|
+
'fabric.editor.displayInline': 'Zobraziť vo vnútri',
|
|
396
|
+
'fabric.editor.displayLink': 'Zobraziť ako text',
|
|
397
|
+
'fabric.editor.displayOptionUnavailableInParentNode': 'Táto možnosť zobrazenia nie je k dispozícii vo vnútri uzla {node}.',
|
|
398
|
+
'fabric.editor.displayText': 'Text na zobrazenie',
|
|
399
|
+
'fabric.editor.distributeColumns': 'Rovnomerne rozdeliť stĺpce',
|
|
400
|
+
'fabric.editor.dropPlaceholderLabel': 'Dokument',
|
|
401
|
+
'fabric.editor.ecombedDescription': 'Zobraziť interaktívnu ukážku prepojenia',
|
|
402
|
+
'fabric.editor.edit': 'Upraviť',
|
|
403
|
+
'fabric.editor.edit.datasource': 'Upraviť vyhľadávací dotaz',
|
|
404
|
+
'fabric.editor.edit.searchInput': 'Pridať prepojenie',
|
|
405
|
+
'fabric.editor.editAccessTitle': 'Potrebujete prístup na úpravy',
|
|
406
|
+
'fabric.editor.editAltText': 'Upraviť alternatívny text',
|
|
407
|
+
'fabric.editor.editDatasourceStandalone': 'Upraviť',
|
|
408
|
+
'fabric.editor.editDatasourceStandaloneTooltip': 'Upraviť vyhľadávací dotaz',
|
|
409
|
+
'fabric.editor.editDateText': 'Upraviť dátum',
|
|
410
|
+
'fabric.editor.editDropdownEditDatasourceTitle': 'Upraviť vyhľadávací dotaz',
|
|
411
|
+
'fabric.editor.editDropdownEditLinkTitle': 'Upraviť prepojenie',
|
|
412
|
+
'fabric.editor.editDropdownExpandIconLabel': 'Rozbaliť rozbaľovaciu ponuku',
|
|
413
|
+
'fabric.editor.editDropdownTriggerTitle': 'Upraviť',
|
|
414
|
+
'fabric.editor.editLink': 'Upraviť prepojenie',
|
|
415
|
+
'fabric.editor.editStatusColor': 'Upraviť farbu stavu',
|
|
416
|
+
'fabric.editor.editStatusText': 'Upraviť stav',
|
|
417
|
+
'fabric.editor.editableContentLabel': 'Upraviteľný obsah',
|
|
418
|
+
'fabric.editor.editorHelp': 'Pomoc editora',
|
|
419
|
+
'fabric.editor.editors': 'Editori',
|
|
420
|
+
'fabric.editor.elementBrowser.help': 'Pomocník',
|
|
421
|
+
'fabric.editor.elementInsertSidePanel.title': 'Vložiť',
|
|
422
|
+
'fabric.editor.elementbrowser.categorylist.category-admin': 'Správa',
|
|
423
|
+
'fabric.editor.elementbrowser.categorylist.category-ai': 'Atlassian Intelligence',
|
|
424
|
+
'fabric.editor.elementbrowser.categorylist.category-all': 'Všetko',
|
|
425
|
+
'fabric.editor.elementbrowser.categorylist.category-communication': 'Komunikácia',
|
|
426
|
+
'fabric.editor.elementbrowser.categorylist.category-confluence-content': 'Obsah Confluence',
|
|
427
|
+
'fabric.editor.elementbrowser.categorylist.category-development': 'Vývoj',
|
|
428
|
+
'fabric.editor.elementbrowser.categorylist.category-external-content': 'Externý obsah',
|
|
429
|
+
'fabric.editor.elementbrowser.categorylist.category-formatting': 'Formátovanie',
|
|
430
|
+
'fabric.editor.elementbrowser.categorylist.category-media': 'Médiá',
|
|
431
|
+
'fabric.editor.elementbrowser.categorylist.category-navigation': 'Navigácia',
|
|
432
|
+
'fabric.editor.elementbrowser.categorylist.category-reporting': 'Vytváranie správ',
|
|
433
|
+
'fabric.editor.elementbrowser.categorylist.category-visuals': 'Grafika a obrázky',
|
|
434
|
+
'fabric.editor.elementbrowser.search.empty-state.heading': 'Nič sa nezhoduje s vašim vyhľadávaním',
|
|
435
|
+
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Skúste hľadať s použitím iného výrazu alebo objavte nové aplikácie pre produkty Atlassian.',
|
|
436
|
+
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Preskúmajte Atlassian Marketplace',
|
|
437
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.default': '{count, plural, =0 {Vyhľadávaniu nezodpovedajú žiadne výsledky.} one {V predvolenom nastavení je k dispozícii {count} návrh.} few {V predvolenom nastavení sú k dispozícii {count} návrhy.} many {V predvolenom nastavení je k dispozícii {count} návrhov.} other {V predvolenom nastavení je k dispozícii {count} návrhov.}}',
|
|
438
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.result': '{count, plural, =0 {Vyhľadávaniu nezodpovedajú žiadne výsledky.} one {Pre zadaný text je k dispozícii {count} návrh.} few {Pre zadaný text sú k dispozícii {count} návrhy.} many {Pre zadaný text je k dispozícii {count} návrhov.} other {Pre zadaný text je k dispozícii {count} návrhov.}}',
|
|
439
|
+
'fabric.editor.elementbrowser.searchbar.elementAfterInput': 'Zadať',
|
|
440
|
+
'fabric.editor.elementbrowser.searchbar.placeholder': 'Vyhľadať',
|
|
441
|
+
'fabric.editor.elementbrowser.sidebar.heading': 'Prehliadať',
|
|
442
|
+
'fabric.editor.embedTitle': 'Vložiť',
|
|
443
|
+
'fabric.editor.emptyLink': 'Zadajte prepojenie.',
|
|
444
|
+
'fabric.editor.emptySearchResults': 'Nenašli sa žiadne výsledky.',
|
|
445
|
+
'fabric.editor.emptySearchResultsSuggestion': 'Stlačte tlačidlo {buttonName} a vyhľadajte položky, ktoré chcete vložiť.',
|
|
446
|
+
'fabric.editor.epic': 'Epika',
|
|
447
|
+
'fabric.editor.error': 'Chyba',
|
|
448
|
+
'fabric.editor.errorPanel': 'Panel chýb',
|
|
449
|
+
'fabric.editor.errorPanel.description': 'Vyvolanie chýb vo farebnom paneli',
|
|
450
|
+
'fabric.editor.expandAriaLabel': 'Pomenujte toto rozšírenie',
|
|
451
|
+
'fabric.editor.expandDefaultTitle': 'None',
|
|
452
|
+
'fabric.editor.expandNode': 'None',
|
|
453
|
+
'fabric.editor.expandPlaceholder': 'None',
|
|
454
|
+
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'Odstránením položky {nodeName} sa od nej odpojí všetko, čo je k nej pripojené.',
|
|
455
|
+
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': 'Prebieha odstraňovanie',
|
|
456
|
+
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Odstrániť',
|
|
457
|
+
'fabric.editor.extension.deleteElementTitle': 'Odstrániť prvok',
|
|
458
|
+
'fabric.editor.extension.sourceNoTitledName': 'tento prvok',
|
|
459
|
+
'fabric.editor.extensions.config-panel.save-indicator': 'Všetky zmeny sa vždy automaticky uložia.',
|
|
460
|
+
'fabric.editor.externalExtensionsHeading': 'Aplikácie',
|
|
461
|
+
'fabric.editor.externalMediaFile': 'Externý súbor médií',
|
|
462
|
+
'fabric.editor.failed_to_upload': 'Nahrávanie zlyhalo',
|
|
463
|
+
'fabric.editor.find': 'Nájsť',
|
|
464
|
+
'fabric.editor.findNext': 'Nájsť ďalší',
|
|
465
|
+
'fabric.editor.findPrevious': 'Nájsť predchádzajúci',
|
|
466
|
+
'fabric.editor.findReplaceToolbarButton': 'Nájsť a nahradiť',
|
|
467
|
+
'fabric.editor.fiveColumns': 'Rozloženie s 5 stĺpcami',
|
|
468
|
+
'fabric.editor.floatingToolbar.confirmModalCancel': 'Zrušiť',
|
|
469
|
+
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Odstrániť aj pripojené prvky',
|
|
470
|
+
'fabric.editor.floatingToolbar.confirmModalConnectedUnit': '{amount, plural, =0 {{name}} one {{name} (+1 pripojený prvok)} few {{name} (+{amount,number} pripojené prvky)} many {{name} (+{amount,number} pripojených prvkov)} other {{name} (+{amount,number} pripojených prvkov)}}',
|
|
471
|
+
'fabric.editor.floatingToolbar.confirmModalHeading': 'Určite?',
|
|
472
|
+
'fabric.editor.floatingToolbar.confirmModalOK': 'OK',
|
|
473
|
+
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'Ovládacie prvky na plávajúcom paneli s nástrojmi boli otvorené.',
|
|
474
|
+
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Plávajúci panel s nástrojmi',
|
|
475
|
+
'fabric.editor.floatingToolbar.floatingToolbarRadioGroupAriaLabel': 'Možnosti rozloženia',
|
|
476
|
+
'fabric.editor.floatingToolbar.scrollLeft': 'Posunúť doľava',
|
|
477
|
+
'fabric.editor.floatingToolbar.scrollRight': 'Posunúť doprava',
|
|
478
|
+
'fabric.editor.focusTableResizeHandle': 'Zamerať na rukoväť na zmenu veľkosti tabuľky',
|
|
479
|
+
'fabric.editor.fourColumns': 'Rozloženie so 4 stĺpcami',
|
|
480
|
+
'fabric.editor.headerColumn': 'Stĺpec záhlavia',
|
|
481
|
+
'fabric.editor.headerRow': 'Riadok záhlavia',
|
|
482
|
+
'fabric.editor.heading1': 'Nadpis 1',
|
|
483
|
+
'fabric.editor.heading1Description': 'Použiť pre nadpis najvyššej úrovne',
|
|
484
|
+
'fabric.editor.heading2': 'Nadpis 2',
|
|
485
|
+
'fabric.editor.heading2Description': 'Použiť pre kľúčové časti',
|
|
486
|
+
'fabric.editor.heading3': 'Nadpis 3',
|
|
487
|
+
'fabric.editor.heading3Description': 'Použiť pre podriadené časti a nadpisy skupín',
|
|
488
|
+
'fabric.editor.heading4': 'Nadpis 4',
|
|
489
|
+
'fabric.editor.heading4Description': 'Použiť pre podnadpisy',
|
|
490
|
+
'fabric.editor.heading5': 'Nadpis 5',
|
|
491
|
+
'fabric.editor.heading5Description': 'Použiť pre zoskupenie položiek zoznamu',
|
|
492
|
+
'fabric.editor.heading6': 'Nadpis 6',
|
|
493
|
+
'fabric.editor.heading6Description': 'Použiť pre nadpisy nízkej úrovne',
|
|
494
|
+
'fabric.editor.headingLink.ascOrderLabel': 'Zoradiť stĺpec zostupne (od Z do A)',
|
|
495
|
+
'fabric.editor.headingLink.descOrderLabel': 'Zrušiť zoradenie',
|
|
496
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
497
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Softvérový problém',
|
|
498
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Problém',
|
|
499
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel.issue-term-refresh': 'Pracovná položka',
|
|
500
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Stránka',
|
|
501
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Príbeh',
|
|
502
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Úloha',
|
|
503
|
+
'fabric.editor.headingLink.invalidLabel': '⚠️ Nemôžete zoradiť tabuľku so zlúčenými bunkami',
|
|
504
|
+
'fabric.editor.headingLink.noOrderLabel': 'Zoradiť stĺpce vzostupne (od A do Z)',
|
|
505
|
+
'fabric.editor.helpDialogTips': 'Stlačením tlačidla {keyMap} rýchlo kedykoľvek otvorte tento dialóg',
|
|
506
|
+
'fabric.editor.highlight': 'Zvýrazniť farbu',
|
|
507
|
+
'fabric.editor.highlightColor': 'Prepnúť farebnú paletu zvýraznenia',
|
|
508
|
+
'fabric.editor.highlightFloatingToolbar': 'Zvýrazniť',
|
|
509
|
+
'fabric.editor.hyperlink.linkVisibleLabel': 'Vložiť alebo vyhľadať prepojenie',
|
|
510
|
+
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Pri zadávaní do poľa sa nižšie zobrazia návrhy.',
|
|
511
|
+
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {Nenašli sa žiadne výsledky} one {Našiel sa {count,number} výsledok.} few {Našli sa {count,number} výsledky.} many {Našlo sa {count,number} výsledkov.} other {Našlo sa {count,number} výsledkov.}}',
|
|
512
|
+
'fabric.editor.hyperlink.textVisibleLabel': 'Zobrazovaný text (voliteľný)',
|
|
513
|
+
'fabric.editor.hyperlinkToolbarPlaceholder': 'Vložiť alebo vyhľadať prepojenie',
|
|
514
|
+
'fabric.editor.image.fullWidthLabel': 'Celá šírka',
|
|
515
|
+
'fabric.editor.imageBorderBold': 'Hrubé',
|
|
516
|
+
'fabric.editor.imageBorderColor': 'Farba',
|
|
517
|
+
'fabric.editor.imageBorderMedium': 'Stredná',
|
|
518
|
+
'fabric.editor.imageBorderOptions': 'Možnosti ohraničenia',
|
|
519
|
+
'fabric.editor.imageBorderSize': 'Veľkosť',
|
|
520
|
+
'fabric.editor.imageBorderSubtle': 'Jemný',
|
|
521
|
+
'fabric.editor.improvement': 'Vylepšenie',
|
|
522
|
+
'fabric.editor.increaseSize': 'Zväčšiť tabuľku alebo médium',
|
|
523
|
+
'fabric.editor.indent': 'Zarážka',
|
|
524
|
+
'fabric.editor.info': 'Informácie',
|
|
525
|
+
'fabric.editor.infoPanel': 'Informačný panel',
|
|
526
|
+
'fabric.editor.infoPanel.description': 'Zvýrazniť informácie vo farebnom paneli',
|
|
527
|
+
'fabric.editor.inlineConfigureLink': 'Konfigurovať prepojenie',
|
|
528
|
+
'fabric.editor.inlineDescription': 'Zobraziť prepojenie ako vnorený text',
|
|
529
|
+
'fabric.editor.inlineGoToLink': 'Prejsť na prepojenie',
|
|
530
|
+
'fabric.editor.inlineOverlay': 'Configure',
|
|
531
|
+
'fabric.editor.inlineTitle': 'Vnorené',
|
|
532
|
+
'fabric.editor.inputQueryAssistiveTxt': 'Keď sú k dispozícii výsledky automatického dokončovania, použite šípky nahor a nadol na preskúmanie a kláves Enter na výber. Používatelia dotykových zariadení môžu skúmať dotykom alebo potiahnutím prstom.',
|
|
533
|
+
'fabric.editor.insertColumn': 'Vložiť stĺpec vpravo',
|
|
534
|
+
'fabric.editor.insertColumnDrag': 'Vložiť stĺpec',
|
|
535
|
+
'fabric.editor.insertMenu': 'Vložiť prvky',
|
|
536
|
+
'fabric.editor.insertRightRail.close': 'Zatvoriť',
|
|
537
|
+
'fabric.editor.insertRightRail.title': 'Vložiť',
|
|
538
|
+
'fabric.editor.insertRow': 'Vložiť riadok nižšie',
|
|
539
|
+
'fabric.editor.insertRowDrag': 'Vložiť riadok',
|
|
540
|
+
'fabric.editor.insertTableColumn': 'Vložiť stĺpec tabuľky',
|
|
541
|
+
'fabric.editor.insertTableRow': 'Vložiť riadok tabuľky',
|
|
542
|
+
'fabric.editor.invalidDateError': 'Zadajte platný dátum',
|
|
543
|
+
'fabric.editor.invalidLink': 'Zadajte platné prepojenie.',
|
|
544
|
+
'fabric.editor.inviteItem.title': '{userRole, select, admin {Pozvať tímového spolupracovníka do aplikácie {productName}} trusted {Pozvať tímového spolupracovníka do aplikácie {productName}} other {Pridať tímového spolupracovníka do aplikácie {productName}}}',
|
|
545
|
+
'fabric.editor.italic': 'Kurzíva',
|
|
546
|
+
'fabric.editor.keyboardShortcuts': 'Klávesové skratky',
|
|
547
|
+
'fabric.editor.layout.columnOption': '{count, plural, one {{count} stĺpec} few {{count} stĺpce} many {{count} stĺpcov} other {{count} stĺpcov}}',
|
|
548
|
+
'fabric.editor.layout.controls.placeholder': '/ pre vloženie',
|
|
549
|
+
'fabric.editor.layout.placeholder': 'Pridajte obsah',
|
|
550
|
+
'fabric.editor.layout.resizeLayout': 'Zmeniť veľkosť rozloženia',
|
|
551
|
+
'fabric.editor.layoutStateFixedWidth': 'Vystredené',
|
|
552
|
+
'fabric.editor.layoutStateFullWidth': 'Plná šírka',
|
|
553
|
+
'fabric.editor.layoutStateWide': 'Široké',
|
|
554
|
+
'fabric.editor.leftSidebar': 'Rozloženie ľavého bočného panela',
|
|
555
|
+
'fabric.editor.linkAddress': 'Adresa prepojenia',
|
|
556
|
+
'fabric.editor.linkPlaceholder': 'Vložiť prepojenie',
|
|
557
|
+
'fabric.editor.lists': 'Zoznamy',
|
|
558
|
+
'fabric.editor.listsFormat': 'Formátovanie zoznamu',
|
|
559
|
+
'fabric.editor.lockColumns': 'Pevné šírky stĺpcov',
|
|
560
|
+
'fabric.editor.longEmptyNodePlaceholderText': 'Zadaním / môžete vložiť prvky',
|
|
561
|
+
'fabric.editor.markdown': 'Vyznačenie',
|
|
562
|
+
'fabric.editor.matchCase': 'Citlivosť na veľké a malé písmená',
|
|
563
|
+
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, one {Šírka média sa zmenšila na {newMediaWidth,number} pixel.} few {Šírka média sa zmenšila na {newMediaWidth,number} pixely.} many {Šírka média sa zmenšila na {newMediaWidth,number} pixelov.} other {Šírka média sa zmenšila na {newMediaWidth,number} pixelov.}}',
|
|
564
|
+
'fabric.editor.media.DefaultMediaWidthIncreased': '{newMediaWidth, plural, one {Šírka média sa zväčšila na {newMediaWidth,number} pixel.} few {Šírka média sa zväčšila na {newMediaWidth,number} pixely.} many {Šírka média sa zväčšila na {newMediaWidth,number} pixelov.} other {Šírka média sa zväčšila na {newMediaWidth,number} pixelov.}}',
|
|
565
|
+
'fabric.editor.media.MediaWidthIsMin': 'Médium bolo zmenšené na minimálnu veľkosť',
|
|
566
|
+
'fabric.editor.media.insert.cancel': 'Zrušiť',
|
|
567
|
+
'fabric.editor.media.insert.fileTabTitle': 'Súbor',
|
|
568
|
+
'fabric.editor.media.insert.fromUrlErrorMessage': 'Toto prepojenie na obrázok bohužiaľ nie je možné pridať. Stiahnite obrázok a potom ho presuňte na stránku.',
|
|
569
|
+
'fabric.editor.media.insert.fromUrlWarning': 'Tento obrázok nemusí byť viditeľný pre ostatných kvôli obmedzenému prístupu ku zdroju. Namiesto toho zvážte nahratie súboru.',
|
|
570
|
+
'fabric.editor.media.insert.insert': 'Vložiť',
|
|
571
|
+
'fabric.editor.media.insert.invalidUrlErrorMessage': 'Neplatné prepojenie',
|
|
572
|
+
'fabric.editor.media.insert.linkTabTitle': 'Prepojenie',
|
|
573
|
+
'fabric.editor.media.insert.loadPreview': 'Načítať ukážku',
|
|
574
|
+
'fabric.editor.media.insert.localFileErrorMessage': 'Tento súbor sa nedá nahrať.',
|
|
575
|
+
'fabric.editor.media.insert.localFileNetworkErrorMessage': 'Chyba pri nahrávaní súboru. Skontrolujte cestu alebo pripojenie k sieti.',
|
|
576
|
+
'fabric.editor.media.insert.mediaAlt': 'Ukážka nahraného súboru s obrázkom alebo videom',
|
|
577
|
+
'fabric.editor.media.insert.mediaPickerPopupAriaLabel': 'Nástroj na výber média',
|
|
578
|
+
'fabric.editor.media.insert.pasteLinkToUpload': 'Vložte prepojenie na položku, ktorú chcete nahrať',
|
|
579
|
+
'fabric.editor.media.insert.upload': 'Nahrať',
|
|
580
|
+
'fabric.editor.media.pixelEntry.MediaWidthIsMax': 'Médium bolo zväčšené na maximálnu veľkosť',
|
|
581
|
+
'fabric.editor.media.pixelEntry.ResizeOption': 'Zmeniť veľkosť',
|
|
582
|
+
'fabric.editor.media.pixelEntry.closePixelEntry': 'Zatvoriť',
|
|
583
|
+
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': 'zadaná výška',
|
|
584
|
+
'fabric.editor.media.pixelEntry.inputHeightTooltip': 'Výška',
|
|
585
|
+
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': 'Max. šírka {maxWidth} pixelov',
|
|
586
|
+
'fabric.editor.media.pixelEntry.inputWidthLabel': 'Šírka',
|
|
587
|
+
'fabric.editor.media.pixelEntry.inputWidthTooltip': 'Max. šírka {maxWidth} pixelov',
|
|
588
|
+
'fabric.editor.media.pixelEntry.migrationButtonText': 'Konvertovať na pixely',
|
|
589
|
+
'fabric.editor.media.pixelEntry.migrationButtonTooltip': 'Prechod z percentuálneho vyjadrenia na pevnú veľkosť v pixeloch',
|
|
590
|
+
'fabric.editor.media.pixelEntry.submitButtonText': 'Odoslať',
|
|
591
|
+
'fabric.editor.media.pixelEntry.validationFailedMessage': 'Overenie šírky zlyhalo',
|
|
592
|
+
'fabric.editor.mediaAddLink': 'Pridať prepojenie',
|
|
593
|
+
'fabric.editor.mediaGroupDeleteLabel': 'Odstrániť',
|
|
594
|
+
'fabric.editor.media_change_mediainline_caption_warn': 'Vnorené (titulok bude odstránený)',
|
|
595
|
+
'fabric.editor.media_change_mediainline_default': 'Vnorené',
|
|
596
|
+
'fabric.editor.media_change_mediasingle': 'Pôvodná veľkosť',
|
|
597
|
+
'fabric.editor.mentionNode.label': 'Označený používateľ',
|
|
598
|
+
'fabric.editor.mentionsAddLabel': 'pridať ikonu',
|
|
599
|
+
'fabric.editor.mentionsIconLabel': 'Zmienka',
|
|
600
|
+
'fabric.editor.mergeCells': 'Zlúčiť bunky',
|
|
601
|
+
'fabric.editor.moreFormatting': 'Ďalšie formátovanie',
|
|
602
|
+
'fabric.editor.moveColumnLeft': '{0, plural, one {Presunúť stĺpec doľava} few {Presunúť stĺpce doľava} many {Presunúť stĺpce doľava} other {Presunúť stĺpce doľava}}',
|
|
603
|
+
'fabric.editor.moveColumnRight': '{0, plural, one {Presunúť stĺpec doprava} few {Presunúť stĺpce doprava} many {Presunúť stĺpce doprava} other {Presunúť stĺpce doprava}}',
|
|
604
|
+
'fabric.editor.moveDownDown': '{0, plural, one {Presunúť riadok nadol} few {Presunúť riadky nadol} many {Presunúť riadky nadol} other {Presunúť riadky nadol}}',
|
|
605
|
+
'fabric.editor.moveRowUp': '{0, plural, one {Presunúť riadok nahor} few {Presunúť riadky nahor} many {Presunúť riadky nahor} other {Presunúť riadky nahor}}',
|
|
606
|
+
'fabric.editor.navigate.toolbar.editor': 'Prejsť na panel s nástrojmi editora',
|
|
607
|
+
'fabric.editor.navigate.toolbar.floating': 'Prejsť na plávajúci panel s nástrojmi',
|
|
608
|
+
'fabric.editor.noResultsFound': 'Žiadne výsledky',
|
|
609
|
+
'fabric.editor.noSearchResults': 'Žiadne výsledky vyhľadávania',
|
|
610
|
+
'fabric.editor.normal': 'Normálny text',
|
|
611
|
+
'fabric.editor.note': 'Poznámka',
|
|
612
|
+
'fabric.editor.notePanel': 'Panel poznámok',
|
|
613
|
+
'fabric.editor.notePanel.description': 'Pridať poznámku do farebného panela',
|
|
614
|
+
'fabric.editor.numberedColumn': 'Číslovaný stĺpec',
|
|
615
|
+
'fabric.editor.off': '{formattingType} vypnuté',
|
|
616
|
+
'fabric.editor.offlineErrorFallbackDescription': 'Skúste znova načítať stránku.',
|
|
617
|
+
'fabric.editor.offlineErrorFallbackHeading': 'Niečo sa pokazilo.',
|
|
618
|
+
'fabric.editor.on': '{formattingType} zapnuté',
|
|
619
|
+
'fabric.editor.openCellOptions': 'Otvoriť možnosti bunky',
|
|
620
|
+
'fabric.editor.openLink': 'None',
|
|
621
|
+
'fabric.editor.orderedList': 'Očíslovaný zoznam',
|
|
622
|
+
'fabric.editor.orderedList.description': 'Vytvoriť zoradený zoznam',
|
|
623
|
+
'fabric.editor.other': 'Iné...',
|
|
624
|
+
'fabric.editor.outdent': 'Odsek',
|
|
625
|
+
'fabric.editor.overflowMenuViewMore': 'Zobraziť ďalšie',
|
|
626
|
+
'fabric.editor.pageActionsLabel': 'Činnosti so stránkou',
|
|
627
|
+
'fabric.editor.panel': 'Panel',
|
|
628
|
+
'fabric.editor.panel.backgroundColor': 'Farba pozadia',
|
|
629
|
+
'fabric.editor.panel.custom': 'Vlastné',
|
|
630
|
+
'fabric.editor.panel.emoji': 'Pridať emodži',
|
|
631
|
+
'fabric.editor.panel.panelsGroup': 'Typy panelov',
|
|
632
|
+
'fabric.editor.pasteOptions': 'Možnosti vloženia',
|
|
633
|
+
'fabric.editor.pastePlainText': 'Vložiť obyčajný text',
|
|
634
|
+
'fabric.editor.placeholderAltText': 'Popísať obrázok alternatívnym textom',
|
|
635
|
+
'fabric.editor.placeholderTextPlaceholder': 'Pridať zástupný text',
|
|
636
|
+
'fabric.editor.plainText': 'Použiť obyčajný text',
|
|
637
|
+
'fabric.editor.preferencesLink': 'Predvoľby prepojení',
|
|
638
|
+
'fabric.editor.quickInsert': 'Rýchlo vložiť',
|
|
639
|
+
'fabric.editor.recordLoomShortTitle': 'Zaznamenať',
|
|
640
|
+
'fabric.editor.recordVideo': 'Nahrať video Loom',
|
|
641
|
+
'fabric.editor.recordVideo.description': 'Nahrajte svoju obrazovku a podeľte sa o svoje nápady',
|
|
642
|
+
'fabric.editor.redo': 'Vrátiť naspäť',
|
|
643
|
+
'fabric.editor.removeColumns': '{0, plural, one {Odstrániť stĺpec} few {Odstrániť stĺpce} many {Odstrániť stĺpce} other {Odstrániť stĺpce}}',
|
|
644
|
+
'fabric.editor.removeImageBorder': 'Odstrániť ohraničenie',
|
|
645
|
+
'fabric.editor.removeRows': '{0, plural, one {Odstrániť riadok} few {Odstrániť riadky} many {Odstrániť riadky} other {Odstrániť riadky}}',
|
|
646
|
+
'fabric.editor.replace': 'Nahradiť',
|
|
647
|
+
'fabric.editor.replaceAll': 'Nahradiť všetko',
|
|
648
|
+
'fabric.editor.replaceSuccess': '{numberOfMatches, plural, one {Bola nahradená {numberOfMatches,number} zhoda.} few {Boli nahradené {numberOfMatches,number} zhody.} many {Bolo nahradených {numberOfMatches,number} zhôd.} other {Bolo nahradených {numberOfMatches,number} zhôd.}}',
|
|
649
|
+
'fabric.editor.replaceWith': 'Nahradiť textom',
|
|
650
|
+
'fabric.editor.requestToEdit': 'Požiadať o prístup k úpravám',
|
|
651
|
+
'fabric.editor.requestToEditDescription': 'Keď požiadate o prístup, vlastník stránky dostane upozornenie.',
|
|
652
|
+
'fabric.editor.requestToEditDismiss': 'Zrušiť',
|
|
653
|
+
'fabric.editor.resultsCount': '{selectedMatchPosition} z {totalResultsCount}',
|
|
654
|
+
'fabric.editor.richText': 'Použiť formátovaný text',
|
|
655
|
+
'fabric.editor.rightSidebar': 'Rozloženie pravého panela',
|
|
656
|
+
'fabric.editor.rowControl': 'Zvýrazniť riadok',
|
|
657
|
+
'fabric.editor.rowDragHandle': 'Možnosti riadka',
|
|
658
|
+
'fabric.editor.rowMovedDown': 'Riadok bol presunutý nadol na pozíciu {index} z {total}.',
|
|
659
|
+
'fabric.editor.rowMovedUp': 'Riadok bol presunutý nahor na pozíciu {index} z {total}.',
|
|
660
|
+
'fabric.editor.rowSelected': 'Riadok {index} z {total} vybraných',
|
|
661
|
+
'fabric.editor.rowsAreInserted': '{count, plural, one {Bol vložený riadok.} few {Boli vložené {count} riadky.} many {Bolo vložených {count} riadkov.} other {Bolo vložených {count} riadkov.}}',
|
|
662
|
+
'fabric.editor.rowsAreRemoved': '{count, plural, one {Riadok bol odstránený.} few {Boli odstránené {count} riadky.} many {Bolo odstránených {count} riadkov.} other {Bolo odstránených {count} riadkov.}}',
|
|
663
|
+
'fabric.editor.searchResults': '{itemsLength, plural, one {K dispozícii je {itemsLength,number} výsledok vyhľadávania. Pomocou klávesov so šípkami nahor a nadol sa môžete pohybovať medzi možnosťami. Stlačením tlačidla Enter vyberte možnosť.} few {K dispozícii sú {itemsLength,number} výsledky vyhľadávania. Pomocou klávesov so šípkami nahor a nadol sa môžete pohybovať medzi možnosťami. Stlačením tlačidla Enter vyberte možnosť.} many {K dispozícii je {itemsLength,number} výsledkov vyhľadávania. Pomocou klávesov so šípkami nahor a nadol sa môžete pohybovať medzi možnosťami. Stlačením tlačidla Enter vyberte možnosť.} other {K dispozícii je {itemsLength,number} výsledkov vyhľadávania. Pomocou klávesov so šípkami nahor a nadol sa môžete pohybovať medzi možnosťami. Stlačením tlačidla Enter vyberte možnosť.}}',
|
|
664
|
+
'fabric.editor.selectColumnResize': 'Vybrať zmenu veľkosti stĺpca',
|
|
665
|
+
'fabric.editor.selectLanguage': 'Vybrať jazyk',
|
|
666
|
+
'fabric.editor.selectTableColumn': 'Vybrať stĺpec tabuľky',
|
|
667
|
+
'fabric.editor.selectTableRow': 'Vybrať riadok tabuľky',
|
|
668
|
+
'fabric.editor.selectionExtensionDropdownButtonLabel': 'Vybrať aplikáciu',
|
|
669
|
+
'fabric.editor.settingsLinks': 'Prejsť na predvoľby prepojení',
|
|
670
|
+
'fabric.editor.shortEmptyNodePlaceholderText': '/ pre vloženie',
|
|
671
|
+
'fabric.editor.shortcut': 'Textová skratka',
|
|
672
|
+
'fabric.editor.single': 'Rozloženie s jedným stĺpcom',
|
|
673
|
+
'fabric.editor.singleColumns': 'Rozloženie s 1 stĺpcom',
|
|
674
|
+
'fabric.editor.sortColumnASC': 'Sort column A → Z',
|
|
675
|
+
'fabric.editor.sortColumnDESC': 'Sort column Z → A',
|
|
676
|
+
'fabric.editor.sortColumnDecreasing': 'Zoradiť zostupne',
|
|
677
|
+
'fabric.editor.sortColumnIncreasing': 'Zoradiť vzostupne',
|
|
678
|
+
'fabric.editor.splitCell': 'Rozdeliť bunky',
|
|
679
|
+
'fabric.editor.statusPlaceholder': 'Nastaviť stav',
|
|
680
|
+
'fabric.editor.story': 'Príbeh',
|
|
681
|
+
'fabric.editor.strike': 'Preškrtnúť',
|
|
682
|
+
'fabric.editor.subTask': 'Podúloha',
|
|
683
|
+
'fabric.editor.subscript': 'Dolný index',
|
|
684
|
+
'fabric.editor.subscript.off.superscript.on': 'Dolný index vypnutý, horný index zapnutý',
|
|
685
|
+
'fabric.editor.success': 'Úspech',
|
|
686
|
+
'fabric.editor.successPanel': 'Panel úspechov',
|
|
687
|
+
'fabric.editor.successPanel.description': 'Pridať tipy do farebného panela',
|
|
688
|
+
'fabric.editor.superscript': 'Horný index',
|
|
689
|
+
'fabric.editor.superscript.off.subscript.on': 'Horný index vypnutý, dolný index zapnutý',
|
|
690
|
+
'fabric.editor.supportAltText': 'Alternatívny text je užitočný pre ľudí so zrakovým postihnutím používajúcich čítačky obrazovky.',
|
|
691
|
+
'fabric.editor.tableAlignmentOptions': 'Možnosti zarovnania',
|
|
692
|
+
'fabric.editor.tableFullWidthLabel': 'Celá šírka',
|
|
693
|
+
'fabric.editor.tableHeader.sorting.asc': 'Je použité vzostupné zoradenie',
|
|
694
|
+
'fabric.editor.tableHeader.sorting.default': 'Zoradiť stĺpec',
|
|
695
|
+
'fabric.editor.tableHeader.sorting.desc': 'Je použité zostupné zoradenie',
|
|
696
|
+
'fabric.editor.tableHeader.sorting.invalid': 'Nie je možné zoradiť tabuľku so zlúčenými bunkami.',
|
|
697
|
+
'fabric.editor.tableHeader.sorting.no': 'Stĺpec nie je zoradený',
|
|
698
|
+
'fabric.editor.tableOptions': 'Možnosti tabuľky',
|
|
699
|
+
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {Šírka tabuľky sa zmenšila na {newWidth,number} pixel.} few {Šírka tabuľky sa zmenšila na {newWidth,number} pixely.} many {Šírka tabuľky sa zmenšila na {newWidth,number} pixelov.} other {Šírka tabuľky sa zmenšila na {newWidth,number} pixelov.}}',
|
|
700
|
+
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Šírka tabuľky sa zväčšila na {newWidth,number} pixel.} few {Šírka tabuľky sa zväčšila na {newWidth,number} pixely.} many {Šírka tabuľky sa zväčšila na {newWidth,number} pixelov.} other {Šírka tabuľky sa zväčšila na {newWidth,number} pixelov.}}',
|
|
701
|
+
'fabric.editor.tableSelector': 'Veľkosť tabuľky',
|
|
702
|
+
'fabric.editor.tableSelector.description': 'Pridať tabuľku pomocou vyskakovacieho okna na výber vlastnej veľkosti',
|
|
703
|
+
'fabric.editor.tableSizeSelectorButton': '{numberOfColumns} x {numberOfRows}',
|
|
704
|
+
'fabric.editor.tableSizeSelectorPopup': 'Nástroj na výber veľkosti tabuľky',
|
|
705
|
+
'fabric.editor.tables.adjustColumn': 'Upraviť stĺpec',
|
|
706
|
+
'fabric.editor.tables.columnResizeLast': 'Veľkosť stĺpca môžete zmeniť iba z ľavej strany.',
|
|
707
|
+
'fabric.editor.tables.columnResizeOverflow': 'Veľkosť tohto stĺpca je možné meniť len vtedy, keď má tabuľka posuvník.',
|
|
708
|
+
'fabric.editor.tables.columnWidth': '{width, plural, one {Šírka stĺpca bola zmenená na {width} pixel.} few {Šírka stĺpca bola zmenená na {width} pixely.} many {Šírka stĺpca bola zmenená na {width} pixela.} other {Šírka stĺpca bola zmenená na {width} pixelov.}}',
|
|
709
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Odstránením položky {nodeName} sa od nej odpojí všetko, čo je k nej pripojené.',
|
|
710
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Odstrániť',
|
|
711
|
+
'fabric.editor.tables.resizeStop': 'Zmena veľkosti zastavená',
|
|
712
|
+
'fabric.editor.tables.resizeTable': 'Zmeniť veľkosť tabuľky',
|
|
713
|
+
'fabric.editor.tables.startedColumnResize': 'Zmena veľkosti začatá',
|
|
714
|
+
'fabric.editor.task': 'Úloha',
|
|
715
|
+
'fabric.editor.taskPlaceholder': 'Napíšte svoju činnosť. Pomocou "@" ju niekomu priraďte.',
|
|
716
|
+
'fabric.editor.text.formatting.off': 'Formátovanie textu vypnuté',
|
|
717
|
+
'fabric.editor.textColor': 'Farba textu: {selectedColorName}',
|
|
718
|
+
'fabric.editor.textColorTooltip': 'Farba textu',
|
|
719
|
+
'fabric.editor.textFormat': 'Formátovať text',
|
|
720
|
+
'fabric.editor.textFormatting': 'Formátovanie textu',
|
|
721
|
+
'fabric.editor.textStyles': 'Štýly textu: {blockTypeName}',
|
|
722
|
+
'fabric.editor.textStylesTooltip': 'Štýly textu',
|
|
723
|
+
'fabric.editor.threeColumns': 'Rozloženie s 3 stĺpcami',
|
|
724
|
+
'fabric.editor.threeColumnsWithLeftSidebars': 'Rozloženie s tromi stĺpcami a bočným panelom vľavo',
|
|
725
|
+
'fabric.editor.threeColumnsWithRightSidebars': 'Rozloženie s tromi stĺpcami a bočným panelom vpravo',
|
|
726
|
+
'fabric.editor.threeColumnsWithSidebars': 'Rozloženie s tromi stĺpcami a bočnými panelmi',
|
|
727
|
+
'fabric.editor.toolbarAppears': 'Zobrazenie panela s nástrojmi',
|
|
728
|
+
'fabric.editor.toolbarLabel': 'Editor',
|
|
729
|
+
'fabric.editor.toolbarMediaTitle': 'Pridať obrázok, video alebo súbor',
|
|
730
|
+
'fabric.editor.toolbarPositionFixedAtTop': 'Upevnený v hornej časti',
|
|
731
|
+
'fabric.editor.toolbarPositionInline': 'Vnorený v texte',
|
|
732
|
+
'fabric.editor.turnInto': 'Premeniť na',
|
|
733
|
+
'fabric.editor.twoColumns': 'Rozloženie s 2 stĺpcami',
|
|
734
|
+
'fabric.editor.typeAhead.popupLabel': 'Výsledky našepkávača',
|
|
735
|
+
'fabric.editor.typeAhead.quickInsertInputLabel': 'Začnite písať, aby ste vyhľadali alebo vyfiltrovali možnosti skratiek',
|
|
736
|
+
'fabric.editor.typeAhead.quickInsertInputPlaceholderLabel': 'Vyhľadať',
|
|
737
|
+
'fabric.editor.typeAhead.quickInsertPopupLabel': 'Skratky pre vložené položky a formátovanie',
|
|
738
|
+
'fabric.editor.typeahead.emojiInputLabel': 'Začnite písať, aby ste vyhľadali alebo vyfiltrovali možnosti pre emodži',
|
|
739
|
+
'fabric.editor.typeahead.emojiListItemLabel': 'Emodži {name}, textová skratka {shortcut}',
|
|
740
|
+
'fabric.editor.typeahead.emojiPopupLabel': 'Skratky pre emodži',
|
|
741
|
+
'fabric.editor.typeahead.mentionInputLabel': 'Začnite písať, aby ste vyhľadali používateľov, ktorých chcete označiť',
|
|
742
|
+
'fabric.editor.typeahead.mentionPopupLabel': 'Používatelia, ktorých môžete označiť',
|
|
743
|
+
'fabric.editor.typeahead.metionListItemLabel': 'Používateľ {name} @{shortName}',
|
|
744
|
+
'fabric.editor.unableToLoadContent': 'Tento obsah sa nedá načítať',
|
|
745
|
+
'fabric.editor.unableToOpenLink': 'Toto prepojenie sa nedá otvoriť',
|
|
746
|
+
'fabric.editor.underline': 'Podčiarknuť',
|
|
747
|
+
'fabric.editor.undo': 'Späť',
|
|
748
|
+
'fabric.editor.unknown.label': 'Neznámy',
|
|
749
|
+
'fabric.editor.unlink': 'Zrušiť prepojenie',
|
|
750
|
+
'fabric.editor.unorderedList': 'Zoznam s odrážkami',
|
|
751
|
+
'fabric.editor.unorderedList.description': 'Vytvoriť nezoradený zoznam',
|
|
752
|
+
'fabric.editor.unsupportedBlockContent': 'None',
|
|
753
|
+
'fabric.editor.unsupportedContentTooltip': 'None',
|
|
754
|
+
'fabric.editor.unsupportedInlineContent': 'None',
|
|
755
|
+
'fabric.editor.upDown': 'Pri použití klávesov so šípkami nahor a nadol v nasledujúcom vstupnom poli sa zaktualizuje dátum nižšie.',
|
|
756
|
+
'fabric.editor.url': 'Zobrazovaná URL',
|
|
757
|
+
'fabric.editor.urlDescription': 'Zobraziť prepojenie ako adresu URL',
|
|
758
|
+
'fabric.editor.urlTitle': 'URL',
|
|
759
|
+
'fabric.editor.useMarkdown': 'Použiť vyznačenie',
|
|
760
|
+
'fabric.editor.viewAndAddCommentsOnMedia': 'Zobraziť a pridať komentáre',
|
|
761
|
+
'fabric.editor.viewCommentOnMedia': 'Zobraziť komentáre',
|
|
762
|
+
'fabric.editor.warning': 'Varovanie',
|
|
763
|
+
'fabric.editor.warningPanel': 'Panel výstrah',
|
|
764
|
+
'fabric.editor.warningPanel.description': 'Pridať upozornenie do farebného panela',
|
|
765
|
+
'fabric.editor.wrapLeft': 'Zbaliť vľavo',
|
|
766
|
+
'fabric.editor.wrapRight': 'Zbaliť vpravo',
|
|
767
|
+
'fabric.emoji.label': 'Emodži',
|
|
768
|
+
'fabric.theme.bold-gray': 'Sýta sivá',
|
|
769
|
+
'fabric.theme.bold-magenta': 'Sýta purpurová',
|
|
770
|
+
'fabric.theme.bold-yellow': 'Sýta žltá',
|
|
771
|
+
'fabric.theme.bolder-blue': 'Sýtejšia modrá',
|
|
772
|
+
'fabric.theme.bolder-gray': 'Sýtejšia sivá',
|
|
773
|
+
'fabric.theme.bolder-green': 'Sýtejšia zelená',
|
|
774
|
+
'fabric.theme.bolder-magenta': 'Sýtejšia purpurová',
|
|
775
|
+
'fabric.theme.bolder-orange': 'Sýtejšia oranžová',
|
|
776
|
+
'fabric.theme.bolder-purple': 'Sýtejšia fialová',
|
|
777
|
+
'fabric.theme.bolder-red': 'Sýtejšia červená',
|
|
778
|
+
'fabric.theme.bolder-teal': 'Sýtejšia modrozelená',
|
|
779
|
+
'fabric.theme.bolder-yellow': 'Sýtejšia žltá',
|
|
780
|
+
'fabric.theme.lime': 'Limetková',
|
|
781
|
+
'fabric.theme.magenta': 'Purpurová',
|
|
782
|
+
'fabric.theme.no-color': 'Bez zvýraznenia',
|
|
783
|
+
'fabric.theme.subtle-gray': 'Jemná šedá',
|
|
784
|
+
'fabric.theme.subtle-magenta': 'Jemná purpurová',
|
|
785
|
+
'fabric.theme.subtle-orange': 'Jemná oranžová',
|
|
786
|
+
'fabrid.editor.rowNumbers': 'Čísla riadkov',
|
|
787
|
+
'rovo.agents.dropdown.title': 'Agenti',
|
|
788
|
+
'rovo.agents.dropdown.viewAgents.label': 'Zobraziť všetkých agentov'
|
|
789
|
+
};
|