Translation

This commit is contained in:
Peter Paul Kirschner 2021-02-25 21:53:24 +01:00
parent 7b50e1b65e
commit f48f44e2bf
2 changed files with 13 additions and 1 deletions

View File

@ -13,6 +13,11 @@ define([], function () {
"ExcludeFilterOnText": "Exclude",
"ExcludeFilterOffText": "Include",
"FilterLabel": "Filter (contains)",
"FilterDescription": "currently only contains or not contains filter logic can be switched with the toggle above"
"FilterDescription": "currently only contains or not contains filter logic can be switched with the toggle above",
"TeamLeaderHeadline":"Please Select a Teamleader",
"ContactInfoTitle":"Contact Info",
"DetailBehavoir":"Detail link behavior ",
"LivePersonaCard":"Live Persona Card",
"DelveLink":"Link to Delve"
}
});

View File

@ -13,6 +13,13 @@ declare interface ITreeOrgChartWebPartStrings {
ExcludeFilterOffText: string;
FilterLabel: string;
FilterDescription: string;
TeamLeaderHeadline:string;
ContactInfoTitle:string;
DetailBehavoir:string;
LivePersonaCard:string;
DelveLink:string;
}
declare module 'TreeOrgChartWebPartStrings' {