chore: renomear app para BrainWind v1.0
This commit is contained in:
+1
-1
@@ -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...' },
|
||||
|
||||
|
||||
Reference in New Issue
Block a user