@sapui5/sap.suite.ui.generic.template 1.96.23 → 1.96.24

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.
Files changed (67) hide show
  1. package/package.json +1 -1
  2. package/src/sap/suite/ui/generic/template/.library +1 -1
  3. package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_en.properties +106 -0
  4. package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_sh.properties +6 -6
  5. package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_sr.properties +6 -6
  6. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_en.properties +75 -0
  7. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ko.properties +1 -1
  8. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_sh.properties +14 -14
  9. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_sr.properties +14 -14
  10. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_en.properties +105 -0
  11. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_fr_CA.properties +3 -3
  12. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_sh.properties +12 -12
  13. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_sr.properties +12 -12
  14. package/src/sap/suite/ui/generic/template/QuickCreate/i18n/i18n_en.properties +16 -0
  15. package/src/sap/suite/ui/generic/template/QuickCreate/i18n/i18n_sh.properties +1 -1
  16. package/src/sap/suite/ui/generic/template/QuickCreate/i18n/i18n_sr.properties +1 -1
  17. package/src/sap/suite/ui/generic/template/QuickView/i18n/i18n_en.properties +4 -0
  18. package/src/sap/suite/ui/generic/template/changeHandler/AddFilterItem.js +1 -1
  19. package/src/sap/suite/ui/generic/template/changeHandler/AddFooterActionButton.js +1 -1
  20. package/src/sap/suite/ui/generic/template/changeHandler/AddGroup.js +1 -1
  21. package/src/sap/suite/ui/generic/template/changeHandler/AddGroupElement.js +1 -1
  22. package/src/sap/suite/ui/generic/template/changeHandler/AddHeaderActionButton.js +1 -1
  23. package/src/sap/suite/ui/generic/template/changeHandler/AddHeaderFacet.js +1 -1
  24. package/src/sap/suite/ui/generic/template/changeHandler/AddSection.js +1 -1
  25. package/src/sap/suite/ui/generic/template/changeHandler/AddSubSection.js +1 -1
  26. package/src/sap/suite/ui/generic/template/changeHandler/AddTableColumn.js +1 -1
  27. package/src/sap/suite/ui/generic/template/changeHandler/AddToolbarActionButton.js +1 -1
  28. package/src/sap/suite/ui/generic/template/changeHandler/MoveFilterItems.js +1 -1
  29. package/src/sap/suite/ui/generic/template/changeHandler/MoveGroup.js +1 -1
  30. package/src/sap/suite/ui/generic/template/changeHandler/MoveGroupElement.js +1 -1
  31. package/src/sap/suite/ui/generic/template/changeHandler/MoveHeaderAndFooterActionButton.js +1 -1
  32. package/src/sap/suite/ui/generic/template/changeHandler/MoveHeaderFacet.js +1 -1
  33. package/src/sap/suite/ui/generic/template/changeHandler/MoveSection.js +1 -1
  34. package/src/sap/suite/ui/generic/template/changeHandler/MoveSubSection.js +1 -1
  35. package/src/sap/suite/ui/generic/template/changeHandler/MoveTableColumns.js +1 -1
  36. package/src/sap/suite/ui/generic/template/changeHandler/MoveToolbarActionButtons.js +1 -1
  37. package/src/sap/suite/ui/generic/template/changeHandler/RemoveFilterItem.js +1 -1
  38. package/src/sap/suite/ui/generic/template/changeHandler/RemoveGroup.js +1 -1
  39. package/src/sap/suite/ui/generic/template/changeHandler/RemoveGroupElement.js +1 -1
  40. package/src/sap/suite/ui/generic/template/changeHandler/RemoveHeaderAndFooterActionButton.js +1 -1
  41. package/src/sap/suite/ui/generic/template/changeHandler/RemoveHeaderFacet.js +1 -1
  42. package/src/sap/suite/ui/generic/template/changeHandler/RemoveSection.js +1 -1
  43. package/src/sap/suite/ui/generic/template/changeHandler/RemoveSubSection.js +1 -1
  44. package/src/sap/suite/ui/generic/template/changeHandler/RemoveTableColumn.js +1 -1
  45. package/src/sap/suite/ui/generic/template/changeHandler/RemoveToolbarActionButton.js +1 -1
  46. package/src/sap/suite/ui/generic/template/changeHandler/RevealFilterItem.js +1 -1
  47. package/src/sap/suite/ui/generic/template/changeHandler/RevealHeaderFacet.js +1 -1
  48. package/src/sap/suite/ui/generic/template/changeHandler/RevealTableColumn.js +1 -1
  49. package/src/sap/suite/ui/generic/template/changeHandler/RevealToolbarActionButton.js +1 -1
  50. package/src/sap/suite/ui/generic/template/changeHandler/generic/AddElement.js +1 -1
  51. package/src/sap/suite/ui/generic/template/changeHandler/generic/MoveElements.js +1 -1
  52. package/src/sap/suite/ui/generic/template/changeHandler/generic/RemoveElement.js +1 -1
  53. package/src/sap/suite/ui/generic/template/changeHandler/generic/RevealElement.js +1 -1
  54. package/src/sap/suite/ui/generic/template/changeHandler/util/AnnotationPropertyCommand.js +1 -1
  55. package/src/sap/suite/ui/generic/template/detailTemplates/i18n/i18n_en.properties +10 -0
  56. package/src/sap/suite/ui/generic/template/lib/MessageButtonHelper.js +2 -2
  57. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_cs.properties +1 -1
  58. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en.properties +155 -0
  59. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_fr_CA.properties +5 -5
  60. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_hr.properties +1 -1
  61. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_it.properties +1 -1
  62. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_nl.properties +1 -1
  63. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sh.properties +28 -28
  64. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sr.properties +28 -28
  65. package/src/sap/suite/ui/generic/template/lib/navigation/NavigationController.js +1 -1
  66. package/src/sap/suite/ui/generic/template/library.js +1 -1
  67. package/src/sap/suite/ui/generic/template/listTemplates/i18n/i18n_en.properties +4 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/sap.suite.ui.generic.template",
