mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-10 20:12:48 +00:00
feat: dynamic keymap prototype
This commit is contained in:
@@ -30,6 +30,7 @@ const de = {
|
||||
filter: {
|
||||
ALL: "Alle",
|
||||
},
|
||||
LIVE_LAYOUT_INFO: "Diese Aktion wurde auf Basis des Systemtastaturlayouts ermittelt.",
|
||||
SHIFT_WARNING: "Diese Aktion hält <kbd class='icon'>shift</kbd>",
|
||||
ALT_CODE_WARNING: "Dieser Alt-Code Hack funktioniert nur unter Windows",
|
||||
},
|
||||
|
||||
@@ -29,6 +29,7 @@ const en = {
|
||||
filter: {
|
||||
ALL: "All",
|
||||
},
|
||||
LIVE_LAYOUT_INFO: "This output was determined using on your system layout.",
|
||||
SHIFT_WARNING: "This action holds <kbd class='icon'>shift</kbd>",
|
||||
ALT_CODE_WARNING: "This alt-code hack only works on Windows",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user