Skip to content

Commit

Permalink
German translation update
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoenig committed Aug 6, 2015
1 parent a6d698a commit 8d12c5c
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
6 changes: 6 additions & 0 deletions history.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2554,3 +2554,9 @@ ______
150730
------
* Blocks: improve keyboard editing for embedded rings

150806
------
* Polish & German translation updates

=== Release v4.0.2 ===
8 changes: 7 additions & 1 deletion lang-de.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ SnapTranslator.dict.de = {
'translator_e-mail':
'jens@moenig.org', // optional
'last_changed':
'2015-02-23', // this, too, will appear in the Translators tab
'2015-08-06', // this, too, will appear in the Translators tab

// GUI
// control bar:
Expand Down Expand Up @@ -780,6 +780,10 @@ SnapTranslator.dict.de = {
'ausschalten, um Skripte\nnormal auszuf\u00fchren',
'check to enable\nIDE animations':
'einschalten um IDE-\nAnimationen zu erlauben',
'Flat design':
'Helles Design',
'Keyboard Editing':
'Tastaturunterstützung',
'Thread safe scripts':
'Threadsicherheit',
'uncheck to allow\nscript reentrance':
Expand All @@ -798,6 +802,8 @@ SnapTranslator.dict.de = {
'einschalten f\u00fcr flache\nPinselstrichenden',
'uncheck for round ends of lines':
'auschalten f\u00fcr runde\nPinselstrichenden',
'Inheritance support':
'Prototypische Vererbung',

// inputs
'with inputs':
Expand Down
2 changes: 1 addition & 1 deletion lang-pl.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ SnapTranslator.dict.pl = {
'translator_e-mail':
'witek@oeiizk.waw.pl', // optional
'last_changed':
'2013-08-05', // this, too, will appear in the Translators tab
'2015-08-06', // this, too, will appear in the Translators tab

// GUI
// control bar:
Expand Down
6 changes: 3 additions & 3 deletions locale.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

/*global modules, contains*/

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

// Global stuff

Expand Down Expand Up @@ -149,7 +149,7 @@ SnapTranslator.dict.de = {
'translator_e-mail':
'jens@moenig.org',
'last_changed':
'2015-02-23'
'2015-08-06'
};

SnapTranslator.dict.it = {
Expand Down Expand Up @@ -317,7 +317,7 @@ SnapTranslator.dict.pl = {
'translator_e-mail':
'witek@oeiizk.waw.pl',
'last_changed':
'2013-08-05'
'2015-08-06'
};

SnapTranslator.dict.tw = {
Expand Down

0 comments on commit 8d12c5c

Please sign in to comment.