diff --git a/icons.config.ts b/icons.config.ts index 32681497..5038add1 100644 --- a/icons.config.ts +++ b/icons.config.ts @@ -89,6 +89,7 @@ const config: IconsConfig = { "sentiment_worried", "timer", "target", + "download", ], codePoints: { speed: "e9e4", diff --git a/src/i18n/de/index.ts b/src/i18n/de/index.ts index 801c678c..e3c75b8d 100644 --- a/src/i18n/de/index.ts +++ b/src/i18n/de/index.ts @@ -1,4 +1,4 @@ -import type { Translation } from "../i18n-types" +import type {Translation} from "../i18n-types" const de = { TITLE: "CharaChorder Gerätemanager", @@ -13,11 +13,11 @@ const de = { TITLE_WRITE: "Änderungen werden gespeichert", }, backup: { - TITLE: "Sicherungskopie", + TITLE: "Verlauf speichern", INDIVIDUAL: "Einzeldateien", DISCLAIMER: - "Sicherungskopien verlassen unter keinen Umständen diesen Computer und werden nie mit uns geteilt oder auf Server hochgeladen.", - DOWNLOAD: "Vollständig Speichern", + "Der Verlauf wird als Backup in diesem Browser gespeichert. Der Verlauf bleibt auf diesem Computer.", + DOWNLOAD: "Alles herunterladen", RESTORE: "Wiederherstellen", }, modal: { diff --git a/src/i18n/en/index.ts b/src/i18n/en/index.ts index 53a091c5..fe088ba8 100644 --- a/src/i18n/en/index.ts +++ b/src/i18n/en/index.ts @@ -1,4 +1,4 @@ -import type { BaseTranslation } from "../i18n-types" +import type {BaseTranslation} from "../i18n-types" const en = { TITLE: "CharaChorder Device Manager", @@ -9,10 +9,10 @@ const en = { SAVE: "Save", }, backup: { - TITLE: "Local Backup", + TITLE: "Store History", INDIVIDUAL: "Individual backups", - DISCLAIMER: "Backups remain on your computer and are never shared with us or uploaded to our servers.", - DOWNLOAD: "Full Backup", + DISCLAIMER: "Your history is stored as a backup in this browser. The history remains on your computer.", + DOWNLOAD: "Download Everything", RESTORE: "Restore", }, sync: { diff --git a/src/routes/BackupPopup.svelte b/src/routes/BackupPopup.svelte index 5eef8642..46c1b023 100644 --- a/src/routes/BackupPopup.svelte +++ b/src/routes/BackupPopup.svelte @@ -33,7 +33,7 @@