updated German translation for unified palette setting

snap7
jmoenig 2021-07-03 23:30:00 +02:00
rodzic 1d9c06e488
commit 7ff3cda55b
4 zmienionych plików z 15 dodań i 7 usunięć

Wyświetl plik

@ -2,9 +2,9 @@
## in development for v7:
* **New Features:**
* Scenes
* Extensions
* unified blocks palette option, thanks, Michael!
* scenes
* extensions
* single blocks palette option, thanks, Michael!
* **Notable Changes:**
* saved projects remember the last edited srpite
* libraries no longer rely on the JSF primitive, project may need to re-import their libraries to run without having to enable JS extensions
@ -13,6 +13,8 @@
* made scrollbars in the wardrobe and jukebox more responsive
* fixed centering of menus, thanks, Brian Broll!
* fixed occasional invisible error messages
* **Translation Updates:**
* German
### 2021-07-03
* objects: arranged the blocks in the unified palette column-wise
@ -20,6 +22,7 @@
* gui, scenes, store: fixed unified palette for multi-scene projects
* gui: fixed unified palette for searching
* gui: renamed "Unified palette" to "Single palette" in the settings menu
* updated German translation for unified palette setting
### 2021-07-02
* gui, object, store, etc.: unified blocks palette option, thanks, Michael!

Wyświetl plik

@ -185,7 +185,7 @@ SnapTranslator.dict.de = {
'translator_e-mail':
'jens@moenig.org, jadga.huegle@sap.com', // optional
'last_changed':
'2021-06-11', // this, too, will appear in the Translators tab
'2021-07-03', // this, too, will appear in the Translators tab
// GUI
// control bar:
@ -1165,7 +1165,12 @@ SnapTranslator.dict.de = {
'ausschalten, um Malstiftbewegungen\nnicht mehr aufzuzeichnen',
'check to turn on\nlogging pen vectors':
'einschalten, um Malstiftbewegungen\nals Vektor aufzuzeichnen',
'Single palette':
'Einheitliche Palette',
'check to show all blocks in a single palette':
'einschalten, um alle Blöcke in einer einzigen Palette zu sehen',
'uncheck to show only the selected category\'s blocks':
'ausschalten, um nur die Blöcke der ausgewählten Kategorie zu sehen',
// inputs
'with inputs':

Wyświetl plik

@ -23,7 +23,7 @@
<script src="src/extensions.js?version=2021-07-02"></script>
<script src="src/xml.js?version=2020-04-27"></script>
<script src="src/store.js?version=2021-07-03"></script>
<script src="src/locale.js?version=2021-06-11"></script>
<script src="src/locale.js?version=2021-07-03"></script>
<script src="src/cloud.js?version=2021-02-04"></script>
<script src="src/api.js?version=2021-01-25"></script>
<script src="src/sha512.js?version=2019-06-27"></script>

Wyświetl plik

@ -168,7 +168,7 @@ SnapTranslator.dict.de = {
'translator_e-mail':
'jens@moenig.org, jadga.huegle@sap.com',
'last_changed':
'2021-06-11'
'2021-07-03'
};
SnapTranslator.dict.it = {