@pnp/spfx-property-controls 3.11.0 → 3.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (44) hide show
  1. package/CHANGELOG.json +21 -0
  2. package/CHANGELOG.md +17 -0
  3. package/lib/common/telemetry/version.js +1 -1
  4. package/lib/loc/ar-sa.js +262 -245
  5. package/lib/loc/bg-bg.js +260 -231
  6. package/lib/loc/ca-es.js +260 -231
  7. package/lib/loc/cs-cz.js +263 -0
  8. package/lib/loc/da-dk.js +260 -231
  9. package/lib/loc/de-de.js +260 -232
  10. package/lib/loc/el-gr.js +260 -231
  11. package/lib/loc/en-gb.js +235 -220
  12. package/lib/loc/en-us.js +21 -0
  13. package/lib/loc/es-es.js +260 -231
  14. package/lib/loc/et-ee.js +260 -231
  15. package/lib/loc/fi-fi.js +260 -231
  16. package/lib/loc/fr-fr.js +260 -231
  17. package/lib/loc/it-it.js +260 -231
  18. package/lib/loc/ja-jp.js +260 -231
  19. package/lib/loc/lt-lt.js +260 -231
  20. package/lib/loc/lv-lv.js +260 -230
  21. package/lib/loc/nb-no.js +260 -231
  22. package/lib/loc/nl-nl.js +260 -231
  23. package/lib/loc/no.js +262 -83
  24. package/lib/loc/pl-pl.js +260 -232
  25. package/lib/loc/pt-pt.js +235 -235
  26. package/lib/loc/ro-ro.js +260 -231
  27. package/lib/loc/ru-ru.js +260 -231
  28. package/lib/loc/sk-sk.js +260 -231
  29. package/lib/loc/sr-latn-rs.js +260 -231
  30. package/lib/loc/sv-se.js +260 -231
  31. package/lib/loc/tr-tr.js +260 -231
  32. package/lib/loc/vi-vn.js +260 -231
  33. package/lib/loc/zh-cn.js +260 -231
  34. package/lib/loc/zh-tw.js +30 -1
  35. package/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.d.ts.map +1 -1
  36. package/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js +1 -1
  37. package/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js.map +1 -1
  38. package/lib/propertyFields/filePicker/filePickerControls/SiteFilePickerTab/SiteFilePickerTab.d.ts.map +1 -1
  39. package/lib/propertyFields/filePicker/filePickerControls/SiteFilePickerTab/SiteFilePickerTab.js +4 -1
  40. package/lib/propertyFields/filePicker/filePickerControls/SiteFilePickerTab/SiteFilePickerTab.js.map +1 -1
  41. package/lib/services/SPListPickerService.js +1 -1
  42. package/lib/services/SPListPickerService.js.map +1 -1
  43. package/package.json +1 -1
  44. package/release/manifests/bd19c378-ab07-4eaa-9bb6-0e329932d8bf.manifest.json +2 -1
