mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-10 20:12:48 +00:00
feat: de-clutter navbar
fix: backup option not working refactor: persistent writable stores [deploy]
This commit is contained in:
@@ -9,6 +9,16 @@ const de = {
|
||||
DOWNLOAD: "Kopie Speichern",
|
||||
RESTORE: "Wiederherstellen",
|
||||
},
|
||||
profile: {
|
||||
TITLE: "Profil",
|
||||
LANGUAGE: "Sprache",
|
||||
theme: {
|
||||
TITLE: "Darstellung",
|
||||
COLOR_SCHEME: "Farbschema",
|
||||
DARK_MODE: "Dunkel",
|
||||
LIGHT_MODE: "Hell",
|
||||
},
|
||||
},
|
||||
deviceManager: {
|
||||
TITLE: "Gerät",
|
||||
AUTO_CONNECT: "Automatisch Verbinden",
|
||||
|
||||
@@ -8,6 +8,16 @@ const en = {
|
||||
DOWNLOAD: "Download Backup",
|
||||
RESTORE: "Restore",
|
||||
},
|
||||
profile: {
|
||||
TITLE: "Profile",
|
||||
LANGUAGE: "Language",
|
||||
theme: {
|
||||
TITLE: "Theme",
|
||||
COLOR_SCHEME: "Color scheme",
|
||||
DARK_MODE: "Dark",
|
||||
LIGHT_MODE: "Light",
|
||||
},
|
||||
},
|
||||
deviceManager: {
|
||||
TITLE: "Device",
|
||||
AUTO_CONNECT: "Auto-connect",
|
||||
|
||||
Reference in New Issue
Block a user