Add files via upload
This commit is contained in:
parent
988267635e
commit
8755ddb608
Binary file not shown.
File diff suppressed because one or more lines are too long
|
@ -0,0 +1 @@
|
|||
<?xml version="1.0" encoding="utf-8"?><App xmlns="http://schemas.microsoft.com/sharepoint/2012/app/manifest" Name="Accordion Section FAQ Builder" ProductID="bf6fa974-fd40-45a3-80e9-e826abe025b9" Version="1.6.0.0" SharePointMinVersion="16.0.0.0" IsClientSideSolution="true" SkipFeatureDeployment="true"><Properties><Title>Accordion Section FAQ Builder</Title></Properties></App>
|
|
@ -0,0 +1 @@
|
|||
<?xml version="1.0" encoding="utf-8"?><Feature xmlns="http://schemas.microsoft.com/sharepoint/" Title="Client Side Assets" Description="A feature that help deploy client side component assets to SharePoint Online." Id="ae903959-8188-4f0c-ba22-d89bf9329c3b" Version="1.0.0.0" Scope="Web" Hidden="FALSE"></Feature>
|
|
@ -0,0 +1 @@
|
|||
<?xml version="1.0" encoding="utf-8"?><AppPartConfig xmlns="http://schemas.microsoft.com/sharepoint/2012/app/partconfiguration"><Id>c0f1c601-0691-46f4-a6e3-e2cc655d6530</Id></AppPartConfig>
|
Binary file not shown.
After Width: | Height: | Size: 3.0 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
|
@ -0,0 +1,203 @@
|
|||
define([], function () {
|
||||
return {
|
||||
'SiteBreadcrumbLabel': 'Website Brotkrume',
|
||||
'ListViewGroupEmptyLabel': 'Leer',
|
||||
'WebPartTitlePlaceholder': 'Webpart Titel',
|
||||
'WebPartTitleLabel': 'Titel hinzufügen',
|
||||
'DateTime': {
|
||||
'L_RelativeDateTime_AFewSecondsFuture': 'In wenigen Sekunden',
|
||||
'L_RelativeDateTime_AFewSeconds': 'Vor wenigen Sekunden',
|
||||
'L_RelativeDateTime_AboutAMinuteFuture': 'In ungefähr einer Minute',
|
||||
'L_RelativeDateTime_AboutAMinute': 'Vor ungefähr einer Minute',
|
||||
'L_RelativeDateTime_XMinutesFuture': 'In {0} Minute||In {0} Minuten',
|
||||
'L_RelativeDateTime_XMinutes': 'Vor {0} Minute||Vor {0} Minuten',
|
||||
'L_RelativeDateTime_XMinutesFutureIntervals': '1||2-',
|
||||
'L_RelativeDateTime_XMinutesIntervals': '1||2-',
|
||||
'L_RelativeDateTime_AboutAnHourFuture': 'In ungefähr einer Stunde',
|
||||
'L_RelativeDateTime_AboutAnHour': 'Vor ungefähr einer Stunde',
|
||||
'L_RelativeDateTime_Tomorrow': 'Morgen',
|
||||
'L_RelativeDateTime_Yesterday': 'Gestern',
|
||||
'L_RelativeDateTime_TomorrowAndTime': 'Morgen um {0}',
|
||||
'L_RelativeDateTime_YesterdayAndTime': 'Gestern um {0}',
|
||||
'L_RelativeDateTime_XHoursFuture': 'In {0} Stunde||In {0} Stunden',
|
||||
'L_RelativeDateTime_XHours': 'Vor {0} Stunde||Vor {0} Stunden',
|
||||
'L_RelativeDateTime_XHoursFutureIntervals': '1||2-',
|
||||
'L_RelativeDateTime_XHoursIntervals': '1||2-',
|
||||
'L_RelativeDateTime_DayAndTime': '{0} at {1}',
|
||||
'L_RelativeDateTime_XDaysFuture': '{0} Tag ab jetzt||{0} Tage ab jetzt',
|
||||
'L_RelativeDateTime_XDays': 'Vor {0} Tag||Vor {0} Tagen',
|
||||
'L_RelativeDateTime_XDaysFutureIntervals': '1||2-',
|
||||
'L_RelativeDateTime_XDaysIntervals': '1||2-',
|
||||
'L_RelativeDateTime_Today': 'Heute'
|
||||
},
|
||||
'SendEmailTo': 'Email senden an {0}',
|
||||
'StartChatWith': 'Chat starten mit {0}',
|
||||
'Contact': 'Kontakt',
|
||||
'UpdateProfile': 'Aktualisiere Dein Profil',
|
||||
'TaxonomyPickerNoTerms': 'Ausdruckssatz enthält keine Ausdrücke',
|
||||
'TaxonomyPickerExpandTitle': 'Ausdruckssatz erweitern',
|
||||
'TaxonomyPickerMenuTermSet': 'Ausdruckssatz Menü',
|
||||
'TaxonomyPickerInLabel': 'in',
|
||||
'TaxonomyPickerTermSetLabel': 'Ausdruckssatz',
|
||||
peoplePickerComponentTooltipMessage: 'People Picker',
|
||||
peoplePickerComponentErrorMessage: 'Benutzerauswahl ist ein Pflichtfeld',
|
||||
peoplePickerSuggestionsHeaderText: 'Vorgeschlagene Benutzer',
|
||||
peoplePickerLoadingText: 'Laden',
|
||||
PeoplePickerSearchText: 'Fetching users',
|
||||
PeoplePickerGroupNotFound: 'Gruppe konnte nicht gefunden werden.',
|
||||
ListItemPickerSelectValue: 'Wähle Wert',
|
||||
mapsErrorMessage: 'Beim Laden von Karten ist ein Fehler aufgetreten',
|
||||
mapsLoadingText: 'Laden',
|
||||
mapsSearchButtonText: 'Suche',
|
||||
mapsTitlePrefix: 'Karte von',
|
||||
genericNoResultsFoundText: 'Kein Ergebnis gefunden',
|
||||
ListViewFilterLabel: 'Filter',
|
||||
ListItemAttachmentsActionDeleteIconTitle: 'Löschen',
|
||||
ListItemAttachmentsactionDeleteTitle: 'Löschen',
|
||||
ListItemAttachmentsfileDeletedMsg: 'Datei {0} gelöscht',
|
||||
ListItemAttachmentsfileDeleteError: 'Fehler beim Löschen der Datei: {0}, Grund: {1}',
|
||||
ListItemAttachmentserrorLoadAttachments: 'Fehler beim Laden der Anhänge, Grund: {0}',
|
||||
ListItemAttachmentsconfirmDelete: 'Sind Sie sich sicher, dass Sie die Anlage {0} in den Papierkorb verschieben möchten ?',
|
||||
ListItemAttachmentsdialogTitle: 'Listenelement-Anhang',
|
||||
ListItemAttachmentsdialogOKbuttonLabel: 'Ok',
|
||||
ListItemAttachmentsdialogCancelButtonLabel: 'Abbrechen',
|
||||
ListItemAttachmentsdialogOKbuttonLabelOnDelete: 'Löschen',
|
||||
ListItemAttachmentsuploadAttachmentDialogTitle: 'Anlage hinzufügen',
|
||||
ListItemAttachmentsuploadAttachmentButtonLabel: 'Anlage hinzufügen',
|
||||
ListItemAttachmentsuploadAttachmentErrorMsg: 'Die Datei {0} wurde nicht hinzugefügt, Grund: {1}',
|
||||
ListItemAttachmentsCommandBarAddAttachmentLabel: 'Anlage hinzufügen',
|
||||
ListItemAttachmentsloadingMessage: 'Datei wird hochgeladen ...',
|
||||
ListItemAttachmentslPlaceHolderIconText: 'Listenelement-Anhang',
|
||||
ListItemAttachmentslPlaceHolderDescription: 'Bitte Anlage hinzufügen',
|
||||
ListItemAttachmentslPlaceHolderButtonLabel: 'Hinzufügen',
|
||||
DatePickerMonthLongJanuary: 'Januar',
|
||||
DatePickerMonthShortJanuary: 'Jan',
|
||||
DatePickerMonthLongFebruary: 'Februar',
|
||||
DatePickerMonthShortFebruary: 'Feb',
|
||||
DatePickerMonthLongMarch: 'März',
|
||||
DatePickerMonthShortMarch: 'Mar',
|
||||
DatePickerMonthLongApril: 'April',
|
||||
DatePickerMonthShortApril: 'Apr',
|
||||
DatePickerMonthLongMay: 'Mai',
|
||||
DatePickerMonthShortMay: 'Mai',
|
||||
DatePickerMonthLongJune: 'Juni',
|
||||
DatePickerMonthShortJune: 'Jun',
|
||||
DatePickerMonthLongJuly: 'Juli',
|
||||
DatePickerMonthShortJuly: 'Jul',
|
||||
DatePickerMonthLongAugust: 'August',
|
||||
DatePickerMonthShortAugust: 'Aug',
|
||||
DatePickerMonthLongSeptember: 'September',
|
||||
DatePickerMonthShortSeptember: 'Sept',
|
||||
DatePickerMonthLongOctober: 'Oktober',
|
||||
DatePickerMonthShortOctober: 'Okt',
|
||||
DatePickerMonthLongNovember: 'November',
|
||||
DatePickerMonthShortNovember: 'Nov',
|
||||
DatePickerMonthLongDecember: 'Dezember',
|
||||
DatePickerMonthShortDecember: 'Dez',
|
||||
DatePickerDayLongSunday: 'Sonntag',
|
||||
DatePickerDayShortSunday: 'So.',
|
||||
DatePickerDayLongMonday: 'Montag',
|
||||
DatePickerDayShortMonday: 'Mo.',
|
||||
DatePickerDayLongTuesday: 'Dienstag',
|
||||
DatePickerDayShortTuesday: 'Di.',
|
||||
DatePickerDayLongWednesday: 'Mittwoch',
|
||||
DatePickerDayShortWednesday: 'Mi.',
|
||||
DatePickerDayLongThursday: 'Donnerstag',
|
||||
DatePickerDayShortThursday: 'Do.',
|
||||
DatePickerDayLongFriday: 'Freitag',
|
||||
DatePickerDayShortFriday: 'Fr.',
|
||||
DatePickerDayLongSaturday: 'Samstag',
|
||||
DatePickerDayShortSaturday: 'Sa.',
|
||||
DatePickerGoToToday: 'Heute',
|
||||
DatePickerIsRequiredErrorMessage: '',
|
||||
DatePickerInvalidInputErrorMessage: '',
|
||||
DatePickerIsOutOfBoundsErrorMessage: '',
|
||||
DateTimePickerDate: 'Datum',
|
||||
DateTimePickerTime: 'Uhrzeit',
|
||||
DateTimePickerTimeSeparator: ':',
|
||||
DateTimePickerHourValueInvalid: 'Falscher Stundenwert',
|
||||
HeaderNormalText: 'Normaler Text',
|
||||
HeaderH2: 'Überschrift 1',
|
||||
HeaderH3: 'Überschrift 2',
|
||||
HeaderH4: 'Überschrift 3',
|
||||
HeaderBlockQuote: 'Zitat',
|
||||
AlignLeft: 'linksbündig',
|
||||
AlignCenter: 'zentriert',
|
||||
AlignRight: 'rechtsbündig',
|
||||
AlignJustify: 'Blocksatz',
|
||||
ListBullet: 'Aufzählungszeichen',
|
||||
ListNumbered: 'Nummerierung',
|
||||
StyleTitle: 'Schriftart',
|
||||
BoldTitle: 'Fett (Strg+B)',
|
||||
ItalicTitle: 'Kursiv (Strg+I)',
|
||||
UnderlineTitle: 'Unterstrichen(Strg+U)',
|
||||
AlignTitle: 'Ausrichtung',
|
||||
ListTitle: 'Liste',
|
||||
LinkTitle: 'Hyperlink',
|
||||
MoreTitle: 'Mehr',
|
||||
FormattingPaneTitle: 'Text Formattierung',
|
||||
CloseButton: 'Schließen',
|
||||
InsertLinkTitle: 'Link einfügen',
|
||||
AddressFieldLabel: 'Adresse',
|
||||
TextToDisplayLabel: 'Anzeigetext',
|
||||
SaveButtonLabel: 'Speichern',
|
||||
CancelButtonLabel: 'Abbrechen',
|
||||
RemoveLinkLabel: 'Link entfernen',
|
||||
ParagraphSectionTitle: 'Absatz',
|
||||
HyperlinkSectionTitle: 'Hyperlink',
|
||||
UndoTitle: 'Rückgängig',
|
||||
RedoTitle: 'Wiederholen',
|
||||
ClearFormattingTitle: 'Löschen',
|
||||
FontStyleTitle: 'Schriftart',
|
||||
FontSizeTitle: 'Schriftgröße',
|
||||
StrikethroughTitle: 'durchgestrichen',
|
||||
SuperscriptTitle: 'hochgestellt',
|
||||
SubscriptTitle: 'tiefgestellt',
|
||||
FontColorLabel: 'Schriftfarbe',
|
||||
AutomaticFontColor: 'Automatisch',
|
||||
HighlightColorLabel: 'Texthervorhebungsfarbe',
|
||||
NoColorHighlightColor: 'Keine Farbe',
|
||||
IncreaseIndentTitle: 'Einzug vergrößern',
|
||||
DecreaseIndentTitle: 'Einzug verkleinern',
|
||||
ThemeColorsGroupName: 'Themenfarbe',
|
||||
HighlightColorsGroupName: 'Highlightfarben',
|
||||
StandardColorsGroupName: 'Standardfarben',
|
||||
ThemeColorDarker: 'Thema dunkler',
|
||||
ThemeColorDark: 'Thema dunkel',
|
||||
ThemeColorDarkAlt: 'Thema dunkler alternativ',
|
||||
ThemeColorPrimary: 'Primäre Themafarbe',
|
||||
ThemeColorSecondary: 'Sekundäre Themafarbe',
|
||||
ThemeColorTertiary: 'Tertiäre Themafarbe',
|
||||
ThemeColorNeutralSecondary: 'Sekundäre neutrale Themafarbe',
|
||||
ThemeColorNeutralPrimaryAlt: 'Primäre alternative neutrale Themafarbe',
|
||||
ThemeColorNeutralPrimary: 'Primäre neutrale Themafarbe',
|
||||
ThemeColorNeutralDark: 'Neutrale dunkle Themafarbe',
|
||||
HighlightColorYellow: 'Gelb',
|
||||
HighlightColorGreen: 'Grün',
|
||||
HighlightColorAqua: 'Aqua',
|
||||
HighlightColorMagenta: 'Magenta',
|
||||
HighlightColorBlue: 'Blau',
|
||||
HighlightColorRed: 'Rot',
|
||||
HighlightColorDarkblue: 'Dunkelblau',
|
||||
HighlightColorTeal: 'Blaugrün',
|
||||
HighlightColorDarkgreen: 'Dunkelgrün',
|
||||
HighlightColorPurple: 'Lila',
|
||||
HighlightColorMaroon: 'Braun',
|
||||
HighlightColorGold: 'Gold',
|
||||
HighlightColorDarkgrey: 'Dunkelgrau',
|
||||
HighlightColorGrey: 'Grau',
|
||||
HighlightColorBlack: 'Schwarz',
|
||||
StandardColorDarkred: 'Dunkelrot',
|
||||
StandardColorRed: 'Rot',
|
||||
StandardColorOrange: 'Orange',
|
||||
StandardColorYellow: 'Gelb',
|
||||
StandardColorLightgreen: 'Hellgrün',
|
||||
StandardColorGreen: 'Grün',
|
||||
StandardColorLightblue: 'Hellblau',
|
||||
StandardColorBlue: 'Blau',
|
||||
StandardColorDarkblue: 'Dunkelblau',
|
||||
StandardColorPurple: 'Lila'
|
||||
};
|
||||
});
|
||||
|
||||
//# sourceMappingURL=de-de.js.map
|
|
@ -0,0 +1,203 @@
|
|||
define([], function () {
|
||||
return {
|
||||
'SiteBreadcrumbLabel': 'Website breadcrumb',
|
||||
'ListViewGroupEmptyLabel': 'Empty',
|
||||
'WebPartTitlePlaceholder': 'Web part title',
|
||||
'WebPartTitleLabel': 'Add a title',
|
||||
"DateTime": {
|
||||
"L_RelativeDateTime_AFewSecondsFuture": "In a few seconds",
|
||||
"L_RelativeDateTime_AFewSeconds": "A few seconds ago",
|
||||
"L_RelativeDateTime_AboutAMinuteFuture": "In about a minute",
|
||||
"L_RelativeDateTime_AboutAMinute": "About a minute ago",
|
||||
"L_RelativeDateTime_XMinutesFuture": "In {0} minute||In {0} minutes",
|
||||
"L_RelativeDateTime_XMinutes": "{0} minute ago||{0} minutes ago",
|
||||
"L_RelativeDateTime_XMinutesFutureIntervals": "1||2-",
|
||||
"L_RelativeDateTime_XMinutesIntervals": "1||2-",
|
||||
"L_RelativeDateTime_AboutAnHourFuture": "In about an hour",
|
||||
"L_RelativeDateTime_AboutAnHour": "About an hour ago",
|
||||
"L_RelativeDateTime_Tomorrow": "Tomorrow",
|
||||
"L_RelativeDateTime_Yesterday": "Yesterday",
|
||||
"L_RelativeDateTime_TomorrowAndTime": "Tomorrow at {0}",
|
||||
"L_RelativeDateTime_YesterdayAndTime": "Yesterday at {0}",
|
||||
"L_RelativeDateTime_XHoursFuture": "In {0} hour||In {0} hours",
|
||||
"L_RelativeDateTime_XHours": "{0} hour ago||{0} hours ago",
|
||||
"L_RelativeDateTime_XHoursFutureIntervals": "1||2-",
|
||||
"L_RelativeDateTime_XHoursIntervals": "1||2-",
|
||||
"L_RelativeDateTime_DayAndTime": "{0} at {1}",
|
||||
"L_RelativeDateTime_XDaysFuture": "{0} day from now||{0} days from now",
|
||||
"L_RelativeDateTime_XDays": "{0} day ago||{0} days ago",
|
||||
"L_RelativeDateTime_XDaysFutureIntervals": "1||2-",
|
||||
"L_RelativeDateTime_XDaysIntervals": "1||2-",
|
||||
"L_RelativeDateTime_Today": "Today"
|
||||
},
|
||||
"SendEmailTo": "Send an email to {0}",
|
||||
"StartChatWith": "Start a chat with {0}",
|
||||
"Contact": "Contact",
|
||||
"UpdateProfile": "Update your profile",
|
||||
"TaxonomyPickerNoTerms": "Term set does not contain any terms",
|
||||
"TaxonomyPickerExpandTitle": "Expand this Term Set",
|
||||
"TaxonomyPickerMenuTermSet": "Menu for Term Set",
|
||||
"TaxonomyPickerInLabel": "in",
|
||||
"TaxonomyPickerTermSetLabel": "Term Set",
|
||||
peoplePickerComponentTooltipMessage: "People Picker",
|
||||
peoplePickerComponentErrorMessage: "Required Field",
|
||||
peoplePickerSuggestionsHeaderText: 'Suggested People',
|
||||
peoplePickerLoadingText: 'Loading',
|
||||
PeoplePickerSearchText: 'Fetching users',
|
||||
PeoplePickerGroupNotFound: "Group could not be found.",
|
||||
genericNoResultsFoundText: 'No results found',
|
||||
ListItemPickerSelectValue: 'Select value',
|
||||
ListItemAttachmentsActionDeleteIconTitle: 'Delete',
|
||||
ListItemAttachmentsactionDeleteTitle: 'Delete',
|
||||
ListItemAttachmentsfileDeletedMsg: 'File {0} deleted',
|
||||
ListItemAttachmentsfileDeleteError: 'Error on delete file: {0}, reason {1}',
|
||||
ListItemAttachmentserrorLoadAttachments: 'Error on load list item attachment, reason: {0}',
|
||||
ListItemAttachmentsconfirmDelete: 'Are you sure you want send the attachment {0} to the site recycle bin?',
|
||||
ListItemAttachmentsdialogTitle: 'List Item Attachment',
|
||||
ListItemAttachmentsdialogOKbuttonLabel: 'OK',
|
||||
ListItemAttachmentsdialogCancelButtonLabel: 'Cancel',
|
||||
ListItemAttachmentsdialogOKbuttonLabelOnDelete: 'Delete',
|
||||
ListItemAttachmentsuploadAttachmentDialogTitle: 'Add Attachment',
|
||||
ListItemAttachmentsuploadAttachmentButtonLabel: 'Add Attachment',
|
||||
ListItemAttachmentsuploadAttachmentErrorMsg: 'The file {0} not attached, reason: {1}',
|
||||
ListItemAttachmentsCommandBarAddAttachmentLabel: 'Add Attachment',
|
||||
ListItemAttachmentsloadingMessage: 'Uploading file ...',
|
||||
ListItemAttachmentslPlaceHolderIconText: 'List Item Attachment',
|
||||
ListItemAttachmentslPlaceHolderDescription: 'Please Add Attachment',
|
||||
ListItemAttachmentslPlaceHolderButtonLabel: 'Add',
|
||||
mapsErrorMessage: 'There was an error while loading the map',
|
||||
mapsLoadingText: 'Loading',
|
||||
mapsSearchButtonText: 'Search',
|
||||
mapsTitlePrefix: 'Map of',
|
||||
ListViewFilterLabel: "Filter the list",
|
||||
HeaderNormalText: "Normal text",
|
||||
HeaderH2: "Heading 1",
|
||||
HeaderH3: "Heading 2",
|
||||
HeaderH4: "Heading 3",
|
||||
HeaderBlockQuote: "Pull quote",
|
||||
AlignLeft: "Align left",
|
||||
AlignCenter: "Center",
|
||||
AlignRight: "Align right",
|
||||
AlignJustify: "Justify",
|
||||
ListBullet: "Bulleted list",
|
||||
ListNumbered: "Numbered list",
|
||||
StyleTitle: "Style",
|
||||
BoldTitle: "Bold (Ctrl+B)",
|
||||
ItalicTitle: "Italic (Ctrl+I)",
|
||||
UnderlineTitle: "Underline (Ctrl+U)",
|
||||
AlignTitle: "Align",
|
||||
ListTitle: "List",
|
||||
LinkTitle: "Hyperlink",
|
||||
MoreTitle: "More",
|
||||
FormattingPaneTitle: "Text formatting",
|
||||
CloseButton: "Close",
|
||||
InsertLinkTitle: "Insert link",
|
||||
AddressFieldLabel: "Address",
|
||||
TextToDisplayLabel: "Text to display",
|
||||
SaveButtonLabel: "Save",
|
||||
CancelButtonLabel: "Cancel",
|
||||
RemoveLinkLabel: "Remove link",
|
||||
ParagraphSectionTitle: "Paragraph",
|
||||
HyperlinkSectionTitle: "Hyperlink",
|
||||
UndoTitle: "Undo (Ctrl+Z)",
|
||||
RedoTitle: "Redo (Ctrl+Y)",
|
||||
ClearFormattingTitle: "Clear all formatting",
|
||||
FontStyleTitle: "Font style",
|
||||
FontSizeTitle: "Font size",
|
||||
StrikethroughTitle: "Strikethrough",
|
||||
SuperscriptTitle: "Superscript",
|
||||
SubscriptTitle: "Subscript",
|
||||
FontColorLabel: "Font Color",
|
||||
AutomaticFontColor: "Automatic",
|
||||
HighlightColorLabel: "Highlight color",
|
||||
NoColorHighlightColor: "No color",
|
||||
IncreaseIndentTitle: "Increase indent",
|
||||
DecreaseIndentTitle: "Decrease indent",
|
||||
ThemeColorsGroupName: "Theme colors",
|
||||
HighlightColorsGroupName: "Highlight colors",
|
||||
StandardColorsGroupName: "Standard colors",
|
||||
ThemeColorDarker: "Theme darker",
|
||||
ThemeColorDark: "Theme dark",
|
||||
ThemeColorDarkAlt: "Theme dark alternate",
|
||||
ThemeColorPrimary: "Theme primary",
|
||||
ThemeColorSecondary: "Theme secondary",
|
||||
ThemeColorTertiary: "Neutral tertiary",
|
||||
ThemeColorNeutralSecondary: "Neutral secondary",
|
||||
ThemeColorNeutralPrimaryAlt: "Neutral primary alternate",
|
||||
ThemeColorNeutralPrimary: "Neutral primary",
|
||||
ThemeColorNeutralDark: "Neutral dark",
|
||||
HighlightColorYellow: "Yellow",
|
||||
HighlightColorGreen: "Green",
|
||||
HighlightColorAqua: "Aqua",
|
||||
HighlightColorMagenta: "Magenta",
|
||||
HighlightColorBlue: "Blue",
|
||||
HighlightColorRed: "Red",
|
||||
HighlightColorDarkblue: "Dark blue",
|
||||
HighlightColorTeal: "Teal",
|
||||
HighlightColorDarkgreen: "Dark green",
|
||||
HighlightColorPurple: "Purple",
|
||||
HighlightColorMaroon: "Maroon",
|
||||
HighlightColorGold: "Gold",
|
||||
HighlightColorDarkgrey: "Dark grey",
|
||||
HighlightColorGrey: "Grey",
|
||||
HighlightColorBlack: "Black",
|
||||
StandardColorDarkred: "Dark red",
|
||||
StandardColorRed: "Red",
|
||||
StandardColorOrange: "Orange",
|
||||
StandardColorYellow: "Yellow",
|
||||
StandardColorLightgreen: "Light green",
|
||||
StandardColorGreen: "Green",
|
||||
StandardColorLightblue: "Light blue",
|
||||
StandardColorBlue: "Blue",
|
||||
StandardColorDarkblue: "Dark blue",
|
||||
StandardColorPurple: "Purple",
|
||||
DatePickerMonthLongJanuary: "January",
|
||||
DatePickerMonthShortJanuary: "Jan",
|
||||
DatePickerMonthLongFebruary: "February",
|
||||
DatePickerMonthShortFebruary: "Feb",
|
||||
DatePickerMonthLongMarch: "March",
|
||||
DatePickerMonthShortMarch: "Mar",
|
||||
DatePickerMonthLongApril: "April",
|
||||
DatePickerMonthShortApril: "Apr",
|
||||
DatePickerMonthLongMay: "May",
|
||||
DatePickerMonthShortMay: "May",
|
||||
DatePickerMonthLongJune: "June",
|
||||
DatePickerMonthShortJune: "Jun",
|
||||
DatePickerMonthLongJuly: "July",
|
||||
DatePickerMonthShortJuly: "Jul",
|
||||
DatePickerMonthLongAugust: "August",
|
||||
DatePickerMonthShortAugust: "Aug",
|
||||
DatePickerMonthLongSeptember: "September",
|
||||
DatePickerMonthShortSeptember: "Sept",
|
||||
DatePickerMonthLongOctober: "October",
|
||||
DatePickerMonthShortOctober: "Oct",
|
||||
DatePickerMonthLongNovember: "November",
|
||||
DatePickerMonthShortNovember: "Nov",
|
||||
DatePickerMonthLongDecember: "December",
|
||||
DatePickerMonthShortDecember: "Dec",
|
||||
DatePickerDayLongSunday: "Sunday",
|
||||
DatePickerDayShortSunday: "Sun",
|
||||
DatePickerDayLongMonday: "Monday",
|
||||
DatePickerDayShortMonday: "Mon",
|
||||
DatePickerDayLongTuesday: "Tuesday",
|
||||
DatePickerDayShortTuesday: "Tue",
|
||||
DatePickerDayLongWednesday: "Wednesday",
|
||||
DatePickerDayShortWednesday: "Wed",
|
||||
DatePickerDayLongThursday: "Thursday",
|
||||
DatePickerDayShortThursday: "Thu",
|
||||
DatePickerDayLongFriday: "Friday",
|
||||
DatePickerDayShortFriday: "Fri",
|
||||
DatePickerDayLongSaturday: "Saturday",
|
||||
DatePickerDayShortSaturday: "Sat",
|
||||
DatePickerGoToToday: "Today",
|
||||
DatePickerIsRequiredErrorMessage: "",
|
||||
DatePickerInvalidInputErrorMessage: "",
|
||||
DatePickerIsOutOfBoundsErrorMessage: "",
|
||||
DateTimePickerDate: "Date",
|
||||
DateTimePickerTime: "Time",
|
||||
DateTimePickerTimeSeparator: ":",
|
||||
DateTimePickerHourValueInvalid: "Incorrect hour value"
|
||||
};
|
||||
});
|
||||
|
||||
//# sourceMappingURL=en-us.js.map
|
|
@ -0,0 +1,208 @@
|
|||
define([], function () {
|
||||
return {
|
||||
PeoplePickerGroupNotFound: "Groupe introuvable.",
|
||||
ListViewFilterLabel: "Filtrer",
|
||||
PeoplePickerSearchText: "Recherche d'utilisateurs",
|
||||
peoplePickerComponentTooltipMessage: "Sélecteur de personnes",
|
||||
peoplePickerComponentErrorMessage: "Champ obligatoire",
|
||||
peoplePickerSuggestionsHeaderText: "Personnes suggérées",
|
||||
genericNoResultsFoundText: "Aucun résultat trouvé",
|
||||
peoplePickerLoadingText: "Chargement",
|
||||
SiteBreadcrumbLabel: "Fil d'Ariane",
|
||||
ListViewGroupEmptyLabel: "Vide",
|
||||
WebPartTitlePlaceholder: "Titre du composant WebPart",
|
||||
WebPartTitleLabel: "Ajouter un titre",
|
||||
// DateTime: IDateTimeStrings;
|
||||
SendEmailTo: "Envoyer un email à {0}",
|
||||
StartChatWith: "Démarrer une discussion avec {0}",
|
||||
Contact: "Contact",
|
||||
UpdateProfile: "Mettre à jour votre profil",
|
||||
// Taxonomy picker
|
||||
TaxonomyPickerNoTerms: "L'ensemble de termes ne contient aucun terme",
|
||||
TaxonomyPickerExpandTitle: "Développer cet ensemble de termes",
|
||||
TaxonomyPickerMenuTermSet: "Menu pour l'ensemble de termes",
|
||||
TaxonomyPickerInLabel: "dans",
|
||||
TaxonomyPickerTermSetLabel: "Ensemble de termes",
|
||||
ListItemPickerSelectValue: "Sélectionnez une valeur",
|
||||
ListItemAttachmentsActionDeleteIconTitle: "Supprimer",
|
||||
ListItemAttachmentsactionDeleteTitle: "Supprimer",
|
||||
ListItemAttachmentsfileDeletedMsg: "Fichier {0} supprimé",
|
||||
ListItemAttachmentsfileDeleteError: "Erreur lors de la suppression du fichier : {0}, cause : {1}",
|
||||
ListItemAttachmentserrorLoadAttachments: "Erreur lors du chargement de la pièce jointe, cause : {0}",
|
||||
ListItemAttachmentsconfirmDelete: "Voulez-vous vraiment envoyer la pièce jointe {0} à la Corbeille du site ?",
|
||||
ListItemAttachmentsdialogTitle: "Pièce jointe",
|
||||
ListItemAttachmentsdialogOKbuttonLabel: "OK",
|
||||
ListItemAttachmentsdialogCancelButtonLabel: "Annuler",
|
||||
ListItemAttachmentsdialogOKbuttonLabelOnDelete: "Supprimer",
|
||||
ListItemAttachmentsuploadAttachmentDialogTitle: "Ajouter une pièce jointe",
|
||||
ListItemAttachmentsuploadAttachmentButtonLabel: "Ajouter une pièce jointe",
|
||||
ListItemAttachmentsuploadAttachmentErrorMsg: "Le fichier {0} n'a pas pu être ajouté en tant que pièce jointe, cause : {1}",
|
||||
ListItemAttachmentsCommandBarAddAttachmentLabel: "Ajouter une pièce jointe",
|
||||
ListItemAttachmentsloadingMessage: "Téléchargement du fichier...",
|
||||
ListItemAttachmentslPlaceHolderIconText: "Pièce jointe",
|
||||
ListItemAttachmentslPlaceHolderDescription: "Ajouter des pièces jointes",
|
||||
ListItemAttachmentslPlaceHolderButtonLabel: "Ajouter",
|
||||
//Maps
|
||||
mapsErrorMessage: "Une erreur s'est produite lors du chargement de la carte",
|
||||
mapsLoadingText: "Chargement",
|
||||
mapsSearchButtonText: "Rechercher",
|
||||
mapsTitlePrefix: "Carte de",
|
||||
// RichText
|
||||
HeaderNormalText: "Texte normal",
|
||||
HeaderH2: "Titre 1",
|
||||
HeaderH3: "Titre 2",
|
||||
HeaderH4: "Titre 3",
|
||||
HeaderBlockQuote: "Citation",
|
||||
AlignLeft: "Aligner à gauche",
|
||||
AlignCenter: "Centrer",
|
||||
AlignRight: "Aligner à droite",
|
||||
AlignJustify: "Justifier",
|
||||
ListBullet: "Liste à puces",
|
||||
ListNumbered: "Liste numérotée",
|
||||
StyleTitle: "Style",
|
||||
BoldTitle: "Gras (Ctrl+B)",
|
||||
ItalicTitle: "Italique (Ctrl+I)",
|
||||
UnderlineTitle: "Souligné (Ctrl+U)",
|
||||
AlignTitle: "Alignement",
|
||||
ListTitle: "Liste",
|
||||
LinkTitle: "Lien hypertexte",
|
||||
MoreTitle: "Plus",
|
||||
FormattingPaneTitle: "Mise en forme du texte",
|
||||
CloseButton: "Fermer",
|
||||
InsertLinkTitle: "Insertion de lien",
|
||||
AddressFieldLabel: "Adresse",
|
||||
TextToDisplayLabel: "Texte à afficher",
|
||||
SaveButtonLabel: "Enregistrer",
|
||||
CancelButtonLabel: "Annuler",
|
||||
RemoveLinkLabel: "Supprimer le lien",
|
||||
ParagraphSectionTitle: "Paragraphe",
|
||||
HyperlinkSectionTitle: "Lien hypertexte",
|
||||
UndoTitle: "Annuler (Ctrl+Z)",
|
||||
RedoTitle: "Rétablir (Ctrl+Y)",
|
||||
ClearFormattingTitle: "Effacer toute la mise en forme",
|
||||
FontStyleTitle: "Style de police",
|
||||
FontSizeTitle: "Taille de police",
|
||||
StrikethroughTitle: "Barré",
|
||||
SuperscriptTitle: "Exposant",
|
||||
SubscriptTitle: "Indice",
|
||||
FontColorLabel: "Couleur de police",
|
||||
AutomaticFontColor: "Automatique",
|
||||
HighlightColorLabel: "Couleur de surlignage",
|
||||
NoColorHighlightColor: "Aucune couleur",
|
||||
IncreaseIndentTitle: "Augmenter le retrait",
|
||||
DecreaseIndentTitle: "Diminuer le retrait",
|
||||
ThemeColorsGroupName: "Couleurs du thème",
|
||||
HighlightColorsGroupName: "Couleurs de surlignage",
|
||||
StandardColorsGroupName: "Couleurs standards",
|
||||
ThemeColorDarker: "Thème plus foncé",
|
||||
ThemeColorDark: "Thème foncé",
|
||||
ThemeColorDarkAlt: "Couleur alternative du thème foncé",
|
||||
ThemeColorPrimary: "Première couleur du thème",
|
||||
ThemeColorSecondary: "Deuxième couleur du thème",
|
||||
ThemeColorTertiary: "Troisième couleur du thème",
|
||||
ThemeColorNeutralSecondary: "Couleur neutre secondaire",
|
||||
ThemeColorNeutralPrimaryAlt: "Alternative à la couleur neutre principale",
|
||||
ThemeColorNeutralPrimary: "Couleur neutre principale",
|
||||
ThemeColorNeutralDark: "Couleur neutre foncé",
|
||||
HighlightColorYellow: "Jaune",
|
||||
HighlightColorGreen: "Vert",
|
||||
HighlightColorAqua: "Cyan",
|
||||
HighlightColorMagenta: "Magenta",
|
||||
HighlightColorBlue: "Bleu",
|
||||
HighlightColorRed: "Rouge",
|
||||
HighlightColorDarkblue: "Bleu foncé",
|
||||
HighlightColorTeal: "Bleu-vert",
|
||||
HighlightColorDarkgreen: "Vert foncé",
|
||||
HighlightColorPurple: "Violet",
|
||||
HighlightColorMaroon: "Marron",
|
||||
HighlightColorGold: "Or",
|
||||
HighlightColorDarkgrey: "Gris foncé",
|
||||
HighlightColorGrey: "Gris",
|
||||
HighlightColorBlack: "Noir",
|
||||
StandardColorDarkred: "Rouge foncé",
|
||||
StandardColorRed: "Rouge",
|
||||
StandardColorOrange: "Orange",
|
||||
StandardColorYellow: "Jaune",
|
||||
StandardColorLightgreen: "Vert clair",
|
||||
StandardColorGreen: "Vert",
|
||||
StandardColorLightblue: "Bleu clait",
|
||||
StandardColorBlue: "Bleu",
|
||||
StandardColorDarkblue: "Bleu foncé",
|
||||
StandardColorPurple: "Violet",
|
||||
// DateTime picker
|
||||
DatePickerMonthLongJanuary: "Janvier",
|
||||
DatePickerMonthShortJanuary: "Janv.",
|
||||
DatePickerMonthLongFebruary: "Février",
|
||||
DatePickerMonthShortFebruary: "Févr.",
|
||||
DatePickerMonthLongMarch: "Mars",
|
||||
DatePickerMonthShortMarch: "Mars",
|
||||
DatePickerMonthLongApril: "Avril",
|
||||
DatePickerMonthShortApril: "Avr.",
|
||||
DatePickerMonthLongMay: "Mai",
|
||||
DatePickerMonthShortMay: "Mai",
|
||||
DatePickerMonthLongJune: "Juin",
|
||||
DatePickerMonthShortJune: "Juin",
|
||||
DatePickerMonthLongJuly: "Juillet",
|
||||
DatePickerMonthShortJuly: "Juill.",
|
||||
DatePickerMonthLongAugust: "Août",
|
||||
DatePickerMonthShortAugust: "Août",
|
||||
DatePickerMonthLongSeptember: "Septembre",
|
||||
DatePickerMonthShortSeptember: "Sept.",
|
||||
DatePickerMonthLongOctober: "Octobre",
|
||||
DatePickerMonthShortOctober: "Oct.",
|
||||
DatePickerMonthLongNovember: "Novembre",
|
||||
DatePickerMonthShortNovember: "Nov.",
|
||||
DatePickerMonthLongDecember: "Décembre",
|
||||
DatePickerMonthShortDecember: "Déc.",
|
||||
DatePickerDayLongSunday: "Dimanche",
|
||||
DatePickerDayShortSunday: "Dim",
|
||||
DatePickerDayLongMonday: "Lundi",
|
||||
DatePickerDayShortMonday: "Lun",
|
||||
DatePickerDayLongTuesday: "Mardi",
|
||||
DatePickerDayShortTuesday: "Mar",
|
||||
DatePickerDayLongWednesday: "Mercredi",
|
||||
DatePickerDayShortWednesday: "Mer",
|
||||
DatePickerDayLongThursday: "Jeudi",
|
||||
DatePickerDayShortThursday: "Jeu",
|
||||
DatePickerDayLongFriday: "Vendredi",
|
||||
DatePickerDayShortFriday: "Ven",
|
||||
DatePickerDayLongSaturday: "Samedi",
|
||||
DatePickerDayShortSaturday: "Sam",
|
||||
DatePickerGoToToday: "Aujourd'hui",
|
||||
DatePickerIsRequiredErrorMessage: "",
|
||||
DatePickerInvalidInputErrorMessage: "",
|
||||
DatePickerIsOutOfBoundsErrorMessage: "",
|
||||
DateTimePickerDate: "Date",
|
||||
DateTimePickerTime: "Heure",
|
||||
DateTimePickerTimeSeparator: ":",
|
||||
DateTimePickerHourValueInvalid: "Valeur incorrecte pour l'heure",
|
||||
DateTime: {
|
||||
L_RelativeDateTime_AFewSecondsFuture: "Dans quelques secondes",
|
||||
L_RelativeDateTime_AFewSeconds: "Il y a quelques secondes",
|
||||
L_RelativeDateTime_AboutAMinuteFuture: "Dans environ une minute",
|
||||
L_RelativeDateTime_AboutAMinute: "Il y a environ une minute",
|
||||
L_RelativeDateTime_XMinutesFuture: "Dans {0} minute||Dans {0} minutes",
|
||||
L_RelativeDateTime_XMinutes: "Il y a {0} minute||Il y a {0} minutes",
|
||||
L_RelativeDateTime_XMinutesFutureIntervals: "1||2-",
|
||||
L_RelativeDateTime_XMinutesIntervals: "1||2-",
|
||||
L_RelativeDateTime_AboutAnHourFuture: "Dans environ une heure",
|
||||
L_RelativeDateTime_AboutAnHour: "Il y a environ une heure",
|
||||
L_RelativeDateTime_Tomorrow: "Demain",
|
||||
L_RelativeDateTime_Yesterday: "Hier",
|
||||
L_RelativeDateTime_TomorrowAndTime: "Demain à {0}",
|
||||
L_RelativeDateTime_YesterdayAndTime: "Hier à {0}",
|
||||
L_RelativeDateTime_XHoursFuture: "Dans {0} heure||Dans {0} heures",
|
||||
L_RelativeDateTime_XHours: "Il y a {0} heure||Il y a {0} heures",
|
||||
L_RelativeDateTime_XHoursFutureIntervals: "1||2-",
|
||||
L_RelativeDateTime_XHoursIntervals: "1||2-",
|
||||
L_RelativeDateTime_DayAndTime: "{0} à {1}",
|
||||
L_RelativeDateTime_XDaysFuture: "{0} jour à partir de maintenant || {0} jours à partir de maintenant",
|
||||
L_RelativeDateTime_XDays: "Il y a {0} jour||Il y a {0} jours",
|
||||
L_RelativeDateTime_XDaysFutureIntervals: "1||2-",
|
||||
L_RelativeDateTime_XDaysIntervals: "1||2-",
|
||||
L_RelativeDateTime_Today: "Aujourd'hui"
|
||||
}
|
||||
};
|
||||
});
|
||||
|
||||
//# sourceMappingURL=fr-fr.js.map
|
|
@ -0,0 +1,208 @@
|
|||
define([], function () {
|
||||
return {
|
||||
PeoplePickerGroupNotFound: "Grupės nepavyko rasti.",
|
||||
ListViewFilterLabel: "Filtruoti",
|
||||
PeoplePickerSearchText: "Ieškoma naudotojų",
|
||||
peoplePickerComponentTooltipMessage: "Pasirinkite naudotojus",
|
||||
peoplePickerComponentErrorMessage: "Privalomas laukas",
|
||||
peoplePickerSuggestionsHeaderText: "Pasiūlymai",
|
||||
genericNoResultsFoundText: "Rezultatų nėra",
|
||||
peoplePickerLoadingText: "Įkeliama",
|
||||
SiteBreadcrumbLabel: "Svetainės navigacijos grandinė",
|
||||
ListViewGroupEmptyLabel: "Nenurodyta",
|
||||
WebPartTitlePlaceholder: "Puslapio dalies antraštė",
|
||||
WebPartTitleLabel: "Pridėti antraštę",
|
||||
// DateTime: IDateTimeStrings;
|
||||
SendEmailTo: "Siųsti el. laišką {0}",
|
||||
StartChatWith: "Pradėti pokalbį su {0}",
|
||||
Contact: "Kontaktas",
|
||||
UpdateProfile: "Atnaujinti profilį",
|
||||
// Taxonomy picker
|
||||
TaxonomyPickerNoTerms: "Terminų rinkinys tuščias",
|
||||
TaxonomyPickerExpandTitle: "Išskleisti terminų rinkinį",
|
||||
TaxonomyPickerMenuTermSet: "Terminų rinkinio meniu",
|
||||
TaxonomyPickerInLabel: "",
|
||||
TaxonomyPickerTermSetLabel: "Terminų rinkinys",
|
||||
ListItemPickerSelectValue: "Pasirinkite reikšmę",
|
||||
ListItemAttachmentsActionDeleteIconTitle: "Naikinti",
|
||||
ListItemAttachmentsactionDeleteTitle: "Naikinti",
|
||||
ListItemAttachmentsfileDeletedMsg: "Failas „{0}“ panaikintas",
|
||||
ListItemAttachmentsfileDeleteError: "Klaida naikinant failą „{0}“: {1}",
|
||||
ListItemAttachmentserrorLoadAttachments: "Nepavyko įkelti elemento priedų infomacijos: {0}",
|
||||
ListItemAttachmentsconfirmDelete: "Ar tikrai norite priedą „{0}“ siųsti į svetainės šiukšlinę?",
|
||||
ListItemAttachmentsdialogTitle: "Elemento priedai",
|
||||
ListItemAttachmentsdialogOKbuttonLabel: "Gerai",
|
||||
ListItemAttachmentsdialogCancelButtonLabel: "Atšaukti",
|
||||
ListItemAttachmentsdialogOKbuttonLabelOnDelete: "Naikinti",
|
||||
ListItemAttachmentsuploadAttachmentDialogTitle: "Įkelti priedą",
|
||||
ListItemAttachmentsuploadAttachmentButtonLabel: "Įkelti priedą",
|
||||
ListItemAttachmentsuploadAttachmentErrorMsg: "Failo „{0}“ įkelti nepavyko: {1}",
|
||||
ListItemAttachmentsCommandBarAddAttachmentLabel: "Įkelti priedą",
|
||||
ListItemAttachmentsloadingMessage: "Failas siunčiamas...",
|
||||
ListItemAttachmentslPlaceHolderIconText: "Elemento priedai",
|
||||
ListItemAttachmentslPlaceHolderDescription: "Įkelkite elemento priedų",
|
||||
ListItemAttachmentslPlaceHolderButtonLabel: "Pridėti",
|
||||
//Maps
|
||||
mapsErrorMessage: "Įkeliant žemėlapį įvyko klaida",
|
||||
mapsLoadingText: "Įkeliama",
|
||||
mapsSearchButtonText: "Paieška",
|
||||
mapsTitlePrefix: "Žemėlapis",
|
||||
// RichText
|
||||
HeaderNormalText: "Paprastas tekstas",
|
||||
HeaderH2: "1 antraštė",
|
||||
HeaderH3: "2 antraštė",
|
||||
HeaderH4: "3 antraštė",
|
||||
HeaderBlockQuote: "Dėmesį atkreipianti citata",
|
||||
AlignLeft: "Lygiuoti kairėje",
|
||||
AlignCenter: "Centre",
|
||||
AlignRight: "Lygiuoti dešinėje",
|
||||
AlignJustify: "Abipusė lygiuotė",
|
||||
ListBullet: "Sąrašas su ženkleliais",
|
||||
ListNumbered: "Numeruotas sąrašas",
|
||||
StyleTitle: "Stilius",
|
||||
BoldTitle: "Paryškintasis (Ctrl+B)",
|
||||
ItalicTitle: "Pasvirasis (Ctrl+I)",
|
||||
UnderlineTitle: "Pabrauktasis (Ctrl+U)",
|
||||
AlignTitle: "Lygiuotė",
|
||||
ListTitle: "Sąrašas",
|
||||
LinkTitle: "Hipersaitas",
|
||||
MoreTitle: "Daugiau",
|
||||
FormattingPaneTitle: "Teksto formatavimas",
|
||||
CloseButton: "Uždaryti",
|
||||
InsertLinkTitle: "Įterpti saitą",
|
||||
AddressFieldLabel: "Adresas",
|
||||
TextToDisplayLabel: "Rodytinas tekstas",
|
||||
SaveButtonLabel: "Įrašyti",
|
||||
CancelButtonLabel: "Atšaukti",
|
||||
RemoveLinkLabel: "Šalinti saitą",
|
||||
ParagraphSectionTitle: "Pastraipa",
|
||||
HyperlinkSectionTitle: "Hipersaitas",
|
||||
UndoTitle: "Anuliuoti (Ctrl+Z)",
|
||||
RedoTitle: "Perdaryti (Ctrl+Y)",
|
||||
ClearFormattingTitle: "Valyti visą formatavimą",
|
||||
FontStyleTitle: "Šrifto stilius",
|
||||
FontSizeTitle: "Šrifto dydis",
|
||||
StrikethroughTitle: "Perbraukimas",
|
||||
SuperscriptTitle: "Viršutinis indeksas",
|
||||
SubscriptTitle: "Apatinis indeksas",
|
||||
FontColorLabel: "Šrifto spalva",
|
||||
AutomaticFontColor: "Automatinė",
|
||||
HighlightColorLabel: "Pažymėjimo spalva",
|
||||
NoColorHighlightColor: "Be spalvų",
|
||||
IncreaseIndentTitle: "Didinti įtrauką",
|
||||
DecreaseIndentTitle: "Mažinti įtrauką",
|
||||
ThemeColorsGroupName: "Temos spalvos",
|
||||
HighlightColorsGroupName: "Paryškinimo spalvos",
|
||||
StandardColorsGroupName: "Standartinės spalvos",
|
||||
ThemeColorDarker: "Tamsesnė tema",
|
||||
ThemeColorDark: "Tamsi tema",
|
||||
ThemeColorDarkAlt: "Alternatyvi tamsi tema",
|
||||
ThemeColorPrimary: "Pirminė tema",
|
||||
ThemeColorSecondary: "Antrinė tema",
|
||||
ThemeColorTertiary: "Tretinė tema",
|
||||
ThemeColorNeutralSecondary: "Neutrali antrinė",
|
||||
ThemeColorNeutralPrimaryAlt: "Alternatyvi neutrali pirminė",
|
||||
ThemeColorNeutralPrimary: "Neutrali pirminė",
|
||||
ThemeColorNeutralDark: "Neutrali tamsi",
|
||||
HighlightColorYellow: "Geltona",
|
||||
HighlightColorGreen: "Žalia",
|
||||
HighlightColorAqua: "Melsvai žalsva",
|
||||
HighlightColorMagenta: "Purpurinė",
|
||||
HighlightColorBlue: "Mėlyna",
|
||||
HighlightColorRed: "Raudona",
|
||||
HighlightColorDarkblue: "Tamsiai mėlyna",
|
||||
HighlightColorTeal: "Žalsvai mėlyna",
|
||||
HighlightColorDarkgreen: "Tamsiai žalia",
|
||||
HighlightColorPurple: "Violetinė",
|
||||
HighlightColorMaroon: "Kaštoninė",
|
||||
HighlightColorGold: "Auksas",
|
||||
HighlightColorDarkgrey: "Tamsiai pilka",
|
||||
HighlightColorGrey: "Pilka",
|
||||
HighlightColorBlack: "Juoda",
|
||||
StandardColorDarkred: "Tamsiai raudona",
|
||||
StandardColorRed: "Raudona",
|
||||
StandardColorOrange: "Oranžinė",
|
||||
StandardColorYellow: "Geltona",
|
||||
StandardColorLightgreen: "Šviesiai žalia",
|
||||
StandardColorGreen: "Žalia",
|
||||
StandardColorLightblue: "Šviesiai mėlyna",
|
||||
StandardColorBlue: "Mėlyna",
|
||||
StandardColorDarkblue: "Tamsiai mėlyna",
|
||||
StandardColorPurple: "Violetinė",
|
||||
// DateTime picker
|
||||
DatePickerMonthLongJanuary: "sausis",
|
||||
DatePickerMonthShortJanuary: "saus.",
|
||||
DatePickerMonthLongFebruary: "vasaris",
|
||||
DatePickerMonthShortFebruary: "vas.",
|
||||
DatePickerMonthLongMarch: "kovas",
|
||||
DatePickerMonthShortMarch: "kov.",
|
||||
DatePickerMonthLongApril: "balandis",
|
||||
DatePickerMonthShortApril: "bal.",
|
||||
DatePickerMonthLongMay: "gegužė",
|
||||
DatePickerMonthShortMay: "geg.",
|
||||
DatePickerMonthLongJune: "birželis",
|
||||
DatePickerMonthShortJune: "birž.",
|
||||
DatePickerMonthLongJuly: "liepa",
|
||||
DatePickerMonthShortJuly: "liep.",
|
||||
DatePickerMonthLongAugust: "rugpjūtis",
|
||||
DatePickerMonthShortAugust: "rugp.",
|
||||
DatePickerMonthLongSeptember: "rugsėjis",
|
||||
DatePickerMonthShortSeptember: "rugs.",
|
||||
DatePickerMonthLongOctober: "spalis",
|
||||
DatePickerMonthShortOctober: "spal.",
|
||||
DatePickerMonthLongNovember: "lapkritis",
|
||||
DatePickerMonthShortNovember: "lapkr.",
|
||||
DatePickerMonthLongDecember: "gruodis",
|
||||
DatePickerMonthShortDecember: "gruod.",
|
||||
DatePickerDayLongSunday: "sekmadienis",
|
||||
DatePickerDayShortSunday: "sk",
|
||||
DatePickerDayLongMonday: "pirmadienis",
|
||||
DatePickerDayShortMonday: "pr",
|
||||
DatePickerDayLongTuesday: "antradienis",
|
||||
DatePickerDayShortTuesday: "an",
|
||||
DatePickerDayLongWednesday: "trečiadienis",
|
||||
DatePickerDayShortWednesday: "tr",
|
||||
DatePickerDayLongThursday: "ketvirtadienis",
|
||||
DatePickerDayShortThursday: "kt",
|
||||
DatePickerDayLongFriday: "penktadienis",
|
||||
DatePickerDayShortFriday: "pn",
|
||||
DatePickerDayLongSaturday: "šeštadienis",
|
||||
DatePickerDayShortSaturday: "št",
|
||||
DatePickerGoToToday: "šiandien",
|
||||
DatePickerIsRequiredErrorMessage: "",
|
||||
DatePickerInvalidInputErrorMessage: "",
|
||||
DatePickerIsOutOfBoundsErrorMessage: "",
|
||||
DateTimePickerDate: "Data",
|
||||
DateTimePickerTime: "Laikas",
|
||||
DateTimePickerTimeSeparator: ":",
|
||||
DateTimePickerHourValueInvalid: "Netinkama laiko reikšmė",
|
||||
DateTime: {
|
||||
L_RelativeDateTime_AFewSecondsFuture: "po kelių sekundžių",
|
||||
L_RelativeDateTime_AFewSeconds: "prieš kelias sekundes",
|
||||
L_RelativeDateTime_AboutAMinuteFuture: "maždaug po minutės",
|
||||
L_RelativeDateTime_AboutAMinute: "beveik prieš minutę",
|
||||
L_RelativeDateTime_XMinutesFuture: "po {0} min.",
|
||||
L_RelativeDateTime_XMinutes: "prieš {0} min.",
|
||||
L_RelativeDateTime_XMinutesFutureIntervals: "0-",
|
||||
L_RelativeDateTime_XMinutesIntervals: "0-",
|
||||
L_RelativeDateTime_AboutAnHourFuture: "maždaug po valandos",
|
||||
L_RelativeDateTime_AboutAnHour: "beveik prieš valandą",
|
||||
L_RelativeDateTime_Tomorrow: "rytoj",
|
||||
L_RelativeDateTime_Yesterday: "vakar",
|
||||
L_RelativeDateTime_TomorrowAndTime: "rytoj, {0}",
|
||||
L_RelativeDateTime_YesterdayAndTime: "vakar, {0}",
|
||||
L_RelativeDateTime_XHoursFuture: "po {0} val.",
|
||||
L_RelativeDateTime_XHours: "prieš {0} val.",
|
||||
L_RelativeDateTime_XHoursFutureIntervals: "0-",
|
||||
L_RelativeDateTime_XHoursIntervals: "0-",
|
||||
L_RelativeDateTime_DayAndTime: "{0}, {1}",
|
||||
L_RelativeDateTime_XDaysFuture: "po {0} d.",
|
||||
L_RelativeDateTime_XDays: "prieš {0} d.",
|
||||
L_RelativeDateTime_XDaysFutureIntervals: "0-",
|
||||
L_RelativeDateTime_XDaysIntervals: "0-",
|
||||
L_RelativeDateTime_Today: "šiandien"
|
||||
}
|
||||
};
|
||||
});
|
||||
|
||||
//# sourceMappingURL=lt-lt.js.map
|
|
@ -0,0 +1,122 @@
|
|||
define([], function () {
|
||||
return {
|
||||
'SiteBreadcrumbLabel': 'Website broodkruimelpad',
|
||||
'ListViewGroupEmptyLabel': 'Leeg',
|
||||
'WebPartTitlePlaceholder': 'Webonderdeel titel',
|
||||
'WebPartTitleLabel': 'Titel ingeven',
|
||||
"DateTime": {
|
||||
"L_RelativeDateTime_AFewSecondsFuture": "Over een paar seconden",
|
||||
"L_RelativeDateTime_AFewSeconds": "Een paar seconden geleden",
|
||||
"L_RelativeDateTime_AboutAMinuteFuture": "Over ongeveer een minuut",
|
||||
"L_RelativeDateTime_AboutAMinute": "Ongeveer een minuut geleden",
|
||||
"L_RelativeDateTime_XMinutesFuture": "In {0} minuut||In {0} minuten",
|
||||
"L_RelativeDateTime_XMinutes": "{0} minuut geleden||{0} minuten geleden",
|
||||
"L_RelativeDateTime_XMinutesFutureIntervals": "1||2-",
|
||||
"L_RelativeDateTime_XMinutesIntervals": "1||2-",
|
||||
"L_RelativeDateTime_AboutAnHourFuture": "In ongeveer een uur",
|
||||
"L_RelativeDateTime_AboutAnHour": "Ongeveer een uur geleden",
|
||||
"L_RelativeDateTime_Tomorrow": "Morgen",
|
||||
"L_RelativeDateTime_Yesterday": "Gisteren",
|
||||
"L_RelativeDateTime_TomorrowAndTime": "Morgen om {0}",
|
||||
"L_RelativeDateTime_YesterdayAndTime": "Gisteren om {0}",
|
||||
"L_RelativeDateTime_XHoursFuture": "In {0} uur||In {0} uur",
|
||||
"L_RelativeDateTime_XHours": "{0} uur geleden||{0} uur geleden",
|
||||
"L_RelativeDateTime_XHoursFutureIntervals": "1||2-",
|
||||
"L_RelativeDateTime_XHoursIntervals": "1||2-",
|
||||
"L_RelativeDateTime_DayAndTime": "{0} om {1}",
|
||||
"L_RelativeDateTime_XDaysFuture": "{0} dag vanaf nu||{0} dagen vanaf nu",
|
||||
"L_RelativeDateTime_XDays": "{0} dag geleden||{0} dagen geleden",
|
||||
"L_RelativeDateTime_XDaysFutureIntervals": "1||2-",
|
||||
"L_RelativeDateTime_XDaysIntervals": "1||2-",
|
||||
"L_RelativeDateTime_Today": "Vandaag"
|
||||
},
|
||||
"SendEmailTo": "Stuur een mail naar {0}",
|
||||
"StartChatWith": "Start een gesprek met {0}",
|
||||
"Contact": "Contacteer",
|
||||
"UpdateProfile": "Profiel aanpassen",
|
||||
"TaxonomyPickerNoTerms": "Termen set heeft geen termen beschikbaar",
|
||||
"TaxonomyPickerExpandTitle": "Vouw de termen set uit",
|
||||
"TaxonomyPickerMenuTermSet": "Menu van de termen set",
|
||||
"TaxonomyPickerInLabel": "in",
|
||||
"TaxonomyPickerTermSetLabel": "Termen set",
|
||||
peoplePickerComponentTooltipMessage: "Personen kiezen",
|
||||
peoplePickerComponentErrorMessage: "Verplicht veld",
|
||||
peoplePickerSuggestionsHeaderText: 'Voorgestelde personen',
|
||||
peoplePickerLoadingText: 'Laden',
|
||||
PeoplePickerSearchText: 'Personen worden opgehaald',
|
||||
PeoplePickerGroupNotFound: "Groep niet gevonden.",
|
||||
ListItemPickerSelectValue: 'Selecteer veld',
|
||||
ListItemAttachmentsActionDeleteIconTitle: 'Verwijderen',
|
||||
ListItemAttachmentsactionDeleteTitle: 'Verwijderen',
|
||||
ListItemAttachmentsfileDeletedMsg: 'Bestand {0} verwijderd',
|
||||
ListItemAttachmentsfileDeleteError: 'Probleem bij het verwijderen van het bestand: {0}, rede {1}',
|
||||
ListItemAttachmentserrorLoadAttachments: 'Probleem bij het laden van de bijlage, rede: {0}',
|
||||
ListItemAttachmentsconfirmDelete: 'Ben je zeker dat je het bestand {0} wilt verwijderen?',
|
||||
ListItemAttachmentsdialogTitle: 'Bijlage van lijstitem',
|
||||
ListItemAttachmentsdialogOKbuttonLabel: 'OK',
|
||||
ListItemAttachmentsdialogCancelButtonLabel: 'Annuleren',
|
||||
ListItemAttachmentsdialogOKbuttonLabelOnDelete: 'Verwijderen',
|
||||
ListItemAttachmentsuploadAttachmentDialogTitle: 'Bijlage toevoegen',
|
||||
ListItemAttachmentsuploadAttachmentButtonLabel: 'Bijlage toevoegen',
|
||||
ListItemAttachmentsuploadAttachmentErrorMsg: 'Het bestand {0} kon niet toegevoegd worden, rede: {1}',
|
||||
ListItemAttachmentsCommandBarAddAttachmentLabel: 'Bijlage toevoegen',
|
||||
ListItemAttachmentsloadingMessage: 'Bestand opladen ...',
|
||||
ListItemAttachmentslPlaceHolderIconText: 'Bijlage van lijstitem',
|
||||
ListItemAttachmentslPlaceHolderDescription: 'Voeg een bijlage toe',
|
||||
ListItemAttachmentslPlaceHolderButtonLabel: 'Toevoegen',
|
||||
mapsErrorMessage: 'Er is een fout opgetreden bij het laden van de kaart',
|
||||
mapsLoadingText: 'Laden',
|
||||
mapsSearchButtonText: 'Zoeken',
|
||||
mapsTitlePrefix: 'Kaart van',
|
||||
genericNoResultsFoundText: 'Geen resultaten gevonden',
|
||||
ListViewFilterLabel: "Filter de lijst",
|
||||
DatePickerMonthLongJanuary: "Januari",
|
||||
DatePickerMonthShortJanuary: "Jan",
|
||||
DatePickerMonthLongFebruary: "Februari",
|
||||
DatePickerMonthShortFebruary: "Feb",
|
||||
DatePickerMonthLongMarch: "Maart",
|
||||
DatePickerMonthShortMarch: "Maa",
|
||||
DatePickerMonthLongApril: "April",
|
||||
DatePickerMonthShortApril: "Apr",
|
||||
DatePickerMonthLongMay: "Mei",
|
||||
DatePickerMonthShortMay: "Mei",
|
||||
DatePickerMonthLongJune: "Juni",
|
||||
DatePickerMonthShortJune: "Jun",
|
||||
DatePickerMonthLongJuly: "Juli",
|
||||
DatePickerMonthShortJuly: "Jul",
|
||||
DatePickerMonthLongAugust: "Augustus",
|
||||
DatePickerMonthShortAugust: "Aug",
|
||||
DatePickerMonthLongSeptember: "September",
|
||||
DatePickerMonthShortSeptember: "Sept",
|
||||
DatePickerMonthLongOctober: "Oktober",
|
||||
DatePickerMonthShortOctober: "Okt",
|
||||
DatePickerMonthLongNovember: "November",
|
||||
DatePickerMonthShortNovember: "Nov",
|
||||
DatePickerMonthLongDecember: "December",
|
||||
DatePickerMonthShortDecember: "Dec",
|
||||
DatePickerDayLongSunday: "Zondag",
|
||||
DatePickerDayShortSunday: "Zon",
|
||||
DatePickerDayLongMonday: "Maandag",
|
||||
DatePickerDayShortMonday: "Maa",
|
||||
DatePickerDayLongTuesday: "Dinsdag",
|
||||
DatePickerDayShortTuesday: "Din",
|
||||
DatePickerDayLongWednesday: "Woensdag",
|
||||
DatePickerDayShortWednesday: "Woe",
|
||||
DatePickerDayLongThursday: "Donderdag",
|
||||
DatePickerDayShortThursday: "Don",
|
||||
DatePickerDayLongFriday: "Vrijdag",
|
||||
DatePickerDayShortFriday: "Vri",
|
||||
DatePickerDayLongSaturday: "Zaterdag",
|
||||
DatePickerDayShortSaturday: "Zat",
|
||||
DatePickerGoToToday: "Vandaag",
|
||||
DatePickerIsRequiredErrorMessage: "",
|
||||
DatePickerInvalidInputErrorMessage: "",
|
||||
DatePickerIsOutOfBoundsErrorMessage: "",
|
||||
DateTimePickerDate: "Dag",
|
||||
DateTimePickerTime: "Tijd",
|
||||
DateTimePickerTimeSeparator: ":",
|
||||
DateTimePickerHourValueInvalid: "Foute uur waarde"
|
||||
};
|
||||
});
|
||||
|
||||
//# sourceMappingURL=nl-nl.js.map
|
|
@ -0,0 +1,122 @@
|
|||
define([], function () {
|
||||
return {
|
||||
'SiteBreadcrumbLabel': 'Цепочка навигации сайта',
|
||||
'ListViewGroupEmptyLabel': 'Не назначено',
|
||||
'WebPartTitlePlaceholder': 'Заголовок веб-части',
|
||||
'WebPartTitleLabel': 'Добавить заголовок',
|
||||
"DateTime": {
|
||||
"L_RelativeDateTime_AFewSecondsFuture": "Через несколько секунд",
|
||||
"L_RelativeDateTime_AFewSeconds": "Несколько секунд назад",
|
||||
"L_RelativeDateTime_AboutAMinuteFuture": "Примерно через минуту",
|
||||
"L_RelativeDateTime_AboutAMinute": "Примерно минуту назад",
|
||||
"L_RelativeDateTime_XMinutesFuture": "Через {0} мин",
|
||||
"L_RelativeDateTime_XMinutes": "{0} мин назад",
|
||||
"L_RelativeDateTime_XMinutesFutureIntervals": "1-",
|
||||
"L_RelativeDateTime_XMinutesIntervals": "1-",
|
||||
"L_RelativeDateTime_AboutAnHourFuture": "Примерно через час",
|
||||
"L_RelativeDateTime_AboutAnHour": "Примерно час назад",
|
||||
"L_RelativeDateTime_Tomorrow": "Завтра",
|
||||
"L_RelativeDateTime_Yesterday": "Вчера",
|
||||
"L_RelativeDateTime_TomorrowAndTime": "Завтра в {0}",
|
||||
"L_RelativeDateTime_YesterdayAndTime": "Вчера в {0}",
|
||||
"L_RelativeDateTime_XHoursFuture": "Через {0} ч",
|
||||
"L_RelativeDateTime_XHours": "{0} ч назад",
|
||||
"L_RelativeDateTime_XHoursFutureIntervals": "1-",
|
||||
"L_RelativeDateTime_XHoursIntervals": "1-",
|
||||
"L_RelativeDateTime_DayAndTime": "{0}, в {1}",
|
||||
"L_RelativeDateTime_XDaysFuture": "Через {0} день||Через {0} дн.",
|
||||
"L_RelativeDateTime_XDays": "{0} день назад||Дней назад: {0}",
|
||||
"L_RelativeDateTime_XDaysFutureIntervals": "1||2-",
|
||||
"L_RelativeDateTime_XDaysIntervals": "1||2-",
|
||||
"L_RelativeDateTime_Today": "Сегодня"
|
||||
},
|
||||
"SendEmailTo": "Отправить сообщение {0}",
|
||||
"StartChatWith": "Начать чат с {0}",
|
||||
"Contact": "Контакт",
|
||||
"UpdateProfile": "Обновить мой профиль",
|
||||
"TaxonomyPickerNoTerms": "Данный набор терминов пуст",
|
||||
"TaxonomyPickerExpandTitle": "Развернуть этот набор терминов",
|
||||
"TaxonomyPickerMenuTermSet": "Меню для набора терминов",
|
||||
"TaxonomyPickerInLabel": "в",
|
||||
"TaxonomyPickerTermSetLabel": "Набор терминов",
|
||||
"peoplePickerComponentTooltipMessage": "Выбор пользователей",
|
||||
"peoplePickerComponentErrorMessage": "Обязательное поле",
|
||||
"peoplePickerSuggestionsHeaderText": "Предложенные варианты",
|
||||
"peoplePickerLoadingText": "Загрузка",
|
||||
"PeoplePickerSearchText": "Получение пользователей",
|
||||
"PeoplePickerGroupNotFound": "Группа не найдена.",
|
||||
"ListItemPickerSelectValue": "Выбрать значение",
|
||||
"mapsErrorMessage": "Во время загрузки карты произошла ошибка",
|
||||
"mapsLoadingText": "Загрузка",
|
||||
"mapsSearchButtonText": "Поиск",
|
||||
"mapsTitlePrefix": "Карта",
|
||||
"genericNoResultsFoundText": "Нет результатов, удовлетворяющих условиям",
|
||||
"ListViewFilterLabel": "Фильтр",
|
||||
ListItemAttachmentsActionDeleteIconTitle: 'Delete',
|
||||
ListItemAttachmentsactionDeleteTitle: 'Delete',
|
||||
ListItemAttachmentsfileDeletedMsg: 'File {0} deleted',
|
||||
ListItemAttachmentsfileDeleteError: 'Error on delete file: {0}, reason {1}',
|
||||
ListItemAttachmentserrorLoadAttachments: 'Error on load list item attachment, reason: {0}',
|
||||
ListItemAttachmentsconfirmDelete: 'Are you sure you want send the attachment {0} to the site recycle bin ?',
|
||||
ListItemAttachmentsdialogTitle: 'List Item Attachment',
|
||||
ListItemAttachmentsdialogOKbuttonLabel: 'OK',
|
||||
ListItemAttachmentsdialogCancelButtonLabel: 'Cancel',
|
||||
ListItemAttachmentsdialogOKbuttonLabelOnDelete: 'Delete',
|
||||
ListItemAttachmentsuploadAttachmentDialogTitle: 'Add Attachment',
|
||||
ListItemAttachmentsuploadAttachmentButtonLabel: 'Add Attachment',
|
||||
ListItemAttachmentsuploadAttachmentErrorMsg: 'The file {0} not attached, reason: {1}',
|
||||
ListItemAttachmentsCommandBarAddAttachmentLabel: 'Add Attachment',
|
||||
ListItemAttachmentsloadingMessage: 'Uploading file ...',
|
||||
ListItemAttachmentslPlaceHolderIconText: 'List Item Attachment',
|
||||
ListItemAttachmentslPlaceHolderDescription: 'Please Add Attachment',
|
||||
ListItemAttachmentslPlaceHolderButtonLabel: 'Add',
|
||||
DatePickerMonthLongJanuary: "Январь",
|
||||
DatePickerMonthShortJanuary: "Янв",
|
||||
DatePickerMonthLongFebruary: "Февраль",
|
||||
DatePickerMonthShortFebruary: "Фев",
|
||||
DatePickerMonthLongMarch: "Март",
|
||||
DatePickerMonthShortMarch: "Мар",
|
||||
DatePickerMonthLongApril: "Апрель",
|
||||
DatePickerMonthShortApril: "Апр",
|
||||
DatePickerMonthLongMay: "Май",
|
||||
DatePickerMonthShortMay: "Май",
|
||||
DatePickerMonthLongJune: "Июнь",
|
||||
DatePickerMonthShortJune: "Июн",
|
||||
DatePickerMonthLongJuly: "Июль",
|
||||
DatePickerMonthShortJuly: "Июл",
|
||||
DatePickerMonthLongAugust: "Август",
|
||||
DatePickerMonthShortAugust: "Авг",
|
||||
DatePickerMonthLongSeptember: "Сентябрь",
|
||||
DatePickerMonthShortSeptember: "Сен",
|
||||
DatePickerMonthLongOctober: "Октябрь",
|
||||
DatePickerMonthShortOctober: "Окт",
|
||||
DatePickerMonthLongNovember: "Ноябрь",
|
||||
DatePickerMonthShortNovember: "Ноя",
|
||||
DatePickerMonthLongDecember: "Декабрь",
|
||||
DatePickerMonthShortDecember: "Дек",
|
||||
DatePickerDayLongSunday: "Воскресенье",
|
||||
DatePickerDayShortSunday: "Вс",
|
||||
DatePickerDayLongMonday: "Понедельник",
|
||||
DatePickerDayShortMonday: "Пн",
|
||||
DatePickerDayLongTuesday: "Вторник",
|
||||
DatePickerDayShortTuesday: "Вт",
|
||||
DatePickerDayLongWednesday: "Среда",
|
||||
DatePickerDayShortWednesday: "Ср",
|
||||
DatePickerDayLongThursday: "Четверг",
|
||||
DatePickerDayShortThursday: "Чт",
|
||||
DatePickerDayLongFriday: "Пятница",
|
||||
DatePickerDayShortFriday: "Пт",
|
||||
DatePickerDayLongSaturday: "Суббота",
|
||||
DatePickerDayShortSaturday: "Сб",
|
||||
DatePickerGoToToday: "Сегодня",
|
||||
DatePickerIsRequiredErrorMessage: "",
|
||||
DatePickerInvalidInputErrorMessage: "",
|
||||
DatePickerIsOutOfBoundsErrorMessage: "",
|
||||
DateTimePickerDate: "Date",
|
||||
DateTimePickerTime: "Time",
|
||||
DateTimePickerTimeSeparator: ":",
|
||||
DateTimePickerHourValueInvalid: "Incorrect hour value"
|
||||
};
|
||||
});
|
||||
|
||||
//# sourceMappingURL=ru-ru.js.map
|
|
@ -0,0 +1,7 @@
|
|||
define([], function() {
|
||||
return {
|
||||
"PropertyPaneDescription": "",
|
||||
"BasicGroupName": "Settings",
|
||||
"DescriptionFieldLabel": "Accordion Section"
|
||||
}
|
||||
});
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -0,0 +1 @@
|
|||
<?xml version="1.0" encoding="utf-8"?><Types xmlns="http://schemas.openxmlformats.org/package/2006/content-types"><Default Extension="xml" ContentType="text/xml"></Default><Default Extension="rels" ContentType="application/vnd.openxmlformats-package.relationships+xml"></Default><Default Extension="webpart" ContentType="text/xml"></Default><Default Extension="htm" ContentType="text/html"></Default><Default Extension="html" ContentType="text/html"></Default><Default Extension="aspx" ContentType="text/xml"></Default><Default Extension="resx" ContentType="text/xml"></Default><Default Extension="js" ContentType="application/javascript"></Default><Default Extension="json" ContentType="application/json"></Default><Default Extension="png" ContentType="image/png"></Default><Default Extension="jpg" ContentType="image/jpeg"></Default><Default Extension="bmp" ContentType="image/bmp"></Default><Default Extension="gif" ContentType="image/gif"></Default></Types>
|
|
@ -0,0 +1 @@
|
|||
<?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.microsoft.com/sharepoint/2012/app/relationships/manifest-feature" Target="/feature_061da2cd-f680-4da5-ab30-40a8ba1aafd8.xml" Id="r17"></Relationship><Relationship Type="http://schemas.microsoft.com/sharepoint/2012/app/relationships/manifest-clientsideasset" Target="/ClientSideAssets.xml" Id="r18"></Relationship></Relationships>
|
|
@ -0,0 +1 @@
|
|||
<?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.microsoft.com/sharepoint/2012/app/relationships/partconfiguration" Target="/ClientSideAssets.xml.config.xml" Id="r3"></Relationship><Relationship Type="http://schemas.microsoft.com/sharepoint/2012/app/relationships/clientsideasset" Target="/ClientSideAssets/accordionv1-controlstrings_de-de_07a34c4548532bb0f1010620b013e736.js" Id="r4"></Relationship><Relationship Type="http://schemas.microsoft.com/sharepoint/2012/app/relationships/clientsideasset" Target="/ClientSideAssets/accordionv1-controlstrings_en-us_e37091da0d5566e2e16e6c3289d5c831.js" Id="r5"></Relationship><Relationship Type="http://schemas.microsoft.com/sharepoint/2012/app/relationships/clientsideasset" Target="/ClientSideAssets/accordionv1-controlstrings_fr-fr_633ab0ae62c5c0b7783ca9a8c6099a30.js" Id="r6"></Relationship><Relationship Type="http://schemas.microsoft.com/sharepoint/2012/app/relationships/clientsideasset" Target="/ClientSideAssets/accordionv1-controlstrings_lt-lt_d0c5f974d9b26e97b29b3c3873101474.js" Id="r7"></Relationship><Relationship Type="http://schemas.microsoft.com/sharepoint/2012/app/relationships/clientsideasset" Target="/ClientSideAssets/accordionv1-controlstrings_nl-nl_5960f3a21ae1244cee35abb86324e6e6.js" Id="r8"></Relationship><Relationship Type="http://schemas.microsoft.com/sharepoint/2012/app/relationships/clientsideasset" Target="/ClientSideAssets/accordionv1-controlstrings_ru-ru_a8dc923f09b17f43c313cb4fbcf5e2af.js" Id="r9"></Relationship><Relationship Type="http://schemas.microsoft.com/sharepoint/2012/app/relationships/clientsideasset" Target="/ClientSideAssets/accordionv1-reactaccordionwebpartstrings_en-us_b0a7eba2aefefec0c6866d168ad6d85f.js" Id="r10"></Relationship><Relationship Type="http://schemas.microsoft.com/sharepoint/2012/app/relationships/clientsideasset" Target="/ClientSideAssets/react-accordion-web-part_16d8669712c9bdf489af15111200367e.js" Id="r11"></Relationship><Relationship Type="http://schemas.microsoft.com/sharepoint/2012/app/relationships/clientsideasset" Target="/ClientSideAssets/react-accordion-web-part_872f990fafe8cc4862c899093174c795.js" Id="r12"></Relationship><Relationship Type="http://schemas.microsoft.com/sharepoint/2012/app/relationships/clientsideasset" Target="/ClientSideAssets/react-accordion-web-part_b20af2d3c6b0609873d87fa05fc04b12.js" Id="r13"></Relationship><Relationship Type="http://schemas.microsoft.com/sharepoint/2012/app/relationships/clientsideasset" Target="/ClientSideAssets/react-accordion-web-part_f9813e003eba818aca0528e71a2e2f97.js" Id="r14"></Relationship><Relationship Type="http://schemas.microsoft.com/sharepoint/2012/app/relationships/clientsideasset" Target="/ClientSideAssets/061da2cd-f680-4da5-ab30-40a8ba1aafd8_color.png" Id="r15"></Relationship><Relationship Type="http://schemas.microsoft.com/sharepoint/2012/app/relationships/clientsideasset" Target="/ClientSideAssets/061da2cd-f680-4da5-ab30-40a8ba1aafd8_outline.png" Id="r16"></Relationship></Relationships>
|
|
@ -0,0 +1 @@
|
|||
<?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.microsoft.com/sharepoint/2012/app/relationships/partconfiguration" Target="/feature_061da2cd-f680-4da5-ab30-40a8ba1aafd8.xml.config.xml" Id="r1"></Relationship><Relationship Type="http://schemas.microsoft.com/sharepoint/2012/app/relationships/feature-elementmanifest" Target="/061da2cd-f680-4da5-ab30-40a8ba1aafd8/WebPart_061da2cd-f680-4da5-ab30-40a8ba1aafd8.xml" Id="r2"></Relationship></Relationships>
|
|
@ -0,0 +1 @@
|
|||
<?xml version="1.0" encoding="utf-8"?><Feature xmlns="http://schemas.microsoft.com/sharepoint/" Title="Dynamic Accordion Section Feature" Description="A feature which activates the Client-Side WebPart named Dynamic Accordion Section" Id="061da2cd-f680-4da5-ab30-40a8ba1aafd8" Version="1.0.0.0" Scope="Web" Hidden="FALSE"></Feature>
|
|
@ -0,0 +1 @@
|
|||
<?xml version="1.0" encoding="utf-8"?><AppPartConfig xmlns="http://schemas.microsoft.com/sharepoint/2012/app/partconfiguration"><Id>ad123ed4-20be-4dd3-98ee-c41d85c52199</Id></AppPartConfig>
|
|
@ -0,0 +1 @@
|
|||
// A file is required to be in the root of the /src directory by the TypeScript compiler
|
|
@ -0,0 +1,40 @@
|
|||
{
|
||||
"$schema": "https://developer.microsoft.com/json-schemas/spfx/client-side-web-part-manifest.schema.json",
|
||||
"id": "061da2cd-f680-4da5-ab30-40a8ba1aafd8",
|
||||
"alias": "ReactAccordionWebPart",
|
||||
"componentType": "WebPart",
|
||||
|
||||
// The "*" signifies that the version should be taken from the package.json
|
||||
"version": "*",
|
||||
"manifestVersion": 2,
|
||||
|
||||
// If true, the component can only be installed on sites where Custom Script is allowed.
|
||||
// Components that allow authors to embed arbitrary script code should set this to true.
|
||||
// https://support.office.com/en-us/article/Turn-scripting-capabilities-on-or-off-1f2c515f-5d7e-448a-9fd7-835da935584f
|
||||
"requiresCustomScript": false,
|
||||
"supportedHosts": ["SharePointWebPart", "TeamsTab"],
|
||||
"loadLegacyFabricCss": true,
|
||||
|
||||
"preconfiguredEntries": [{
|
||||
"groupId": "5c03119e-3074-46fd-976b-c60198311f70", // Other
|
||||
"group": {
|
||||
"default": "Other"
|
||||
},
|
||||
"title": {
|
||||
"default": "Dynamic Accordion Section"
|
||||
},
|
||||
"description": {
|
||||
"default": "Collapsible accordion section for displaying list data based on Category and Dynamic selection"
|
||||
},
|
||||
"officeFabricIconFontName": "MusicInCollectionFill",
|
||||
"properties": {
|
||||
"description": "Dynamic React Accordion",
|
||||
"listId": "",
|
||||
"columnTitle": "",
|
||||
"selectedChoice": "",
|
||||
"accordianTitleColumn": "",
|
||||
"accordianContentColumn": "",
|
||||
"allowZeroExpanded": true
|
||||
}
|
||||
}]
|
||||
}
|
|
@ -0,0 +1,362 @@
|
|||
import * as React from "react";
|
||||
import * as ReactDom from "react-dom";
|
||||
import { Version } from "@microsoft/sp-core-library";
|
||||
import { BaseClientSideWebPart } from "@microsoft/sp-webpart-base";
|
||||
import {
|
||||
IPropertyPaneConfiguration,
|
||||
PropertyPaneTextField,
|
||||
PropertyPaneToggle,
|
||||
PropertyPaneDropdown,
|
||||
IPropertyPaneDropdownOption,
|
||||
} from "@microsoft/sp-property-pane";
|
||||
import { sp } from "@pnp/sp/presets/all";
|
||||
import "core-js/es6/array";
|
||||
import "es6-map/implement";
|
||||
import "core-js/modules/es6.array.find";
|
||||
import {
|
||||
PropertyFieldListPicker,
|
||||
PropertyFieldListPickerOrderBy,
|
||||
} from "@pnp/spfx-property-controls/lib/PropertyFieldListPicker";
|
||||
|
||||
import * as strings from "ReactAccordionWebPartStrings";
|
||||
import ReactAccordion from "./components/ReactAccordion";
|
||||
import { IReactAccordionProps } from "./components/IReactAccordionProps";
|
||||
import { string } from "prop-types";
|
||||
import { Webs } from "@pnp/sp/webs";
|
||||
import { Lists } from "@pnp/sp/lists";
|
||||
import { IField, FieldTypes } from "@pnp/sp/fields";
|
||||
|
||||
export interface IReactAccordionWebPartProps {
|
||||
listId: string;
|
||||
accordionTitle: string;
|
||||
columnTitle: string;
|
||||
selectedChoice: string;
|
||||
allowZeroExpanded: boolean;
|
||||
allowMultipleExpanded: boolean;
|
||||
accordianTitleColumn: string;
|
||||
accordianContentColumn: string;
|
||||
}
|
||||
|
||||
export default class ReactAccordionWebPart extends BaseClientSideWebPart<
|
||||
IReactAccordionWebPartProps
|
||||
> {
|
||||
private listColumns: IPropertyPaneDropdownOption[];
|
||||
private allListColumns: IPropertyPaneDropdownOption[];
|
||||
private columnChoices: IPropertyPaneDropdownOption[];
|
||||
|
||||
private columnsDropdownDisabled: boolean = true;
|
||||
private choicesDropdownDisabled: boolean = true;
|
||||
|
||||
public onInit(): Promise<void> {
|
||||
return super.onInit().then((_) => {
|
||||
sp.setup({
|
||||
spfxContext: this.context,
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
public render(): void {
|
||||
const element: React.ReactElement<IReactAccordionProps> = React.createElement(
|
||||
ReactAccordion,
|
||||
{
|
||||
listId: this.properties.listId,
|
||||
columnTitle: this.properties.columnTitle,
|
||||
selectedChoice: this.properties.selectedChoice,
|
||||
accordionTitle: this.properties.accordionTitle,
|
||||
accordianTitleColumn: this.properties.accordianTitleColumn,
|
||||
accordianContentColumn: this.properties.accordianContentColumn,
|
||||
allowZeroExpanded: this.properties.allowZeroExpanded,
|
||||
allowMultipleExpanded: this.properties.allowMultipleExpanded,
|
||||
displayMode: this.displayMode,
|
||||
updateProperty: (value: string) => {
|
||||
this.properties.accordionTitle = value;
|
||||
},
|
||||
onConfigure: () => {
|
||||
this.context.propertyPane.open();
|
||||
},
|
||||
}
|
||||
);
|
||||
|
||||
ReactDom.render(element, this.domElement);
|
||||
}
|
||||
|
||||
protected onDispose(): void {
|
||||
ReactDom.unmountComponentAtNode(this.domElement);
|
||||
}
|
||||
|
||||
protected get disableReactivePropertyChanges(): boolean {
|
||||
return true;
|
||||
}
|
||||
protected get dataVersion(): Version {
|
||||
return Version.parse("1.0");
|
||||
}
|
||||
|
||||
private loadColumns(): Promise<IPropertyPaneDropdownOption[]> {
|
||||
return new Promise<IPropertyPaneDropdownOption[]>(
|
||||
(
|
||||
resolve: (options: IPropertyPaneDropdownOption[]) => void,
|
||||
reject: (error: any) => void
|
||||
) => {
|
||||
if (!this.properties.listId) {
|
||||
console.log("No List Selected");
|
||||
return null;
|
||||
}
|
||||
|
||||
var spListColumns = sp.web.lists
|
||||
.getById(this.properties.listId)
|
||||
.fields.filter(
|
||||
"ReadOnlyField eq false and Hidden eq false and TypeAsString eq 'Choice'"
|
||||
)
|
||||
.get();
|
||||
spListColumns.then((columnResult) => {
|
||||
let listColumns = [];
|
||||
columnResult.forEach((column) => {
|
||||
listColumns.push({
|
||||
key: column.Title,
|
||||
text: column.Title,
|
||||
});
|
||||
});
|
||||
resolve(listColumns);
|
||||
});
|
||||
}
|
||||
);
|
||||
}
|
||||
private loadAllColumns(): Promise<IPropertyPaneDropdownOption[]> {
|
||||
return new Promise<IPropertyPaneDropdownOption[]>(
|
||||
(
|
||||
resolve: (options: IPropertyPaneDropdownOption[]) => void,
|
||||
reject: (error: any) => void
|
||||
) => {
|
||||
if (!this.properties.listId) {
|
||||
console.log("No List Selected");
|
||||
return null;
|
||||
}
|
||||
|
||||
var spListColumns = sp.web.lists
|
||||
.getById(this.properties.listId)
|
||||
.fields.filter("ReadOnlyField eq false and Hidden eq false")
|
||||
.get();
|
||||
spListColumns.then((columnResult) => {
|
||||
let listColumns = [];
|
||||
columnResult.forEach((column) => {
|
||||
listColumns.push({
|
||||
key: column.InternalName,
|
||||
text: column.Title + " - [" + column.InternalName + "]",
|
||||
});
|
||||
});
|
||||
resolve(listColumns);
|
||||
});
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
private loadCateogryChoices(): Promise<IPropertyPaneDropdownOption[]> {
|
||||
return new Promise<IPropertyPaneDropdownOption[]>(
|
||||
(
|
||||
resolve: (options: IPropertyPaneDropdownOption[]) => void,
|
||||
reject: (error: any) => void
|
||||
) => {
|
||||
if (!this.properties.columnTitle) {
|
||||
console.log("No Columns Selected");
|
||||
return null;
|
||||
}
|
||||
|
||||
const categoryField: IField = sp.web.lists
|
||||
.getById(this.properties.listId)
|
||||
.fields.getByInternalNameOrTitle(this.properties.columnTitle);
|
||||
let choices: any = categoryField.select("Choices")();
|
||||
choices.then((result) => {
|
||||
//console.clear();
|
||||
//console.log(result.Choices);
|
||||
let columnChoices = [];
|
||||
result.Choices.forEach((choice) => {
|
||||
columnChoices.push({
|
||||
key: choice,
|
||||
text: choice,
|
||||
});
|
||||
});
|
||||
resolve(columnChoices);
|
||||
});
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
protected onPropertyPaneConfigurationStart(): void {
|
||||
this.columnsDropdownDisabled = !this.properties.listId;
|
||||
this.choicesDropdownDisabled = !this.properties.columnTitle;
|
||||
|
||||
//if (this.lists) {
|
||||
// return;
|
||||
//}
|
||||
|
||||
this.context.statusRenderer.displayLoadingIndicator(
|
||||
this.domElement,
|
||||
"lists, column and choices"
|
||||
);
|
||||
if (this.properties.listId) {
|
||||
this.loadColumns().then(
|
||||
(columnOptions: IPropertyPaneDropdownOption[]): void => {
|
||||
this.listColumns = columnOptions;
|
||||
this.columnsDropdownDisabled = !this.properties.listId;
|
||||
this.context.propertyPane.refresh();
|
||||
this.context.statusRenderer.clearLoadingIndicator(this.domElement);
|
||||
this.render();
|
||||
}
|
||||
);
|
||||
this.loadAllColumns().then(
|
||||
(allcolumnOptions: IPropertyPaneDropdownOption[]): void => {
|
||||
this.allListColumns = allcolumnOptions;
|
||||
this.columnsDropdownDisabled = !this.properties.listId;
|
||||
this.context.propertyPane.refresh();
|
||||
this.context.statusRenderer.clearLoadingIndicator(this.domElement);
|
||||
this.render();
|
||||
}
|
||||
);
|
||||
}
|
||||
if (this.properties.columnTitle) {
|
||||
this.loadCateogryChoices().then(
|
||||
(choiceOptions: IPropertyPaneDropdownOption[]): void => {
|
||||
this.columnChoices = choiceOptions;
|
||||
this.choicesDropdownDisabled = !this.properties.columnTitle;
|
||||
this.context.propertyPane.refresh();
|
||||
this.context.statusRenderer.clearLoadingIndicator(this.domElement);
|
||||
this.render();
|
||||
}
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
protected onPropertyPaneFieldChanged(
|
||||
propertyPath: string,
|
||||
oldValue: any,
|
||||
newValue: any
|
||||
): void {
|
||||
// push new list value
|
||||
|
||||
// communicate loading items
|
||||
|
||||
if (this.properties.listId) {
|
||||
this.context.statusRenderer.displayLoadingIndicator(
|
||||
this.domElement,
|
||||
"Columns"
|
||||
);
|
||||
|
||||
this.loadColumns().then(
|
||||
(columnOptions: IPropertyPaneDropdownOption[]): void => {
|
||||
// store items
|
||||
this.listColumns = columnOptions;
|
||||
// enable item selector
|
||||
this.columnsDropdownDisabled = false;
|
||||
// clear status indicator
|
||||
this.context.statusRenderer.clearLoadingIndicator(this.domElement);
|
||||
// re-render the web part as clearing the loading indicator removes the web part body
|
||||
this.render();
|
||||
// refresh the item selector control by repainting the property pane
|
||||
this.context.propertyPane.refresh();
|
||||
}
|
||||
);
|
||||
this.loadAllColumns().then(
|
||||
(allcolumnOptions: IPropertyPaneDropdownOption[]): void => {
|
||||
this.allListColumns = allcolumnOptions;
|
||||
this.columnsDropdownDisabled = !this.properties.listId;
|
||||
this.context.propertyPane.refresh();
|
||||
this.context.statusRenderer.clearLoadingIndicator(this.domElement);
|
||||
this.render();
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
if (this.properties.columnTitle) {
|
||||
this.context.statusRenderer.displayLoadingIndicator(
|
||||
this.domElement,
|
||||
"Choices"
|
||||
);
|
||||
this.loadCateogryChoices().then(
|
||||
(choiceOption: IPropertyPaneDropdownOption[]): void => {
|
||||
// store items
|
||||
this.columnChoices = choiceOption;
|
||||
// enable item selector
|
||||
this.choicesDropdownDisabled = false;
|
||||
// clear status indicator
|
||||
this.context.statusRenderer.clearLoadingIndicator(this.domElement);
|
||||
// re-render the web part as clearing the loading indicator removes the web part body
|
||||
this.render();
|
||||
// refresh the item selector control by repainting the property pane
|
||||
this.context.propertyPane.refresh();
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
if (this.properties.selectedChoice) {
|
||||
this.context.statusRenderer.displayLoadingIndicator(
|
||||
this.domElement,
|
||||
"Data"
|
||||
);
|
||||
this.context.statusRenderer.clearLoadingIndicator(this.domElement);
|
||||
this.render();
|
||||
this.context.propertyPane.refresh();
|
||||
}
|
||||
}
|
||||
|
||||
protected getPropertyPaneConfiguration(): IPropertyPaneConfiguration {
|
||||
return {
|
||||
pages: [
|
||||
{
|
||||
header: {
|
||||
description: strings.PropertyPaneDescription,
|
||||
},
|
||||
groups: [
|
||||
{
|
||||
groupName: strings.BasicGroupName,
|
||||
groupFields: [
|
||||
PropertyFieldListPicker("listId", {
|
||||
label: "Select a list",
|
||||
selectedList: this.properties.listId,
|
||||
includeHidden: false,
|
||||
orderBy: PropertyFieldListPickerOrderBy.Title,
|
||||
disabled: false,
|
||||
onPropertyChange: this.onPropertyPaneFieldChanged.bind(this),
|
||||
properties: this.properties,
|
||||
context: this.context,
|
||||
onGetErrorMessage: null,
|
||||
deferredValidationTime: 0,
|
||||
key: "listPickerFieldId",
|
||||
}),
|
||||
PropertyPaneDropdown("columnTitle", {
|
||||
label: "Select the (Choice) Column for Categories.",
|
||||
options: this.listColumns,
|
||||
disabled: this.columnsDropdownDisabled,
|
||||
}),
|
||||
PropertyPaneDropdown("selectedChoice", {
|
||||
label: "Select the Choice value for filter.",
|
||||
options: this.columnChoices,
|
||||
disabled: this.choicesDropdownDisabled,
|
||||
}),
|
||||
PropertyPaneDropdown("accordianTitleColumn", {
|
||||
label: "Select the Column for Accordian Title Rows.",
|
||||
options: this.allListColumns,
|
||||
disabled: this.choicesDropdownDisabled,
|
||||
}),
|
||||
PropertyPaneDropdown("accordianContentColumn", {
|
||||
label: "Select the Column for Accordian Content.",
|
||||
options: this.allListColumns,
|
||||
disabled: this.choicesDropdownDisabled,
|
||||
}),
|
||||
PropertyPaneToggle("allowZeroExpanded", {
|
||||
label: "Allow zero expanded",
|
||||
checked: this.properties.allowZeroExpanded,
|
||||
key: "allowZeroExpanded",
|
||||
}),
|
||||
PropertyPaneToggle("allowMultipleExpanded", {
|
||||
label: "Allow multi expand",
|
||||
checked: this.properties.allowMultipleExpanded,
|
||||
key: "allowMultipleExpanded",
|
||||
}),
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
};
|
||||
}
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
import { DisplayMode } from "@microsoft/sp-core-library";
|
||||
|
||||
export interface IReactAccordionProps {
|
||||
listId: string;
|
||||
accordionTitle: string;
|
||||
columnTitle: string;
|
||||
selectedChoice: string;
|
||||
accordianTitleColumn: string;
|
||||
accordianContentColumn: string;
|
||||
allowZeroExpanded: boolean;
|
||||
allowMultipleExpanded: boolean;
|
||||
displayMode: DisplayMode;
|
||||
updateProperty: (value: string) => void;
|
||||
onConfigure: () => void;
|
||||
}
|
|
@ -0,0 +1,75 @@
|
|||
@import '~@microsoft/sp-office-ui-fabric-core/dist/sass/SPFabricCore.scss';
|
||||
@import '~office-ui-fabric-react/dist/sass/References.scss';
|
||||
|
||||
.reactAccordion {
|
||||
.container {
|
||||
max-width: 700px;
|
||||
margin: 0px auto;
|
||||
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 25px 50px 0 rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
.row {
|
||||
@include ms-Grid-row;
|
||||
@include ms-fontColor-white;
|
||||
background-color: $ms-color-themeDark;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.column {
|
||||
@include ms-Grid-col;
|
||||
@include ms-lg10;
|
||||
@include ms-xl8;
|
||||
@include ms-xlPush2;
|
||||
@include ms-lgPush1;
|
||||
}
|
||||
|
||||
.title {
|
||||
@include ms-font-xl;
|
||||
@include ms-fontColor-white;
|
||||
}
|
||||
|
||||
.subTitle {
|
||||
@include ms-font-l;
|
||||
@include ms-fontColor-white;
|
||||
}
|
||||
|
||||
.description {
|
||||
@include ms-font-l;
|
||||
@include ms-fontColor-white;
|
||||
}
|
||||
|
||||
.button {
|
||||
// Our button
|
||||
text-decoration: none;
|
||||
height: 32px;
|
||||
|
||||
// Primary Button
|
||||
min-width: 80px;
|
||||
background-color: $ms-color-themePrimary;
|
||||
border-color: $ms-color-themePrimary;
|
||||
color: $ms-color-white;
|
||||
|
||||
// Basic Button
|
||||
outline: transparent;
|
||||
position: relative;
|
||||
font-family: "Segoe UI WestEuropean","Segoe UI",-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",sans-serif;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
font-size: $ms-font-size-m;
|
||||
font-weight: $ms-font-weight-regular;
|
||||
border-width: 0;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
padding: 0 16px;
|
||||
|
||||
.label {
|
||||
font-weight: $ms-font-weight-semibold;
|
||||
font-size: $ms-font-size-m;
|
||||
height: 32px;
|
||||
line-height: 32px;
|
||||
margin: 0 4px;
|
||||
vertical-align: top;
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
/* tslint:disable */
|
||||
require("./ReactAccordion.module.css");
|
||||
const styles = {
|
||||
reactAccordion: 'reactAccordion_b579c085',
|
||||
container: 'container_b579c085',
|
||||
row: 'row_b579c085',
|
||||
column: 'column_b579c085',
|
||||
'ms-Grid': 'ms-Grid_b579c085',
|
||||
title: 'title_b579c085',
|
||||
subTitle: 'subTitle_b579c085',
|
||||
description: 'description_b579c085',
|
||||
button: 'button_b579c085',
|
||||
label: 'label_b579c085'
|
||||
};
|
||||
|
||||
export default styles;
|
||||
/* tslint:enable */
|
|
@ -0,0 +1,141 @@
|
|||
import * as React from "react";
|
||||
import styles from "./ReactAccordion.module.scss";
|
||||
import { IReactAccordionProps } from "./IReactAccordionProps";
|
||||
import { sp } from "@pnp/sp/presets/all";
|
||||
import { Placeholder } from "@pnp/spfx-controls-react/lib/Placeholder";
|
||||
import { WebPartTitle } from "@pnp/spfx-controls-react/lib/WebPartTitle";
|
||||
import "./reactAccordion.css";
|
||||
|
||||
import {
|
||||
Accordion,
|
||||
AccordionItem,
|
||||
AccordionItemHeading,
|
||||
AccordionItemButton,
|
||||
AccordionItemPanel,
|
||||
} from "react-accessible-accordion";
|
||||
|
||||
export interface IReactAccordionState {
|
||||
items: Array<any>;
|
||||
choices: Array<any>;
|
||||
allowMultipleExpanded: boolean;
|
||||
allowZeroExpanded: boolean;
|
||||
}
|
||||
|
||||
export default class ReactAccordion extends React.Component<
|
||||
IReactAccordionProps,
|
||||
IReactAccordionState
|
||||
> {
|
||||
constructor(props: IReactAccordionProps) {
|
||||
super(props);
|
||||
|
||||
this.state = {
|
||||
items: new Array<any>(),
|
||||
choices: new Array<any>(),
|
||||
allowMultipleExpanded: this.props.allowMultipleExpanded,
|
||||
allowZeroExpanded: this.props.allowZeroExpanded,
|
||||
};
|
||||
this.getListItems();
|
||||
}
|
||||
|
||||
private getListItems(): void {
|
||||
if (
|
||||
typeof this.props.listId !== "undefined" &&
|
||||
this.props.listId.length > 0 &&
|
||||
typeof this.props.columnTitle !== "undefined" &&
|
||||
this.props.columnTitle.length > 0 &&
|
||||
typeof this.props.selectedChoice !== "undefined" &&
|
||||
this.props.selectedChoice.length > 0
|
||||
) {
|
||||
let query =
|
||||
"<View><Query><Where><Eq><FieldRef Name='" +
|
||||
this.props.columnTitle +
|
||||
"'/><Value Type='Text'>" +
|
||||
this.props.selectedChoice +
|
||||
"</Value></Eq></Where></Query></View>";
|
||||
|
||||
let theAccordianList = sp.web.lists.getById(this.props.listId);
|
||||
theAccordianList
|
||||
.getItemsByCAMLQuery({
|
||||
ViewXml: query,
|
||||
}) //.select("Title", "Answer", "Category")
|
||||
.then((results: Array<any>) => {
|
||||
this.setState({
|
||||
items: results,
|
||||
});
|
||||
})
|
||||
.catch((error: any) => {
|
||||
console.log("Failed to get list items!");
|
||||
console.log(error);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
public componentDidUpdate(prevProps: IReactAccordionProps): void {
|
||||
if (prevProps.listId !== this.props.listId) {
|
||||
this.getListItems();
|
||||
}
|
||||
|
||||
if (
|
||||
prevProps.allowMultipleExpanded !== this.props.allowMultipleExpanded ||
|
||||
prevProps.allowZeroExpanded !== this.props.allowZeroExpanded
|
||||
) {
|
||||
this.setState({
|
||||
allowMultipleExpanded: this.props.allowMultipleExpanded,
|
||||
allowZeroExpanded: this.props.allowZeroExpanded,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
public render(): React.ReactElement<IReactAccordionProps> {
|
||||
const listSelected: boolean =
|
||||
typeof this.props.listId !== "undefined" && this.props.listId.length > 0;
|
||||
const { allowMultipleExpanded, allowZeroExpanded } = this.state;
|
||||
return (
|
||||
<div className={styles.reactAccordion}>
|
||||
{!listSelected && (
|
||||
<Placeholder
|
||||
iconName="MusicInCollectionFill"
|
||||
iconText="Configure your web part"
|
||||
description="Select a list with a Title field and Content field to have its items rendered in a collapsible accordion format"
|
||||
buttonLabel="Choose a List"
|
||||
onConfigure={this.props.onConfigure}
|
||||
/>
|
||||
)}
|
||||
{listSelected && (
|
||||
<div>
|
||||
<WebPartTitle
|
||||
displayMode={this.props.displayMode}
|
||||
title={this.props.selectedChoice}
|
||||
updateProperty={this.props.updateProperty}
|
||||
/>
|
||||
<Accordion
|
||||
allowZeroExpanded={allowZeroExpanded}
|
||||
allowMultipleExpanded={allowMultipleExpanded}
|
||||
>
|
||||
{this.state.items.map((item: any) => {
|
||||
return (
|
||||
<AccordionItem>
|
||||
<AccordionItemHeading>
|
||||
<AccordionItemButton
|
||||
title={item[this.props.accordianTitleColumn]}
|
||||
>
|
||||
{item[this.props.accordianTitleColumn]}
|
||||
</AccordionItemButton>
|
||||
</AccordionItemHeading>
|
||||
<AccordionItemPanel>
|
||||
<p
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: item[this.props.accordianContentColumn],
|
||||
}}
|
||||
/>
|
||||
</AccordionItemPanel>
|
||||
</AccordionItem>
|
||||
);
|
||||
})}
|
||||
</Accordion>
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
);
|
||||
}
|
||||
}
|
|
@ -0,0 +1,58 @@
|
|||
.accordion {
|
||||
border: 1px solid rgba(0, 0, 0, 0.1);
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.accordion__item+.accordion__item {
|
||||
border-top: 1px solid rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
.accordion__button {
|
||||
background-color: #f4f4f4;
|
||||
color: #444;
|
||||
cursor: pointer;
|
||||
padding: 18px;
|
||||
text-align: left;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.accordion__button:hover {
|
||||
background-color: #ddd;
|
||||
}
|
||||
|
||||
.accordion__button:before {
|
||||
display: inline-block;
|
||||
content: '';
|
||||
height: 10px;
|
||||
width: 10px;
|
||||
margin-right: 12px;
|
||||
border-bottom: 2px solid currentColor;
|
||||
border-right: 2px solid currentColor;
|
||||
transform: rotate(-45deg);
|
||||
}
|
||||
|
||||
.accordion__button[aria-expanded='true']::before,
|
||||
.accordion__button[aria-selected='true']::before {
|
||||
transform: rotate(45deg);
|
||||
}
|
||||
|
||||
.accordion__panel {
|
||||
padding: 20px;
|
||||
width: 95%;
|
||||
animation: fadein 0.35s ease-in;
|
||||
}
|
||||
|
||||
h2 {
|
||||
text-align: center;
|
||||
color: #444;
|
||||
}
|
||||
|
||||
@keyframes fadein {
|
||||
0% {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
100% {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
7
samples/react-accordion-dynamic-section/src/webparts/reactAccordion/loc/en-us.js
vendored
Normal file
7
samples/react-accordion-dynamic-section/src/webparts/reactAccordion/loc/en-us.js
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
define([], function() {
|
||||
return {
|
||||
"PropertyPaneDescription": "",
|
||||
"BasicGroupName": "Settings",
|
||||
"DescriptionFieldLabel": "Accordion Section"
|
||||
}
|
||||
});
|
10
samples/react-accordion-dynamic-section/src/webparts/reactAccordion/loc/mystrings.d.ts
vendored
Normal file
10
samples/react-accordion-dynamic-section/src/webparts/reactAccordion/loc/mystrings.d.ts
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
declare interface IReactAccordionWebPartStrings {
|
||||
PropertyPaneDescription: string;
|
||||
BasicGroupName: string;
|
||||
DescriptionFieldLabel: string;
|
||||
}
|
||||
|
||||
declare module 'ReactAccordionWebPartStrings' {
|
||||
const strings: IReactAccordionWebPartStrings;
|
||||
export = strings;
|
||||
}
|
Loading…
Reference in New Issue