@conduction/nextcloud-vue 0.1.0-beta.13 → 0.1.0-beta.14

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.
Files changed (30) hide show
  1. package/dist/nextcloud-vue.cjs.js +20518 -1290
  2. package/dist/nextcloud-vue.cjs.js.map +1 -1
  3. package/dist/nextcloud-vue.css +470 -185
  4. package/dist/nextcloud-vue.esm.js +20518 -1290
  5. package/dist/nextcloud-vue.esm.js.map +1 -1
  6. package/l10n/en.json +255 -2
  7. package/l10n/nl.json +247 -2
  8. package/package.json +2 -1
  9. package/src/components/CnAdvancedFormDialog/CnDataTab.vue +1 -4
  10. package/src/components/CnContextMenu/CnContextMenu.vue +1 -1
  11. package/src/components/CnDataTable/CnDataTable.vue +7 -2
  12. package/src/components/CnInfoWidget/CnInfoWidget.vue +0 -1
  13. package/src/components/CnObjectDataWidget/CnObjectDataWidget.vue +2 -2
  14. package/src/components/CnObjectMetadataWidget/CnObjectMetadataWidget.vue +2 -2
  15. package/src/components/CnRowActions/CnRowActions.vue +1 -1
  16. package/src/components/CnSchemaFormDialog/CnSchemaConfigurationTab.vue +36 -34
  17. package/src/components/CnSchemaFormDialog/CnSchemaFormDialog.vue +47 -36
  18. package/src/components/CnSchemaFormDialog/CnSchemaPropertiesTab.vue +29 -22
  19. package/src/components/CnSchemaFormDialog/CnSchemaPropertyActions.vue +170 -163
  20. package/src/components/CnSchemaFormDialog/CnSchemaSecurityTab.vue +473 -116
  21. package/src/components/CnStatsBlock/CnStatsBlock.vue +18 -18
  22. package/src/components/CnTabbedFormDialog/CnTabbedFormDialog.vue +12 -0
  23. package/src/components/CnWidgetWrapper/CnWidgetWrapper.vue +7 -7
  24. package/src/composables/useContextMenu.js +1 -1
  25. package/src/css/CnSchemaFormDialog.css +258 -2
  26. package/src/css/dashboard.css +1 -0
  27. package/src/css/detail-page.css +5 -5
  28. package/src/css/index.css +1 -0
  29. package/src/css/patches.css +20 -0
  30. package/src/store/plugins/search.js +7 -7
