feat: new blocking progress bar, fixes #18

feat: change cloud icon to history, fixes #15
fix: action search items overlap, fixes #16
feat: show tooltips immediately
This commit is contained in:
2023-11-14 20:19:01 +01:00
parent e19a57efac
commit ebf7d73d20
27 changed files with 790 additions and 268 deletions

View File

@@ -9,6 +9,12 @@ const de = {
APPLY: "Anwenden",
SAVE: "Änderungen auf das Gerät schreiben",
},
sync: {
TITLE_READ: "Neueste Änderungen werden abgerufen",
TITLE_WRITE: "Änderungen werden gebrannt",
DISCLAIMER_WRITE:
"Das Brennen von Änderungen ist nur für Layouts und Einstellungen erforderlich wenn diese Neustarts überdauern sollen. Bei Akkorden passiert das brennen automatisch beim anwenden.",
},
backup: {
TITLE: "Sicherungskopie",
DISCLAIMER:
@@ -28,9 +34,13 @@ const de = {
},
},
share: {
TITLE: "Teilen",
URL_COPIED: "Teilbare URL kopiert!",
EXTRA_DOWNLOAD: "Als Datei herunterladen",
},
print: {
TITLE: "Drucken",
},
profile: {
TITLE: "Profil",
LANGUAGE: "Sprache",
@@ -67,12 +77,21 @@ const de = {
DOWNLOAD_APP: "Desktop-app herunterladen",
},
changes: {
TITLE: "Änderungen anwenden",
CHORD_ADD: "{0} Akkord{{|e}} hinzugefügt",
CHORD_EDIT: "{0} Akkord{{|e}} bearbeitet",
CHORD_DELETE: "{0} Akkord{{|e}} entfernt",
SETTING_CHANGE: "{0} Einstellung{{|en}} geändert",
LAYOUT_CHANGE: "{0} Layout-belegung{{|en}} geändert",
TITLE: "Änderungen importieren",
ALL_CHANGES: "Alle Änderungen",
layout: {
TITLE: "{0} veränderte Belegung{{:|en}}",
LAYER: "{changes} Belegung{{changes:|en}} in Ebene {layer} ändern",
},
settings: {
TITLE: "{0} Einstellung{{|en}} anpassen",
},
chords: {
TITLE: "{0} Akkorde",
NEW_CHORDS: "{0} neue Akkord{{|e}} hinzufügen",
CHANGED_CHORDS: "{0} Akkord{{|e}} ersetzen",
DELETED_CHORDS: "{0} Akkord{{|e}} zum löschen markieren",
},
},
configure: {
chords: {

View File

@@ -7,7 +7,7 @@ const en = {
UNDO: "Undo (hold <kbd class='icon'>shift</kbd> to undo all changes)",
REDO: "Redo",
APPLY: "Apply",
SAVE: "Write changes to your device",
SAVE: "Burn changes to your device",
},
backup: {
TITLE: "Local Backup",
@@ -15,6 +15,12 @@ const en = {
DOWNLOAD: "Download Backup",
RESTORE: "Restore",
},
sync: {
TITLE_READ: "Reading latest changes",
TITLE_WRITE: "Burning changes to device",
DISCLAIMER_WRITE:
"Burning is only necessary if you want your layout or settings to persist across reboots. Chords always persist automatically on apply.",
},
modal: {
CLOSE: "Close",
},
@@ -27,9 +33,13 @@ const en = {
},
},
share: {
TITLE: "Share",
URL_COPIED: "Sharable URL copied!",
EXTRA_DOWNLOAD: "Download as file",
},
print: {
TITLE: "Print",
},
profile: {
TITLE: "Profile",
LANGUAGE: "Language",
@@ -65,12 +75,21 @@ const en = {
DOWNLOAD_APP: "Download the desktop app",
},
changes: {
TITLE: "Apply changes",
CHORD_ADD: "{0} chord{{|s}} added",
CHORD_EDIT: "{0} chord{{|s}} edited",
CHORD_DELETE: "{0} chord{{|s}} deleted",
SETTING_CHANGE: "{0} setting{{|s}} changed",
LAYOUT_CHANGE: "{0} layout key{{|s}} changed",
TITLE: "Import changes",
ALL_CHANGES: "All changes",
layout: {
TITLE: "{0} layout change{{|s}}",
LAYER: "Update {changes} key{{changes:|s}} in layer {layer}",
},
settings: {
TITLE: "Update {0} setting{{|s}}",
},
chords: {
TITLE: "{0} chords",
NEW_CHORDS: "Add {0} new chord{{|s}}",
CHANGED_CHORDS: "Replace {0} chord{{|s}}",
DELETED_CHORDS: "Mark {0} chord{{|s}} for deletion",
},
},
configure: {
chords: {