@saltcorn/server 0.7.1-beta.2 → 0.7.2-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/locales/en.json +7 -1
- package/locales/zh.json +888 -0
- package/package.json +10 -8
- package/public/jquery-menu-editor.min.js +5 -0
- package/public/saltcorn.css +9 -0
- package/public/saltcorn.js +71 -7
- package/routes/fields.js +13 -1
- package/routes/files.js +51 -0
- package/routes/plugins.js +26 -13
- package/routes/viewedit.js +45 -0
- package/tests/clientjs.test.js +55 -0
- package/tests/plugins.test.js +2 -2
- package/tests/view.test.js +1 -1
package/locales/en.json
CHANGED
|
@@ -883,5 +883,11 @@
|
|
|
883
883
|
"Configuration errors": "Configuration errors",
|
|
884
884
|
"Configuration checks passed": "Configuration checks passed",
|
|
885
885
|
"On delete cascade": "On delete cascade",
|
|
886
|
-
"If the parent row is deleted, automatically delete the child rows.": "If the parent row is deleted, automatically delete the child rows."
|
|
886
|
+
"If the parent row is deleted, automatically delete the child rows.": "If the parent row is deleted, automatically delete the child rows.",
|
|
887
|
+
"Extra state Formula": "Extra state Formula",
|
|
888
|
+
"Cannot install unsafe plugins on subdomain tenants": "Cannot install unsafe plugins on subdomain tenants",
|
|
889
|
+
"Default order descending?": "Default order descending?",
|
|
890
|
+
"This is the view to which the user will be sent when the form is submitted. The view you specify here can be ignored depending on the context of the form, for instance if it appears in a pop-up the redirect will not take place.": "This is the view to which the user will be sent when the form is submitted. The view you specify here can be ignored depending on the context of the form, for instance if it appears in a pop-up the redirect will not take place.",
|
|
891
|
+
"Destination view": "Destination view",
|
|
892
|
+
"Finish": "Finish"
|
|
887
893
|
}
|