@openui5/sap.ui.integration 1.93.3 → 1.96.2

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 (293) hide show
  1. package/.reuse/dep5 +6 -11
  2. package/THIRDPARTY.txt +10 -16
  3. package/package.json +3 -3
  4. package/src/sap/ui/integration/.library +7 -2
  5. package/src/sap/ui/integration/ActionDefinition.js +1 -1
  6. package/src/sap/ui/integration/Designtime.js +1 -1
  7. package/src/sap/ui/integration/Extension.js +1 -1
  8. package/src/sap/ui/integration/Host.js +71 -8
  9. package/src/sap/ui/integration/cards/AdaptiveContent.js +18 -25
  10. package/src/sap/ui/integration/cards/AnalyticalContent.js +178 -147
  11. package/src/sap/ui/integration/cards/AnalyticsCloudContent.js +3 -2
  12. package/src/sap/ui/integration/cards/BaseContent.js +11 -2
  13. package/src/sap/ui/integration/cards/BaseListContent.js +23 -3
  14. package/src/sap/ui/integration/cards/CalendarContent.js +2 -2
  15. package/src/sap/ui/integration/cards/CalendarContentRenderer.js +8 -3
  16. package/src/sap/ui/integration/cards/ComponentContent.js +1 -1
  17. package/src/sap/ui/integration/cards/Footer.js +1 -1
  18. package/src/sap/ui/integration/cards/Header.js +7 -1
  19. package/src/sap/ui/integration/cards/ListContent.js +37 -13
  20. package/src/sap/ui/integration/cards/ListContentRenderer.js +38 -7
  21. package/src/sap/ui/integration/cards/NumericHeader.js +9 -2
  22. package/src/sap/ui/integration/cards/ObjectContent.js +1 -1
  23. package/src/sap/ui/integration/cards/TableContent.js +9 -2
  24. package/src/sap/ui/integration/cards/TimelineContent.js +1 -1
  25. package/src/sap/ui/integration/cards/WebPageContent.js +1 -1
  26. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputChoiceSet.js +1 -1
  27. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputDate.js +1 -1
  28. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputNumber.js +12 -5
  29. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputText.js +1 -1
  30. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputTime.js +4 -4
  31. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputToggle.js +1 -1
  32. package/src/sap/ui/integration/cards/adaptivecards/overwrites/ActionRender.js +2 -2
  33. package/src/sap/ui/integration/cards/{Filter.js → filters/BaseFilter.js} +56 -128
  34. package/src/sap/ui/integration/cards/filters/DateRangeFilter.js +232 -0
  35. package/src/sap/ui/integration/{util → cards/filters}/FilterBarFactory.js +37 -12
  36. package/src/sap/ui/integration/cards/filters/SelectFilter.js +157 -0
  37. package/src/sap/ui/integration/controls/ActionsStrip.js +1 -3
  38. package/src/sap/ui/integration/controls/ActionsToolbar.js +1 -1
  39. package/src/sap/ui/integration/controls/ListContentItem.js +13 -2
  40. package/src/sap/ui/integration/controls/ListContentItemRenderer.js +65 -2
  41. package/src/sap/ui/integration/controls/Microchart.js +1 -1
  42. package/src/sap/ui/integration/controls/MicrochartLegend.js +1 -1
  43. package/src/sap/ui/integration/customElements/CustomElementEditor.js +29 -0
  44. package/src/sap/ui/integration/designtime/baseEditor/BaseEditor.js +26 -1
  45. package/src/sap/ui/integration/designtime/baseEditor/PropertyEditor.js +44 -2
  46. package/src/sap/ui/integration/designtime/baseEditor/PropertyEditors.js +27 -1
  47. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n.properties +34 -25
  48. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_ar.properties +19 -13
  49. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_bg.properties +19 -13
  50. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_ca.properties +19 -13
  51. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_cs.properties +19 -13
  52. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_cy.properties +19 -13
  53. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_da.properties +19 -13
  54. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_de.properties +19 -13
  55. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_el.properties +19 -13
  56. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_en.properties +19 -13
  57. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_en_GB.properties +19 -13
  58. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_en_US_sappsd.properties +4 -2
  59. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_en_US_saprigi.properties +19 -13
  60. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_en_US_saptrc.properties +4 -2
  61. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_es.properties +19 -13
  62. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_es_MX.properties +19 -13
  63. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_et.properties +19 -13
  64. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_fi.properties +19 -13
  65. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_fr.properties +19 -13
  66. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_fr_CA.properties +19 -13
  67. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_hi.properties +19 -13
  68. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_hr.properties +19 -13
  69. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_hu.properties +19 -13
  70. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_id.properties +19 -13
  71. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_it.properties +19 -13
  72. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_iw.properties +19 -13
  73. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_ja.properties +19 -13
  74. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_kk.properties +19 -13
  75. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_ko.properties +19 -13
  76. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_lt.properties +19 -13
  77. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_lv.properties +19 -13
  78. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_ms.properties +19 -13
  79. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_nl.properties +19 -13
  80. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_no.properties +19 -13
  81. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_pl.properties +19 -13
  82. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_pt.properties +19 -13
  83. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_pt_PT.properties +19 -13
  84. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_ro.properties +19 -13
  85. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_ru.properties +19 -13
  86. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_sh.properties +19 -13
  87. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_sk.properties +19 -13
  88. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_sl.properties +19 -13
  89. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_sv.properties +19 -13
  90. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_th.properties +19 -13
  91. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_tr.properties +19 -13
  92. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_uk.properties +19 -13
  93. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_vi.properties +19 -13
  94. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_zh_CN.properties +19 -13
  95. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_zh_TW.properties +19 -13
  96. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/BasePropertyEditor.js +48 -3
  97. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/PropertyEditorFactory.js +2 -2
  98. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/arrayEditor/ArrayEditor.js +4 -1
  99. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/booleanEditor/BooleanEditor.js +4 -1
  100. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateEditor/DateEditor.fragment.xml +1 -1
  101. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateEditor/DateEditor.js +65 -17
  102. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateTimeEditor/DateTimeEditor.fragment.xml +1 -1
  103. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateTimeEditor/DateTimeEditor.js +17 -4
  104. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/enumStringEditor/EnumStringEditor.js +1 -1
  105. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/groupEditor/GroupEditor.js +4 -1
  106. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IconEditor.js +10 -2
  107. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IsInIconPool.validator.js +1 -1
  108. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/integerEditor/IntegerEditor.js +10 -2
  109. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/jsonEditor/JsonEditor.js +11 -2
  110. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/listEditor/ListEditor.js +1 -1
  111. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/mapEditor/MapEditor.fragment.xml +8 -2
  112. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/mapEditor/MapEditor.js +62 -35
  113. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/numberEditor/NumberEditor.js +10 -2
  114. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/selectEditor/SelectEditor.js +1 -1
  115. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/separatorEditor/SeparatorEditor.js +4 -1
  116. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/stringEditor/StringEditor.js +4 -1
  117. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/textAreaEditor/TextAreaEditor.js +1 -1
  118. package/src/sap/ui/integration/designtime/baseEditor/util/binding/ObjectBinding.js +1 -1
  119. package/src/sap/ui/integration/designtime/baseEditor/util/unset.js +1 -1
  120. package/src/sap/ui/integration/designtime/baseEditor/validator/IsBoolean.js +1 -1
  121. package/src/sap/ui/integration/designtime/baseEditor/validator/IsDate.js +5 -4
  122. package/src/sap/ui/integration/designtime/baseEditor/validator/IsInteger.js +1 -5
  123. package/src/sap/ui/integration/designtime/baseEditor/validator/IsNumber.js +1 -1
  124. package/src/sap/ui/integration/designtime/baseEditor/validator/IsSelectedKey.js +1 -1
  125. package/src/sap/ui/integration/designtime/baseEditor/validator/IsStringList.js +1 -1
  126. package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueKey.js +1 -1
  127. package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueList.js +1 -1
  128. package/src/sap/ui/integration/designtime/baseEditor/validator/IsValidBinding.js +1 -1
  129. package/src/sap/ui/integration/designtime/baseEditor/validator/MaxLength.js +1 -1
  130. package/src/sap/ui/integration/designtime/baseEditor/validator/NotABinding.js +1 -1
  131. package/src/sap/ui/integration/designtime/baseEditor/validator/ValidatorRegistry.js +1 -1
  132. package/src/sap/ui/integration/designtime/cardEditor/BASEditor.js +7 -1
  133. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n.properties +6 -0
  134. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_ar.properties +4 -0
  135. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_bg.properties +4 -0
  136. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_ca.properties +4 -0
  137. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_cs.properties +4 -0
  138. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_cy.properties +4 -0
  139. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_da.properties +4 -0
  140. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_de.properties +6 -2
  141. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_el.properties +4 -0
  142. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_en.properties +4 -0
  143. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_en_GB.properties +4 -0
  144. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_en_US_sappsd.properties +4 -0
  145. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_en_US_saprigi.properties +4 -0
  146. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_en_US_saptrc.properties +4 -0
  147. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_es.properties +4 -0
  148. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_es_MX.properties +4 -0
  149. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_et.properties +4 -0
  150. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_fi.properties +7 -3
  151. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_fr.properties +4 -0
  152. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_fr_CA.properties +4 -0
  153. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_hi.properties +4 -0
  154. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_hr.properties +4 -0
  155. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_hu.properties +4 -0
  156. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_id.properties +4 -0
  157. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_it.properties +4 -0
  158. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_iw.properties +4 -0
  159. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_ja.properties +4 -0
  160. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_kk.properties +4 -0
  161. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_ko.properties +4 -0
  162. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_lt.properties +4 -0
  163. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_lv.properties +4 -0
  164. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_ms.properties +4 -0
  165. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_nl.properties +4 -0
  166. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_no.properties +4 -0
  167. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_pl.properties +4 -0
  168. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_pt.properties +4 -0
  169. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_pt_PT.properties +4 -0
  170. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_ro.properties +4 -0
  171. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_ru.properties +4 -0
  172. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_sh.properties +4 -0
  173. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_sk.properties +4 -0
  174. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_sl.properties +4 -0
  175. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_sv.properties +4 -0
  176. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_th.properties +4 -0
  177. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_tr.properties +4 -0
  178. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_uk.properties +4 -0
  179. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_vi.properties +4 -0
  180. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_zh_CN.properties +4 -0
  181. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_zh_TW.properties +4 -0
  182. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/complexMapEditor/ComplexMapEditor.js +1 -1
  183. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/destinationsEditor/DestinationsEditor.js +1 -1
  184. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/iconEditor/IconEditor.js +11 -1
  185. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/parametersEditor/ParametersEditor.js +12 -1
  186. package/src/sap/ui/integration/designtime/editor/CardEditor.js +39 -1904
  187. package/src/sap/ui/integration/designtime/editor/CardPreview.js +22 -1
  188. package/src/sap/ui/integration/designtime/editor/css/CardPreview.css +4 -0
  189. package/src/sap/ui/integration/editor/Editor.js +2883 -0
  190. package/src/sap/ui/integration/{designtime/editor/CardResourceBundles.js → editor/EditorResourceBundles.js} +16 -16
  191. package/src/sap/ui/integration/editor/Extension.js +103 -0
  192. package/src/sap/ui/integration/editor/Manifest.js +35 -0
  193. package/src/sap/ui/integration/editor/Merger.js +102 -0
  194. package/src/sap/ui/integration/editor/Settings.js +894 -0
  195. package/src/sap/ui/integration/{designtime/editor/css/CardEditor.css → editor/css/Editor.css} +135 -119
  196. package/src/sap/ui/integration/{designtime/editor → editor}/fields/BaseField.js +91 -149
  197. package/src/sap/ui/integration/{designtime/editor → editor}/fields/BooleanField.js +5 -5
  198. package/src/sap/ui/integration/{designtime/editor → editor}/fields/DateField.js +7 -6
  199. package/src/sap/ui/integration/{designtime/editor → editor}/fields/DateTimeField.js +7 -6
  200. package/src/sap/ui/integration/{designtime/editor → editor}/fields/DestinationField.js +5 -5
  201. package/src/sap/ui/integration/{designtime/editor → editor}/fields/IntegerField.js +5 -10
  202. package/src/sap/ui/integration/{designtime/editor → editor}/fields/ListField.js +43 -45
  203. package/src/sap/ui/integration/{designtime/editor → editor}/fields/NumberField.js +5 -10
  204. package/src/sap/ui/integration/{designtime/editor → editor}/fields/StringField.js +183 -124
  205. package/src/sap/ui/integration/{designtime/editor → editor}/fields/viz/ColorSelect.js +3 -3
  206. package/src/sap/ui/integration/{designtime/editor → editor}/fields/viz/IconSelect.js +28 -25
  207. package/src/sap/ui/integration/{designtime/editor → editor}/fields/viz/ShapeSelect.js +3 -3
  208. package/src/sap/ui/integration/editor/languages.json +51 -0
  209. package/src/sap/ui/integration/{designtime/editor → editor}/themes/base/CardEditor.less +0 -0
  210. package/src/sap/ui/integration/library.js +22 -2
  211. package/src/sap/ui/integration/messagebundle.properties +99 -60
  212. package/src/sap/ui/integration/messagebundle_ar.properties +67 -55
  213. package/src/sap/ui/integration/messagebundle_bg.properties +66 -54
  214. package/src/sap/ui/integration/messagebundle_ca.properties +67 -55
  215. package/src/sap/ui/integration/messagebundle_cs.properties +65 -53
  216. package/src/sap/ui/integration/messagebundle_cy.properties +67 -55
  217. package/src/sap/ui/integration/messagebundle_da.properties +66 -54
  218. package/src/sap/ui/integration/messagebundle_de.properties +66 -54
  219. package/src/sap/ui/integration/messagebundle_el.properties +67 -55
  220. package/src/sap/ui/integration/messagebundle_en.properties +16 -4
  221. package/src/sap/ui/integration/messagebundle_en_GB.properties +42 -30
  222. package/src/sap/ui/integration/messagebundle_en_US_sappsd.properties +16 -4
  223. package/src/sap/ui/integration/messagebundle_en_US_saprigi.properties +81 -55
  224. package/src/sap/ui/integration/messagebundle_en_US_saptrc.properties +16 -4
  225. package/src/sap/ui/integration/messagebundle_es.properties +66 -54
  226. package/src/sap/ui/integration/messagebundle_es_MX.properties +66 -54
  227. package/src/sap/ui/integration/messagebundle_et.properties +65 -53
  228. package/src/sap/ui/integration/messagebundle_fi.properties +66 -54
  229. package/src/sap/ui/integration/messagebundle_fr.properties +65 -53
  230. package/src/sap/ui/integration/messagebundle_fr_CA.properties +65 -53
  231. package/src/sap/ui/integration/messagebundle_hi.properties +67 -55
  232. package/src/sap/ui/integration/messagebundle_hr.properties +66 -54
  233. package/src/sap/ui/integration/messagebundle_hu.properties +66 -54
  234. package/src/sap/ui/integration/messagebundle_id.properties +68 -56
  235. package/src/sap/ui/integration/messagebundle_it.properties +66 -54
  236. package/src/sap/ui/integration/messagebundle_iw.properties +66 -54
  237. package/src/sap/ui/integration/messagebundle_ja.properties +65 -53
  238. package/src/sap/ui/integration/messagebundle_kk.properties +66 -54
  239. package/src/sap/ui/integration/messagebundle_ko.properties +67 -55
  240. package/src/sap/ui/integration/messagebundle_lt.properties +67 -55
  241. package/src/sap/ui/integration/messagebundle_lv.properties +67 -55
  242. package/src/sap/ui/integration/messagebundle_ms.properties +66 -54
  243. package/src/sap/ui/integration/messagebundle_nl.properties +65 -53
  244. package/src/sap/ui/integration/messagebundle_no.properties +66 -54
  245. package/src/sap/ui/integration/messagebundle_pl.properties +66 -54
  246. package/src/sap/ui/integration/messagebundle_pt.properties +66 -54
  247. package/src/sap/ui/integration/messagebundle_pt_PT.properties +66 -54
  248. package/src/sap/ui/integration/messagebundle_ro.properties +66 -54
  249. package/src/sap/ui/integration/messagebundle_ru.properties +67 -55
  250. package/src/sap/ui/integration/messagebundle_sh.properties +66 -54
  251. package/src/sap/ui/integration/messagebundle_sk.properties +66 -54
  252. package/src/sap/ui/integration/messagebundle_sl.properties +67 -55
  253. package/src/sap/ui/integration/messagebundle_sv.properties +66 -54
  254. package/src/sap/ui/integration/messagebundle_th.properties +67 -55
  255. package/src/sap/ui/integration/messagebundle_tr.properties +67 -55
  256. package/src/sap/ui/integration/messagebundle_uk.properties +66 -54
  257. package/src/sap/ui/integration/messagebundle_vi.properties +66 -54
  258. package/src/sap/ui/integration/messagebundle_zh_CN.properties +67 -55
  259. package/src/sap/ui/integration/messagebundle_zh_TW.properties +67 -55
  260. package/src/sap/ui/integration/model/ContextModel.js +1 -1
  261. package/src/sap/ui/integration/model/ObservableModel.js +2 -14
  262. package/src/sap/ui/integration/schemas/adaptive-card.json +2399 -1010
  263. package/src/sap/ui/integration/schemas/sap-card.json +359 -53
  264. package/src/sap/ui/integration/themes/base/AnalyticsCloudContent.less +4 -0
  265. package/src/sap/ui/integration/themes/base/ListContentItem.less +111 -64
  266. package/src/sap/ui/integration/themes/base/Microchart.less +0 -1
  267. package/src/sap/ui/integration/thirdparty/adaptivecards.js +9724 -7530
  268. package/src/sap/ui/integration/util/BaseFactory.js +1 -1
  269. package/src/sap/ui/integration/util/BindingHelper.js +1 -1
  270. package/src/sap/ui/integration/util/BindingResolver.js +1 -1
  271. package/src/sap/ui/integration/util/CacheAndRequestDataProvider.js +75 -24
  272. package/src/sap/ui/integration/util/CardActions.js +1 -1
  273. package/src/sap/ui/integration/util/CardMerger.js +5 -3
  274. package/src/sap/ui/integration/util/CardObserver.js +1 -1
  275. package/src/sap/ui/integration/util/ContentFactory.js +1 -1
  276. package/src/sap/ui/integration/util/DataProvider.js +28 -14
  277. package/src/sap/ui/integration/util/DataProviderFactory.js +39 -8
  278. package/src/sap/ui/integration/util/Destinations.js +1 -1
  279. package/src/sap/ui/integration/util/ExtensionDataProvider.js +1 -1
  280. package/src/sap/ui/integration/util/HeaderFactory.js +8 -7
  281. package/src/sap/ui/integration/util/JSONBindingHelper.js +4 -1
  282. package/src/sap/ui/integration/util/LoadingProvider.js +1 -1
  283. package/src/sap/ui/integration/util/Manifest.js +14 -3
  284. package/src/sap/ui/integration/util/RequestDataProvider.js +6 -4
  285. package/src/sap/ui/integration/util/ServiceDataProvider.js +1 -1
  286. package/src/sap/ui/integration/util/ServiceManager.js +1 -1
  287. package/src/sap/ui/integration/util/Utils.js +1 -1
  288. package/src/sap/ui/integration/widgets/Card.js +164 -71
  289. package/src/sap-ui-integration-card-editor.js +15 -0
  290. package/src/sap-ui-integration-editor.js +4 -2
  291. package/ui5.yaml +4 -1
  292. package/src/sap/ui/integration/designtime/editor/fields/Settings.js +0 -629
  293. package/src/sap/ui/integration/designtime/editor/languages.json +0 -51
