Skip to content

Commit

Permalink
Merge branch 'dev' into dependabot/npm_and_yarn/babel/traverse-7.23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferarnesen authored Jan 23, 2024
2 parents caa8634 + 06e0eb3 commit 32cb3f9
Show file tree
Hide file tree
Showing 7 changed files with 217 additions and 131 deletions.
1 change: 0 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ updates:
schedule:
interval: weekly
open-pull-requests-limit: 10
target-branch: master
versioning-strategy: increase
4 changes: 2 additions & 2 deletions .github/workflows/dhis2-verify-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
id: yarn-cache
with:
path: '**/node_modules'
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}-${{ hashFiles('patches/*.patch') }}

- name: End-to-End tests
uses: cypress-io/github-action@v2
Expand All @@ -104,7 +104,7 @@ jobs:
start: ${{ env.SERVER_START_CMD }}
wait-on: ${{ env.SERVER_URL }}
wait-on-timeout: 300
cache-key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
cache-key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}-${{ hashFiles('patches/*.patch') }}
group: 'e2e'
tag: ${{ github.event_name }}
env:
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [100.0.4](https://github.com/dhis2/dashboard-app/compare/v100.0.3...v100.0.4) (2023-11-06)


### Bug Fixes

* **translations:** sync translations from transifex (dev) ([9ebfa9f](https://github.com/dhis2/dashboard-app/commit/9ebfa9f06342d04dea506d146f0b686dea25e23e))
* **translations:** sync translations from transifex (dev) ([9c6c0c6](https://github.com/dhis2/dashboard-app/commit/9c6c0c65a20852fd0f1187cc5a359c9180d5b43b))
* **translations:** sync translations from transifex (dev) ([31fc356](https://github.com/dhis2/dashboard-app/commit/31fc356ff3fa0087cd8b91bfd9644e443b1e7c63))
* **translations:** sync translations from transifex (dev) ([b9e9499](https://github.com/dhis2/dashboard-app/commit/b9e9499e4c9a45071599338aecbcf75c8e3c0f14))
* **translations:** sync translations from transifex (dev) ([3fbcee7](https://github.com/dhis2/dashboard-app/commit/3fbcee74a5f6f12127f71770ae892ffb11a3a189))

## [100.0.3](https://github.com/dhis2/dashboard-app/compare/v100.0.2...v100.0.3) (2023-09-13)


Expand Down
41 changes: 34 additions & 7 deletions i18n/cs.po
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#
# Translators:
# trendspotter <[email protected]>, 2021
# Jiří Podhorecký, 2023
#
msgid ""
msgstr ""
"Project-Id-Version: i18next-conv\n"
"POT-Creation-Date: 2021-12-21T08:20:25.327Z\n"
"POT-Creation-Date: 2023-05-03T11:08:21.315Z\n"
"PO-Revision-Date: 2019-06-25 12:37+0000\n"
"Last-Translator: trendspotter <[email protected]>, 2021\n"
"Language-Team: Czech (https://www.transifex.com/hisp-uio/teams/100509/cs/)\n"
"Last-Translator: Jiří Podhorecký, 2023\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"
"Content-Transfer-Encoding: 8bit\n"
Expand Down Expand Up @@ -72,6 +72,12 @@ msgstr "Textová položka"
msgid "Add text here"
msgstr "Sem přidat text"

msgid "Filters are not applied to line list dashboard items"
msgstr "Filtry se nepoužívají na položky ovládacího panelu řádkového seznamu"

msgid "Filters not applied"
msgstr "Filtry nejsou použity"

msgid "There was a problem loading this dashboard item"
msgstr "Při načítání této položky ovládacího panelu došlo k problému"

Expand Down Expand Up @@ -105,15 +111,33 @@ msgstr "Zobrazit jako mapu"
msgid "There was a problem loading interpretations for this item"
msgstr "Při načítání interpretací této položky došlo k problému"

msgid "The plugin for rendering this item is not available"
msgstr "Plugin pro vykreslení této položky není k dispozici"

msgid "Install the {{appName}} app from the App Hub"
msgstr "Nainstalujte si aplikaci {{appName}} z App Hub"

msgid "No data to display"
msgstr "Žádná data k zobrazení"

msgid ""
"Install Line Listing app version ${minLLVersion.join(\n"
" '.'\n"
" )} or higher in order to display this item."
msgstr ""
"Nainstalovat aplikaci Line Listing verze ${minLLVersion.join(\n"
" '.'\n"
" )} nebo vyšší pro zobrazení této položky."

msgid "Show without filters"
msgstr "Zobrazit bez filtrů"

msgid "Maps with Earth Engine layers cannot be displayed when offline"
msgstr "Mapy s vrstvami Earth Engine nelze zobrazit v režimu offline"

msgid "Unable to load the plugin for this item"
msgstr "Nelze načíst plugin pro tuto položku"

msgid "No data to display"
msgstr "Žádná data k zobrazení"

msgid "There was an error loading data for this item"
msgstr "Při načítání dat této položky došlo k chybě"

Expand Down Expand Up @@ -141,6 +165,9 @@ msgstr "Zprávy o událostech"
msgid "Event charts"
msgstr "Grafy událostí"

msgid "Line lists"
msgstr ""

msgid "Apps"
msgstr "Aplikace"

Expand Down
Loading

0 comments on commit 32cb3f9

Please sign in to comment.