-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #491 from Esri/CT-Rporter-AGOL-2024.R01
Delivery for Reporter Instant App - Sprint1 - AGOL-2024.R01
- Loading branch information
Showing
19 changed files
with
1,613 additions
and
161 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"error": "Error", | ||
"featureErrorMsg": "Features not found" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"error": "Error", | ||
"featureErrorMsg": "Features not found" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
Oops, something went wrong.