Skip to content

Commit

Permalink
Merge pull request #4 from EyeSeeTea/development
Browse files Browse the repository at this point in the history
Release 1.1.1
  • Loading branch information
ifoche authored Jun 23, 2021
2 parents fc8e365 + 1b639a7 commit e6d4103
Show file tree
Hide file tree
Showing 55 changed files with 1,526 additions and 270 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ module.exports = {
"@typescript-eslint/explicit-function-return-type": "off",
"react-hooks/rules-of-hooks": "error",
"react-hooks/exhaustive-deps": "warn",
"jsx-a11y/anchor-has-content": "off",
},
plugins: ["cypress", "@typescript-eslint", "react-hooks"],
env: { "cypress/globals": true },
Expand Down
109 changes: 92 additions & 17 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: 2021-06-11T07:07:05.941Z\n"
"PO-Revision-Date: 2021-06-11T07:07:05.941Z\n"
"POT-Creation-Date: 2021-06-23T11:22:17.026Z\n"
"PO-Revision-Date: 2021-06-23T11:22:17.026Z\n"

msgid "Field {{field}} cannot be blank"
msgstr ""
Expand All @@ -26,7 +26,10 @@ msgstr ""
msgid "Tutorial"
msgstr ""

msgid "You need to select a module and a language"
msgid "You need to select a module"
msgstr ""

msgid "You need to select a language"
msgstr ""

msgid "File is not a valid translation JSON dictionary"
Expand Down Expand Up @@ -86,6 +89,12 @@ msgstr ""
msgid "No"
msgstr ""

msgid "Imported {{total}} translation terms"
msgstr ""

msgid "Unable to import translation terms"
msgstr ""

msgid "Add section"
msgstr ""

Expand All @@ -107,9 +116,18 @@ msgstr ""
msgid "Exporting landing page(s)"
msgstr ""

msgid "Export JSON translations"
msgstr ""

msgid "Exporting translations"
msgstr ""

msgid "Import landing pages"
msgstr ""

msgid "Import JSON translations"
msgstr ""

msgid "Landing page"
msgstr ""

Expand Down Expand Up @@ -137,6 +155,9 @@ msgstr ""
msgid "Settings"
msgstr ""

msgid "About"
msgstr ""

msgid "Back"
msgstr ""

Expand Down Expand Up @@ -200,11 +221,6 @@ msgstr ""
msgid "Imported {{n}} modules"
msgstr ""

msgid "Imported {{count}} translation terms"
msgid_plural "Imported {{count}} translation terms"
msgstr[0] ""
msgstr[1] ""

msgid "Are you sure you want to delete the selected modules?"
msgstr ""

Expand Down Expand Up @@ -262,9 +278,6 @@ msgstr ""
msgid "Exporting module(s)"
msgstr ""

msgid "Exporting translations"
msgstr ""

msgid "App is not installed in this instance"
msgstr ""

Expand Down Expand Up @@ -309,15 +322,9 @@ msgstr ""
msgid "Export module"
msgstr ""

msgid "Export JSON translations"
msgstr ""

msgid "Import modules"
msgstr ""

msgid "Import JSON translations"
msgstr ""

msgid "Help"
msgstr ""

Expand Down Expand Up @@ -351,6 +358,56 @@ msgstr ""
msgid "Create"
msgstr ""

msgid "About Training App"
msgstr ""

msgid "Distributed under GNU GLPv3"
msgstr ""

msgid ""
"DHIS2 Training App is a DHIS2 application that aims to provide online "
"training for end users on common processes performed in DHIS2. The "
"application contains generic trainings on data entry, data import, "
"generation of visualizations and creation of dashboards. It also allows "
"administrators to create their own custom tutorials to guide users through "
"specific data collection processes (e.g. completion of specific data "
"collection forms)."
msgstr ""

msgid ""
"This application has been entirely funded by the WHO Global Malaria "
"Programme to support countries using DHIS2 in strengthening the collection "
"and use of health data. The application has been designed by "
"[Lushomo](https://lushomo.net) and developed by [EyeSeeTea "
"SL](http://eyeseetea.com). The source code and release notes can be found "
"at the [WHO GitHub "
"repository](https://github.com/WorldHealthOrganization/training-app-blessed)"
". If you wish to contribute to the development of Training App with new "
"features, please contact [EyeSeeTea](mailto:hello@eyeseetea.com). To "
"continue developing the tool in a coordinated manner please always contact "
"also [WHO](mailto:integrated-data@who.int)"
msgstr ""

msgid ""
"*Disclaimer: The WHO has developed this application to support countries "
"build capacity for health data collection and use. WHO provides a series of "
"tutorials to support countries to use the WHO DHIS2 standard packages which "
"can be found in the [WHO Tutorial GitHub "
"repository](https://github.com/WorldHealthOrganization/DHIS2-tutorials) and "
"can be installed in the application. WHO provides no assurance as to the "
"validity, accuracy or completeness of any other tutorials built by the "
"application's user community.*"
msgstr ""

msgid "World Health Organization"
msgstr ""

msgid "EyeSeeTea"
msgstr ""

msgid "Lushomo"
msgstr ""

msgid "Training app"
msgstr ""

Expand Down Expand Up @@ -419,6 +476,18 @@ msgstr ""
msgid "Only accessible to system administrators"
msgstr ""

msgid "Clean-up unused documents"
msgstr ""

msgid "Deleting dangling documents"
msgstr ""

msgid "Deleted dangling documents"
msgstr ""

msgid "Proceed"
msgstr ""

msgid "Unable to update module contents"
msgstr ""

Expand Down Expand Up @@ -452,6 +521,12 @@ msgstr ""
msgid "The list with all the existing modules is hidden"
msgstr ""

msgid "There are no unused documents to clean"
msgstr ""

msgid "There are {{total}} documents available to clean"
msgstr ""

msgid "Training modules"
msgstr ""

Expand Down
Loading

0 comments on commit e6d4103

Please sign in to comment.