@@ -19,115 +19,123 @@ CARDS_CALENDAR_LEGEND=Allwedd
19
19
 
20
20
  CARDS_CALENDAR_APPOINTMENTS=Rhestr Apwyntiadau
21
21
 
22
- EDITOR_DESTINATIONS=Destinations
22
+ EDITOR_DESTINATIONS=Cyrchfannau
23
23
 
24
- EDITOR_PARAMETERS_GENERALSETTINGS=General Settings
24
+ EDITOR_PARAMETERS_GENERALSETTINGS=Gosodiadau Cyffredinol
25
25
 
26
- EDITOR_PREVIEW_BTN_LIVEPREVIEW=Live Preview
26
+ EDITOR_ORIGINALLANG=Iaith Wreiddiol
27
27
 
28
- EDITOR_PREVIEW_BTN_SAMPLEPREVIEW=Sample Preview
28
+ EDITOR_CONTEXT_EMPTY_VAL=Dim
29
29
 
30
- EDITOR_ORIGINALLANG=Original Language
30
+ EDITOR_CONTEXT_EMPTY_DESC=Dewiswch werth dynamig o'r rhestr
31
31
 
32
- EDITOR_CONTEXT_EMPTY_VAL=None
32
+ EDITOR_CONTEXT_EDITOR_INTERNAL_VAL=Gwerthoedd eraill
33
33
 
