Translations

This commit is contained in:
Renan LE CARO 2025-03-17 08:04:26 +01:00
parent d74d3be97e
commit 7aff5be9cd
4 changed files with 3691 additions and 5 deletions

View file

@ -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

View file

@ -11,6 +11,7 @@
android:label="@string/app_name"
android:supportsRtl="true"
tools:targetApi="31">
<activity
android:name=".MainActivity"

3687
dist/index.html vendored

File diff suppressed because one or more lines are too long

View file

@ -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",