3
- "version": "1.96.23",
3
+ "version": "1.96.24",
4
4
  "description": "SAPUI5 Library sap.suite.ui.generic.template",
5
5
  "homepage": "https://sap.github.io/ui5-tooling/pages/SAPUI5/",
6
6
  "author": "SAP SE (https://www.sap.com)",
@@ -7,7 +7,7 @@
7
7
 
8
8
  (c) Copyright 2009-2015 SAP SE. All rights reserved
9
9
  </copyright>
10
- <version>1.96.23</version>
10
+ <version>1.96.24</version>
11
11
 
12
12
  <documentation>Library with generic Suite UI templates.</documentation>
13
13
 
@@ -1,204 +1,310 @@
1
+ # Smart Template FND Analytical List Page
2
+ #
1
3
 
4
+ # XTIT,40: used in manifest, not used in the application UI itself but in generic descriptions of the app); this text MUST be replaced in the application component
2
5
  TITLE=Analytical List Page
3
6
 
7
+ # XTIT,50: used in manifest, not used in the application UI itself but in generic descriptions of the app); this text MUST be replaced in the application component
4
8
  DESCRIPTION=Analytical List Page
5
9
 
10
+ # XBUT,30
6
11
  OK=OK
7
12
 
13
+ # XBUT,30
8
14
  NAVIGATE_TO_DETAIL=Show Details
9
15
 
16
+ # YMSG, 100: exposed as subject of Email, example: Link to Object List
10
17
  EMAIL_HEADER=Link to {0}
11
18
 
19
+ # XBUT, 60: used as tooltip for KPI tag values and Undetermined State criticality status
12
20
  KPI_TOOLTIP_UNDETERMINED={0} {1}\nStatus\: Undetermined
13
21
 
22
+ # XBUT, 45: used as tooltip for KPI tag values and Neutral State criticality status
14
23
  KPI_TOOLTIP_NEUTRAL={0} {1}\nStatus\: Neutral
15
24
 
25
+ # XBUT, 45: used as tooltip for KPI tag values and No criticality status
16
26
  KPI_TOOLTIP_NONE={0} {1}\nStatus\: None
17
27
 
28
+ # XBUT, 55: used as tooltip for KPI tag values and Error State criticality status
18
29
  KPI_TOOLTIP_ERROR={0} {1}\nStatus\: High-Risk
19
30
 
31
+ # XBUT, 40: used as tooltip for KPI tag values and Good State criticality status
20
32
  KPI_TOOLTIP_GOOD={0} {1}\nStatus\: Good
21
33
 
34
+ # XBUT, 40: used as tooltip for KPI tag values and Critcal state criticality status
22
35
  KPI_TOOLTIP_CRITICAL={0} {1}\nStatus\: Risk
23
36
 
37
+ # XBUT, 55: used for accessibility of KPI tag when there is error in determining the value
24
38
  KPI_DETERMINING_ERROR={0}\nUnable to determine the value.
25
39
 
40
+ # XBUT, 65: used for accessibility of KPI tag when there is warning in determining the value
26
41
  KPI_DETERMINING_WARNING={0}\nData is either invalid or not found.
27
42
 
43
+ # XBUT, 90: used as error message for the KPI
28
44
  KPI_AUTHORIZATION_ISSUE=There\u2019s an authorization issue.
29
45
 
46
+ # XBUT, 90: used as error message for the KPI
30
47
  KPI_DEFAULT_PV_ERROR_MESSAGE=Presentation variant annotation is missing.
31
48
 
49
+ # XBUT, 90: used as error message for the KPI
32
50
  KPI_DRILLDOWN_NAVIGATION_MESSAGE=Please enter navigation details.
33
51
 
52
+ # XBUT, 90: used as error message for the KPI
34
53
  KPI_MANDATORY_PARAMETER_MESSAGE=Enter a filter or parameter for the filterable KPI.
35
54
 
55
+ # XBUT, 90: used as error message for the KPI
36
56
  KPI_GENERIC_ERROR_MESSAGE=Unable to load KPI due to a technical issue.
37
57
 
58
+ #YMSW, 90: Warning message for KPI no data
38
59
  KPI_NO_DATA=There\u2019s no KPI data available for the chosen filter criteria.
39
60
 
61
+ #YINF, 90: Information message for missing mandatory filters and parameters
40
62
  KPI_INFO_FOR_MISSING_MANDATE_FILTPAR=Enter mandatory filter field values to view KPI information.
41
63
 
64
+ #XBUT, 30: Page header clear button
42
65
  CLEAR_FILTERS=Clear
43
66
 
67
+ #XBUT, 30: Popover clear all button
44
68
  CLEAR_FILTERS_ALL=Clear All
45
69
 
70
+ #XBUT, 30: Page header go button
46
71
  GO_FILTERS=Go
47
72
 
73
+ #XTIT, 40: Text to appear next to each filter item toolbar in Visual Filter Dialog
48
74
  SHOW_ON_FILTER_BAR=Show on Filter Bar
49
75
 
76
+ #XBUT, 30: FilterBar predefined text for launching filters dialog action
50
77
  VISUAL_FILTER_FILTERS=Adapt Filters
51
78
 
79
+ #XBUT, 40: FilterBar predefined text for launching filters dialog action with a filter count
52
80
  VISUAL_FILTER_FILTERS_WITH_COUNT=Adapt Filters ({0})
53
81
 
82
+ #XBUT, 40: Selected items in filter dialog
54
83
  VISUAL_FILTER_ALL_SELECTED_FILTERS=All Selected Values
55
84
 
85
+ #XBUT, 30: FilterBar predefined text for Measures Popover Title
56
86
  VISUAL_FILTER_MEASURES=Measure By
57
87
 
88
+ #XBUT, 30: FilterBar predefined text for Chart Type Popover Title
58
89
  VISUAL_FILTER_CHART_TYPES=Chart Types
59
90
 
91
+ #XBUT, 30: FilterBar predefined text for Chart Type Popover Bar Chart
60
92
  VISUAL_FILTER_CHART_TYPE_BAR=Bar Chart