34
- EDITOR_CONTEXT_EMPTY_DESC=Select a dynamic value from the list
34
+ EDITOR_CONTEXT_EDITOR_TODAY_VAL=Dyddiad cyfredol
35
35
 
36
- EDITOR_CONTEXT_EDITOR_INTERNAL_VAL=Other Values
36
+ EDITOR_CONTEXT_EDITOR_TODAY_DESC=Gellir defnyddio'r dyddiad cyfredol ar gyfer hidlyddion neu linynnau.
37
37
 
38
- EDITOR_CONTEXT_EDITOR_TODAY_VAL=Current date
38
+ EDITOR_CONTEXT_EDITOR_NOW_VAL=Nawr, dyddiad ac amser
39
39
 
40
- EDITOR_CONTEXT_EDITOR_TODAY_DESC=The current date can be used for filters or strings.
40
+ EDITOR_CONTEXT_EDITOR_NOW_DESC=Mae modd defnyddio'r dyddiad ac amser cyfredol ar gyfer hidlyddion neu linynnau.
41
41
 
42
- EDITOR_CONTEXT_EDITOR_NOW_VAL=Now, date and time
42
+ EDITOR_CONTEXT_EDITOR_LANG_VAL=Iaith bresennol
43
43
 
44
- EDITOR_CONTEXT_EDITOR_NOW_DESC=The current date and time can be used for filters or strings
44
+ EDITOR_CONTEXT_EDITOR_LANG_DESC=Talfyriad iaith cyfredol y defnyddiwr cyfredol. Mae iaith a rhanbarth yn cael eu gwahanu gyda dash. Er enghraifft, en-US. Efallai y bydd y rhanbarth yn cael ei hepgor.
45
45
 
46
- EDITOR_CONTEXT_EDITOR_LANG_VAL=Current Language
46
+ EDITOR_FIELD_TRANSLATION_LIST_POPOVER_TITLE=Cyfieithiadau gwerth
47
47
 
