Skip to content

Commit

Permalink
Update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
minhaminha authored Oct 11, 2023
1 parent 26d3896 commit 4997a0e
Show file tree
Hide file tree
Showing 9 changed files with 930 additions and 408 deletions.
142 changes: 99 additions & 43 deletions locale/en/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,6 @@ msgstr ""
#: corehq/apps/styleguide/examples/simple_crispy_form/forms.py
#: corehq/apps/users/forms.py
#: corehq/apps/users/templates/users/partials/manage_phone_numbers.html
#: custom/abt/reports/late_pmt.py
msgid "Phone Number"
msgstr ""

Expand All @@ -607,7 +606,7 @@ msgid "Postal Code"
msgstr ""

#: corehq/apps/accounting/models.py custom/abt/reports/filters.py
#: custom/abt/reports/late_pmt.py custom/abt/reports/late_pmt_2020.py
#: custom/abt/reports/late_pmt_2020.py
msgid "Country"
msgstr ""

Expand Down Expand Up @@ -2049,7 +2048,7 @@ msgstr ""
#: corehq/messaging/smsbackends/start_enterprise/forms.py
#: corehq/messaging/smsbackends/trumpia/forms.py
#: corehq/messaging/smsbackends/unicel/forms.py corehq/motech/openmrs/forms.py
#: custom/abt/reports/filters.py custom/abt/reports/late_pmt.py
#: custom/abt/reports/filters.py
msgid "Username"
msgstr ""

Expand Down Expand Up @@ -5873,6 +5872,7 @@ msgstr ""
#: corehq/apps/app_manager/templates/app_manager/partials/releases/app_diff_modal.html
#: corehq/apps/app_manager/templates/app_manager/partials/releases/releases_deploy_modal.html
#: corehq/apps/cloudcare/templates/form_entry/templates.html
#: corehq/apps/cloudcare/templates/formplayer/query_view.html
#: corehq/apps/data_interfaces/templates/data_interfaces/explore_case_data.html
#: corehq/apps/data_interfaces/templates/data_interfaces/interfaces/case_management.html
#: corehq/apps/domain/templates/domain/confirm_plan.html
Expand Down Expand Up @@ -6634,29 +6634,7 @@ msgid ""
"\n"
" <a href=\"%(module_url)s\">%(module_name)s</a> has a case "
"list property\n"
" that references a missing form: "
"<code>%(column.header|trans:langs)s</code>.\n"
" "
msgstr ""

#: corehq/apps/app_manager/templates/app_manager/partials/build_errors.html
#, python-format
msgid ""
"\n"
" <a href=\"%(module_url)s\">%(module_name)s</a> has a case "
"list property\n"
" that references form with a different case type: "
"<code>%(column.header|trans:langs)s</code>.\n"
" "
msgstr ""

#: corehq/apps/app_manager/templates/app_manager/partials/build_errors.html
#, python-format
msgid ""
"\n"
" <a href=\"%(module_url)s\">%(module_name)s</a> has a case "
"list property\n"
" that references form with a different parent module: "
" that references a missing form endpoint: "
"<code>%(column.header|trans:langs)s</code>.\n"
" "
msgstr ""
Expand Down Expand Up @@ -11845,6 +11823,14 @@ msgstr ""
msgid "Please wait while the map loads"
msgstr ""

#: corehq/apps/cloudcare/templates/formplayer/case_list.html
msgid "Scroll to bottom"
msgstr ""

#: corehq/apps/cloudcare/templates/formplayer/case_list.html
msgid "Refine search"
msgstr ""

#: corehq/apps/cloudcare/templates/formplayer/case_list.html
msgid "Sort By"
msgstr ""
Expand Down Expand Up @@ -21075,6 +21061,40 @@ msgid ""
"The name of the case property storing the geo-location data of your cases."
msgstr ""

#: corehq/apps/geospatial/forms.py
msgid "Grouping method"
msgstr ""

#: corehq/apps/geospatial/forms.py
msgid "Determines which parameter to use for grouping cases"
msgstr ""

#: corehq/apps/geospatial/forms.py
msgid "Maximum group size"
msgstr ""

#: corehq/apps/geospatial/forms.py
msgid "The maximum number of cases that can be in a group"
msgstr ""

#: corehq/apps/geospatial/forms.py
msgid "The minimum number of cases that can be in a group"
msgstr ""

