Skip to content

Commit

Permalink
Added "Game Over" text block.
Browse files Browse the repository at this point in the history
Fixed issue with audio blocks.
Fixed group creation issue.
Fixed missing stop button on the preview window.
Replaced deprecated Blockly reference.
Improved translations.
  • Loading branch information
MarkusBordihn committed Feb 19, 2024
1 parent a12acf8 commit 6d99642
Show file tree
Hide file tree
Showing 19 changed files with 512 additions and 344 deletions.
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"cSpell.words": [
"anims",
"audiotrack",
"autorun",
"autoscroll",
Expand Down Expand Up @@ -80,6 +81,7 @@
"Tahoma",
"timelapse",
"ttyv",
"tweens",
"uglifyjs",
"umount",
"unlisten",
Expand Down
10 changes: 10 additions & 0 deletions locales/de/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
"BLOCKS_PHASER_ON_PRELOAD": "beim Vorausladen",
"BLOCKS_PHASER_ON_RENDER": "beim Rendern",
"BLOCKS_PHASER_ON_UPDATE": "bei Aktualisierung",
"BLOCKS_PHASER_INPUT_LOGIC": "Eingabe Logik",
"BLOCKS_PHASER_OPEN_FILE_LIBRARY": "Öffne Datei Bibliothek",
"BLOCKS_PHASER_PHYSICS_ARCADE_ENABLE": "verwende Arcade Physik für",
"BLOCKS_PHASER_PHYSICS_SPRITE": "Physics Sprite",
Expand Down Expand Up @@ -143,6 +144,10 @@
"BLOCKS_PHASER_TIME_EVENT": "nach",
"BLOCKS_PHASER_TIME_LOOP_EVENT": "wiederhole alle",
"BLOCKS_PHASER_UPDATE": "Aktualisieren",
"BLOCKS_PHASER_VARIABLE_TEXT": "Text",
"BLOCKS_PHASER_VARIABLE_GROUP": "Gruppe",
"BLOCKS_PHASER_VARIABLE_INPUT": "Eingabe",
"BLOCKS_PHASER_VARIABLE_SPRITE": "Sprite",
"BLOCKS_PHASER_WITH_THE_SIZE": "mit der Größe",
"BLOCKS_PHASER_WORLD": "Welt",
"BLOCKS_PHASER_WORLD_ARCADE_PHYSICS": "Welt Arcade-Physik",
Expand Down Expand Up @@ -240,6 +245,11 @@
"SELECT_PROJECT_TO_OPEN": "Wähle ein Projekt zum Öffnen aus",
"SELECT_SCREEN_SUBTITLE": "Eine pädagogische und webbasierte Entwicklerumgebung",
"SELECT_SCREEN_TITLE": "Willkomen zu Coding with Chrome!",
"SELECT_SCREEN.EXPERIMENTAL.TITLE": "Experimentelle Version",
"SELECT_SCREEN.EXPERIMENTAL.DESCRIPTION": "Diese Version befindet sich noch in der Entwicklung, ist nicht voll funktionsfähig und kann Fehler enthalten.",
"SELECT_SCREEN.UPDATE.TITLE": "Update verfügbar",
"SELECT_SCREEN.UPDATE.DESCRIPTION": "Eine neue Version von Coding with Chrome ist verfügbar. Bitte klicken Sie auf die folgende Aktualisierungsschaltfläche, um die neueste Version zu erhalten.",
"SELECT_SCREEN.UPDATE.BUTTON": "Coding with Chrome aktualisieren",
"SELECT_YOUR_LANGUAGE": "Wähle deine Sprache aus",
"SORT_BY_DATE": "Sortieren nach Datum",
"SORT_BY_NAME": "Sortieren nach Name",
Expand Down
10 changes: 10 additions & 0 deletions locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
"BLOCKS_PHASER_DEBUG_POINTER": "debug pointer",
"BLOCKS_PHASER_DEBUG_SPRITE": "debug sprite",
"BLOCKS_PHASER_DYNAMIC_TEXT_ADD_HIGHSCORE": "as highscore",
"BLOCKS_PHASER_INPUT_LOGIC": "Input Logic",
"BLOCKS_PHASER_EXAMPLE_FILES": "Example Files",
"BLOCKS_PHASER_EXAMPLE_FILES_BACKGROUND": "Backgroud Images",
"BLOCKS_PHASER_EXAMPLE_FILES_BALL": "Ball Images",
Expand Down Expand Up @@ -144,6 +145,10 @@
"BLOCKS_PHASER_TIME_LOOP_EVENT": "repeat every",
"BLOCKS_PHASER_UPDATE": "Update",
"BLOCKS_PHASER_WITH_THE_SIZE": "with the size",
"BLOCKS_PHASER_VARIABLE_TEXT": "Text",
"BLOCKS_PHASER_VARIABLE_GROUP": "Group",
"BLOCKS_PHASER_VARIABLE_INPUT": "Input",
"BLOCKS_PHASER_VARIABLE_SPRITE": "Sprite",
"BLOCKS_PHASER_WORLD": "World",
"BLOCKS_PHASER_WORLD_ARCADE_PHYSICS": "world arcade physics",
"BLOCKS_PHASER_WORLD_ARCADE_PHYSICS_CHANGE": "change world arcade physics",
Expand Down Expand Up @@ -250,6 +255,11 @@
"START_FROM_LEFT": "start from left",
"START_FROM_RIGHT": "start from right",
"START_FROM_TOP": "start from top",
"SELECT_SCREEN.EXPERIMENTAL.TITLE": "Experimental Version",
"SELECT_SCREEN.EXPERIMENTAL.DESCRIPTION": "This version is still in development, not fully functional and may contain errors.Use at your own risk.",
"SELECT_SCREEN.UPDATE.TITLE": "Update available",
"SELECT_SCREEN.UPDATE.DESCRIPTION": "A new version of Coding with Chrome is available. Please click the following update button to get the latest version.",
"SELECT_SCREEN.UPDATE.BUTTON": "Update Coding with Chrome",
"TILE_POSITION_X": "tile position x",
"TILE_POSITION_Y": "tile position y",
"TOP": "top",
Expand Down
Loading

0 comments on commit 6d99642

Please sign in to comment.