package/lib/loc/en-gb.js CHANGED
@@ -1,186 +1,184 @@
1
- define([], function ()
2
- {
1
+ define([], () => {
3
2
  return {
4
- ApplyButtonLabel: "Apply",
5
- ImportButtonLabel: "Import",
6
- ExportButtonLabel: "Export",
7
- FormatCodeButtonLabel: "Format Code",
8
- JsonFileRequiredMessage: "Please upload a json file",
9
- EditPropertiesButtonLabel: "Edit properties",
10
- EditPropertiesPanelHeaderText: "Edit raw properties",
11
- SaveButtonLabel: "Save",
12
- CancelButtonLabel: "Cancel",
13
- PeoplePickerSuggestedContacts: "Suggested people",
14
- PeoplePickerSuggestedGroups: "Suggested groups",
15
- PeoplePickerSuggestedCombined: "Suggested people and groups",
16
- PeoplePickerNoResults: "No result found",
17
- PeoplePickerLoading: "Loading results ...",
18
- DatePickerMonthLongJanuary: "January",
19
- DatePickerMonthShortJanuary: "Jan",
20
- DatePickerMonthLongFebruary: "February",
21
- DatePickerMonthShortFebruary: "Feb",
22
- DatePickerMonthLongMarch: "March",
23
- DatePickerMonthShortMarch: "Mar",
24
- DatePickerMonthLongApril: "April",
25
- DatePickerMonthShortApril: "Apr",
26
- DatePickerMonthLongMay: "May",
27
- DatePickerMonthShortMay: "May",
28
- DatePickerMonthLongJune: "June",
29
- DatePickerMonthShortJune: "Jun",
30
- DatePickerMonthLongJuly: "July",
31
- DatePickerMonthShortJuly: "Jul",
32
- DatePickerMonthLongAugust: "August",
33
- DatePickerMonthShortAugust: "Aug",
34
- DatePickerMonthLongSeptember: "September",
35
- DatePickerMonthShortSeptember: "Sept",
36
- DatePickerMonthLongOctober: "October",
37
- DatePickerMonthShortOctober: "Oct",
38
- DatePickerMonthLongNovember: "November",
39
- DatePickerMonthShortNovember: "Nov",
40
- DatePickerMonthLongDecember: "December",
41
- DatePickerMonthShortDecember: "Dec",
42
- DatePickerDayLongSunday: "Sunday",
43
- DatePickerDayShortSunday: "Sun",
44
- DatePickerDayLongMonday: "Monday",
45
- DatePickerDayShortMonday: "Mon",
46
- DatePickerDayLongTuesday: "Tuesday",
47
- DatePickerDayShortTuesday: "Tue",
48
- DatePickerDayLongWednesday: "Wednesday",
49
- DatePickerDayShortWednesday: "Wed",
50
- DatePickerDayLongThursday: "Thursday",
51
- DatePickerDayShortThursday: "Thu",
52
- DatePickerDayLongFriday: "Friday",
53
- DatePickerDayShortFriday: "Fri",
54
- DatePickerDayLongSaturday: "Saturday",
55
- DatePickerDayShortSaturday: "Sat",
56
- DatepickerGoToToday: "Today",
57
- DateTimePickerDate: "Date",
58
- DateTimePickerTime: "Time",
59
- ColorPickerButtonTitle: "Pick a Color",
60
- NotNumberValidationMessage: "The value should be a number, actual is:",
61
- MinimumNumberValidationMessage: "The value should be greater than or equal to:",
62
- MaximumNumberValidationMessage: "The value should be lower than or equal to:",
63
- TermPickerNoTerms: "Term set does not contain any terms",
64
- TermPickerExpandTitle: "Expand this Term Set",
65
- TermPickerExpandNode: "Expand this Node",
66
- TermPickerMenuTermSet: "Menu for Term Set",
67
- TermPickerMenuTerm: "Menu for Term",
68
- TermPickerMenuGroup: "Menu for Term Group",
69
- TermPickerInLabel: "in",
70
- TermPickerTermSetLabel: "Term Set",
71
- propertyFieldMultiSelectNoOptions: "No options to select",
72
- CollectionDataEmptyFields: "No fields were provided for the collection data.",
73
- CollectionDataEmptyValue: "No data in your collection.",
74
- CollectionAddRowButtonLabel: "Add data to the collection",
75
- CollectionDeleteRowButtonLabel: "Delete the current row",
76
- CollectionSaveAndAddButtonLabel: "Add and save",
77
- CollectionDataItemShowErrorsLabel: "Show row errors",
78
- CollectionDataItemFieldRequiredLabel: "Field is required.",
79
- CollectionDataItemFieldIssuesLabel: "Field issues:",
80
- InvalidUrlError: "The provided URL is not valid",
81
- DescriptionLabel: "Description",
82
- MoreInfoLabel: "More info",
83
- AboutGroupLabel: "About",
84
- SitePickerSearchBoxPlaceholder: "Search...",
85
- SitePickerNoResults: "No search results",
86
- SitePickerSitesChosen: "Website(s) selected",
87
- TeamPickerSearchBoxPlaceholder: "Search...",
88
- TeamPickerNoResults: "No search results",
89
- TeamPickerSitesChosen: "Teams(s) selected",
90
-
91
- AddFileButtonLabel: "Add file",
92
- AddImageButtonLabel: "Add image",
93
- AriaCellValue: "{0} column, {1}",
94
- FilePickerCancelButtonLabel: "Cancel",
95
- CantValidateValidationMessage: "We couldn't verify this link. Please check the link and try again.",
96
- ChangeFileLinkLabel: "Change file",
97
- ChangeImageLinkLabel: "Change image",
98
- ChooseFileLinkLabel: "Choose file",
99
- ChooseImageLinkLabel: "Choose image",
100
- CopyrightUrl: "https://www.microsoft.com/en-US/legal/copyright/default.aspx",
101
- CopyrightWarning: "You are responsible for respecting others' rights, including copyright.",
102
- CreativeCommonsMessage: "These results are tagged with Creative Commons licenses. Review the licenses to ensure you comply.",
103
- DateFormat: "DD/MM/YYYY hh:mm A",
104
- DocumentLabelTemplate: "{0}, Document, Modified {1}, edited by {2}, Private",
105
- DocumentLibraries: "Document libraries",
106
- EditedByNamePlate: "edited by ",
107
- EmptyFileSize: "0 bytes",
108
- FilePickerHeader: "File Picker",
109
- FileSizeField: "File Size",
110
- FolderAltText: "Folder",
111
- FolderBackPlate: "https://static2.sharepointonline.com/files/fabric/office-ui-fabric-react-assets/foldericons/folder-large_backplate.svg",
112
- FolderFrontPlate: "https://static2.sharepointonline.com/files/fabric/office-ui-fabric-react-assets/foldericons/folder-large_frontplate_nopreview.svg",
113
- FolderIconUrl: "https://spoprod-a.akamaihd.net/files/odsp-next-prod_2019-01-11_20190116.001/odsp-media/images/itemtypes/20/folder.svg",
114
- FolderLabelTemplate: "{0}, Folder, Modified {1}, edited by {2}, {3} items, Private",
115
- FromLinkLinkLabel: "From a link",
116
- ImageAltText: ".{0} Image",
117
- ImageAriaLabelTemplate: ".{0} Image",
118
- ImageLayoutPlaceholderText: "Layout",
119
- ImageSizePlaceholderText: "Image size",
120
- ItemChildCountField: "Item Child Count",
121
- LayoutOptionAll: "All",
122
- LayoutOptionSquare: "Square",
123
- LayoutOptionTall: "Tall",
124
- LayoutOptionWide: "Wide",
125
- LearnMoreLink: "Learn more.",
126
- LicenseOptionAll: "All",
127
- LicenseOptionAny: "Creative Commons only",
128
- LicensePlaceholderText: "License",
129
- LinkFileInstructions: "Paste a link to a file in OneDrive for Business or SharePoint Online",
130
- ExternalLinkFileInstructions: "Paste a link to a site, page, document, list, library (https:// or http://)",
131
- LinkHeader: "From a link",
132
- LinkImageInstructions: "Paste a link to an image in OneDrive for Business or SharePoint Online",
133
- ListLayoutAriaLabel: "View options. {0} {1} .",
134
- ListLayoutCompact: "Compact view",
135
- ListLayoutCompactDescription: "View items and details in a compact list",
136
- ListLayoutList: "List view",
137
- ListLayoutListDescrition: "View items and details in a list",
138
- ListLayoutTile: "Tile view",
139
- ListLayoutTileDescription: "View items with tile previews",
140
- ListOptionsAlt: "View options. {0} selected .",
141
- ListOptionsTitle: "Open the view options menu",
142
- Loading: "Loading...",
143
- ModifiedByField: "Modified By",
144
- ModifiedField: "Date Modified",
145
- NameField: "Name",
146
- No: "No",
147
- ProvidedValueIsInvalid: "Provided value is invalid",
148
- NoExternalLinksValidationMessage: "We only support linking to files in your own organization.",
149
- NoImageValidationMessage: "This isn't a link to a file type we support. You can only link to an image.",
150
- NoRecentFiles: "No recent files",
151
- NoRecentFilesDescription: "Try selecting a file from your site, or upload one from your device.",
152
- NoResultsBadEnglish: "***There is no result found. Try to change the filter options",
153
- ODModifiedField: "Modified",
154
- ODPhotoIconUrl: "https://spoprod-a.akamaihd.net/files/odsp-next-prod_2019-01-18_20190124.001/odsp-media/images/itemtypes/16_2x/photo.png",
155
- ODRowArialLabelTemplate: "{0}, {1}, Modified {2}, edited by {3}, {4}, {5}",
156
- OneDriveConfirmDialogBody: "This item is from your OneDrive site. Files and folders in OneDrive are private unless you share them. Have you shared this file with your site members so they can access it?",
157
- OneDriveConfirmDialogTitle: "Just checking...",
158
- OneDriveEmptyFolderAlt: "Empty folder",
159
- OneDriveEmptyFolderDescription: "To add files, go to your OneDrive. You can also add files to this folder using the OneDrive app for your computer.",
160
- OneDriveEmptyFolderIconUrl: "https://spoprod-a.akamaihd.net/files/odsp-next-prod_2019-01-18_20190124.001/odsp-media/images/emptyfolder/empty_folder.svg",
161
- OneDriveEmptyFolderTitle: "This folder is empty",
162
- OneDriveRootFolderName: "Files",
163
- OpenButtonLabel: "Open",
164
- PhotoIconUrl: "https://spoprod-a.akamaihd.net/files/odsp-next-prod_2019-01-11_20190116.001/odsp-media/images/itemtypes/20_2x/photo.png",
165
- OrgAssetsTabLabel: "Images and files provided by your organisation",
166
- PoweredByBing: "Powered by Bing",
167
- RecentDocumentsHeader: "Recent documents",
168
- RecentImagesHeader: "Recent images",
169
- RecentLinkLabel: "Recent",
170
- SearchBoxPlaceholder: "Web search",
171
- SearchResultAlt: "Image result for {0}.",
172
- SearchResultAriaLabel: "Press enter to open the image source in a new tab.",
173
- Selected: "selected",
174
- SharingField: "Sharing",
175
- SharingPrivate: "Private",
176
- SharingShared: "Shared",
177
- SiteLinkLabel: "Site",
178
- SizeOptionAll: "All",
179
- SizeOptionExtraLarge: "Extra Large",
180
- SizeOptionLarge: "Large",
181
- SizeOptionMedium: "Medium",
182
- SizeOptionSmall: "Small",
183
- SizeUnit: [
3
+ "ApplyButtonLabel": "Apply",
4
+ "ImportButtonLabel": "Import",
5
+ "ExportButtonLabel": "Export",
6
+ "FormatCodeButtonLabel": "Format Code",
7
+ "JsonFileRequiredMessage": "Please upload a json file",
8
+ "EditPropertiesButtonLabel": "Edit properties",
9
+ "EditPropertiesPanelHeaderText": "Edit raw properties",
10
+ "SaveButtonLabel": "Save",
11
+ "CancelButtonLabel": "Cancel",
12
+ "PeoplePickerSuggestedContacts": "Suggested people",
13
+ "PeoplePickerSuggestedGroups": "Suggested groups",
14
+ "PeoplePickerSuggestedCombined": "Suggested people and groups",
15
+ "PeoplePickerNoResults": "No result found",
16
+ "PeoplePickerLoading": "Loading results ...",
17
+ "DatePickerMonthLongJanuary": "January",
18
+ "DatePickerMonthShortJanuary": "Jan",
19
+ "DatePickerMonthLongFebruary": "February",
20
+ "DatePickerMonthShortFebruary": "Feb",
21
+ "DatePickerMonthLongMarch": "March",
22
+ "DatePickerMonthShortMarch": "Mar",
23
+ "DatePickerMonthLongApril": "April",
24
+ "DatePickerMonthShortApril": "Apr",
25
+ "DatePickerMonthLongMay": "May",
26
+ "DatePickerMonthShortMay": "May",
27
+ "DatePickerMonthLongJune": "June",
28
+ "DatePickerMonthShortJune": "Jun",
29
+ "DatePickerMonthLongJuly": "July",
30
+ "DatePickerMonthShortJuly": "Jul",
31
+ "DatePickerMonthLongAugust": "August",
32
+ "DatePickerMonthShortAugust": "Aug",
33
+ "DatePickerMonthLongSeptember": "September",
34
+ "DatePickerMonthShortSeptember": "Seven",
35
+ "DatePickerMonthLongOctober": "October",
36
+ "DatePickerMonthShortOctober": "Oct",
37
+ "DatePickerMonthLongNovember": "November",
38
+ "DatePickerMonthShortNovember": "Nov",
39
+ "DatePickerMonthLongDecember": "December",
40
+ "DatePickerMonthShortDecember": "Dec",
41
+ "DatePickerDayLongSunday": "Sunday",
42
+ "DatePickerDayShortSunday": "Sun",
43
+ "DatePickerDayLongMonday": "Monday",
44
+ "DatePickerDayShortMonday": "My",
45
+ "DatePickerDayLongTuesday": "Tuesday",
46
+ "DatePickerDayShortTuesday": "Tue",
47
+ "DatePickerDayLongWednesday": "Wednesday",
48
+ "DatePickerDayShortWednesday": "Wed",
49
+ "DatePickerDayLongThursday": "Thursday",
50
+ "DatePickerDayShortThursday": "Autumn",
51
+ "DatePickerDayLongFriday": "Friday",
52
+ "DatePickerDayShortFriday": "Fri",
53
+ "DatePickerDayLongSaturday": "Saturday",
54
+ "DatePickerDayShortSaturday": "Sat",
55
+ "DatepickerGoToToday": "Today",
56
+ "DateTimePickerDate": "Date",
57
+ "DateTimePickerTime": "Time",
58
+ "ColorPickerButtonTitle": "Pick a Color",
59
+ "NotNumberValidationMessage": "The value should be a number, actual is:",
60
+ "MinimumNumberValidationMessage": "The value should be greater than or equal to:",
61
+ "MaximumNumberValidationMessage": "The value should be lower than or equal to:",
62
+ "TermPickerNoTerms": "Term set does not contain any terms",
63
+ "TermPickerExpandTitle": "Expand this Term Set",
64
+ "TermPickerExpandNode": "Expand this Node",
65
+ "TermPickerMenuTermSet": "Menu for Term Set",
66
+ "TermPickerMenuTerm": "Menu for Term",
67
+ "TermPickerMenuGroup": "Menu for Term Group",
68
+ "TermPickerInLabel": "in",
69
+ "TermPickerTermSetLabel": "Term Set",
70
+ "propertyFieldMultiSelectNoOptions": "No options to select",
71
+ "CollectionDataEmptyFields": "No fields were provided for the collection data.",
72
+ "CollectionDataEmptyValue": "No data in your collection.",
73
+ "CollectionAddRowButtonLabel": "Add data to the collection",
74
+ "CollectionDeleteRowButtonLabel": "Delete the current row",
75
+ "CollectionSaveAndAddButtonLabel": "Add and save",
76
+ "CollectionDataItemShowErrorsLabel": "Show row errors",
77
+ "CollectionDataItemFieldRequiredLabel": "Field is required.",
78
+ "CollectionDataItemFieldIssuesLabel": "Field issues:",
79
+ "InvalidUrlError": "The provided URL is not valid",
80
+ "DescriptionLabel": "Description",
81
+ "MoreInfoLabel": "More info",
82
+ "AboutGroupLabel": "About",
83
+ "SitePickerSearchBoxPlaceholder": "Search...",
84
+ "SitePickerNoResults": "No search results",
85
+ "SitePickerSitesChosen": "Website(s) selected",
86
+ "TeamPickerSearchBoxPlaceholder": "Search...",
87
+ "TeamPickerNoResults": "No search results",
88
+ "TeamPickerSitesChosen": "Teams(s) selected",
89
+ "AddFileButtonLabel": "Add file",
90
+ "AddImageButtonLabel": "Add image",
91
+ "AriaCellValue": "{0} column, {1}",
92
+ "FilePickerCancelButtonLabel": "Cancel",
93
+ "CantValidateValidationMessage": "We couldn't verify this link. Please check the link and try again.",
94
+ "ChangeFileLinkLabel": "Change file",
95
+ "ChangeImageLinkLabel": "Change image",
96
+ "ChooseFileLinkLabel": "Choose file",
97
+ "ChooseImageLinkLabel": "Choose image",
98
+ "CopyrightUrl": "https://www.microsoft.com/en-US/legal/copyright/default.aspx",
99
+ "CopyrightWarning": "You are responsible for respecting others' rights, including copyright.",
100
+ "CreativeCommonsMessage": "These results are tagged with Creative Commons licenses. Review the licenses to ensure you comply.",
101
+ "DateFormat": "DD/MM/YYYY hh:mm A",
102
+ "DocumentLabelTemplate": "{0}, Document, Modified {1}, edited by {2}, Private",
103
+ "DocumentLibraries": "Document libraries",
104
+ "EditedByNamePlate": "edited by ",
105
+ "EmptyFileSize": "0 bytes",
106
+ "FilePickerHeader": "File Picker",
107
+ "FileSizeField": "File Size",
108
+ "FolderAltText": "Folder",
109
+ "FolderBackPlate": "https://static2.sharepointonline.com/files/fabric/office-ui-fabric-react-assets/foldericons/folder-large_backplate.svg",
110
+ "FolderFrontPlate": "https://static2.sharepointonline.com/files/fabric/office-ui-fabric-react-assets/foldericons/folder-large_frontplate_nopreview.svg",
111
+ "FolderIconUrl": "https://spoprod-a.akamaihd.net/files/odsp-next-prod_2019-01-11_20190116.001/odsp-media/images/itemtypes/20/folder.svg",
112
+ "FolderLabelTemplate": "{0}, Folder, Modified {1}, edited by {2}, {3} items, Private",
113
+ "FromLinkLinkLabel": "From a link",
114
+ "ImageAltText": ". {0} Image",
115
+ "ImageAriaLabelTemplate": ". {0} Image",
116
+ "ImageLayoutPlaceholderText": "Layout",
117
+ "ImageSizePlaceholderText": "Image size",
118
+ "ItemChildCountField": "Item Child Count",
119
+ "LayoutOptionAll": "All",
120
+ "LayoutOptionSquare": "Square",
121
+ "LayoutOptionTall": "Tall",
122
+ "LayoutOptionWide": "Wide",
123
+ "LearnMoreLink": "Learn more.",
124
+ "LicenseOptionAll": "All",
125
+ "LicenseOptionAny": "Creative Commons only",
126
+ "LicensePlaceholderText": "License",
127
+ "LinkFileInstructions": "Paste a link to a file in OneDrive for Business or SharePoint Online",
128
+ "ExternalLinkFileInstructions": "Paste a link to a site, page, document, list, library (https:// or http://)",
129
+ "LinkHeader": "From a link",
130
+ "LinkImageInstructions": "Paste a link to an image in OneDrive for Business or SharePoint Online",
131
+ "ListLayoutAriaLabel": "View options. {0} {1} .",
132
+ "ListLayoutCompact": "Compact view",
133
+ "ListLayoutCompactDescription": "View items and details in a compact list",
134
+ "ListLayoutList": "List view",
135
+ "ListLayoutListDescrition": "View items and details in a list",
136
+ "ListLayoutTile": "Tile view",
137
+ "ListLayoutTileDescription": "View items with tile previews",
138
+ "ListOptionsAlt": "View options. {0} selected .",
139
+ "ListOptionsTitle": "Open the view options menu",
140
+ "Loading": "Loading...",
141
+ "ModifiedByField": "Modified By",
142
+ "ModifiedField": "Date Modified",
143
+ "NameField": "Name",
144
+ "No": "No",
145
+ "ProvidedValueIsInvalid": "Provided value is invalid",
146
+ "NoExternalLinksValidationMessage": "We only support linking to files in your own organization.",
147
+ "NoImageValidationMessage": "This isn't a link to a file type we support. You can only link to an image.",
148
+ "NoRecentFiles": "No recent files",
149
+ "NoRecentFilesDescription": "Try selecting a file from your site, or upload one from your device.",
150
+ "NoResultsBadEnglish": "***There is no result found. Try to change the filter options",
151
+ "ODModifiedField": "Modified",
152
+ "ODPhotoIconUrl": "https://spoprod-a.akamaihd.net/files/odsp-next-prod_2019-01-18_20190124.001/odsp-media/images/itemtypes/16_2x/photo.png",
153
+ "ODRowArialLabelTemplate": "{0}, {1}, Modified {2}, edited by {3}, {4}, {5}",
154
+ "OneDriveConfirmDialogBody": "This item is from your OneDrive site. Files and folders in OneDrive are private unless you share them. Have you shared this file with your site members so they can access it?",
155
+ "OneDriveConfirmDialogTitle": "Just checking...",
156
+ "OneDriveEmptyFolderAlt": "Empty folder",
157
+ "OneDriveEmptyFolderDescription": "To add files, go to your OneDrive. You can also add files to this folder using the OneDrive app for your computer.",
158
+ "OneDriveEmptyFolderIconUrl": "https://spoprod-a.akamaihd.net/files/odsp-next-prod_2019-01-18_20190124.001/odsp-media/images/emptyfolder/empty_folder.svg",
159
+ "OneDriveEmptyFolderTitle": "This folder is empty",
160
+ "OneDriveRootFolderName": "Files",
161
+ "OpenButtonLabel": "Open",
162
+ "PhotoIconUrl": "https://spoprod-a.akamaihd.net/files/odsp-next-prod_2019-01-11_20190116.001/odsp-media/images/itemtypes/20_2x/photo.png",
163
+ "OrgAssetsTabLabel": "Images and files provided by your organisation",
164
+ "PoweredByBing": "Powered by Bing",
165
+ "RecentDocumentsHeader": "Recent documents",
166
+ "RecentImagesHeader": "Recent images",
167
+ "RecentLinkLabel": "Recent",
168
+ "SearchBoxPlaceholder": "Web search",
169
+ "SearchResultAlt": "Image result for {0}.",
170
+ "SearchResultAriaLabel": "Press enter to open the image source in a new tab.",
171
+ "Selected": "selected",
172
+ "SharingField": "Sharing",
173
+ "SharingPrivate": "Private",
174
+ "SharingShared": "Shared",
175
+ "SiteLinkLabel": "Site",
176
+ "SizeOptionAll": "All",
177
+ "SizeOptionExtraLarge": "Extra Large",
178
+ "SizeOptionLarge": "Large",
179
+ "SizeOptionMedium": "Medium",
180
+ "SizeOptionSmall": "Small",
181
+ "SizeUnit": [
184
182
  "bytes",
185
183
  "KB",
186
184
  "MB",
@@ -191,58 +189,75 @@ define([], function ()
191
189
  "ZB",
192
190
  "YB"
193
191
  ],
194
- SorryWebSearch: "Sorry, this function isn't implemented in this sample, because it would require a Bing API key.",
195
- SortedAscending: "Sorted A to Z",
196
- SortedDescending: "Sorted Z to A",
197
- TypeAriaLabel: "Column operations for File type, Press to sort on File type",
198
- UploadFileHeader: "Upload file",
199
- UploadImageHeader: "Upload image",
200
- UploadLinkLabel: "Upload",
201
- WebSearchLinkLabel: "Web search",
202
- Yes: "Yes",
203
- StockImagesLinkLabel: "Stock images",
204
- StockImagesHeader: "Stock Images",
205
-
206
- DateTime: {
192
+ "SorryWebSearch": "Sorry, this function isn't implemented in this sample, because it would require a Bing API key.",
193
+ "SortedAscending": "Sorted A to Z",
194
+ "SortedDescending": "Sorted Z to A",
195
+ "TypeAriaLabel": "Column operations for File type, Press to sort on File type",
196
+ "UploadFileHeader": "Upload file",
197
+ "UploadImageHeader": "Upload image",
198
+ "UploadLinkLabel": "Upload",
199
+ "WebSearchLinkLabel": "Web search",
200
+ "Yes": "Yes",
201
+ "StockImagesLinkLabel": "Stock images",
202
+ "StockImagesHeader": "Stock Images",
203
+ "DateTime": {
207
204
  "L_RelativeDateTime_AFewSecondsFuture": "In a few seconds",
208
205
  "L_RelativeDateTime_AFewSeconds": "A few seconds ago",
209
206
  "L_RelativeDateTime_AboutAMinuteFuture": "In about a minute",
210
207
  "L_RelativeDateTime_AboutAMinute": "About a minute ago",
211
- "L_RelativeDateTime_XMinutesFuture": "In {0} minute||In {0} minutes",
212
- "L_RelativeDateTime_XMinutes": "{0} minute ago||{0} minutes ago",
213
- "L_RelativeDateTime_XMinutesFutureIntervals": "1||2-",
214
- "L_RelativeDateTime_XMinutesIntervals": "1||2-",
208
+ "L_RelativeDateTime_XMinutesFuture": "In {0} minute|| In {0} minutes",
209
+ "L_RelativeDateTime_XMinutes": "{0} minute ago|| {0} minutes ago",
210
+ "L_RelativeDateTime_XMinutesFutureIntervals": "1|| 2-",
211
+ "L_RelativeDateTime_XMinutesIntervals": "1|| 2-",
215
212
  "L_RelativeDateTime_AboutAnHourFuture": "In about an hour",
216
213
  "L_RelativeDateTime_AboutAnHour": "About an hour ago",
217
214
  "L_RelativeDateTime_Tomorrow": "Tomorrow",
218
215
  "L_RelativeDateTime_Yesterday": "Yesterday",
219
216
  "L_RelativeDateTime_TomorrowAndTime": "Tomorrow at {0}",
220
217
  "L_RelativeDateTime_YesterdayAndTime": "Yesterday at {0}",
221
- "L_RelativeDateTime_XHoursFuture": "In {0} hour||In {0} hours",
222
- "L_RelativeDateTime_XHours": "{0} hour ago||{0} hours ago",
223
- "L_RelativeDateTime_XHoursFutureIntervals": "1||2-",
224
- "L_RelativeDateTime_XHoursIntervals": "1||2-",
218
+ "L_RelativeDateTime_XHoursFuture": "In {0} hour|| In {0} hours",
219
+ "L_RelativeDateTime_XHours": "{0} hour ago|| {0} hours ago",
220
+ "L_RelativeDateTime_XHoursFutureIntervals": "1|| 2-",
221
+ "L_RelativeDateTime_XHoursIntervals": "1|| 2-",
225
222
  "L_RelativeDateTime_DayAndTime": "{0} at {1}",
226
- "L_RelativeDateTime_XDaysFuture": "{0} day from now||{0} days from now",
227
- "L_RelativeDateTime_XDays": "{0} day ago||{0} days ago",
228
- "L_RelativeDateTime_XDaysFutureIntervals": "1||2-",
229
- "L_RelativeDateTime_XDaysIntervals": "1||2-",
223
+ "L_RelativeDateTime_XDaysFuture": "{0} day from now|| {0} days from now",
224
+ "L_RelativeDateTime_XDays": "{0} day ago|| {0} days ago",
225
+ "L_RelativeDateTime_XDaysFutureIntervals": "1|| 2-",
226
+ "L_RelativeDateTime_XDaysIntervals": "1|| 2-",
230
227
  "L_RelativeDateTime_Today": "Today"
231
228
  },
232
-
233
- NewFolderNamePlaceholder: "Enter your folder name",
234
- FolderFilterBoxPlaceholder: "Filter folders by name",
235
- FolderExplorerLoading: "Loading folders...",
236
- FolderExplorerNoItems: "This folder doesn't have any subfolders.",
237
-
238
- IncorrectGuidValidationMessage: "Please enter a valid GUID",
239
-
240
- SelectedLabel: "Selected",
241
- SelectIcon: "Select icon",
242
- CloseButton: "Close",
229
+ "NewFolderNamePlaceholder": "Enter your folder name",
230
+ "FolderFilterBoxPlaceholder": "Filter folders by name",
231
+ "FolderExplorerLoading": "Loading folders...",
232
+ "FolderExplorerNoItems": "This folder doesn't have any subfolders.",
233
+ "IncorrectGuidValidationMessage": "Please enter a valid GUID",
234
+ "SelectedLabel": "Selected",
235
+ "SelectIcon": "Select icon",
236
+ "CloseButton": "Close",
243
237
  "MonacoEditorOpenButtonLabel": "Open editor",
244
238
  "MonacoEditorCancelButtonLabel": "Cancel",
245
239
  "MonacoEditorSaveButtonLabel": "Save",
246
240
  "MonacoEditorPanelTitle": "Edit Template",
247
- }
248
- });
241
+ "ColorPickerStrings": {
242
+ "rootAriaLabelFormat": "{0} a color picker is selected.",
243
+ "hex": "Sixth edition",
244
+ "red": "red",
245
+ "green": "green",
246
+ "blue": "Fill",
247
+ "alpha": "Alpha",
248
+ "transparency": "Transparency",
249
+ "alphaAriaLabel": "Alpha",
250
+ "transparencyAriaLabel": "Transparency",
251
+ "hueAriaLabel": "Lyubov",
252
+ "svAriaLabel": "Saturation and brightness",
253
+ "svAriaValueFormat": "Saturation {0} brightness of the {1}",
254
+ "svAriaDescription": "Use the left and right arrow buttons to adjust saturation. Use the up and down arrows to adjust the brightness.",
255
+ "hexError": "Hexagonal values must be between 3 and 6 characters long",
256
+ "alphaError": "Alpha must be between 0 and 100",
257
+ "transparencyError": "The slide must be between 0 and 100",
258
+ "redError": "Red should be between 0 and 255",
259
+ "greenError": "Green should be between 0 and 255",
260
+ "blueError": "Blue should be between 0 and 255"
261
+ }
262
+ };
263
+ });
package/lib/loc/en-us.js CHANGED
@@ -243,5 +243,26 @@ define([], function () {
243
243
  "MonacoEditorCancelButtonLabel": "Cancel",
244
244
  "MonacoEditorSaveButtonLabel": "Save",
245
245
  "MonacoEditorPanelTitle": "Edit Template",
246
+ ColorPickerStrings: {
247
+ rootAriaLabelFormat: 'Color picker, {0} selected.',
248
+ hex: 'Hex',
249
+ red: 'Red',
250
+ green: 'Green',
251
+ blue: 'Blue',
252
+ alpha: 'Alpha',
253
+ transparency: 'Transparency',
254
+ alphaAriaLabel: 'Alpha',
255
+ transparencyAriaLabel: 'Transparency',
256
+ hueAriaLabel: 'Hue',
257
+ svAriaLabel: 'Saturation and brightness',
258
+ svAriaValueFormat: 'Saturation {0} brightness {1}',
259
+ svAriaDescription: 'Use left and right arrow keys to set saturation. Use up and down arrow keys to set brightness.',
260
+ hexError: 'Hex values must be between 3 and 6 characters long',
261
+ alphaError: 'Alpha must be between 0 and 100',
262
+ transparencyError: 'Transparency must be between 0 and 100',
263
+ redError: 'Red must be between 0 and 255',
264
+ greenError: 'Green must be between 0 and 255',
265
+ blueError: 'Blue must be between 0 and 255'
266
+ }
246
267
  }
247
268
  });