remove duplicate keys (#18787)
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user