Skip to content

Commit 8d12c5c

Browse files
committed
German translation update
1 parent a6d698a commit 8d12c5c

File tree

4 files changed

+17
-5
lines changed

4 files changed

+17
-5
lines changed

history.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2554,3 +2554,9 @@ ______
25542554
150730
25552555
------
25562556
* Blocks: improve keyboard editing for embedded rings
2557+
2558+
150806
2559+
------
2560+
* Polish & German translation updates
2561+
2562+
=== Release v4.0.2 ===

lang-de.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ SnapTranslator.dict.de = {
185185
'translator_e-mail':
186186
'[email protected]', // optional
187187
'last_changed':
188-
'2015-02-23', // this, too, will appear in the Translators tab
188+
'2015-08-06', // this, too, will appear in the Translators tab
189189

190190
// GUI
191191
// control bar:
@@ -780,6 +780,10 @@ SnapTranslator.dict.de = {
780780
'ausschalten, um Skripte\nnormal auszuf\u00fchren',
781781
'check to enable\nIDE animations':
782782
'einschalten um IDE-\nAnimationen zu erlauben',
783+
'Flat design':
784+
'Helles Design',
785+
'Keyboard Editing':
786+
'Tastaturunterstützung',
783787
'Thread safe scripts':
784788
'Threadsicherheit',
785789
'uncheck to allow\nscript reentrance':
@@ -798,6 +802,8 @@ SnapTranslator.dict.de = {
798802
'einschalten f\u00fcr flache\nPinselstrichenden',
799803
'uncheck for round ends of lines':
800804
'auschalten f\u00fcr runde\nPinselstrichenden',
805+
'Inheritance support':
806+
'Prototypische Vererbung',
801807

802808
// inputs
803809
'with inputs':

lang-pl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ SnapTranslator.dict.pl = {
190190
'translator_e-mail':
191191
'[email protected]', // optional
192192
'last_changed':
193-
'2013-08-05', // this, too, will appear in the Translators tab
193+
'2015-08-06', // this, too, will appear in the Translators tab
194194

195195
// GUI
196196
// control bar:

locale.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
/*global modules, contains*/
4444

45-
modules.locale = '2015-July-27';
45+
modules.locale = '2015-August-06';
4646

4747
// Global stuff
4848

@@ -149,7 +149,7 @@ SnapTranslator.dict.de = {
149149
'translator_e-mail':
150150
151151
'last_changed':
152-
'2015-02-23'
152+
'2015-08-06'
153153
};
154154

155155
SnapTranslator.dict.it = {
@@ -317,7 +317,7 @@ SnapTranslator.dict.pl = {
317317
'translator_e-mail':
318318
319319
'last_changed':
320-
'2013-08-05'
320+
'2015-08-06'
321321
};
322322

323323
SnapTranslator.dict.tw = {

0 commit comments

Comments
 (0)