-
Notifications
You must be signed in to change notification settings - Fork 277
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c4495a9
commit 9a4c78f
Showing
160 changed files
with
2,613 additions
and
565 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{ | ||
"solution": { | ||
"name": "SPFx 40 Fantastics WebParts", | ||
"name": "SPFx Fantastic 40 WebParts", | ||
"id": "425c9654-a3f8-427e-827f-033979560b6b", | ||
"version": "1.0.0.0" | ||
"version": "1.0.1.0" | ||
}, | ||
"paths": { | ||
"zippedPackage": "solution/spfx-40-fantastics.sppkg" | ||
"zippedPackage": "solution/spfx-fantastic-40.sppkg" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
define([], function() { | ||
return { | ||
"PropertyPaneDescription": "Passen Sie Ihre webpart", | ||
"BasicGroupName": "Tabs", | ||
"TextEditorGroupName": "Text-Editor", | ||
"LayoutGroupName": "Layout", | ||
"DescriptionFieldLabel": "Beschreibung Feld", | ||
"Inline": "In der Reihe", | ||
"ManageAccordion": "Verwalten von Tabs", | ||
"Tabs": "Tabs", | ||
"DisableColor": "Inaktive Tab-Farbe", | ||
"SelectedColor": "Ausgewählte Tabrandfarbe", | ||
"Collapsible": "Zusammenklappbar", | ||
"Animate": "Animieren", | ||
"Speed": "Geschwindigkeit (Millisekunden)", | ||
"HeightStyle": "Höhe Stil" | ||
} | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
define([], function() { | ||
return { | ||
"PropertyPaneDescription": "Personaliza tu WebPart", | ||
"BasicGroupName": "Pestañas", | ||
"TextEditorGroupName": "Editor de texto", | ||
"LayoutGroupName": "Diseño", | ||
"DescriptionFieldLabel": "Descripción", | ||
"Inline": "En línea", | ||
"ManageAccordion": "Administrar pestañas", | ||
"Tabs": "Pestañas", | ||
"DisableColor": "Color de la pestaña inactiva", | ||
"SelectedColor": "Color del borde de la ficha seleccionada", | ||
"Collapsible": "Plegable", | ||
"Animate": "Animar", | ||
"Speed": "Velocidad (milisegundo)", | ||
"HeightStyle": "Estilo de altura" | ||
} | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
define([], function() { | ||
return { | ||
"PropertyPaneDescription": "Personnalisez votre web part", | ||
"BasicGroupName": "Onglets", | ||
"TextEditorGroupName": "Editeur de texte", | ||
"LayoutGroupName": "Aspect", | ||
"DescriptionFieldLabel": "Description", | ||
"Inline": "Inline", | ||
"ManageAccordion": "Gérer les onglets", | ||
"Tabs": "Onglets", | ||
"DisableColor": "Couleur des onglets inactifs", | ||
"SelectedColor": "Couleur de l'onglet sélectionné", | ||
"Collapsible": "Rétractable", | ||
"Animate": "Animation", | ||
"Speed": "Vitesse (ms)", | ||
"HeightStyle": "Hauteur" | ||
} | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
define([], function() { | ||
return { | ||
"PropertyPaneDescription": "Passen Sie Ihre webpart", | ||
"BasicGroupName": "General", | ||
"LayoutGroupName": "Layout", | ||
"Text": "Text", | ||
"Font": "Schriftart", | ||
"FontSize": "Schriftgröße", | ||
"FontColor": "Schriftfarbe", | ||
"BackgroundColor": "Hintergrundfarbe", | ||
"Effet": "Bewirken", | ||
"Direction": "Richtung", | ||
"Timing": "Zeitliche Koordinierung (Millisekunden)", | ||
"Duration": "Dauer (Millisekunden)", | ||
"LetterEnd": "Buchstabenende", | ||
"ElementEnd": "Element Ende", | ||
"Align": "Ausrichten" | ||
} | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
define([], function() { | ||
return { | ||
"PropertyPaneDescription": "Personaliza tu WebPart", | ||
"BasicGroupName": "General", | ||
"LayoutGroupName": "Diseño", | ||
"Text": "Texto", | ||
"Font": "Fuente", | ||
"FontSize": "Tamaño de fuente", | ||
"FontColor": "Color de fuente", | ||
"BackgroundColor": "Color de fondo", | ||
"Effet": "Efecto", | ||
"Direction": "Dirección", | ||
"Timing": "Sincronización (milisegundo)", | ||
"Duration": "Duración (milisegundo)", | ||
"LetterEnd": "Final de la carta", | ||
"ElementEnd": "Elemento", | ||
"Align": "Alinear" | ||
} | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
define([], function() { | ||
return { | ||
"PropertyPaneDescription": "Personnalisez votre web part", | ||
"BasicGroupName": "Général", | ||
"LayoutGroupName": "Aspect", | ||
"Text": "Texte", | ||
"Font": "Police", | ||
"FontSize": "Taille du texte", | ||
"FontColor": "Couleur du texte", | ||
"BackgroundColor": "Couleur de fond", | ||
"Effet": "Effet", | ||
"Direction": "Direction", | ||
"Timing": "Vitesse (ms)", | ||
"Duration": "Durée (ms)", | ||
"LetterEnd": "Animation de fin par lettre", | ||
"ElementEnd": "Animation de fin", | ||
"Align": "Alignement" | ||
} | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
define([], function() { | ||
return { | ||
"PropertyPaneDescription": "Passen Sie Ihre webpart", | ||
"BasicGroupName": "Layout", | ||
"DescriptionFieldLabel": "Beschreibung", | ||
"TextFieldLabel": "Text", | ||
"FontFieldLabel": "Schriftart", | ||
"FontSizeFieldLabel": "Schriftgröße", | ||
"ColorFieldLabel": "Schriftfarbe", | ||
"EffectGroupName": "Bewirken", | ||
"RadiusFieldLabel": "Radius", | ||
"DirectionFieldLabel": "Umkehren", | ||
"RotateLetterFieldLabel": "Briefe drehen", | ||
"AlignFieldLabel": "Ausrichten", | ||
"AlignLeft": "Links", | ||
"AlignCenter": "Center", | ||
"AlignRight": "Recht" | ||
} | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
define([], function() { | ||
return { | ||
"PropertyPaneDescription": "Personaliza tu WebPart", | ||
"BasicGroupName": "Diseño", | ||
"DescriptionFieldLabel": "Descripción", | ||
"TextFieldLabel": "Texto", | ||
"FontFieldLabel": "Fuente", | ||
"FontSizeFieldLabel": "Tamaño de fuente", | ||
"ColorFieldLabel": "Color de fuente", | ||
"EffectGroupName": "Efecto", | ||
"RadiusFieldLabel": "Radio", | ||
"DirectionFieldLabel": "Inverso", | ||
"RotateLetterFieldLabel": "Rotar letras", | ||
"AlignFieldLabel": "Alinear", | ||
"AlignLeft": "Izquierda", | ||
"AlignCenter": "Centrar", | ||
"AlignRight": "Derecha" | ||
} | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
define([], function() { | ||
return { | ||
"PropertyPaneDescription": "Personnalisez votre web part", | ||
"BasicGroupName": "Aspect", | ||
"DescriptionFieldLabel": "Description", | ||
"TextFieldLabel": "Texte", | ||
"FontFieldLabel": "Police", | ||
"FontSizeFieldLabel": "Taille", | ||
"ColorFieldLabel": "Couleur", | ||
"EffectGroupName": "Effet", | ||
"RadiusFieldLabel": "Rayon", | ||
"DirectionFieldLabel": "Inverser", | ||
"RotateLetterFieldLabel": "Rotation des lettres", | ||
"AlignFieldLabel": "Alignement", | ||
"AlignLeft": "Gauche", | ||
"AlignCenter": "Centre", | ||
"AlignRight": "Droite" | ||
} | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
define([], function() { | ||
return { | ||
"PropertyPaneDescription": "Passen Sie Ihre webpart", | ||
"BasicGroupName": "Einstellungen", | ||
"audio": "Audiodatei URL", | ||
"audioType": "Audio-Typ", | ||
"dimension": "Größe", | ||
"color": "Farbe", | ||
"color1": "Farbe1", | ||
"color2": "Farbe2", | ||
"bars": "Barren", | ||
"barMargin": "Marge", | ||
"components": "Komponenten", | ||
"componentMargin": "Komponenten-Marge", | ||
"frequency": "Frequenz", | ||
"refreshTime": "Erfrischen Zeit" | ||
} | ||
}); |
Oops, something went wrong.