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/en.ts
+39-1
Original file line number
Diff line number
Diff line change
@@ -275,7 +275,45 @@ export const en = {
275
275
"throttle": "Throttle for",
276
276
"slowdownTooltip": "Use debounce or throttle to control the frequency of action triggers. Time unit can be 'ms' (millisecond, default) or 's' (second).",
277
277
"notHandledError": "Not Handled",
278
-
"currentApp": "Current"
278
+
"currentApp": "Current",
279
+
280
+
"inputEventHandlers": "Input Event Handlers",
281
+
"inputEventHandlersDesc": "Event Handlers related to User Input",
282
+
"buttonEventHandlers": "Button Event Handlers",
283
+
"buttonEventHandlersDesc": "Event Handlers related to Button Clicks",
284
+
"changeEventHandlers": "Change Event Handlers",
285
+
"changeEventHandlersDesc": "Event Handlers related to Value Changes",
286
+
"editedEventHandlers": "Edit Event Handlers",
287
+
"editedEventHandlersDesc": "Event Handlers related to edited state of Elements",
288
+
"clickEventHandlers": "Click Event Handlers",
289
+
"clickEventHandlersDesc": "Event Handlers related to Clicks",
290
+
"keyDownEventHandlers": "Key Down Event Handlers",
291
+
"keyDownEventHandlersDesc": "Event Handlers related to Key Down Events",
0 commit comments