Hardcode defined smartrules datapoint in angular

I want to define the datapoints coming to the dropdown menu here as hardcode in my Angular application, how can I do this?

If we cannot define these datapoints as hardcode in Angular, how can i set the datapoint names in the dropdown can be translated according to the selected language.

Hi, these labels are not translated because they are set by users when they create data points (Cockpit > Configuration > Data point library), so it’s treated as user input. If you want to make sure that certain data points appear in this select list, your app could pre-create such objects via REST (managed objects with c8y_Kpi fragment).