48
- EDITOR_CONTEXT_EDITOR_LANG_DESC=The current language abbreviation of the current end user. Language and region are separated by an dash. e.g. en-US. The region might be omitted.
48
+ EDITOR_FIELD_TRANSLATION_LIST_POPOVER_BUTTON_SAVE=Cadw
49
49
 
50
- EDITOR_FIELD_TRANSLATION_LIST_POPOVER_TITLE=Value Translations
50
+ EDITOR_FIELD_TRANSLATION_LIST_POPOVER_BUTTON_CANCEL=Canslo
51
51
 
52
- EDITOR_FIELD_TRANSLATION_LIST_POPOVER_BUTTON_SAVE=Save
52
+ EDITOR_FIELD_TRANSLATION_LIST_POPOVER_CURRENTLANGUAGE=Iaith bresennol
53
53
 
54
- EDITOR_FIELD_TRANSLATION_LIST_POPOVER_BUTTON_CANCEL=Cancel
54
+ EDITOR_FIELD_TRANSLATION_LIST_POPOVER_CURRENTVALUE=Gwerth
55
55
 
56
- EDITOR_FIELD_TRANSLATION_LIST_POPOVER_CURRENTLANGUAGE=Current Language
56
+ EDITOR_FIELD_TRANSLATION_LIST_POPOVER_OTHERLANGUAGES=Ieithoedd eraill
57
57
 
58
- EDITOR_FIELD_TRANSLATION_LIST_POPOVER_CURRENTVALUE=Value
58
+ EDITOR_FIELD_TRANSLATION_LIST_POPOVER_LISTITEM_GROUP_NOTUPDATED=Heb ei ddiweddaru
59
59
 
60
- EDITOR_FIELD_TRANSLATION_LIST_POPOVER_OTHERLANGUAGES=Other Languages
60
+ EDITOR_FIELD_TRANSLATION_LIST_POPOVER_LISTITEM_GROUP_UPDATED=Wedi\u2019i ddiweddaru
61
61
 
62
- EDITOR_FIELD_TRANSLATION_LIST_POPOVER_LISTITEM_GROUP_NOTUPDATED=Not Updated
62
+ EDITOR_FIELD_MORE_SETTINGS=Mwy o osodiadau
63
63
 
64
- EDITOR_FIELD_TRANSLATION_LIST_POPOVER_LISTITEM_GROUP_UPDATED=Updated
64
+ EDITOR_SELECT_FROM_LIST=Dewiswch werth dynamig o'r rhestr
65
65
 
66
- EDITOR_FIELD_MORE_SETTINGS=More Settings
66
+ EDITOR_MORE_DYNAMICVALUES=Gwerth Dynamig
67
67
 
68
- EDITOR_SELECT_FROM_LIST=Select a dynamic value from the list
68
+ EDITOR_ACTUAL_VALUE=Gwerth Dynamig Go Iawn
69
69
 
70
- EDITOR_MORE_DYNAMICVALUES=Dynamic Value
70
+ EDITOR_MORE_DYNAMICVALUES_TECHHINT=Defnyddir y gwerth hwn yng ngosodiadau technegol cerdyn ac ni ddylid ei ddangos i ddefnyddwyr.
71
71
 
72
- EDITOR_ACTUAL_VALUE=Actual Dynamic Value
72
+ EDITOR_MORE_SETTINGS=Gosodiadau
73
73
 
74
- EDITOR_MORE_DYNAMICVALUES_TECHHINT=This value is used in technical settings of a card and should not be shown to end-users.
74
+ EDITOR_MORE_SETTINGS_P_ADMIN=Gosodiadau Gweinyddwr Tudalen
75
75
 
76
- EDITOR_MORE_SETTINGS=Settings
76
+ EDITOR_MORE_SETTINGS_P_ADMIN_RESET=Ailosod y Gwerthoedd Diofyn
77
77
 
78
- EDITOR_MORE_SETTINGS_P_ADMIN=Page Administrator Settings
78
+ EDITOR_MORE_SETTINGS_P_ADMIN_VISIBLE=Caniat\u00E1u gweld y maes
79
79
 
80
- EDITOR_MORE_SETTINGS_P_ADMIN_RESET=Reset to default values
80
+ EDITOR_MORE_SETTINGS_P_ADMIN_EDIT=Caniat\u00E1u golygu'r maes
81
81
 
82
- EDITOR_MORE_SETTINGS_P_ADMIN_VISIBLE=Allow to see the field
82
+ EDITOR_MORE_SETTINGS_P_ADMIN_DYN=Caniat\u00E1u gosod gwerthoedd dynamig
83
83
 
84
- EDITOR_MORE_SETTINGS_P_ADMIN_EDIT=Allow to edit the field
84
+ EDITOR_MORE_SETTINGS_P_ADMIN_VALUES_LIST=Caniat\u00E1u at Gwerthoedd wedi'u Dewis
85
85
 
86
- EDITOR_MORE_SETTINGS_P_ADMIN_DYN=Allow to set dynamic values
86
+ EDITOR_MORE_SETTINGS_P_ADMIN_VALUES_LIST_TOOLTIPS=Wedi Caniat\u00E1u Gwerthoedd i gael eu Dewis gan Weinyddwr y Dudalen
87
87
 
88
- EDITOR_MORE_OK=OK
88
+ EDITOR_MORE_SETTINGS_P_ADMIN_SELECT_ALL=Dewis Pob Un
89
89
 
90
- EDITOR_MORE_CANCEL=Cancel
90
+ EDITOR_MORE_SETTINGS_P_ADMIN_DESELECT_ALL=Dad-ddewis Pob Un
91
91
 
92
- EDITOR_MORE_RESET=Reset
92
+ EDITOR_MORE_OK=Iawn
93
93
 
94
- EDITOR_ICON_CHOOSE=Choose an icon from file
94
+ EDITOR_MORE_CANCEL=Canslo
95
95
 
96
- EDITOR_ICON_SELECTED=Selected from file
96
+ EDITOR_MORE_RESET=Ailosod
97
97
 
98
- EDITOR_ICON_NONE=(None)
98
+ EDITOR_ICON_CHOOSE=Dewiswch eicon o ffeil
99
99
 
100
- EDITOR_VAL_NOMATCH=Value does not match the validation criteria
100
+ EDITOR_ICON_SELECTED=Wedi'i ddewis o ffeil
101
101
 
102
- EDITOR_VAL_MAXLENGTH=Value exceeds the maximum length of {0}
102
+ EDITOR_ICON_NONE=(Dim)
103
103
 
104
- EDITOR_VAL_MINLENGTH=Value needs to be minimal {0} characters
104
+ EDITOR_VAL_NOMATCH=Dydy'r gwerth ddim yn cyfateb i'r meini prawf dilysu.
105
105
 
106
- EDITOR_VAL_TEXTREQ=Field is required, please enter a text
106
+ EDITOR_VAL_MAXLENGTH=Mae''r gwerth yn fwy nag uchafswm gwerth {0}.
107
107
 
108
- EDITOR_VAL_LISTREQ=Field is required, please select 1 item
108
+ EDITOR_VAL_MINLENGTH=Rhaid i''r gwerth fod yn o leiaf {0} o nodau.
109
109
 
110
- EDITOR_VAL_LISTMAXLENGTH=List exceeds the maximum length of {0}
110
+ EDITOR_VAL_TEXTREQ=Mae angen maes. Rhowch destun.
111
111
 
112
- EDITOR_VAL_LISTMINLENGTH=List needs to have minimal {0} items
112
+ EDITOR_VAL_LISTREQ=Mae angen maes. Dewiswch eitem.
113
113
 
