Skip to content

Commit

Permalink
Merge pull request #491 from Esri/CT-Rporter-AGOL-2024.R01
Browse files Browse the repository at this point in the history
Delivery for Reporter Instant App - Sprint1 - AGOL-2024.R01
  • Loading branch information
jmhauck authored Jan 12, 2024
2 parents adbf3b5 + 21f3f5b commit add4a48
Show file tree
Hide file tree
Showing 19 changed files with 1,613 additions and 161 deletions.
19 changes: 18 additions & 1 deletion src/assets/t9n/crowdsource-reporter/resources.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
{

"createReportHeader": "Create a Report",
"share": "Share",
"sort": "Sort",
"filter": "Filter",
"expand": "Expand",
"collapse": "Collapse",
"next": "Next",
"cancel": "Cancel",
"back": "Back",
"error": "Error",
"invalidConfigurationErrorMsg": "Invalid configuration",
"noLayerToDisplayErrorMsg": "Configured web map don't have any editable feature layer",
"chooseCategoryMsg": "Choose a category for the problem you're reporting",
"featureErrorMsg": "Features not found",
"featureEditFormInfoMsg": "Please provide the details for the incident you are reporting.",
"currentLocationMsg": "Use my current location",
"reportSubmit": "Report Submitted.",
"submitMsg": "Thank you! Your report was successfully submitted"
}
19 changes: 18 additions & 1 deletion src/assets/t9n/crowdsource-reporter/resources_en.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
{

"createReportHeader": "Create a Report",
"share": "Share",
"sort": "Sort",
"filter": "Filter",
"expand": "Expand",
"collapse": "Collapse",
"next": "Next",
"cancel": "Cancel",
"back": "Back",
"error": "Error",
"invalidConfigurationErrorMsg": "Invalid configuration",
"noLayerToDisplayErrorMsg": "Configured web map don't have any editable feature layer",
"chooseCategoryMsg": "Choose a category for the problem you're reporting",
"featureErrorMsg": "Features not found",
"featureEditFormInfoMsg": "Please provide the details for the incident you are reporting.",
"currentLocationMsg": "Use my current location",
"reportSubmit": "Report Submitted.",
"submitMsg": "Thank you! Your report was successfully submitted"
}
4 changes: 4 additions & 0 deletions src/assets/t9n/feature-list/resources.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"error": "Error",
"featureErrorMsg": "Features not found"
}
4 changes: 4 additions & 0 deletions src/assets/t9n/feature-list/resources_en.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"error": "Error",
"featureErrorMsg": "Features not found"
}
4 changes: 4 additions & 0 deletions src/assets/t9n/layer-list/resources.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"error": "Error",
"noLayerToDisplayErrorMsg": "Configured web map don't have any editable feature layer"
}
4 changes: 4 additions & 0 deletions src/assets/t9n/layer-list/resources_en.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"error": "Error",
"noLayerToDisplayErrorMsg": "Configured web map don't have any editable feature layer"
}
Loading

0 comments on commit add4a48

Please sign in to comment.