@ovh-ux/ng-ovh-sidebar-menu
Version:
Manage and display a left menu tree
20 lines (14 loc) • 640 B
JavaScript
;
function ___$insertStyle(css) {
if (!css || typeof window === 'undefined') {
return;
}
const style = document.createElement('style');
style.setAttribute('type', 'text/css');
style.innerHTML = css;
document.head.appendChild(style);
return css;
}
var Messages_de_DE = {sidebar_menu:"Menü",sidebar_menu_order_actions:"Bestellen",sidebar_menu_search:"Suchen",sidebar_menu_search_no_results:"Kein Ergebnis gefunden.",sidebar_menu_search_loading:"Suchen...",sidebar_menu_error_retry:"Erneut versuchen"};
exports.default = Messages_de_DE;
//# sourceMappingURL=Messages_de_DE-CnYml5eI.js.map