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
"inlineAddNewRow": "Inline neue Zeile(n) hinzufügen",
1523
+
"editMode": "Bearbeitungsmodus",
1524
+
"singleClick": "Einzelklick",
1525
+
"doubleClick": "Doppelklick",
1526
+
"showUpdateButtons": "Schaltflächen zum Speichern/Abbrechen anzeigen"
1520
1527
},
1521
1528
"image": {
1522
1529
...en.image,
@@ -2350,7 +2357,9 @@ export const de: typeof en = {
2350
2357
"clone": "Klonen",
2351
2358
"editorMode_layout": "Layout",
2352
2359
"editorMode_logic": "Logik",
2353
-
"editorMode_both": "Beide"
2360
+
"editorMode_both": "Beide",
2361
+
"editorMode_layout_tooltip": "Passen Sie im rechten Fenster das Erscheinungsbild und Layout der Komponente an. Passen Sie Aussehen, Stil und Animationen an.",
2362
+
"editorMode_logic_tooltip": "Richten Sie im rechten Fenster ein, wie Ihre Komponente funktioniert und interagiert. Verwalten Sie den Inhalt und das interaktive Verhalten."
"searchTextTooltip": "Search and Filter the DataPresented in the Table",
1857
+
"searchTextTooltip": "Search and Filter the Data, which is currently Presented in the Table. This is a frontend-only Search and Does Not Affect the Data Source Query.)",
1858
1858
"showQuickJumper": "Show Quick Jumper",
1859
1859
"hideOnSinglePage": "Hide on Single Page",
1860
1860
"showSizeChanger": "Show Size Changer Button",
@@ -1999,12 +1999,13 @@ export const en = {
1999
1999
"allColumn": "All",
2000
2000
"visibleColumn": "Visible",
2001
2001
"emptyColumns": "No Columns Are Currently Visible",
2002
-
"showSummary": "Show Summary Row",
2002
+
"showSummary": "Show Summary Row(s)",
2003
2003
"totalSummaryRows": "Total Rows",
2004
-
"inlineAddNewRow": "Inline Add New Row",
2004
+
"inlineAddNewRow": "Inline Add New Row(s)",
2005
2005
"editMode": "Edit Mode",
2006
2006
"singleClick": "Single Click",
2007
2007
"doubleClick": "Double Click",
2008
+
"showUpdateButtons": "Show Save/Cancel Buttons",
2008
2009
},
2009
2010
2010
2011
@@ -2142,7 +2143,7 @@ export const en = {
2142
2143
"single": "Single",
2143
2144
"multiple": "Multiple",
2144
2145
"close": "Close",
2145
-
"mode": "Select Mode"
2146
+
"mode": "Row Select Mode"
2146
2147
},
2147
2148
"container": {
2148
2149
"title": "Displayed Container Title",
@@ -2905,7 +2906,9 @@ export const en = {
2905
2906
"clone": "Clone",
2906
2907
"editorMode_layout": "Layout",
2907
2908
"editorMode_logic": "Logic",
2908
-
"editorMode_both": "Both"
2909
+
"editorMode_both": "Both",
2910
+
"editorMode_layout_tooltip": "Customise the component's appearance and layout, in the right window. Adjust how it looks, styles, and animates.",
2911
+
"editorMode_logic_tooltip": "Set up how your component works and interacts, in the right window. Manage its content and interactive behaviours."
"editorMode_layout_tooltip": "Personalize a aparência e o layout do componente, na janela direita. Ajuste sua aparência, estilo e animação.",
2971
+
"editorMode_logic_tooltip": "Configure como seu componente funciona e interage, na janela direita. Gerencie seu conteúdo e comportamentos interativos."
0 commit comments