61
93
 
94
+ #XBUT, 30: FilterBar predefined text for Chart Type Popover Line Chart
62
95
  VISUAL_FILTER_CHART_TYPE_Line=Line Chart
63
96
 
97
+ #XBUT, 30: FilterBar predefined text for Chart Type Popover Donut Chart
64
98
  VISUAL_FILTER_CHART_TYPE_Donut=Donut Chart
65
99
 
100
+ #XBUT, 30: FilterBar predefined text for Sorting Popover Title
66
101
  VISUAL_FILTER_SORTING=Sorting
67
102
 
103
+ #XBUT, 30: FilterBar predefined text for Sorting Popover Ascending
68
104
  VISUAL_FILTER_SORTING_ASCENDING=Ascending
69
105
 
106
+ #XBUT, 30: FilterBar predefined text for Sorting Popover Descending
70
107
  VISUAL_FILTER_SORTING_DESCENDING=Descending
71
108
 
109
+ #XBUT, 30: FilterBar predefined text for Line Chart Time Line Popover Title
72
110
  VISUAL_FILTER_LINE_CHART_TIME_LINE=Show
73
111
 
112
+ #XBUT, 30: FilterBar predefined text for Line Chart Time Line Popover by Days
74
113
  VISUAL_FILTER_LINE_CHART_TIME_LINE_DAYS=Previous 6 Days
75
114
 
115
+ #XBUT, 30: FilterBar predefined text for Line Chart Time Line Popover Title
76
116
  VISUAL_FILTER_LINE_CHART_TIME_LINE_MONTH=Previous 6 Months
77
117
 
118
+ #XBUT, 30: FilterBar predefined text for Line Chart Time Line Popover Title
78
119
  VISUAL_FILTER_LINE_CHART_TIME_LINE_QUARTERS=Previous 6 Quarters
79
120
 
121
+ #XBUT, 30: FilterBar predefined text for Line Chart Time Line Popover Title
80
122
  VISUAL_FILTER_LINE_CHART_TIME_LINE_YEARS=Previous 6 Years
81
123
 
124
+ #XBUT, 30: FilterBar predefined text for Chart Type Title
82
125
  VISUAL_FILTER_CHART_TYPE=Chart Type
83
126
 
127
+ #XBUT, 30: FilterBar predefined text for Measure Title
84
128
  VISUAL_FILTER_MEASURE=Measure
85
129
 
130
+ #XBUT, 30: FilterBar predefined text for Sort Order Title
86
131
  VISUAL_FILTER_SORT_ORDER=Sort Order
87
132
 
133
+ #------------analytical list page specific texts-----------------------
88
134
 
135
+ # XBUT,50: tooltip for table view
89
136
  CONTAINER_VIEW_TABLE=Table View
90
137
 
138
+ # XBUT,50: tooltip for chart view
91
139
  CONTAINER_VIEW_CHART=Chart View
92
140
 
141
+ # XBUT,50: tooltip for chart view
93
142
  CONTAINER_VIEW_CHARTTABLE=Chart and Table View
94
143
 
144
+ # XBUT,50: tooltip for crosstab view
95
145
  CONTAINER_VIEW_CROSSTAB=Crosstable View
96
146
 
147
+ # XBUT,50: tooltip for filter switch
97
148
  FILTER_VISUAL=Visual Filter
98
149
 
150
+ # XBUT,50: tooltip for filter switch
99
151
  FILTER_COMPACT=Compact Filter
100
152
 
153
+ # XTIT, 50: basic visual filter title, measure by dimension
101
154
  VIS_FILTER_TITLE_MD={0} by {1}
102
155
 
156
+ # XTIT, 50:translation for status word in visual filter tooltip
103
157
  VIS_FILTER_TOOLTIP_STATUS_GOOD=Status\: Good
104
158
 
159
+ # XTIT, 50:translation for status word in visual filter tooltip
105
160
  VIS_FILTER_TOOLTIP_STATUS_ERROR=Status\: Error
106
161
 
162
+ # XTIT, 50:translation for status word in visual filter tooltip
107
163
  VIS_FILTER_TOOLTIP_STATUS_CRITICAL=Status\: Critical
108
164
 
165
+ # XTIT, 50: visual filter title with unit and currency, measure by dimension
109
166
  VIS_FILTER_TITLE_MD_WITH_UNIT_CURR={0} in {1}
110
167
 
168
+ # XTIT, 25: All other values not shown, used in the donut chart
111
169
  VIS_FILTER_DONUT_OTHER=Other
112
170
 
171
+ # XTIT,30: Edit state, filter
113
172
  VIS_FILTER_GRP_BASIC_TITLE=Basic
114
173
 
174
+ # XACT, 30: Screen reader text for a visual filter
115
175
  VIS_FILTER_ITEM_ARIA=Visual Filter
116
176
 
177
+ # XACT, 30: Screen reader text for a visual filter in dialog that is a mandatory property
117
178
  VIS_FILTER_MANDATORY_PROPERTY_ARIA={0} required.
118
179
 
180
+ # XACT, 30: Screen reader text for a visual filter that is a mandatory property
119
181
  VIS_FILTER_MANDATORY_PROPERTY_ARIA_LABEL=required.
120
182
 
183
+ # XACT, 100: Screen reader text for navigating between visual filters on the filter bar
121
184
  VIS_FILTER_BAR_NAVIGATE_ARIA=To move between visual filters, choose the right or left arrow.
122
185
 
186
+ # XACT, 100: Screen reader text for navigating between visual filters on the dialog
123
187
  VIS_FILTER_DIALOG_NAVIGATE_ARIA=To move between visual filters, choose the down or up arrow.
124
188
 
189
+ # XACT, 60: Screen reader text for navigating within a visual filter
125
190
  VIS_FILTER_ACCESS_FIELDS_ARIA=Choose the tab to access filter fields.
126
191
 
192
+ # XTIT,50: Selected count in drop down
127
193
  VIS_VALUEHELP_DROPDOWN_SELECTED_COUNT=Selected {0}\: {1}
