Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into feat/rich-text-user…
Browse files Browse the repository at this point in the history
…-mention-components
  • Loading branch information
edoardo committed Mar 18, 2024
2 parents aac2588 + 4ad2823 commit 95c4a82
Show file tree
Hide file tree
Showing 66 changed files with 1,827 additions and 829 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
# [26.6.0](https://github.com/dhis2/analytics/compare/v26.5.0...v26.6.0) (2024-03-13)


### Features

* add support for trackedEntities analytics requests (DHIS2-16023) ([#1594](https://github.com/dhis2/analytics/issues/1594)) ([885af10](https://github.com/dhis2/analytics/commit/885af10022a022b1204fa9be0efa868c70b210a7))

# [26.5.0](https://github.com/dhis2/analytics/compare/v26.4.1...v26.5.0) (2024-03-13)


### Features

* add support for Outliers table vis type in DV (DHIS2-13858) ([#1598](https://github.com/dhis2/analytics/issues/1598)) ([d9b1ccd](https://github.com/dhis2/analytics/commit/d9b1ccd7529adccb8dd1579e881721d685e7cb1d))

## [26.4.1](https://github.com/dhis2/analytics/compare/v26.4.0...v26.4.1) (2024-03-05)


### Bug Fixes

* interpretations panel renders with flashing when liking or unliking an interpretation ([#1600](https://github.com/dhis2/analytics/issues/1600)) ([bb32565](https://github.com/dhis2/analytics/commit/bb32565960a5f813aaac594b61edc2f9e53d6a4d))
* use translated title and subtitle when available (DHIS2-16216) ([#1597](https://github.com/dhis2/analytics/issues/1597)) ([5a91391](https://github.com/dhis2/analytics/commit/5a91391272022aab14081ba65e0b103693e01daa))

# [26.4.0](https://github.com/dhis2/analytics/compare/v26.3.1...v26.4.0) (2024-03-04)


### Features

* update interpretations component so it can be used in dashboard items ([#1510](https://github.com/dhis2/analytics/issues/1510)) ([163abf6](https://github.com/dhis2/analytics/commit/163abf60326a97248daa019c65b4658c78701780))

## [26.3.1](https://github.com/dhis2/analytics/compare/v26.3.0...v26.3.1) (2024-02-28)


### Bug Fixes

* **translations:** sync translations from transifex (master) ([1f30bb2](https://github.com/dhis2/analytics/commit/1f30bb2db5d16c1cff95437006db64e6060ae3d2))

# [26.3.0](https://github.com/dhis2/analytics/compare/v26.2.4...v26.3.0) (2024-01-25)


Expand Down
11 changes: 8 additions & 3 deletions i18n/cs.po
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
#
# Translators:
# Jiří Podhorecký, 2023
# Philip Larsen Donnelly, 2024
#
msgid ""
msgstr ""
"Project-Id-Version: i18next-conv\n"
"POT-Creation-Date: 2023-07-06T08:30:33.216Z\n"
"POT-Creation-Date: 2023-09-27T14:15:13.876Z\n"
"PO-Revision-Date: 2020-04-28 22:05+0000\n"
"Last-Translator: Jiří Podhorecký, 2023\n"
"Last-Translator: Philip Larsen Donnelly, 2024\n"
"Language-Team: Czech (https://app.transifex.com/hisp-uio/teams/100509/cs/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -385,6 +386,10 @@ msgstr "Skrýt interpretaci"
msgid "Write an interpretation"
msgstr "Napsat interpretaci"

msgid ""
"Other people viewing this interpretation in the future may see more data."
msgstr ""

msgid "Post interpretation"
msgstr "Vložit interpretaci"

Expand Down Expand Up @@ -638,7 +643,7 @@ msgstr[2] "{{count}} skupin"
msgstr[3] "{{count}} skupin"

msgid "Selected: {{commaSeparatedListOfOrganisationUnits}}"
msgstr "Vybráno: {{commaSeparatedListOfOfOrganisationUnits}}"
msgstr "Vybráno: {{commaSeparatedListOfOrganisationUnits}}"

msgid "Nothing selected"
msgstr "Není vybráno nic"
Expand Down
31 changes: 23 additions & 8 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: 2023-06-26T13:41:45.359Z\n"
"PO-Revision-Date: 2023-06-26T13:41:45.359Z\n"
"POT-Creation-Date: 2024-01-25T12:05:03.360Z\n"
"PO-Revision-Date: 2024-01-25T12:05:03.360Z\n"

msgid "view only"
msgstr "view only"
Expand Down Expand Up @@ -150,6 +150,9 @@ msgstr "Math operators"
msgid "Data Type"
msgstr "Data Type"

msgid "Only {{dataType}} can be used in {{visType}}"
msgstr "Only {{dataType}} can be used in {{visType}}"

msgid "All types"
msgstr "All types"

Expand Down Expand Up @@ -180,6 +183,9 @@ msgstr "No event data items found"
msgid "No program indicators found"
msgstr "No program indicators found"

msgid "No calculations found"
msgstr "No calculations found"

msgid "No indicators found for \"{{- searchTerm}}\""
msgstr "No indicators found for \"{{- searchTerm}}\""

Expand All @@ -192,6 +198,9 @@ msgstr "No event data items found for \"{{- searchTerm}}\""
msgid "No program indicators found for \"{{- searchTerm}}\""
msgstr "No program indicators found for \"{{- searchTerm}}\""

msgid "No calculations found for \"{{- searchTerm}}\""
msgstr "No calculations found for \"{{- searchTerm}}\""

msgid "Nothing found for \"{{- searchTerm}}\""
msgstr "Nothing found for \"{{- searchTerm}}\""

Expand Down Expand Up @@ -400,12 +409,15 @@ msgstr "Unlike"
msgid "Like"
msgstr "Like"

msgid "Share"
msgstr "Share"

msgid "See interpretation"
msgstr "See interpretation"

msgid "Open in app"
msgstr "Open in app"

msgid "Share"
msgstr "Share"

msgid "Manage sharing"
msgstr "Manage sharing"

Expand Down Expand Up @@ -621,15 +633,15 @@ msgstr "Select year"
msgid "Period"
msgstr "Period"

msgid "Selected Periods"
msgstr "Selected Periods"

msgid "Relative periods"
msgstr "Relative periods"

msgid "Fixed periods"
msgstr "Fixed periods"

msgid "Selected Periods"
msgstr "Selected Periods"

msgid "No periods selected"
msgstr "No periods selected"

Expand Down Expand Up @@ -1164,6 +1176,9 @@ msgstr "Scatter"
msgid "Single value"
msgstr "Single value"

msgid "Outlier table"
msgstr "Outlier table"

msgid "All charts"
msgstr "All charts"

Expand Down
38 changes: 22 additions & 16 deletions i18n/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
# Gabriela Rodriguez <[email protected]>, 2022
# Viktor Varland <[email protected]>, 2022
# Marta Vila <[email protected]>, 2023
# Philip Larsen Donnelly, 2023
# Janeth Cruz, 2023
# Sergio Valenzuela <[email protected]>, 2023
# Enzo Nicolas Rossi <[email protected]>, 2023
# Enzo Nicolas Rossi <[email protected]>, 2024
# Philip Larsen Donnelly, 2024
#
msgid ""
msgstr ""
"Project-Id-Version: i18next-conv\n"
"POT-Creation-Date: 2023-07-06T08:30:33.216Z\n"
"POT-Creation-Date: 2023-09-27T14:15:13.876Z\n"
"PO-Revision-Date: 2020-04-28 22:05+0000\n"
"Last-Translator: Enzo Nicolas Rossi <[email protected]>, 2023\n"
"Last-Translator: Philip Larsen Donnelly, 2024\n"
"Language-Team: Spanish (https://app.transifex.com/hisp-uio/teams/100509/es/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -227,10 +227,10 @@ msgid "All metrics"
msgstr "Todas las métricas"

msgid "Move to {{axisName}}"
msgstr "Mover a {{Nombredeleje}}"
msgstr "Mover a {{axisName}}"

msgid "Add to {{axisName}}"
msgstr "Añadir a {{Nombredeleje}}"
msgstr "Añadir a {{axisName}}"

msgid "Not available for {{visualizationType}}"
msgstr "No disponible para {{visualizationType}}"
Expand Down Expand Up @@ -399,6 +399,12 @@ msgstr "Ocultar interpretación"
msgid "Write an interpretation"
msgstr "Escribir una interpretación"

msgid ""
"Other people viewing this interpretation in the future may see more data."
msgstr ""
"Otras personas que vean esta interpretación en el futuro podrían ver más "
"datos."

msgid "Post interpretation"
msgstr "Interpretación posterior"

Expand Down Expand Up @@ -636,15 +642,15 @@ msgstr[2] "{{count}} unidades organizativas"

msgid "{{count}} levels"
msgid_plural "{{count}} levels"
msgstr[0] "{{contar}} nivel"
msgstr[1] "{{contar}} niveles"
msgstr[2] "{{contar}} niveles"
msgstr[0] "{{count}} nivel"
msgstr[1] "{{count}} niveles"
msgstr[2] "{{count}} niveles"

msgid "{{count}} groups"
msgid_plural "{{count}} groups"
msgstr[0] "{{contar}} grupo"
msgstr[1] "{{contar}} grupos"
msgstr[2] "{{contar}} grupos"
msgstr[0] "{{count}} grupo"
msgstr[1] "{{count}} grupos"
msgstr[2] "{{count}} grupos"

msgid "Selected: {{commaSeparatedListOfOrganisationUnits}}"
msgstr "Seleccionado: {{commaSeparatedListOfOrganisationUnits}}"
Expand All @@ -653,7 +659,7 @@ msgid "Nothing selected"
msgstr "Nada seleccionado"

msgid "User organisation unit"
msgstr "Usuario de unidad organizativa"
msgstr "Unidad organizativa del usuario"

msgid "User sub-units"
msgstr "Subunidades de usuario"
Expand Down Expand Up @@ -1223,9 +1229,9 @@ msgstr "Eje {{axisId}}"

msgid "{{count}} items"
msgid_plural "{{count}} items"
msgstr[0] "{{contar}} elemento"
msgstr[1] "{{contar}} artículos"
msgstr[2] "{{contar}} artículos"
msgstr[0] "{{count}} elemento"
msgstr[1] "{{count}} artículos"
msgstr[2] "{{count}} artículos"

msgid "Reset zoom"
msgstr "Restablecer zoom"
41 changes: 30 additions & 11 deletions i18n/es_419.po
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#
# Translators:
# Jaime Bosque <[email protected]>, 2022
# Enzo Nicolas Rossi <[email protected]>, 2023
# Enzo Nicolas Rossi <[email protected]>, 2024
#
msgid ""
msgstr ""
"Project-Id-Version: i18next-conv\n"
"POT-Creation-Date: 2023-04-18T08:41:27.838Z\n"
"POT-Creation-Date: 2023-09-27T14:15:13.876Z\n"
"PO-Revision-Date: 2020-04-28 22:05+0000\n"
"Last-Translator: Enzo Nicolas Rossi <[email protected]>, 2023\n"
"Last-Translator: Enzo Nicolas Rossi <[email protected]>, 2024\n"
"Language-Team: Spanish (Latin America) (https://app.transifex.com/hisp-uio/teams/100509/es_419/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -168,7 +168,7 @@ msgid "Search by data item name"
msgstr ""

msgid "No items selected"
msgstr ""
msgstr "No hay elementos seleccionados"

msgid "Selected Items"
msgstr ""
Expand Down Expand Up @@ -213,7 +213,7 @@ msgid "Move to {{axisName}}"
msgstr ""

msgid "Add to {{axisName}}"
msgstr ""
msgstr "Añadir a {{axisName}}"

msgid "Not available for {{visualizationType}}"
msgstr ""
Expand All @@ -225,7 +225,7 @@ msgid "Add Assigned Categories"
msgstr ""

msgid "Remove"
msgstr ""
msgstr "Eliminar"

msgid "Filter dimensions"
msgstr ""
Expand Down Expand Up @@ -347,6 +347,9 @@ msgstr ""
msgid "Post reply"
msgstr ""

msgid "Delete failed"
msgstr ""

msgid "Could not update comment"
msgstr ""

Expand All @@ -373,19 +376,32 @@ msgstr ""
msgid "Write an interpretation"
msgstr ""

msgid ""
"Other people viewing this interpretation in the future may see more data."
msgstr ""

msgid "Post interpretation"
msgstr ""

msgid "Interpretations"
msgstr ""

msgid "Unlike"
msgid "Reply"
msgstr ""

msgid "Like"
msgid "{{count}} replies"
msgid_plural "{{count}} replies"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""

msgid "View replies"
msgstr ""

msgid "Reply"
msgid "Unlike"
msgstr ""

msgid "Like"
msgstr ""

msgid "Share"
Expand Down Expand Up @@ -434,7 +450,7 @@ msgid "Searching for \"{{- searchText}}\""
msgstr ""

msgid "No results found"
msgstr ""
msgstr "No se han encontrado resultados"

msgid "Not available offline"
msgstr ""
Expand Down Expand Up @@ -845,6 +861,9 @@ msgstr ""
msgid "Years"
msgstr "Años"

msgid "Interpretations and details"
msgstr ""

msgid "Translating to"
msgstr ""

Expand Down Expand Up @@ -906,7 +925,7 @@ msgid "Expected reports"
msgstr ""

msgid "Program"
msgstr ""
msgstr "Programa"

msgid "Select a program"
msgstr ""
Expand Down
Loading

0 comments on commit 95c4a82

Please sign in to comment.