mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2025-12-11 13:26:16 +00:00
@@ -32,7 +32,7 @@ const de = {
|
||||
},
|
||||
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",
|
||||
ALT_CODE_WARNING: "Dieses Alt-Code Makro funktioniert nur unter Windows",
|
||||
},
|
||||
share: {
|
||||
TITLE: "Teilen",
|
||||
|
||||
@@ -31,7 +31,7 @@ const en = {
|
||||
},
|
||||
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",
|
||||
ALT_CODE_WARNING: "This alt-code macro only works on Windows",
|
||||
},
|
||||
share: {
|
||||
TITLE: "Share",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
import LL from "../i18n/i18n-svelte"
|
||||
import {changes, ChangeType, chords, layout, overlay, settings} from "$lib/undo-redo"
|
||||
import type {Change} from "$lib/undo-redo"
|
||||
import {fly, slide} from "svelte/transition"
|
||||
import {fly} from "svelte/transition"
|
||||
import {action} from "$lib/title"
|
||||
import {
|
||||
deviceChords,
|
||||
|
||||
Reference in New Issue
Block a user