mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-13 08:25:13 +00:00
Translation
This commit is contained in:
parent
7b50e1b65e
commit
f48f44e2bf
@ -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"
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
@ -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' {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user