chore: renomear app para BrainWind v1.0

This commit is contained in:
2026-07-10 00:57:19 +00:00
parent 55221b3214
commit 9726f3c503
11 changed files with 698 additions and 15 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ type Dict = Record<string, Record<Locale, string>>;
const translations: Dict = {
// === Aplicação ===
app_title: { 'pt-BR': 'VentoApp', 'en-US': 'VentoApp' },
app_title: { 'pt-BR': 'BrainWind v1.0', 'en-US': 'BrainWind v1.0' },
app_subtitle: { 'pt-BR': 'Cálculo de cargas de vento — NBR 6123:2023', 'en-US': 'Wind load calculation — NBR 6123:2023' },
app_loading: { 'pt-BR': 'Carregando...', 'en-US': 'Loading...' },