mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-20 08:52:59 +00:00
@@ -1,7 +1,8 @@
|
|||||||
import type {Translation} from "../i18n-types"
|
import type {Translation} from "../i18n-types"
|
||||||
|
|
||||||
const de = {
|
const de = {
|
||||||
TITLE: "amaCC1ng",
|
TITLE: "CharaChorder Gerätemanager",
|
||||||
|
DESCRIPTION: "Gerätemanager und Konfigurationstool für CharaChorder Geräte.",
|
||||||
saveActions: {
|
saveActions: {
|
||||||
UNDO: "Rückgängig",
|
UNDO: "Rückgängig",
|
||||||
REDO: "Wiederholen",
|
REDO: "Wiederholen",
|
||||||
|
|||||||
@@ -1,7 +1,8 @@
|
|||||||
import type {BaseTranslation} from "../i18n-types"
|
import type {BaseTranslation} from "../i18n-types"
|
||||||
|
|
||||||
const en = {
|
const en = {
|
||||||
TITLE: "amaCC1ng",
|
TITLE: "CharaChorder Device Manager",
|
||||||
|
DESCRIPTION: "The device manager and configuration tool for CharaChorder devices.",
|
||||||
saveActions: {
|
saveActions: {
|
||||||
UNDO: "Undo",
|
UNDO: "Undo",
|
||||||
REDO: "Redo",
|
REDO: "Redo",
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
import "tippy.js/dist/tippy.css"
|
import "tippy.js/dist/tippy.css"
|
||||||
import tippy from "tippy.js"
|
import tippy from "tippy.js"
|
||||||
import {theme, userPreferences} from "$lib/preferences.js"
|
import {theme, userPreferences} from "$lib/preferences.js"
|
||||||
import {setLocale} from "../i18n/i18n-svelte"
|
import {LL, setLocale} from "../i18n/i18n-svelte"
|
||||||
import {loadLocale} from "../i18n/i18n-util.sync"
|
import {loadLocale} from "../i18n/i18n-util.sync"
|
||||||
import {detectLocale} from "../i18n/i18n-util"
|
import {detectLocale} from "../i18n/i18n-util"
|
||||||
import type {Locales} from "../i18n/i18n-types"
|
import type {Locales} from "../i18n/i18n-types"
|
||||||
@@ -58,8 +58,8 @@
|
|||||||
|
|
||||||
<svelte:head>
|
<svelte:head>
|
||||||
{@html webManifestLink}
|
{@html webManifestLink}
|
||||||
<title>amaCC1ng</title>
|
<title>{$LL.TITLE()}</title>
|
||||||
<meta name="description" content="Tool for CharaChorder devices" />
|
<meta name="description" content={$LL.DESCRIPTION()} />
|
||||||
<meta name="theme-color" content={data.themeColor} />
|
<meta name="theme-color" content={data.themeColor} />
|
||||||
</svelte:head>
|
</svelte:head>
|
||||||
|
|
||||||
|
|||||||
@@ -1,12 +0,0 @@
|
|||||||
<script>
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<svelte:head>
|
|
||||||
<title>dot i/o</title>
|
|
||||||
</svelte:head>
|
|
||||||
|
|
||||||
<h1>dot i/o V2</h1>
|
|
||||||
|
|
||||||
<section>
|
|
||||||
<h2>Layout</h2>
|
|
||||||
</section>
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Reference in New Issue
Block a user