mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-02 01:05:25 +02:00
Fix keyboard navigation in user settings
This patch makes sure that the option in the user settings are accessible via keyboard navigation and that the labels, if users use a screen reader, actually make sense. This patch introduces new strings which need to be translated. Although I did already provide a German translation.
This commit is contained in:
parent
315c83e4c3
commit
4e61185136
3 changed files with 7 additions and 3 deletions
|
@ -75,6 +75,8 @@
|
|||
"ButtonUploadBackup": "Sicherung hochladen",
|
||||
"ButtonUploadCover": "Titelbild hochladen",
|
||||
"ButtonUploadOPMLFile": "OPML-Datei hochladen",
|
||||
"ButtonUserEdit": "Benutzer {0} editieren",
|
||||
"ButtonUserDelete": "Benutzer {0} löschen",
|
||||
"ButtonViewAll": "Alles anzeigen",
|
||||
"ButtonYes": "Ja",
|
||||
"HeaderAccount": "Konto",
|
||||
|
|
|
@ -75,6 +75,8 @@
|
|||
"ButtonUploadBackup": "Upload Backup",
|
||||
"ButtonUploadCover": "Upload Cover",
|
||||
"ButtonUploadOPMLFile": "Upload OPML File",
|
||||
"ButtonUserEdit": "Edit user {0}",
|
||||
"ButtonUserDelete": "Delete user {0}",
|
||||
"ButtonViewAll": "View All",
|
||||
"ButtonYes": "Yes",
|
||||
"HeaderAccount": "Account",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue