File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
client/packages/lowcoder/src Expand file tree Collapse file tree 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";
3939import LazyRoute from "components/LazyRoute" ;
4040import { getAntdLocale } from "i18n/antdLocale" ;
4141import { ProductLoading } from "components/ProductLoading" ;
42- import { language , trans } from "i18n" ;
42+ import { trans } from "i18n" ; // language
4343import { loadComps } from "comps" ;
4444import { initApp } from "util/commonUtils" ;
4545import { favicon } from "assets/images" ;
4646import { hasQueryParam } from "util/urlUtils" ;
47- import { getCurrentUser , isFetchUserFinished } from "redux/selectors/usersSelectors" ;
47+ import { isFetchUserFinished } from "redux/selectors/usersSelectors" ; // getCurrentUser,
4848import { SystemWarning } from "./components/SystemWarning" ;
4949import { getBrandingConfig } from "./redux/selectors/configSelectors" ;
5050import { buildMaterialPreviewURL } from "./util/materialUtils" ;
Original file line number Diff line number Diff line change @@ -2251,13 +2251,13 @@ export const de: typeof en = {
22512251 "setPassAfterBind" : "Du kannst das Passwort nach der Kontobindung festlegen" ,
22522252 "socialConnections" : "Soziale Bindungen" ,
22532253 "changeAvatar" : "Avatar ändern" ,
2254- "about" : "Um " ,
2254+ "about" : "Dein Lowcoder Account " ,
22552255 "userId" : "Benutzer-ID" ,
2256- "createdAt" : "Hergestellt in " ,
2256+ "createdAt" : "Erstellt am " ,
22572257 "currentOrg" : "aktuelle Organisation" ,
22582258 "settings" : "Einstellungen" ,
22592259 "uiLanguage" : "UI-Sprache" ,
2260- "info" : "Die Info" ,
2260+ "info" : "Info" ,
22612261 "createdApps" : "Erstellte Apps" ,
22622262 "createdModules" : "Erstellte Module" ,
22632263 "onMarketplace" : "Auf dem Marktplatz" ,
You can’t perform that action at this time.
0 commit comments