fix(locales-de): fix newButton translation (#4778) (#4801)

The translation of newButton is supposed to be Neue(r/s), because there are 3 possible cases:
Neue Blume
Neuer Artikel
Neues Tier
This commit is contained in:
Daniel Mössner 2021-01-05 11:37:20 +01:00 committed by GitHub
parent ce11dd2375
commit 567438fdd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ const de = {
collectionTop: {
sortBy: 'Sortieren nach',
viewAs: 'Anzeigen als',
newButton: 'Neue(r) %{collectionLabel}',
newButton: 'Neue(r/s) %{collectionLabel}',
ascending: 'Aufsteigend',
descending: 'Absteigend',
searchResults: 'Suchergebnisse für "%{searchTerm}"',