128
194
 
195
+ # XTIT,50: View Selected drop down tooltip
129
196
  VIS_VALUEHELP_DROPDOWN_VIEW_SELECTED=View Selected
130
197
 
198
+ # XTIT,50: View ALL drop down tooltip
131
199
  VIS_VALUEHELP_DROPDOWN_VIEW_ALL=View All
132
200
 
201
+ # XTIT,50: Clear Selection drop down tooltip
133
202
  VIS_VALUEHELP_DROPDOWN_CLEAR_SELECTION=Clear Selection
134
203
 
204
+ # XBUT,70: shown as tooltip on toggle of the chart-table mode
135
205
  CHARTTABLE_AUTOHIDE_ON=Show Items Based on Chart Selection Only
136
206
 
207
+ # XBUT,50: shown as tooltip on toggle of the chart-table mode
137
208
  CHARTTABLE_AUTOHIDE_OFF=Show All Items
138
209
 
210
+ #YMSG, 100
139
211
  M_VISUAL_FILTERS_ERROR_MESSAGE_TITLE=Unable to display filter
140
212
 
213
+ #YMSG, 100
141
214
  MULTIPLE_UNIT_OVERLAY_MESSAGE=Refine filter to set single unit of measure.
142
215
 
216
+ #YMSG, 100
143
217
  MULTIPLE_CURRENCY_OVERLAY_MESSAGE=Refine filter to set single currency.
144
218
 
219
+ #YMSG, 30
145
220
  NO_DATA_FOUND_OVERLAY_MESSAGE=No data found.
146
221
 
222
+ #YMSG, 150
147
223
  REQUIRED_FIELDS_OVERLAY_MESSAGE=Unable to display this filter due to the missing mandatory fields.
148
224
 
225
+ #YMSG, 150
149
226
  M_VISUAL_FILTERS_ERROR_DATA_TEXT=Unable to load data due to a technical issue.
150
227
 
228
+ #YMSG, 150
151
229
  M_VISUAL_FILTERS_PROVIDE_FILTER_VAL_SINGLEVF=Provide a filter value for {0}
152
230
 
231
+ #YMSG, 150
153
232
  M_VISUAL_FILTERS_PROVIDE_FILTER_VAL_MULTIPLEVF=Provide filter values for all required fields.
154
233
 
234
+ #YMSG, 150
155
235
  M_VISUAL_FILTERS_MULTIPLE_CURRENCY=To see this chart, set only one currency for {0}
156
236
 
237
+ #YMSG, 150
157
238
  M_VISUAL_FILTERS_MULTIPLE_UNIT=To see this chart, set only one value for {0}
158
239
 
240
+ #YMSG, 150
159
241
  M_VISUAL_FILTER_HIDDEN_MEASURE=Unable to load visual filter. Measure {0} is marked with UI.Hidden.
160
242
 
243
+ #YMSG, 150
161
244
  M_VISUAL_FILTER_UNSUPPORTED_CHART_TYPE=Chart type is not supported for visual filters. Use a line chart or a bar chart.
162
245
 
246
+ #YMSG, 150
163
247
  REQUIRED_VH_FIELDS_OVERLAY_MESSAGE=Unable to load data because mandatory fields are missing. Please contact your administrator.
164
248
 
249
+ #YMSG, 100
165
250
  TECHNICAL_ISSUES_OVERLAY_MESSAGE=Unable to retrieve data due to a technical issue.
166
251
 
252
+ #YMSG, 100
167
253
  HIDDEN_MEASURE_OVERLAY_MESSAGE=Unable to load visual filter due to a hidden measure.
168
254
 
255
+ #YMSG, 120
169
256
  INVALID_MEASURE_DONUT_MESSAGE=Invalid measure for a donut chart. Ensure that the measure is cumulative and positive.
170
257
 
258
+ # XBUT,30: show as tooltip on share button
171
259
  SHARE=Share
172
260
 
261
+ # XBUT,120: show as tooltip on selections button
173
262
  VH_SINGLE_SELECTED=Value Help for {0} with {1} Item Selected
174
263
 
264
+ # XBUT,120: show as tooltip on selections button
175
265
  VH_MULTI_SELECTED=Value Help for {0} with {1} Items Selected
176
266
 
267
+ # XBUT,60: show as tooltip on valuehelp button
177
268
  VALUE_HELP=Value Help for {0}
178
269
 
270
+ # XBUT,60: show as tooltip on dropdown button
179
271
  DROPDOWN_WITHOUT_SELECTIONS=Dropdown List for {0}
180
272
 
273
+ # XBUT,120: show as tooltip on dropdown button
181
274
  DROPDOWN_WITH_SELECTIONS=Dropdown List for {0} with {1} Item
182
275
 
276
+ # XBUT,120: show as tooltip on datepicker button
183
277
  DP_SINGLE_SELECTED={1} item selected for {0}
184
278
 
279
+ # XBUT,60: show as tooltip on datepicker button
185
280
  DP_WITHOUT_SELECTIONS=Select Date
186
281
 
282
+ # XBUT,30: empty value in visual filter
187
283
  NOT_ASSIGNED=Not Assigned
188
284
 
285
+ # XTIT: FilterBar predefined text for showing more filters dialog
189
286
  FILTER_BAR_SHOW_MORE_FILTERS=More Filters ({0})
190
287
 
288
+ #XTIT: FilterBar predefined text for showing more filters dialog, when all filters are already assigned
191
289
  FILTER_BAR_SHOW_CHANGE_FILTERS=Change Filters
192
290
 
291
+ #XTIT: FilterBar predefined text for Add/Remove filter fields dialog
193
292
  SELECT_FILTER_FIELDS=Select Filters
194
293
 
294
+ #XTIT: FilterBar predefined text for Search action
195
295
  FILTER_BAR_SEARCH=Search for Filters
196
296
 
297
+ #XBUT: SmartForm personalization dialog predefined text for Cancel button
197
298
  FORM_PERS_DIALOG_CANCEL=Cancel
198
299
 
300
+ #------------analytical list page specific texts-----------------------
199
301
 
