@atlaskit/editor-common 102.16.0 → 102.17.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 +23 -0
- package/dist/cjs/ai-messages/ai.js +5 -0
- package/dist/cjs/i18n/cs.js +240 -2
- package/dist/cjs/i18n/da.js +239 -2
- package/dist/cjs/i18n/de.js +239 -2
- package/dist/cjs/i18n/en.js +249 -3
- package/dist/cjs/i18n/en_GB.js +249 -3
- package/dist/cjs/i18n/en_ZZ.js +249 -3
- package/dist/cjs/i18n/es.js +240 -2
- package/dist/cjs/i18n/fi.js +240 -2
- package/dist/cjs/i18n/fr.js +240 -2
- package/dist/cjs/i18n/hu.js +239 -2
- package/dist/cjs/i18n/it.js +239 -2
- package/dist/cjs/i18n/ja.js +240 -2
- package/dist/cjs/i18n/ko.js +240 -2
- package/dist/cjs/i18n/nb.js +239 -2
- package/dist/cjs/i18n/nl.js +239 -2
- package/dist/cjs/i18n/pl.js +240 -2
- package/dist/cjs/i18n/pt_BR.js +238 -2
- package/dist/cjs/i18n/ru.js +240 -2
- package/dist/cjs/i18n/sv.js +239 -2
- package/dist/cjs/i18n/th.js +225 -2
- package/dist/cjs/i18n/tr.js +240 -2
- package/dist/cjs/i18n/uk.js +225 -2
- package/dist/cjs/i18n/vi.js +224 -2
- package/dist/cjs/i18n/zh.js +240 -2
- package/dist/cjs/i18n/zh_TW.js +240 -2
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/ui/Expand/index.js +5 -0
- package/dist/cjs/utils/imageLoader.js +1 -1
- package/dist/cjs/utils/index.js +7 -0
- package/dist/es2019/ai-messages/ai.js +5 -0
- package/dist/es2019/i18n/cs.js +240 -2
- package/dist/es2019/i18n/da.js +239 -2
- package/dist/es2019/i18n/de.js +239 -2
- package/dist/es2019/i18n/en.js +249 -3
- package/dist/es2019/i18n/en_GB.js +249 -3
- package/dist/es2019/i18n/en_ZZ.js +249 -3
- package/dist/es2019/i18n/es.js +240 -2
- package/dist/es2019/i18n/fi.js +240 -2
- package/dist/es2019/i18n/fr.js +240 -2
- package/dist/es2019/i18n/hu.js +239 -2
- package/dist/es2019/i18n/it.js +239 -2
- package/dist/es2019/i18n/ja.js +240 -2
- package/dist/es2019/i18n/ko.js +240 -2
- package/dist/es2019/i18n/nb.js +239 -2
- package/dist/es2019/i18n/nl.js +239 -2
- package/dist/es2019/i18n/pl.js +240 -2
- package/dist/es2019/i18n/pt_BR.js +238 -2
- package/dist/es2019/i18n/ru.js +240 -2
- package/dist/es2019/i18n/sv.js +239 -2
- package/dist/es2019/i18n/th.js +225 -2
- package/dist/es2019/i18n/tr.js +240 -2
- package/dist/es2019/i18n/uk.js +225 -2
- package/dist/es2019/i18n/vi.js +224 -2
- package/dist/es2019/i18n/zh.js +240 -2
- package/dist/es2019/i18n/zh_TW.js +240 -2
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/ui/Expand/index.js +5 -0
- package/dist/es2019/utils/imageLoader.js +1 -1
- package/dist/es2019/utils/index.js +7 -0
- package/dist/esm/ai-messages/ai.js +5 -0
- package/dist/esm/i18n/cs.js +240 -2
- package/dist/esm/i18n/da.js +239 -2
- package/dist/esm/i18n/de.js +239 -2
- package/dist/esm/i18n/en.js +249 -3
- package/dist/esm/i18n/en_GB.js +249 -3
- package/dist/esm/i18n/en_ZZ.js +249 -3
- package/dist/esm/i18n/es.js +240 -2
- package/dist/esm/i18n/fi.js +240 -2
- package/dist/esm/i18n/fr.js +240 -2
- package/dist/esm/i18n/hu.js +239 -2
- package/dist/esm/i18n/it.js +239 -2
- package/dist/esm/i18n/ja.js +240 -2
- package/dist/esm/i18n/ko.js +240 -2
- package/dist/esm/i18n/nb.js +239 -2
- package/dist/esm/i18n/nl.js +239 -2
- package/dist/esm/i18n/pl.js +240 -2
- package/dist/esm/i18n/pt_BR.js +238 -2
- package/dist/esm/i18n/ru.js +240 -2
- package/dist/esm/i18n/sv.js +239 -2
- package/dist/esm/i18n/th.js +225 -2
- package/dist/esm/i18n/tr.js +240 -2
- package/dist/esm/i18n/uk.js +225 -2
- package/dist/esm/i18n/vi.js +224 -2
- package/dist/esm/i18n/zh.js +240 -2
- package/dist/esm/i18n/zh_TW.js +240 -2
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/ui/Expand/index.js +5 -0
- package/dist/esm/utils/imageLoader.js +1 -1
- package/dist/esm/utils/index.js +7 -0
- package/dist/types/ai-messages/ai.d.ts +5 -0
- package/dist/types/i18n/cs.d.ts +239 -1
- package/dist/types/i18n/da.d.ts +238 -1
- package/dist/types/i18n/de.d.ts +238 -1
- package/dist/types/i18n/en.d.ts +247 -1
- package/dist/types/i18n/en_GB.d.ts +247 -1
- package/dist/types/i18n/en_ZZ.d.ts +247 -1
- package/dist/types/i18n/es.d.ts +239 -1
- package/dist/types/i18n/fi.d.ts +239 -1
- package/dist/types/i18n/fr.d.ts +239 -1
- package/dist/types/i18n/hu.d.ts +238 -1
- package/dist/types/i18n/it.d.ts +238 -1
- package/dist/types/i18n/ja.d.ts +239 -1
- package/dist/types/i18n/ko.d.ts +239 -1
- package/dist/types/i18n/nb.d.ts +238 -1
- package/dist/types/i18n/nl.d.ts +238 -1
- package/dist/types/i18n/pl.d.ts +239 -1
- package/dist/types/i18n/pt_BR.d.ts +237 -1
- package/dist/types/i18n/ru.d.ts +239 -1
- package/dist/types/i18n/sv.d.ts +238 -1
- package/dist/types/i18n/th.d.ts +224 -1
- package/dist/types/i18n/tr.d.ts +239 -1
- package/dist/types/i18n/uk.d.ts +224 -1
- package/dist/types/i18n/vi.d.ts +223 -1
- package/dist/types/i18n/zh.d.ts +239 -1
- package/dist/types/i18n/zh_TW.d.ts +239 -1
- package/dist/types/ui/Expand/index.d.ts +5 -0
- package/dist/types/utils/index.d.ts +6 -0
- package/dist/types-ts4.5/ai-messages/ai.d.ts +5 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +239 -1
- package/dist/types-ts4.5/i18n/da.d.ts +238 -1
- package/dist/types-ts4.5/i18n/de.d.ts +238 -1
- package/dist/types-ts4.5/i18n/en.d.ts +247 -1
- package/dist/types-ts4.5/i18n/en_GB.d.ts +247 -1
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +247 -1
- package/dist/types-ts4.5/i18n/es.d.ts +239 -1
- package/dist/types-ts4.5/i18n/fi.d.ts +239 -1
- package/dist/types-ts4.5/i18n/fr.d.ts +239 -1
- package/dist/types-ts4.5/i18n/hu.d.ts +238 -1
- package/dist/types-ts4.5/i18n/it.d.ts +238 -1
- package/dist/types-ts4.5/i18n/ja.d.ts +239 -1
- package/dist/types-ts4.5/i18n/ko.d.ts +239 -1
- package/dist/types-ts4.5/i18n/nb.d.ts +238 -1
- package/dist/types-ts4.5/i18n/nl.d.ts +238 -1
- package/dist/types-ts4.5/i18n/pl.d.ts +239 -1
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +237 -1
- package/dist/types-ts4.5/i18n/ru.d.ts +239 -1
- package/dist/types-ts4.5/i18n/sv.d.ts +238 -1
- package/dist/types-ts4.5/i18n/th.d.ts +224 -1
- package/dist/types-ts4.5/i18n/tr.d.ts +239 -1
- package/dist/types-ts4.5/i18n/uk.d.ts +224 -1
- package/dist/types-ts4.5/i18n/vi.d.ts +223 -1
- package/dist/types-ts4.5/i18n/zh.d.ts +239 -1
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +239 -1
- package/dist/types-ts4.5/ui/Expand/index.d.ts +5 -0
- package/dist/types-ts4.5/utils/index.d.ts +6 -0
- package/package.json +7 -3
- package/utils/document/package.json +17 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# @atlaskit/editor-common
|
|
2
2
|
|
|
3
|
+
## 102.17.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#132362](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/132362)
|
|
8
|
+
[`2e90b51d52288`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2e90b51d52288) -
|
|
9
|
+
[ux] [ED-26841] Do not autofocus editor when it is a live page with content. Additionally hide
|
|
10
|
+
cursor marks and ensure cursor starts at the very start of document to prevent selection
|
|
11
|
+
appearance and toolbars.
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [#135116](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/135116)
|
|
16
|
+
[`989fa04bd7476`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/989fa04bd7476) -
|
|
17
|
+
[A11Y-9876] Confluence AI: Inappropriate aria-label defined to textarea fix
|
|
18
|
+
- Updated dependencies
|
|
19
|
+
|
|
20
|
+
## 102.16.1
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- Updated dependencies
|
|
25
|
+
|
|
3
26
|
## 102.16.0
|
|
4
27
|
|
|
5
28
|
### Minor Changes
|
|
@@ -129,6 +129,11 @@ var aiMessages = exports.aiMessages = (0, _reactIntlNext.defineMessages)({
|
|
|
129
129
|
description: 'Message to users that displays when an error occurs while generating a preview.'
|
|
130
130
|
},
|
|
131
131
|
// Prompt Builder messages
|
|
132
|
+
promptbuilderAriaLabel: {
|
|
133
|
+
id: 'fabric.editor.ai.commandPalette.promptBuilderForm.generateContent.ariaLabel',
|
|
134
|
+
defaultMessage: 'Ask Atlassian Intelligence',
|
|
135
|
+
description: 'Aria label for prompt builder form'
|
|
136
|
+
},
|
|
132
137
|
promptBuilderFromButton: {
|
|
133
138
|
id: 'fabric.editor.ai.commandPalette.promptBuilderForm.buttons.submit',
|
|
134
139
|
defaultMessage: 'Generate',
|
package/dist/cjs/i18n/cs.js
CHANGED
|
@@ -16,6 +16,7 @@ var _default = exports.default = {
|
|
|
16
16
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Úpravy dokončeny',
|
|
17
17
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Provést úpravy',
|
|
18
18
|
'editor-common-extensibility.macro.button.configure': 'Konfigurovat makro {macroName}',
|
|
19
|
+
'fablric.editor.viewAllInserts': 'Zobrazit všechny vložky',
|
|
19
20
|
'fabric.editor.action': 'Aktuální úkol',
|
|
20
21
|
'fabric.editor.action.description': 'Vytvořit a přiřadit aktuální úkol',
|
|
21
22
|
'fabric.editor.addAltText': 'Alternativní text',
|
|
@@ -28,12 +29,225 @@ var _default = exports.default = {
|
|
|
28
29
|
'fabric.editor.addMediaFiles': 'Přidat obrázek, video nebo soubor',
|
|
29
30
|
'fabric.editor.addRowAbove': 'Přidat řádek nad',
|
|
30
31
|
'fabric.editor.addRowBelow': 'Přidat řádek pod',
|
|
32
|
+
'fabric.editor.addUpdatedAltText': 'Přidejte alternativní text.',
|
|
33
|
+
'fabric.editor.ai.ai-panels.actionItemsPageDescription': 'Vyhledejte položky akcí a zobrazte je na panelu pomocí Atlassian Intelligence.',
|
|
34
|
+
'fabric.editor.ai.ai-panels.actionItemsPageTitle': 'Panel položek akcí (beta)',
|
|
35
|
+
'fabric.editor.ai.ai-panels.summarizePageDescription': 'Vytvořte souhrn této stránky a zobrazte jej na panelu pomocí Atlassian Intelligence.',
|
|
36
|
+
'fabric.editor.ai.ai-panels.summarizePageTitle': 'Panel souhrnu stránky (beta)',
|
|
37
|
+
'fabric.editor.ai.ai-smart-button.context.reference': 'Vybraný obsah',
|
|
38
|
+
'fabric.editor.ai.atlas-prebuilt.atlasGenerateContentConfigItemDescription': 'Generuje obsah, který má být vložen do aktualizace.',
|
|
39
|
+
'fabric.editor.ai.atlas-prebuilt.atlasSummarizePageConfigItemDescription': 'Shrne obsah aktualizace.',
|
|
40
|
+
'fabric.editor.ai.commandPalette.promptBuilderForm.buttons.submit': 'Generovat',
|
|
41
|
+
'fabric.editor.ai.config.item.action.insert': 'Vložit',
|
|
42
|
+
'fabric.editor.ai.config.item.action.insertAtTop': 'Vložit nahoru',
|
|
43
|
+
'fabric.editor.ai.config.item.action.insertBelow': 'Vložit pod',
|
|
44
|
+
'fabric.editor.ai.config.item.action.replace': 'Nahradit',
|
|
45
|
+
'fabric.editor.ai.config.item.action.replaceTitle': 'Nahradit název',
|
|
46
|
+
'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip': 'Název nesmí mít více znaků než {maxLength}.',
|
|
47
|
+
'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel': 'Otevřít v chatu',
|
|
48
|
+
'fabric.editor.ai.config.item.advanced-prompt.form.instructions.label': 'Pokyny',
|
|
49
|
+
'fabric.editor.ai.config.item.advancedPrompt.description': 'Upřesněte úkol, pokyny a pravidla',
|
|
50
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.creativity.label': 'Kreativita',
|
|
51
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.creativity.option.high': 'Vysoká',
|
|
52
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.creativity.option.low': 'Nízká',
|
|
53
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.creativity.option.medium': 'Střední',
|
|
54
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.instructions.helperMessage': 'Příklad: 1. Na začátku dokumentu uveďte stručný přehled cílů naší společnosti. 2. Vytvořte seznam klíčových členů týmu, se kterými se během prvního týdne setkají.',
|
|
55
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.instructions.placeholder': 'Zajistěte pokyny k úkolům, které pomohou generovat konkrétní výstupy.',
|
|
56
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.rules.helperMessage': 'Příklad: Výstup musí být v souladu s pokyny společnosti pro styl a nesmějí používat neověřené údaje.',
|
|
57
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.rules.label': 'Pravidla',
|
|
58
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.rules.placeholder': 'Uveďte pravidla, která mají dodržovat.',
|
|
59
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.task.error.required': 'Zadejte úkol',
|
|
60
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.task.helperMessage': 'Příklad: Vytvořte nástupní dokumentaci pro nové zaměstnance, kteří se připojují k týmu.',
|
|
61
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.task.label': 'Úkol',
|
|
62
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.task.placeholder': 'Popište úkol, který je třeba dokončit.',
|
|
63
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.tone.label': 'Tón',
|
|
64
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.tone.option.casual': 'Neformální',
|
|
65
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.tone.option.educational': 'Vzdělávací',
|
|
66
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.tone.option.empathetic': 'Empatický',
|
|
67
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.tone.option.neutral': 'Neutrální',
|
|
68
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.tone.option.professional': 'Profesionální',
|
|
69
|
+
'fabric.editor.ai.config.item.advancedPrompt.promptLabel': 'Vytvořte pokročilou výzvu',
|
|
70
|
+
'fabric.editor.ai.config.item.advancedPrompt.title': 'Vytvořte pokročilou výzvu',
|
|
71
|
+
'fabric.editor.ai.config.item.agent.title': 'Atlassian Intelligence – Agent Rovo',
|
|
72
|
+
'fabric.editor.ai.config.item.atlas-shorten-update.description': 'Zkrátí obsah, aby byl stručnější.',
|
|
73
|
+
'fabric.editor.ai.config.item.atlas-shorten-update.title': 'Zkrátit aktualizaci',
|
|
74
|
+
'fabric.editor.ai.config.item.bb.pr.description.description': 'Vytvoří popis pull requestu se souhrnem změn.',
|
|
75
|
+
'fabric.editor.ai.config.item.bb.pr.description.title': 'Vytvořit popis pull requestu',
|
|
76
|
+
'fabric.editor.ai.config.item.brainstorm.description': 'Vygeneruje seznam nápadů pro zadané téma.',
|
|
77
|
+
'fabric.editor.ai.config.item.brainstorm.promptHint': 'Nadhoďte téma…',
|
|
78
|
+
'fabric.editor.ai.config.item.brainstorm.promptLabel': 'Brainstorming',
|
|
79
|
+
'fabric.editor.ai.config.item.brainstorm.title': 'Brainstorming',
|
|
80
|
+
'fabric.editor.ai.config.item.changeTone.casualTone.description': 'Změní tón obsahu na neformální.',
|
|
81
|
+
'fabric.editor.ai.config.item.changeTone.casualTone.selectionToolbar.dropdownItem.title': 'Neformální',
|
|
82
|
+
'fabric.editor.ai.config.item.changeTone.casualTone.shortTitle': 'Neformální',
|
|
83
|
+
'fabric.editor.ai.config.item.changeTone.casualTone.title': 'Změnit tón na neformální',
|
|
84
|
+
'fabric.editor.ai.config.item.changeTone.educationalTone.description': 'Změní tón obsahu na vzdělávací.',
|
|
85
|
+
'fabric.editor.ai.config.item.changeTone.educationalTone.selectionToolbar.dropdownItem.title': 'Vzdělávací',
|
|
86
|
+
'fabric.editor.ai.config.item.changeTone.educationalTone.shortTitle': 'Vzdělávací',
|
|
87
|
+
'fabric.editor.ai.config.item.changeTone.educationalTone.title': 'Změnit tón na vzdělávací',
|
|
88
|
+
'fabric.editor.ai.config.item.changeTone.empatheticTone.description': 'Změní tón obsahu na empatický.',
|
|
89
|
+
'fabric.editor.ai.config.item.changeTone.empatheticTone.selectionToolbar.dropdownItem.title': 'Empatický',
|
|
90
|
+
'fabric.editor.ai.config.item.changeTone.empatheticTone.shortTitle': 'Empatický',
|
|
91
|
+
'fabric.editor.ai.config.item.changeTone.empatheticTone.title': 'Změnit tón na empatický',
|
|
92
|
+
'fabric.editor.ai.config.item.changeTone.nestingParentTitlePostGA': 'Změnit tón na…',
|
|
93
|
+
'fabric.editor.ai.config.item.changeTone.neutralTone.description': 'Změní tón obsahu na neutrální.',
|
|
94
|
+
'fabric.editor.ai.config.item.changeTone.neutralTone.selectionToolbar.dropdownItem.title': 'Neutrální',
|
|
95
|
+
'fabric.editor.ai.config.item.changeTone.neutralTone.shortTitle': 'Neutrální',
|
|
96
|
+
'fabric.editor.ai.config.item.changeTone.neutralTone.title': 'Změnit tón na neutrální',
|
|
97
|
+
'fabric.editor.ai.config.item.changeTone.professionalTone.description': 'Změní tón obsahu na profesionální.',
|
|
98
|
+
'fabric.editor.ai.config.item.changeTone.professionalTone.selectionToolbar.dropdownItem.title': 'Profesionální',
|
|
99
|
+
'fabric.editor.ai.config.item.changeTone.professionalTone.shortTitle': 'Profesionální',
|
|
100
|
+
'fabric.editor.ai.config.item.changeTone.professionalTone.title': 'Změnit tón na profesionální',
|
|
101
|
+
'fabric.editor.ai.config.item.convertToBulletList.description': 'Změní formát obsahu na odrážkový seznam.',
|
|
102
|
+
'fabric.editor.ai.config.item.convertToBulletList.title': 'Převést na odrážkový seznam',
|
|
103
|
+
'fabric.editor.ai.config.item.convertToTable.description': 'Změní formát obsahu na tabulku se záhlavím.',
|
|
104
|
+
'fabric.editor.ai.config.item.convertToTable.title': 'Převést na tabulku',
|
|
105
|
+
'fabric.editor.ai.config.item.draftReply.description': 'Navrhne odpověď na základě požadavků podobných tomu, na kterém právě pracujete.',
|
|
106
|
+
'fabric.editor.ai.config.item.draftReply.title': 'Navrhnout odpověď',
|
|
107
|
+
'fabric.editor.ai.config.item.enhance.fixSpellingGrammar.description': 'Opravuje pravopisné a gramatické chyby.',
|
|
108
|
+
'fabric.editor.ai.config.item.enhance.fixSpellingGrammar.selectionToolbar.dropdownItem.title': 'Pravopis a gramatika',
|
|
109
|
+
'fabric.editor.ai.config.item.enhance.fixSpellingGrammar.title': 'Opravit pravopis a gramatiku',
|
|
110
|
+
'fabric.editor.ai.config.item.enhance.improveWriting.description': 'Zlepší zřetelnost, strukturu a tón za účelem větší poutavosti a srozumitelnosti.',
|
|
111
|
+
'fabric.editor.ai.config.item.enhance.improveWriting.selectionToolbar.dropdownItem.title': 'Vylepšit styl',
|
|
112
|
+
'fabric.editor.ai.config.item.enhance.improveWriting.title': 'Vylepšit styl',
|
|
113
|
+
'fabric.editor.ai.config.item.findActionItems.description': 'Vyhledá položky akcí v obsahu, který poskytujete.',
|
|
114
|
+
'fabric.editor.ai.config.item.findActionItems.title': 'Najít položky akcí',
|
|
115
|
+
'fabric.editor.ai.config.item.freeGenerate.disabled.promptHint': 'Vyberte si z následujících možností (samočinné generování je v Elevate momentálně zakázáno)',
|
|
116
|
+
'fabric.editor.ai.config.item.generateContent.promptHint': 'Napište pomocí AI nebo vyberte níže.',
|
|
117
|
+
'fabric.editor.ai.config.item.improveDescription.default.description': 'Změňte strukturu popisu požadavku na základě typu požadavku.',
|
|
118
|
+
'fabric.editor.ai.config.item.improveDescription.default.title.experiment.one': 'Vylepšit popis',
|
|
119
|
+
'fabric.editor.ai.config.item.makeLonger.description': 'Rozšíří obsah na základě kontextu, který poskytnete.',
|
|
120
|
+
'fabric.editor.ai.config.item.makeLonger.title': 'Prodloužit obsah',
|
|
121
|
+
'fabric.editor.ai.config.item.range.agent.description': 'Bez popisu',
|
|
122
|
+
'fabric.editor.ai.config.item.range.agent.prompt.hint': 'Řekněte agentovi, aby něco napsal, nebo si vyberte z možností níže.',
|
|
123
|
+
'fabric.editor.ai.config.item.rephrase.description': 'Vytvoří návrh na přepsání vašich vět.',
|
|
124
|
+
'fabric.editor.ai.config.item.rephrase.title': 'Přeformulovat',
|
|
125
|
+
'fabric.editor.ai.config.item.shorten.description': 'Zkrátí obsah, aby byl stručnější.',
|
|
126
|
+
'fabric.editor.ai.config.item.shorten.selectionToolbar.dropdownItem.title': 'Zkrátit',
|
|
127
|
+
'fabric.editor.ai.config.item.shorten.title': 'Zkrátit',
|
|
128
|
+
'fabric.editor.ai.config.item.suggest.description': 'Navrhne název pro obsah, který poskytujete.',
|
|
129
|
+
'fabric.editor.ai.config.item.suggest.title': 'Navrhnout název',
|
|
130
|
+
'fabric.editor.ai.config.item.summarize.description': 'Vytvoří souhrn textu, na kterém pracujete, a zdůrazní klíčové body.',
|
|
131
|
+
'fabric.editor.ai.config.item.summarize.dropdownItem.title': 'Shrnout psaní',
|
|
132
|
+
'fabric.editor.ai.config.item.summarize.title': 'Shrnout psaní',
|
|
133
|
+
'fabric.editor.ai.config.item.translate.czech': 'Čeština',
|
|
134
|
+
'fabric.editor.ai.config.item.translate.danish': 'Dánština',
|
|
135
|
+
'fabric.editor.ai.config.item.translate.dutch': 'Holandština',
|
|
136
|
+
'fabric.editor.ai.config.item.translate.english': 'Czech',
|
|
137
|
+
'fabric.editor.ai.config.item.translate.finnish': 'Finština',
|
|
138
|
+
'fabric.editor.ai.config.item.translate.french': 'Francouzština',
|
|
139
|
+
'fabric.editor.ai.config.item.translate.german': 'Němčina',
|
|
140
|
+
'fabric.editor.ai.config.item.translate.hungarian': 'Maďarština',
|
|
141
|
+
'fabric.editor.ai.config.item.translate.italian': 'Italština',
|
|
142
|
+
'fabric.editor.ai.config.item.translate.japanese': 'Japonština',
|
|
143
|
+
'fabric.editor.ai.config.item.translate.nestingParentTitle.ga': 'Přeložit',
|
|
144
|
+
'fabric.editor.ai.config.item.translate.nestingParentTitlePostGA': 'Přeložit do…',
|
|
145
|
+
'fabric.editor.ai.config.item.translate.norwegian': 'Norština',
|
|
146
|
+
'fabric.editor.ai.config.item.translate.russian': 'Ruština',
|
|
147
|
+
'fabric.editor.ai.config.item.translate.spanish': 'Španělština',
|
|
148
|
+
'fabric.editor.ai.config.item.translate.swedish': 'Švédština',
|
|
149
|
+
'fabric.editor.ai.config.item.translate.thai': 'Thaiština',
|
|
150
|
+
'fabric.editor.ai.config.item.translateTo.chineseSimplified.description': 'Přeloží text, na kterém pracujete, do zjednodušené čínštiny.',
|
|
151
|
+
'fabric.editor.ai.config.item.translateTo.chineseSimplified.title': 'Přeložit do zjednodušené čínštiny',
|
|
152
|
+
'fabric.editor.ai.config.item.translateTo.chineseTraditional.description': 'Přeloží text, na kterém pracujete, do tradiční čínštiny.',
|
|
153
|
+
'fabric.editor.ai.config.item.translateTo.chineseTraditional.title': 'Přeložit do tradiční čínštiny',
|
|
154
|
+
'fabric.editor.ai.config.item.translateTo.czech.description': 'Přeloží text, na kterém pracujete, do češtiny.',
|
|
155
|
+
'fabric.editor.ai.config.item.translateTo.czech.title': 'Přeložit do češtiny',
|
|
156
|
+
'fabric.editor.ai.config.item.translateTo.danish.description': 'Přeloží text, na kterém pracujete, do dánštiny.',
|
|
157
|
+
'fabric.editor.ai.config.item.translateTo.danish.title': 'Přeložit do dánštiny',
|
|
158
|
+
'fabric.editor.ai.config.item.translateTo.dutch.description': 'Přeloží text, na kterém pracujete, do nizozemštiny.',
|
|
159
|
+
'fabric.editor.ai.config.item.translateTo.dutch.title': 'Přeložit do nizozemštiny',
|
|
160
|
+
'fabric.editor.ai.config.item.translateTo.english.description': 'Přeloží text, na kterém pracujete, do angličtiny.',
|
|
161
|
+
'fabric.editor.ai.config.item.translateTo.english.title': 'Přeložit do angličtiny',
|
|
162
|
+
'fabric.editor.ai.config.item.translateTo.finnish.description': 'Přeloží text, na kterém pracujete, do finštiny.',
|
|
163
|
+
'fabric.editor.ai.config.item.translateTo.finnish.title': 'Přeložit do finštiny',
|
|
164
|
+
'fabric.editor.ai.config.item.translateTo.french.description': 'Přeloží text, na kterém pracujete, do francouzštiny.',
|
|
165
|
+
'fabric.editor.ai.config.item.translateTo.french.title': 'Přeložit do francouzštiny',
|
|
166
|
+
'fabric.editor.ai.config.item.translateTo.german.description': 'Přeloží text, na kterém pracujete, do němčiny.',
|
|
167
|
+
'fabric.editor.ai.config.item.translateTo.german.title': 'Přeložit do němčiny',
|
|
168
|
+
'fabric.editor.ai.config.item.translateTo.hungarian.description': 'Přeloží text, na kterém pracujete, do maďarštiny.',
|
|
169
|
+
'fabric.editor.ai.config.item.translateTo.hungarian.title': 'Přeložit do maďarštiny',
|
|
170
|
+
'fabric.editor.ai.config.item.translateTo.italian.description': 'Přeloží text, na kterém pracujete, do italštiny.',
|
|
171
|
+
'fabric.editor.ai.config.item.translateTo.italian.title': 'Přeložit do italštiny',
|
|
172
|
+
'fabric.editor.ai.config.item.translateTo.japanese.description': 'Přeloží text, na kterém pracujete, do japonštiny.',
|
|
173
|
+
'fabric.editor.ai.config.item.translateTo.japanese.title': 'Přeložit do japonštiny',
|
|
174
|
+
'fabric.editor.ai.config.item.translateTo.korean.description': 'Přeloží text, na kterém pracujete, do korejštiny.',
|
|
175
|
+
'fabric.editor.ai.config.item.translateTo.korean.title': 'Přeložit do korejštiny',
|
|
176
|
+
'fabric.editor.ai.config.item.translateTo.norwegian.description': 'Přeloží text, na kterém pracujete, do norštiny.',
|
|
177
|
+
'fabric.editor.ai.config.item.translateTo.norwegian.title': 'Přeložit do norštiny',
|
|
178
|
+
'fabric.editor.ai.config.item.translateTo.polish.description': 'Přeloží text, na kterém pracujete, do polštiny.',
|
|
179
|
+
'fabric.editor.ai.config.item.translateTo.polish.title': 'Přeložit do polštiny',
|
|
180
|
+
'fabric.editor.ai.config.item.translateTo.portugueseBrazilian.description': 'Přeloží text, na kterém pracujete, do brazilské portugalštiny.',
|
|
181
|
+
'fabric.editor.ai.config.item.translateTo.portugueseBrazilian.title': 'Přeložit do brazilské portugalštiny',
|
|
182
|
+
'fabric.editor.ai.config.item.translateTo.russian.description': 'Přeloží text, na kterém pracujete, do ruštiny.',
|
|
183
|
+
'fabric.editor.ai.config.item.translateTo.russian.title': 'Přeložit do ruštiny',
|
|
184
|
+
'fabric.editor.ai.config.item.translateTo.spanish.description': 'Přeloží text, na kterém pracujete, do španělštiny.',
|
|
185
|
+
'fabric.editor.ai.config.item.translateTo.spanish.title': 'Přeložit do španělštiny',
|
|
186
|
+
'fabric.editor.ai.config.item.translateTo.swedish.description': 'Přeloží text, na kterém pracujete, do švédštiny.',
|
|
187
|
+
'fabric.editor.ai.config.item.translateTo.swedish.title': 'Přeložit do švédštiny',
|
|
188
|
+
'fabric.editor.ai.config.item.translateTo.thai.description': 'Přeloží text, na kterém pracujete, do thajštiny.',
|
|
189
|
+
'fabric.editor.ai.config.item.translateTo.thai.title': 'Přeložit do thajštiny',
|
|
190
|
+
'fabric.editor.ai.config.item.translateTo.turkish.description': 'Přeloží text, na kterém pracujete, do turečtiny.',
|
|
191
|
+
'fabric.editor.ai.config.item.translateTo.turkish.title': 'Přeložit do turečtiny',
|
|
192
|
+
'fabric.editor.ai.config.item.translateTo.ukrainian.description': 'Přeloží text, na kterém pracujete, do ukrajinštiny.',
|
|
193
|
+
'fabric.editor.ai.config.item.translateTo.ukrainian.title': 'Přeložit do ukrajinštiny',
|
|
194
|
+
'fabric.editor.ai.config.item.translateTo.vietnamese.description': 'Přeloží text, na kterém pracujete, do vietnamštiny.',
|
|
195
|
+
'fabric.editor.ai.config.item.translateTo.vietnamese.title': 'Přeložit do vietnamštiny',
|
|
196
|
+
'fabric.editor.ai.confluence-prebuilt.confluenceChangeToneSelectionToolbarDropdownMenuTitle': 'Změnit tón',
|
|
197
|
+
'fabric.editor.ai.confluence-prebuilt.confluenceRewriteSelectionToolbarDropdownMenuTitle': 'Přepsat',
|
|
198
|
+
'fabric.editor.ai.confluence-prebuilt.confluenceTranslateSelectionToolbarDropdownMenuTitle': 'Přeložit',
|
|
199
|
+
'fabric.editor.ai.eventHub.fallbackSuggestedTitle': 'Název stránky',
|
|
200
|
+
'fabric.editor.ai.eventHub.fallbackSuggestedTitlePrefix': 'Stránka',
|
|
201
|
+
'fabric.editor.ai.experience-application.documentInsertError': 'Při vkládání odpovědi se vyskytl problém. Zavřete dialog a zkuste to znovu.',
|
|
202
|
+
'fabric.editor.ai.experience-application.error-boundary.markdownErrorMessage': 'Při generování náhledu se vyskytl problém. Zavřete dialog a zkuste to znovu.',
|
|
203
|
+
'fabric.editor.ai.experience-application.rateLimitEnforced': 'Obdrželi jsme příliš mnoho nedávných žádostí pro Atlassian Intelligence (AI). Zkuste to znovu za pár minut nebo si přečtěte o <link>nadměrném používání AI</link>.',
|
|
204
|
+
'fabric.editor.ai.experience-application.tokenLimitExceeded': 'Načtení odpovědi se nezdařilo. Vaše výzva nebo odpověď překročila limit pro tuto žádost. Zavřete dialog a zkuste to znovu.',
|
|
205
|
+
'fabric.editor.ai.experience-application.unhandledErrorMessage': 'Vyskytly se problémy. Zavřete dialog a zkuste to znovu.',
|
|
206
|
+
'fabric.editor.ai.experience.apiError': 'Získání odpovědi se nezdařilo, zkuste to znovu.',
|
|
207
|
+
'fabric.editor.ai.experience.aupViolationMessage': 'Vaše výzva nebo obsah nemusí být v souladu s našimi zásadami přijatelného používání. Zkontrolujte obojí a v případě potřeby si přečtěte naše <link>Zásady přijatelného používání</link>. Pokud problém přetrvává, zkuste jinou výzvu nebo obsah.',
|
|
208
|
+
'fabric.editor.ai.experience.browseMore.agents': 'Procházet agenty',
|
|
209
|
+
'fabric.editor.ai.experience.discardMessagePrompt': 'Chcete svou výzvu zahodit?',
|
|
210
|
+
'fabric.editor.ai.experience.discardMessageResponse': 'Chcete svou odpověď zahodit?',
|
|
211
|
+
'fabric.editor.ai.experience.elevateDisabledGenetateError': 'Samočinné generování je v Elevate momentálně zakázáno.',
|
|
212
|
+
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 Nyní můžete do výzev vkládat odkazy 🔗 na obsah Jira a Confluence.',
|
|
213
|
+
'fabric.editor.ai.experience.footerRightText.agents': 'Využívá technologii Rovo',
|
|
214
|
+
'fabric.editor.ai.experience.hipaaContentError': 'Atlassian Intelligence nedokázala zpracovat vaši žádost, protože váš obsah obsahuje odkazy na obsah omezený HIPAA. Odeberte tyto odkazy a zkuste to znovu.',
|
|
215
|
+
'fabric.editor.ai.experience.inputTooShortError': 'Obsah je pro souhrn příliš krátký. Přidejte další a zkuste to znovu.',
|
|
216
|
+
'fabric.editor.ai.experience.internalServerError': 'Atlassian Intelligence (AI) neodpovídá. Zkuste to znovu později nebo <link>zkontrolujte stav AI</link>.',
|
|
217
|
+
'fabric.editor.ai.experience.labelRight.atlassianIntelligence': 'Atlassian Intelligence',
|
|
218
|
+
'fabric.editor.ai.experience.labelRight.rovo': 'Rovo',
|
|
219
|
+
'fabric.editor.ai.experience.loadingTitle': 'Generuje se',
|
|
220
|
+
'fabric.editor.ai.experience.messageTemplateAnalysingQuery': 'Analýza: Vaše otázka se kontroluje.',
|
|
221
|
+
'fabric.editor.ai.experience.messageTemplateContentSearch': 'Vyhledávání: Počkejte chvilku, než vyhledáme informace.',
|
|
222
|
+
'fabric.editor.ai.experience.messageTemplateNextBestTask': 'Vyhledávání: Počkejte chvilku, než prohledáme Jira.',
|
|
223
|
+
'fabric.editor.ai.experience.messageTemplatePageHydration': 'Vyhledávání: Počkejte chvilku, než prohledáme stránku.',
|
|
224
|
+
'fabric.editor.ai.experience.noResultsSuggestion': 'Žádné výsledky',
|
|
225
|
+
'fabric.editor.ai.experience.responseTooSimilarMessage': 'Atlassian Intelligence nemá v tuto chvíli žádné návrhy. Neváhejte vyzkoušet jinou výzvu nebo obsah.',
|
|
226
|
+
'fabric.editor.ai.experience.showMoreButton': 'Zobrazit více',
|
|
227
|
+
'fabric.editor.ai.experience.suggestionGroupHeading.actions': 'Akce',
|
|
228
|
+
'fabric.editor.ai.experience.suggestionGroupHeading.agents': 'Agenti',
|
|
229
|
+
'fabric.editor.ai.experience.suggestionGroupHeading.atlassianIntelligence': 'Atlassian Intelligence',
|
|
230
|
+
'fabric.editor.ai.experience.suggestionGroupHeading.knowledgeSource': 'Zdroj znalostí',
|
|
231
|
+
'fabric.editor.ai.experience.suggestionGroupHeading.rovoAgents': 'Agenti Rovo',
|
|
232
|
+
'fabric.editor.ai.experience.suggestionGroupHeading.rovoAgentsCount': 'Agenti Rovo ({numberOfAgents})',
|
|
233
|
+
'fabric.editor.ai.experience.suggestionGroupHeading.studio': 'Studio',
|
|
234
|
+
'fabric.editor.ai.experience.suggestionGroupHeading.useRovoAgentsCount': 'Použijte agenta Rovo ({numberOfAgents})',
|
|
235
|
+
'fabric.editor.ai.experience.useGeneralAiKnowledgeLabel': 'Použít obecné znalosti',
|
|
236
|
+
'fabric.editor.ai.experience.useRovoOrganisationKnowledgeLabel': 'Použít znalosti z vaší organizace',
|
|
31
237
|
'fabric.editor.ai.proactive.error.markdownErrorMessage': 'Při generování náhledu se vyskytl problém. Zavřete dialog a zkuste to znovu.',
|
|
32
238
|
'fabric.editor.ai.proactive.error.unhandledErrorMessage': 'Vyskytly se problémy. Zavřete dialog a zkuste to znovu.',
|
|
33
239
|
'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': 'Vložit pod',
|
|
34
240
|
'fabric.editor.ai.proactive.preview.replaceProactiveRecommendation': 'Nahradit',
|
|
241
|
+
'fabric.editor.ai.screens.preview.convoAIBeta': 'Žádosti o generování obsahu, které odkazují na adresy URL, jsou v beta verzi.',
|
|
35
242
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': 'Zvýraznění termínu, akronymu nebo zkratky',
|
|
36
243
|
'fabric.editor.ai.selectionToolbar.define.title': 'Definovat',
|
|
244
|
+
'fabric.editor.ai.toolbar.askAI.title': 'Zeptat se AI',
|
|
245
|
+
'fabric.editor.ai.toolbar.improveWriting.title': 'Vylepšit styl',
|
|
246
|
+
'fabric.editor.ai.toolbar.improveWriting.tooltip': 'Požádejte Atlassian Intelligence o zlepšení vybrané části psaného textu.',
|
|
247
|
+
'fabric.editor.ai.toolbar.simplifiedAI.title': 'AI',
|
|
248
|
+
'fabric.editor.ai.toolbar.titleText': 'Atlassian Intelligence',
|
|
249
|
+
'fabric.editor.ai.toolbar.tryAI.title': 'Vyzkoušejte AI',
|
|
250
|
+
'fabric.editor.ai.toolbar.tryAI.tooltip': 'Otevřít Atlassian Intelligence',
|
|
37
251
|
'fabric.editor.alignCenter': 'Zarovnat na střed',
|
|
38
252
|
'fabric.editor.alignImageCenter': 'Zarovnat na střed',
|
|
39
253
|
'fabric.editor.alignImageLeft': 'Zarovnat vlevo',
|
|
@@ -49,7 +263,9 @@ var _default = exports.default = {
|
|
|
49
263
|
'fabric.editor.backLink': 'Zpět',
|
|
50
264
|
'fabric.editor.backgroundColor': 'Barva pozadí',
|
|
51
265
|
'fabric.editor.blockCardUnavailable': 'Vložený odkaz je uvnitř uzlu {node} a jeho zobrazení nelze změnit',
|
|
52
|
-
'fabric.editor.
|
|
266
|
+
'fabric.editor.blockControlDelete': 'Odstranit',
|
|
267
|
+
'fabric.editor.blockControlDragHandleMove': 'Přetažením přesunete.',
|
|
268
|
+
'fabric.editor.blockControlDragHandleRearrange': 'Přetažením změnit uspořádání',
|
|
53
269
|
'fabric.editor.blockControlInsert': 'Vložit',
|
|
54
270
|
'fabric.editor.blockControlMoveDown': 'Posunout dolů',
|
|
55
271
|
'fabric.editor.blockControlMoveLeft': 'Posunout doleva',
|
|
@@ -97,6 +313,7 @@ var _default = exports.default = {
|
|
|
97
313
|
'fabric.editor.columnSelected': 'Je vybrán sloupec {index} z {total}',
|
|
98
314
|
'fabric.editor.columns': 'Rozvržení',
|
|
99
315
|
'fabric.editor.columns.advanced.layout.description': '{numberOfColumns, plural, one {Vložit {numberOfColumns} stejný sloupec} few {Vložit {numberOfColumns} stejné sloupce} many {Vložit {numberOfColumns} stejného sloupce} other {Vložit {numberOfColumns} stejných sloupců}}',
|
|
316
|
+
'fabric.editor.columns.advanced.layout.single.description': 'Vložit rozvržení jediného sloupce',
|
|
100
317
|
'fabric.editor.columns.description': 'Uspořádejte svou stránku pomocí oddílů',
|
|
101
318
|
'fabric.editor.columnsAreInserted': '{count, plural, one {Byl vložen sloupec.} few {Byly vloženy {count} sloupce.} many {Bylo vloženo {count} sloupce.} other {Bylo vloženo {count} sloupců.}}',
|
|
102
319
|
'fabric.editor.columnsAreRemoved': '{count, plural, one {Sloupec byl odebrán.} few {Byly odebrány {count} sloupce.} many {Bylo odebráno {count} sloupce.} other {Bylo odebráno {count} sloupců.}}',
|
|
@@ -135,6 +352,8 @@ var _default = exports.default = {
|
|
|
135
352
|
'fabric.editor.datasource.confluenceSearch.description': 'Vložte seznam výsledků vyhledávání z Confluence s použitím rozšířeného vyhledávání, filtrování a konfigurací.',
|
|
136
353
|
'fabric.editor.datasource.jiraIssue': 'Požadavky Jira',
|
|
137
354
|
'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í.',
|
|
355
|
+
'fabric.editor.datasource.jiraIssue.description.issue-term-refresh': 'Vkládání požadavků Jira z Jira Cloud pomocí rozšířeného vyhledávání, filtrování a konfigurací',
|
|
356
|
+
'fabric.editor.datasource.jiraIssue.issue-term-refresh': 'Požadavky Jira',
|
|
138
357
|
'fabric.editor.datasourceAppearanceTitle': 'Sloupec',
|
|
139
358
|
'fabric.editor.datasourceTitle': 'Upravit vyhledávací dotaz',
|
|
140
359
|
'fabric.editor.date': 'Datum',
|
|
@@ -144,6 +363,7 @@ var _default = exports.default = {
|
|
|
144
363
|
'fabric.editor.decisionPlaceholder': 'Přidat rozhodnutí...',
|
|
145
364
|
'fabric.editor.decreaseSize': 'Snížit velikost tabulky nebo multimédia',
|
|
146
365
|
'fabric.editor.defaultAltText': 'Dokument',
|
|
366
|
+
'fabric.editor.delete': 'Odstranit',
|
|
147
367
|
'fabric.editor.description': 'Popis',
|
|
148
368
|
'fabric.editor.displayBlock': 'Zobrazit jako kartu',
|
|
149
369
|
'fabric.editor.displayEmbed': 'Zobrazit jako vložený objekt',
|
|
@@ -174,6 +394,7 @@ var _default = exports.default = {
|
|
|
174
394
|
'fabric.editor.editorHelp': 'Nápověda editoru.',
|
|
175
395
|
'fabric.editor.editors': 'Editoři',
|
|
176
396
|
'fabric.editor.elementBrowser.help': 'Nápověda',
|
|
397
|
+
'fabric.editor.elementInsertSidePanel.title': 'Vložit',
|
|
177
398
|
'fabric.editor.elementbrowser.categorylist.category-admin': 'Administrace',
|
|
178
399
|
'fabric.editor.elementbrowser.categorylist.category-ai': 'Atlassian Intelligence',
|
|
179
400
|
'fabric.editor.elementbrowser.categorylist.category-all': 'Vše',
|
|
@@ -198,6 +419,8 @@ var _default = exports.default = {
|
|
|
198
419
|
'fabric.editor.emoji': 'Emoji',
|
|
199
420
|
'fabric.editor.emoji.description': 'Používejte emoji k vyjádření nápadů 🎉 a emocí 😄',
|
|
200
421
|
'fabric.editor.emptyLink': 'Zadejte odkaz.',
|
|
422
|
+
'fabric.editor.emptySearchResults': 'Nenašli jsme žádné výsledky.',
|
|
423
|
+
'fabric.editor.emptySearchResultsSuggestion': 'Chcete-li procházet vkládací prvky, vyberte možnost {buttonName}.',
|
|
201
424
|
'fabric.editor.epic': 'Epic',
|
|
202
425
|
'fabric.editor.error': 'Chyba',
|
|
203
426
|
'fabric.editor.errorPanel': 'Panel chyb',
|
|
@@ -253,6 +476,7 @@ var _default = exports.default = {
|
|
|
253
476
|
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
254
477
|
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Chyba',
|
|
255
478
|
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Požadavek',
|
|
479
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel.issue-term-refresh': 'Požadavek',
|
|
256
480
|
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Stránka',
|
|
257
481
|
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Story',
|
|
258
482
|
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Úkol',
|
|
@@ -306,10 +530,14 @@ var _default = exports.default = {
|
|
|
306
530
|
'fabric.editor.italic': 'Kurzíva',
|
|
307
531
|
'fabric.editor.keyboardShortcuts': 'Klávesové zkratky',
|
|
308
532
|
'fabric.editor.layout.columnOption': '{count, plural, one {Sloupec} few {{count} sloupce} many {{count} sloupce} other {{count} sloupců}}',
|
|
533
|
+
'fabric.editor.layout.controls.placeholder': '/ pro vložení',
|
|
309
534
|
'fabric.editor.layout.placeholder': 'Přidat obsah',
|
|
310
535
|
'fabric.editor.layout.resizeLayout': 'Změnit velikost rozvržení',
|
|
311
536
|
'fabric.editor.layoutFixedWidth': 'Zpět na zobrazení standardní šířky',
|
|
312
537
|
'fabric.editor.layoutFullWidth': 'Přepnout do zobrazení na celou šířku',
|
|
538
|
+
'fabric.editor.layoutStateFixedWidth': 'Na střed',
|
|
539
|
+
'fabric.editor.layoutStateFullWidth': 'Celá šířka',
|
|
540
|
+
'fabric.editor.layoutStateWide': 'Široká',
|
|
313
541
|
'fabric.editor.layoutWide': 'Přepnout do zobrazení na šířku',
|
|
314
542
|
'fabric.editor.leftSidebar': 'Rozvržení levého bočního panelu',
|
|
315
543
|
'fabric.editor.link': 'Odkaz',
|
|
@@ -339,9 +567,12 @@ var _default = exports.default = {
|
|
|
339
567
|
'fabric.editor.media.insert.pasteLinkToUpload': 'Vložte odkaz pro nahrání.',
|
|
340
568
|
'fabric.editor.media.insert.upload': 'Nahrát',
|
|
341
569
|
'fabric.editor.media.pixelEntry.MediaWidthIsMax': 'Velikost multimediálního prvku byla zvýšena na maximum.',
|
|
570
|
+
'fabric.editor.media.pixelEntry.ResizeOption': 'Změnit velikost',
|
|
571
|
+
'fabric.editor.media.pixelEntry.closePixelEntry': 'Zavřít',
|
|
342
572
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': 'vstup výšky',
|
|
343
573
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': 'Výška',
|
|
344
574
|
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': 'Maximální šířka {maxWidth} px',
|
|
575
|
+
'fabric.editor.media.pixelEntry.inputWidthLabel': 'Šířka',
|
|
345
576
|
'fabric.editor.media.pixelEntry.inputWidthTooltip': 'Maximální šířka {maxWidth} px',
|
|
346
577
|
'fabric.editor.media.pixelEntry.migrationButtonText': 'Převést na pixely',
|
|
347
578
|
'fabric.editor.media.pixelEntry.migrationButtonTooltip': 'Přechod z procentuální velikosti na velikost v pixelech',
|
|
@@ -387,6 +618,7 @@ var _default = exports.default = {
|
|
|
387
618
|
'fabric.editor.pageActionsLabel': 'Akce stránky',
|
|
388
619
|
'fabric.editor.panel': 'Panel',
|
|
389
620
|
'fabric.editor.panel.backgroundColor': 'Barva pozadí',
|
|
621
|
+
'fabric.editor.panel.custom': 'Vlastní',
|
|
390
622
|
'fabric.editor.panel.emoji': 'Přidat emoji',
|
|
391
623
|
'fabric.editor.panel.panelsGroup': 'Typy panelů',
|
|
392
624
|
'fabric.editor.pasteOptions': 'Možnosti vložení',
|
|
@@ -396,6 +628,7 @@ var _default = exports.default = {
|
|
|
396
628
|
'fabric.editor.placeholderText.description': 'Vložit na stránku textový zástupný symbol',
|
|
397
629
|
'fabric.editor.placeholderTextPlaceholder': 'Přidat text placeholderu.',
|
|
398
630
|
'fabric.editor.plainText': 'Použít prostý text',
|
|
631
|
+
'fabric.editor.preferencesLink': 'Předvolby odkazů',
|
|
399
632
|
'fabric.editor.quickInsert': 'Rychlé vložení',
|
|
400
633
|
'fabric.editor.recordLoomShortTitle': 'Nahrát',
|
|
401
634
|
'fabric.editor.recordVideo': 'Nahrávání videa Loom',
|
|
@@ -429,9 +662,11 @@ var _default = exports.default = {
|
|
|
429
662
|
'fabric.editor.selectLanguage': 'Vyberte programovací jazyk',
|
|
430
663
|
'fabric.editor.selectTableColumn': 'Vybrat sloupec tabulky',
|
|
431
664
|
'fabric.editor.selectTableRow': 'Vybrat řádek tabulky',
|
|
665
|
+
'fabric.editor.selectionExtensionDropdownButtonLabel': 'Vybrat aplikaci',
|
|
432
666
|
'fabric.editor.settingsLinks': 'Přejít do předvoleb odkazů',
|
|
433
667
|
'fabric.editor.shortcut': 'Textový zástupce',
|
|
434
668
|
'fabric.editor.single': 'Rozvržení jediného sloupce',
|
|
669
|
+
'fabric.editor.singleColumns': 'Rozvržení 1 sloupce',
|
|
435
670
|
'fabric.editor.sortColumnASC': 'Seřadit sloupec A → Z',
|
|
436
671
|
'fabric.editor.sortColumnDESC': 'Seřadit sloupec Z → A',
|
|
437
672
|
'fabric.editor.sortColumnDecreasing': 'Seřadit sestupně',
|
|
@@ -504,6 +739,7 @@ var _default = exports.default = {
|
|
|
504
739
|
'fabric.editor.twoColumns': 'Rozvržení 2 sloupců',
|
|
505
740
|
'fabric.editor.typeAhead.popupLabel': 'Výsledky našeptávače',
|
|
506
741
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Když začnete psát, budou se vyhledávat/filtrovat možnosti zkratek.',
|
|
742
|
+
'fabric.editor.typeAhead.quickInsertInputPlaceholderLabel': 'Vyhledat',
|
|
507
743
|
'fabric.editor.typeAhead.quickInsertPopupLabel': 'Zkratky pro vkládání a formátování',
|
|
508
744
|
'fabric.editor.typeahead.emojiInputLabel': 'Když začnete psát, budou se vyhledávat/filtrovat možnosti smajlíků.',
|
|
509
745
|
'fabric.editor.typeahead.emojiListItemLabel': 'Smajlík {name} Textová zkratka {shortcut}',
|
|
@@ -591,5 +827,7 @@ var _default = exports.default = {
|
|
|
591
827
|
'fabric.theme.teal': 'Modrozelená',
|
|
592
828
|
'fabric.theme.white': 'Bílá',
|
|
593
829
|
'fabric.theme.yellow': 'Žlutá',
|
|
594
|
-
'fabrid.editor.rowNumbers': 'Čísla řádků'
|
|
830
|
+
'fabrid.editor.rowNumbers': 'Čísla řádků',
|
|
831
|
+
'rovo.agents.dropdown.title': 'Agenti',
|
|
832
|
+
'rovo.agents.dropdown.viewAgents.label': 'Zobrazit všechny agenty'
|
|
595
833
|
};
|