@atlaskit/editor-common 102.16.0 → 102.16.1
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 +6 -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/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/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/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-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/package.json +2 -2
package/dist/es2019/i18n/sv.js
CHANGED
|
@@ -10,6 +10,7 @@ export default {
|
|
|
10
10
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Redigeringen är klar',
|
|
11
11
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Gör ändringar',
|
|
12
12
|
'editor-common-extensibility.macro.button.configure': 'Konfigurera {macroName}',
|
|
13
|
+
'fablric.editor.viewAllInserts': 'Visa alla infogningar',
|
|
13
14
|
'fabric.editor.action': 'Uppgift',
|
|
14
15
|
'fabric.editor.action.description': 'Skapa och tilldela åtgärdsuppgifter',
|
|
15
16
|
'fabric.editor.addAltText': 'Alternativ text',
|
|
@@ -22,12 +23,224 @@ export default {
|
|
|
22
23
|
'fabric.editor.addMediaFiles': 'Lägg till en bild, video eller fil',
|
|
23
24
|
'fabric.editor.addRowAbove': 'Lägg till rad ovanför',
|
|
24
25
|
'fabric.editor.addRowBelow': 'Lägg till rad nedanför',
|
|
26
|
+
'fabric.editor.addUpdatedAltText': 'Lägg till alternativ text',
|
|
27
|
+
'fabric.editor.ai.ai-panels.actionItemsPageDescription': 'Använd Atlassian Intelligence för att hitta åtgärdsobjekt och visa dem i en panel',
|
|
28
|
+
'fabric.editor.ai.ai-panels.actionItemsPageTitle': 'Panel för åtgärdsobjekt (Beta)',
|
|
29
|
+
'fabric.editor.ai.ai-panels.summarizePageDescription': 'Använd Atlassian Intelligence för att sammanfatta sidan och visa den i en panel',
|
|
30
|
+
'fabric.editor.ai.ai-panels.summarizePageTitle': 'Sammanfattningspanel för sida (Beta)',
|
|
31
|
+
'fabric.editor.ai.ai-smart-button.context.reference': 'Markerat innehåll',
|
|
32
|
+
'fabric.editor.ai.atlas-prebuilt.atlasGenerateContentConfigItemDescription': 'Skapar innehåll som ska infogas på sidan',
|
|
33
|
+
'fabric.editor.ai.atlas-prebuilt.atlasSummarizePageConfigItemDescription': 'Sammanfattar sidans innehåll',
|
|
34
|
+
'fabric.editor.ai.commandPalette.promptBuilderForm.buttons.submit': 'Generera',
|
|
35
|
+
'fabric.editor.ai.config.item.action.insert': 'Infoga',
|
|
36
|
+
'fabric.editor.ai.config.item.action.insertAtTop': 'Infoga överst',
|
|
37
|
+
'fabric.editor.ai.config.item.action.insertBelow': 'Infoga nedan',
|
|
38
|
+
'fabric.editor.ai.config.item.action.replace': 'Ersätt',
|
|
39
|
+
'fabric.editor.ai.config.item.action.replaceTitle': 'Ändra titel',
|
|
40
|
+
'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip': 'Titeln får inte överstiga {maxLength} tecken',
|
|
41
|
+
'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel': 'Öppna i chatt',
|
|
42
|
+
'fabric.editor.ai.config.item.advanced-prompt.form.instructions.label': 'Instruktioner',
|
|
43
|
+
'fabric.editor.ai.config.item.advancedPrompt.description': 'Ange uppgift, instruktioner och regler',
|
|
44
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.creativity.label': 'Kreativitet',
|
|
45
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.creativity.option.high': 'Hög',
|
|
46
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.creativity.option.low': 'Låg',
|
|
47
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.creativity.option.medium': 'Medium',
|
|
48
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.instructions.helperMessage': 'Exempel: 1. Börja dokumentet med en kort översikt över våra företagsmål. 2. Skapa en lista med viktiga teammedlemmar att träffa under första veckan.',
|
|
49
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.instructions.placeholder': 'Tillhandahåll instruktioner om du vill generera specifika utdata.',
|
|
50
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.rules.helperMessage': 'Exempel: utdata måste följa företagets riktlinjer för stil och inte använda obekräftade data.',
|
|
51
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.rules.label': 'Regler',
|
|
52
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.rules.placeholder': 'Beskriv regler.',
|
|
53
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.task.error.required': 'Ange uppgift',
|
|
54
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.task.helperMessage': 'Exempel: skapa en introduktionsdokumentation för nya medarbetare som går med i teamet.',
|
|
55
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.task.label': 'Uppgift',
|
|
56
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.task.placeholder': 'Beskriv uppgiften som behöver slutföras.',
|
|
57
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.tone.label': 'Ton',
|
|
58
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.tone.option.casual': 'Informell',
|
|
59
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.tone.option.educational': 'Pedagogisk',
|
|
60
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.tone.option.empathetic': 'Empatisk',
|
|
61
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.tone.option.neutral': 'Neutral',
|
|
62
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.tone.option.professional': 'Professionell',
|
|
63
|
+
'fabric.editor.ai.config.item.advancedPrompt.promptLabel': 'Skapa en avancerad uppmaning',
|
|
64
|
+
'fabric.editor.ai.config.item.advancedPrompt.title': 'Skapa en avancerad uppmaning',
|
|
65
|
+
'fabric.editor.ai.config.item.agent.title': 'Atlassian Intelligence Rovo-agent',
|
|
66
|
+
'fabric.editor.ai.config.item.atlas-shorten-update.description': 'Kortar ner innehållet för att göra det mer koncist',
|
|
67
|
+
'fabric.editor.ai.config.item.atlas-shorten-update.title': 'Förkorta uppdateringen',
|
|
68
|
+
'fabric.editor.ai.config.item.bb.pr.description.description': 'Skapar en beskrivning av pull-begärande med en sammanfattning av ändringar',
|
|
69
|
+
'fabric.editor.ai.config.item.bb.pr.description.title': 'Ange beskrivning för pull-begärande',
|
|
70
|
+
'fabric.editor.ai.config.item.brainstorm.description': 'Genererar en lista med idéer för ett ämne du anger',
|
|
71
|
+
'fabric.editor.ai.config.item.brainstorm.promptHint': 'Ge mig ämnet …',
|
|
72
|
+
'fabric.editor.ai.config.item.brainstorm.promptLabel': 'Brainstorma',
|
|
73
|
+
'fabric.editor.ai.config.item.brainstorm.title': 'Brainstorma',
|
|
74
|
+
'fabric.editor.ai.config.item.changeTone.casualTone.description': 'Ändrar tonen för innehållet till informell',
|
|
75
|
+
'fabric.editor.ai.config.item.changeTone.casualTone.selectionToolbar.dropdownItem.title': 'Informell',
|
|
76
|
+
'fabric.editor.ai.config.item.changeTone.casualTone.shortTitle': 'Informell',
|
|
77
|
+
'fabric.editor.ai.config.item.changeTone.casualTone.title': 'Ändra tonen till informell',
|
|
78
|
+
'fabric.editor.ai.config.item.changeTone.educationalTone.description': 'Ändrar tonen för innehållet till pedagogisk',
|
|
79
|
+
'fabric.editor.ai.config.item.changeTone.educationalTone.selectionToolbar.dropdownItem.title': 'Pedagogisk',
|
|
80
|
+
'fabric.editor.ai.config.item.changeTone.educationalTone.shortTitle': 'Pedagogisk',
|
|
81
|
+
'fabric.editor.ai.config.item.changeTone.educationalTone.title': 'Ändra tonen till pedagogisk',
|
|
82
|
+
'fabric.editor.ai.config.item.changeTone.empatheticTone.description': 'Ändrar tonen för innehållet till empatisk',
|
|
83
|
+
'fabric.editor.ai.config.item.changeTone.empatheticTone.selectionToolbar.dropdownItem.title': 'Empatisk',
|
|
84
|
+
'fabric.editor.ai.config.item.changeTone.empatheticTone.shortTitle': 'Empatisk',
|
|
85
|
+
'fabric.editor.ai.config.item.changeTone.empatheticTone.title': 'Ändra tonen till empatisk',
|
|
86
|
+
'fabric.editor.ai.config.item.changeTone.nestingParentTitlePostGA': 'Ändra tonen till ...',
|
|
87
|
+
'fabric.editor.ai.config.item.changeTone.neutralTone.description': 'Ändrar tonen för innehållet till neutral',
|
|
88
|
+
'fabric.editor.ai.config.item.changeTone.neutralTone.selectionToolbar.dropdownItem.title': 'Neutral',
|
|
89
|
+
'fabric.editor.ai.config.item.changeTone.neutralTone.shortTitle': 'Neutral',
|
|
90
|
+
'fabric.editor.ai.config.item.changeTone.neutralTone.title': 'Ändra tonen till neutral',
|
|
91
|
+
'fabric.editor.ai.config.item.changeTone.professionalTone.description': 'Ändrar tonen för innehållet till professionell',
|
|
92
|
+
'fabric.editor.ai.config.item.changeTone.professionalTone.selectionToolbar.dropdownItem.title': 'Professionell',
|
|
93
|
+
'fabric.editor.ai.config.item.changeTone.professionalTone.shortTitle': 'Professionell',
|
|
94
|
+
'fabric.editor.ai.config.item.changeTone.professionalTone.title': 'Ändra tonen till professionell',
|
|
95
|
+
'fabric.editor.ai.config.item.convertToBulletList.description': 'Formaterar om innehållet till en punktlista',
|
|
96
|
+
'fabric.editor.ai.config.item.convertToBulletList.title': 'Konvertera till punktlista',
|
|
97
|
+
'fabric.editor.ai.config.item.convertToTable.description': 'Formaterar om innehåll till en tabell med rubriker',
|
|
98
|
+
'fabric.editor.ai.config.item.convertToTable.title': 'Konvertera till tabell',
|
|
99
|
+
'fabric.editor.ai.config.item.draftReply.description': 'Utarbetar ett svar baserat på ärenden som liknar det du arbetar med',
|
|
100
|
+
'fabric.editor.ai.config.item.draftReply.title': 'Skriv svar',
|
|
101
|
+
'fabric.editor.ai.config.item.enhance.fixSpellingGrammar.description': 'Korrigerar stavnings- och grammatikfel',
|
|
102
|
+
'fabric.editor.ai.config.item.enhance.fixSpellingGrammar.selectionToolbar.dropdownItem.title': 'Stavning och grammatik',
|
|
103
|
+
'fabric.editor.ai.config.item.enhance.fixSpellingGrammar.title': 'Korrigera stavning och grammatik',
|
|
104
|
+
'fabric.editor.ai.config.item.enhance.improveWriting.description': 'Förbättrar tydlighet, struktur och ton för en mer engagerande och välskriven text',
|
|
105
|
+
'fabric.editor.ai.config.item.enhance.improveWriting.selectionToolbar.dropdownItem.title': 'Förbättra skrivande',
|
|
106
|
+
'fabric.editor.ai.config.item.enhance.improveWriting.title': 'Förbättra skrivande',
|
|
107
|
+
'fabric.editor.ai.config.item.findActionItems.description': 'Hittar åtgärder i innehållet du tillhandahåller',
|
|
108
|
+
'fabric.editor.ai.config.item.findActionItems.title': 'Hitta åtgärder',
|
|
109
|
+
'fabric.editor.ai.config.item.freeGenerate.disabled.promptHint': 'Välj nedan (fri generering är inaktiverad i Elevate just nu)',
|
|
110
|
+
'fabric.editor.ai.config.item.generateContent.promptHint': 'Skriv med AI eller välj nedan',
|
|
111
|
+
'fabric.editor.ai.config.item.improveDescription.default.description': 'Omstrukturera ärendebeskrivningen baserat på ärendetypen',
|
|
112
|
+
'fabric.editor.ai.config.item.improveDescription.default.title.experiment.one': 'Förbättra beskrivning',
|
|
113
|
+
'fabric.editor.ai.config.item.makeLonger.description': 'Utökar innehållet utifrån sammanhanget du tillhandahåller',
|
|
114
|
+
'fabric.editor.ai.config.item.makeLonger.title': 'Gör längre',
|
|
115
|
+
'fabric.editor.ai.config.item.range.agent.description': 'Beskrivning saknas',
|
|
116
|
+
'fabric.editor.ai.config.item.range.agent.prompt.hint': 'Be agenten att skriva något eller välj nedan',
|
|
117
|
+
'fabric.editor.ai.config.item.rephrase.description': 'Skapar ett förslag på hur dina meningar kan omformuleras',
|
|
118
|
+
'fabric.editor.ai.config.item.rephrase.title': 'Omformulera',
|
|
119
|
+
'fabric.editor.ai.config.item.shorten.description': 'Kortar ner innehållet för att göra det mer koncist',
|
|
120
|
+
'fabric.editor.ai.config.item.shorten.selectionToolbar.dropdownItem.title': 'Gör kortare',
|
|
121
|
+
'fabric.editor.ai.config.item.shorten.title': 'Gör kortare',
|
|
122
|
+
'fabric.editor.ai.config.item.suggest.description': 'Föreslår en rubrik för innehållet du tillhandahåller',
|
|
123
|
+
'fabric.editor.ai.config.item.suggest.title': 'Föreslå en titel',
|
|
124
|
+
'fabric.editor.ai.config.item.summarize.description': 'Skapar en sammanfattning av texten du arbetar med och markerar viktiga punkter',
|
|
125
|
+
'fabric.editor.ai.config.item.summarize.dropdownItem.title': 'Sammanfatta text',
|
|
126
|
+
'fabric.editor.ai.config.item.summarize.title': 'Sammanfatta text',
|
|
127
|
+
'fabric.editor.ai.config.item.translate.czech': 'Tjeckisk',
|
|
128
|
+
'fabric.editor.ai.config.item.translate.danish': 'Danska',
|
|
129
|
+
'fabric.editor.ai.config.item.translate.dutch': 'Holländska',
|
|
130
|
+
'fabric.editor.ai.config.item.translate.english': 'sv-SE',
|
|
131
|
+
'fabric.editor.ai.config.item.translate.finnish': 'Finska',
|
|
132
|
+
'fabric.editor.ai.config.item.translate.french': 'Franska',
|
|
133
|
+
'fabric.editor.ai.config.item.translate.german': 'Tyska',
|
|
134
|
+
'fabric.editor.ai.config.item.translate.hungarian': 'Ungerska',
|
|
135
|
+
'fabric.editor.ai.config.item.translate.italian': 'Italienska',
|
|
136
|
+
'fabric.editor.ai.config.item.translate.japanese': 'Japanska',
|
|
137
|
+
'fabric.editor.ai.config.item.translate.nestingParentTitle.ga': 'Översätt',
|
|
138
|
+
'fabric.editor.ai.config.item.translate.nestingParentTitlePostGA': 'Översätt till ...',
|
|
139
|
+
'fabric.editor.ai.config.item.translate.norwegian': 'Norska',
|
|
140
|
+
'fabric.editor.ai.config.item.translate.russian': 'Ryska',
|
|
141
|
+
'fabric.editor.ai.config.item.translate.spanish': 'Spanska',
|
|
142
|
+
'fabric.editor.ai.config.item.translate.swedish': 'Svenska',
|
|
143
|
+
'fabric.editor.ai.config.item.translateTo.chineseSimplified.description': 'Översätter texten du arbetar med till kinesiska (förenklad)',
|
|
144
|
+
'fabric.editor.ai.config.item.translateTo.chineseSimplified.title': 'Översätt till kinesiska (förenklad)',
|
|
145
|
+
'fabric.editor.ai.config.item.translateTo.chineseTraditional.description': 'Översätter texten du arbetar med till kinesiska (traditionell)',
|
|
146
|
+
'fabric.editor.ai.config.item.translateTo.chineseTraditional.title': 'Översätt till kinesiska (traditionell)',
|
|
147
|
+
'fabric.editor.ai.config.item.translateTo.czech.description': 'Översätter texten du arbetar med till tjeckiska',
|
|
148
|
+
'fabric.editor.ai.config.item.translateTo.czech.title': 'Översätt till tjeckiska',
|
|
149
|
+
'fabric.editor.ai.config.item.translateTo.danish.description': 'Översätter texten du arbetar med till danska',
|
|
150
|
+
'fabric.editor.ai.config.item.translateTo.danish.title': 'Översätt till danska',
|
|
151
|
+
'fabric.editor.ai.config.item.translateTo.dutch.description': 'Översätter texten du arbetar med till nederländska',
|
|
152
|
+
'fabric.editor.ai.config.item.translateTo.dutch.title': 'Översätt till nederländska',
|
|
153
|
+
'fabric.editor.ai.config.item.translateTo.english.description': 'Översätter texten du arbetar med till engelska',
|
|
154
|
+
'fabric.editor.ai.config.item.translateTo.english.title': 'Översätt till engelska',
|
|
155
|
+
'fabric.editor.ai.config.item.translateTo.finnish.description': 'Översätter texten du arbetar med till finska',
|
|
156
|
+
'fabric.editor.ai.config.item.translateTo.finnish.title': 'Översätt till finska',
|
|
157
|
+
'fabric.editor.ai.config.item.translateTo.french.description': 'Översätter texten du arbetar med till franska',
|
|
158
|
+
'fabric.editor.ai.config.item.translateTo.french.title': 'Översätt till franska',
|
|
159
|
+
'fabric.editor.ai.config.item.translateTo.german.description': 'Översätter texten du arbetar med till tyska',
|
|
160
|
+
'fabric.editor.ai.config.item.translateTo.german.title': 'Översätt till tyska',
|
|
161
|
+
'fabric.editor.ai.config.item.translateTo.hungarian.description': 'Översätter texten du arbetar med till ungerska',
|
|
162
|
+
'fabric.editor.ai.config.item.translateTo.hungarian.title': 'Översätt till ungerska',
|
|
163
|
+
'fabric.editor.ai.config.item.translateTo.italian.description': 'Översätter texten du arbetar med till italienska',
|
|
164
|
+
'fabric.editor.ai.config.item.translateTo.italian.title': 'Översätt till italienska',
|
|
165
|
+
'fabric.editor.ai.config.item.translateTo.japanese.description': 'Översätter texten du arbetar med till japanska',
|
|
166
|
+
'fabric.editor.ai.config.item.translateTo.japanese.title': 'Översätt till japanska',
|
|
167
|
+
'fabric.editor.ai.config.item.translateTo.korean.description': 'Översätter texten du arbetar med till koreanska',
|
|
168
|
+
'fabric.editor.ai.config.item.translateTo.korean.title': 'Översätt till koreanska',
|
|
169
|
+
'fabric.editor.ai.config.item.translateTo.norwegian.description': 'Översätter texten du arbetar med till norska',
|
|
170
|
+
'fabric.editor.ai.config.item.translateTo.norwegian.title': 'Översätt till norska',
|
|
171
|
+
'fabric.editor.ai.config.item.translateTo.polish.description': 'Översätter texten du arbetar med till polska',
|
|
172
|
+
'fabric.editor.ai.config.item.translateTo.polish.title': 'Översätt till polska',
|
|
173
|
+
'fabric.editor.ai.config.item.translateTo.portugueseBrazilian.description': 'Översätter texten du arbetar med till portugisiska (brasilianska)',
|
|
174
|
+
'fabric.editor.ai.config.item.translateTo.portugueseBrazilian.title': 'Översätt till portugisiska (brasilianska)',
|
|
175
|
+
'fabric.editor.ai.config.item.translateTo.russian.description': 'Översätter texten du arbetar med till ryska',
|
|
176
|
+
'fabric.editor.ai.config.item.translateTo.russian.title': 'Översätt till ryska',
|
|
177
|
+
'fabric.editor.ai.config.item.translateTo.spanish.description': 'Översätter texten du arbetar med till spanska',
|
|
178
|
+
'fabric.editor.ai.config.item.translateTo.spanish.title': 'Översätt till spanska',
|
|
179
|
+
'fabric.editor.ai.config.item.translateTo.swedish.description': 'Översätter texten du arbetar med till svenska',
|
|
180
|
+
'fabric.editor.ai.config.item.translateTo.swedish.title': 'Översätt till svenska',
|
|
181
|
+
'fabric.editor.ai.config.item.translateTo.thai.description': 'Översätter texten du arbetar med till thailändska',
|
|
182
|
+
'fabric.editor.ai.config.item.translateTo.thai.title': 'Översätt till thailändska',
|
|
183
|
+
'fabric.editor.ai.config.item.translateTo.turkish.description': 'Översätter texten du arbetar med till turkiska',
|
|
184
|
+
'fabric.editor.ai.config.item.translateTo.turkish.title': 'Översätt till turkiska',
|
|
185
|
+
'fabric.editor.ai.config.item.translateTo.ukrainian.description': 'Översätter texten du arbetar med till ukrainska',
|
|
186
|
+
'fabric.editor.ai.config.item.translateTo.ukrainian.title': 'Översätt till ukrainska',
|
|
187
|
+
'fabric.editor.ai.config.item.translateTo.vietnamese.description': 'Översätter texten du arbetar med till vietnamesiska',
|
|
188
|
+
'fabric.editor.ai.config.item.translateTo.vietnamese.title': 'Översätt till vietnamesiska',
|
|
189
|
+
'fabric.editor.ai.confluence-prebuilt.confluenceChangeToneSelectionToolbarDropdownMenuTitle': 'Ändra ton',
|
|
190
|
+
'fabric.editor.ai.confluence-prebuilt.confluenceRewriteSelectionToolbarDropdownMenuTitle': 'Skriv om',
|
|
191
|
+
'fabric.editor.ai.confluence-prebuilt.confluenceTranslateSelectionToolbarDropdownMenuTitle': 'Översätt',
|
|
192
|
+
'fabric.editor.ai.eventHub.fallbackSuggestedTitle': 'Sidrubrik',
|
|
193
|
+
'fabric.editor.ai.eventHub.fallbackSuggestedTitlePrefix': 'Sida',
|
|
194
|
+
'fabric.editor.ai.experience-application.documentInsertError': 'Vi har problem med att infoga svaret. Stäng dialogrutan och försök igen.',
|
|
195
|
+
'fabric.editor.ai.experience-application.error-boundary.markdownErrorMessage': 'Vi kan inte generera förhandsvisningen. Stäng dialogrutan och försök igen.',
|
|
196
|
+
'fabric.editor.ai.experience-application.rateLimitEnforced': 'Vi har fått för många förfrågningar om Atlassian Intelligence (AI) den senaste tiden. Försök igen om några minuter eller läs om <link>överdriven användning av AI</link>.',
|
|
197
|
+
'fabric.editor.ai.experience-application.tokenLimitExceeded': 'Det gick inte att få ett svar. Din uppmaning eller ditt svar överskred gränsen för denna förfrågan. Stäng dialogrutan och försök igen.',
|
|
198
|
+
'fabric.editor.ai.experience-application.unhandledErrorMessage': 'Vi har problem. Stäng dialogrutan och försök igen.',
|
|
199
|
+
'fabric.editor.ai.experience.apiError': 'Vi kunde inte få ett svar, försök igen.',
|
|
200
|
+
'fabric.editor.ai.experience.aupViolationMessage': 'Din uppmaning eller ditt innehåll kanske inte följer vår policy för godtagbar användning. Granska båda och hänvisa till vår <link>policy för godtagbar användning</link> om det behövs. Om problemet kvarstår kan du överväga att prova en annan uppmaning eller ett annat innehåll.',
|
|
201
|
+
'fabric.editor.ai.experience.browseMore.agents': 'Bläddra bland agenter',
|
|
202
|
+
'fabric.editor.ai.experience.discardMessagePrompt': 'Vill du kassera din uppmaning?',
|
|
203
|
+
'fabric.editor.ai.experience.discardMessageResponse': 'Vill du kassera ditt svar?',
|
|
204
|
+
'fabric.editor.ai.experience.elevateDisabledGenetateError': 'Fri generering är inaktiverad i Elevate just nu.',
|
|
205
|
+
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 Nu kan du klistra in länkar 🔗 till Jira- och Confluence-innehåll i dina uppmaningar.',
|
|
206
|
+
'fabric.editor.ai.experience.footerRightText.agents': 'Drivs av Rovo',
|
|
207
|
+
'fabric.editor.ai.experience.hipaaContentError': 'Atlassian Intelligence kunde inte behandla din förfrågan eftersom innehållet innehåller länkar till HIPAA-begränsat innehåll. Ta bort länkarna och försök igen.',
|
|
208
|
+
'fabric.editor.ai.experience.inputTooShortError': 'Innehållet är för kort för att sammanfatta. Lägg till mer och försök igen.',
|
|
209
|
+
'fabric.editor.ai.experience.internalServerError': 'Atlassian Intelligence (AI) svarar inte. Försök igen senare eller <link>kontrollera status för AI</link>.',
|
|
210
|
+
'fabric.editor.ai.experience.labelRight.atlassianIntelligence': 'Atlassian Intelligence',
|
|
211
|
+
'fabric.editor.ai.experience.labelRight.rovo': 'Rovo',
|
|
212
|
+
'fabric.editor.ai.experience.loadingTitle': 'Genererar',
|
|
213
|
+
'fabric.editor.ai.experience.messageTemplateAnalysingQuery': 'Analyserar: granskar din fråga.',
|
|
214
|
+
'fabric.editor.ai.experience.messageTemplateContentSearch': 'Söker: vänta ett ögonblick medan vi söker efter information.',
|
|
215
|
+
'fabric.editor.ai.experience.messageTemplateNextBestTask': 'Söker: vänta ett ögonblick, vi söker i Jira.',
|
|
216
|
+
'fabric.editor.ai.experience.messageTemplatePageHydration': 'Söker: vänta ett ögonblick med vi söker på sidan.',
|
|
217
|
+
'fabric.editor.ai.experience.noResultsSuggestion': 'Inga resultat',
|
|
218
|
+
'fabric.editor.ai.experience.responseTooSimilarMessage': 'Atlassian Intelligence har inga förslag just nu. Prova gärna en annan uppmaning eller ett annat innehåll.',
|
|
219
|
+
'fabric.editor.ai.experience.showMoreButton': 'Visa mer',
|
|
220
|
+
'fabric.editor.ai.experience.suggestionGroupHeading.actions': 'Åtgärder',
|
|
221
|
+
'fabric.editor.ai.experience.suggestionGroupHeading.agents': 'Agenter',
|
|
222
|
+
'fabric.editor.ai.experience.suggestionGroupHeading.atlassianIntelligence': 'Atlassian Intelligence',
|
|
223
|
+
'fabric.editor.ai.experience.suggestionGroupHeading.knowledgeSource': 'Kunskapskälla',
|
|
224
|
+
'fabric.editor.ai.experience.suggestionGroupHeading.rovoAgents': 'Rovo-agenter',
|
|
225
|
+
'fabric.editor.ai.experience.suggestionGroupHeading.rovoAgentsCount': 'Rovo-agenter ({numberOfAgents})',
|
|
226
|
+
'fabric.editor.ai.experience.suggestionGroupHeading.studio': 'Studio',
|
|
227
|
+
'fabric.editor.ai.experience.suggestionGroupHeading.useRovoAgentsCount': 'Använd en Rovo-agent ({numberOfAgents})',
|
|
228
|
+
'fabric.editor.ai.experience.useGeneralAiKnowledgeLabel': 'Använd allmän kunskap',
|
|
229
|
+
'fabric.editor.ai.experience.useRovoOrganisationKnowledgeLabel': 'Använd kunskap från din organisation',
|
|
25
230
|
'fabric.editor.ai.proactive.error.markdownErrorMessage': 'Vi kan inte generera förhandsvisningen. Stäng dialogrutan och försök igen.',
|
|
26
231
|
'fabric.editor.ai.proactive.error.unhandledErrorMessage': 'Vi har problem. Stäng dialogrutan och försök igen.',
|
|
27
232
|
'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': 'Infoga nedan',
|
|
28
233
|
'fabric.editor.ai.proactive.preview.replaceProactiveRecommendation': 'Ersätt',
|
|
234
|
+
'fabric.editor.ai.screens.preview.convoAIBeta': 'Förfrågningar om innehållsgenerering som refererar till webbadresser är i betastadiet.',
|
|
29
235
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': 'Markera en term, akronym eller förkortning',
|
|
30
236
|
'fabric.editor.ai.selectionToolbar.define.title': 'Definiera',
|
|
237
|
+
'fabric.editor.ai.toolbar.askAI.title': 'Fråga Atlassian Intelligence',
|
|
238
|
+
'fabric.editor.ai.toolbar.improveWriting.title': 'Förbättra skrivande',
|
|
239
|
+
'fabric.editor.ai.toolbar.improveWriting.tooltip': 'Säg åt Atlassian Intelligence att förbättra en vald text',
|
|
240
|
+
'fabric.editor.ai.toolbar.simplifiedAI.title': 'AI',
|
|
241
|
+
'fabric.editor.ai.toolbar.titleText': 'Atlassian Intelligence',
|
|
242
|
+
'fabric.editor.ai.toolbar.tryAI.title': 'Prova AI',
|
|
243
|
+
'fabric.editor.ai.toolbar.tryAI.tooltip': 'Öppna Atlassian Intelligence',
|
|
31
244
|
'fabric.editor.alignCenter': 'Centrera',
|
|
32
245
|
'fabric.editor.alignImageCenter': 'Centrera',
|
|
33
246
|
'fabric.editor.alignImageLeft': 'Vänsterjustera',
|
|
@@ -43,7 +256,9 @@ export default {
|
|
|
43
256
|
'fabric.editor.backLink': 'Gå tillbaka',
|
|
44
257
|
'fabric.editor.backgroundColor': 'Bakgrundsfärg',
|
|
45
258
|
'fabric.editor.blockCardUnavailable': 'Inlinelänken är inuti {node} och det går inte att byta dess vy',
|
|
46
|
-
'fabric.editor.
|
|
259
|
+
'fabric.editor.blockControlDelete': 'Radera',
|
|
260
|
+
'fabric.editor.blockControlDragHandleMove': 'Dra för att flytta',
|
|
261
|
+
'fabric.editor.blockControlDragHandleRearrange': 'Dra för att ordna om',
|
|
47
262
|
'fabric.editor.blockControlInsert': 'Infoga',
|
|
48
263
|
'fabric.editor.blockControlMoveDown': 'Flytta ner',
|
|
49
264
|
'fabric.editor.blockControlMoveLeft': 'Flytta åt vänster',
|
|
@@ -91,6 +306,7 @@ export default {
|
|
|
91
306
|
'fabric.editor.columnSelected': 'Kolumn {index} av {total} markerad',
|
|
92
307
|
'fabric.editor.columns': 'Layouter',
|
|
93
308
|
'fabric.editor.columns.advanced.layout.description': '{numberOfColumns, plural, one {Infoga {numberOfColumns} likadan kolumn} other {Infoga {numberOfColumns} likadana kolumner}}',
|
|
309
|
+
'fabric.editor.columns.advanced.layout.single.description': 'Infoga layout med en kolumn',
|
|
94
310
|
'fabric.editor.columns.description': 'Ge din sida struktur med sektioner',
|
|
95
311
|
'fabric.editor.columnsAreInserted': '{count, plural, one {En kolumn har infogats} other {{count} kolumner har infogats}}',
|
|
96
312
|
'fabric.editor.columnsAreRemoved': '{count, plural, one {Kolumnen har tagits bort} other {{count} kolumner har tagits bort}}',
|
|
@@ -129,6 +345,8 @@ export default {
|
|
|
129
345
|
'fabric.editor.datasource.confluenceSearch.description': 'Infoga lista över sökresultat från Confluence med förbättrad sökning, filtrering och konfiguration.',
|
|
130
346
|
'fabric.editor.datasource.jiraIssue': 'Jira-ärenden',
|
|
131
347
|
'fabric.editor.datasource.jiraIssue.description': 'Infoga Jira-ärenden från Jira Cloud med förbättrad sökning, filtrering och konfiguration.',
|
|
348
|
+
'fabric.editor.datasource.jiraIssue.description.issue-term-refresh': 'Infoga Jira-arbetsobjekt från Jira Cloud med förbättrad sökning, filtrering och konfiguration.',
|
|
349
|
+
'fabric.editor.datasource.jiraIssue.issue-term-refresh': 'Jira-arbetsuppgifter',
|
|
132
350
|
'fabric.editor.datasourceAppearanceTitle': 'Lista',
|
|
133
351
|
'fabric.editor.datasourceTitle': 'Redigera sökfråga',
|
|
134
352
|
'fabric.editor.date': 'Datum',
|
|
@@ -138,6 +356,7 @@ export default {
|
|
|
138
356
|
'fabric.editor.decisionPlaceholder': 'Lägg till ett beslut ...',
|
|
139
357
|
'fabric.editor.decreaseSize': 'Minska tabell- eller mediastorlek',
|
|
140
358
|
'fabric.editor.defaultAltText': 'Dokument',
|
|
359
|
+
'fabric.editor.delete': 'Radera',
|
|
141
360
|
'fabric.editor.description': 'Beskrivning',
|
|
142
361
|
'fabric.editor.displayBlock': 'Visa kort',
|
|
143
362
|
'fabric.editor.displayEmbed': 'Visa inbäddad',
|
|
@@ -168,6 +387,7 @@ export default {
|
|
|
168
387
|
'fabric.editor.editorHelp': 'Editor-hjälp',
|
|
169
388
|
'fabric.editor.editors': 'Redigerare',
|
|
170
389
|
'fabric.editor.elementBrowser.help': 'Hjälp',
|
|
390
|
+
'fabric.editor.elementInsertSidePanel.title': 'Infoga',
|
|
171
391
|
'fabric.editor.elementbrowser.categorylist.category-admin': 'Administration',
|
|
172
392
|
'fabric.editor.elementbrowser.categorylist.category-ai': 'Atlassian Intelligence',
|
|
173
393
|
'fabric.editor.elementbrowser.categorylist.category-all': 'Alla',
|
|
@@ -192,6 +412,8 @@ export default {
|
|
|
192
412
|
'fabric.editor.emoji': 'Emoji',
|
|
193
413
|
'fabric.editor.emoji.description': 'Använd emojis för att uttrycka idéer 🎉 och känslor 😄',
|
|
194
414
|
'fabric.editor.emptyLink': 'Ange en länk.',
|
|
415
|
+
'fabric.editor.emptySearchResults': 'Vi hittade inga resultat.',
|
|
416
|
+
'fabric.editor.emptySearchResultsSuggestion': 'Välj {buttonName} om du vill bläddra bland infogningar.',
|
|
195
417
|
'fabric.editor.epic': 'Epic',
|
|
196
418
|
'fabric.editor.error': 'Fel',
|
|
197
419
|
'fabric.editor.errorPanel': 'Felpanel',
|
|
@@ -247,6 +469,7 @@ export default {
|
|
|
247
469
|
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blogg',
|
|
248
470
|
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Bugg',
|
|
249
471
|
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Ärende',
|
|
472
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel.issue-term-refresh': 'Arbetsuppgift',
|
|
250
473
|
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Sida',
|
|
251
474
|
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Story',
|
|
252
475
|
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Uppgift',
|
|
@@ -300,10 +523,14 @@ export default {
|
|
|
300
523
|
'fabric.editor.italic': 'Kursiv',
|
|
301
524
|
'fabric.editor.keyboardShortcuts': 'Kortkommandon',
|
|
302
525
|
'fabric.editor.layout.columnOption': '{count, plural, one {Kolumn} other {{count} kolumner}}',
|
|
526
|
+
'fabric.editor.layout.controls.placeholder': '/ för att infoga',
|
|
303
527
|
'fabric.editor.layout.placeholder': 'Lägg till innehåll',
|
|
304
528
|
'fabric.editor.layout.resizeLayout': 'Ändra storlek på layout',
|
|
305
529
|
'fabric.editor.layoutFixedWidth': 'Tillbaka till centrera',
|
|
306
530
|
'fabric.editor.layoutFullWidth': 'Använd full bredd',
|
|
531
|
+
'fabric.editor.layoutStateFixedWidth': 'Centrerad',
|
|
532
|
+
'fabric.editor.layoutStateFullWidth': 'Full bredd',
|
|
533
|
+
'fabric.editor.layoutStateWide': 'Bred',
|
|
307
534
|
'fabric.editor.layoutWide': 'Använd bred',
|
|
308
535
|
'fabric.editor.leftSidebar': 'Layout med vänster sidopanel',
|
|
309
536
|
'fabric.editor.link': 'Länk',
|
|
@@ -333,9 +560,12 @@ export default {
|
|
|
333
560
|
'fabric.editor.media.insert.pasteLinkToUpload': 'Klistra in länk för att ladda upp',
|
|
334
561
|
'fabric.editor.media.insert.upload': 'Ladda upp',
|
|
335
562
|
'fabric.editor.media.pixelEntry.MediaWidthIsMax': 'Media har ökats till maximal storlek',
|
|
563
|
+
'fabric.editor.media.pixelEntry.ResizeOption': 'Ändra storlek',
|
|
564
|
+
'fabric.editor.media.pixelEntry.closePixelEntry': 'Stäng',
|
|
336
565
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': 'höjdingång',
|
|
337
566
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': 'Höjd',
|
|
338
567
|
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': 'Maxbredd {maxWidth} px',
|
|
568
|
+
'fabric.editor.media.pixelEntry.inputWidthLabel': 'Bredd',
|
|
339
569
|
'fabric.editor.media.pixelEntry.inputWidthTooltip': 'Maxbredd {maxWidth} px',
|
|
340
570
|
'fabric.editor.media.pixelEntry.migrationButtonText': 'Omvandla till pixlar',
|
|
341
571
|
'fabric.editor.media.pixelEntry.migrationButtonTooltip': 'Migrera från procent till fast pixelstorlek',
|
|
@@ -381,6 +611,7 @@ export default {
|
|
|
381
611
|
'fabric.editor.pageActionsLabel': 'Sidåtgärder',
|
|
382
612
|
'fabric.editor.panel': 'Panel',
|
|
383
613
|
'fabric.editor.panel.backgroundColor': 'Bakgrundsfärg',
|
|
614
|
+
'fabric.editor.panel.custom': 'Anpassat',
|
|
384
615
|
'fabric.editor.panel.emoji': 'Lägg till emoji',
|
|
385
616
|
'fabric.editor.panel.panelsGroup': 'Paneltyper',
|
|
386
617
|
'fabric.editor.pasteOptions': 'Inklistringsalternativ',
|
|
@@ -390,6 +621,7 @@ export default {
|
|
|
390
621
|
'fabric.editor.placeholderText.description': 'Infoga en platshållare för text på sidan',
|
|
391
622
|
'fabric.editor.placeholderTextPlaceholder': 'Lägg till platshållartext',
|
|
392
623
|
'fabric.editor.plainText': 'Använd oformaterad text',
|
|
624
|
+
'fabric.editor.preferencesLink': 'Länkinställningar',
|
|
393
625
|
'fabric.editor.quickInsert': 'Snabbinfoga',
|
|
394
626
|
'fabric.editor.recordLoomShortTitle': 'Spela in',
|
|
395
627
|
'fabric.editor.recordVideo': 'Spela in en Loom-video',
|
|
@@ -423,9 +655,11 @@ export default {
|
|
|
423
655
|
'fabric.editor.selectLanguage': 'Välj språk',
|
|
424
656
|
'fabric.editor.selectTableColumn': 'Välj tabellkolumn',
|
|
425
657
|
'fabric.editor.selectTableRow': 'Välj tabellrad',
|
|
658
|
+
'fabric.editor.selectionExtensionDropdownButtonLabel': 'Välj app',
|
|
426
659
|
'fabric.editor.settingsLinks': 'Gå till länkinställningar',
|
|
427
660
|
'fabric.editor.shortcut': 'Textgenväg',
|
|
428
661
|
'fabric.editor.single': 'Layout med en kolumn',
|
|
662
|
+
'fabric.editor.singleColumns': 'Layout med en kolumn',
|
|
429
663
|
'fabric.editor.sortColumnASC': 'Sortera kolumn A → Ö',
|
|
430
664
|
'fabric.editor.sortColumnDESC': 'Sortera kolumn Ö → A',
|
|
431
665
|
'fabric.editor.sortColumnDecreasing': 'Sortera fallande',
|
|
@@ -498,6 +732,7 @@ export default {
|
|
|
498
732
|
'fabric.editor.twoColumns': 'Layout med två kolumner',
|
|
499
733
|
'fabric.editor.typeAhead.popupLabel': 'Autoförslagsresultat',
|
|
500
734
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Börja skriva för att söka eller filtrera genvägsalternativ',
|
|
735
|
+
'fabric.editor.typeAhead.quickInsertInputPlaceholderLabel': 'Sök',
|
|
501
736
|
'fabric.editor.typeAhead.quickInsertPopupLabel': 'Genvägar för infogningar och formatering',
|
|
502
737
|
'fabric.editor.typeahead.emojiInputLabel': 'Börja skriva för att söka eller filtrera emojialternativ',
|
|
503
738
|
'fabric.editor.typeahead.emojiListItemLabel': 'Emoji {name} Textgenväg {shortcut}',
|
|
@@ -585,5 +820,7 @@ export default {
|
|
|
585
820
|
'fabric.theme.teal': 'Blågrön',
|
|
586
821
|
'fabric.theme.white': 'Vit',
|
|
587
822
|
'fabric.theme.yellow': 'Gul',
|
|
588
|
-
'fabrid.editor.rowNumbers': 'Radnummer'
|
|
823
|
+
'fabrid.editor.rowNumbers': 'Radnummer',
|
|
824
|
+
'rovo.agents.dropdown.title': 'Agenter',
|
|
825
|
+
'rovo.agents.dropdown.viewAgents.label': 'Visa alla agenter'
|
|
589
826
|
};
|