Co-authored-by: Kolja Markwardt <kolja.markwardt@edeka.de>
This commit is contained in:
@ -92,6 +92,9 @@ const de = {
|
||||
},
|
||||
i18n: {
|
||||
writingInLocale: 'Aktuelle Sprache: %{locale}',
|
||||
copyFromLocale: 'Aus anderer Sprache übernehmen',
|
||||
copyFromLocaleConfirm:
|
||||
'Wollen Sie wirklich die Daten aus der Sprache %{locale} übernehmen?\nAlle bishergen Inhalte werden überschrieben.',
|
||||
},
|
||||
},
|
||||
editor: {
|
||||
|
@ -92,6 +92,9 @@ const en = {
|
||||
},
|
||||
i18n: {
|
||||
writingInLocale: 'Writing in %{locale}',
|
||||
copyFromLocale: 'Fill in from another locale',
|
||||
copyFromLocaleConfirm:
|
||||
'Do you want to fill in data from %{locale} locale?\nAll existing content will be overwritten.',
|
||||
},
|
||||
},
|
||||
editor: {
|
||||
|
Reference in New Issue
Block a user