114
- EDITOR_VAL_MAX=Value needs to be {0} or less
114
+ EDITOR_VAL_LISTMAXLENGTH=Mae''r rhestr yn fwy nag uchafswm gwerth {0}
115
115
 
116
- EDITOR_VAL_MIN=Value needs to be {0} or greater
116
+ EDITOR_VAL_LISTMINLENGTH=Mae''n rhaid i''r rhestr gael {0} eitem o leiaf
117
117
 
118
- EDITOR_VAL_MAX_E=Value needs to be less than {0}
118
+ EDITOR_VAL_MAX=Rhaid i''r gwerth fod yn {0} neu''n llai.
119
119
 
120
- EDITOR_VAL_MIN_E=Value needs to be greater than {0}
120
+ EDITOR_VAL_MIN=Rhaid i''r gwerth fod yn {0} neu''n fwy.
121
121
 
122
- EDITOR_VAL_MULTIPLE=Value needs to be a multiple of {0}
122
+ EDITOR_VAL_MAX_E=Rhaid i''r gwerth fod yn llai na {0}.
123
123
 
124
- EDITOR_VAL_NUMBERREQ=Field is required, please enter a number
124
+ EDITOR_VAL_MIN_E=Rhaid i''r gwerth fod yn fwy na {0}.
125
125
 
126
- EDITOR_ITEM_SELECTED=Selected
126
+ EDITOR_VAL_MULTIPLE=Rhaid i''r gwerth fod yn lluosrif o {0}.
127
127
 
128
- EDITOR_ITEM_UNSELECTED=Unselected
128
+ EDITOR_VAL_NUMBERREQ=Mae cofnod yn y maes yn ofynnol. Rhowch rif.
129
129
 
130
- EDITOR_BAD_REQUEST=Bad Request
130
+ EDITOR_ITEM_SELECTED=Wedi'i Ddewis
131
+
132
+ EDITOR_ITEM_UNSELECTED=Heb ei Ddewis
133
+
134
+ EDITOR_BAD_REQUEST=Cais gwael
135
+
136
+ CARDEDITOR_CONTEXT_EMPTY_VAL=Dim
137
+
138
+ CARDEDITOR_CONTEXT_EMPTY_DESC=Dewiswch werth dynamig o'r rhestr
131
139
 
132
140
  CARDEDITOR_CONTEXT_CARD_INTERNAL_VAL=Gwerthoedd eraill
133
141
 
@@ -142,3 +150,7 @@ CARDEDITOR_CONTEXT_CARD_NOW_DESC=Mae modd defnyddio'r dyddiad ac amser cyfredol
142
150
  CARDEDITOR_CONTEXT_CARD_LANG_VAL=Iaith bresennol
143
151
 
144
152
  CARDEDITOR_CONTEXT_CARD_LANG_DESC=Talfyriad iaith cyfredol y defnyddiwr cyfredol. Mae iaith a rhanbarth yn cael eu gwahanu gyda dash. Er enghraifft, en-US. Efallai y bydd y rhanbarth yn cael ei hepgor.
153
+
154
+ CARDEDITOR_PREVIEW_BTN_LIVEPREVIEW=Rhagolwg Byw
155
+
156
+ CARDEDITOR_PREVIEW_BTN_SAMPLEPREVIEW=Rhagolwg Enghreifftiol
@@ -19,115 +19,123 @@ CARDS_CALENDAR_LEGEND=Forklaring
19
19
 
20
20
  CARDS_CALENDAR_APPOINTMENTS=Aftaleliste
21
21
 
22
- EDITOR_DESTINATIONS=Destinations
22
+ EDITOR_DESTINATIONS=Destinationer
23
23
 
24
- EDITOR_PARAMETERS_GENERALSETTINGS=General Settings
24
+ EDITOR_PARAMETERS_GENERALSETTINGS=Generelle indstillinger
25
25
 
26
- EDITOR_PREVIEW_BTN_LIVEPREVIEW=Live Preview
26
+ EDITOR_ORIGINALLANG=Originalsprog
27
27
 
28
- EDITOR_PREVIEW_BTN_SAMPLEPREVIEW=Sample Preview
28
+ EDITOR_CONTEXT_EMPTY_VAL=Ingen
29
29
 
30
- EDITOR_ORIGINALLANG=Original Language
30
+ EDITOR_CONTEXT_EMPTY_DESC=V\u00E6lg en dynamisk v\u00E6rdi fra listen
31
31
 
32
- EDITOR_CONTEXT_EMPTY_VAL=None
32
+ EDITOR_CONTEXT_EDITOR_INTERNAL_VAL=Andre v\u00E6rdier
33
33
 
34
- EDITOR_CONTEXT_EMPTY_DESC=Select a dynamic value from the list
34
+ EDITOR_CONTEXT_EDITOR_TODAY_VAL=Dags dato
35
35
 
36
- EDITOR_CONTEXT_EDITOR_INTERNAL_VAL=Other Values
36
+ EDITOR_CONTEXT_EDITOR_TODAY_DESC=Dags dato kan anvendes for filtre eller strenge.
37
37
 
38
- EDITOR_CONTEXT_EDITOR_TODAY_VAL=Current date
38
+ EDITOR_CONTEXT_EDITOR_NOW_VAL=Nu, dato og klokkesl\u00E6t
39
39
 
40
- EDITOR_CONTEXT_EDITOR_TODAY_DESC=The current date can be used for filters or strings.
40
+ EDITOR_CONTEXT_EDITOR_NOW_DESC=Dags dato og klokkesl\u00E6t kan anvendes for filtre eller strenge
41
41
 
42
- EDITOR_CONTEXT_EDITOR_NOW_VAL=Now, date and time
42
+ EDITOR_CONTEXT_EDITOR_LANG_VAL=Aktuelt sprog
43
43
 
44
- EDITOR_CONTEXT_EDITOR_NOW_DESC=The current date and time can be used for filters or strings
44
+ EDITOR_CONTEXT_EDITOR_LANG_DESC=Den aktuelle sprogforkortelse af den aktuelle slutbruger. Sprog og region adskilles af en tankestreg. F.eks. en-US. Regionen kan eventuelt udelades.
45
45
 
46
- EDITOR_CONTEXT_EDITOR_LANG_VAL=Current Language
46
+ EDITOR_FIELD_TRANSLATION_LIST_POPOVER_TITLE=V\u00E6rdi overs\u00E6ttelser
47
47
 
48
- EDITOR_CONTEXT_EDITOR_LANG_DESC=The current language abbreviation of the current end user. Language and region are separated by an dash. e.g. en-US. The region might be omitted.
48
+ EDITOR_FIELD_TRANSLATION_LIST_POPOVER_BUTTON_SAVE=Gem
49
49
 
50
- EDITOR_FIELD_TRANSLATION_LIST_POPOVER_TITLE=Value Translations
50
+ EDITOR_FIELD_TRANSLATION_LIST_POPOVER_BUTTON_CANCEL=Afbryd
51
51
 
52
- EDITOR_FIELD_TRANSLATION_LIST_POPOVER_BUTTON_SAVE=Save
52
+ EDITOR_FIELD_TRANSLATION_LIST_POPOVER_CURRENTLANGUAGE=Aktuelt sprog
53
53
 
54
- EDITOR_FIELD_TRANSLATION_LIST_POPOVER_BUTTON_CANCEL=Cancel
54
+ EDITOR_FIELD_TRANSLATION_LIST_POPOVER_CURRENTVALUE=V\u00E6rdi
55
55
 
56
- EDITOR_FIELD_TRANSLATION_LIST_POPOVER_CURRENTLANGUAGE=Current Language
56
+ EDITOR_FIELD_TRANSLATION_LIST_POPOVER_OTHERLANGUAGES=Andre sprog
57
57
 
