You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: client/packages/lowcoder/src/i18n/locales/de.ts
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1969,7 +1969,7 @@ export const de: typeof en = {
1969
1969
"unStructuredError": "Unstrukturierte Daten {prev} können nicht von {path} aktualisiert werden",
1970
1970
"valueDesc": "Vorläufiger Zustandswert",
1971
1971
"deleteMessage": "Der temporäre Zustand wurde erfolgreich gelöscht. Du kannst {undoKey} zum Rückgängigmachen verwenden.",
1972
-
"documentationText": "Temporäre Zustände in Lowcoder sind eine leistungsstarke Funktion zur Verwaltung komplexer Variablen, die den Zustand von Komponenten in deiner Anwendung dynamisch aktualisieren. Diese Zustände dienen als Zwischenspeicher für Daten, die sich im Laufe der Zeit aufgrund von Benutzerinteraktionen oder anderen Prozessen ändern können."
1972
+
"documentationText": "Temporäre Zustände sind eine leistungsstarke Funktion zur Verwaltung komplexer Variablen, die den Zustand von Komponenten in deiner Anwendung dynamisch aktualisieren. Diese Zustände dienen als Zwischenspeicher für Daten, die sich im Laufe der Zeit aufgrund von Benutzerinteraktionen oder anderen Prozessen ändern können."
1973
1973
},
1974
1974
"dataResponder": {
1975
1975
...en.dataResponder,
@@ -2254,7 +2254,7 @@ export const de: typeof en = {
2254
2254
"setPassAfterBind": "Du kannst das Passwort nach der Kontobindung festlegen",
2255
2255
"socialConnections": "Soziale Bindungen",
2256
2256
"changeAvatar": "Avatar ändern",
2257
-
"about": "Dein Lowcoder Account",
2257
+
"about": "Dein Account",
2258
2258
"userId": "Benutzer-ID",
2259
2259
"createdAt": "Erstellt am",
2260
2260
"currentOrg": "aktuelle Organisation",
@@ -2500,8 +2500,8 @@ export const de: typeof en = {
2500
2500
"copyLink": "Link kopieren",
2501
2501
"appPublicMessage": "App veröffentlichen. Die App wird damit für jeden sichtbar.",
2502
2502
"modulePublicMessage": "Module veröffentlichen. Das Module wird damit für jeden sichtbar.",
2503
-
"appMarketplaceMessage": "Veröffentlichen Sie Ihre App auf dem Lowcoder-Marktplatz. Jeder kann sie dort sehen und kopieren.",
2504
-
"moduleMarketplaceMessage": "Veröffentlichen Sie Ihr Modul auf dem Lowcoder-Marktplatz. Jeder kann es dort sehen und kopieren.",
2503
+
"appMarketplaceMessage": "Veröffentlichen Sie Ihre App auf dem öffentlichen Marktplatz. Jeder kann sie dort sehen und kopieren.",
2504
+
"moduleMarketplaceMessage": "Veröffentlichen Sie Ihr Modul auf dem öffentlichen Marktplatz. Jeder kann es dort sehen und kopieren.",
2505
2505
"marketplaceGoodPublishing": "Bitte stellen Sie sicher, dass Ihre App gut benannt und einfach zu bedienen ist. Entfernen Sie alle sensiblen Informationen vor der Veröffentlichung. Entfernen Sie außerdem lokale Datenquellen und ersetzen Sie sie durch statische, integrierte temporäre Daten.",
2506
2506
"noMarketplaceApps": "Noch sind keine Anwendungen auf dem Marktplatz.",
Copy file name to clipboardExpand all lines: client/packages/lowcoder/src/i18n/locales/en.ts
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -209,8 +209,8 @@ export const en = {
209
209
"contentScrollbar" : "Show Scrollbars in Content",
210
210
"appID": "App Id",
211
211
"showApp": "Show an App in the content area",
212
-
"showAppTooltip": "You can display whole Lowcoder Apps in the content area. Please mind, that for Modules we do not support Inputs, Outputs Events and Methods.",
213
-
"baseURL": "Lowcoder API Base URL",
212
+
"showAppTooltip": "You can display whole Apps in the content area. Please mind, that for Modules we do not support Inputs, Outputs Events and Methods.",
213
+
"baseURL": "API Base URL",
214
214
"horizontal": "Horizontal",
215
215
"minHorizontalWidth": "Minimum Horizontal Width",
216
216
"component": "Own Component Identifiers",
@@ -2420,7 +2420,7 @@ export const en = {
2420
2420
"unStructuredError": "Unstructured Data {prev} Can't Be Updated by {path}",
2421
2421
"valueDesc": "Temporary State Value",
2422
2422
"deleteMessage": "The Temporary State is Deleted Successfully. You Can Use {undoKey} to Undo.",
2423
-
"documentationText" : "Temporary states in Lowcoder are a powerful feature used to manage complex variables that dynamically update the state of components in your application. These states act as intermediary or transient storage for data that can change over time due to user interactions or other processes."
2423
+
"documentationText" : "Temporary states are a powerful feature used to manage complex variables that dynamically update the state of components in your application. These states act as intermediary or transient storage for data that can change over time due to user interactions or other processes."
2424
2424
},
2425
2425
"dataResponder": {
2426
2426
"data": "Data",
@@ -2582,7 +2582,7 @@ export const en = {
2582
2582
"module": {
2583
2583
"emptyText": "No Data",
2584
2584
"docLink": "Read More About Modules...",
2585
-
"documentationText" : "Lowcoder Modules are complete Applications, that can get included and repeated in other Lowcoder Applications and it functions just like a single component. As modules can get embedded, they need to be able to interact with your outside apps or websites. This four settings help to support communication with a Module.",
2585
+
"documentationText" : "Modules are complete Applications, that can get included and repeated in other Applications and it functions just like a single component. As modules can get embedded, they need to be able to interact with your outside apps or websites. This four settings help to support communication with a Module.",
2586
2586
"circularReference": "Circular Reference, Current Module/Application Cannot Be Used!",
2587
2587
"emptyTestInput": "The Current Module Has No Input to Test",
2588
2588
"emptyTestMethod": "The Current Module Has No Method to Test",
@@ -2982,8 +2982,8 @@ export const en = {
2982
2982
"appPublicMessage": "Make the app public. Anyone can view.",
2983
2983
"modulePublicMessage": "Make the module public. Anyone can view.",
"appMarketplaceMessage": "Publish your App on Lowcoder Marketplace. Anyone can view and copy it from there.",
2986
-
"moduleMarketplaceMessage": "Publish your Module on Lowcoder Marketplace. Anyone can view and copy it from there.",
2985
+
"appMarketplaceMessage": "Publish your App on the Public Marketplace. Anyone can view and copy it from there.",
2986
+
"moduleMarketplaceMessage": "Publish your Module on the Public Marketplace. Anyone can view and copy it from there.",
2987
2987
"marketplaceGoodPublishing": "Please make sure your app is well-named and easy to use. Remove any sensitive information before publishing. Also, remove local datasources and replace by static built-in temporary data.",
2988
2988
"noMarketplaceApps": "No apps yet in the marketplace",
2989
2989
"errorMarketplaceApps": "Error while loading Marketplace Apps",
@@ -3001,7 +3001,7 @@ export const en = {
3001
3001
"copyNamePlaceholder": "Please enter a {type} name",
3002
3002
"chooseNavType": "Please choose navigation type",
3003
3003
"createNavigation": "Create Navigation",
3004
-
"howToUseAPI": "How to use the Lowcoder Open Rest API",
0 commit comments