302
+ #---Final block: texts to be redefined by the application ----------------------------------------
200
303
 
304
+ # XBUT,80: No data text for on load of smart chart
201
305
  NODATA_SMARTCHART_ALP=To start, set the relevant filters.
202
306
 
307
+ # XBUT,80: No data text for on load of smart table
203
308
  NODATA_SMARTTABLE_ALP=To start, set the relevant filters.
204
309
 
310
+ #---End of final block: texts to be redefined by the application ----------------------------------------
@@ -13,7 +13,7 @@ KPI_TOOLTIP_UNDETERMINED={0} {1}\nStatus\: Neodre\u0111eno
13
13
 
14
14
  KPI_TOOLTIP_NEUTRAL={0} {1}\nStatus\: Neutralno
15
15
 
16
- KPI_TOOLTIP_NONE={0} {1}\nStatus\: Ni\u0161ta
16
+ KPI_TOOLTIP_NONE={0} {1}\nStatus\: Nijedan
17
17
 
18
18
  KPI_TOOLTIP_ERROR={0} {1}\nStatus\: Visoki rizik
19
19
 
@@ -31,7 +31,7 @@ KPI_DEFAULT_PV_ERROR_MESSAGE=Nedostaje anotacija varijante prezentacije.
31
31
 
32
32
  KPI_DRILLDOWN_NAVIGATION_MESSAGE=Unesite detalje usmeravanja.
33
33
 
34
- KPI_MANDATORY_PARAMETER_MESSAGE=Enter a filter or parameter for the filterable KPI.
34
+ KPI_MANDATORY_PARAMETER_MESSAGE=Unesite filter ili parametar za KPI koji se mo\u017Ee filtrirati.
35
35
 
36
36
  KPI_GENERIC_ERROR_MESSAGE=Nije mogu\u0107e u\u010Ditati KPI zbog tehni\u010Dkog problema.
37
37
 
@@ -138,9 +138,9 @@ CHARTTABLE_AUTOHIDE_OFF=Poka\u017Ei sve stavke
138
138
 
139
139
  M_VISUAL_FILTERS_ERROR_MESSAGE_TITLE=Nije mogu\u0107e prikazati filter
140
140
 
141
- MULTIPLE_UNIT_OVERLAY_MESSAGE=Refine filter to set single unit of measure.
141
+ MULTIPLE_UNIT_OVERLAY_MESSAGE=Detaljno odredite filter za postavljanje pojedina\u010Dne jedinice mere.
142
142
 
143
- MULTIPLE_CURRENCY_OVERLAY_MESSAGE=Refine filter to set single currency.
143
+ MULTIPLE_CURRENCY_OVERLAY_MESSAGE=Detaljno odredite filter za postavljanje pojedina\u010Dne valute.
144
144
 
145
145
  NO_DATA_FOUND_OVERLAY_MESSAGE=Podaci nisu na\u0111eni.
146
146
 
@@ -162,9 +162,9 @@ M_VISUAL_FILTER_UNSUPPORTED_CHART_TYPE=Tip dijagrama nije podr\u017Ean za vizuel
162
162
 
163
163
  REQUIRED_VH_FIELDS_OVERLAY_MESSAGE=Nije mogu\u0107e u\u010Ditati podatke jer nedostaju obavezna polja. Obavestite administratora.
164
164
 
165
- TECHNICAL_ISSUES_OVERLAY_MESSAGE=Unable to retrieve data due to a technical issue.
165
+ TECHNICAL_ISSUES_OVERLAY_MESSAGE=Nije mogu\u0107e pozvati podatke zbog tehni\u010Dkog problema.
166
166
 
167
- HIDDEN_MEASURE_OVERLAY_MESSAGE=Unable to load visual filter due to a hidden measure.
167
+ HIDDEN_MEASURE_OVERLAY_MESSAGE=Nije mogu\u0107e u\u010Ditati vizuelni filter zbog sakrivene mere.
168
168
 
169
169
  INVALID_MEASURE_DONUT_MESSAGE=Neva\u017Ee\u0107a mera za prstenasti dijagram. Uverite se da je mera kumulativna i pozitivna.
170
170
 
@@ -13,7 +13,7 @@ KPI_TOOLTIP_UNDETERMINED={0} {1}\n\u0421\u0442\u0430\u0442\u0443\u0441\: \u041D\
13
13
 
14
14
  KPI_TOOLTIP_NEUTRAL={0} {1}\n\u0421\u0442\u0430\u0442\u0443\u0441\: \u041D\u0435\u0443\u0442\u0440\u0430\u043B\u043D\u043E
15
15
 
16
- KPI_TOOLTIP_NONE={0} {1}\n\u0421\u0442\u0430\u0442\u0443\u0441\: \u041D\u0438\u0448\u0442\u0430
16
+ KPI_TOOLTIP_NONE={0} {1}\n\u0421\u0442\u0430\u0442\u0443\u0441\: \u041D\u0438\u0458\u0435\u0434\u0430\u043D
17
17
 
18
18
  KPI_TOOLTIP_ERROR={0} {1}\n\u0421\u0442\u0430\u0442\u0443\u0441\: \u0412\u0438\u0441\u043E\u043A\u0438 \u0440\u0438\u0437\u0438\u043A
19
19
 
@@ -31,7 +31,7 @@ KPI_DEFAULT_PV_ERROR_MESSAGE=\u041D\u0435\u0434\u043E\u0441\u0442\u0430\u0458\u0
31
31
 
32
32
  KPI_DRILLDOWN_NAVIGATION_MESSAGE=\u0423\u043D\u0435\u0441\u0438\u0442\u0435 \u0434\u0435\u0442\u0430\u0459\u0435 \u0443\u0441\u043C\u0435\u0440\u0430\u0432\u0430\u045A\u0430.
33
33
 