#: corehq/apps/geospatial/forms.py
msgid "Target group count"
msgstr ""

#: corehq/apps/geospatial/forms.py
msgid ""
"The desired number of groups. Cases will be divided equally to create this "
"many groups"
msgstr ""

#: corehq/apps/geospatial/forms.py
msgid "Disbursement algorithm"
msgstr ""

#: corehq/apps/geospatial/forms.py
msgid "Configure Geospatial Settings"
msgstr ""
Expand All @@ -21096,8 +21116,45 @@ msgid ""
"case property for all users that capture location data.</li></ul>"
msgstr ""

#: corehq/apps/geospatial/reports.py
msgid "Case Management Map"
#: corehq/apps/geospatial/forms.py
msgid "Case Grouping Parameters"
msgstr ""

#: corehq/apps/geospatial/forms.py
msgid "Algorithms"
msgstr ""

#: corehq/apps/geospatial/forms.py
msgid "Value for maximum group size required"
msgstr ""

#: corehq/apps/geospatial/forms.py
msgid "Value for minimum group size required"
msgstr ""

#: corehq/apps/geospatial/forms.py
msgid ""
"Maximum group size should be greater than or equal to minimum group size"
msgstr ""

#: corehq/apps/geospatial/forms.py
msgid "Value for target group count required"
msgstr ""

#: corehq/apps/geospatial/models.py
msgid "Radial Algorithm"
msgstr ""

#: corehq/apps/geospatial/models.py
msgid "Road Network Algorithm"
msgstr ""

#: corehq/apps/geospatial/models.py
msgid "Min/Max Grouping"
msgstr ""

#: corehq/apps/geospatial/models.py
msgid "Target Size Grouping"
msgstr ""

#: corehq/apps/geospatial/reports.py corehq/apps/geospatial/views.py
Expand All @@ -21109,6 +21166,14 @@ msgstr ""
msgid "case_id"
msgstr ""

#: corehq/apps/geospatial/reports.py
msgid "Case Management Map"
msgstr ""

#: corehq/apps/geospatial/reports.py
msgid "Case Grouping"
msgstr ""

#: corehq/apps/geospatial/templates/gps_capture.html
msgid ""
"\n"
Expand Down Expand Up @@ -42735,42 +42800,33 @@ msgid "Uploaded file does not contian any sheets."
msgstr ""

#: custom/abt/reports/filters.py custom/abt/reports/filters_2020.py
#: custom/abt/reports/late_pmt.py custom/abt/reports/late_pmt_2020.py
#: custom/abt/reports/late_pmt_2020.py
msgid "Level 1"
msgstr ""

#: custom/abt/reports/filters.py custom/abt/reports/filters_2020.py
#: custom/abt/reports/late_pmt.py custom/abt/reports/late_pmt_2020.py
#: custom/abt/reports/late_pmt_2020.py
msgid "Level 2"
msgstr ""

#: custom/abt/reports/filters.py custom/abt/reports/filters_2020.py
#: custom/abt/reports/late_pmt.py custom/abt/reports/late_pmt_2020.py
#: custom/abt/reports/late_pmt_2020.py
msgid "Level 3"
msgstr ""

#: custom/abt/reports/filters.py custom/abt/reports/filters_2020.py
#: custom/abt/reports/late_pmt.py custom/abt/reports/late_pmt_2020.py
#: custom/abt/reports/late_pmt_2020.py
msgid "Level 4"
msgstr ""

#: custom/abt/reports/filters.py custom/abt/reports/late_pmt.py
#: custom/abt/reports/late_pmt_2020.py
#: custom/abt/reports/filters.py custom/abt/reports/late_pmt_2020.py
msgid "Submission Status"
msgstr ""

#: custom/abt/reports/late_pmt.py custom/abt/reports/late_pmt_2020.py
#: custom/abt/reports/late_pmt_2020.py
msgid "Missing Report Date"
msgstr ""

#: custom/abt/reports/late_pmt.py
msgid "No PMT data Submitted"
msgstr ""

#: custom/abt/reports/late_pmt.py
msgid "Incorrect PMT data Submitted"
msgstr ""

#: custom/abt/reports/late_pmt_2020.py
msgid "Incorrect or no PMT data submitted"
msgstr ""
Expand Down
Loading

0 comments on commit 4997a0e

Please sign in to comment.