From 7aff5be9cde8b1afce4a73d3f4f2725d34af5293 Mon Sep 17 00:00:00 2001 From: Renan LE CARO Date: Mon, 17 Mar 2025 08:04:26 +0100 Subject: [PATCH] Translations --- Readme.md | 4 +- app/src/main/AndroidManifest.xml | 3 +- dist/index.html | 3687 +++++++++++++++++++++++++++++- src/i18n/fr.json | 2 +- 4 files changed, 3691 insertions(+), 5 deletions(-) diff --git a/Readme.md b/Readme.md index 7a98ea0..7110fe2 100644 --- a/Readme.md +++ b/Readme.md @@ -15,7 +15,7 @@ Break colourful bricks, catch bouncing coins and select powerful upgrades ! # System requirements -Breakout 71 can work offline and perform well even on low-end devices. +Breakout 71 can work offline (add it to home screen) and perform well even on low-end devices. It's very lean and does not take much storage space (Roughly 0.1MB). If the app stutters, turn on "fast mode" in the settings to render a simplified view that should be faster. There's also an easy mode for kids (slower ball). @@ -23,7 +23,7 @@ There's also an easy mode for kids (slower ball). # Next -- extract game tick function to be able to test it + - extract sound logic, only set the params as a gamestate object - separate particles by type - reuse coins and particles diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 2700098..20945b0 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,7 +1,7 @@ - + + Breakout 71 \ No newline at end of file + + + + + + + Breakout 71 + + + + + + + + + + + + + diff --git a/src/i18n/fr.json b/src/i18n/fr.json index 650b12a..8eef790 100644 --- a/src/i18n/fr.json +++ b/src/i18n/fr.json @@ -11,7 +11,7 @@ "gameOver.stats.balls_lost": "Balles perdues", "gameOver.stats.bricks_broken": "Briques cassées", "gameOver.stats.bricks_per_minute": "Briques cassées par minute", - "gameOver.stats.catch_rate": "Taux de capture des pièces", + "gameOver.stats.catch_rate": "Pièces attrapées", "gameOver.stats.combo_avg": "Combo moyen", "gameOver.stats.combo_max": "Combo maximum", "gameOver.stats.duration_per_level": "Durée par niveau",