@dhis2/analytics 20.5.0 → 20.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +28 -0
- package/build/cjs/__demo__/OpenFileDialog.stories.js +10 -0
- package/build/cjs/components/FileMenu/utils.js +1 -1
- package/build/cjs/components/OpenFileDialog/OpenFileDialog.js +5 -0
- package/build/cjs/components/OpenFileDialog/utils.js +14 -0
- package/build/cjs/locales/ar/translations.json +10 -0
- package/build/cjs/locales/ar_EG/translations.json +10 -0
- package/build/cjs/locales/ar_IQ/translations.json +10 -0
- package/build/cjs/locales/ckb/translations.json +10 -0
- package/build/cjs/locales/cs/translations.json +10 -0
- package/build/cjs/locales/da/translations.json +10 -0
- package/build/cjs/locales/en/translations.json +7 -0
- package/build/cjs/locales/es/translations.json +10 -0
- package/build/cjs/locales/fr/translations.json +10 -0
- package/build/cjs/locales/id/translations.json +10 -0
- package/build/cjs/locales/km/translations.json +10 -0
- package/build/cjs/locales/lo/translations.json +10 -0
- package/build/cjs/locales/my/translations.json +10 -0
- package/build/cjs/locales/nb/translations.json +10 -0
- package/build/cjs/locales/nl/translations.json +10 -0
- package/build/cjs/locales/prs/translations.json +10 -0
- package/build/cjs/locales/ps/translations.json +10 -0
- package/build/cjs/locales/pt/translations.json +10 -0
- package/build/cjs/locales/pt_BR/translations.json +10 -0
- package/build/cjs/locales/ru/translations.json +10 -0
- package/build/cjs/locales/sv/translations.json +10 -0
- package/build/cjs/locales/tet/translations.json +10 -0
- package/build/cjs/locales/tg/translations.json +10 -0
- package/build/cjs/locales/uk/translations.json +10 -0
- package/build/cjs/locales/ur/translations.json +10 -0
- package/build/cjs/locales/uz/translations.json +10 -0
- package/build/cjs/locales/uz_Latn/translations.json +10 -0
- package/build/cjs/locales/vi/translations.json +10 -0
- package/build/cjs/locales/zh/translations.json +10 -0
- package/build/cjs/locales/zh_CN/translations.json +10 -0
- package/build/es/__demo__/OpenFileDialog.stories.js +10 -0
- package/build/es/components/FileMenu/utils.js +1 -1
- package/build/es/components/OpenFileDialog/OpenFileDialog.js +6 -1
- package/build/es/components/OpenFileDialog/utils.js +14 -0
- package/build/es/locales/ar/translations.json +10 -0
- package/build/es/locales/ar_EG/translations.json +10 -0
- package/build/es/locales/ar_IQ/translations.json +10 -0
- package/build/es/locales/ckb/translations.json +10 -0
- package/build/es/locales/cs/translations.json +10 -0
- package/build/es/locales/da/translations.json +10 -0
- package/build/es/locales/en/translations.json +7 -0
- package/build/es/locales/es/translations.json +10 -0
- package/build/es/locales/fr/translations.json +10 -0
- package/build/es/locales/id/translations.json +10 -0
- package/build/es/locales/km/translations.json +10 -0
- package/build/es/locales/lo/translations.json +10 -0
- package/build/es/locales/my/translations.json +10 -0
- package/build/es/locales/nb/translations.json +10 -0
- package/build/es/locales/nl/translations.json +10 -0
- package/build/es/locales/prs/translations.json +10 -0
- package/build/es/locales/ps/translations.json +10 -0
- package/build/es/locales/pt/translations.json +10 -0
- package/build/es/locales/pt_BR/translations.json +10 -0
- package/build/es/locales/ru/translations.json +10 -0
- package/build/es/locales/sv/translations.json +10 -0
- package/build/es/locales/tet/translations.json +10 -0
- package/build/es/locales/tg/translations.json +10 -0
- package/build/es/locales/uk/translations.json +10 -0
- package/build/es/locales/ur/translations.json +10 -0
- package/build/es/locales/uz/translations.json +10 -0
- package/build/es/locales/uz_Latn/translations.json +10 -0
- package/build/es/locales/vi/translations.json +10 -0
- package/build/es/locales/zh/translations.json +10 -0
- package/build/es/locales/zh_CN/translations.json +10 -0
- package/package.json +1 -1
|
@@ -91,6 +91,16 @@
|
|
|
91
91
|
"No maps found. Click New map to get started.": "",
|
|
92
92
|
"No maps found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
93
93
|
"New map": "",
|
|
94
|
+
"Open an event report": "",
|
|
95
|
+
"Loading event reports": "",
|
|
96
|
+
"Couldn't load event reports": "",
|
|
97
|
+
"There was a problem loading event reports. Try again or contact your system administrator.": "",
|
|
98
|
+
"No event reports found. Click New event report to get started.": "",
|
|
99
|
+
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
100
|
+
"New event report": "",
|
|
101
|
+
"Options": "选项",
|
|
102
|
+
"Hide": "隐藏",
|
|
103
|
+
"Update": "更新",
|
|
94
104
|
"Period type": "周期类型",
|
|
95
105
|
"Year": "年",
|
|
96
106
|
"Select year": "选择年份",
|
|
@@ -34,6 +34,16 @@ storiesOf('OpenFileDialog', module).add('List of maps', () => /*#__PURE__*/React
|
|
|
34
34
|
open: true,
|
|
35
35
|
currentUser: user
|
|
36
36
|
})));
|
|
37
|
+
storiesOf('OpenFileDialog', module).add('List of event reports (Line list only)', () => /*#__PURE__*/React.createElement(Provider, {
|
|
38
|
+
config: configMock
|
|
39
|
+
}, /*#__PURE__*/React.createElement(OpenFileDialog, {
|
|
40
|
+
type: "eventReport",
|
|
41
|
+
onClose: Function.prototype,
|
|
42
|
+
onFileSelect: onFileSelect,
|
|
43
|
+
onNew: Function.prototype,
|
|
44
|
+
open: true,
|
|
45
|
+
currentUser: user
|
|
46
|
+
})));
|
|
37
47
|
storiesOf('OpenFileDialog', module).add('List of a supported type without custom titles/texts', () => /*#__PURE__*/React.createElement(Provider, {
|
|
38
48
|
config: configMock
|
|
39
49
|
}, /*#__PURE__*/React.createElement(OpenFileDialog, {
|
|
@@ -10,7 +10,7 @@ import { FileList } from './FileList';
|
|
|
10
10
|
import { NameFilter } from './NameFilter';
|
|
11
11
|
import { styles } from './OpenFileDialog.styles';
|
|
12
12
|
import { PaginationControls } from './PaginationControls';
|
|
13
|
-
import { getTranslatedString, AO_TYPE_VISUALIZATION, AOTypeMap } from './utils';
|
|
13
|
+
import { getTranslatedString, AO_TYPE_VISUALIZATION, AO_TYPE_EVENT_REPORT, AOTypeMap } from './utils';
|
|
14
14
|
import { VisTypeFilter, VIS_TYPE_ALL, VIS_TYPE_CHARTS } from './VisTypeFilter';
|
|
15
15
|
|
|
16
16
|
const getQuery = type => ({
|
|
@@ -97,6 +97,11 @@ export const OpenFileDialog = ({
|
|
|
97
97
|
|
|
98
98
|
if (filters.searchTerm) {
|
|
99
99
|
queryFilters.push("name:ilike:".concat(filters.searchTerm));
|
|
100
|
+
} // for ER 2.38 only show line list ER types
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
if (type === AO_TYPE_EVENT_REPORT) {
|
|
104
|
+
queryFilters.push('dataType:eq:EVENTS');
|
|
100
105
|
}
|
|
101
106
|
|
|
102
107
|
return queryFilters;
|
|
@@ -56,6 +56,20 @@ export const getTranslatedString = (type, key) => {
|
|
|
56
56
|
};
|
|
57
57
|
break;
|
|
58
58
|
}
|
|
59
|
+
|
|
60
|
+
case 'eventReport':
|
|
61
|
+
{
|
|
62
|
+
texts = {
|
|
63
|
+
modalTitle: i18n.t('Open an event report'),
|
|
64
|
+
loadingText: i18n.t('Loading event reports'),
|
|
65
|
+
errorTitle: i18n.t("Couldn't load event reports"),
|
|
66
|
+
errorText: i18n.t('There was a problem loading event reports. Try again or contact your system administrator.'),
|
|
67
|
+
noDataText: i18n.t('No event reports found. Click New event report to get started.'),
|
|
68
|
+
noFilteredDataText: i18n.t("No event reports found. Try adjusting your search or filter options to find what you're looking for."),
|
|
69
|
+
newButtonLabel: i18n.t('New event report')
|
|
70
|
+
};
|
|
71
|
+
break;
|
|
72
|
+
}
|
|
59
73
|
}
|
|
60
74
|
|
|
61
75
|
return texts[key];
|
|
@@ -91,6 +91,16 @@
|
|
|
91
91
|
"No maps found. Click New map to get started.": "",
|
|
92
92
|
"No maps found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
93
93
|
"New map": "",
|
|
94
|
+
"Open an event report": "",
|
|
95
|
+
"Loading event reports": "",
|
|
96
|
+
"Couldn't load event reports": "",
|
|
97
|
+
"There was a problem loading event reports. Try again or contact your system administrator.": "",
|
|
98
|
+
"No event reports found. Click New event report to get started.": "",
|
|
99
|
+
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
100
|
+
"New event report": "",
|
|
101
|
+
"Options": "الخيارات",
|
|
102
|
+
"Hide": "إخفاء",
|
|
103
|
+
"Update": "تحديث",
|
|
94
104
|
"Period type": "نوع الفترة الزمنية",
|
|
95
105
|
"Year": "سنة",
|
|
96
106
|
"Select year": "اختر السنة",
|
|
@@ -91,6 +91,16 @@
|
|
|
91
91
|
"No maps found. Click New map to get started.": "",
|
|
92
92
|
"No maps found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
93
93
|
"New map": "",
|
|
94
|
+
"Open an event report": "",
|
|
95
|
+
"Loading event reports": "",
|
|
96
|
+
"Couldn't load event reports": "",
|
|
97
|
+
"There was a problem loading event reports. Try again or contact your system administrator.": "",
|
|
98
|
+
"No event reports found. Click New event report to get started.": "",
|
|
99
|
+
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
100
|
+
"New event report": "",
|
|
101
|
+
"Options": "",
|
|
102
|
+
"Hide": "",
|
|
103
|
+
"Update": "",
|
|
94
104
|
"Period type": "",
|
|
95
105
|
"Year": "",
|
|
96
106
|
"Select year": "",
|
|
@@ -91,6 +91,16 @@
|
|
|
91
91
|
"No maps found. Click New map to get started.": "",
|
|
92
92
|
"No maps found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
93
93
|
"New map": "",
|
|
94
|
+
"Open an event report": "",
|
|
95
|
+
"Loading event reports": "",
|
|
96
|
+
"Couldn't load event reports": "",
|
|
97
|
+
"There was a problem loading event reports. Try again or contact your system administrator.": "",
|
|
98
|
+
"No event reports found. Click New event report to get started.": "",
|
|
99
|
+
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
100
|
+
"New event report": "",
|
|
101
|
+
"Options": "الخيارات",
|
|
102
|
+
"Hide": "إخفاء",
|
|
103
|
+
"Update": "تحديث",
|
|
94
104
|
"Period type": "",
|
|
95
105
|
"Year": "",
|
|
96
106
|
"Select year": "",
|
|
@@ -91,6 +91,16 @@
|
|
|
91
91
|
"No maps found. Click New map to get started.": "",
|
|
92
92
|
"No maps found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
93
93
|
"New map": "",
|
|
94
|
+
"Open an event report": "",
|
|
95
|
+
"Loading event reports": "",
|
|
96
|
+
"Couldn't load event reports": "",
|
|
97
|
+
"There was a problem loading event reports. Try again or contact your system administrator.": "",
|
|
98
|
+
"No event reports found. Click New event report to get started.": "",
|
|
99
|
+
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
100
|
+
"New event report": "",
|
|
101
|
+
"Options": "",
|
|
102
|
+
"Hide": "شاردنەوە",
|
|
103
|
+
"Update": "نوێ کردنەوە",
|
|
94
104
|
"Period type": "",
|
|
95
105
|
"Year": "",
|
|
96
106
|
"Select year": "",
|
|
@@ -91,6 +91,16 @@
|
|
|
91
91
|
"No maps found. Click New map to get started.": "Nenalezeny žádné mapy. Začněte kliknutím na Nová mapa.",
|
|
92
92
|
"No maps found. Try adjusting your search or filter options to find what you're looking for.": "Nenalezeny žádné mapy. Zkuste upravit možnosti vyhledávání nebo filtrování, abyste našli to, co hledáte.",
|
|
93
93
|
"New map": "Nová mapa",
|
|
94
|
+
"Open an event report": "",
|
|
95
|
+
"Loading event reports": "",
|
|
96
|
+
"Couldn't load event reports": "",
|
|
97
|
+
"There was a problem loading event reports. Try again or contact your system administrator.": "",
|
|
98
|
+
"No event reports found. Click New event report to get started.": "",
|
|
99
|
+
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
100
|
+
"New event report": "",
|
|
101
|
+
"Options": "Možnosti",
|
|
102
|
+
"Hide": "Skrýt",
|
|
103
|
+
"Update": "Aktualizovat",
|
|
94
104
|
"Period type": "Typ období",
|
|
95
105
|
"Year": "Rok",
|
|
96
106
|
"Select year": "Vybrat rok",
|
|
@@ -91,6 +91,16 @@
|
|
|
91
91
|
"No maps found. Click New map to get started.": "",
|
|
92
92
|
"No maps found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
93
93
|
"New map": "",
|
|
94
|
+
"Open an event report": "",
|
|
95
|
+
"Loading event reports": "",
|
|
96
|
+
"Couldn't load event reports": "",
|
|
97
|
+
"There was a problem loading event reports. Try again or contact your system administrator.": "",
|
|
98
|
+
"No event reports found. Click New event report to get started.": "",
|
|
99
|
+
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
100
|
+
"New event report": "",
|
|
101
|
+
"Options": "",
|
|
102
|
+
"Hide": "",
|
|
103
|
+
"Update": "Update",
|
|
94
104
|
"Period type": "",
|
|
95
105
|
"Year": "Year",
|
|
96
106
|
"Select year": "",
|
|
@@ -91,6 +91,13 @@
|
|
|
91
91
|
"No maps found. Click New map to get started.": "No maps found. Click New map to get started.",
|
|
92
92
|
"No maps found. Try adjusting your search or filter options to find what you're looking for.": "No maps found. Try adjusting your search or filter options to find what you're looking for.",
|
|
93
93
|
"New map": "New map",
|
|
94
|
+
"Open an event report": "Open an event report",
|
|
95
|
+
"Loading event reports": "Loading event reports",
|
|
96
|
+
"Couldn't load event reports": "Couldn't load event reports",
|
|
97
|
+
"There was a problem loading event reports. Try again or contact your system administrator.": "There was a problem loading event reports. Try again or contact your system administrator.",
|
|
98
|
+
"No event reports found. Click New event report to get started.": "No event reports found. Click New event report to get started.",
|
|
99
|
+
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "No event reports found. Try adjusting your search or filter options to find what you're looking for.",
|
|
100
|
+
"New event report": "New event report",
|
|
94
101
|
"Options": "Options",
|
|
95
102
|
"Hide": "Hide",
|
|
96
103
|
"Update": "Update",
|
|
@@ -91,6 +91,16 @@
|
|
|
91
91
|
"No maps found. Click New map to get started.": "",
|
|
92
92
|
"No maps found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
93
93
|
"New map": "",
|
|
94
|
+
"Open an event report": "",
|
|
95
|
+
"Loading event reports": "",
|
|
96
|
+
"Couldn't load event reports": "",
|
|
97
|
+
"There was a problem loading event reports. Try again or contact your system administrator.": "",
|
|
98
|
+
"No event reports found. Click New event report to get started.": "",
|
|
99
|
+
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
100
|
+
"New event report": "",
|
|
101
|
+
"Options": "Opciones",
|
|
102
|
+
"Hide": "Ocultar",
|
|
103
|
+
"Update": "Actualizar",
|
|
94
104
|
"Period type": "Tipo de periodo",
|
|
95
105
|
"Year": "Año",
|
|
96
106
|
"Select year": "Seleccionar año",
|
|
@@ -91,6 +91,16 @@
|
|
|
91
91
|
"No maps found. Click New map to get started.": "",
|
|
92
92
|
"No maps found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
93
93
|
"New map": "",
|
|
94
|
+
"Open an event report": "",
|
|
95
|
+
"Loading event reports": "",
|
|
96
|
+
"Couldn't load event reports": "",
|
|
97
|
+
"There was a problem loading event reports. Try again or contact your system administrator.": "",
|
|
98
|
+
"No event reports found. Click New event report to get started.": "",
|
|
99
|
+
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
100
|
+
"New event report": "",
|
|
101
|
+
"Options": "Options",
|
|
102
|
+
"Hide": "Masquer",
|
|
103
|
+
"Update": "Mettre à jour",
|
|
94
104
|
"Period type": "Type de période",
|
|
95
105
|
"Year": "Année",
|
|
96
106
|
"Select year": "Sélectionnez année",
|
|
@@ -91,6 +91,16 @@
|
|
|
91
91
|
"No maps found. Click New map to get started.": "Tidak ada peta yang ditemukan. Klik Peta baru untuk memulai.",
|
|
92
92
|
"No maps found. Try adjusting your search or filter options to find what you're looking for.": "Tidak ada peta yang ditemukan. Coba sesuaikan opsi penelusuran atau filter untuk menemukan apa yang Anda cari.",
|
|
93
93
|
"New map": "peta baru",
|
|
94
|
+
"Open an event report": "",
|
|
95
|
+
"Loading event reports": "",
|
|
96
|
+
"Couldn't load event reports": "",
|
|
97
|
+
"There was a problem loading event reports. Try again or contact your system administrator.": "",
|
|
98
|
+
"No event reports found. Click New event report to get started.": "",
|
|
99
|
+
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
100
|
+
"New event report": "",
|
|
101
|
+
"Options": "Opsi",
|
|
102
|
+
"Hide": "Sembunyikan",
|
|
103
|
+
"Update": "Perbarui",
|
|
94
104
|
"Period type": "Tipe periode",
|
|
95
105
|
"Year": "Tahun",
|
|
96
106
|
"Select year": "Pilih tahun",
|
|
@@ -91,6 +91,16 @@
|
|
|
91
91
|
"No maps found. Click New map to get started.": "",
|
|
92
92
|
"No maps found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
93
93
|
"New map": "",
|
|
94
|
+
"Open an event report": "",
|
|
95
|
+
"Loading event reports": "",
|
|
96
|
+
"Couldn't load event reports": "",
|
|
97
|
+
"There was a problem loading event reports. Try again or contact your system administrator.": "",
|
|
98
|
+
"No event reports found. Click New event report to get started.": "",
|
|
99
|
+
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
100
|
+
"New event report": "",
|
|
101
|
+
"Options": "",
|
|
102
|
+
"Hide": "",
|
|
103
|
+
"Update": "ធ្វើបច្ចុប្បន្នភាព",
|
|
94
104
|
"Period type": "Period type",
|
|
95
105
|
"Year": "ឆ្នាំ",
|
|
96
106
|
"Select year": "",
|
|
@@ -91,6 +91,16 @@
|
|
|
91
91
|
"No maps found. Click New map to get started.": "",
|
|
92
92
|
"No maps found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
93
93
|
"New map": "",
|
|
94
|
+
"Open an event report": "",
|
|
95
|
+
"Loading event reports": "",
|
|
96
|
+
"Couldn't load event reports": "",
|
|
97
|
+
"There was a problem loading event reports. Try again or contact your system administrator.": "",
|
|
98
|
+
"No event reports found. Click New event report to get started.": "",
|
|
99
|
+
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
100
|
+
"New event report": "",
|
|
101
|
+
"Options": "ຈັດການ",
|
|
102
|
+
"Hide": "ເຊື່ອງ",
|
|
103
|
+
"Update": "ປັບປຸງ",
|
|
94
104
|
"Period type": "ແບບຊ່ວງເວລາ",
|
|
95
105
|
"Year": "ປີ",
|
|
96
106
|
"Select year": "",
|
|
@@ -91,6 +91,16 @@
|
|
|
91
91
|
"No maps found. Click New map to get started.": "",
|
|
92
92
|
"No maps found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
93
93
|
"New map": "",
|
|
94
|
+
"Open an event report": "",
|
|
95
|
+
"Loading event reports": "",
|
|
96
|
+
"Couldn't load event reports": "",
|
|
97
|
+
"There was a problem loading event reports. Try again or contact your system administrator.": "",
|
|
98
|
+
"No event reports found. Click New event report to get started.": "",
|
|
99
|
+
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
100
|
+
"New event report": "",
|
|
101
|
+
"Options": "",
|
|
102
|
+
"Hide": "",
|
|
103
|
+
"Update": "နောက်ဆုံးသတင်းကိုရစေခြင်း",
|
|
94
104
|
"Period type": "Period type",
|
|
95
105
|
"Year": "ခုနှစ်",
|
|
96
106
|
"Select year": "",
|
|
@@ -91,6 +91,16 @@
|
|
|
91
91
|
"No maps found. Click New map to get started.": "",
|
|
92
92
|
"No maps found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
93
93
|
"New map": "",
|
|
94
|
+
"Open an event report": "",
|
|
95
|
+
"Loading event reports": "",
|
|
96
|
+
"Couldn't load event reports": "",
|
|
97
|
+
"There was a problem loading event reports. Try again or contact your system administrator.": "",
|
|
98
|
+
"No event reports found. Click New event report to get started.": "",
|
|
99
|
+
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
100
|
+
"New event report": "",
|
|
101
|
+
"Options": "Alternativ",
|
|
102
|
+
"Hide": "Skjul",
|
|
103
|
+
"Update": "Oppdater",
|
|
94
104
|
"Period type": "Periodetype",
|
|
95
105
|
"Year": "År",
|
|
96
106
|
"Select year": "Velg år",
|
|
@@ -91,6 +91,16 @@
|
|
|
91
91
|
"No maps found. Click New map to get started.": "",
|
|
92
92
|
"No maps found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
93
93
|
"New map": "",
|
|
94
|
+
"Open an event report": "",
|
|
95
|
+
"Loading event reports": "",
|
|
96
|
+
"Couldn't load event reports": "",
|
|
97
|
+
"There was a problem loading event reports. Try again or contact your system administrator.": "",
|
|
98
|
+
"No event reports found. Click New event report to get started.": "",
|
|
99
|
+
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
100
|
+
"New event report": "",
|
|
101
|
+
"Options": "",
|
|
102
|
+
"Hide": "",
|
|
103
|
+
"Update": "Bijwerken",
|
|
94
104
|
"Period type": "",
|
|
95
105
|
"Year": "",
|
|
96
106
|
"Select year": "",
|
|
@@ -91,6 +91,16 @@
|
|
|
91
91
|
"No maps found. Click New map to get started.": "",
|
|
92
92
|
"No maps found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
93
93
|
"New map": "",
|
|
94
|
+
"Open an event report": "",
|
|
95
|
+
"Loading event reports": "",
|
|
96
|
+
"Couldn't load event reports": "",
|
|
97
|
+
"There was a problem loading event reports. Try again or contact your system administrator.": "",
|
|
98
|
+
"No event reports found. Click New event report to get started.": "",
|
|
99
|
+
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
100
|
+
"New event report": "",
|
|
101
|
+
"Options": "گزینهها",
|
|
102
|
+
"Hide": "مخفی کردن",
|
|
103
|
+
"Update": "تجدید",
|
|
94
104
|
"Period type": "د مودې ډول",
|
|
95
105
|
"Year": "سال",
|
|
96
106
|
"Select year": "غوره کال",
|
|
@@ -91,6 +91,16 @@
|
|
|
91
91
|
"No maps found. Click New map to get started.": "",
|
|
92
92
|
"No maps found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
93
93
|
"New map": "",
|
|
94
|
+
"Open an event report": "",
|
|
95
|
+
"Loading event reports": "",
|
|
96
|
+
"Couldn't load event reports": "",
|
|
97
|
+
"There was a problem loading event reports. Try again or contact your system administrator.": "",
|
|
98
|
+
"No event reports found. Click New event report to get started.": "",
|
|
99
|
+
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
100
|
+
"New event report": "",
|
|
101
|
+
"Options": "ګزینه",
|
|
102
|
+
"Hide": "پټ یې کړئ",
|
|
103
|
+
"Update": "تجدید یا نوي یې کړئ",
|
|
94
104
|
"Period type": "د مودې ډول",
|
|
95
105
|
"Year": "کال",
|
|
96
106
|
"Select year": "کال ټاکل",
|
|
@@ -91,6 +91,16 @@
|
|
|
91
91
|
"No maps found. Click New map to get started.": "",
|
|
92
92
|
"No maps found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
93
93
|
"New map": "",
|
|
94
|
+
"Open an event report": "",
|
|
95
|
+
"Loading event reports": "",
|
|
96
|
+
"Couldn't load event reports": "",
|
|
97
|
+
"There was a problem loading event reports. Try again or contact your system administrator.": "",
|
|
98
|
+
"No event reports found. Click New event report to get started.": "",
|
|
99
|
+
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
100
|
+
"New event report": "",
|
|
101
|
+
"Options": "Opções",
|
|
102
|
+
"Hide": "Esconder",
|
|
103
|
+
"Update": "Actualizar",
|
|
94
104
|
"Period type": "Tipo de periodo",
|
|
95
105
|
"Year": "Ano",
|
|
96
106
|
"Select year": "Selecionar ano",
|
|
@@ -91,6 +91,16 @@
|
|
|
91
91
|
"No maps found. Click New map to get started.": "",
|
|
92
92
|
"No maps found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
93
93
|
"New map": "",
|
|
94
|
+
"Open an event report": "",
|
|
95
|
+
"Loading event reports": "",
|
|
96
|
+
"Couldn't load event reports": "",
|
|
97
|
+
"There was a problem loading event reports. Try again or contact your system administrator.": "",
|
|
98
|
+
"No event reports found. Click New event report to get started.": "",
|
|
99
|
+
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
100
|
+
"New event report": "",
|
|
101
|
+
"Options": "Opções",
|
|
102
|
+
"Hide": "",
|
|
103
|
+
"Update": "Actualizar",
|
|
94
104
|
"Period type": "Tipo de período",
|
|
95
105
|
"Year": "Ano",
|
|
96
106
|
"Select year": "",
|
|
@@ -91,6 +91,16 @@
|
|
|
91
91
|
"No maps found. Click New map to get started.": "",
|
|
92
92
|
"No maps found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
93
93
|
"New map": "",
|
|
94
|
+
"Open an event report": "",
|
|
95
|
+
"Loading event reports": "",
|
|
96
|
+
"Couldn't load event reports": "",
|
|
97
|
+
"There was a problem loading event reports. Try again or contact your system administrator.": "",
|
|
98
|
+
"No event reports found. Click New event report to get started.": "",
|
|
99
|
+
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
100
|
+
"New event report": "",
|
|
101
|
+
"Options": "Параметры",
|
|
102
|
+
"Hide": "Скрыть",
|
|
103
|
+
"Update": "Обновить",
|
|
94
104
|
"Period type": "Виды периода",
|
|
95
105
|
"Year": "Год",
|
|
96
106
|
"Select year": "Выбрать год",
|
|
@@ -91,6 +91,16 @@
|
|
|
91
91
|
"No maps found. Click New map to get started.": "",
|
|
92
92
|
"No maps found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
93
93
|
"New map": "",
|
|
94
|
+
"Open an event report": "",
|
|
95
|
+
"Loading event reports": "",
|
|
96
|
+
"Couldn't load event reports": "",
|
|
97
|
+
"There was a problem loading event reports. Try again or contact your system administrator.": "",
|
|
98
|
+
"No event reports found. Click New event report to get started.": "",
|
|
99
|
+
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
100
|
+
"New event report": "",
|
|
101
|
+
"Options": "Alternativ",
|
|
102
|
+
"Hide": "",
|
|
103
|
+
"Update": "Uppdatera",
|
|
94
104
|
"Period type": "Periodtyp",
|
|
95
105
|
"Year": "År",
|
|
96
106
|
"Select year": "Välj år",
|
|
@@ -91,6 +91,16 @@
|
|
|
91
91
|
"No maps found. Click New map to get started.": "",
|
|
92
92
|
"No maps found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
93
93
|
"New map": "",
|
|
94
|
+
"Open an event report": "",
|
|
95
|
+
"Loading event reports": "",
|
|
96
|
+
"Couldn't load event reports": "",
|
|
97
|
+
"There was a problem loading event reports. Try again or contact your system administrator.": "",
|
|
98
|
+
"No event reports found. Click New event report to get started.": "",
|
|
99
|
+
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
100
|
+
"New event report": "",
|
|
101
|
+
"Options": "Opsoens",
|
|
102
|
+
"Hide": "Subar",
|
|
103
|
+
"Update": "Atualiza",
|
|
94
104
|
"Period type": "",
|
|
95
105
|
"Year": "Tinan",
|
|
96
106
|
"Select year": "",
|
|
@@ -91,6 +91,16 @@
|
|
|
91
91
|
"No maps found. Click New map to get started.": "",
|
|
92
92
|
"No maps found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
93
93
|
"New map": "",
|
|
94
|
+
"Open an event report": "",
|
|
95
|
+
"Loading event reports": "",
|
|
96
|
+
"Couldn't load event reports": "",
|
|
97
|
+
"There was a problem loading event reports. Try again or contact your system administrator.": "",
|
|
98
|
+
"No event reports found. Click New event report to get started.": "",
|
|
99
|
+
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
100
|
+
"New event report": "",
|
|
101
|
+
"Options": "Имконот",
|
|
102
|
+
"Hide": "Пинҳон кардан",
|
|
103
|
+
"Update": "Навсозӣ",
|
|
94
104
|
"Period type": "Навъи давара",
|
|
95
105
|
"Year": "Сол",
|
|
96
106
|
"Select year": "",
|
|
@@ -91,6 +91,16 @@
|
|
|
91
91
|
"No maps found. Click New map to get started.": "",
|
|
92
92
|
"No maps found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
93
93
|
"New map": "",
|
|
94
|
+
"Open an event report": "",
|
|
95
|
+
"Loading event reports": "",
|
|
96
|
+
"Couldn't load event reports": "",
|
|
97
|
+
"There was a problem loading event reports. Try again or contact your system administrator.": "",
|
|
98
|
+
"No event reports found. Click New event report to get started.": "",
|
|
99
|
+
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
100
|
+
"New event report": "",
|
|
101
|
+
"Options": "Опції",
|
|
102
|
+
"Hide": "Сховати",
|
|
103
|
+
"Update": "Оновити",
|
|
94
104
|
"Period type": "",
|
|
95
105
|
"Year": "Рік",
|
|
96
106
|
"Select year": "",
|
|
@@ -91,6 +91,16 @@
|
|
|
91
91
|
"No maps found. Click New map to get started.": "",
|
|
92
92
|
"No maps found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
93
93
|
"New map": "",
|
|
94
|
+
"Open an event report": "",
|
|
95
|
+
"Loading event reports": "",
|
|
96
|
+
"Couldn't load event reports": "",
|
|
97
|
+
"There was a problem loading event reports. Try again or contact your system administrator.": "",
|
|
98
|
+
"No event reports found. Click New event report to get started.": "",
|
|
99
|
+
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
100
|
+
"New event report": "",
|
|
101
|
+
"Options": "اختیارات",
|
|
102
|
+
"Hide": "چھپائیں",
|
|
103
|
+
"Update": "اپڈیٹ",
|
|
94
104
|
"Period type": "مدت کی قسم",
|
|
95
105
|
"Year": "سال",
|
|
96
106
|
"Select year": "سال کو منتخب کریں",
|
|
@@ -91,6 +91,16 @@
|
|
|
91
91
|
"No maps found. Click New map to get started.": "",
|
|
92
92
|
"No maps found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
93
93
|
"New map": "",
|
|
94
|
+
"Open an event report": "",
|
|
95
|
+
"Loading event reports": "",
|
|
96
|
+
"Couldn't load event reports": "",
|
|
97
|
+
"There was a problem loading event reports. Try again or contact your system administrator.": "",
|
|
98
|
+
"No event reports found. Click New event report to get started.": "",
|
|
99
|
+
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
100
|
+
"New event report": "",
|
|
101
|
+
"Options": "Вариант",
|
|
102
|
+
"Hide": "Беркитиш",
|
|
103
|
+
"Update": "Янгилаш",
|
|
94
104
|
"Period type": "Давр тури",
|
|
95
105
|
"Year": "Йил",
|
|
96
106
|
"Select year": "Йилни танланг",
|
|
@@ -91,6 +91,16 @@
|
|
|
91
91
|
"No maps found. Click New map to get started.": "",
|
|
92
92
|
"No maps found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
93
93
|
"New map": "",
|
|
94
|
+
"Open an event report": "",
|
|
95
|
+
"Loading event reports": "",
|
|
96
|
+
"Couldn't load event reports": "",
|
|
97
|
+
"There was a problem loading event reports. Try again or contact your system administrator.": "",
|
|
98
|
+
"No event reports found. Click New event report to get started.": "",
|
|
99
|
+
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
100
|
+
"New event report": "",
|
|
101
|
+
"Options": "Вариант",
|
|
102
|
+
"Hide": "Berkitish",
|
|
103
|
+
"Update": "Янгилаш",
|
|
94
104
|
"Period type": "Davr turi",
|
|
95
105
|
"Year": "Yil",
|
|
96
106
|
"Select year": "Yilni tanlang",
|
|
@@ -91,6 +91,16 @@
|
|
|
91
91
|
"No maps found. Click New map to get started.": "",
|
|
92
92
|
"No maps found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
93
93
|
"New map": "",
|
|
94
|
+
"Open an event report": "",
|
|
95
|
+
"Loading event reports": "",
|
|
96
|
+
"Couldn't load event reports": "",
|
|
97
|
+
"There was a problem loading event reports. Try again or contact your system administrator.": "",
|
|
98
|
+
"No event reports found. Click New event report to get started.": "",
|
|
99
|
+
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
100
|
+
"New event report": "",
|
|
101
|
+
"Options": "Tùy chọn",
|
|
102
|
+
"Hide": "Ẩn",
|
|
103
|
+
"Update": "Cập nhật",
|
|
94
104
|
"Period type": "Loại thời điểm",
|
|
95
105
|
"Year": "Năm",
|
|
96
106
|
"Select year": "Chọn năm",
|
|
@@ -91,6 +91,16 @@
|
|
|
91
91
|
"No maps found. Click New map to get started.": "未找到地图。单击新地图开始。",
|
|
92
92
|
"No maps found. Try adjusting your search or filter options to find what you're looking for.": "未找到地图。尝试调整您的搜索或过滤选项以找到您要查找的内容。",
|
|
93
93
|
"New map": "新地图",
|
|
94
|
+
"Open an event report": "",
|
|
95
|
+
"Loading event reports": "",
|
|
96
|
+
"Couldn't load event reports": "",
|
|
97
|
+
"There was a problem loading event reports. Try again or contact your system administrator.": "",
|
|
98
|
+
"No event reports found. Click New event report to get started.": "",
|
|
99
|
+
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
100
|
+
"New event report": "",
|
|
101
|
+
"Options": "选项",
|
|
102
|
+
"Hide": "隐藏",
|
|
103
|
+
"Update": "更新",
|
|
94
104
|
"Period type": "周期类型",
|
|
95
105
|
"Year": "年",
|
|
96
106
|
"Select year": "选择年份",
|
|
@@ -91,6 +91,16 @@
|
|
|
91
91
|
"No maps found. Click New map to get started.": "",
|
|
92
92
|
"No maps found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
93
93
|
"New map": "",
|
|
94
|
+
"Open an event report": "",
|
|
95
|
+
"Loading event reports": "",
|
|
96
|
+
"Couldn't load event reports": "",
|
|
97
|
+
"There was a problem loading event reports. Try again or contact your system administrator.": "",
|
|
98
|
+
"No event reports found. Click New event report to get started.": "",
|
|
99
|
+
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
100
|
+
"New event report": "",
|
|
101
|
+
"Options": "选项",
|
|
102
|
+
"Hide": "隐藏",
|
|
103
|
+
"Update": "更新",
|
|
94
104
|
"Period type": "周期类型",
|
|
95
105
|
"Year": "年",
|
|
96
106
|
"Select year": "选择年份",
|