diff --git a/i18n/en.pot b/i18n/en.pot index ab7b91dfb..a161cb591 100644 --- a/i18n/en.pot +++ b/i18n/en.pot @@ -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: 2020-02-12T20:02:08.021Z\n" -"PO-Revision-Date: 2020-02-12T20:02:08.021Z\n" +"POT-Creation-Date: 2020-02-25T15:24:49.055Z\n" +"PO-Revision-Date: 2020-02-25T15:24:49.055Z\n" msgid "Dashboard" msgstr "" @@ -64,12 +64,18 @@ msgstr[1] "" msgid "Remove" msgstr "" +msgid "Delete item" +msgstr "" + msgid "Messages" msgstr "" msgid "See all messages" msgstr "" +msgid "Item type \"{{type}}\" not supported" +msgstr "" + msgid "Spacer" msgstr "" @@ -88,6 +94,24 @@ msgstr "" msgid "No data to display" msgstr "" +msgid "Hide interpretations and details" +msgstr "" + +msgid "Show interpretations and details" +msgstr "" + +msgid "View as Chart" +msgstr "" + +msgid "View as Table" +msgstr "" + +msgid "View as Map" +msgstr "" + +msgid "Open in {{appName}} app" +msgstr "" + msgid "Confirm" msgstr "" @@ -130,7 +154,7 @@ msgstr "" msgid "Visualizations" msgstr "" -msgid "Visualizer" +msgid "Pivot tables" msgstr "" msgid "Pivot tables" @@ -145,15 +169,9 @@ msgstr "" msgid "Event reports" msgstr "" -msgid "Event Reports" -msgstr "" - msgid "Event charts" msgstr "" -msgid "Event Visualizer" -msgstr "" - msgid "Apps" msgstr "" diff --git a/package.json b/package.json index 91d5c8a10..6f75cca3b 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@dhis2/d2-ui-translation-dialog": "^6.0.1", "@dhis2/data-visualizer-plugin": "^34.3.3", "@dhis2/prop-types": "^1.2.1", - "@dhis2/ui-core": "^4.9.1", + "@dhis2/ui-core": "^4.11.0", "@dhis2/ui-widgets": "^2.0.5", "@material-ui/core": "^3.9.2", "@material-ui/icons": "^3.0.2", diff --git a/src/components/App.js b/src/components/App.js index 509a8b9b7..46c53371d 100644 --- a/src/components/App.js +++ b/src/components/App.js @@ -4,6 +4,7 @@ import { connect } from 'react-redux'; import PropTypes from 'prop-types'; import i18n from '@dhis2/d2-i18n'; import { HeaderBar } from '@dhis2/ui-widgets'; +import { CssVariables } from '@dhis2/ui-core'; import { EDIT, VIEW, NEW } from './Dashboard/dashboardModes'; import { acReceivedUser } from '../actions/user'; @@ -30,44 +31,47 @@ export class App extends Component { render() { return ( -