mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-08 02:52:49 +00:00
@@ -32,7 +32,7 @@ const de = {
|
|||||||
},
|
},
|
||||||
LIVE_LAYOUT_INFO: "Diese Aktion wurde auf Basis des Systemtastaturlayouts ermittelt.",
|
LIVE_LAYOUT_INFO: "Diese Aktion wurde auf Basis des Systemtastaturlayouts ermittelt.",
|
||||||
SHIFT_WARNING: "Diese Aktion hält <kbd class='icon'>shift</kbd>",
|
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: {
|
share: {
|
||||||
TITLE: "Teilen",
|
TITLE: "Teilen",
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ const en = {
|
|||||||
},
|
},
|
||||||
LIVE_LAYOUT_INFO: "This output was determined using on your system layout.",
|
LIVE_LAYOUT_INFO: "This output was determined using on your system layout.",
|
||||||
SHIFT_WARNING: "This action holds <kbd class='icon'>shift</kbd>",
|
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: {
|
share: {
|
||||||
TITLE: "Share",
|
TITLE: "Share",
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
import LL from "../i18n/i18n-svelte"
|
import LL from "../i18n/i18n-svelte"
|
||||||
import {changes, ChangeType, chords, layout, overlay, settings} from "$lib/undo-redo"
|
import {changes, ChangeType, chords, layout, overlay, settings} from "$lib/undo-redo"
|
||||||
import type {Change} 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 {action} from "$lib/title"
|
||||||
import {
|
import {
|
||||||
deviceChords,
|
deviceChords,
|
||||||
|
|||||||
Reference in New Issue
Block a user