From 321087c96efcc58eebb449389de023e927c5f2bb Mon Sep 17 00:00:00 2001 From: Dirk Seefeld Date: Tue, 27 May 2025 17:53:31 +0200 Subject: [PATCH] update data type descriptions for color picker according to PR 19430 --- src/Umbraco.Web.UI.Client/src/assets/lang/da.ts | 4 ++-- src/Umbraco.Web.UI.Client/src/assets/lang/en-us.ts | 6 +++--- src/Umbraco.Web.UI.Client/src/assets/lang/en.ts | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/assets/lang/da.ts b/src/Umbraco.Web.UI.Client/src/assets/lang/da.ts index ece6df083a..6086096973 100644 --- a/src/Umbraco.Web.UI.Client/src/assets/lang/da.ts +++ b/src/Umbraco.Web.UI.Client/src/assets/lang/da.ts @@ -1218,10 +1218,10 @@ export default { }, colorPickerConfigurations: { colorsTitle: 'Farver', - colorsDescription: 'Tilføj, fjern eller sorter farver', + colorsDescription: 'Tilføj, fjern eller sorter farver (og etiketter).', showLabelTitle: 'Inkluder label?', showLabelDescription: - 'Gemmer farver som et Json-objekt, der både indeholder farvens hex streng og label, i stedet for kun at gemme hex strengen.', + 'Viser et farvet felt og en etiket for hver farve i farvevælgeren i stedet for blot et farvet felt.', }, contentPicker: { allowedItemTypes: 'Du kan kun vælge følgende type(r) dokumenter: %0%', diff --git a/src/Umbraco.Web.UI.Client/src/assets/lang/en-us.ts b/src/Umbraco.Web.UI.Client/src/assets/lang/en-us.ts index 10209e8b15..425c4f5f6a 100644 --- a/src/Umbraco.Web.UI.Client/src/assets/lang/en-us.ts +++ b/src/Umbraco.Web.UI.Client/src/assets/lang/en-us.ts @@ -30,10 +30,10 @@ export default { noColors: 'You have not configured any approved colors', }, colorPickerConfigurations: { - colorsDescription: 'Add, remove or sort colors', + colorsDescription: 'Add, remove or sort colors (and labels).', colorsTitle: 'Colors', showLabelDescription: - 'Stores colors as a JSON object containing both the color hex string and label, rather than just the hex string.', + 'Displays colored field and a label for each color in the color picker, rather than just a colored field.', }, create: { folderDescription: 'Used to organize items and other folders. Keep items structured and easy to access.', @@ -51,7 +51,7 @@ export default { databaseNotFound: '

Database not found! Please check that the information in the "connection string" of the "web.config" file is correct.

To proceed, please edit the "web.config" file (using Visual Studio or your favorite text editor), scroll to the bottom, add the connection string for your database in the key named "UmbracoDbDSN" and save the file.

Click the retry button when done.
More information on editing web.config here.

', showLabelDescription: - 'Stores colors as a JSON object containing both the color hex string and label, rather than just the hex string.', + 'Displays colored field and a label for each color in the color picker, rather than just a colored field.', }, openidErrors: { unauthorizedClient: 'Unauthorized client', diff --git a/src/Umbraco.Web.UI.Client/src/assets/lang/en.ts b/src/Umbraco.Web.UI.Client/src/assets/lang/en.ts index 4c416894e3..663d40f260 100644 --- a/src/Umbraco.Web.UI.Client/src/assets/lang/en.ts +++ b/src/Umbraco.Web.UI.Client/src/assets/lang/en.ts @@ -1271,10 +1271,10 @@ export default { }, colorPickerConfigurations: { colorsTitle: 'Colours', - colorsDescription: 'Add, remove or sort colours', + colorsDescription: 'Add, remove or sort colours (and labels).', showLabelTitle: 'Include labels?', showLabelDescription: - 'Stores colours as a JSON object containing both the colour hex string and label, rather than just the hex string.', + 'Displays coloured field and a label for each colour in the colour picker, rather than just a coloured field.', }, contentPicker: { allowedItemTypes: 'You can only select items of type(s): %0%',