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