From 54b42c7e6cfb5bab5024c7b7f2bbc3e42496edbf Mon Sep 17 00:00:00 2001 From: Maingron Date: Sun, 1 Sep 2024 18:46:55 +0200 Subject: [PATCH] Add localisation for Trashbin --- index.html | 2 +- js/lang.js | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 3833ef9..91ccbe9 100644 --- a/index.html +++ b/index.html @@ -43,7 +43,7 @@
- +
diff --git a/js/lang.js b/js/lang.js index 3bef109..3b69a2b 100644 --- a/js/lang.js +++ b/js/lang.js @@ -46,7 +46,8 @@ if(config.lang == "de") { "Font color": "Schriftfarbe", "Scaling": "Skalierung", "Font Size (rem)": "Schriftgröße (rem)", - "Block Type": "Block Typ" + "Block Type": "Block Typ", + "alert__resetting_clock": "Resetting Clock, click Ok to proceed, close tab/window to abort" } } else { var lang = { // English / Fallback @@ -72,6 +73,7 @@ if(config.lang == "de") { "Font color": "Font color", "Scaling": "Scaling", "Font Size (rem)": "Font Size (rem)", - "Block Type": "Block Type" + "Block Type": "Block Type", + "alert__resetting_clock": "Uhr wird zurückgesetzt. Ok klicken, um fortzufahren, Tab/Fenster schließen, um abzubrechen" } -} \ No newline at end of file +}