mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-22 09:52:50 +00:00
refactor: adjust wording for backups
This commit is contained in:
@@ -89,6 +89,7 @@ const config: IconsConfig = {
|
|||||||
"sentiment_worried",
|
"sentiment_worried",
|
||||||
"timer",
|
"timer",
|
||||||
"target",
|
"target",
|
||||||
|
"download",
|
||||||
],
|
],
|
||||||
codePoints: {
|
codePoints: {
|
||||||
speed: "e9e4",
|
speed: "e9e4",
|
||||||
|
|||||||
@@ -13,11 +13,11 @@ const de = {
|
|||||||
TITLE_WRITE: "Änderungen werden gespeichert",
|
TITLE_WRITE: "Änderungen werden gespeichert",
|
||||||
},
|
},
|
||||||
backup: {
|
backup: {
|
||||||
TITLE: "Sicherungskopie",
|
TITLE: "Verlauf speichern",
|
||||||
INDIVIDUAL: "Einzeldateien",
|
INDIVIDUAL: "Einzeldateien",
|
||||||
DISCLAIMER:
|
DISCLAIMER:
|
||||||
"Sicherungskopien verlassen unter keinen Umständen diesen Computer und werden nie mit uns geteilt oder auf Server hochgeladen.",
|
"Der Verlauf wird als Backup in diesem Browser gespeichert. Der Verlauf bleibt auf diesem Computer.",
|
||||||
DOWNLOAD: "Vollständig Speichern",
|
DOWNLOAD: "Alles herunterladen",
|
||||||
RESTORE: "Wiederherstellen",
|
RESTORE: "Wiederherstellen",
|
||||||
},
|
},
|
||||||
modal: {
|
modal: {
|
||||||
|
|||||||
@@ -9,10 +9,10 @@ const en = {
|
|||||||
SAVE: "Save",
|
SAVE: "Save",
|
||||||
},
|
},
|
||||||
backup: {
|
backup: {
|
||||||
TITLE: "Local Backup",
|
TITLE: "Store History",
|
||||||
INDIVIDUAL: "Individual backups",
|
INDIVIDUAL: "Individual backups",
|
||||||
DISCLAIMER: "Backups remain on your computer and are never shared with us or uploaded to our servers.",
|
DISCLAIMER: "Your history is stored as a backup in this browser. The history remains on your computer.",
|
||||||
DOWNLOAD: "Full Backup",
|
DOWNLOAD: "Download Everything",
|
||||||
RESTORE: "Restore",
|
RESTORE: "Restore",
|
||||||
},
|
},
|
||||||
sync: {
|
sync: {
|
||||||
|
|||||||
@@ -33,7 +33,7 @@
|
|||||||
</fieldset>
|
</fieldset>
|
||||||
<div class="save">
|
<div class="save">
|
||||||
<button class="primary" on:click={downloadBackup}
|
<button class="primary" on:click={downloadBackup}
|
||||||
><span class="icon">save</span>{$LL.backup.DOWNLOAD()}</button
|
><span class="icon">download</span>{$LL.backup.DOWNLOAD()}</button
|
||||||
>
|
>
|
||||||
<label class="button"
|
<label class="button"
|
||||||
><input on:input={restoreBackup} type="file" /><span class="icon">settings_backup_restore</span
|
><input on:input={restoreBackup} type="file" /><span class="icon">settings_backup_restore</span
|
||||||
|
|||||||
Reference in New Issue
Block a user