58
- EDITOR_FIELD_TRANSLATION_LIST_POPOVER_CURRENTVALUE=Value
58
+ EDITOR_FIELD_TRANSLATION_LIST_POPOVER_LISTITEM_GROUP_NOTUPDATED=Ikke opdateret
59
59
 
60
- EDITOR_FIELD_TRANSLATION_LIST_POPOVER_OTHERLANGUAGES=Other Languages
60
+ EDITOR_FIELD_TRANSLATION_LIST_POPOVER_LISTITEM_GROUP_UPDATED=Opdateret
61
61
 
62
- EDITOR_FIELD_TRANSLATION_LIST_POPOVER_LISTITEM_GROUP_NOTUPDATED=Not Updated
62
+ EDITOR_FIELD_MORE_SETTINGS=Flere indstillinger
63
63
 
64
- EDITOR_FIELD_TRANSLATION_LIST_POPOVER_LISTITEM_GROUP_UPDATED=Updated
64
+ EDITOR_SELECT_FROM_LIST=V\u00E6lg en dynamisk v\u00E6rdi fra listen
65
65
 
66
- EDITOR_FIELD_MORE_SETTINGS=More Settings
66
+ EDITOR_MORE_DYNAMICVALUES=Dynamisk v\u00E6rdi
67
67
 
68
- EDITOR_SELECT_FROM_LIST=Select a dynamic value from the list
68
+ EDITOR_ACTUAL_VALUE=Faktisk dynamisk v\u00E6rdi
69
69
 
70
- EDITOR_MORE_DYNAMICVALUES=Dynamic Value
70
+ EDITOR_MORE_DYNAMICVALUES_TECHHINT=Denne v\u00E6rdi anvendes i tekniske indstillinger af et kort og b\u00F8r ikke vises til slutbrugere.
71
71
 
72
- EDITOR_ACTUAL_VALUE=Actual Dynamic Value
72
+ EDITOR_MORE_SETTINGS=Indstillinger
73
73
 
74
- EDITOR_MORE_DYNAMICVALUES_TECHHINT=This value is used in technical settings of a card and should not be shown to end-users.
74
+ EDITOR_MORE_SETTINGS_P_ADMIN=Indstillinger for sideadministrator
75
75
 
76
- EDITOR_MORE_SETTINGS=Settings
76
+ EDITOR_MORE_SETTINGS_P_ADMIN_RESET=Nulstil til standardv\u00E6rdier
77
77
 
78
- EDITOR_MORE_SETTINGS_P_ADMIN=Page Administrator Settings
78
+ EDITOR_MORE_SETTINGS_P_ADMIN_VISIBLE=Tillad, at feltet vises
79
79
 
80
- EDITOR_MORE_SETTINGS_P_ADMIN_RESET=Reset to default values
80
+ EDITOR_MORE_SETTINGS_P_ADMIN_EDIT=Tillad, at feltet redigeres
81
81
 
82
- EDITOR_MORE_SETTINGS_P_ADMIN_VISIBLE=Allow to see the field
82
+ EDITOR_MORE_SETTINGS_P_ADMIN_DYN=Tillad, at dynamiske v\u00E6rdier indstilles
83
83
 
84
- EDITOR_MORE_SETTINGS_P_ADMIN_EDIT=Allow to edit the field
84
+ EDITOR_MORE_SETTINGS_P_ADMIN_VALUES_LIST=Tillad til valgte v\u00E6rdier
85
85
 
86
- EDITOR_MORE_SETTINGS_P_ADMIN_DYN=Allow to set dynamic values
86
+ EDITOR_MORE_SETTINGS_P_ADMIN_VALUES_LIST_TOOLTIPS=Tilladte v\u00E6rdier, der skal v\u00E6lges af sideadministrator
87
+
88
+ EDITOR_MORE_SETTINGS_P_ADMIN_SELECT_ALL=Marker alt
89
+
90
+ EDITOR_MORE_SETTINGS_P_ADMIN_DESELECT_ALL=Slet alle markeringer
87
91
 
88
92
  EDITOR_MORE_OK=OK
89
93
 
90
- EDITOR_MORE_CANCEL=Cancel
94
+ EDITOR_MORE_CANCEL=Afbryd
95
+
96
+ EDITOR_MORE_RESET=Nulstil
91
97
 
92
- EDITOR_MORE_RESET=Reset
98
+ EDITOR_ICON_CHOOSE=V\u00E6lg et ikon fra fil
93
99
 
94
- EDITOR_ICON_CHOOSE=Choose an icon from file
100
+ EDITOR_ICON_SELECTED=Valgt fra fil
95
101
 
96
- EDITOR_ICON_SELECTED=Selected from file
102
+ EDITOR_ICON_NONE=(Ingen)
97
103
 
98
- EDITOR_ICON_NONE=(None)
104
+ EDITOR_VAL_NOMATCH=V\u00E6rdi stemmer ikke overens med valideringskriterierne.
99
105
 
100
- EDITOR_VAL_NOMATCH=Value does not match the validation criteria
106
+ EDITOR_VAL_MAXLENGTH=V\u00E6rdi overskrider den maksimale l\u00E6ngde p\u00E5 {0}.
101
107
 
102
- EDITOR_VAL_MAXLENGTH=Value exceeds the maximum length of {0}
108
+ EDITOR_VAL_MINLENGTH=V\u00E6rdi skal v\u00E6re p\u00E5 mindst {0} tegn.
103
109
 
104
- EDITOR_VAL_MINLENGTH=Value needs to be minimal {0} characters
110
+ EDITOR_VAL_TEXTREQ=Felt er obligatorisk. Indtast en tekst.
105
111
 
106
- EDITOR_VAL_TEXTREQ=Field is required, please enter a text
112
+ EDITOR_VAL_LISTREQ=Felt er obligatorisk. V\u00E6lg et element.
107
113
 
108
- EDITOR_VAL_LISTREQ=Field is required, please select 1 item
114
+ EDITOR_VAL_LISTMAXLENGTH=Liste overskrider den maksimale l\u00E6ngde p\u00E5 {0}
109
115
 
110
- EDITOR_VAL_LISTMAXLENGTH=List exceeds the maximum length of {0}
116
+ EDITOR_VAL_LISTMINLENGTH=Liste skal have mindst {0} elementer
111
117
 
112
- EDITOR_VAL_LISTMINLENGTH=List needs to have minimal {0} items
118
+ EDITOR_VAL_MAX=V\u00E6rdi skal v\u00E6re {0} eller mindre.
113
119
 
114
- EDITOR_VAL_MAX=Value needs to be {0} or less
120
+ EDITOR_VAL_MIN=V\u00E6rdi skal v\u00E6re {0} eller st\u00F8rre.
115
121
 
116
- EDITOR_VAL_MIN=Value needs to be {0} or greater
122
+ EDITOR_VAL_MAX_E=V\u00E6rdi skal v\u00E6re mindre end {0}.
117
123
 
118
- EDITOR_VAL_MAX_E=Value needs to be less than {0}
124
+ EDITOR_VAL_MIN_E=V\u00E6rdi skal v\u00E6re st\u00F8rre end {0}.
119
125
 
120
- EDITOR_VAL_MIN_E=Value needs to be greater than {0}
126
+ EDITOR_VAL_MULTIPLE=V\u00E6rdi skal v\u00E6re et multiplum af {0}
121
127
 
122
- EDITOR_VAL_MULTIPLE=Value needs to be a multiple of {0}
128
+ EDITOR_VAL_NUMBERREQ=Feltentry er obligatorisk. Indtast et tal.
123
129
 
124
- EDITOR_VAL_NUMBERREQ=Field is required, please enter a number
130
+ EDITOR_ITEM_SELECTED=Valgt
125
131
 