package/l10n/en.json CHANGED
@@ -1,90 +1,243 @@
1
1
  {
2
2
  "translations": {
3
+ "(current date/time)": "(current date/time)",
4
+ "(current organisation)": "(current organisation)",
5
+ "(current user ID)": "(current user ID)",
6
+ "$now — current date/time": "$now — current date/time",
7
+ "$organisation — current organisation": "$organisation — current organisation",
8
+ "$userId — current user ID": "$userId — current user ID",
9
+ "= Equal to": "= Equal to",
10
+ "∈ In list": "∈ In list",
11
+ "∉ Not in list": "∉ Not in list",
12
+ "∃ Exists": "∃ Exists",
13
+ "≠ Not equal to": "≠ Not equal to",
14
+ "< Less than": "< Less than",
15
+ "≤ Less than or equal": "≤ Less than or equal",
16
+ "> Greater than": "> Greater than",
17
+ "≥ Greater than or equal": "≥ Greater than or equal",
18
+ "_created (system)": "_created (system)",
19
+ "_organisation (system)": "_organisation (system)",
20
+ "_owner (system)": "_owner (system)",
21
+ "_updated (system)": "_updated (system)",
22
+ "Access is limited to specified groups only.": "Access is limited to specified groups only.",
23
+ "Access URL": "Access URL",
3
24
  "Action": "Action",
25
+ "Actions": "Actions",
4
26
  "Add": "Add",
27
+ "Add condition": "Add condition",
28
+ "Add enum value": "Add enum value",
29
+ "Add group permission": "Add group permission",
5
30
  "Add note": "Add note",
31
+ "Add permission": "Add permission",
32
+ "Add property": "Add property",
33
+ "Add rule": "Add rule",
6
34
  "Add tag...": "Add tag...",
7
35
  "Add task...": "Add task...",
36
+ "Admin": "Admin",
37
+ "Advanced: Conditional access rules": "Advanced: Conditional access rules",
8
38
  "All types configured": "All types configured",
39
+ "Allow files": "Allow files",
40
+ "allOf - Inherits from ALL schemas (Recommended)": "allOf - Inherits from ALL schemas (Recommended)",
41
+ "allOf - Multiple inheritance": "allOf - Multiple inheritance",
42
+ "Allowed MIME types (comma separated)": "Allowed MIME types (comma separated)",
43
+ "Allowed tags": "Allowed tags",
44
+ "Allowed tags (comma-separated)": "Allowed tags (comma-separated)",
45
+ "Allowed tags (select from available tags)": "Allowed tags (select from available tags)",
46
+ "Always has full access": "Always has full access",
9
47
  "An error occurred": "An error occurred",
10
48
  "Analyze properties": "Analyze properties",
49
+ "anyOf - At least one schema must match": "anyOf - At least one schema must match",
50
+ "anyOf - Flexible composition": "anyOf - Flexible composition",
11
51
  "Application information": "Application information",
52
+ "Apply default for empty values": "Apply default for empty values",
12
53
  "Are you sure you want to permanently delete \"{name}\"? This action cannot be undone.": "Are you sure you want to permanently delete \"{name}\"? This action cannot be undone.",
54
+ "Array": "Array",
55
+ "Array configuration": "Array configuration",
56
+ "Array item object configuration": "Array item object configuration",
57
+ "Array item type": "Array item type",
13
58
  "Assignee": "Assignee",
14
59
  "Audit trail": "Audit trail",
60
+ "Auth": "Auth",
61
+ "Authenticated": "Authenticated",
62
+ "Authenticated users": "Authenticated users",
63
+ "Auto tags": "Auto tags",
64
+ "Auto tags (automatically applied to uploaded files)": "Auto tags (automatically applied to uploaded files)",
65
+ "Auto-publish files": "Auto-publish files",
66
+ "Auto-publish objects": "Auto-publish objects",
67
+ "Binary": "Binary",
68
+ "Boolean": "Boolean",
69
+ "Byte": "Byte",
15
70
  "Cancel": "Cancel",
16
71
  "Cannot delete: objects are still attached": "Cannot delete: objects are still attached",
17
72
  "Cards": "Cards",
73
+ "Cascade delete": "Cascade delete",
18
74
  "Chart library not available": "Chart library not available",
75
+ "Child schemas can only add constraints, never relax them (Liskov substitution principle). Metadata (title, description, order) can be overridden.": "Child schemas can only add constraints, never relax them (Liskov substitution principle). Metadata (title, description, order) can be overridden.",
19
76
  "Clear all": "Clear all",
20
77
  "Clear filters": "Clear filters",
21
78
  "Close": "Close",
79
+ "Color": "Color",
80
+ "Color hex": "Color hex",
81
+ "Color hex alpha": "Color hex alpha",
82
+ "Color HSL": "Color HSL",
83
+ "Color HSLA": "Color HSLA",
84
+ "Color RGB": "Color RGB",
85
+ "Color RGBA": "Color RGBA",
22
86
  "Column visibility": "Column visibility",
23
87
  "Columns": "Columns",
24
88
  "Complete": "Complete",
89
+ "Configuration": "Configuration",
25
90
  "Configure OpenRegister schema mappings for your object types": "Configure OpenRegister schema mappings for your object types",
91
+ "Configure which Nextcloud user groups can perform CRUD operations on objects of this schema.": "Configure which Nextcloud user groups can perform CRUD operations on objects of this schema.",
26
92
  "configured": "configured",
27
93
  "Configured": "Configured",
94
+ "Constant": "Constant",
28
95
  "Copy": "Copy",
96
+ "Copied": "Copied",
29
97
  "Copy item": "Copy item",
30
98
  "Copy items": "Copy items",
31
99
  "Copy of {name}": "Copy of {name}",
100
+ "Copy property": "Copy property",
32
101
  "Copy selected": "Copy selected",
102
+ "Copy {key}": "Copy {key}",
33
103
  "Create": "Create",
104
+ "Create (C)": "Create (C)",
34
105
  "Create another": "Create another",
35
106
  "Create {title}": "Create {title}",
36
107
  "Created": "Created",
108
+ "Created:": "Created:",
109
+ "Current enum values ({count})": "Current enum values ({count})",
110
+ "Custom value": "Custom value",
111
+ "Custom value…": "Custom value…",
37
112
  "Data": "Data",
113
+ "Date": "Date",
114
+ "Date time": "Date time",
38
115
  "Deadline": "Deadline",
116
+ "Default": "Default",
117
+ "Default value": "Default value",
118
+ "Default value (JSON)": "Default value (JSON)",
119
+ "Default value configuration": "Default value configuration",
120
+ "Default values (comma separated)": "Default values (comma separated)",
121
+ "Default will be applied when value is missing, null, or empty string": "Default will be applied when value is missing, null, or empty string",
122
+ "Default will only be applied when value is missing or null": "Default will only be applied when value is missing or null",
39
123
  "Delete": "Delete",
124
+ "Delete (D)": "Delete (D)",
40
125
  "Delete all objects in this schema": "Delete all objects in this schema",
41
126
  "Delete item": "Delete item",
42
127
  "Delete items": "Delete items",
43
128
  "Delete note": "Delete note",
44
129
  "Delete objects": "Delete objects",
130
+ "Delete property": "Delete property",
45
131
  "Delete selected": "Delete selected",
132
+ "Delete {key}": "Delete {key}",
133
+ "Deprecated": "Deprecated",
134
+ "Description": "Description",
135
+ "Dictionary": "Dictionary",
46
136
  "Discard": "Discard",
47
137
  "Done": "Done",
138
+ "Download URL": "Download URL",
48
139
  "Drop files here or click to browse": "Drop files here or click to browse",
140
+ "Duration": "Duration",
49
141
  "Edit": "Edit",
50
142
  "Edit {title}": "Edit {title}",
143
+ "Email": "Email",
144
+ "Enter a custom value": "Enter a custom value",
145
+ "Enumeration ({count})": "Enumeration ({count})",
51
146
  "Errors": "Errors",
147
+ "Example": "Example",
148
+ "Exclusive maximum": "Exclusive maximum",
149
+ "Exclusive minimum": "Exclusive minimum",
52
150
  "Export": "Export",
53
151
  "Export completed successfully.": "Export completed successfully.",
54
152
  "Export format": "Export format",
55
153
  "Export objects": "Export objects",
56
154
  "Extend schema": "Extend schema",
155
+ "Extension": "Extension",
156
+ "Facetable": "Facetable",
157
+ "Facet description": "Facet description",
158
+ "Facet order": "Facet order",
159
+ "Facet title": "Facet title",
160
+ "Aggregated across schemas": "Aggregated across schemas",
161
+ "File": "File",
162
+ "File configuration": "File configuration",
57
163
  "Files": "Files",
164
+ "Files uploaded to this property will be automatically publicly shared": "Files uploaded to this property will be automatically publicly shared",
165
+ "Filename": "Filename",
58
166
  "Filters": "Filters",
59
167
  "First": "First",
168
+ "Format": "Format",
60
169
  "Format JSON": "Format JSON",
61
170
  "Found": "Found",
62
171
  "From": "From",
172
+ "General": "General",
173
+ "Grant access based on object property values evaluated at runtime. Multiple rules per action are OR'd — any matching rule grants access.": "Grant access based on object property values evaluated at runtime. Multiple rules per action are OR'd — any matching rule grants access.",
174
+ "Group": "Group",
175
+ "Group permissions": "Group permissions",
176
+ "Hard validation": "Hard validation",
177
+ "Hidden in collection": "Hidden in collection",
178
+ "Hidden in form": "Hidden in form",
179
+ "Hidden in view": "Hidden in view",
180
+ "Hide in collection view": "Hide in collection view",
181
+ "Hide in form view": "Hide in form view",
182
+ "Hostname": "Hostname",
63
183
  "ID": "ID",
184
+ "ID / UUID:": "ID / UUID:",
185
+ "IDN email": "IDN email",
186
+ "image, document, audio, video": "image, document, audio, video",
187
+ "IDN hostname": "IDN hostname",
188
+ "If no groups are specified for an operation, all users can perform it": "If no groups are specified for an operation, all users can perform it",
189
+ "Immutable": "Immutable",
64
190
  "Import": "Import",
65
191
  "Import completed successfully!": "Import completed successfully!",
66
192
  "Import completed with errors. Check the details below.": "Import completed with errors. Check the details below.",
67
193
  "Import data": "Import data",
68
194
  "Import summary": "Import summary",
69
195
  "Importing data — this may take a moment for large files...": "Importing data — this may take a moment for large files...",
196
+ "Important:": "Important:",
70
197
  "Information about the current application installation": "Information about the current application installation",
198
+ "Instance must validate against all selected schemas. Properties from all parent schemas are merged. This is the recommended pattern for schema extension and multiple inheritance.": "Instance must validate against all selected schemas. Properties from all parent schemas are merged. This is the recommended pattern for schema extension and multiple inheritance.",
199
+ "Instance must validate against at least one of the selected schemas. Properties are not merged. More permissive than oneOf.": "Instance must validate against at least one of the selected schemas. Properties are not merged. More permissive than oneOf.",
200
+ "Instance must validate against exactly one of the selected schemas. Properties are not merged. Use for discriminated unions or type variants.": "Instance must validate against exactly one of the selected schemas. Properties are not merged. Use for discriminated unions or type variants.",
201
+ "Integer": "Integer",
202
+ "Inversed by": "Inversed by",
203
+ "Inversed by property": "Inversed by property",
71
204
  "Invalid JSON format": "Invalid JSON format",
205
+ "Invalid schema reference: Expected string, got number ({value}). This will be sent to backend as-is.": "Invalid schema reference: Expected string, got number ({value}). This will be sent to backend as-is.",
206
+ "IRI reference": "IRI reference",
72
207
  "Item": "Item",
73
208
  "Item successfully copied.": "Item successfully copied.",
74
209
  "Item successfully deleted.": "Item successfully deleted.",
75
210
  "Items per page:": "Items per page:",
76
211
  "Items successfully copied.": "Items successfully copied.",
77
212
  "Items successfully deleted.": "Items successfully deleted.",
213
+ "JSON pointer": "JSON pointer",
78
214
  "Last": "Last",
79
215
  "Load more": "Load more",
216
+ "Loading groups...": "Loading groups...",
217
+ "Loading user groups...": "Loading user groups...",
80
218
  "Loading version information...": "Loading version information...",
81
219
  "Loading...": "Loading...",
220
+ "Markdown": "Markdown",
82
221
  "Mass actions ({count})": "Mass actions ({count})",
222
+ "Max depth": "Max depth",
223
+ "Maximum file size (bytes)": "Maximum file size (bytes)",
224
+ "Maximum items": "Maximum items",
225
+ "Maximum length": "Maximum length",
226
+ "Maximum value": "Maximum value",
83
227
  "Metadata": "Metadata",
228
+ "Minimum items": "Minimum items",
229
+ "Minimum length": "Minimum length",
230
+ "Minimum value": "Minimum value",
231
+ "Multiple of": "Multiple of",
232
+ "Name": "Name",
84
233
  "Naming pattern": "Naming pattern",
234
+ "Nested object": "Nested object",
235
+ "Nested schema": "Nested schema",
85
236
  "Next": "Next",
86
237
  "No audit trail entries": "No audit trail entries",
87
238
  "No communication apps available": "No communication apps available",
239
+ "No conditional rules for {action}": "No conditional rules for {action}",
240
+ "No conditions yet — add at least one condition": "No conditions yet — add at least one condition",
88
241
  "No data available": "No data available",
89
242
  "No details available": "No details available",
90
243
  "No files attached": "No files attached",
@@ -97,68 +250,168 @@
97
250
  "No notes yet": "No notes yet",
98
251
  "No objects to delete": "No objects to delete",
99
252
  "No objects to publish": "No objects to publish",
253
+ "No properties found. Click \"Add property\" to create one.": "No properties found. Click \"Add property\" to create one.",
100
254
  "No schemas available in this register": "No schemas available in this register",
255
+ "No specific permissions set — all users can perform all operations.": "No specific permissions set — all users can perform all operations.",
101
256
  "No tags": "No tags",
102
257
  "No tasks": "No tasks",
103
258
  "No widgets configured": "No widgets configured",
104
259
  "Not configured": "Not configured",
260
+ "Not set": "Not set",
105
261
  "Notes": "Notes",
262
+ "Number": "Number",
263
+ "Number configuration": "Number configuration",
264
+ "Object": "Object",
265
+ "Object configuration": "Object configuration",
266
+ "Object description field": "Object description field",
267
+ "Object handling": "Object handling",
268
+ "Object image field": "Object image field",
269
+ "Object name field": "Object name field",
270
+ "Object summary field": "Object summary field",
106
271
  "Objects": "Objects",
107
272
  "objects": "objects",
273
+ "No objects to delete": "No objects to delete",
274
+ "No objects to publish": "No objects to publish",
275
+ "oneOf - Exactly one schema must match": "oneOf - Exactly one schema must match",
276
+ "oneOf - Mutually exclusive": "oneOf - Mutually exclusive",
277
+ "One of": "One of",
108
278
  "Open": "Open",
279
+ "Open access:": "Open access:",
280
+ "Operator": "Operator",
281
+ "Order": "Order",
282
+ "Owner:": "Owner:",
109
283
  "Page {current} of {total}": "Page {current} of {total}",
284
+ "Parent schemas:": "Parent schemas:",
285
+ "Password": "Password",
286
+ "Pattern (regex)": "Pattern (regex)",
110
287
  "Previous": "Previous",
111
288
  "Progress stages": "Progress stages",
289
+ "Properties": "Properties",
290
+ "Properties have been modified. Changes will only take effect after the schema is saved.": "Properties have been modified. Changes will only take effect after the schema is saved.",
112
291
  "Property": "Property",
292
+ "Property has been modified. Changes will only take effect after the schema is saved.": "Property has been modified. Changes will only take effect after the schema is saved.",
293
+ "Property security": "Property security",
294
+ "Property type": "Property type",
295
+ "Public": "Public",
296
+ "Public (unauthenticated)": "Public (unauthenticated)",
113
297
  "Publish all objects in this schema": "Publish all objects in this schema",
114
298
  "Publish objects": "Publish objects",
299
+ "'public' represents unauthenticated access": "'public' represents unauthenticated access",
300
+ "Query parameters": "Query parameters",
115
301
  "Re-import configuration": "Re-import configuration",
302
+ "Read": "Read",
303
+ "Read (R)": "Read (R)",
116
304
  "Refresh": "Refresh",
117
305
  "Refreshing...": "Refreshing...",
118
306
  "Register": "Register",
307
+ "Register (required when schema is selected)": "Register (required when schema is selected)",
119
308
  "Register configuration": "Register configuration",
309
+ "Regex": "Regex",
310
+ "Related object": "Related object",
311
+ "Related schema": "Related schema",
312
+ "Relative JSON pointer": "Relative JSON pointer",
313
+ "Remove {group}": "Remove {group}",
314
+ "Remove {group} permissions": "Remove {group} permissions",
315
+ "Remove {value}": "Remove {value}",
316
+ "Remove after write back": "Remove after write back",
317
+ "Remove condition": "Remove condition",
120
318
  "Remove from list": "Remove from list",
319
+ "Remove rule": "Remove rule",
320
+ "Required": "Required",
321
+ "Restrictive schema:": "Restrictive schema:",
121
322
  "Retry": "Retry",
323
+ "Role-based access control (RBAC)": "Role-based access control (RBAC)",
122
324
  "Save": "Save",
123
325
  "Save configuration": "Save configuration",
124
- "Schedule meeting": "Schedule meeting",
125
326
  "Schema": "Schema",
327
+ "Schema composition (JSON Schema)": "Schema composition (JSON Schema)",
328
+ "Schema reference": "Schema reference",
329
+ "Schedule meeting": "Schedule meeting",
126
330
  "Search": "Search",
127
331
  "Search...": "Search...",
332
+ "Searchable in SOLR": "Searchable in SOLR",
333
+ "Security": "Security",
128
334
  "Select 1 or more items to copy": "Select 1 or more items to copy",
129
335
  "Select 1 or more items to delete": "Select 1 or more items to delete",
336
+ "Select a property to use as object description": "Select a property to use as object description",
337
+ "Select a property to use as object image representing the object. e.g. logo (should contain base64 encoded image)": "Select a property to use as object image representing the object. e.g. logo (should contain base64 encoded image)",
338
+ "Select a property to use as object name": "Select a property to use as object name",
339
+ "Select a property to use as object summary. e.g. summary, abstract, or excerpt": "Select a property to use as object summary. e.g. summary, abstract, or excerpt",
130
340
  "Select a register": "Select a register",
131
341
  "Select a schema": "Select a schema",
132
342
  "Select file": "Select file",
343
+ "Select group...": "Select group...",
344
+ "Select or type…": "Select or type…",
345
+ "Select permissions:": "Select permissions:",
346
+ "Select property": "Select property",
347
+ "Select schemas (instance must match at least one)": "Select schemas (instance must match at least one)",
348
+ "Select schemas (instance must match exactly one)": "Select schemas (instance must match exactly one)",
349
+ "Select schemas to inherit from (supports multiple parents)": "Select schemas to inherit from (supports multiple parents)",
133
350
  "Select which columns to display in the table": "Select which columns to display in the table",
351
+ "Semantic version": "Semantic version",
134
352
  "Send email": "Send email",
135
353
  "Send message": "Send message",
354
+ "Share URL": "Share URL",
136
355
  "Sheet": "Sheet",
137
356
  "Show all": "Show all",
138
357
  "Showing {count} of {total}": "Showing {count} of {total}",
358
+ "Slug": "Slug",
139
359
  "Start chat": "Start chat",
140
360
  "Status": "Status",
361
+ "String": "String",
362
+ "String configuration": "String configuration",
363
+ "Summary": "Summary",
141
364
  "Supported file types:": "Supported file types:",
142
365
  "Table": "Table",
143
366
  "Tags": "Tags",
144
367
  "Tasks": "Tasks",
368
+ "Telephone": "Telephone",
369
+ "Text": "Text",
370
+ "The 'admin' group always has full access (cannot be changed)": "The 'admin' group always has full access (cannot be changed)",
145
371
  "The following items will be permanently deleted. Remove any items you want to keep.": "The following items will be permanently deleted. Remove any items you want to keep.",
372
+ "The object owner always has full access": "The object owner always has full access",
373
+ "Time": "Time",
374
+ "Title": "Title",
375
+ "Title *": "Title *",
376
+ "Type": "Type",
146
377
  "Type to search...": "Type to search...",
378
+ "Type value and press Enter": "Type value and press Enter",
379
+ "(technical) Property name": "(technical) Property name",
380
+ "false — field must not exist": "false — field must not exist",
381
+ "true — field must exist": "true — field must exist",
382
+ "Unauthenticated users": "Unauthenticated users",
147
383
  "Unassigned": "Unassigned",
384
+ "Update": "Update",
385
+ "Update (U)": "Update (U)",
148
386
  "Unchanged": "Unchanged",
149
387
  "Unknown": "Unknown",
150
388
  "Updated": "Updated",
389
+ "Updated:": "Updated:",
390
+ "URI reference": "URI reference",
391
+ "URI template": "URI template",
151
392
  "User": "User",
152
393
  "Validate objects": "Validate objects",
153
394
  "Value": "Value",
395
+ "Value constraints": "Value constraints",
396
+ "Variables:": "Variables:",
397
+ "Version:": "Version:",
154
398
  "Version information": "Version information",
155
399
  "View all": "View all",
400
+ "Visible to end users": "Visible to end users",
156
401
  "Widget": "Widget",
157
402
  "Widget not available": "Widget not available",
158
403
  "Write a note...": "Write a note...",
404
+ "Write back": "Write back",
159
405
  "{name} (Copy)": "{name} (Copy)",
160
406
  "{name} - Copy": "{name} - Copy",
161
- "{title} saved successfully.": "{title} saved successfully."
407
+ "{title} saved successfully.": "{title} saved successfully.",
408
+ "Grant access based on object property values evaluated at runtime. Multiple rules per action are OR'd — any matching rule grants access.": "Grant access based on object property values evaluated at runtime. Multiple rules per action are OR'd — any matching rule grants access.",
409
+ "Group": "Group",
410
+ "Group permissions": "Group permissions",
411
+ "If no groups are specified for an operation, all users can perform it": "If no groups are specified for an operation, all users can perform it",
412
+ "Inherits schema permissions": "Inherits schema permissions",
413
+ "Maximum items": "Maximum items",
414
+ "Minimum items": "Minimum items"
162
415
  },
163
416
  "plurals": {}
164
417
  }