feat: list and reorder logged-in accounts in settings #282

This commit is contained in:
Linus Rath
2026-05-20 19:22:44 +02:00
parent ba90ec1f7a
commit d45c8ef511
5 changed files with 379 additions and 62 deletions
+12
View File
@@ -1199,6 +1199,18 @@
"last_sync": {
"label": "Letzte Synchronisierung",
"value": "{time}"
},
"accounts": {
"title": "Angemeldete Konten",
"description": "Ziehen Sie zum Sortieren, wie Konten im Kontomenü erscheinen",
"active": "Aktuell aktives Konto",
"default_badge": "Standardkonto",
"set_default": "Als Standard festlegen",
"switch_to": "Zu diesem Konto wechseln",
"move_up": "Nach oben",
"move_down": "Nach unten",
"drag_handle": "Zum Sortieren ziehen",
"add": "Konto hinzufügen"
}
},
"security": {