🌐(frontend) internationalize pagination controls and add aria labels

Add internationalization support to pagination controls and include
aria labels for improved accessibility and screen reader support
across different languages.
This commit is contained in:
lebaudantoine
2025-09-04 22:18:38 +02:00
committed by aleb_the_flash
parent 73a9fb3a72
commit 4e75a17916
5 changed files with 70 additions and 8 deletions

View File

@@ -90,6 +90,11 @@
"pinCode": "Code:"
}
},
"pagination": {
"count": "{{currentPage}} van {{totalPageCount}}",
"next": "volgende pagina",
"previous": "vorige pagina"
},
"mediaErrorDialog": {
"DeviceInUse": {
"title": {