126
- EDITOR_ITEM_SELECTED=Selected
132
+ EDITOR_ITEM_UNSELECTED=Markering fjernet
127
133
 
128
- EDITOR_ITEM_UNSELECTED=Unselected
134
+ EDITOR_BAD_REQUEST=Ugyldig foresp\u00F8rgsel
129
135
 
130
- EDITOR_BAD_REQUEST=Bad Request
136
+ CARDEDITOR_CONTEXT_EMPTY_VAL=Ingen
137
+
138
+ CARDEDITOR_CONTEXT_EMPTY_DESC=V\u00E6lg en dynamisk v\u00E6rdi fra listen
131
139
 
132
140
  CARDEDITOR_CONTEXT_CARD_INTERNAL_VAL=Andre v\u00E6rdier
133
141
 
@@ -142,3 +150,7 @@ CARDEDITOR_CONTEXT_CARD_NOW_DESC=Dags dato og klokkesl\u00E6t kan anvendes for f
142
150
  CARDEDITOR_CONTEXT_CARD_LANG_VAL=Aktuelt sprog
143
151
 
144
152
  CARDEDITOR_CONTEXT_CARD_LANG_DESC=Den aktuelle sprogforkortelse af den aktuelle slutbruger. Sprog og region adskilles af en tankestreg. F.eks. en-US. Regionen kan eventuelt udelades.
153
+
154
+ CARDEDITOR_PREVIEW_BTN_LIVEPREVIEW=Liveeksempel
155
+
156
+ CARDEDITOR_PREVIEW_BTN_SAMPLEPREVIEW=Pr\u00F8veeksempel
@@ -19,115 +19,123 @@ CARDS_CALENDAR_LEGEND=Legende
19
19
 
20
20
  CARDS_CALENDAR_APPOINTMENTS=Terminliste
21
21
 
22
- EDITOR_DESTINATIONS=Destinations
22
+ EDITOR_DESTINATIONS=Destinationen
23
23
 
24
- EDITOR_PARAMETERS_GENERALSETTINGS=General Settings
24
+ EDITOR_PARAMETERS_GENERALSETTINGS=Allgemeine Einstellungen
25
25
 
26
- EDITOR_PREVIEW_BTN_LIVEPREVIEW=Live Preview
26
+ EDITOR_ORIGINALLANG=Originalsprache
27
27
 
28
- EDITOR_PREVIEW_BTN_SAMPLEPREVIEW=Sample Preview
28
+ EDITOR_CONTEXT_EMPTY_VAL=Keine
29
29
 
30
- EDITOR_ORIGINALLANG=Original Language
30
+ EDITOR_CONTEXT_EMPTY_DESC=W\u00E4hlen Sie einen dynamischen Wert aus der Liste aus
31
31
 
32
- EDITOR_CONTEXT_EMPTY_VAL=None
32
+ EDITOR_CONTEXT_EDITOR_INTERNAL_VAL=Andere Werte
33
33
 
34
- EDITOR_CONTEXT_EMPTY_DESC=Select a dynamic value from the list
34
+ EDITOR_CONTEXT_EDITOR_TODAY_VAL=Aktuelles Datum
35
35
 
36
- EDITOR_CONTEXT_EDITOR_INTERNAL_VAL=Other Values
36
+ EDITOR_CONTEXT_EDITOR_TODAY_DESC=Das aktuelle Datum kann f\u00FCr Filter oder Strings verwendet werden.
37
37
 
38
- EDITOR_CONTEXT_EDITOR_TODAY_VAL=Current date
38
+ EDITOR_CONTEXT_EDITOR_NOW_VAL=Jetzt, Datum und Uhrzeit
39
39
 
40
- EDITOR_CONTEXT_EDITOR_TODAY_DESC=The current date can be used for filters or strings.
40
+ EDITOR_CONTEXT_EDITOR_NOW_DESC=Das aktuelle Datum mit Uhrzeit kann f\u00FCr Filter oder Strings verwendet werden.
41
41
 
42
- EDITOR_CONTEXT_EDITOR_NOW_VAL=Now, date and time
42
+ EDITOR_CONTEXT_EDITOR_LANG_VAL=Aktuelle Sprache
43
43
 
44
- EDITOR_CONTEXT_EDITOR_NOW_DESC=The current date and time can be used for filters or strings
44
+ EDITOR_CONTEXT_EDITOR_LANG_DESC=Das aktuelle Sprachk\u00FCrzel des aktuellen Endbenutzers. Sprache und Region sind durch einen Bindestrich getrennt, z.\u00A0B. en-US. Die Region kann ausgelassen werden.
45
45
 
46
- EDITOR_CONTEXT_EDITOR_LANG_VAL=Current Language
46
+ EDITOR_FIELD_TRANSLATION_LIST_POPOVER_TITLE=Wert\u00FCbersetzungen
47
47
 
48
- EDITOR_CONTEXT_EDITOR_LANG_DESC=The current language abbreviation of the current end user. Language and region are separated by an dash. e.g. en-US. The region might be omitted.
48
+ EDITOR_FIELD_TRANSLATION_LIST_POPOVER_BUTTON_SAVE=Sichern
49
49
 
50
- EDITOR_FIELD_TRANSLATION_LIST_POPOVER_TITLE=Value Translations
50
+ EDITOR_FIELD_TRANSLATION_LIST_POPOVER_BUTTON_CANCEL=Abbrechen
51
51
 
52
- EDITOR_FIELD_TRANSLATION_LIST_POPOVER_BUTTON_SAVE=Save
52
+ EDITOR_FIELD_TRANSLATION_LIST_POPOVER_CURRENTLANGUAGE=Aktuelle Sprache
53
53
 
54
- EDITOR_FIELD_TRANSLATION_LIST_POPOVER_BUTTON_CANCEL=Cancel
54
+ EDITOR_FIELD_TRANSLATION_LIST_POPOVER_CURRENTVALUE=Wert
55
55
 
56
- EDITOR_FIELD_TRANSLATION_LIST_POPOVER_CURRENTLANGUAGE=Current Language
56
+ EDITOR_FIELD_TRANSLATION_LIST_POPOVER_OTHERLANGUAGES=Andere Sprachen
57
57
 
58
- EDITOR_FIELD_TRANSLATION_LIST_POPOVER_CURRENTVALUE=Value
58
+ EDITOR_FIELD_TRANSLATION_LIST_POPOVER_LISTITEM_GROUP_NOTUPDATED=Nicht aktualisiert
59
59
 
60
- EDITOR_FIELD_TRANSLATION_LIST_POPOVER_OTHERLANGUAGES=Other Languages
60
+ EDITOR_FIELD_TRANSLATION_LIST_POPOVER_LISTITEM_GROUP_UPDATED=Aktualisiert
61
61
 
62
- EDITOR_FIELD_TRANSLATION_LIST_POPOVER_LISTITEM_GROUP_NOTUPDATED=Not Updated
62
+ EDITOR_FIELD_MORE_SETTINGS=Weitere Einstellungen
63
63
 
64
- EDITOR_FIELD_TRANSLATION_LIST_POPOVER_LISTITEM_GROUP_UPDATED=Updated
64
+ EDITOR_SELECT_FROM_LIST=W\u00E4hlen Sie einen dynamischen Wert aus der Liste aus
65
65
 
66
- EDITOR_FIELD_MORE_SETTINGS=More Settings
66
+ EDITOR_MORE_DYNAMICVALUES=Dynamischer Wert
67
67
 
68
- EDITOR_SELECT_FROM_LIST=Select a dynamic value from the list
68
+ EDITOR_ACTUAL_VALUE=Dynamischer Istwert
69
69
 
70
- EDITOR_MORE_DYNAMICVALUES=Dynamic Value
70
+ EDITOR_MORE_DYNAMICVALUES_TECHHINT=Dieser Wert wird in den technischen Einstellungen einer Karte verwendet und sollte den Endbenutzern nicht angezeigt werden.
71
71
 
