diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cf028586..8d363904c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.7](https://github.com/dhis2/import-export-app/compare/v1.3.6...v1.3.7) (2022-09-06) + + +### Bug Fixes + +* **translations:** sync translations from transifex (master) ([4fccf72](https://github.com/dhis2/import-export-app/commit/4fccf72f3598a1a6a780890d0af90e5f084bc0ad)) + ## [1.3.6](https://github.com/dhis2/import-export-app/compare/v1.3.5...v1.3.6) (2022-08-27) diff --git a/i18n/uk.po b/i18n/uk.po index f38fbb822..398f13987 100644 --- a/i18n/uk.po +++ b/i18n/uk.po @@ -3,15 +3,15 @@ # phil_dhis2, 2020 # Viktor Varland , 2020 # Wanda , 2020 -# Nadiia , 2021 # Éva Tamási, 2022 +# Nadiia , 2022 # msgid "" msgstr "" "Project-Id-Version: i18next-conv\n" "POT-Creation-Date: 2022-06-15T14:40:23.418Z\n" "PO-Revision-Date: 2019-06-04 17:24+0000\n" -"Last-Translator: Éva Tamási, 2022\n" +"Last-Translator: Nadiia , 2022\n" "Language-Team: Ukrainian (https://www.transifex.com/hisp-uio/teams/100509/uk/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -670,7 +670,7 @@ msgid "Status" msgstr "Статус" msgid "Description" -msgstr "Змалювання" +msgstr "Опис" msgid "Summary" msgstr "" @@ -928,4 +928,4 @@ msgid "Metadata" msgstr "Метадані" msgid "TEI" -msgstr "" +msgstr "Об’єкт, який відстежується" diff --git a/package.json b/package.json index 4e4918196..14901d5c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "import-export-app", - "version": "1.3.6", + "version": "1.3.7", "description": "", "license": "BSD-3-Clause", "private": true,