Skip to content

Commit

Permalink
Fixed string errors, matched others with en-us
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-lott committed Aug 15, 2023
1 parent e064ce1 commit 7fe39b2
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/loc/en-gb.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ define([], () => {
"DatepickerGoToToday": "Today",
"DateTimePickerDate": "Date",
"DateTimePickerTime": "Time",
"ColorPickerButtonTitle": "Pick a Color",
"ColorPickerButtonTitle": "Pick a Colour",
"NotNumberValidationMessage": "The value should be a number, actual is:",
"MinimumNumberValidationMessage": "The value should be greater than or equal to:",
"MaximumNumberValidationMessage": "The value should be lower than or equal to:",
Expand Down Expand Up @@ -143,7 +143,7 @@ define([], () => {
"NameField": "Name",
"No": "No",
"ProvidedValueIsInvalid": "Provided value is invalid",
"NoExternalLinksValidationMessage": "We only support linking to files in your own organization.",
"NoExternalLinksValidationMessage": "We only support linking to files in your own organisation.",
"NoImageValidationMessage": "This isn't a link to a file type we support. You can only link to an image.",
"NoRecentFiles": "No recent files",
"NoRecentFilesDescription": "Try selecting a file from your site, or upload one from your device.",
Expand Down Expand Up @@ -239,22 +239,22 @@ define([], () => {
"MonacoEditorSaveButtonLabel": "Save",
"MonacoEditorPanelTitle": "Edit Template",
"ColorPickerStrings": {
"rootAriaLabelFormat": "{0} a color picker is selected.",
"hex": "Sixth edition",
"red": "red",
"green": "green",
"blue": "Fill",
"rootAriaLabelFormat": "Colour picker, {0} selected.",
"hex": "Hex",
"red": "Red",
"green": "Green",
"blue": "Blue",
"alpha": "Alpha",
"transparency": "Transparency",
"alphaAriaLabel": "Alpha",
"transparencyAriaLabel": "Transparency",
"hueAriaLabel": "Lyubov",
"hueAriaLabel": "Hue",
"svAriaLabel": "Saturation and brightness",
"svAriaValueFormat": "Saturation {0} brightness of the {1}",
"svAriaValueFormat": "Saturation {0} brightness {1}",
"svAriaDescription": "Use the left and right arrow buttons to adjust saturation. Use the up and down arrows to adjust the brightness.",
"hexError": "Hexagonal values must be between 3 and 6 characters long",
"hexError": "Hex values must be between 3 and 6 characters long",
"alphaError": "Alpha must be between 0 and 100",
"transparencyError": "The slide must be between 0 and 100",
"transparencyError": "Transparency must be between 0 and 100",
"redError": "Red should be between 0 and 255",
"greenError": "Green should be between 0 and 255",
"blueError": "Blue should be between 0 and 255"
Expand Down

0 comments on commit 7fe39b2

Please sign in to comment.