34
- KPI_MANDATORY_PARAMETER_MESSAGE=Enter a filter or parameter for the filterable KPI.
34
+ KPI_MANDATORY_PARAMETER_MESSAGE=\u0423\u043D\u0435\u0441\u0438\u0442\u0435 \u0444\u0438\u043B\u0442\u0435\u0440 \u0438\u043B\u0438 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0430\u0440 \u0437\u0430 KPI \u043A\u043E\u0458\u0438 \u0441\u0435 \u043C\u043E\u0436\u0435 \u0444\u0438\u043B\u0442\u0440\u0438\u0440\u0430\u0442\u0438.
35
35
 
36
36
  KPI_GENERIC_ERROR_MESSAGE=\u041D\u0438\u0458\u0435 \u043C\u043E\u0433\u0443\u045B\u0435 \u0443\u0447\u0438\u0442\u0430\u0442\u0438 \u041A\u041F\u0418 \u0437\u0431\u043E\u0433 \u0442\u0435\u0445\u043D\u0438\u0447\u043A\u043E\u0433 \u043F\u0440\u043E\u0431\u043B\u0435\u043C\u0430.
37
37
 
@@ -138,9 +138,9 @@ CHARTTABLE_AUTOHIDE_OFF=\u041F\u043E\u043A\u0430\u0436\u0438 \u0441\u0432\u0435
138
138
 
139
139
  M_VISUAL_FILTERS_ERROR_MESSAGE_TITLE=\u041D\u0438\u0458\u0435 \u043C\u043E\u0433\u0443\u045B\u0435 \u043F\u0440\u0438\u043A\u0430\u0437\u0430\u0442\u0438 \u0444\u0438\u043B\u0442\u0435\u0440
140
140
 
141
- MULTIPLE_UNIT_OVERLAY_MESSAGE=Refine filter to set single unit of measure.
141
+ MULTIPLE_UNIT_OVERLAY_MESSAGE=\u0414\u0435\u0442\u0430\u0459\u043D\u043E \u043E\u0434\u0440\u0435\u0434\u0438\u0442\u0435 \u0444\u0438\u043B\u0442\u0435\u0440 \u0437\u0430 \u043F\u043E\u0441\u0442\u0430\u0432\u0459\u0430\u045A\u0435 \u043F\u043E\u0458\u0435\u0434\u0438\u043D\u0430\u0447\u043D\u0435 \u0458\u0435\u0434\u0438\u043D\u0438\u0446\u0435 \u043C\u0435\u0440\u0435.
142
142
 
143
- MULTIPLE_CURRENCY_OVERLAY_MESSAGE=Refine filter to set single currency.
143
+ MULTIPLE_CURRENCY_OVERLAY_MESSAGE=\u0414\u0435\u0442\u0430\u0459\u043D\u043E \u043E\u0434\u0440\u0435\u0434\u0438\u0442\u0435 \u0444\u0438\u043B\u0442\u0435\u0440 \u0437\u0430 \u043F\u043E\u0441\u0442\u0430\u0432\u0459\u0430\u045A\u0435 \u043F\u043E\u0458\u0435\u0434\u0438\u043D\u0430\u0447\u043D\u0435 \u0432\u0430\u043B\u0443\u0442\u0435.
144
144
 
145
145
  NO_DATA_FOUND_OVERLAY_MESSAGE=\u041F\u043E\u0434\u0430\u0446\u0438 \u043D\u0438\u0441\u0443 \u043D\u0430\u0452\u0435\u043D\u0438.
146
146
 
@@ -162,9 +162,9 @@ M_VISUAL_FILTER_UNSUPPORTED_CHART_TYPE=\u0422\u0438\u043F \u0434\u0438\u0458\u04
162
162
 
163
163
  REQUIRED_VH_FIELDS_OVERLAY_MESSAGE=\u041D\u0438\u0458\u0435 \u043C\u043E\u0433\u0443\u045B\u0435 \u0443\u0447\u0438\u0442\u0430\u0442\u0438 \u043F\u043E\u0434\u0430\u0442\u043A\u0435 \u0458\u0435\u0440 \u043D\u0435\u0434\u043E\u0441\u0442\u0430\u0458\u0443 \u043E\u0431\u0430\u0432\u0435\u0437\u043D\u0430 \u043F\u043E\u0459\u0430. \u041E\u0431\u0430\u0432\u0435\u0441\u0442\u0438\u0442\u0435 \u0430\u0434\u043C\u0438\u043D\u0438\u0441\u0442\u0440\u0430\u0442\u043E\u0440\u0430.
164
164
 
165
- TECHNICAL_ISSUES_OVERLAY_MESSAGE=Unable to retrieve data due to a technical issue.
165
+ TECHNICAL_ISSUES_OVERLAY_MESSAGE=\u041D\u0438\u0458\u0435 \u043C\u043E\u0433\u0443\u045B\u0435 \u043F\u043E\u0437\u0432\u0430\u0442\u0438 \u043F\u043E\u0434\u0430\u0442\u043A\u0435 \u0437\u0431\u043E\u0433 \u0442\u0435\u0445\u043D\u0438\u0447\u043A\u043E\u0433 \u043F\u0440\u043E\u0431\u043B\u0435\u043C\u0430.
166
166
 
167
- HIDDEN_MEASURE_OVERLAY_MESSAGE=Unable to load visual filter due to a hidden measure.
167
+ HIDDEN_MEASURE_OVERLAY_MESSAGE=\u041D\u0438\u0458\u0435 \u043C\u043E\u0433\u0443\u045B\u0435 \u0443\u0447\u0438\u0442\u0430\u0442\u0438 \u0432\u0438\u0437\u0443\u0435\u043B\u043D\u0438 \u0444\u0438\u043B\u0442\u0435\u0440 \u0437\u0431\u043E\u0433 \u0441\u0430\u043A\u0440\u0438\u0432\u0435\u043D\u0435 \u043C\u0435\u0440\u0435.
168
168
 
