Skip to content

Commit

Permalink
feat: upgrade ui library and multi calendar dates
Browse files Browse the repository at this point in the history
  • Loading branch information
flaminic committed Nov 25, 2024
1 parent daddeba commit c3befea
Show file tree
Hide file tree
Showing 3 changed files with 505 additions and 457 deletions.
78 changes: 63 additions & 15 deletions i18n/en.pot
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"POT-Creation-Date: 2024-11-21T14:53:27.430Z\n"
"PO-Revision-Date: 2024-11-21T14:53:27.430Z\n"
"POT-Creation-Date: 2024-11-25T10:53:22.037Z\n"
"PO-Revision-Date: 2024-11-25T10:53:22.037Z\n"

msgid "schemas"
msgstr "schemas"
Expand Down Expand Up @@ -891,6 +891,9 @@ msgstr "This field requires a unique value, please choose another one"
msgid "{{label}} (required)"
msgstr "{{label}} (required)"

msgid "Should not exceed {{maxLength}} characters"
msgstr "Should not exceed {{maxLength}} characters"

msgid "No changes to be saved"
msgstr "No changes to be saved"

Expand Down Expand Up @@ -949,15 +952,6 @@ msgstr "Filter available category options"
msgid "Filter selected category options"
msgstr "Filter selected category options"

msgid "Choose how this category combo will be used to capture and analyze data."
msgstr "Choose how this category combo will be used to capture and analyze data."

msgid "Skip category total in reports"
msgstr "Skip category total in reports"

msgid "Choose the categories to include in this category combo."
msgstr "Choose the categories to include in this category combo."

msgid "Available categories"
msgstr "Available categories"

Expand All @@ -970,8 +964,46 @@ msgstr "Filter available categories"
msgid "Filter selected categories"
msgstr "Filter selected categories"

msgid "At least one category is required"
msgstr "At least one category is required"
msgid "{{count}} category option combinations will be generated."
msgid_plural "{{count}} category option combinations will be generated."
msgstr[0] "{{count}} category option combinations will be generated."
msgstr[1] "{{count}} category option combinations will be generated."

msgid "More than 4 Categories"
msgstr "More than 4 Categories"

msgid "A Category combination with more than 4 categories is not recommended."
msgstr "A Category combination with more than 4 categories is not recommended."

msgid "Identical Category Combination"
msgstr "Identical Category Combination"

msgid ""
"One or more Category combinations with the same categories already exist in "
"the system. \n"
" It is strongly discouraged to have more than one Category "
"combination with the same categories."
msgstr ""
"One or more Category combinations with the same categories already exist in "
"the system. \n"
" It is strongly discouraged to have more than one Category "
"combination with the same categories."

msgid "Choose how this category combo will be used to capture and analyze data."
msgstr "Choose how this category combo will be used to capture and analyze data."

msgid "Skip category total in reports"
msgstr "Skip category total in reports"

msgid "Choose the categories to include in this category combo."
msgstr "Choose the categories to include in this category combo."

msgid ""
"The number of generated category option combinations exceeds the limit of "
"{{limit}}"
msgstr ""
"The number of generated category option combinations exceeds the limit of "
"{{limit}}"

msgid "Set up the basic information for this category option group set."
msgstr "Set up the basic information for this category option group set."
Expand Down Expand Up @@ -1206,8 +1238,8 @@ msgstr ""
"Choose where this new organisation unit should be placed in the existing "
"hierarchy"

msgid "Set up the basic information for this organisation unit."
msgstr "Set up the basic information for this organisation unit."
msgid "Set up the basic information for this organisation unit"
msgstr "Set up the basic information for this organisation unit"

msgid "Opening date"
msgstr "Opening date"
Expand Down Expand Up @@ -1276,6 +1308,22 @@ msgstr ""
"This is the first organisation unit and will be created as the root of the "
"hierarchy."

msgid "Must be a valid mobile number"
msgstr "Must be a valid mobile number"

msgid "Must be a valid url"
msgstr "Must be a valid url"

msgid ""
"Longitude should be between -90 and 90. Latitude should be between -180 and "
"180"
msgstr ""
"Longitude should be between -90 and 90. Latitude should be between -180 and "
"180"

msgid "Parent organisation unit cannot be itself or a descendant of itself."
msgstr "Parent organisation unit cannot be itself or a descendant of itself."

msgid "No organisation units available"
msgstr "No organisation units available"

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
},
"dependencies": {
"@dhis2/app-runtime": "^3.9.3",
"@dhis2/multi-calendar-dates": "^2.0.0-alpha.5",
"@dhis2/ui": "^10.0.0",
"@dhis2/multi-calendar-dates": "^2.0.0",
"@dhis2/ui": "^10.0.2",
"@tanstack/react-table": "^8.16.0",
"@types/lodash": "^4.14.198",
"lodash": "^4.17.21",
Expand All @@ -55,7 +55,7 @@
},
"resolutions": {
"eslint": "^8",
"@dhis2/multi-calendar-dates": "^2.0.0-alpha.5",
"@dhis2/ui": "^10.0.0"
"@dhis2/multi-calendar-dates": "^2.0.0",
"@dhis2/ui": "^10.0.2"
}
}
Loading

0 comments on commit c3befea

Please sign in to comment.