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
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1124,7 +1124,9 @@ export const de = {
1124
1124
"columnValueTooltip": "\\'{{currentCell}}\\': Aktuelle Zelldaten\n \\'{{currentRow}}\\': Aktuelle Zeilendaten\n \\'{{currentIndex}}\\': Aktueller Datenindex (beginnend bei 0)\n Beispiel: \\'{{currentCell * 5}}\\' Show 5 Times the Original Value Data.",
1125
1125
"imageSrc": "Bildquelle",
1126
1126
"imageSize": "Bildgröße",
1127
-
"columnTitle": "Titel",
1127
+
"columnTitle": "Titel anzeigen",
1128
+
"showTitle": "Show Title",
1129
+
"showTitleTooltip": "Spaltentitel im Tabellenkopf ein-/ausblenden",
0 commit comments