sp-dev-fx-webparts/samples/react-world-clocks/lib/webparts/worldClockWebPart/loc/en-us.js

13 lines
403 B
JavaScript

define([], function () {
return {
PropertyPaneDescription: "Basic Web Part Properties",
BasicGroupName: "Base Properties",
BasicViewGroupName: "View Properties",
DescriptionFieldLabel: "Clocks Title",
showTitleFieldLabel: "Show Title",
ListNameFieldLabel: "Select Clocks List",
IsShowTimeFieldLabel: "Show Time",
ShowActiveOnlyFieldLabel: "Show Active Clocks"
};
});