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 e78f4d2 commit c882263
Show file tree
Hide file tree
Showing 3 changed files with 487 additions and 455 deletions.
58 changes: 45 additions & 13 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:35:28.355Z\n"
"PO-Revision-Date: 2024-11-21T14:35:28.355Z\n"
"POT-Creation-Date: 2024-11-25T10:46:57.018Z\n"
"PO-Revision-Date: 2024-11-25T10:46:57.018Z\n"

msgid "schemas"
msgstr "schemas"
Expand Down Expand Up @@ -952,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 @@ -973,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 @@ -1292,6 +1321,9 @@ 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 c882263

Please sign in to comment.