fix(locale): Improve German translation (#2676)

This commit is contained in:
Aaron Dewes
2024-11-18 21:59:27 +01:00
committed by GitHub
parent bd2f077fe8
commit 992be91823

View File

@@ -7,7 +7,7 @@ export default defineLocale({
inputMenu: {
noMatch: 'Nichts gefunden',
noData: 'Keine Daten',
create: 'Erstellen "{label}"'
create: '"{label}" erstellen'
},
inputNumber: {
increment: 'Erhöhen',
@@ -21,7 +21,7 @@ export default defineLocale({
selectMenu: {
noMatch: 'Nichts gefunden',
noData: 'Keine Daten',
create: 'Erstellen "{label}"'
create: '"{label}" erstellen'
},
toast: {
close: 'Schließen'