kopia lustrzana https://github.com/backface/turtlestitch
German translation update (for new strings 'type', 'scope' and 'slots')
rodzic
b3ba268037
commit
b29ff7981a
|
@ -16,8 +16,7 @@
|
|||
* new MOUSE POSITION primitive reporter in the SENSING category
|
||||
* new "position" choice in OF reporter's attribute dropdown, reports a list of XY coordinates
|
||||
* new "categories" choice in MY reporter's dropdown, reports an ordered list of all category names whose indices match the "category" reported elsewhere
|
||||
* new "label" choice in the OF BLOCK block-attribute reporter's dropdown
|
||||
* new "slots" choice in the OF BLOCK block-attribute reporter's dropdown
|
||||
* new "label", "type", "scope" and "slots" choices in the OF BLOCK block-attribute reporter's dropdown
|
||||
* new "set attribute of block" primitive, experimental
|
||||
* new "define block" primitive, experimental
|
||||
* new localization extension primitives in the "ide" category, hyperized
|
||||
|
@ -53,6 +52,7 @@
|
|||
|
||||
### 2022-05-30
|
||||
* threads: support single value for slot type
|
||||
* German translation update (for new strings 'type', 'scope' and 'slots')
|
||||
|
||||
### 2022-05-29
|
||||
* blocks, threads: new "slots" choice in the OF BLOCK block-attribute reporter's dropdown
|
||||
|
|
|
@ -185,7 +185,7 @@ SnapTranslator.dict.de = {
|
|||
'translator_e-mail':
|
||||
'jens@moenig.org, jadga.huegle@sap.com', // optional
|
||||
'last_changed':
|
||||
'2022-04-28', // this, too, will appear in the Translators tab
|
||||
'2022-05-30', // this, too, will appear in the Translators tab
|
||||
|
||||
// GUI
|
||||
// control bar:
|
||||
|
@ -741,6 +741,12 @@ SnapTranslator.dict.de = {
|
|||
'benutzerdefiniert?',
|
||||
'global?':
|
||||
'global?',
|
||||
'type':
|
||||
'Art',
|
||||
'scope':
|
||||
'Bereich',
|
||||
'slots':
|
||||
'Felder',
|
||||
'set %byob of block %repRing to %s':
|
||||
'setze %byob von Block %repRing auf %s',
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
<script src="src/extensions.js?version=2022-05-28"></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-04-28"></script>
|
||||
<script src="src/locale.js?version=2022-05-30"></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-April-28';
|
||||
modules.locale = '2022-May-30';
|
||||
|
||||
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-04-28'
|
||||
'2022-05-30'
|
||||
};
|
||||
|
||||
SnapTranslator.dict.it = {
|
||||
|
|
Ładowanie…
Reference in New Issue