kopia lustrzana https://github.com/backface/turtlestitch
German translation update: Changed translation of "point in direction" to "setze Richtung auf ... Grad"
rodzic
864a3b62a0
commit
38525a41b9
|
@ -57,6 +57,9 @@
|
|||
* **Translation Updates:**
|
||||
* German
|
||||
|
||||
### 2022-07-18
|
||||
* German translation update: Changed translation of "point in direction" to "setze Richtung auf ... Grad"
|
||||
|
||||
### 2022-07-11
|
||||
* extensions: fixed #3065
|
||||
* threads: added support to the OF reporter for binding a ring to another one, e.g. THIS SCRIPT to access its local variables
|
||||
|
|
|
@ -185,7 +185,7 @@ SnapTranslator.dict.de = {
|
|||
'translator_e-mail':
|
||||
'jens@moenig.org, jadga.huegle@sap.com', // optional
|
||||
'last_changed':
|
||||
'2022-06-28', // this, too, will appear in the Translators tab
|
||||
'2022-07-18', // this, too, will appear in the Translators tab
|
||||
|
||||
// GUI
|
||||
// control bar:
|
||||
|
@ -306,7 +306,7 @@ SnapTranslator.dict.de = {
|
|||
'turn %counterclockwise %n degrees':
|
||||
'drehe %counterclockwise %n Grad',
|
||||
'point in direction %dir':
|
||||
'zeige Richtung %dir',
|
||||
'setze Richtung auf %dir Grad',
|
||||
'point towards %dst':
|
||||
'zeige auf %dst',
|
||||
'go to x: %n y: %n':
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
<script src="src/extensions.js?version=2022-07-11"></script>
|
||||
<script src="src/xml.js?version=2021-07-05"></script>
|
||||
<script src="src/store.js?version=2022-04-26"></script>
|
||||
<script src="src/locale.js?version=2022-06-28"></script>
|
||||
<script src="src/locale.js?version=2022-07-18"></script>
|
||||
<script src="src/cloud.js?version=2021-02-04"></script>
|
||||
<script src="src/api.js?version=2022-04-05"></script>
|
||||
<script src="src/sha512.js?version=2019-06-27"></script>
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
|
||||
// Global stuff
|
||||
|
||||
modules.locale = '2022-June-28';
|
||||
modules.locale = '2022-July-18';
|
||||
|
||||
var Localizer;
|
||||
var SnapTranslator = new Localizer();
|
||||
|
@ -187,7 +187,7 @@ SnapTranslator.dict.de = {
|
|||
'translator_e-mail':
|
||||
'jens@moenig.org, jadga.huegle@sap.com',
|
||||
'last_changed':
|
||||
'2022-06-28'
|
||||
'2022-07-18'
|
||||
};
|
||||
|
||||
SnapTranslator.dict.it = {
|
||||
|
|
Ładowanie…
Reference in New Issue