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: modules/language/en.go
+42Lines changed: 42 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -405,4 +405,46 @@ var en = LangSet{
405
405
"admin.basic admin": "Basic Admin",
406
406
"admin.a built-in plugins of goadmin which help you to build a crud manager platform quickly.": "A built-in plugins of GoAdmin which help you to build a crud manager platform quickly.",
407
407
"admin.official": "Official",
408
+
409
+
"current page": "Current Page",
410
+
"login": "Login",
411
+
"username and password can not be empty": "Username and password can not be empty",
412
+
"showing <b>%s</b> to <b>%s</b> of <b>%s</b> entries": "showing <b>%s</b> to <b>%s</b> of <b>%s</b> entries",
413
+
"code generate tool": "Code Generator",
414
+
"close": "close",
415
+
"fail": "fail",
416
+
"wrong captcha": "incorrect verification code",
417
+
"config.must bigger than 900 seconds": "Must be greater than 900 seconds",
0 commit comments