169
169
  INVALID_MEASURE_DONUT_MESSAGE=\u041D\u0435\u0432\u0430\u0436\u0435\u045B\u0430 \u043C\u0435\u0440\u0430 \u0437\u0430 \u043F\u0440\u0441\u0442\u0435\u043D\u0430\u0441\u0442\u0438 \u0434\u0438\u0458\u0430\u0433\u0440\u0430\u043C. \u0423\u0432\u0435\u0440\u0438\u0442\u0435 \u0441\u0435 \u0434\u0430 \u0458\u0435 \u043C\u0435\u0440\u0430 \u043A\u0443\u043C\u0443\u043B\u0430\u0442\u0438\u0432\u043D\u0430 \u0438 \u043F\u043E\u0437\u0438\u0442\u0438\u0432\u043D\u0430.
170
170
 
@@ -1,138 +1,213 @@
1
+ # \ Template FND ListReport
2
+ #
1
3
 
4
+ # XTIT,40: used in manifest, not used in the application UI itself but in generic descriptions of the app); this text MUST be replaced in the application component
2
5
  TITLE=List Report
3
6
 
7
+ # XTIT,50: used in manifest, not used in the application UI itself but in generic descriptions of the app); this text MUST be replaced in the application component
4
8
  DESCRIPTION=List Report
5
9
 
10
+ # XTIT,30
6
11
  ALL_OBJECTS=All
7
12
 
13
+ # XTIT,30
8
14
  NO_CHANGES=No Changes
9
15
 
16
+ # XTIT,30
10
17
  UNCHANGED=Unchanged
11
18
 
19
+ # XTIT,30
12
20
  EDITING_STATUS=Editing Status
13
21
 
22
+ # XTIT,30
14
23
  YES=Yes
15
24
 
25
+ # XTIT,30
16
26
  NO=No
17
27
 
28
+ # XBUT,30
18
29
  CLOSE=Close
19
30
 
31
+ # XBUT,30
20
32
  NAVIGATE_TO_DETAIL=Show Details
21
33
 
34
+ # YMSG, 100: used in a confirmation popups for critical action
22
35
  CONFIRM_CRITICAL_ACTION=Do you want to proceed?
23
36
 
37
+ # YMSG, 100: exposed as subject of Email, example: Link to Object List
24
38
  EMAIL_HEADER=Link to {0}
25
39
 
40
+ #YMSG, 100: Error message when navigation to another app is not available. Obsolete, never used
26
41
  INTENT_NOT_SUPPORTED=Navigation target for object {0} and action {1} not supported.
27
42
 
43
+ #YMSG, 100: Error message when a technical error occurs
28
44
  TECHNICAL_ERROR=A technical error has occurred.
29
45
 
46
+ # XBUT,50: shown as button text and tooltip for creating a new object. obsolete
30
47
  CREATE_NEW_OBJECT_DYN=Create Object
31
48
 
49
+ # XTIT,30: Title of a form with contact person information
32
50
  CONTACT_INFO=Contact Information
33
51
 
52
+ # XTIT,30: Detail information of a contact person
34
53
  CONTACT_DETAILS=Contact Details
35
54
 
55
+ # XTIT,30: Name of a person
36
56
  CONTACT_NAME=Name
37
57
 
58
+ # XTIT,30: Job title of a person
38
59
  CONTACT_JOB_TITLE=Job Title
39
60
 
61
+ # XTIT,30: Department in which the person works
40
62
  CONTACT_DEPARTMENT=Department
41
63
 
64
+ # XTIT,30: Email of a person
42
65
  CONTACT_EMAIL=E-Mail
43
66
 
67
+ # XTIT,30: Phone number of a person
44
68
  CONTACT_PHONE=Phone
45
69
 
70
+ # XTIT,30: Mobile phone number of a person
46
71
  CONTACT_MOBILE=Mobile
47
72
 
73
+ # XTIT,30: Fax number of a person
48
74
  CONTACT_FAX=Fax
49
75
 
76
+ # XBUT,20: Sort button in table toolbar
50
77
  SORT=Sort
51
78
 
79
+ # XBUT,20: Filter button in table toolbar
52
80
  FILTER=Filter
53
81
 
82
+ # XBUT,20: Group button in table toolbar
54
83
  GROUP=Group
55
84
 
85
+ # XBUT,20: Columns button in table toolbar
56
86
  COLUMNS=Columns
57
87
 
88
+ # XBUT,50: Toolbar Button to show active contexts only in table.
58
89
  SHOW_ACTIVE_ITEMS=Hide Draft Values
59
90
 
91
+ # XBUT,50: Toolbar Button to show all contexts in table
60
92
  SHOW_ALL_ITEMS=Show Draft Values
61
93
 
94
+ # YMSG, 150: used to show unapplied single filter in desktop
62
95
  MESSAGE_SINGLE_VALUE_L_FORM=The filter "{0}" is not relevant for the tab "{1}". Setting this filter has no effect on the results.
63
96
 
97
+ # YMSG, 100: used to show unapplied single filter in mobile, tablet
64
98
  MESSAGE_SINGLE_VALUE_S_FORM=You cannot filter by "{0}" on the "{1}" tab.
65
99
 
100
+ # XBUT, 20: Button that opens dialog to edit multiple objects
66
101
  MULTI_EDIT=Edit
67
102
 
103
+ # XTIT, 50: Title of Multi Edit dialog for multiple entities
68
104
  MULTI_EDIT_DIALOG_TITLE_PLURAL=Edit {0} Objects
69
105
 
106
+ # XTIT, 50: Title of Multi Edit dialog for single entity
70
107
  MULTI_EDIT_DIALOG_TITLE_SINGULAR=Edit Object
71
108
 
109
+ # XBUT, 20: Save button in Multi Edit dialog
72
110
  SAVE_MULTI_EDIT=Save
73
111
 
112
+ # XBUT, 20: Cancel button in MultiEdit dialog
74
113
  CANCEL_MULTI_EDIT=Cancel
75
114
 
115
+ # YMSG, 220: used to show warning message for editing remaining updatable object
76
116
  EDIT_REMAINING={0} of {1} objects cannot be edited. Do you still want to edit the remaining object?
77
117
 
118
+ # YMSG, 220: used to show warning message for editing remaining updatable objects
78
119
  EDIT_REMAINING_PLURAL={0} of {1} objects cannot be edited. Do you still want to edit the remaining {2} objects?
