@sapui5/sap.fe.templates 1.144.0 → 1.145.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/package.json +1 -1
- package/src/sap/fe/templates/.library +1 -1
- package/src/sap/fe/templates/AnalyticalListPage/manifest.json +1 -1
- package/src/sap/fe/templates/ListReport/ListReportController.controller.js +9 -34
- package/src/sap/fe/templates/ListReport/ListReportController.controller.ts +7 -32
- package/src/sap/fe/templates/ListReport/controls/MultipleModeControl.js +22 -19
- package/src/sap/fe/templates/ListReport/controls/MultipleModeControl.ts +23 -20
- package/src/sap/fe/templates/ListReport/manifest.json +1 -1
- package/src/sap/fe/templates/ListReport/overrides/ViewState.js +2 -3
- package/src/sap/fe/templates/ListReport/overrides/ViewState.ts +1 -2
- package/src/sap/fe/templates/ListReport/view/fragments/CollectionVisualization.fragment.xml +32 -0
- package/src/sap/fe/templates/ListReport/view/fragments/MacroChart.fragment.xml +1 -0
- package/src/sap/fe/templates/ListReport/view/fragments/Table.fragment.xml +3 -1
- package/src/sap/fe/templates/ObjectPage/ExtensionAPI.js +73 -2
- package/src/sap/fe/templates/ObjectPage/ExtensionAPI.ts +80 -0
- package/src/sap/fe/templates/ObjectPage/ObjectPage.view.xml +1 -0
- package/src/sap/fe/templates/ObjectPage/ObjectPageController.controller.js +26 -30
- package/src/sap/fe/templates/ObjectPage/ObjectPageController.controller.ts +27 -38
- package/src/sap/fe/templates/ObjectPage/ObjectPageTemplating.js +2 -71
- package/src/sap/fe/templates/ObjectPage/ObjectPageTemplating.ts +0 -74
- package/src/sap/fe/templates/ObjectPage/card/actions/HeaderActions.js +6 -7
- package/src/sap/fe/templates/ObjectPage/card/actions/HeaderActions.ts +5 -6
- package/src/sap/fe/templates/ObjectPage/components/DraftToggle.js +75 -8
- package/src/sap/fe/templates/ObjectPage/components/DraftToggle.tsx +83 -13
- package/src/sap/fe/templates/ObjectPage/designtime/ObjectPage.designtime.helper.js +22 -3
- package/src/sap/fe/templates/ObjectPage/designtime/ObjectPage.designtime.helper.ts +30 -1
- package/src/sap/fe/templates/ObjectPage/designtime/ObjectPage.designtime.js +5 -2
- package/src/sap/fe/templates/ObjectPage/designtime/ObjectPage.designtime.ts +7 -0
- package/src/sap/fe/templates/ObjectPage/manifest.json +5 -5
- package/src/sap/fe/templates/ObjectPage/overrides/CollaborationManager.js +2 -1
- package/src/sap/fe/templates/ObjectPage/overrides/CollaborationManager.ts +1 -0
- package/src/sap/fe/templates/ObjectPage/view/fragments/ExpandedHeading.fragment.xml +45 -7
- package/src/sap/fe/templates/ObjectPage/view/fragments/HeaderContent.fragment.xml +8 -13
- package/src/sap/fe/templates/ObjectPage/view/fragments/Heading.fragment.xml +36 -6
- package/src/sap/fe/templates/ObjectPage/view/fragments/ObjectPageHeaderAddress.fragment.xml +1 -1
- package/src/sap/fe/templates/ObjectPage/view/fragments/ObjectPageHeaderContact.fragment.xml +1 -1
- package/src/sap/fe/templates/ObjectPage/view/fragments/ObjectPageHeaderForm.fragment.xml +0 -1
- package/src/sap/fe/templates/ObjectPage/view/fragments/SectionContent.fragment.xml +81 -38
- package/src/sap/fe/templates/ObjectPage/view/fragments/SectionCustomSection.fragment.xml +6 -1
- package/src/sap/fe/templates/ObjectPage/view/fragments/Table.fragment.xml +3 -1
- package/src/sap/fe/templates/library.js +1 -1
- package/src/sap/fe/templates/messagebundle.properties +18 -6
- package/src/sap/fe/templates/messagebundle_ar.properties +14 -0
- package/src/sap/fe/templates/messagebundle_bg.properties +14 -0
- package/src/sap/fe/templates/messagebundle_ca.properties +14 -0
- package/src/sap/fe/templates/messagebundle_cnr.properties +15 -1
- package/src/sap/fe/templates/messagebundle_cs.properties +14 -0
- package/src/sap/fe/templates/messagebundle_cy.properties +14 -0
- package/src/sap/fe/templates/messagebundle_da.properties +14 -0
- package/src/sap/fe/templates/messagebundle_de.properties +14 -0
- package/src/sap/fe/templates/messagebundle_el.properties +14 -0
- package/src/sap/fe/templates/messagebundle_en.properties +14 -0
- package/src/sap/fe/templates/messagebundle_en_GB.properties +14 -0
- package/src/sap/fe/templates/messagebundle_en_US_saprigi.properties +11 -3
- package/src/sap/fe/templates/messagebundle_es.properties +14 -0
- package/src/sap/fe/templates/messagebundle_es_MX.properties +14 -0
- package/src/sap/fe/templates/messagebundle_et.properties +14 -0
- package/src/sap/fe/templates/messagebundle_fi.properties +14 -0
- package/src/sap/fe/templates/messagebundle_fr.properties +14 -0
- package/src/sap/fe/templates/messagebundle_fr_CA.properties +14 -0
- package/src/sap/fe/templates/messagebundle_hi.properties +14 -0
- package/src/sap/fe/templates/messagebundle_hr.properties +14 -0
- package/src/sap/fe/templates/messagebundle_hu.properties +14 -0
- package/src/sap/fe/templates/messagebundle_id.properties +14 -0
- package/src/sap/fe/templates/messagebundle_it.properties +14 -0
- package/src/sap/fe/templates/messagebundle_iw.properties +15 -1
- package/src/sap/fe/templates/messagebundle_ja.properties +15 -1
- package/src/sap/fe/templates/messagebundle_kk.properties +14 -0
- package/src/sap/fe/templates/messagebundle_ko.properties +14 -0
- package/src/sap/fe/templates/messagebundle_lt.properties +16 -2
- package/src/sap/fe/templates/messagebundle_lv.properties +14 -0
- package/src/sap/fe/templates/messagebundle_mk.properties +14 -0
- package/src/sap/fe/templates/messagebundle_ms.properties +14 -0
- package/src/sap/fe/templates/messagebundle_nl.properties +14 -0
- package/src/sap/fe/templates/messagebundle_no.properties +14 -0
- package/src/sap/fe/templates/messagebundle_pl.properties +14 -0
- package/src/sap/fe/templates/messagebundle_pt.properties +14 -0
- package/src/sap/fe/templates/messagebundle_pt_PT.properties +14 -0
- package/src/sap/fe/templates/messagebundle_ro.properties +14 -0
- package/src/sap/fe/templates/messagebundle_ru.properties +14 -0
- package/src/sap/fe/templates/messagebundle_sh.properties +15 -1
- package/src/sap/fe/templates/messagebundle_sk.properties +14 -0
- package/src/sap/fe/templates/messagebundle_sl.properties +17 -3
- package/src/sap/fe/templates/messagebundle_sr.properties +15 -1
- package/src/sap/fe/templates/messagebundle_sv.properties +14 -0
- package/src/sap/fe/templates/messagebundle_th.properties +14 -0
- package/src/sap/fe/templates/messagebundle_tr.properties +14 -0
- package/src/sap/fe/templates/messagebundle_uk.properties +14 -0
- package/src/sap/fe/templates/messagebundle_vi.properties +16 -2
- package/src/sap/fe/templates/messagebundle_zh_CN.properties +14 -0
- package/src/sap/fe/templates/messagebundle_zh_TW.properties +14 -0
|
@@ -4,6 +4,8 @@
|
|
|
4
4
|
xmlns:dt="sap.ui.dt"
|
|
5
5
|
xmlns:fl="sap.ui.fl"
|
|
6
6
|
xmlns:fe="sap.fe.templates.ObjectPage.controls"
|
|
7
|
+
xmlns:macros="sap.fe.macros"
|
|
8
|
+
xmlns:macrosControls="sap.fe.macros.controls"
|
|
7
9
|
xmlns:template="http://schemas.sap.com/sapui5/extension/sap.ui.core.template/1"
|
|
8
10
|
template:require="{
|
|
9
11
|
COMMON: 'sap/fe/macros/CommonHelper',
|
|
@@ -14,26 +16,19 @@
|
|
|
14
16
|
}"
|
|
15
17
|
>
|
|
16
18
|
<template:if test="{header>avatar}">
|
|
17
|
-
<Avatar
|
|
19
|
+
<macrosControls:Avatar
|
|
18
20
|
class="sapUiSmallMarginEnd sapUiSmallMarginBottom"
|
|
19
21
|
src="{header>avatar/src}"
|
|
20
22
|
initials="{header>avatar/initials}"
|
|
21
23
|
fallbackIcon="{header>avatar/fallbackIcon}"
|
|
22
24
|
displayShape="{header>avatar/displayShape}"
|
|
23
25
|
displaySize="L"
|
|
24
|
-
imageFitType="
|
|
26
|
+
imageFitType="{header>avatar/imageFitType}"
|
|
25
27
|
tooltip="{= COMMONFORMATTERS.getBindingWithText(${headerInfo>Title/Value@@UI.getDataModelObjectPath}) }"
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
imageSrc="{header>avatar/src}"
|
|
31
|
-
title="{= OP.getExpressionForTitle(${fullContextPath>@@UI.getDataModelObjectPath}, ${viewData>}, ${headerInfo>@@UI.getConverterContext})}"
|
|
32
|
-
subtitle="{= OP.getExpressionForDescription(${fullContextPath>@@UI.getDataModelObjectPath}, ${headerInfo>@@UI.getConverterContext})}"
|
|
33
|
-
/>
|
|
34
|
-
</LightBox>
|
|
35
|
-
</detailBox>
|
|
36
|
-
</Avatar>
|
|
28
|
+
showLightBox="true"
|
|
29
|
+
lightBoxTitle="{header>avatar/lightBoxTitle}"
|
|
30
|
+
lightBoxSubtitle="{header>avatar/lightBoxSubtitle}"
|
|
31
|
+
/>
|
|
37
32
|
</template:if>
|
|
38
33
|
<template:with path="converterContext>header/facets" var="converterHeaderFacets">
|
|
39
34
|
<template:repeat list="{converterHeaderFacets>}" var="converterHeaderFacet">
|
|
@@ -4,10 +4,14 @@
|
|
|
4
4
|
xmlns:uxap="sap.uxap"
|
|
5
5
|
xmlns:template="http://schemas.sap.com/sapui5/extension/sap.ui.core.template/1"
|
|
6
6
|
xmlns:fragments="sap.fe.templates.ObjectPage.view.fragments"
|
|
7
|
+
xmlns:macros="sap.fe.macros"
|
|
8
|
+
xmlns:macrosControls="sap.fe.macros.controls"
|
|
7
9
|
xmlns:macrosHeader="sap.fe.macros.header"
|
|
10
|
+
xmlns:fpm="sap.fe.macros.fpm"
|
|
8
11
|
template:require="{
|
|
9
12
|
UI: 'sap/fe/core/templating/UIFormatters',
|
|
10
13
|
DATAFIELDHELPER : 'sap/fe/core/converters/helpers/DataFieldHelper',
|
|
14
|
+
COMMONFORMATTERS: 'sap/fe/core/templating/CommonFormatters',
|
|
11
15
|
OP: 'sap/fe/templates/ObjectPage/ObjectPageTemplating',
|
|
12
16
|
FE_MODEL: 'sap/fe/core/helpers/ModelHelper'
|
|
13
17
|
}"
|
|
@@ -19,17 +23,43 @@
|
|
|
19
23
|
</uxap:expandedHeading>
|
|
20
24
|
<uxap:snappedHeading>
|
|
21
25
|
<FlexBox renderType="Bare">
|
|
22
|
-
<
|
|
26
|
+
<macrosControls:Avatar
|
|
23
27
|
src="{avatar>src}"
|
|
24
28
|
initials="{avatar>initials}"
|
|
25
29
|
fallbackIcon="{avatar>fallbackIcon}"
|
|
26
30
|
displayShape="{avatar>displayShape}"
|
|
31
|
+
displaySize="S"
|
|
32
|
+
imageFitType="{avatar>imageFitType}"
|
|
33
|
+
tooltip="{= COMMONFORMATTERS.getBindingWithText(${headerInfo>Title/Value@@UI.getDataModelObjectPath}) }"
|
|
34
|
+
showLightBox="true"
|
|
35
|
+
lightBoxTitle="{avatar>lightBoxTitle}"
|
|
36
|
+
lightBoxSubtitle="{avatar>lightBoxSubtitle}"
|
|
27
37
|
/>
|
|
28
|
-
<
|
|
29
|
-
<macrosHeader:
|
|
30
|
-
<
|
|
31
|
-
|
|
32
|
-
|
|
38
|
+
<VBox>
|
|
39
|
+
<macrosHeader:HeaderTitleDescription>
|
|
40
|
+
<macrosHeader:layoutData>
|
|
41
|
+
<FlexItemData minWidth="0" />
|
|
42
|
+
</macrosHeader:layoutData>
|
|
43
|
+
</macrosHeader:HeaderTitleDescription>
|
|
44
|
+
<template:if test="{= ${header>aiNotice} && ${header>aiNotice/visible} !== false }">
|
|
45
|
+
<macros:AINotice visible="{header>aiNotice/visible}" placementType="Bottom">
|
|
46
|
+
<macros:popoverContent>
|
|
47
|
+
<template:if test="{header>aiNotice/contentText}">
|
|
48
|
+
<template:then>
|
|
49
|
+
<Text text="{header>aiNotice/contentText}" />
|
|
50
|
+
</template:then>
|
|
51
|
+
<template:elseif test="{header>aiNotice/contentFragmentName}">
|
|
52
|
+
<fpm:CustomFragment
|
|
53
|
+
id="fe::snappedHeaderNotice"
|
|
54
|
+
fragmentName="{header>aiNotice/contentFragmentName}"
|
|
55
|
+
contextPath="{fullContextPath>}"
|
|
56
|
+
/>
|
|
57
|
+
</template:elseif>
|
|
58
|
+
</template:if>
|
|
59
|
+
</macros:popoverContent>
|
|
60
|
+
</macros:AINotice>
|
|
61
|
+
</template:if>
|
|
62
|
+
</VBox>
|
|
33
63
|
</FlexBox>
|
|
34
64
|
</uxap:snappedHeading>
|
|
35
65
|
<template:if test="{= !${header>hasContent} }">
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
displayInline="true"
|
|
19
19
|
binding="{= OP.createBindingForAlternateAndSecondaryKeys((MODEL.getNavigationPath(${headerFacet>Target/$AnnotationPath@@UI.getDataModelObjectPath})))}"
|
|
20
20
|
>
|
|
21
|
-
<Title
|
|
21
|
+
<Title text="{headerFacet>Label}" />
|
|
22
22
|
<Text renderWhitespace="true" class="sapMLabel" text="{addressPath>label@@MODEL.format}" />
|
|
23
23
|
</VBox>
|
|
24
24
|
</template:with>
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
binding="{= OP.createBindingForAlternateAndSecondaryKeys(${headerFacet>Target/$AnnotationPath@@UI.getDataModelObjectPath})}"
|
|
20
20
|
>
|
|
21
21
|
<template:if test="{headerFacet>@@MODEL.label}">
|
|
22
|
-
<Title
|
|
22
|
+
<Title text="{headerFacet>@@MODEL.label}" class="sapUiSmallMarginBottom" />
|
|
23
23
|
</template:if>
|
|
24
24
|
<template:with path="headerFacet>Target/$AnnotationPath" var="metaPath">
|
|
25
25
|
<macro:Contact
|
|
@@ -23,7 +23,6 @@
|
|
|
23
23
|
>
|
|
24
24
|
<template:if test="{converterHeaderFacet>headerFormData/label}">
|
|
25
25
|
<Title
|
|
26
|
-
level="H3"
|
|
27
26
|
text="{converterHeaderFacet>headerFormData/label}"
|
|
28
27
|
id="{= ID.generate([ ${converterHeaderFacet>headerFormData/id}, 'Title'])}"
|
|
29
28
|
class="sapUiSmallMarginBottom"
|
|
@@ -20,48 +20,91 @@
|
|
|
20
20
|
<template:if test="{= ${subSection>type} === 'XMLFragment'}">
|
|
21
21
|
<template:then>
|
|
22
22
|
<core:Fragment fragmentName="sap.fe.templates.ObjectPage.view.fragments.FormActions" type="XML" />
|
|
23
|
-
<
|
|
24
|
-
<
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
<
|
|
31
|
-
<
|
|
32
|
-
<
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
23
|
+
<template:if test="{= ${subSection>isPartOfPreview} !== false}">
|
|
24
|
+
<template:then>
|
|
25
|
+
<macroSectionContent:blocks>
|
|
26
|
+
<uxap:ObjectPageLazyLoader
|
|
27
|
+
stashed="{subSection>objectPageLazyLoaderEnabled}"
|
|
28
|
+
id="{= ID.generate(['fe', 'lazyLoader', ${subSection>id}])}"
|
|
29
|
+
>
|
|
30
|
+
<opcontrol:SubSectionBlock>
|
|
31
|
+
<opcontrol:content>
|
|
32
|
+
<template:if test="{= ${subSection>sideContent} !== undefined}">
|
|
33
|
+
<template:then>
|
|
34
|
+
<layout:DynamicSideContent
|
|
35
|
+
id="{= ID.generate(['fe', ${subSection>key}, 'SideContentLayout'])}"
|
|
36
|
+
showMainContent="true"
|
|
37
|
+
showSideContent="{subSection>sideContent/visible}"
|
|
38
|
+
sideContentFallDown="BelowM"
|
|
39
|
+
containerQuery="true"
|
|
40
|
+
equalSplit="{subSection>sideContent/equalSplit}"
|
|
41
|
+
>
|
|
42
|
+
<layout:mainContent>
|
|
43
|
+
<core:Fragment
|
|
44
|
+
fragmentName="sap.fe.templates.ObjectPage.view.fragments.SectionCustomSection"
|
|
45
|
+
type="XML"
|
|
46
|
+
/>
|
|
47
|
+
</layout:mainContent>
|
|
48
|
+
<layout:sideContent>
|
|
49
|
+
<core:Fragment
|
|
50
|
+
fragmentName="sap.fe.templates.ObjectPage.view.fragments.SideContentCustomContainer"
|
|
51
|
+
type="XML"
|
|
52
|
+
/>
|
|
53
|
+
</layout:sideContent>
|
|
54
|
+
</layout:DynamicSideContent>
|
|
55
|
+
</template:then>
|
|
56
|
+
<template:else>
|
|
41
57
|
<core:Fragment
|
|
42
58
|
fragmentName="sap.fe.templates.ObjectPage.view.fragments.SectionCustomSection"
|
|
43
59
|
type="XML"
|
|
44
60
|
/>
|
|
45
|
-
</
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
61
|
+
</template:else>
|
|
62
|
+
</template:if>
|
|
63
|
+
</opcontrol:content>
|
|
64
|
+
</opcontrol:SubSectionBlock>
|
|
65
|
+
</uxap:ObjectPageLazyLoader>
|
|
66
|
+
</macroSectionContent:blocks>
|
|
67
|
+
</template:then>
|
|
68
|
+
<template:else>
|
|
69
|
+
<macroSectionContent:moreBlocks>
|
|
70
|
+
<opcontrol:SubSectionBlock>
|
|
71
|
+
<opcontrol:content>
|
|
72
|
+
<template:if test="{= ${subSection>sideContent} !== undefined}">
|
|
73
|
+
<template:then>
|
|
74
|
+
<layout:DynamicSideContent
|
|
75
|
+
id="{= ID.generate(['fe', ${subSection>key}, 'SideContentLayout'])}"
|
|
76
|
+
showMainContent="true"
|
|
77
|
+
showSideContent="{subSection>sideContent/visible}"
|
|
78
|
+
sideContentFallDown="BelowM"
|
|
79
|
+
containerQuery="true"
|
|
80
|
+
equalSplit="{subSection>sideContent/equalSplit}"
|
|
81
|
+
>
|
|
82
|
+
<layout:mainContent>
|
|
83
|
+
<core:Fragment
|
|
84
|
+
fragmentName="sap.fe.templates.ObjectPage.view.fragments.SectionCustomSection"
|
|
85
|
+
type="XML"
|
|
86
|
+
/>
|
|
87
|
+
</layout:mainContent>
|
|
88
|
+
<layout:sideContent>
|
|
89
|
+
<core:Fragment
|
|
90
|
+
fragmentName="sap.fe.templates.ObjectPage.view.fragments.SideContentCustomContainer"
|
|
91
|
+
type="XML"
|
|
92
|
+
/>
|
|
93
|
+
</layout:sideContent>
|
|
94
|
+
</layout:DynamicSideContent>
|
|
95
|
+
</template:then>
|
|
96
|
+
<template:else>
|
|
97
|
+
<core:Fragment
|
|
98
|
+
fragmentName="sap.fe.templates.ObjectPage.view.fragments.SectionCustomSection"
|
|
99
|
+
type="XML"
|
|
100
|
+
/>
|
|
101
|
+
</template:else>
|
|
102
|
+
</template:if>
|
|
103
|
+
</opcontrol:content>
|
|
104
|
+
</opcontrol:SubSectionBlock>
|
|
105
|
+
</macroSectionContent:moreBlocks>
|
|
106
|
+
</template:else>
|
|
107
|
+
</template:if>
|
|
65
108
|
</template:then>
|
|
66
109
|
<template:elseif test="{= ${subSection>type} === 'Form'}">
|
|
67
110
|
<core:Fragment fragmentName="sap.fe.templates.ObjectPage.view.fragments.FormActions" type="XML" />
|
|
@@ -7,5 +7,10 @@
|
|
|
7
7
|
ID: 'sap/fe/core/helpers/StableIdHelper'
|
|
8
8
|
}"
|
|
9
9
|
>
|
|
10
|
-
<fpm:CustomFragment
|
|
10
|
+
<fpm:CustomFragment
|
|
11
|
+
id="{subSection>id}"
|
|
12
|
+
contextPath="{entitySet>}"
|
|
13
|
+
fragmentName="{subSection>template}"
|
|
14
|
+
isPartOfPreview="{subSection>isPartOfPreview}"
|
|
15
|
+
/>
|
|
11
16
|
</core:FragmentDefinition>
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
}"
|
|
12
12
|
>
|
|
13
13
|
<macros:Table
|
|
14
|
+
templateType="{viewData>/converterType}"
|
|
14
15
|
id="{visualizationDefinition>annotation/apiId}"
|
|
15
16
|
contentId="{visualizationDefinition>annotation/id}"
|
|
16
17
|
metaPath="{presentationContext>annotationPath}"
|
|
@@ -19,6 +20,7 @@
|
|
|
19
20
|
filterBar="{= ${converterContext>filterBarId} ? ${converterContext>filterBarId} : undefined}"
|
|
20
21
|
busy='{= "{ui>/busyLocal/"+${visualizationDefinition>annotation/id}+"}" }'
|
|
21
22
|
listBindingChange=".handlers.onTableContextChange"
|
|
23
|
+
bindingUpdated=".handlers.onTableBindingUpdated"
|
|
22
24
|
variantSelected=".handlers.onVariantSelected"
|
|
23
25
|
variantSaved=".handlers.onVariantSaved"
|
|
24
26
|
isAlp="{converterContext>hasMultiVisualizations}"
|
|
@@ -45,7 +47,7 @@
|
|
|
45
47
|
<macrosFPM:childCustomData>
|
|
46
48
|
<core:CustomData
|
|
47
49
|
key="AssociatedProperties"
|
|
48
|
-
value="{= TABLEHELPER.createBindingToLoadProperties(${column>
|
|
50
|
+
value="{= TABLEHELPER.createBindingToLoadProperties(${column>loadedProperties})}"
|
|
49
51
|
/>
|
|
50
52
|
</macrosFPM:childCustomData>
|
|
51
53
|
</macrosFPM:CustomFragment>
|
|
@@ -36,7 +36,7 @@ sap.ui.define(["sap/f/library", "sap/fe/core/library", "sap/fe/macros/library",
|
|
|
36
36
|
controls: [],
|
|
37
37
|
elements: [],
|
|
38
38
|
// eslint-disable-next-line no-template-curly-in-string
|
|
39
|
-
version: "1.
|
|
39
|
+
version: "1.145.0",
|
|
40
40
|
noLibraryCSS: true
|
|
41
41
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
42
42
|
});
|
|
@@ -36,14 +36,14 @@ T_COMMON_OBJECT_PAGE_VALIDATE_DRAFT=Validate
|
|
|
36
36
|
# XBUT,15: Text for the 'Create' Button for Object Pages
|
|
37
37
|
T_OP_OBJECT_PAGE_CREATE=Create
|
|
38
38
|
|
|
39
|
-
# XBUT
|
|
40
|
-
|
|
39
|
+
# XBUT: Text for the 'Create and Back' Button for Object Pages
|
|
40
|
+
T_OP_OBJECT_PAGE_CREATEANDBACK=Create and Back
|
|
41
41
|
|
|
42
42
|
# XBUT,15: Text for the 'Save' Button for Draft Handling
|
|
43
43
|
T_OP_OBJECT_PAGE_SAVE=Save
|
|
44
44
|
|
|
45
|
-
# XBUT
|
|
46
|
-
|
|
45
|
+
# XBUT: Text for the 'Save and Back' Button for Draft Handling
|
|
46
|
+
T_OP_OBJECT_PAGE_SAVEANDBACK=Save and Back
|
|
47
47
|
|
|
48
48
|
# XBUT,45: Text for the 'Saved Version' Button
|
|
49
49
|
C_COMMON_OBJECT_PAGE_SAVED_VERSION_BUT=Saved Version
|
|
@@ -184,6 +184,18 @@ RTA_CONFIGURATION_OP_VM_ENUM_CONTROL=Control
|
|
|
184
184
|
# XFLD: Value in dropdown selection for Configuration dialog setting
|
|
185
185
|
RTA_CONFIGURATION_OP_VM_ENUM_NONE=Not Enabled
|
|
186
186
|
|
|
187
|
+
# XFLD: Label for Configuration dialog setting
|
|
188
|
+
RTA_CONFIGURATION_OP_AIFT_NAME=Avatar Image Fit Type
|
|
189
|
+
|
|
190
|
+
# XTIT: Label for Configuration dialog setting description
|
|
191
|
+
RTA_CONFIGURATION_OP_AIFT_DESC=Decide how the avatar image is displayed in the header
|
|
192
|
+
|
|
193
|
+
# XFLD: Value in dropdown selection for Configuration dialog setting
|
|
194
|
+
RTA_CONFIGURATION_OP_AIFT_ENUM_COVER=Cover
|
|
195
|
+
|
|
196
|
+
# XFLD: Value in dropdown selection for Configuration dialog setting
|
|
197
|
+
RTA_CONFIGURATION_OP_AIFT_ENUM_CONTAIN=Contain
|
|
198
|
+
|
|
187
199
|
# XFLD: Label for Configuration dialog setting
|
|
188
200
|
RTA_CONFIGURATION_OP_EHC_NAME=Editable Header Content
|
|
189
201
|
|
|
@@ -442,8 +454,8 @@ SHARE_SHORTCUT_DESCRIPTION=Share
|
|
|
442
454
|
# XFLD: Description for the shortcut for the 'Save' button
|
|
443
455
|
SAVE_SHORTCUT_DESCRIPTION=Save
|
|
444
456
|
|
|
445
|
-
# XFLD: Description for the shortcut for the 'Save and
|
|
446
|
-
|
|
457
|
+
# XFLD: Description for the shortcut for the 'Save and Back' button
|
|
458
|
+
SAVEANDBACK_SHORTCUT_DESCRIPTION=Save and Back
|
|
447
459
|
|
|
448
460
|
# XFLD: Description for the shortcut for the 'Save' button
|
|
449
461
|
EDIT_SHORTCUT_DESCRIPTION=Edit
|
|
@@ -22,8 +22,12 @@ T_COMMON_OBJECT_PAGE_VALIDATE_DRAFT=\u062A\u062D\u0642\u0642 \u0645\u0646 \u0627
|
|
|
22
22
|
|
|
23
23
|
T_OP_OBJECT_PAGE_CREATE=\u0625\u0646\u0634\u0627\u0621
|
|
24
24
|
|
|
25
|
+
T_OP_OBJECT_PAGE_CREATEANDBACK=\u0625\u0646\u0634\u0627\u0621 \u0648\u0631\u062C\u0648\u0639
|
|
26
|
+
|
|
25
27
|
T_OP_OBJECT_PAGE_SAVE=\u062D\u0641\u0638
|
|
26
28
|
|
|
29
|
+
T_OP_OBJECT_PAGE_SAVEANDBACK=\u062D\u0641\u0638 \u0648\u0631\u062C\u0648\u0639
|
|
30
|
+
|
|
27
31
|
C_COMMON_OBJECT_PAGE_SAVED_VERSION_BUT=\u0627\u0644\u0625\u0635\u062F\u0627\u0631 \u0627\u0644\u0645\u062D\u0641\u0648\u0638
|
|
28
32
|
|
|
29
33
|
C_COMMON_OBJECT_PAGE_DRAFT_BUT=\u0627\u0644\u0645\u0633\u0648\u062F\u0629
|
|
@@ -114,6 +118,14 @@ RTA_CONFIGURATION_OP_VM_ENUM_CONTROL=\u062A\u062D\u0643\u0645
|
|
|
114
118
|
|
|
115
119
|
RTA_CONFIGURATION_OP_VM_ENUM_NONE=\u063A\u064A\u0631 \u0645\u064F\u0645\u0643\u064E\u0651\u0646
|
|
116
120
|
|
|
121
|
+
RTA_CONFIGURATION_OP_AIFT_NAME=\u0646\u0648\u0639 \u0645\u0644\u0627\u0621\u0645\u0629 \u0627\u0644\u0635\u0648\u0631\u0629 \u0627\u0644\u0631\u0645\u0632\u064A\u0629 (\u0623\u0641\u0627\u062A\u0627\u0631)
|
|
122
|
+
|
|
123
|
+
RTA_CONFIGURATION_OP_AIFT_DESC=\u062A\u062D\u062F\u064A\u062F \u0643\u064A\u0641\u064A\u0629 \u0639\u0631\u0636 \u0627\u0644\u0635\u0648\u0631\u0629 \u0627\u0644\u0631\u0645\u0632\u064A\u0629 (\u0623\u0641\u0627\u062A\u0627\u0631) \u0641\u064A \u0627\u0644\u0645\u0642\u062F\u0645\u0629
|
|
124
|
+
|
|
125
|
+
RTA_CONFIGURATION_OP_AIFT_ENUM_COVER=\u062A\u063A\u0637\u064A\u0629
|
|
126
|
+
|
|
127
|
+
RTA_CONFIGURATION_OP_AIFT_ENUM_CONTAIN=\u062A\u0636\u0645\u064A\u0646
|
|
128
|
+
|
|
117
129
|
RTA_CONFIGURATION_OP_EHC_NAME=\u0645\u062D\u062A\u0648\u0649 \u0627\u0644\u0645\u0642\u062F\u0645\u0629 \u0642\u0627\u0628\u0644 \u0644\u0644\u062A\u062D\u0631\u064A\u0631
|
|
118
130
|
|
|
119
131
|
RTA_CONFIGURATION_OP_EHC_DESC=\u062A\u062D\u062F\u064A\u062F \u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0645\u062D\u062A\u0648\u0649 \u0627\u0644\u0645\u0642\u062F\u0645\u0629 \u0642\u0627\u0628\u0644\u0627\u064B \u0644\u0644\u062A\u062D\u0631\u064A\u0631
|
|
@@ -283,4 +295,6 @@ SHARE_SHORTCUT_DESCRIPTION=\u0645\u0634\u0627\u0631\u0643\u0629
|
|
|
283
295
|
|
|
284
296
|
SAVE_SHORTCUT_DESCRIPTION=\u062D\u0641\u0638
|
|
285
297
|
|
|
298
|
+
SAVEANDBACK_SHORTCUT_DESCRIPTION=\u062D\u0641\u0638 \u0648\u0631\u062C\u0648\u0639
|
|
299
|
+
|
|
286
300
|
EDIT_SHORTCUT_DESCRIPTION=\u062A\u062D\u0631\u064A\u0631
|
|
@@ -22,8 +22,12 @@ T_COMMON_OBJECT_PAGE_VALIDATE_DRAFT=\u041F\u0440\u043E\u0432\u0435\u0440\u043A\u
|
|
|
22
22
|
|
|
23
23
|
T_OP_OBJECT_PAGE_CREATE=\u0421\u044A\u0437\u0434\u0430\u0432\u0430\u043D\u0435
|
|
24
24
|
|
|
25
|
+
T_OP_OBJECT_PAGE_CREATEANDBACK=\u0421\u044A\u0437\u0434\u0430\u0432\u0430\u043D\u0435 \u0438 \u043D\u0430\u0437\u0430\u0434
|
|
26
|
+
|
|
25
27
|
T_OP_OBJECT_PAGE_SAVE=\u0417\u0430\u043F\u0430\u0437\u0432\u0430\u043D\u0435
|
|
26
28
|
|
|
29
|
+
T_OP_OBJECT_PAGE_SAVEANDBACK=\u0417\u0430\u043F\u0430\u0437\u0432\u0430\u043D\u0435 \u0438 \u043D\u0430\u0437\u0430\u0434
|
|
30
|
+
|
|
27
31
|
C_COMMON_OBJECT_PAGE_SAVED_VERSION_BUT=\u0417\u0430\u043F\u0430\u0437\u0435\u043D\u0430 \u0432\u0435\u0440\u0441\u0438\u044F
|
|
28
32
|
|
|
29
33
|
C_COMMON_OBJECT_PAGE_DRAFT_BUT=\u0427\u0435\u0440\u043D\u043E\u0432\u0430
|
|
@@ -114,6 +118,14 @@ RTA_CONFIGURATION_OP_VM_ENUM_CONTROL=\u041A\u043E\u043D\u0442\u0440\u043E\u043B
|
|
|
114
118
|
|
|
115
119
|
RTA_CONFIGURATION_OP_VM_ENUM_NONE=\u041D\u0435 \u0435 \u0430\u043A\u0442\u0438\u0432\u0438\u0440\u0430\u043D\u043E
|
|
116
120
|
|
|
121
|
+
RTA_CONFIGURATION_OP_AIFT_NAME=\u041D\u0430\u0447\u0438\u043D \u043D\u0430 \u043F\u043E\u0431\u0438\u0440\u0430\u043D\u0435 \u043D\u0430 \u0438\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435\u0442\u043E \u043D\u0430 \u0430\u0432\u0430\u0442\u0430\u0440\u0430
|
|
122
|
+
|
|
123
|
+
RTA_CONFIGURATION_OP_AIFT_DESC=\u0420\u0435\u0448\u0435\u0442\u0435 \u043A\u0430\u043A \u0434\u0430 \u0441\u0435 \u043F\u043E\u043A\u0430\u0437\u0432\u0430 \u0438\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435\u0442\u043E \u043D\u0430 \u0430\u0432\u0430\u0442\u0430\u0440\u0430 \u0432 \u0437\u0430\u0433\u043B\u0430\u0432\u043A\u0430\u0442\u0430
|
|
124
|
+
|
|
125
|
+
RTA_CONFIGURATION_OP_AIFT_ENUM_COVER=\u041F\u0440\u0438\u043F\u043E\u043A\u0440\u0438\u0432\u0430\u043D\u0435
|
|
126
|
+
|
|
127
|
+
RTA_CONFIGURATION_OP_AIFT_ENUM_CONTAIN=\u041F\u043E\u043C\u0435\u0441\u0442\u0432\u0430\u043D\u0435
|
|
128
|
+
|
|
117
129
|
RTA_CONFIGURATION_OP_EHC_NAME=\u0420\u0435\u0434\u0430\u043A\u0442\u0438\u0440\u0443\u0435\u043C\u043E \u0437\u0430\u0433\u043B\u0430\u0432\u043D\u043E \u0441\u044A\u0434\u044A\u0440\u0436\u0430\u043D\u0438\u0435
|
|
118
130
|
|
|
119
131
|
RTA_CONFIGURATION_OP_EHC_DESC=\u041E\u043F\u0440\u0435\u0434\u0435\u043B\u0435\u0442\u0435 \u0434\u0430\u043B\u0438 \u0437\u0430\u0433\u043B\u0430\u0432\u043D\u043E\u0442\u043E \u0441\u044A\u0434\u044A\u0440\u0436\u0430\u043D\u0438\u0435 \u043D\u0430 \u0431\u044A\u0434\u0435 \u0440\u0435\u0434\u0430\u043A\u0442\u0438\u0440\u0443\u0435\u043C\u043E
|
|
@@ -283,4 +295,6 @@ SHARE_SHORTCUT_DESCRIPTION=\u0421\u043F\u043E\u0434\u0435\u043B\u044F\u043D\u043
|
|
|
283
295
|
|
|
284
296
|
SAVE_SHORTCUT_DESCRIPTION=\u0417\u0430\u043F\u0430\u0437\u0432\u0430\u043D\u0435
|
|
285
297
|
|
|
298
|
+
SAVEANDBACK_SHORTCUT_DESCRIPTION=\u0417\u0430\u043F\u0430\u0437\u0432\u0430\u043D\u0435 \u0438 \u043D\u0430\u0437\u0430\u0434
|
|
299
|
+
|
|
286
300
|
EDIT_SHORTCUT_DESCRIPTION=\u0420\u0435\u0434\u0430\u043A\u0442\u0438\u0440\u0430\u043D\u0435
|
|
@@ -22,8 +22,12 @@ T_COMMON_OBJECT_PAGE_VALIDATE_DRAFT=Validar
|
|
|
22
22
|
|
|
23
23
|
T_OP_OBJECT_PAGE_CREATE=Crear
|
|
24
24
|
|
|
25
|
+
T_OP_OBJECT_PAGE_CREATEANDBACK=Crear i enrere
|
|
26
|
+
|
|
25
27
|
T_OP_OBJECT_PAGE_SAVE=Desar
|
|
26
28
|
|
|
29
|
+
T_OP_OBJECT_PAGE_SAVEANDBACK=Desar i enrere
|
|
30
|
+
|
|
27
31
|
C_COMMON_OBJECT_PAGE_SAVED_VERSION_BUT=Versi\u00F3 desada
|
|
28
32
|
|
|
29
33
|
C_COMMON_OBJECT_PAGE_DRAFT_BUT=Esborrany
|
|
@@ -114,6 +118,14 @@ RTA_CONFIGURATION_OP_VM_ENUM_CONTROL=Control
|
|
|
114
118
|
|
|
115
119
|
RTA_CONFIGURATION_OP_VM_ENUM_NONE=No activat
|
|
116
120
|
|
|
121
|
+
RTA_CONFIGURATION_OP_AIFT_NAME=Tipus d'ajust de la imatge d'avatar
|
|
122
|
+
|
|
123
|
+
RTA_CONFIGURATION_OP_AIFT_DESC=Decidiu com es visualitza la imatge d'avatar a la cap\u00E7alera
|
|
124
|
+
|
|
125
|
+
RTA_CONFIGURATION_OP_AIFT_ENUM_COVER=Cobrir
|
|
126
|
+
|
|
127
|
+
RTA_CONFIGURATION_OP_AIFT_ENUM_CONTAIN=Contenir
|
|
128
|
+
|
|
117
129
|
RTA_CONFIGURATION_OP_EHC_NAME=Contingut de cap\u00E7alera editable
|
|
118
130
|
|
|
119
131
|
RTA_CONFIGURATION_OP_EHC_DESC=Decidiu si el contingut de la cap\u00E7alera \u00E9s editable
|
|
@@ -283,4 +295,6 @@ SHARE_SHORTCUT_DESCRIPTION=Compartir
|
|
|
283
295
|
|
|
284
296
|
SAVE_SHORTCUT_DESCRIPTION=Desar
|
|
285
297
|
|
|
298
|
+
SAVEANDBACK_SHORTCUT_DESCRIPTION=Desar i enrere
|
|
299
|
+
|
|
286
300
|
EDIT_SHORTCUT_DESCRIPTION=Editar
|
|
@@ -14,7 +14,7 @@ C_EDITFLOW_OBJECT_PAGE_SESSION_EXPIRED_DIALOG_TITLE=Sesija istekla
|
|
|
14
14
|
|
|
15
15
|
C_EDITFLOW_OBJECT_PAGE_SESSION_EXPIRED_DIALOG_MESSAGE=Va\u0161a sesija je istekla. Nesa\u010Duvane promjene su izgubljene.\nIzaberite OK za povratak na prethodnu stranicu.
|
|
16
16
|
|
|
17
|
-
T_OP_RELATED_APPS=Povezane
|
|
17
|
+
T_OP_RELATED_APPS=Povezane apl.
|
|
18
18
|
|
|
19
19
|
T_COMMON_OBJECT_PAGE_APPLY_DRAFT=Primijeni
|
|
20
20
|
|
|
@@ -22,8 +22,12 @@ T_COMMON_OBJECT_PAGE_VALIDATE_DRAFT=Validiraj
|
|
|
22
22
|
|
|
23
23
|
T_OP_OBJECT_PAGE_CREATE=Kreiraj
|
|
24
24
|
|
|
25
|
+
T_OP_OBJECT_PAGE_CREATEANDBACK=Kreiraj i vrati se
|
|
26
|
+
|
|
25
27
|
T_OP_OBJECT_PAGE_SAVE=Sa\u010Duvaj
|
|
26
28
|
|
|
29
|
+
T_OP_OBJECT_PAGE_SAVEANDBACK=Sa\u010Duvaj i vrati se
|
|
30
|
+
|
|
27
31
|
C_COMMON_OBJECT_PAGE_SAVED_VERSION_BUT=Sa\u010Duvana verzija
|
|
28
32
|
|
|
29
33
|
C_COMMON_OBJECT_PAGE_DRAFT_BUT=Nacrt
|
|
@@ -114,6 +118,14 @@ RTA_CONFIGURATION_OP_VM_ENUM_CONTROL=Kontrola
|
|
|
114
118
|
|
|
115
119
|
RTA_CONFIGURATION_OP_VM_ENUM_NONE=Nije omogu\u0107eno
|
|
116
120
|
|
|
121
|
+
RTA_CONFIGURATION_OP_AIFT_NAME=Tip uklapanja slike avatara
|
|
122
|
+
|
|
123
|
+
RTA_CONFIGURATION_OP_AIFT_DESC=Odlu\u010Dite kako se slika avatara prikazuje u zaglavlju
|
|
124
|
+
|
|
125
|
+
RTA_CONFIGURATION_OP_AIFT_ENUM_COVER=Pokrij
|
|
126
|
+
|
|
127
|
+
RTA_CONFIGURATION_OP_AIFT_ENUM_CONTAIN=Sadr\u017Ei
|
|
128
|
+
|
|
117
129
|
RTA_CONFIGURATION_OP_EHC_NAME=Sadr\u017Eaj zaglavlja koji se mo\u017Ee ure\u0111ivati
|
|
118
130
|
|
|
119
131
|
RTA_CONFIGURATION_OP_EHC_DESC=Odlu\u010Dite da li se sadr\u017Eaj zaglavlja mo\u017Ee ure\u0111ivati
|
|
@@ -283,4 +295,6 @@ SHARE_SHORTCUT_DESCRIPTION=Podijeli
|
|
|
283
295
|
|
|
284
296
|
SAVE_SHORTCUT_DESCRIPTION=Sa\u010Duvaj
|
|
285
297
|
|
|
298
|
+
SAVEANDBACK_SHORTCUT_DESCRIPTION=Sa\u010Duvaj i vrati se
|
|
299
|
+
|
|
286
300
|
EDIT_SHORTCUT_DESCRIPTION=Uredi
|
|
@@ -22,8 +22,12 @@ T_COMMON_OBJECT_PAGE_VALIDATE_DRAFT=Ov\u011B\u0159it
|
|
|
22
22
|
|
|
23
23
|
T_OP_OBJECT_PAGE_CREATE=Vytvo\u0159it
|
|
24
24
|
|
|
25
|
+
T_OP_OBJECT_PAGE_CREATEANDBACK=Vytvo\u0159it a Zp\u011Bt
|
|
26
|
+
|
|
25
27
|
T_OP_OBJECT_PAGE_SAVE=Ulo\u017Eit
|
|
26
28
|
|
|
29
|
+
T_OP_OBJECT_PAGE_SAVEANDBACK=Ulo\u017Eit a Zp\u011Bt
|
|
30
|
+
|
|
27
31
|
C_COMMON_OBJECT_PAGE_SAVED_VERSION_BUT=Ulo\u017Een\u00E1 verze
|
|
28
32
|
|
|
29
33
|
C_COMMON_OBJECT_PAGE_DRAFT_BUT=N\u00E1vrh
|
|
@@ -114,6 +118,14 @@ RTA_CONFIGURATION_OP_VM_ENUM_CONTROL=Ovl\u00E1dac\u00ED prvek
|
|
|
114
118
|
|
|
115
119
|
RTA_CONFIGURATION_OP_VM_ENUM_NONE=Nen\u00ED aktivov\u00E1no
|
|
116
120
|
|
|
121
|
+
RTA_CONFIGURATION_OP_AIFT_NAME=Typ p\u0159izp\u016Fsoben\u00ED obr\u00E1zku avataru
|
|
122
|
+
|
|
123
|
+
RTA_CONFIGURATION_OP_AIFT_DESC=Rozhodnout, jak se obr\u00E1zek avataru zobraz\u00ED v hlavi\u010Dce
|
|
124
|
+
|
|
125
|
+
RTA_CONFIGURATION_OP_AIFT_ENUM_COVER=Pokr\u00FDt
|
|
126
|
+
|
|
127
|
+
RTA_CONFIGURATION_OP_AIFT_ENUM_CONTAIN=Obsahovat
|
|
128
|
+
|
|
117
129
|
RTA_CONFIGURATION_OP_EHC_NAME=Obsah editovateln\u00E9 hlavi\u010Dky
|
|
118
130
|
|
|
119
131
|
RTA_CONFIGURATION_OP_EHC_DESC=Rozhodnout, zda je obsah hlavi\u010Dky editovateln\u00FD
|
|
@@ -283,4 +295,6 @@ SHARE_SHORTCUT_DESCRIPTION=Sd\u00EDlet
|
|
|
283
295
|
|
|
284
296
|
SAVE_SHORTCUT_DESCRIPTION=Ulo\u017Eit
|
|
285
297
|
|
|
298
|
+
SAVEANDBACK_SHORTCUT_DESCRIPTION=Ulo\u017Eit a Zp\u011Bt
|
|
299
|
+
|
|
286
300
|
EDIT_SHORTCUT_DESCRIPTION=Upravit
|
|
@@ -22,8 +22,12 @@ T_COMMON_OBJECT_PAGE_VALIDATE_DRAFT=Dilysu
|
|
|
22
22
|
|
|
23
23
|
T_OP_OBJECT_PAGE_CREATE=Creu
|
|
24
24
|
|
|
25
|
+
T_OP_OBJECT_PAGE_CREATEANDBACK=Creu ac Yn \u00D4l
|
|
26
|
+
|
|
25
27
|
T_OP_OBJECT_PAGE_SAVE=Cadw
|
|
26
28
|
|
|
29
|
+
T_OP_OBJECT_PAGE_SAVEANDBACK=Cadw ac Yn \u00D4l
|
|
30
|
+
|
|
27
31
|
C_COMMON_OBJECT_PAGE_SAVED_VERSION_BUT=Fersiwn wedi'i Chadw
|
|
28
32
|
|
|
29
33
|
C_COMMON_OBJECT_PAGE_DRAFT_BUT=Drafft
|
|
@@ -114,6 +118,14 @@ RTA_CONFIGURATION_OP_VM_ENUM_CONTROL=Rheoli
|
|
|
114
118
|
|
|
115
119
|
RTA_CONFIGURATION_OP_VM_ENUM_NONE=Heb ei Alluogi
|
|
116
120
|
|
|
121
|
+
RTA_CONFIGURATION_OP_AIFT_NAME=Math Ffitio Delwedd Afatar
|
|
122
|
+
|
|
123
|
+
RTA_CONFIGURATION_OP_AIFT_DESC=Penderfynwch sut bydd y ddelwedd afatar yn ymddangos yn y pennyn
|
|
124
|
+
|
|
125
|
+
RTA_CONFIGURATION_OP_AIFT_ENUM_COVER=Gorchuddio
|
|
126
|
+
|
|
127
|
+
RTA_CONFIGURATION_OP_AIFT_ENUM_CONTAIN=Cynnwys
|
|
128
|
+
|
|
117
129
|
RTA_CONFIGURATION_OP_EHC_NAME=Cynnwys Pennyn y Gellir ei Olygu
|
|
118
130
|
|
|
119
131
|
RTA_CONFIGURATION_OP_EHC_DESC=Penderfynu a oes modd golygu'r cynnwys pennyn
|
|
@@ -283,4 +295,6 @@ SHARE_SHORTCUT_DESCRIPTION=Rhannu
|
|
|
283
295
|
|
|
284
296
|
SAVE_SHORTCUT_DESCRIPTION=Cadw
|
|
285
297
|
|
|
298
|
+
SAVEANDBACK_SHORTCUT_DESCRIPTION=Cadw ac Yn \u00D4l
|
|
299
|
+
|
|
286
300
|
EDIT_SHORTCUT_DESCRIPTION=Golygu
|
|
@@ -22,8 +22,12 @@ T_COMMON_OBJECT_PAGE_VALIDATE_DRAFT=Valider
|
|
|
22
22
|
|
|
23
23
|
T_OP_OBJECT_PAGE_CREATE=Opret
|
|
24
24
|
|
|
25
|
+
T_OP_OBJECT_PAGE_CREATEANDBACK=Opret og tilbage
|
|
26
|
+
|
|
25
27
|
T_OP_OBJECT_PAGE_SAVE=Gem
|
|
26
28
|
|
|
29
|
+
T_OP_OBJECT_PAGE_SAVEANDBACK=Gem og tilbage
|
|
30
|
+
|
|
27
31
|
C_COMMON_OBJECT_PAGE_SAVED_VERSION_BUT=Gemt version
|
|
28
32
|
|
|
29
33
|
C_COMMON_OBJECT_PAGE_DRAFT_BUT=Udkast
|
|
@@ -114,6 +118,14 @@ RTA_CONFIGURATION_OP_VM_ENUM_CONTROL=Kontrol
|
|
|
114
118
|
|
|
115
119
|
RTA_CONFIGURATION_OP_VM_ENUM_NONE=Ikke aktiveret
|
|
116
120
|
|
|
121
|
+
RTA_CONFIGURATION_OP_AIFT_NAME=Avatarens billedtilpasningstype
|
|
122
|
+
|
|
123
|
+
RTA_CONFIGURATION_OP_AIFT_DESC=Beslut, hvordan billedet af avataren vises i sidehovedet
|
|
124
|
+
|
|
125
|
+
RTA_CONFIGURATION_OP_AIFT_ENUM_COVER=D\u00E6kker
|
|
126
|
+
|
|
127
|
+
RTA_CONFIGURATION_OP_AIFT_ENUM_CONTAIN=Indeholder
|
|
128
|
+
|
|
117
129
|
RTA_CONFIGURATION_OP_EHC_NAME=Redigerbart sidehovedindhold
|
|
118
130
|
|
|
119
131
|
RTA_CONFIGURATION_OP_EHC_DESC=Bestem, om sidehovedindhold kan redigeres
|
|
@@ -283,4 +295,6 @@ SHARE_SHORTCUT_DESCRIPTION=Del
|
|
|
283
295
|
|
|
284
296
|
SAVE_SHORTCUT_DESCRIPTION=Gem
|
|
285
297
|
|
|
298
|
+
SAVEANDBACK_SHORTCUT_DESCRIPTION=Gem og tilbage
|
|
299
|
+
|
|
286
300
|
EDIT_SHORTCUT_DESCRIPTION=Rediger
|
|
@@ -22,8 +22,12 @@ T_COMMON_OBJECT_PAGE_VALIDATE_DRAFT=Validieren
|
|
|
22
22
|
|
|
23
23
|
T_OP_OBJECT_PAGE_CREATE=Anlegen
|
|
24
24
|
|
|
25
|
+
T_OP_OBJECT_PAGE_CREATEANDBACK=Create and Back
|
|
26
|
+
|
|
25
27
|
T_OP_OBJECT_PAGE_SAVE=Sichern
|
|
26
28
|
|
|
29
|
+
T_OP_OBJECT_PAGE_SAVEANDBACK=Save and Back
|
|
30
|
+
|
|
27
31
|
C_COMMON_OBJECT_PAGE_SAVED_VERSION_BUT=Gesicherte Version
|
|
28
32
|
|
|
29
33
|
C_COMMON_OBJECT_PAGE_DRAFT_BUT=Entwurf
|
|
@@ -114,6 +118,14 @@ RTA_CONFIGURATION_OP_VM_ENUM_CONTROL=Control
|
|
|
114
118
|
|
|
115
119
|
RTA_CONFIGURATION_OP_VM_ENUM_NONE=Nicht aktiviert
|
|
116
120
|
|
|
121
|
+
RTA_CONFIGURATION_OP_AIFT_NAME=Avatar Image Fit Type
|
|
122
|
+
|
|
123
|
+
RTA_CONFIGURATION_OP_AIFT_DESC=Decide how the avatar image is displayed in the header
|
|
124
|
+
|
|
125
|
+
RTA_CONFIGURATION_OP_AIFT_ENUM_COVER=Cover
|
|
126
|
+
|
|
127
|
+
RTA_CONFIGURATION_OP_AIFT_ENUM_CONTAIN=Contain
|
|
128
|
+
|
|
117
129
|
RTA_CONFIGURATION_OP_EHC_NAME=Bearbeitbare Kopfdaten
|
|
118
130
|
|
|
119
131
|
RTA_CONFIGURATION_OP_EHC_DESC=Entscheidet, ob die Kopfdaten bearbeitet werden k\u00F6nnen
|
|
@@ -283,4 +295,6 @@ SHARE_SHORTCUT_DESCRIPTION=Teilen
|
|
|
283
295
|
|
|
284
296
|
SAVE_SHORTCUT_DESCRIPTION=Sichern
|
|
285
297
|
|
|
298
|
+
SAVEANDBACK_SHORTCUT_DESCRIPTION=Save and Back
|
|
299
|
+
|
|
286
300
|
EDIT_SHORTCUT_DESCRIPTION=Bearbeiten
|