refactor: add localizations

This commit is contained in:
cogwheel0
2025-08-29 01:04:29 +05:30
parent 6b66b304b4
commit 7f2d89bc37
10 changed files with 100 additions and 8 deletions

View File

@@ -251,5 +251,12 @@
"versionLabel": "Version : {version} ({build})",
"@versionLabel": {"placeholders": {"version": {"type": "String"}, "build": {"type": "String"}}},
"githubRepository": "Dépôt GitHub",
"unableToLoadAppInfo": "Impossible de charger les informations de l'application"
"unableToLoadAppInfo": "Impossible de charger les informations de l'application",
"thinking": "Réflexion…",
"thoughts": "Réflexions",
"thoughtForDuration": "A réfléchi pendant {duration}",
"@thoughtForDuration": {
"description": "Indique la durée de réflexion de l'assistant.",
"placeholders": {"duration": {"type": "String", "example": "3 s"}}
}
}