79
120
 
121
+ # YMSG, 160: used to show unapplied multiple filters in desktop
80
122
  MESSAGE_MULTIPLE_VALUES_L_FORM=Some of the filters are not relevant for the tab "{1}" ({0}). Setting these filters has no effect on the results.
81
123
 
124
+ # YMSG, 100: used to show unapplied multiple filters in mobile, tablet
82
125
  MESSAGE_MULTIPLE_VALUES_S_FORM=You cannot use the following filters on the "{1}" tab\: "{0}".
83
126
 
127
+ #------------template controller reuse texts---------------------
128
+ #template controller (in TemplateViewController.js) texts are reused in multiple templates
129
+ #the below keys need to be consistent across these templates
84
130
 
131
+ # XFLD,70: message toast displayed during creation of draft and e.g. continue later. obsolete.
85
132
  SAVED_AS_DRAFT=Object was saved as a draft.
86
133
 
134
+ # XFLD,70: message toast displayed during creation of draft and cancel
87
135
  CANCEL_AND_DISCARD=Do you want to discard this draft?
88
136
 
137
+ # XFLD,70: message toast displayed while editing a draft and cancel
89
138
  DISCARD_EDIT=Do you want to discard all changes?
90
139
 
140
+ # XFLD,20: during creation of draft and cancel
91
141
  DISCARD=Discard
92
142
 
143
+ # XFLD,70: obsolete, not used
93
144
  DELETE_QUESTION=Do you want to delete this object?
94
145
 
146
+ # XFLD,20: used during deletion of a draft
95
147
  DELETE=Delete
96
148
 
149
+ # XFLD,50: used in message toast after saving.
97
150
  OBJECT_SAVED=Your changes have been saved.
98
151
 
152
+ # XFLD,50: used in message toast after saving. if no changes have been made.
99
153
  OBJECT_NOT_MODIFIED=You haven't made any changes.
100
154
 
155
+ # XFLD,30: Not used, as of now
101
156
  OBJECT_CREATED=Object Created
102
157
 
158
+ # XTIT,30: title of popover displayed when a user tries to open a locked object (in DraftAdminDataPopover.fragment.xml)
103
159
  LOCKED_OBJECT_POPOVER_TITLE=Locked
104
160
 
161
+ # XTIT,30: title of popover displayed when a user tries to open a locked draft object (in DraftAdminDataPopover.fragment.xml)
105
162
  DRAFT_OBJECT_POPOVER_TITLE=Draft
106
163
 
164
+ # YMSG,70: obsolete text
107
165
  LOCKED_OBJECT_POPOVER_TEXT=This object is being edited by {0}.
108
166
 
167
+ # YMSG,70: obsolete text
109
168
  UNSAVED_OBJECT_POPOVER_TEXT=This object has unsaved changes by {0}.
110
169
 
170
+ # YMSG,70
111
171
  LOCKED_OBJECT_POPOVER_NO_DATA_TEXT=No detailed information available.
112
172
 
173
+ # YMSG,70: text of popover displayed when a user tries to open a locked or draft object (in DraftAdminDataPopover.fragment.xml)
113
174
  LOCKED_OBJECT_POPOVER_CHANGED_AT=Last changed on {0}
114
175
 
176
+ # XTIT,30: Edit state, list description
115
177
  DRAFT_OBJECT=Draft
116
178
 
179
+ # XTIT,30: Edit state, filter
117
180
  DRAFT_OBJECT_FILTER=Own Draft
118
181
 
182
+ # XTIT,30
119
183
  LOCKED_OBJECT=Locked
120
184
 
185
+ # XTIT,30: Edit state, filter
121
186
  LOCKED_OBJECT_FILTER=Locked by Another User
122
187
 
188
+ # XTIT,30: Edit state, list description
123
189
  UNSAVED_CHANGES=Unsaved Changes
124
190
 
191
+ # XTIT,30: Edit state, filter
125
192
  UNSAVED_CHANGES_FILTER=Unsaved Changes by Another User
126
193
 
194
+ # XTIT,30: tooltip text of share button
127
195
  SHARE=Share
128
196
 
197
+ #XBUT: Button in toolbar of smart table that enables a more user friendly create
129
198
  ST_CREATE_WITH_FILTERS=Create with Filters
130
199
 
200
+ #------------End of: template controller reuse texts-----------------------
131
201
 
202
+ #---Final block: texts to be redefined by the application ----------------------------------------
132
203
 
204
+ # XTOL: shown as tooltip on plus or create sign; ; "object" to be redefined. example: Create New Product
133
205
  CREATE_NEW_OBJECT=Create Object
134
206
 
207
+ # XBUT,20: shown as text instead of plus or create sign
135
208
  CREATE_OBJECT=Create
136
209
 
210
+ # XTIT: create dialog title; ; "object" to be redefined. example: New Product
137
211
  CREATE_DIALOG_TITLE=New Object
138
212
 
213
+ #---End of final block: texts to be redefined by the application ----------------------------------------
@@ -122,7 +122,7 @@ LOCKED_OBJECT_FILTER=\uB2E4\uB978 \uC0AC\uC6A9\uC790\uC5D0 \uC758\uD574 \uC7A0\u
122
122
 
123
123
  UNSAVED_CHANGES=\uBCC0\uACBD\uC0AC\uD56D\uC774 \uC800\uC7A5\uB418\uC9C0 \uC54A\uC74C
124
124
 
125
- UNSAVED_CHANGES_FILTER=\uB2E4\uB978 \uC0AC\uC6A9\uC790\uC758 \uBCC0\uACBD\uC0AC\uD56D\uC774 \uC800\uC7A5\uB418\uC9C0 \uC54A\uC74C
125
+ UNSAVED_CHANGES_FILTER=\uB2E4\uB978 \uC0AC\uC6A9\uC790\uAC00 \uC800\uC7A5\uD558\uC9C0 \uC54A\uC740 \uBCC0\uACBD\uC0AC\uD56D
126
126
 
127
127
  SHARE=\uACF5\uC720
128
128