feat: require click on the loading screen, and make intro animation faster

This commit is contained in:
2026-02-24 12:07:14 +01:00
parent 5485e66b20
commit 7ac60d186f
7 changed files with 36 additions and 14 deletions

View File

@@ -44,11 +44,9 @@
"settings": {
"title": "Settings",
"description": "Change system settings here. Select\nthe settings you'd like to change.",
"options": {
"title": "Options",
"description": "Change other settings.",
"renderingMode": {
"title": "Rendering",
"description": "Change the app rendering mode\nbetween 2D and 3D.",
@@ -77,7 +75,6 @@
"clock": {
"title": "Clock",
"description": "Change date, time, and achievement\nsettings.",
"achievements": {
"title": "Achievements",
"description": "Manage your achievements.",
@@ -87,7 +84,6 @@
"obtained": "Obtained",
"total": "Total"
},
"date": {
"title": "Date",
"description": "Today's date.",
@@ -95,7 +91,6 @@
"day": "Day",
"year": "Year"
},
"time": {
"title": "Time",
"description": "Current time.",
@@ -106,7 +101,6 @@
"user": {
"title": "User",
"description": "Enter user informations.",
"color": {
"title": "Color",
"description": "Select your favorite color.",
@@ -181,5 +175,9 @@
"no": "no",
"text": "Open {url}?"
}
},
"loadingScreen": {
"loading": "Loading...",
"clickToStart": "Click to start"
}
}