@saltcorn/server 0.8.5-beta.2 → 0.8.5-beta.3
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 +13 -1
- package/locales/pl.json +1110 -0
- package/package.json +9 -8
- package/public/saltcorn-common.js +44 -8
- package/routes/admin.js +17 -3
- package/routes/api.js +8 -8
- package/routes/tables.js +103 -33
- package/routes/utils.js +19 -0
- package/tests/table.test.js +2 -2
package/locales/en.json
CHANGED
|
@@ -1107,5 +1107,17 @@
|
|
|
1107
1107
|
"Restore a snapshot": "Restore a snapshot",
|
|
1108
1108
|
"Snapshot restored": "Snapshot restored",
|
|
1109
1109
|
"Configuration check report": "Configuration check report",
|
|
1110
|
-
"Re-run": "Re-run"
|
|
1110
|
+
"Re-run": "Re-run",
|
|
1111
|
+
"Add constraint:": "Add constraint:",
|
|
1112
|
+
"Index": "Index",
|
|
1113
|
+
"Add constraint: ": "Add constraint: ",
|
|
1114
|
+
"Choose the field to be indexed": "Choose the field to be indexed",
|
|
1115
|
+
"Constraint formula": "Constraint formula",
|
|
1116
|
+
"Formula must evaluate to true for valid rows. In scope: ": "Formula must evaluate to true for valid rows. In scope: ",
|
|
1117
|
+
"Add %s constraint to %s": "Add %s constraint to %s",
|
|
1118
|
+
"What": "What",
|
|
1119
|
+
"Choose the field to be indexed. This make searching the table faster.": "Choose the field to be indexed. This make searching the table faster.",
|
|
1120
|
+
"Disk usage": "Disk usage",
|
|
1121
|
+
"CPU usage": "CPU usage",
|
|
1122
|
+
"Mem usage": "Mem usage"
|
|
1111
1123
|
}
|