Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit be505f0

Browse files
committed
add timer to locales
1 parent d6ef5c4 commit be505f0

File tree

1 file changed

+15
-0
lines changed
  • viewer/packages/lowcoder/src/i18n/locales

1 file changed

+15
-0
lines changed

viewer/packages/lowcoder/src/i18n/locales/en.ts

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,5 +97,20 @@ export const en = {
9797
"inviteWelcomeTitle": "{username} invites You to work together",
9898
"invalidThirdPartyParam": "Invalid Third-Party Param",
9999
"poweredByLowcoder": "Powered by: Lowcoder.cloud"
100+
},
101+
"timer": {
102+
"timerState": "timer State",
103+
"elapsedTime": "Elapsed Time",
104+
"timer": "Timer",
105+
"countdown": "Countdown",
106+
"defaultValue": "Default Value",
107+
"timerType": "Timer Type",
108+
"start": "Start",
109+
"pause": "Pause",
110+
"resume": "Resume",
111+
"reset": "Reset",
112+
"startPause": "Start/Pause",
113+
"hideButton": "Hide Button",
114+
"fontColor": "Font Color"
100115
}
101116
}

0 commit comments

Comments
 (0)