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 # 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). 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. 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). 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 # Next
- extract game tick function to be able to test it
- extract sound logic, only set the params as a gamestate object - extract sound logic, only set the params as a gamestate object
- separate particles by type - separate particles by type
- reuse coins and particles - reuse coins and particles

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding ="utf-8"?> <?xml version="1.0" encoding ="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"> xmlns:tools="http://schemas.android.com/tools">
<application <application
android:allowBackup="true" android:allowBackup="true"
android:dataExtractionRules="@xml/data_extraction_rules" android:dataExtractionRules="@xml/data_extraction_rules"
@ -11,6 +11,7 @@
android:label="@string/app_name" android:label="@string/app_name"
android:supportsRtl="true" android:supportsRtl="true"
tools:targetApi="31"> tools:targetApi="31">
<activity <activity
android:name=".MainActivity" 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.balls_lost": "Balles perdues",
"gameOver.stats.bricks_broken": "Briques cassées", "gameOver.stats.bricks_broken": "Briques cassées",
"gameOver.stats.bricks_per_minute": "Briques cassées par minute", "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_avg": "Combo moyen",
"gameOver.stats.combo_max": "Combo maximum", "gameOver.stats.combo_max": "Combo maximum",
"gameOver.stats.duration_per_level": "Durée par niveau", "gameOver.stats.duration_per_level": "Durée par niveau",