File tree Expand file tree Collapse file tree 5 files changed +24
-8
lines changed
Expand file tree Collapse file tree 5 files changed +24
-8
lines changed Original file line number Diff line number Diff line change 1- TITLE =todos
1+ TITLE =Todos
22INPUT_PLACEHOLDER =What needs to be done?
33CLEAR_COMPLETED =Clear completed
44ACTIVE_ITEMS =Active items
Original file line number Diff line number Diff line change 1- TITLE =Todos
1+ TITLE =Aufgabenliste
22INPUT_PLACEHOLDER =Was muss getan werden?
33CLEAR_COMPLETED =Erledigte Einträge entfernen
44ACTIVE_ITEMS =Aktive Einträge
Original file line number Diff line number Diff line change 1- TITLE =todos
1+ TITLE =Todos
22INPUT_PLACEHOLDER =What needs to be done?
33CLEAR_COMPLETED =Clear completed
44ACTIVE_ITEMS =Active items
Original file line number Diff line number Diff line change 22 "_version" : " 2.0.0" ,
33 "sap.app" : {
44 "id" : " sap.ui.demo.todo" ,
5- "type" : " application"
5+ "type" : " application" ,
6+ "title" : " {{TITLE}}" ,
7+ "applicationVersion" : {
8+ "version" : " 0.5.0"
9+ }
10+ },
11+ "sap.ui" : {
12+ "technology" : " UI5" ,
13+ "deviceTypes" : {
14+ "desktop" : true ,
15+ "tablet" : true ,
16+ "phone" : true
17+ }
618 },
719 "sap.ui5" : {
820 "dependencies" : {
1325 "sap.f" : {}
1426 }
1527 },
28+ "contentDensities" : {
29+ "compact" : true ,
30+ "cozy" : true
31+ },
1632 "rootView" : {
1733 "viewName" : " sap.ui.demo.todo.view.App" ,
1834 "type" : " XML" ,
Original file line number Diff line number Diff line change 4444 </infoToolbar >
4545 <CustomListItem >
4646 <HBox >
47- <CheckBox selected =" {completed}" />
47+ <CheckBox selected =" {completed}" />
4848 <VBox justifyContent =" Center" >
4949 <Text text =" {title}" />
5050 </VBox >
6363 <OverflowToolbar id =" toolbar-footer" visible =" {= !!${view>/isMobile} }" >
6464 <SegmentedButton selectedKey =" all" selectionChange =" .onFilter" class =" sapMSegmentedButtonNoAutoWidth" >
6565 <items >
66- <SegmentedButtonItem text =" All " key =" all" />
67- <SegmentedButtonItem text =" Active " key =" active" />
68- <SegmentedButtonItem text =" Completed " key =" completed" />
66+ <SegmentedButtonItem text =" {i18n>LABEL_ALL} " key =" all" />
67+ <SegmentedButtonItem text =" {i18n>LABEL_ACTIVE} " key =" active" />
68+ <SegmentedButtonItem text =" {i18n>LABEL_COMPLETED} " key =" completed" />
6969 </items >
7070 </SegmentedButton >
7171 <ToolbarSpacer />
You can’t perform that action at this time.
0 commit comments