🌐(frontend) add missing DE translation for accessibility settings
This commit is contained in:
committed by
aleb_the_flash
parent
6962367e18
commit
c28b8ba902
@@ -15,6 +15,7 @@ and this project adheres to
|
|||||||
- 🥅(summary) catch file-related exceptions when handling recording #944
|
- 🥅(summary) catch file-related exceptions when handling recording #944
|
||||||
- 📝(frontend) update legal terms #956
|
- 📝(frontend) update legal terms #956
|
||||||
- ⚡️(backend) enhance django admin's loading performance #954
|
- ⚡️(backend) enhance django admin's loading performance #954
|
||||||
|
- 🌐(frontend) add missing DE translation for accessibility settings
|
||||||
|
|
||||||
## [1.5.0] - 2026-01-28
|
## [1.5.0] - 2026-01-28
|
||||||
|
|
||||||
|
|||||||
@@ -108,12 +108,18 @@
|
|||||||
"label": "Sprache"
|
"label": "Sprache"
|
||||||
},
|
},
|
||||||
"settingsButtonLabel": "Einstellungen",
|
"settingsButtonLabel": "Einstellungen",
|
||||||
|
"accessibility": {
|
||||||
|
"announceReactions": {
|
||||||
|
"label": "Reaktionen vorlesen"
|
||||||
|
}
|
||||||
|
},
|
||||||
"tabs": {
|
"tabs": {
|
||||||
"account": "Profil",
|
"account": "Profil",
|
||||||
"audio": "Audio",
|
"audio": "Audio",
|
||||||
"video": "Video",
|
"video": "Video",
|
||||||
"general": "Allgemein",
|
"general": "Allgemein",
|
||||||
"notifications": "Benachrichtigungen",
|
"notifications": "Benachrichtigungen",
|
||||||
|
"accessibility": "Barrierefreiheit",
|
||||||
"transcription": "Transkription"
|
"transcription": "Transkription"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user