Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
appinventor-sources
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
appinventor-sources
Commits
b730fa8d
Unverified
Commit
b730fa8d
authored
May 07, 2019
by
Jeffrey I. Schiller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Another minor fix to the German translation
Change-Id: I31b6218b4e851822c701cc65eb7812d76895a83b
parent
1cbcf994
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
+13
-13
appinventor/blocklyeditor/src/msg/de/_messages.js
appinventor/blocklyeditor/src/msg/de/_messages.js
+13
-13
No files found.
appinventor/blocklyeditor/src/msg/de/_messages.js
View file @
b730fa8d
...
...
@@ -91,23 +91,23 @@ Blockly.Msg.de.switch_language_to_german = {
Blockly
.
Msg
.
DISABLE_SNAPPING
=
'
Einrasten in Gitter deaktivieren
'
;
// Variable renaming.
Blockly
.
M
SG_
CHANGE_VALUE_TITLE
=
'
Wert ändern:
'
;
Blockly
.
M
SG_
NEW_VARIABLE
=
'
Neue Variable...
'
;
Blockly
.
M
SG_
NEW_VARIABLE_TITLE
=
'
Neuer Variablenname:
'
;
Blockly
.
M
SG_
RENAME_VARIABLE
=
'
Variable umbenennen...
'
;
Blockly
.
M
SG_
RENAME_VARIABLE_TITLE
=
'
Alle "%1" Variablen umbenennen in:
'
;
Blockly
.
M
sg
.
CHANGE_VALUE_TITLE
=
'
Wert ändern:
'
;
Blockly
.
M
sg
.
NEW_VARIABLE
=
'
Neue Variable...
'
;
Blockly
.
M
sg
.
NEW_VARIABLE_TITLE
=
'
Neuer Variablenname:
'
;
Blockly
.
M
sg
.
RENAME_VARIABLE
=
'
Variable umbenennen...
'
;
Blockly
.
M
sg
.
RENAME_VARIABLE_TITLE
=
'
Alle "%1" Variablen umbenennen in:
'
;
// Toolbox.
Blockly
.
M
SG_
VARIABLE_CATEGORY
=
'
Variablen
'
;
Blockly
.
M
SG_
PROCEDURE_CATEGORY
=
'
Prozeduren
'
;
Blockly
.
M
sg
.
VARIABLE_CATEGORY
=
'
Variablen
'
;
Blockly
.
M
sg
.
PROCEDURE_CATEGORY
=
'
Prozeduren
'
;
// Warnings/Errors
Blockly
.
ERROR_BLOCK_CANNOT_BE_IN_DEFINTION
=
"
Dieser Block darf nicht in einer Definition sein
"
;
Blockly
.
ERROR_SELECT_VALID_ITEM_FROM_DROPDOWN
=
"
Wählen Sie einen gültigen Eintrag im Dropdown.
"
;
Blockly
.
ERROR_DUPLICATE_EVENT_HANDLER
=
"
Das ist ein duplizierter Ereignisbehandler für diese Komponente.
"
;
Blockly
.
ERROR_COMPONENT_DOES_NOT_EXIST
=
"
Komponente existiert nicht
"
;
Blockly
.
ERROR_BLOCK_IS_NOT_DEFINED
=
"
Dieser Block ist nicht definiert. Diesen Block löschen!
"
;
Blockly
.
ERROR_BREAK_ONLY_IN_LOOP
=
"
Der Break-Block sollte nur innerhalb von Schleifen verwendet werden
"
;
Blockly
.
Msg
.
ERROR_BLOCK_CANNOT_BE_IN_DEFINTION
=
"
Dieser Block darf nicht in einer Definition sein
"
;
Blockly
.
Msg
.
ERROR_SELECT_VALID_ITEM_FROM_DROPDOWN
=
"
Wählen Sie einen gültigen Eintrag im Dropdown.
"
;
Blockly
.
Msg
.
ERROR_DUPLICATE_EVENT_HANDLER
=
"
Das ist ein duplizierter Ereignisbehandler für diese Komponente.
"
;
Blockly
.
Msg
.
ERROR_COMPONENT_DOES_NOT_EXIST
=
"
Komponente existiert nicht
"
;
Blockly
.
Msg
.
ERROR_BLOCK_IS_NOT_DEFINED
=
"
Dieser Block ist nicht definiert. Diesen Block löschen!
"
;
Blockly
.
Msg
.
ERROR_BREAK_ONLY_IN_LOOP
=
"
Der Break-Block sollte nur innerhalb von Schleifen verwendet werden
"
;
// Colour Blocks.
Blockly
.
Msg
.
LANG_COLOUR_PICKER_HELPURL
=
'
http://appinventor.mit.edu/explore/ai2/support/blocks/colors#basic
'
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment