kopia lustrzana https://github.com/backface/turtlestitch
German translation update
for attributes in the SET block - appending "my", translating with "Attribut"pull/95/head
rodzic
61948d4503
commit
1f6cdf16ff
|
@ -12,10 +12,12 @@
|
||||||
* "append" block now shows up when searching for it
|
* "append" block now shows up when searching for it
|
||||||
* **Translation Updates:**
|
* **Translation Updates:**
|
||||||
* Greek, thanks, HM100!
|
* Greek, thanks, HM100!
|
||||||
|
* German
|
||||||
|
|
||||||
### 2020-10-05
|
### 2020-10-05
|
||||||
* Greek translation updata, thanks, HM100!
|
* Greek translation updata, thanks, HM100!
|
||||||
* blocks, threads: prefixed attribute selection in the SET block with "my"
|
* blocks, threads: prefixed attribute selection in the SET block with "my"
|
||||||
|
* German translation update
|
||||||
|
|
||||||
### 2020-10-04
|
### 2020-10-04
|
||||||
* threads: made alpha values optional for generating costume pixels, none = solid
|
* threads: made alpha values optional for generating costume pixels, none = solid
|
||||||
|
|
|
@ -185,7 +185,7 @@ SnapTranslator.dict.de = {
|
||||||
'translator_e-mail':
|
'translator_e-mail':
|
||||||
'jens@moenig.org, jadga.huegle@sap.com', // optional
|
'jens@moenig.org, jadga.huegle@sap.com', // optional
|
||||||
'last_changed':
|
'last_changed':
|
||||||
'2020-09-03', // this, too, will appear in the Translators tab
|
'2020-10-05', // this, too, will appear in the Translators tab
|
||||||
|
|
||||||
// GUI
|
// GUI
|
||||||
// control bar:
|
// control bar:
|
||||||
|
@ -1908,7 +1908,7 @@ SnapTranslator.dict.de = {
|
||||||
'other clones':
|
'other clones':
|
||||||
'andere Klone',
|
'andere Klone',
|
||||||
'dangling?':
|
'dangling?':
|
||||||
'Baumeln?',
|
'baumelnd?',
|
||||||
'draggable?':
|
'draggable?':
|
||||||
'greifbar?',
|
'greifbar?',
|
||||||
'rotation style':
|
'rotation style':
|
||||||
|
@ -1946,6 +1946,26 @@ SnapTranslator.dict.de = {
|
||||||
'bottom':
|
'bottom':
|
||||||
'Rand unten',
|
'Rand unten',
|
||||||
|
|
||||||
|
// attributes in the SET block's dropdown
|
||||||
|
'my anchor':
|
||||||
|
'Attribut Verankerung',
|
||||||
|
'my parent':
|
||||||
|
'Attribut Vorfahr',
|
||||||
|
'my name':
|
||||||
|
'Attribut Name',
|
||||||
|
'my temporary?':
|
||||||
|
'Attribut temporär?',
|
||||||
|
'my dangling?':
|
||||||
|
'Attribut baumelnd?',
|
||||||
|
'my draggable?':
|
||||||
|
'Attribut greifbar?',
|
||||||
|
'my rotation style':
|
||||||
|
'Attribut Drehtyp',
|
||||||
|
'my rotation x':
|
||||||
|
'Attribut Drehpunkt x',
|
||||||
|
'my rotation y':
|
||||||
|
'Attribut Drehpunkt y',
|
||||||
|
|
||||||
// inheritance
|
// inheritance
|
||||||
'inherited':
|
'inherited':
|
||||||
'geerbt',
|
'geerbt',
|
||||||
|
|
|
@ -168,7 +168,7 @@ SnapTranslator.dict.de = {
|
||||||
'translator_e-mail':
|
'translator_e-mail':
|
||||||
'jens@moenig.org, jadga.huegle@sap.com',
|
'jens@moenig.org, jadga.huegle@sap.com',
|
||||||
'last_changed':
|
'last_changed':
|
||||||
'2020-09-03'
|
'2020-10-05'
|
||||||
};
|
};
|
||||||
|
|
||||||
SnapTranslator.dict.it = {
|
SnapTranslator.dict.it = {
|
||||||
|
|
Ładowanie…
Reference in New Issue