UNPKG

@microsoft/sp-webpart-base

Version:

SharePoint Framework support for building web parts

263 lines (210 loc) 8.84 kB
// This file was generated by a tool. Modifying it will produce unexpected behavior /** * @public */ export interface IStrings { /** * [Tag:ODSP-SPPPLAT-WebPartInfra]Error when downloading the manifests from server. */ 'ManifestDownloadFailed': string; /** * [Tag:ODSP-SPPPLAT-WebPartInfra]Error when trying to load a web part but manifest is null. {0} is the web part tag. */ 'ManifestNullError': string; /** * [Tag:ODSP-SPPPLAT-WebPartInfra]Error when trying to load a web part but manifest is invalid. {0} is the web part tag. */ 'ManifestInvalidError': string; /** * [Tag:ODSP-SPPPLAT-WebPartInfra]Error value for attempting to change readonly properties. */ 'ReadOnlyPropertyError': string; /** * [Tag:ODSP-SPPPLAT-WebPartInfra]Error value for attempting to instantiate BaseClientSideWebPart. */ 'BaseConstructError': string; /** * [Tag:ODSP-SPPPLAT-WebPartInfra]Error value for overriding render. {0} is webpart tag. */ 'MustOverrideRenderError': string; /** * [Tag:ODSP-SPPPLAT-WebPartInfra]Error when web part does not inherit from the base class. {0} is webpart tag. */ 'NonBaseWebPartError': string; /** * [Tag:ODSP-SPPPLAT-WebPartInfra]Error value when a web part is constructed without using the ClientSideWebPartManager. {0} is the webpart tag. */ 'NotIntializedError': string; /** * [Tag:ODSP-SPPPLAT-WebPartInfra]Error value when web part property bag is null. {0} is the web part tag. */ 'PropertyBagNullError': string; /** * [Tag:ODSP-SPPPLAT-WebPartInfra]Error value when web part module is not defined in the maifest. {0} is web part tag. */ 'UndefinedModuleError': string; /** * [Tag:ODSP-SPPPLAT-WebPartInfra]Error when the bootstrap module is not present in the manifest. {0} is web part tag, {1} is the list of modules in the bundle. */ 'ModuleNotLoadedError': string; /** * [Tag:ODSP-SPPPLAT-WebPartInfra]Error when bootstrap module is not correctly defined in the web part module. {0} is the web part tag. */ 'IncorrectBoostrapModuleError': string; /** * [Tag:ODSP-SPPPLAT-WebPartInfra]Error when the web part does not match the expected contract. {0} is the web part tag, {1} is name of the function or property. */ 'MissingExpectedWebPartMemberError': string; /** * [Tag:ODSP-SPPPLAT-WebPartInfra]Error when web part module load failed. {0} is the web part tag. {1} is the error string. */ 'ScriptLoadErrorTemplate': string; /** * [Tag:ODSP-SPPPLAT-WebPartInfra]Error when web part serialization failed. {0} is the web part tag. */ 'SerializationFailedError': string; /** * [Tag:ODSP-SPPPLAT-WebPartInfra]Error when no loader could be found. {0} is the web part tag. */ 'RenderCompletedCallNotCalledError': string; /** * [Tag:ODSP-SPPPLAT-WebPartInfra]Error when no loader could be found. {0} is the web part tag. */ 'FirstTimeRenderCalledMoreThanOnceError': string; /** * [Tag:ODSP-SPPPLAT-WebPartInfra]Error when the web part HTML contains an invalid data-sp-splink attribute value. {0} is the value of the attribute. */ 'InvalidSPLinkAttributeFormatError': string; /** * [Tag:ODSP-SPPPLAT-WebPartInfra]Error when the web part HTML contains a data-sp-splink attribute value with an invalid index. {0} is the index value. */ 'InvalidSPLinkIndexError': string; /** * [Tag:ODSP-SPPPLAT-WebPartInfra] Generic placeholder loading message. {0} is the web part title. */ 'LoadingStatus': string; /** * [Tag:ODSP-SPPPLAT-WebPartInfra]Error when web part OnAfterDeserialize returned null or undefined. {0} is the web part tag. */ 'OnAfterDeserializeReturnedNull': string; /** * [Tag:ODSP-SPPPLAT-WebPartInfra]Error when web part onInit returned null or undefined Promise. {0} is the web part tag. */ 'OnInitReturnedNullPromise': string; /** * [Tag:ODSP-SPPPLAT-WebPartInfra]What screen reader reads when the web part with title {0} is selected e.g. "Image Carousel web part" */ 'GenericAccessibleLabelTemplate': string; /** * [Tag:ODSP-SPPPLAT-WebPartInfra]Log when the web part started loading. {0} is the web part tag. */ 'StartedLoadingWebPart': string; /** * [Tag:ODSP-SPPPLAT-WebPartInfra]Error message to show when a webpart fails to load. */ 'WebpartErrorSomethingWentWrong': string; /** * [Tag:ODSP-SPPPLAT-WebPartInfra]Error message to show when webpart fails to load. */ 'WebpartErrorSiteAdminAdvice': string; /** * [Tag:ODSP-SPPPLAT-WebPartInfra]This text is used to label the link that expands and minimizes details about a specific webpart failure. */ 'WebpartErrorTechnicalDetails': string; /** * [Tag:ODSP-SPPPLAT-WebPartInfra]Location in code for webpart failure (developer/support oriented). Please uppercase the translation if applicable in the language. {0} is the placeholder for newline character separator {1} is the placeholder for callstack (multiple lines). */ 'WebpartErrorCallStackText': string; /** * [Tag:ODSP-SPPPLAT-WebPartInfra]Full error message for a webpart failure include the location in code (callstack). Please uppercase the translation if applicable in the language. {0} is the placeholder for newline character separator {1} is the placeholder for actual error message. (for example "Access denied") {2} is the placeholder for callstack which can be multiple lines. {3} is the placeholder for additional message which can be multiple lines. */ 'WebpartErrorErrorText': string; /** * [Tag:ODSP-SPPPLAT-WebPartInfra] Additional error message that indicate this web part has been modified by the Pages API, specifying the API version and timestamp. {0} is the placeholder for Pages API version. {1} is the placeholder for date. {2} is the placeholder for time. */ 'WebpartErrorPagesAPIRelated': string; /** * [Tag:ODSP-SPPPLAT-WebPartInfra]This text is used for debugging purpose. {0} and {1} are number and {2} is web part tag */ 'LoadWebpartCalled': string; /** * [Tag:ODSP-SPPPLAT-WebPartInfra]This text is used for debugging purpose. {0} is web part tag */ 'WebpartDeleteRequested': string; /** * [Tag:ODSP-SPPPLAT-WebPartInfra]This text is used for debugging purpose */ 'UnexpectedLoadRequestNegativeCount': string; /** * [Tag:ODSP-SPPPLAT-WebPartInfra]This text is used for debugging purpose */ 'TranspileNotImplemented': string; /** * [Tag:ODSP-SPPPLAT-WebPartInfra]This text is used for debugging purpose. {0} is web part tag */ 'RenderPromiseUndefinedError': string; /** * [Tag:ODSP-SPPPLAT-WebPartInfra]This text is used for debugging purpose. {0} is web part tag */ 'RenderTimeout': string; /** * [Tag:ODSP-SPPPLAT-WebPartInfra]The label used for a text box where users can pick audiences that can see the web part being configured */ 'AudiencePickerLabel': string; /** * [Tag:ODSP-SPPPLAT-WebPartInfra]The label used in a tooltip that shows when interacting with the audience picker. */ 'AudiencePickerTooltip': string; /** * [Tag:ODSP-SPPPLAT-WebPartInfra]The label used in a tooltip that shows when interacting with the audience picker. */ 'WebPartAudiencePickerTooltip': string; /** * [Tag:ODSP-SPPPLAT-WebPartInfra]The title used for isolated web part property pane's iframe. */ 'IsolatedWebPartPropertiesIframeTitle': string; /** * [Tag:ODSP-SPPPLAT-WebPartInfra]Error when a user doesn't have permissions to view a card or it has been deleted by an admin. {0} is card's title. */ 'UserHasNoPermissionsError': string; /** * [Tag:ODSP-SPPPLAT-WebPartInfra]Property pane name for group that determines web part's visibility. */ 'VisibilityGroupName': string; /** * [Tag:ODSP-SPPPLAT-WebPartInfra]Property pane toggle label. */ 'ShowInMobileAndEmailToggleLabel': string; /** * [Tag:ODSP-SPPPLAT-WebPartInfra]The text shows when property pane "Show in mobile and email" toggle is on. */ 'ShowInMobileAndEmailToggleOnText': string; /** * [Tag:ODSP-SPPPLAT-WebPartInfra]The text shows when property pane "Show in mobile and email" toggle is off. */ 'ShowInMobileAndEmailToggleOffText': string; /** * [Tag:ODSP-SPPPLAT-WebPartInfra]Aria label of the property pane "Show in mobile and email" toggle when "Show in mobile and email" is on. */ 'ShowInMobileAndEmailToggleOnAriaLabel': string; /** * [Tag:ODSP-SPPPLAT-WebPartInfra]Aria label of the property pane "Show in mobile and email" toggle when "Show in mobile and email" is off. */ 'ShowInMobileAndEmailToggleOffAriaLabel': string; } /** * @public */ declare const strings: IStrings; export default strings;