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", "ExcludeFilterOnText": "Exclude",
"ExcludeFilterOffText": "Include", "ExcludeFilterOffText": "Include",
"FilterLabel": "Filter (contains)", "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; ExcludeFilterOffText: string;
FilterLabel: string; FilterLabel: string;
FilterDescription: string; FilterDescription: string;
TeamLeaderHeadline:string;
ContactInfoTitle:string;
DetailBehavoir:string;
LivePersonaCard:string;
DelveLink:string;
} }
declare module 'TreeOrgChartWebPartStrings' { declare module 'TreeOrgChartWebPartStrings' {