Skip to content

Commit 58b4d82

Browse files
author
FalkWolsky
committed
German Translation updated
1 parent cdda95b commit 58b4d82

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

client/packages/lowcoder/src/app.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ import history from "util/history";
3939
import LazyRoute from "components/LazyRoute";
4040
import { getAntdLocale } from "i18n/antdLocale";
4141
import { ProductLoading } from "components/ProductLoading";
42-
import { language, trans } from "i18n";
42+
import { trans } from "i18n"; // language
4343
import { loadComps } from "comps";
4444
import { initApp } from "util/commonUtils";
4545
import { favicon } from "assets/images";
4646
import { hasQueryParam } from "util/urlUtils";
47-
import { getCurrentUser, isFetchUserFinished } from "redux/selectors/usersSelectors";
47+
import { isFetchUserFinished } from "redux/selectors/usersSelectors"; // getCurrentUser,
4848
import { SystemWarning } from "./components/SystemWarning";
4949
import { getBrandingConfig } from "./redux/selectors/configSelectors";
5050
import { buildMaterialPreviewURL } from "./util/materialUtils";

client/packages/lowcoder/src/i18n/locales/de.ts

+3-3
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)