File tree 2 files changed +5
-5
lines changed
client/packages/lowcoder/src
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -39,12 +39,12 @@ import history from "util/history";
39
39
import LazyRoute from "components/LazyRoute" ;
40
40
import { getAntdLocale } from "i18n/antdLocale" ;
41
41
import { ProductLoading } from "components/ProductLoading" ;
42
- import { language , trans } from "i18n" ;
42
+ import { trans } from "i18n" ; // language
43
43
import { loadComps } from "comps" ;
44
44
import { initApp } from "util/commonUtils" ;
45
45
import { favicon } from "assets/images" ;
46
46
import { hasQueryParam } from "util/urlUtils" ;
47
- import { getCurrentUser , isFetchUserFinished } from "redux/selectors/usersSelectors" ;
47
+ import { isFetchUserFinished } from "redux/selectors/usersSelectors" ; // getCurrentUser,
48
48
import { SystemWarning } from "./components/SystemWarning" ;
49
49
import { getBrandingConfig } from "./redux/selectors/configSelectors" ;
50
50
import { buildMaterialPreviewURL } from "./util/materialUtils" ;
Original file line number Diff line number Diff line change @@ -2251,13 +2251,13 @@ export const de: typeof en = {
2251
2251
"setPassAfterBind" : "Du kannst das Passwort nach der Kontobindung festlegen" ,
2252
2252
"socialConnections" : "Soziale Bindungen" ,
2253
2253
"changeAvatar" : "Avatar ändern" ,
2254
- "about" : "Um " ,
2254
+ "about" : "Dein Lowcoder Account " ,
2255
2255
"userId" : "Benutzer-ID" ,
2256
- "createdAt" : "Hergestellt in " ,
2256
+ "createdAt" : "Erstellt am " ,
2257
2257
"currentOrg" : "aktuelle Organisation" ,
2258
2258
"settings" : "Einstellungen" ,
2259
2259
"uiLanguage" : "UI-Sprache" ,
2260
- "info" : "Die Info" ,
2260
+ "info" : "Info" ,
2261
2261
"createdApps" : "Erstellte Apps" ,
2262
2262
"createdModules" : "Erstellte Module" ,
2263
2263
"onMarketplace" : "Auf dem Marktplatz" ,
You can’t perform that action at this time.
0 commit comments