From 4d42a0f1654975e18056d45c505dc564abf523a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20M=C3=B6nig?= Date: Fri, 16 Aug 2024 12:34:48 +0200 Subject: [PATCH] German translation update for tiles library --- HISTORY.md | 3 +++ locale/lang-de.js | 6 +++++- snap.html | 2 +- src/locale.js | 4 ++-- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 58fedf286f..f2a41da577 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,9 @@ ## in development: +### 2024-08-16 +* German translation update for tiles library + ## 10.0.3: * **Notable Changes:** * enabled setting custom block labels to (nested) lists of label parts, not just in DEFINE but also in SET diff --git a/locale/lang-de.js b/locale/lang-de.js index ff1cd6e584..3ae3fa3fd5 100644 --- a/locale/lang-de.js +++ b/locale/lang-de.js @@ -556,6 +556,7 @@ SnapTranslator.dict.de = { "categories": "Kategorien", "category": "Kategorie", "ceiling": "Aufgerundet", + "cell": "Zelle", "center": "Mitte", "center x": "Mittelpunkt x", "center y": "Mittelpunkt y", @@ -646,6 +647,7 @@ SnapTranslator.dict.de = { "color picker": "", "color...": "", "color:": "", + "column": "Spalte", "columns": "Spalten", "combinations _": "Kombinationen _", "combine _ using _": "kombiniere die Elemente von _ mit _", @@ -873,7 +875,7 @@ SnapTranslator.dict.de = { "language_translator": "Jens Mönig, Jadga Hügle", "large": "groß", "last": "letztes", - "last_changed": "2024-07-16", + "last_changed": "2024-08-16", "launch _ _": "starte _ _", "left": "Rand links", "left arrow": "Pfeil nach links", @@ -1104,6 +1106,7 @@ SnapTranslator.dict.de = { "rotation x": "Drehpunkt x", "rotation y": "Drehpunkt y", "round _": "_ gerundet", + "row": "Reihe", "run _ _": "führe _ aus _", "run _ w/continuation": "führe _ mit Continuation aus", "running": "Lauf", @@ -1255,6 +1258,7 @@ SnapTranslator.dict.de = { "this block": "diesen Block", "this project doesn't have any custom global blocks yet": "in diesem Projekt gibt es noch keine globalen Blöcke", "this script": "dieses Skript", + "tile": "Kachel", "time in milliseconds": "Zeit in Millisekunden", "timer": "Stoppuhr", "tip": "", diff --git a/snap.html b/snap.html index e5f612597f..79abc51a5a 100755 --- a/snap.html +++ b/snap.html @@ -31,7 +31,7 @@ - + diff --git a/src/locale.js b/src/locale.js index 9151af5c46..994a79e797 100644 --- a/src/locale.js +++ b/src/locale.js @@ -50,7 +50,7 @@ // Global stuff -modules.locale = '2024-July-16'; +modules.locale = '2024-August-16'; var Localizer; var SnapTranslator = new Localizer(); @@ -203,7 +203,7 @@ SnapTranslator.dict.de = { 'translator_e-mail': 'jens@moenig.org, jadga.huegle@sap.com', 'last_changed': - '2024-07-16' + '2024-08-16' }; SnapTranslator.dict.it = {