72
- EDITOR_ACTUAL_VALUE=Actual Dynamic Value
72
+ EDITOR_MORE_SETTINGS=Einstellungen
73
73
 
74
- EDITOR_MORE_DYNAMICVALUES_TECHHINT=This value is used in technical settings of a card and should not be shown to end-users.
74
+ EDITOR_MORE_SETTINGS_P_ADMIN=Seitenadministratoreinstellungen
75
75
 
76
- EDITOR_MORE_SETTINGS=Settings
76
+ EDITOR_MORE_SETTINGS_P_ADMIN_RESET=Auf Standardwerte zur\u00FCcksetzen
77
77
 
78
- EDITOR_MORE_SETTINGS_P_ADMIN=Page Administrator Settings
78
+ EDITOR_MORE_SETTINGS_P_ADMIN_VISIBLE=Sichtbarkeit des Felds erlauben
79
79
 
80
- EDITOR_MORE_SETTINGS_P_ADMIN_RESET=Reset to default values
80
+ EDITOR_MORE_SETTINGS_P_ADMIN_EDIT=Bearbeiten des Felds erlauben
81
81
 
82
- EDITOR_MORE_SETTINGS_P_ADMIN_VISIBLE=Allow to see the field
82
+ EDITOR_MORE_SETTINGS_P_ADMIN_DYN=Dynamische Werte setzen erlauben
83
83
 
84
- EDITOR_MORE_SETTINGS_P_ADMIN_EDIT=Allow to edit the field
84
+ EDITOR_MORE_SETTINGS_P_ADMIN_VALUES_LIST=F\u00FCr ausgew\u00E4hlte Werte erlauben
85
85
 
86
- EDITOR_MORE_SETTINGS_P_ADMIN_DYN=Allow to set dynamic values
86
+ EDITOR_MORE_SETTINGS_P_ADMIN_VALUES_LIST_TOOLTIPS=Zul\u00E4ssige Werte f\u00FCr Auswahl durch Seitenadministrator
87
+
88
+ EDITOR_MORE_SETTINGS_P_ADMIN_SELECT_ALL=Alles ausw\u00E4hlen
89
+
90
+ EDITOR_MORE_SETTINGS_P_ADMIN_DESELECT_ALL=Auswahl aufheben
87
91
 
88
92
  EDITOR_MORE_OK=OK
89
93
 
90
- EDITOR_MORE_CANCEL=Cancel
94
+ EDITOR_MORE_CANCEL=Abbrechen
95
+
96
+ EDITOR_MORE_RESET=Zur\u00FCcksetzen
91
97
 
92
- EDITOR_MORE_RESET=Reset
98
+ EDITOR_ICON_CHOOSE=Symbol aus Datei ausw\u00E4hlen
93
99
 
94
- EDITOR_ICON_CHOOSE=Choose an icon from file
100
+ EDITOR_ICON_SELECTED=Aus Datei ausgew\u00E4hlt
95
101
 
96
- EDITOR_ICON_SELECTED=Selected from file
102
+ EDITOR_ICON_NONE=(Keines)
97
103
 
98
- EDITOR_ICON_NONE=(None)
104
+ EDITOR_VAL_NOMATCH=Der Wert entspricht nicht den Validierungskriterien.
99
105
 
100
- EDITOR_VAL_NOMATCH=Value does not match the validation criteria
106
+ EDITOR_VAL_MAXLENGTH=Der Wert \u00FCberschreitet die Maximall\u00E4nge von {0}.
101
107
 
102
- EDITOR_VAL_MAXLENGTH=Value exceeds the maximum length of {0}
108
+ EDITOR_VAL_MINLENGTH=Der Wert muss aus mindestens {0} Zeichen bestehen.
103
109
 
104
- EDITOR_VAL_MINLENGTH=Value needs to be minimal {0} characters
110
+ EDITOR_VAL_TEXTREQ=Das Feld ist erforderlich. Bitte geben Sie einen Text ein.
105
111
 
106
- EDITOR_VAL_TEXTREQ=Field is required, please enter a text
112
+ EDITOR_VAL_LISTREQ=Das Feld ist erforderlich. Bitte markieren Sie ein Element.
107
113
 
108
- EDITOR_VAL_LISTREQ=Field is required, please select 1 item
114
+ EDITOR_VAL_LISTMAXLENGTH=Die Liste \u00FCberschreitet die Maximall\u00E4nge von {0}.
109
115
 
110
- EDITOR_VAL_LISTMAXLENGTH=List exceeds the maximum length of {0}
116
+ EDITOR_VAL_LISTMINLENGTH=Liste muss mindestens {0} Elemente haben
111
117
 
112
- EDITOR_VAL_LISTMINLENGTH=List needs to have minimal {0} items
118
+ EDITOR_VAL_MAX=Wert muss {0} oder kleiner sein.
113
119
 
114
- EDITOR_VAL_MAX=Value needs to be {0} or less
120
+ EDITOR_VAL_MIN=Wert muss {0} oder gr\u00F6\u00DFer sein.
115
121
 
116
- EDITOR_VAL_MIN=Value needs to be {0} or greater
122
+ EDITOR_VAL_MAX_E=Wert muss kleiner als {0} sein.
117
123
 
118
- EDITOR_VAL_MAX_E=Value needs to be less than {0}
124
+ EDITOR_VAL_MIN_E=Wert muss gr\u00F6\u00DFer als {0} sein.
119
125
 
120
- EDITOR_VAL_MIN_E=Value needs to be greater than {0}
126
+ EDITOR_VAL_MULTIPLE=Der Wert muss ein Vielfaches von {0} sein.
121
127
 
122
- EDITOR_VAL_MULTIPLE=Value needs to be a multiple of {0}
128
+ EDITOR_VAL_NUMBERREQ=Feldeingabe ist erforderlich. Bitte geben Sie eine Zahl ein.
123
129
 
124
- EDITOR_VAL_NUMBERREQ=Field is required, please enter a number
130
+ EDITOR_ITEM_SELECTED=Markiert
125
131
 
126
- EDITOR_ITEM_SELECTED=Selected
132
+ EDITOR_ITEM_UNSELECTED=Nicht markiert
127
133
 
128
- EDITOR_ITEM_UNSELECTED=Unselected
134
+ EDITOR_BAD_REQUEST=Ung\u00FCltige Anforderung
129
135
 
130
- EDITOR_BAD_REQUEST=Bad Request
136
+ CARDEDITOR_CONTEXT_EMPTY_VAL=Keine
137
+
138
+ CARDEDITOR_CONTEXT_EMPTY_DESC=W\u00E4hlen Sie einen dynamischen Wert aus der Liste aus
131
139
 
132
140
  CARDEDITOR_CONTEXT_CARD_INTERNAL_VAL=Andere Werte
133
141
 
@@ -142,3 +150,7 @@ CARDEDITOR_CONTEXT_CARD_NOW_DESC=Das aktuelle Datum mit Uhrzeit kann f\u00FCr Fi
142
150
  CARDEDITOR_CONTEXT_CARD_LANG_VAL=Aktuelle Sprache
143
151
 
144
152
  CARDEDITOR_CONTEXT_CARD_LANG_DESC=Das aktuelle Sprachk\u00FCrzel des aktuellen Endbenutzers. Sprache und Region sind durch einen Bindestrich getrennt, z.\u00A0B. en-US. Die Region kann ausgelassen werden.
153
+
154
+ CARDEDITOR_PREVIEW_BTN_LIVEPREVIEW=Livevorschau
155
+
156
+ CARDEDITOR_PREVIEW_BTN_SAMPLEPREVIEW=Beispielvorschau