mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-08 22:14:53 +00:00
This webpart can be used to leverage all possible features of mui data tables into your sharepoint lists. which includes modern ui, pagination, expand option and many more.
230 lines
12 KiB
JavaScript
230 lines
12 KiB
JavaScript
define([], () => {
|
|
return {
|
|
"ApplyButtonLabel": "應用。",
|
|
"ImportButtonLabel": "進口。",
|
|
"ExportButtonLabel": "出口。",
|
|
"FormatCodeButtonLabel": "格式代碼。",
|
|
"JsonFileRequiredMessage": "請上傳 json 檔。",
|
|
"SaveButtonLabel": "救。",
|
|
"CancelButtonLabel": "取消。",
|
|
"PeoplePickerSuggestedContacts": "推薦人員。",
|
|
"PeoplePickerSuggestedGroups": "建議的組。",
|
|
"PeoplePickerSuggestedCombined": "建議的些人和團體。",
|
|
"PeoplePickerNoResults": "未找到結果。",
|
|
"PeoplePickerLoading": "載入結果中...",
|
|
"DatePickerMonthLongJanuary": "一月。",
|
|
"DatePickerMonthShortJanuary": "1月。",
|
|
"DatePickerMonthLongFebruary": "二月。",
|
|
"DatePickerMonthShortFebruary": "2 月。",
|
|
"DatePickerMonthLongMarch": "三月。",
|
|
"DatePickerMonthShortMarch": "三月。",
|
|
"DatePickerMonthLongApril": "四月。",
|
|
"DatePickerMonthShortApril": "四月。",
|
|
"DatePickerMonthLongMay": "五月。",
|
|
"DatePickerMonthShortMay": "五月。",
|
|
"DatePickerMonthLongJune": "六月。",
|
|
"DatePickerMonthShortJune": "君。",
|
|
"DatePickerMonthLongJuly": "七月。",
|
|
"DatePickerMonthShortJuly": "七月。",
|
|
"DatePickerMonthLongAugust": "八月。",
|
|
"DatePickerMonthShortAugust": "八月。",
|
|
"DatePickerMonthLongSeptember": "九月。",
|
|
"DatePickerMonthShortSeptember": "七。",
|
|
"DatePickerMonthLongOctober": "十月。",
|
|
"DatePickerMonthShortOctober": "10 月。",
|
|
"DatePickerMonthLongNovember": "十一月。",
|
|
"DatePickerMonthShortNovember": "11 月。",
|
|
"DatePickerMonthLongDecember": "十二月。",
|
|
"DatePickerMonthShortDecember": "12 月。",
|
|
"DatePickerDayLongSunday": "星期日。",
|
|
"DatePickerDayShortSunday": "太陽。",
|
|
"DatePickerDayLongMonday": "星期一。",
|
|
"DatePickerDayShortMonday": "我。",
|
|
"DatePickerDayLongTuesday": "星期二。",
|
|
"DatePickerDayShortTuesday": "星期二。",
|
|
"DatePickerDayLongWednesday": "星期三。",
|
|
"DatePickerDayShortWednesday": "結婚。",
|
|
"DatePickerDayLongThursday": "星期四。",
|
|
"DatePickerDayShortThursday": "星期四。",
|
|
"DatePickerDayLongFriday": "星期五。",
|
|
"DatePickerDayShortFriday": "週五。",
|
|
"DatePickerDayLongSaturday": "星期六。",
|
|
"DatePickerDayShortSaturday": "坐。",
|
|
"DatepickerGoToToday": "今天。",
|
|
"DateTimePickerDate": "日期。",
|
|
"DateTimePickerTime": "時間。",
|
|
"ColorPickerButtonTitle": "選擇顏色。",
|
|
"NotNumberValidationMessage": "該值應為數字,實際值為:",
|
|
"MinimumNumberValidationMessage": "該值應大於或等於:",
|
|
"MaximumNumberValidationMessage": "該值應低於或等於:",
|
|
"TermPickerNoTerms": "術語集不包含任何術語。",
|
|
"TermPickerExpandTitle": "展開此術語集。",
|
|
"TermPickerExpandNode": "展開此節點。",
|
|
"TermPickerMenuTermSet": "術語集功能表。",
|
|
"TermPickerMenuGroup": "術語組的功能表。",
|
|
"TermPickerInLabel": "在。",
|
|
"TermPickerTermSetLabel": "術語集。",
|
|
"propertyFieldMultiSelectNoOptions": "沒有要選擇的選項。",
|
|
"CollectionDataEmptyFields": "沒有為收集數據提供欄位。",
|
|
"CollectionDataEmptyValue": "集合中沒有數據。",
|
|
"CollectionAddRowButtonLabel": "將數據添加到集合中。",
|
|
"CollectionDeleteRowButtonLabel": "刪除當前行。",
|
|
"CollectionSaveAndAddButtonLabel": "添加和保存。",
|
|
"CollectionDataItemShowErrorsLabel": "顯示行錯誤。",
|
|
"CollectionDataItemFieldRequiredLabel": "欄位是必需的。",
|
|
"InvalidUrlError": "提供的 URL 無效。",
|
|
"DescriptionLabel": "描述。",
|
|
"MoreInfoLabel": "更多資訊。",
|
|
"AboutGroupLabel": "關於。",
|
|
"SitePickerSearchBoxPlaceholder": "搜索。。。",
|
|
"SitePickerNoResults": "無搜尋結果。",
|
|
"SitePickerSitesChosen": "已選擇網站。",
|
|
"TeamPickerSearchBoxPlaceholder": "搜索。。。",
|
|
"TeamPickerNoResults": "無搜尋結果",
|
|
"TeamPickerSitesChosen": "所選團隊",
|
|
"AddFileButtonLabel": "添加檔。",
|
|
"AddImageButtonLabel": "添加圖像。",
|
|
"AriaCellValue": "{0}列, {1}",
|
|
"FilePickerCancelButtonLabel": "取消。",
|
|
"CantValidateValidationMessage": "無法驗證此連結。請檢查鏈接,然後重試。",
|
|
"ChangeFileLinkLabel": "更改檔。",
|
|
"ChangeImageLinkLabel": "更改圖像。",
|
|
"ChooseFileLinkLabel": "選擇檔案。",
|
|
"ChooseImageLinkLabel": "選擇圖像。",
|
|
"CopyrightUrl": "https://www.microsoft.com/en-US/legal/copyright/default.aspx。",
|
|
"CopyrightWarning": "您有責任尊重他人的權利,包括版權。",
|
|
"CreativeCommonsMessage": "這些結果使用知識共用許可證進行標記。查看許可證以確保符合要求。",
|
|
"DateFormat": "毫米/DD/YYYY hh:mm A。",
|
|
"DocumentLabelTemplate": "{0}, 文檔, 修改{1}, 編輯, {2}, 私人。",
|
|
"DocumentLibraries": "文檔庫。",
|
|
"EditedByNamePlate": "編輯者。",
|
|
"EmptyFileSize": "0 位元組。",
|
|
"FilePickerHeader": "檔案選取器。",
|
|
"FileSizeField": "檔大小。",
|
|
"FolderAltText": "資料夾。",
|
|
"FolderBackPlate": "https://static2.sharepointonline.com/files/fabric/office-ui-fabric-react-assets/foldericons/folder-large_backplate.svg。",
|
|
"FolderFrontPlate": "https://static2.sharepointonline.com/files/fabric/office-ui-fabric-react-assets/foldericons/folder-large_frontplate_nopreview.svg。",
|
|
"FolderIconUrl": "https://spoprod-a.akamaihd.net/files/odsp-next-prod_2019-01-11_20190116.001/odsp-media/images/itemtypes/20/folder.svg。",
|
|
"FolderLabelTemplate": "{0}, 資料夾, 修改{1}, 由{2}編輯, {3}, 私人。",
|
|
"FromLinkLinkLabel": "從連結。",
|
|
"ImageAltText": ".{0}圖像。",
|
|
"ImageAriaLabelTemplate": ".{0}圖像。",
|
|
"ImageLayoutPlaceholderText": "佈局。",
|
|
"ImageSizePlaceholderText": "圖像大小。",
|
|
"ItemChildCountField": "專案子計數。",
|
|
"LayoutOptionAll": "所有。",
|
|
"LayoutOptionSquare": "廣場。",
|
|
"LayoutOptionTall": "高。",
|
|
"LayoutOptionWide": "寬。",
|
|
"LearnMoreLink": "瞭解更多資訊。",
|
|
"LicenseOptionAll": "所有。",
|
|
"LicenseOptionAny": "僅知識共用。",
|
|
"LicensePlaceholderText": "許可證。",
|
|
"LinkFileInstructions": "將指向「企業」或「共用點連線」中的檔的連結粘貼。",
|
|
"LinkHeader": "從連結。",
|
|
"LinkImageInstructions": "在 OneDrive 中貼貼指向圖像的連結,用於業務或共用點連線。",
|
|
"ListLayoutAriaLabel": "查看選項。{0} {1} .",
|
|
"ListLayoutCompact": "緊湊視圖。",
|
|
"ListLayoutCompactDescription": "在緊湊清單中查看專案和詳細資訊。",
|
|
"ListLayoutList": "清單檢視。",
|
|
"ListLayoutListDescrition": "查看清單中的項目和詳細資訊。",
|
|
"ListLayoutTile": "磁貼視圖。",
|
|
"ListLayoutTileDescription": "查看包含磁貼預覽的專案。",
|
|
"ListOptionsAlt": "查看選項。{0}已選擇 。",
|
|
"ListOptionsTitle": "打開視圖選項功能表。",
|
|
"Loading": "載入。。。",
|
|
"ModifiedByField": "修改者。",
|
|
"ModifiedField": "修改日期。",
|
|
"NameField": "名字。",
|
|
"No": "不。",
|
|
"ProvidedValueIsInvalid": "提供的值無效。",
|
|
"NoExternalLinksValidationMessage": "我們僅支援連結到您自己組織中的檔。",
|
|
"NoImageValidationMessage": "這不是指向我們支援的文件類型的連結。您只能連結到圖像。",
|
|
"NoRecentFiles": "沒有最近的檔。",
|
|
"NoRecentFilesDescription": "嘗試從您的網站中選擇檔,或從設備上傳一個檔。",
|
|
"NoResultsBadEnglish": "未找到任何結果。嘗試更改篩選器選項。",
|
|
"ODModifiedField": "改性。",
|
|
"ODPhotoIconUrl": "https://spoprod-a.akamaihd.net/files/odsp-next-prod_2019-01-18_20190124.001/odsp-media/images/itemtypes/16_2x/photo.png。",
|
|
"ODRowArialLabelTemplate": "{0},{1},修改{2},由{3},{4},{5}",
|
|
"OneDriveConfirmDialogBody": "此項目來自您的 OneDrive 網站。除非共用 OneDrive 中的檔和資料夾,否則它們都是私有的。您是否與網站成員共用此檔,以便他們可以造訪該檔?",
|
|
"OneDriveConfirmDialogTitle": "只是檢查一下...",
|
|
"OneDriveEmptyFolderAlt": "空資料夾。",
|
|
"OneDriveEmptyFolderDescription": "要添加檔,請轉到 OneDrive。您還可以使用電腦的 OneDrive 應用程式將檔案加入此資料夾。",
|
|
"OneDriveEmptyFolderIconUrl": "https://spoprod-a.akamaihd.net/files/odsp-next-prod_2019-01-18_20190124.001/odsp-media/images/emptyfolder/empty_folder.svg。",
|
|
"OneDriveEmptyFolderTitle": "此資料夾為空。",
|
|
"OneDriveRootFolderName": "檔。",
|
|
"OpenButtonLabel": "打開。",
|
|
"PhotoIconUrl": "https://spoprod-a.akamaihd.net/files/odsp-next-prod_2019-01-11_20190116.001/odsp-media/images/itemtypes/20_2x/photo.png。",
|
|
"OrgAssetsTabLabel": "您的組織提供的圖像和檔。",
|
|
"PoweredByBing": "由必應提供。",
|
|
"RecentDocumentsHeader": "最近的文檔。",
|
|
"RecentImagesHeader": "最近的圖像。",
|
|
"RecentLinkLabel": "最近。",
|
|
"SearchBoxPlaceholder": "網路搜索。",
|
|
"SearchResultAlt": "圖像結果{0}。",
|
|
"SearchResultAriaLabel": "按 Enter 可打開新選項卡中的影像來源。",
|
|
"Selected": "選擇。",
|
|
"SharingField": "共用。",
|
|
"SharingPrivate": "私人。",
|
|
"SharingShared": "共用。",
|
|
"SiteLinkLabel": "網站。",
|
|
"SizeOptionAll": "所有。",
|
|
"SizeOptionExtraLarge": "特大型。",
|
|
"SizeOptionLarge": "大。",
|
|
"SizeOptionMedium": "中等。",
|
|
"SizeOptionSmall": "小。",
|
|
"SizeUnit": [
|
|
"位元組。",
|
|
"自。",
|
|
"M b。",
|
|
"去。",
|
|
"結核病。",
|
|
"Pb (Pb)",
|
|
"Eb。",
|
|
"例如。",
|
|
"Yb。"
|
|
],
|
|
"SorryWebSearch": "很抱歉,此示例中未實現此函數,因為它需要必應 BING API 密鑰。",
|
|
"SortedAscending": "將 A 排序到 Z。",
|
|
"SortedDescending": "將 Z 排序到 A。",
|
|
"TypeAriaLabel": "檔案類型的列操作,按 以對檔案類型進行排序。",
|
|
"UploadFileHeader": "上傳檔。",
|
|
"UploadImageHeader": "上傳圖像。",
|
|
"UploadLinkLabel": "上傳。",
|
|
"WebSearchLinkLabel": "網路搜索。",
|
|
"Yes": "是的。",
|
|
"StockImagesLinkLabel": "庫存圖像",
|
|
"StockImagesHeader": "庫存圖片",
|
|
"DateTime": {
|
|
"L_RelativeDateTime_AFewSecondsFuture": "在幾秒鐘內。",
|
|
"L_RelativeDateTime_AFewSeconds": "幾秒鐘前。",
|
|
"L_RelativeDateTime_AboutAMinuteFuture": "大約一分鐘后。",
|
|
"L_RelativeDateTime_AboutAMinute": "大約一分鐘前。",
|
|
"L_RelativeDateTime_XMinutesFuture": "{0}分鐘{0}分鐘。",
|
|
"L_RelativeDateTime_XMinutes": "{0}一分鐘前{0}分鐘前。",
|
|
"L_RelativeDateTime_XMinutesFutureIntervals": "1 至 1 歐元 2-",
|
|
"L_RelativeDateTime_XMinutesIntervals": "1 至 1 歐元 2-",
|
|
"L_RelativeDateTime_AboutAnHourFuture": "大約一小時後。",
|
|
"L_RelativeDateTime_AboutAnHour": "大約一小時前。",
|
|
"L_RelativeDateTime_Tomorrow": "上午。",
|
|
"L_RelativeDateTime_Yesterday": "在這裡。",
|
|
"L_RelativeDateTime_TomorrowAndTime": "明天在{0}",
|
|
"L_RelativeDateTime_YesterdayAndTime": "昨天在{0}",
|
|
"L_RelativeDateTime_XHoursFuture": "{0} {0}分。",
|
|
"L_RelativeDateTime_XHours": "{0}小時前{0}小時前。",
|
|
"L_RelativeDateTime_XHoursFutureIntervals": "1 至 1 歐元 2-",
|
|
"L_RelativeDateTime_XHoursIntervals": "1 至 1 歐元 2-",
|
|
"L_RelativeDateTime_DayAndTime": "{0} {1}",
|
|
"L_RelativeDateTime_XDaysFuture": "{0} {0}一天就到樣了。",
|
|
"L_RelativeDateTime_XDays": "{0}天前{0}天前。",
|
|
"L_RelativeDateTime_XDaysFutureIntervals": "1 至 1 歐元 2-",
|
|
"L_RelativeDateTime_XDaysIntervals": "1 至 1 歐元 2-",
|
|
"L_RelativeDateTime_Today": "今天。"
|
|
},
|
|
"NewFolderNamePlaceholder": "輸入資料夾名稱。",
|
|
"FolderFilterBoxPlaceholder": "按名稱篩選資料夾。",
|
|
"FolderExplorerLoading": "載入資料夾中...",
|
|
"FolderExplorerNoItems": "此文件無子資料夾。",
|
|
"IncorrectGuidValidationMessage": "請輸入有效的 GUID"
|
|
};
|
|
}); |