@vannizhang/living-atlas-content-validator 1.5.19-beta.7 → 1.5.19-beta.8
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/dist/locale/en.json +19 -19
- package/dist/package-info.json +1 -1
- package/package.json +1 -1
package/dist/locale/en.json
CHANGED
|
@@ -172,33 +172,33 @@
|
|
|
172
172
|
"ADD_TOPIC_INFO": "Add topic to communicate what this item is about."
|
|
173
173
|
},
|
|
174
174
|
"featureLayerFieldAliases": {
|
|
175
|
-
"GUIDANCE_DEFAULT": "Field aliases are the names of the fields in your feature
|
|
176
|
-
"SCORING_MSG_DEFAULT": "Points are awarded
|
|
175
|
+
"GUIDANCE_DEFAULT": "Field aliases are the user-friendly, human-readable names of the fields in your feature service.",
|
|
176
|
+
"SCORING_MSG_DEFAULT": "Points are awarded if 80% or more of the fields in each feature layer of the feature service have aliases defined.",
|
|
177
177
|
"LABEL": "Improve Field Aliases",
|
|
178
178
|
"TITLE": "Check Field Aliases",
|
|
179
|
-
"ADD_FIELD_ALIAS": "Add field aliases to your feature
|
|
180
|
-
"IMPROVE_FIELD_ALIAS": "Improve field aliases in your feature
|
|
181
|
-
"NO_FEATURE_LAYER": "This feature service does not have any feature layer or non-spatial table",
|
|
182
|
-
"NO_RELEVANT_FIELD": "This feature service does not have any relevant fields (non-system generated) to validate"
|
|
179
|
+
"ADD_FIELD_ALIAS": "Add field aliases to your feature service.",
|
|
180
|
+
"IMPROVE_FIELD_ALIAS": "Improve field aliases in your feature service.",
|
|
181
|
+
"NO_FEATURE_LAYER": "This feature service does not have any feature layer or non-spatial table.",
|
|
182
|
+
"NO_RELEVANT_FIELD": "This feature service does not have any relevant fields (non-system generated) to validate."
|
|
183
183
|
},
|
|
184
184
|
"featureLayerFieldTypes": {
|
|
185
185
|
"GUIDANCE_DEFAULT": "Field types are the data types of the fields in your feature layer.",
|
|
186
|
-
"SCORING_MSG_DEFAULT": "Points are awarded
|
|
187
|
-
"LABEL": "Improve Field Types",
|
|
188
|
-
"TITLE": "Check Field Types",
|
|
189
|
-
"ADD_FIELD_TYPE": "Add field types to your feature
|
|
190
|
-
"IMRPOVE_FIELD_TYPE": "Improve field types in your feature
|
|
191
|
-
"NO_FEATURE_LAYER": "This feature service does not have any feature layer or non-spatial table",
|
|
192
|
-
"NO_RELEVANT_FIELD": "This feature service does not have any relevant fields (non-system generated) to validate"
|
|
186
|
+
"SCORING_MSG_DEFAULT": "Points are awarded if 80% or more of the fields in each feature layer of the feature service have value types defined.",
|
|
187
|
+
"LABEL": "Improve Field Value Types",
|
|
188
|
+
"TITLE": "Check Field Value Types",
|
|
189
|
+
"ADD_FIELD_TYPE": "Add field types to your feature service.",
|
|
190
|
+
"IMRPOVE_FIELD_TYPE": "Improve field types in your feature service.",
|
|
191
|
+
"NO_FEATURE_LAYER": "This feature service does not have any feature layer or non-spatial table.",
|
|
192
|
+
"NO_RELEVANT_FIELD": "This feature service does not have any relevant fields (non-system generated) to validate."
|
|
193
193
|
},
|
|
194
194
|
"featureLayerFieldDescriptions": {
|
|
195
|
-
"GUIDANCE_DEFAULT": "Field descriptions are the descriptions of the fields in your feature
|
|
196
|
-
"SCORING_MSG_DEFAULT": "Points are awarded
|
|
195
|
+
"GUIDANCE_DEFAULT": "Field descriptions are the descriptions of the fields in your feature service.",
|
|
196
|
+
"SCORING_MSG_DEFAULT": "Points are awarded if 80% or more of the fields in each feature layer of the feature service have description defined.",
|
|
197
197
|
"LABEL": "Improve Field Descriptions",
|
|
198
198
|
"TITLE": "Check Field Descriptions",
|
|
199
|
-
"ADD_FIELD_DESCRIPTION": "Add field descriptions to your feature
|
|
200
|
-
"IMRPOVE_FIELD_DESCRIPTION": "Improve field descriptions in your feature
|
|
201
|
-
"NO_FEATURE_LAYER": "This feature service does not have any feature layer or non-spatial table",
|
|
202
|
-
"NO_RELEVANT_FIELD": "This feature service does not have any relevant fields (non-system generated) to validate"
|
|
199
|
+
"ADD_FIELD_DESCRIPTION": "Add field descriptions to your feature service.",
|
|
200
|
+
"IMRPOVE_FIELD_DESCRIPTION": "Improve field descriptions in your feature service.",
|
|
201
|
+
"NO_FEATURE_LAYER": "This feature service does not have any feature layer or non-spatial table.",
|
|
202
|
+
"NO_RELEVANT_FIELD": "This feature service does not have any relevant fields (non-system generated) to validate."
|
|
203
203
|
}
|
|
204
204
|
}
|
package/dist/package-info.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"lastCompiledTime":
|
|
1
|
+
{"lastCompiledTime":1748449412805}
|
package/package.json
CHANGED