remove duplicate keys (#18787)

This commit is contained in:
Mads Rasmussen
2025-03-25 09:41:50 +01:00
committed by GitHub
parent 0b0a2dc251
commit f5c307b8f1
6 changed files with 3 additions and 42 deletions

View File

@@ -469,18 +469,6 @@ export default {
visit: 'Visit',
welcome: 'Welcome',
},
prompt: {
stay: 'Stay',
discardChanges: 'Discard changes',
unsavedChanges: 'Discard unsaved changes',
unsavedChangesWarning: 'Are you sure you want to navigate away from this page? You have unsaved changes',
confirmListViewPublish: 'Publishing will make the selected items visible on the site.',
confirmListViewUnpublish:
'Unpublishing will remove the selected items and all their descendants from the\n site.\n ',
confirmUnpublish: 'Unpublishing will remove this page and all its descendants from the site.',
doctypeChangeWarning:
'You have unsaved changes. Making changes to the Document Type will discard the\n changes.\n ',
},
bulk: {
done: 'Done',
deletedItem: 'Deleted %0% item',

View File

@@ -463,14 +463,11 @@ export default {
stay: 'Stay',
discardChanges: 'Discard changes',
unsavedChanges: 'Discard unsaved changes',
unsavedChangesWarning:
'Are you sure you want to navigate away from this page? - you have unsaved\n changes\n ',
unsavedChangesWarning: 'Are you sure you want to navigate away from this page? You have unsaved changes',
confirmListViewPublish: 'Publishing will make the selected items visible on the site.',
confirmListViewUnpublish:
'Unpublishing will remove the selected items and all their descendants from the\n site.\n ',
confirmListViewUnpublish: 'Unpublishing will remove the selected items and all their descendants from the site.',
confirmUnpublish: 'Unpublishing will remove this page and all its descendants from the site.',
doctypeChangeWarning:
'You have unsaved changes. Making changes to the Document Type will discard the\n changes.\n ',
doctypeChangeWarning: 'You have unsaved changes. Making changes to the Document Type will discard the changes.',
},
bulk: {
done: 'Done',

View File

@@ -129,12 +129,6 @@ export default {
visit: 'בקר',
welcome: 'ברוכים הבאים',
},
prompt: {
stay: 'Stay',
discardChanges: 'Discard changes',
unsavedChanges: 'Discard unsaved changes',
unsavedChangesWarning: 'Are you sure you want to navigate away from this page? - you have unsaved changes',
},
bulk: {
done: 'Done',
deletedItem: 'Deleted %0% item',

View File

@@ -178,12 +178,6 @@ export default {
visit: '訪れる',
welcome: 'ようこそ',
},
prompt: {
stay: 'Stay',
discardChanges: 'Discard changes',
unsavedChanges: 'Discard unsaved changes',
unsavedChangesWarning: 'Are you sure you want to navigate away from this page? - you have unsaved changes',
},
bulk: {
done: 'Done',
deletedItem: 'Deleted %0% item',

View File

@@ -129,12 +129,6 @@ export default {
visit: '방문',
welcome: '환영합니다',
},
prompt: {
stay: 'Stay',
discardChanges: 'Discard changes',
unsavedChanges: 'Discard unsaved changes',
unsavedChangesWarning: 'Are you sure you want to navigate away from this page? - you have unsaved changes',
},
bulk: {
done: 'Done',
deletedItem: 'Deleted %0% item',

View File

@@ -129,12 +129,6 @@ export default {
visit: 'Visitar',
welcome: 'Bem Vindo(a)',
},
prompt: {
stay: 'Stay',
discardChanges: 'Discard changes',
unsavedChanges: 'Discard unsaved changes',
unsavedChangesWarning: 'Are you sure you want to navigate away from this page? - you have unsaved changes',
},
bulk: {
done: 'Done',
deletedItem: 'Deleted %0% item',