Skip to content

Commit

Permalink
Merge branch 'master' into DHIS2-11419
Browse files Browse the repository at this point in the history
  • Loading branch information
superskip authored Nov 10, 2023
2 parents 23c694e + 488f8c0 commit d2b89e9
Show file tree
Hide file tree
Showing 45 changed files with 1,066 additions and 532 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [100.44.2](https://github.com/dhis2/capture-app/compare/v100.44.1...v100.44.2) (2023-11-05)


### Bug Fixes

* **translations:** sync translations from transifex (master) ([0076449](https://github.com/dhis2/capture-app/commit/0076449e545803fa8b5e36b0663d807bb6c7d410))

## [100.44.1](https://github.com/dhis2/capture-app/compare/v100.44.0...v100.44.1) (2023-11-02)


### Bug Fixes

* [DHIS2-15945] translations in enrollment widget ([#3433](https://github.com/dhis2/capture-app/issues/3433)) ([c188767](https://github.com/dhis2/capture-app/commit/c1887673e56f2f73cfc594b682d471c10858c0fd))

# [100.44.0](https://github.com/dhis2/capture-app/compare/v100.43.0...v100.44.0) (2023-11-01)


Expand Down
6 changes: 1 addition & 5 deletions cypress/e2e/EnrollmentPage/StagesAndEventsWidget.feature
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,11 @@ Feature: User interacts with Stages and Events Widget
And you see the first 5 events in the table
And you see buttons in the footer list

Scenario: User can view more events
Scenario: User can view more events and then view less
Given you open the enrollment page which has multiples events and stages
When you click show more button in stages&event list
Then more events should be displayed
And reset button should be displayed

Scenario: User can reset events
Given you open the enrollment page which has multiples events and stages
When you click show more button in stages&event list
And you click reset button
Then there should be 5 rows in the table

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Then('the enrollment widget should be closed', () => {

Then('the enrollment widget should be opened', () => {
cy.get('[data-test="widget-enrollment"]').within(() => {
cy.get('[data-test="widget-contents"]').children().should('exist');
cy.get('[data-test="widget-enrollment-contents"]').children().should('exist');
});
});

Expand Down
91 changes: 70 additions & 21 deletions i18n/my.po
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
# Aung Kyi Min <[email protected]>, 2019
# Viktor Varland <[email protected]>, 2021
# Wanda <[email protected]>, 2021
# Philip Larsen Donnelly, 2022
# Philip Larsen Donnelly, 2023
#
msgid ""
msgstr ""
"Project-Id-Version: i18next-conv\n"
"POT-Creation-Date: 2023-09-04T07:07:59.195Z\n"
"POT-Creation-Date: 2023-09-12T06:24:49.265Z\n"
"PO-Revision-Date: 2019-06-27 07:31+0000\n"
"Last-Translator: Philip Larsen Donnelly, 2022\n"
"Last-Translator: Philip Larsen Donnelly, 2023\n"
"Language-Team: Burmese (https://app.transifex.com/hisp-uio/teams/100509/my/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -154,6 +154,15 @@ msgstr "Coordinate"
msgid "Enrollment"
msgstr ""

msgid "Complete event"
msgstr ""

msgid "{{ stageName }} - Basic info"
msgstr ""

msgid "{{ stageName }} - Status"
msgstr ""

msgid "Please select {{categoryName}}"
msgstr ""

Expand All @@ -172,13 +181,16 @@ msgstr "ပယ်ဖျက်သည်"
msgid "Metadata error. see log for details"
msgstr ""

msgid "Assigned user"
msgid "{{ stageName }} - Details"
msgstr ""

msgid "Search for user"
msgid "{{ stageName }} - {{ sectionName }}"
msgstr ""

msgid "Complete event"
msgid "Assigned user"
msgstr ""

msgid "Search for user"
msgstr ""

msgid "Basic info"
Expand Down Expand Up @@ -511,6 +523,9 @@ msgstr ""
msgid "suggestions could not be retrieved"
msgstr ""

msgid "No results found"
msgstr "No results found"

msgid "No items to display"
msgstr ""

Expand Down Expand Up @@ -914,11 +929,20 @@ msgstr ""
msgid "Organisation unit could not be loaded"
msgstr ""

msgid "Possible duplicates found"
msgid "Selected program"
msgstr ""

msgid "No results found"
msgstr "No results found"
msgid "Search {{uniqueAttrName}}"
msgstr ""

msgid "Search by attributes"
msgstr ""

msgid "Could not retrieve metadata. Please try again later."
msgstr ""

msgid "Possible duplicates found"
msgstr ""

msgid "An error occurred loading possible duplicates"
msgstr ""
Expand Down Expand Up @@ -978,9 +1002,6 @@ msgstr ""
msgid "Search by {{name}}"
msgstr ""

msgid "Search by attributes"
msgstr ""

msgid "all programs"
msgstr ""

Expand Down Expand Up @@ -1032,12 +1053,6 @@ msgstr ""
msgid "Results found"
msgstr ""

msgid "Selected program"
msgstr ""

msgid "Search {{uniqueAttrName}}"
msgstr ""

msgid "Saved lists in this program"
msgstr ""

Expand Down Expand Up @@ -1312,13 +1327,47 @@ msgstr ""
msgid "Stages and Events"
msgstr ""

msgid "Working list could not be loaded"
msgid "New TEI Relationship"
msgstr ""

msgid "Download as JSON"
msgid "Missing implementation step"
msgstr ""

msgid "Go back without saving relationship"
msgstr ""

msgid "New Relationship"
msgstr ""

msgid "Link to an existing {{tetName}}"
msgstr ""

msgid "An error occurred while adding the relationship"
msgstr ""

msgid "Download as XML"
msgid ""
"Something went wrong while loading relationships. Please try again later."
msgstr ""

msgid "{{trackedEntityTypeName}} relationships"
msgstr ""

msgid "To open this relationship, please wait until saving is complete"
msgstr ""

msgid "Type"
msgstr "ပုံစံ"

msgid "Created date"
msgstr ""

msgid "Program stage name"
msgstr ""

msgid "Working list could not be loaded"
msgstr ""

msgid "Download as JSON"
msgstr ""

msgid "Download as CSV"
Expand Down
Loading

0 comments on commit d2b89e9

Please sign in to comment.