Skip to content
This repository was archived by the owner on Nov 6, 2025. It is now read-only.

Commit 59bfc93

Browse files
authored
Merge pull request #2410 from umbraco/v15/feature/select-all-option-in-publishing-dialogs
Feature: Select all variants option in publishing dialogs
2 parents afc1c4d + 060efc2 commit 59bfc93

File tree

30 files changed

+146
-18
lines changed

30 files changed

+146
-18
lines changed

src/assets/lang/bs.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,7 @@ export default {
318318
createEmpty: 'Napravi novi',
319319
createFromClipboard: 'Zalijepi iz međuspremnika',
320320
nodeIsInTrash: 'Ova stavka je u korpi za otpatke',
321+
saveModalTitle: 'Spremi',
321322
},
322323
blueprints: {
323324
createBlueprintFrom: 'Kreirajte novi predložak sadržaja iz <em>%0%</em>',

src/assets/lang/cs-cz.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,7 @@ export default {
300300
createEmpty: 'Create new',
301301
createFromClipboard: 'Paste from clipboard',
302302
nodeIsInTrash: 'This item is in the Recycle Bin',
303+
saveModalTitle: 'Uložit',
303304
},
304305
blueprints: {
305306
createBlueprintFrom: 'Vytvořit novou šablonu obsahu z <em>%0%</em>',

src/assets/lang/cy-gb.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,7 @@ export default {
331331
variantSendForApprovalNotAllowed: 'Ni chaniateir anfon am gymeradwyaeth',
332332
variantScheduleNotAllowed: 'Ni chaniateir amserlennu',
333333
variantUnpublishNotAllowed: 'Ni chaniateir dad-gyhoeddi',
334+
saveModalTitle: 'Achub',
334335
},
335336
blueprints: {
336337
createBlueprintFrom: "Creu Templed Cynnwys newydd o '%0%'",

src/assets/lang/da-dk.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,7 @@ export default {
326326
variantSendForApprovalNotAllowed: 'Send for approval is not allowed',
327327
variantScheduleNotAllowed: 'Schedule is not allowed',
328328
variantUnpublishNotAllowed: 'Unpublish is not allowed',
329+
saveModalTitle: 'Gem',
329330
},
330331
blueprints: {
331332
createBlueprintFrom: "Opret en ny indholdsskabelon fra '%0%'",

src/assets/lang/de-de.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,7 @@ export default {
332332
variantSendForApprovalNotAllowed: 'Zur Genehmigung senden ist nicht erlaubt.',
333333
variantScheduleNotAllowed: 'Plannung ist nicht erlaubt',
334334
variantUnpublishNotAllowed: 'Veröffentlichung zurücknehmen ist nicht erlaubt.',
335+
saveModalTitle: 'Speichern',
335336
},
336337
blueprints: {
337338
createBlueprintFrom: 'Erzeuge eine neue Inhaltsvorlage von <em>%0%</em>',

src/assets/lang/en-us.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,7 @@ export default {
345345
variantScheduleNotAllowed: 'Schedule is not allowed',
346346
variantUnpublishNotAllowed: 'Unpublish is not allowed',
347347
selectAllVariants: 'Select all variants',
348+
saveModalTitle: 'Save',
348349
},
349350
blueprints: {
350351
createBlueprintFrom: "Create a new Document Blueprint from '%0%'",
@@ -930,6 +931,7 @@ export default {
930931
header: 'Header',
931932
systemField: 'system field',
932933
lastUpdated: 'Last Updated',
934+
selectAll: 'Select all',
933935
skipToMenu: 'Skip to menu',
934936
skipToContent: 'Skip to content',
935937
restore: 'Restore',

src/assets/lang/en.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,7 @@ export default {
341341
variantScheduleNotAllowed: 'Schedule is not allowed',
342342
variantUnpublishNotAllowed: 'Unpublish is not allowed',
343343
selectAllVariants: 'Select all variants',
344+
saveModalTitle: 'Save',
344345
},
345346
blueprints: {
346347
createBlueprintFrom: "Create a new Document Blueprint from '%0%'",
@@ -953,6 +954,7 @@ export default {
953954
addChild: 'Add child',
954955
editDataType: 'Edit data type',
955956
navigateSections: 'Navigate sections',
957+
selectAll: 'Select all',
956958
shortcut: 'Shortcuts',
957959
showShortcuts: 'show shortcuts',
958960
toggleListView: 'Toggle list view',

src/assets/lang/es-es.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ export default {
202202
addTextBox: 'Añadir otra caja de texto',
203203
removeTextBox: 'Eliminar caja de texto',
204204
contentRoot: 'Raíz de contenido',
205+
saveModalTitle: 'Guardar',
205206
},
206207
blueprints: {
207208
createBlueprintFrom: 'Crear nueva Plantilla de Contenido desde <em>%0%</em>',

src/assets/lang/fr-fr.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ export default {
297297
schedulePublishHelp: "Sélectionnez la date et l'heure de publication/dépublication de l'élément de contenu.",
298298
createEmpty: 'Créer nouveau',
299299
createFromClipboard: 'Copier du clipboard',
300+
saveModalTitle: 'Sauver',
300301
},
301302
blueprints: {
302303
createBlueprintFrom: 'Créer un nouveau Modèle de Contenu à partir de <em>%0%</em>',

src/assets/lang/he-il.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ export default {
113113
updateDate: 'נערך לאחרונה',
114114
uploadClear: 'הסר קובץ',
115115
urls: 'קשר למסמך',
116+
saveModalTitle: 'שמור',
116117
},
117118
create: {
118119
chooseNode: 'היכן ברצונך ליצור את %0%',

0 commit comments

Comments
 (0)