Skip to content

Commit

Permalink
Add site setup help text
Browse files Browse the repository at this point in the history
  • Loading branch information
kazlauskis committed Feb 24, 2025
1 parent 25f8810 commit 48173f5
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 1 deletion.
45 changes: 44 additions & 1 deletion src/Info/Help/index.jsx → src/Info/Help/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ export default () => (
</T>
</p>
</Collapse>

<Collapse title="Searching for species">
<p>
<T>
Expand Down Expand Up @@ -126,6 +125,50 @@ export default () => (
</T>
</p>
</Collapse>
<Collapse title="Assign a project to a count">
<ol className="list-decimal pl-4">
<T>
<li>Start a count.</li>
<li>Select "Additional Details," then “Project”.</li>
<li>Finally, choose the appropriate project.</li>
</T>
</ol>
</Collapse>
<Collapse title="Assign a site to a count">
<ol className="list-decimal pl-4">
<T>
<li>Start a count.</li>
<li>
Assign a project to the count (see instructions on how to
select a project).
</li>
<li>Turn off the GPS in the header of the “Area” page.</li>
<li>
Select the "Site Drawing" tool on the right side of the
screen.
</li>
<li>
Choose an area on the map and confirm your selection on the
right side of the screen.
</li>
<li>
Press the "Add" button located on the favorite sites panel in
the bottom right corner of the screen. If the panel is not
visible, you can open it by clicking the favorite sites button
(star icon) at the top right.
</li>
<li>
You will be prompted to answer some questions about the site.
</li>
<li>
Press "Save" in the top right corner after answering the
questions. The site will be saved, and it can be selected for
future counts conducted in that location.
</li>
<li>Finally, choose the site for the current count.</li>
</T>
</ol>
</Collapse>
</div>

<h3 className="list-title">
Expand Down
16 changes: 16 additions & 0 deletions src/common/translations/interface/en.pot
Original file line number Diff line number Diff line change
Expand Up @@ -803,6 +803,22 @@ msgstr ""
"To delete a record, swipe it left in your account page and click the delete "
"button."

# Help pages
msgid "Assign a project to a count"
msgstr "Assign a project to a count"

# Help pages
msgid "<0>Start a count.</0><1>Select "Additional Details," then “Project”.</1><2>Finally, choose the appropriate project.</2>"
msgstr "<0>Start a count.</0><1>Select "Additional Details," then “Project”.</1><2>Finally, choose the appropriate project.</2>"

# Help pages
msgid "Assign a site to a count"
msgstr "Assign a site to a count"

# Help pages
msgid "<0>Start a count.</0><1>Assign a project to the count (see instructions on how to select a project).</1><2>Turn off the GPS in the header of the “Area” page.</2><3>Select the "Site Drawing" tool on the right side of the screen.</3><4>Choose an area on the map and confirm your selection on the right side of the screen.</4><5>Press the "Add" button located on the favorite sites panel in the bottom right corner of the screen. If the panel is not visible, you can open it by clicking the favorite sites button (star icon) at the top right.</5><6>You will be prompted to answer some questions about the site.</6><7>Press "Save" in the top right corner after answering the questions. The site will be saved, and it can be selected for future counts conducted in that location.</7><8>Finally, choose the site for the current count.</8>"
msgstr "<0>Start a count.</0><1>Assign a project to the count (see instructions on how to select a project).</1><2>Turn off the GPS in the header of the “Area” page.</2><3>Select the "Site Drawing" tool on the right side of the screen.</3><4>Choose an area on the map and confirm your selection on the right side of the screen.</4><5>Press the "Add" button located on the favorite sites panel in the bottom right corner of the screen. If the panel is not visible, you can open it by clicking the favorite sites button (star icon) at the top right.</5><6>You will be prompted to answer some questions about the site.</6><7>Press "Save" in the top right corner after answering the questions. The site will be saved, and it can be selected for future counts conducted in that location.</7><8>Finally, choose the site for the current count.</8>"

msgid "User"
msgstr "User"

Expand Down

0 comments on commit 48173f5

Please sign in to comment.