mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-10 20:12:48 +00:00
refactor: adjust wording for backups
This commit is contained in:
@@ -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: {
|
||||
|
||||
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user