Skip to content

Commit

Permalink
German translation update for tiles library
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoenig committed Aug 16, 2024
1 parent 069f772 commit 4d42a0f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
3 changes: 3 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 5 additions & 1 deletion locale/lang-de.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -646,6 +647,7 @@ SnapTranslator.dict.de = {
"color picker": "",
"color...": "",
"color:": "",
"column": "Spalte",
"columns": "Spalten",
"combinations _": "Kombinationen _",
"combine _ using _": "kombiniere die Elemente von _ mit _",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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": "",
Expand Down
2 changes: 1 addition & 1 deletion snap.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<script src="src/extensions.js?version=2024-07-17"></script>
<script src="src/xml.js?version=2021-07-05"></script>
<script src="src/store.js?version=2024-07-24"></script>
<script src="src/locale.js?version=2024-07-16"></script>
<script src="src/locale.js?version=2024-08-16"></script>
<script src="src/cloud.js?version=2023-04-12"></script>
<script src="src/api.js?version=2024-02-22"></script>
<script src="src/embroider.js?version=2024-05-09"></script>
Expand Down
4 changes: 2 additions & 2 deletions src/locale.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

// Global stuff

modules.locale = '2024-July-16';
modules.locale = '2024-August-16';

var Localizer;
var SnapTranslator = new Localizer();
Expand Down Expand Up @@ -203,7 +203,7 @@ SnapTranslator.dict.de = {
'translator_e-mail':
'[email protected], [email protected]',
'last_changed':
'2024-07-16'
'2024-08-16'
};

SnapTranslator.dict.it = {
Expand Down

0 comments on commit 4d42a0f

Please sign in to comment.