@dhis2/analytics 26.9.5 → 26.10.0
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/build/cjs/__demo__/DataDimension.stories.js +53 -0
- package/build/cjs/api/dimensions.js +1 -1
- package/build/cjs/api/expression.js +20 -10
- package/build/cjs/components/DataDimension/Calculation/CalculationModal.js +1 -1
- package/build/cjs/components/DataDimension/DataDimension.js +4 -1
- package/build/cjs/components/DataDimension/Info/CalculationInfo.js +106 -0
- package/build/cjs/components/DataDimension/Info/DataElementInfo.js +135 -0
- package/build/cjs/components/DataDimension/Info/DataElementOperandInfo.js +188 -0
- package/build/cjs/components/DataDimension/Info/DataSetInfo.js +115 -0
- package/build/cjs/components/DataDimension/Info/EventDataItemInfo.js +111 -0
- package/build/cjs/components/DataDimension/Info/IndicatorInfo.js +179 -0
- package/build/cjs/components/DataDimension/Info/InfoPopover.js +58 -0
- package/build/cjs/components/DataDimension/Info/InfoTable.js +219 -0
- package/build/cjs/components/DataDimension/Info/ProgramIndicatorInfo.js +191 -0
- package/build/cjs/components/DataDimension/Info/styles/InfoPopover.style.js +10 -0
- package/build/cjs/components/DataDimension/ItemSelector.js +22 -5
- package/build/cjs/components/DataDimension/TransferOption.js +117 -0
- package/build/cjs/components/DataDimension/styles/TransferOption.style.js +10 -0
- package/build/cjs/components/DimensionsPanel/List/__tests__/__snapshots__/DimensionItem.spec.js.snap +0 -20
- package/build/cjs/components/OrgUnitDimension/__tests__/__snapshots__/OrgUnitDimension.spec.js.snap +0 -5
- package/build/cjs/components/PeriodDimension/__tests__/__snapshots__/FixedPeriodSingleSelect.spec.js.snap +0 -12
- package/build/cjs/components/PeriodDimension/__tests__/__snapshots__/PeriodSelector.spec.js.snap +3 -10
- package/build/cjs/components/styles/DimensionSelector.style.js +2 -2
- package/build/cjs/index.js +66 -10
- package/build/cjs/locales/en/translations.json +73 -9
- package/build/cjs/locales/vi/translations.json +202 -202
- package/build/cjs/modules/dimensionListItem.js +3 -3
- package/build/cjs/modules/dimensionSelectorHelper.js +2 -2
- package/build/cjs/modules/valueTypes.js +50 -11
- package/build/es/__demo__/DataDimension.stories.js +42 -0
- package/build/es/api/dimensions.js +1 -1
- package/build/es/api/expression.js +19 -9
- package/build/es/components/DataDimension/Calculation/CalculationModal.js +2 -2
- package/build/es/components/DataDimension/DataDimension.js +4 -1
- package/build/es/components/DataDimension/Info/CalculationInfo.js +96 -0
- package/build/es/components/DataDimension/Info/DataElementInfo.js +127 -0
- package/build/es/components/DataDimension/Info/DataElementOperandInfo.js +178 -0
- package/build/es/components/DataDimension/Info/DataSetInfo.js +107 -0
- package/build/es/components/DataDimension/Info/EventDataItemInfo.js +103 -0
- package/build/es/components/DataDimension/Info/IndicatorInfo.js +169 -0
- package/build/es/components/DataDimension/Info/InfoPopover.js +54 -0
- package/build/es/components/DataDimension/Info/InfoTable.js +205 -0
- package/build/es/components/DataDimension/Info/ProgramIndicatorInfo.js +181 -0
- package/build/es/components/DataDimension/Info/styles/InfoPopover.style.js +4 -0
- package/build/es/components/DataDimension/ItemSelector.js +24 -7
- package/build/es/components/DataDimension/TransferOption.js +109 -0
- package/build/es/components/DataDimension/styles/TransferOption.style.js +4 -0
- package/build/es/components/DimensionsPanel/List/__tests__/__snapshots__/DimensionItem.spec.js.snap +0 -20
- package/build/es/components/OrgUnitDimension/__tests__/__snapshots__/OrgUnitDimension.spec.js.snap +0 -5
- package/build/es/components/PeriodDimension/__tests__/__snapshots__/FixedPeriodSingleSelect.spec.js.snap +0 -12
- package/build/es/components/PeriodDimension/__tests__/__snapshots__/PeriodSelector.spec.js.snap +3 -10
- package/build/es/components/styles/DimensionSelector.style.js +2 -2
- package/build/es/index.js +1 -1
- package/build/es/locales/en/translations.json +73 -9
- package/build/es/locales/vi/translations.json +202 -202
- package/build/es/modules/dimensionListItem.js +1 -1
- package/build/es/modules/dimensionSelectorHelper.js +2 -2
- package/build/es/modules/valueTypes.js +48 -10
- package/package.json +5 -5
|
@@ -1,189 +1,189 @@
|
|
|
1
1
|
{
|
|
2
|
-
"view only": "",
|
|
3
|
-
"view and edit": "",
|
|
4
|
-
"all users ({{accessLevel}})": "",
|
|
5
|
-
"{{userOrGroup}} ({{accessLevel}})": "",
|
|
6
|
-
"Shared with {{commaSeparatedListOfUsersAndGroups}}": "",
|
|
7
|
-
"Not shared with any users or groups": "",
|
|
2
|
+
"view only": "chỉ xem",
|
|
3
|
+
"view and edit": "xem và chỉnh sửa",
|
|
4
|
+
"all users ({{accessLevel}})": "tất cả người dùng ({{accessLevel}})",
|
|
5
|
+
"{{userOrGroup}} ({{accessLevel}})": "{{userOrGroup}}({{accessLevel}})",
|
|
6
|
+
"Shared with {{commaSeparatedListOfUsersAndGroups}}": "Chia sẻ với {{commaSeparatedListOfUsersAndGroups}}",
|
|
7
|
+
"Not shared with any users or groups": "Không chia sẻ với bất kỳ một người hay nhóm nào",
|
|
8
8
|
"No description": "Không mô tả",
|
|
9
|
-
"Last updated {{time}}": "",
|
|
10
|
-
"Created {{time}} by {{author}}": "",
|
|
11
|
-
"Created {{time}}": "",
|
|
12
|
-
"Viewed {{count}} times": "",
|
|
13
|
-
"Notifications": "",
|
|
14
|
-
"You're subscribed and getting updates about new interpretations.": "",
|
|
15
|
-
"Unsubscribe": "",
|
|
16
|
-
"Subscribe to get updates about new interpretations.": "",
|
|
17
|
-
"Subscribe": "",
|
|
18
|
-
"About this map": "",
|
|
19
|
-
"About this line list": "",
|
|
20
|
-
"About this visualization": "",
|
|
21
|
-
"About this event chart": "",
|
|
22
|
-
"About this event report": "",
|
|
23
|
-
"This app could not retrieve required data.": "",
|
|
9
|
+
"Last updated {{time}}": "Cập nhật lần cuối {{time}}",
|
|
10
|
+
"Created {{time}} by {{author}}": "Được tạo {{time}}bởi {{author}}",
|
|
11
|
+
"Created {{time}}": "Được tạo {{time}}",
|
|
12
|
+
"Viewed {{count}} times": "Đã xem {{count}}lần",
|
|
13
|
+
"Notifications": "Thông báo",
|
|
14
|
+
"You're subscribed and getting updates about new interpretations.": "Bạn đã đăng ký và đang nhận thông tin cập nhật về những diễn giải mới.",
|
|
15
|
+
"Unsubscribe": "Hủy đăng ký",
|
|
16
|
+
"Subscribe to get updates about new interpretations.": "Đăng ký để nhận thông tin cập nhật về những diễn giải mới.",
|
|
17
|
+
"Subscribe": "Đăng ký",
|
|
18
|
+
"About this map": "Về bản đồ này",
|
|
19
|
+
"About this line list": "Về danh sách dòng này",
|
|
20
|
+
"About this visualization": "Về trực quan hóa này",
|
|
21
|
+
"About this event chart": "Về biểu đồ sự kiện này",
|
|
22
|
+
"About this event report": "Về báo cáo sự kiện này",
|
|
23
|
+
"This app could not retrieve required data.": "Ứng dụng này không thể truy xuất dữ liệu cần thiết.",
|
|
24
24
|
"Network error": "Lỗi mạng",
|
|
25
|
-
"Data / Edit calculation": "",
|
|
26
|
-
"Data / New calculation": "",
|
|
27
|
-
"Remove item": "
|
|
28
|
-
"Check formula": "",
|
|
29
|
-
"Calculation name": "",
|
|
30
|
-
"Shown in table headers and chart axes/legends": "",
|
|
31
|
-
"Delete calculation": "",
|
|
25
|
+
"Data / Edit calculation": "Dữ liệu / Chỉnh sửa tính toán",
|
|
26
|
+
"Data / New calculation": "Dữ liệu / Tính toán mới",
|
|
27
|
+
"Remove item": "Xóa mục",
|
|
28
|
+
"Check formula": "Kiểm tra công thức",
|
|
29
|
+
"Calculation name": "Tên phép tính",
|
|
30
|
+
"Shown in table headers and chart axes/legends": "Hiển thị trong tiêu đề bảng và trục biểu đồ/chú thích",
|
|
31
|
+
"Delete calculation": "Xóa tính toán",
|
|
32
32
|
"Cancel": "Hủy",
|
|
33
|
-
"The calculation can only be saved with a valid formula": "",
|
|
34
|
-
"Add a name to save this calculation": "",
|
|
35
|
-
"Save calculation": "",
|
|
36
|
-
"Are you sure you want to delete this calculation? It may be used by other visualizations.": "",
|
|
37
|
-
"Yes, delete": "",
|
|
38
|
-
"Totals only": "",
|
|
39
|
-
"Details only": "",
|
|
33
|
+
"The calculation can only be saved with a valid formula": "Phép tính chỉ có thể được lưu bằng công thức hợp lệ",
|
|
34
|
+
"Add a name to save this calculation": "Thêm tên để lưu phép tính này",
|
|
35
|
+
"Save calculation": "Lưu tính toán",
|
|
36
|
+
"Are you sure you want to delete this calculation? It may be used by other visualizations.": "Bạn có chắc chắn muốn xóa phép tính này không? Nó có thể được sử dụng bởi các hình ảnh trực quan khác.",
|
|
37
|
+
"Yes, delete": "Có, xóa",
|
|
38
|
+
"Totals only": "Chỉ tổng số",
|
|
39
|
+
"Details only": "Chỉ chi tiết",
|
|
40
40
|
"Loading": "Đang tải",
|
|
41
|
-
"Data elements": "
|
|
42
|
-
"Search by data element name": "",
|
|
43
|
-
"No data elements found for \"{{- searchTerm}}\"": "",
|
|
44
|
-
"No data elements found": "",
|
|
45
|
-
"Drag items here, or double click in the list, to start building a calculation formula": "",
|
|
46
|
-
"Math operators": "",
|
|
41
|
+
"Data elements": "Phần tử dữ liệu",
|
|
42
|
+
"Search by data element name": "Tìm kiếm theo tên phần tử dữ liệu",
|
|
43
|
+
"No data elements found for \"{{- searchTerm}}\"": "Không tìm thấy phần tử dữ liệu nào cho \"{{- searchTerm}}\"",
|
|
44
|
+
"No data elements found": "Không tìm thấy phần tử dữ liệu nào",
|
|
45
|
+
"Drag items here, or double click in the list, to start building a calculation formula": "Kéo các mục vào đây hoặc nhấp đúp vào danh sách để bắt đầu xây dựng công thức tính toán",
|
|
46
|
+
"Math operators": "Toán tử toán học",
|
|
47
47
|
"Data Type": "Loại dữ liệu",
|
|
48
|
-
"Only {{dataType}} can be used in {{visType}}": "",
|
|
49
|
-
"All types": "
|
|
48
|
+
"Only {{dataType}} can be used in {{visType}}": "Chỉ {{dataType}}được sử dụng trong {{visType}}",
|
|
49
|
+
"All types": "Tất cả các loại",
|
|
50
50
|
"Disaggregation": "Phân Tách Phần Tử Dữ Liệu",
|
|
51
51
|
"No data": "Không có dữ liệu",
|
|
52
|
-
"Search by data item name": "",
|
|
52
|
+
"Search by data item name": "Tìm kiếm theo tên mục dữ liệu",
|
|
53
53
|
"No items selected": "Không có mục nào được chọn",
|
|
54
54
|
"Selected Items": "Các mục đã chọn",
|
|
55
|
-
"No indicators found": "",
|
|
56
|
-
"No data sets found": "",
|
|
57
|
-
"No event data items found": "",
|
|
58
|
-
"No program indicators found": "",
|
|
55
|
+
"No indicators found": "Không tìm thấy chỉ số",
|
|
56
|
+
"No data sets found": "Không tìm thấy tập dữ liệu nào",
|
|
57
|
+
"No event data items found": "Không tìm thấy mục dữ liệu sự kiện nào",
|
|
58
|
+
"No program indicators found": "Không tìm thấy chỉ số chương trình nào",
|
|
59
59
|
"No calculations found": "Không tìm thấy tính toán nào",
|
|
60
|
-
"No indicators found for \"{{- searchTerm}}\"": "",
|
|
61
|
-
"No data sets found for \"{{- searchTerm}}\"": "",
|
|
62
|
-
"No event data items found for \"{{- searchTerm}}\"": "",
|
|
63
|
-
"No program indicators found for \"{{- searchTerm}}\"": "",
|
|
64
|
-
"No calculations found for \"{{- searchTerm}}\"": "",
|
|
60
|
+
"No indicators found for \"{{- searchTerm}}\"": "Không tìm thấy chỉ số nào cho \"{{- searchTerm}}\"",
|
|
61
|
+
"No data sets found for \"{{- searchTerm}}\"": "Không tìm thấy tập dữ liệu nào cho \"{{- searchTerm}}\"",
|
|
62
|
+
"No event data items found for \"{{- searchTerm}}\"": "Không tìm thấy mục dữ liệu sự kiện nào cho \"{{- searchTerm}}\"",
|
|
63
|
+
"No program indicators found for \"{{- searchTerm}}\"": "Không tìm thấy chỉ số chương trình nào cho \"{{- searchTerm}}\"",
|
|
64
|
+
"No calculations found for \"{{- searchTerm}}\"": "Không tìm thấy tính toán nào cho \"{{- searchTerm}}\"",
|
|
65
65
|
"Nothing found for \"{{- searchTerm}}\"": "Không tìm thấy gì cho {{- searchTerm}}",
|
|
66
66
|
"Calculation": "Tính toán",
|
|
67
|
-
"Metric type": "",
|
|
67
|
+
"Metric type": "Loại chỉ số đo lường",
|
|
68
68
|
"All metrics": "Tất cả hệ đo lường",
|
|
69
69
|
"Move to {{axisName}}": "Di chuyển đến {{axisName}}",
|
|
70
|
-
"Add to {{axisName}}": "Thêm {{
|
|
70
|
+
"Add to {{axisName}}": "Thêm vào {{axisName}}",
|
|
71
71
|
"Not available for {{visualizationType}}": "Không có sẵn cho {{visualizationType}}",
|
|
72
72
|
"Remove Assigned Categories": "Xóa phân loại đã chỉ định",
|
|
73
73
|
"Add Assigned Categories": "Thêm phân loại được chỉ định",
|
|
74
|
-
"Remove": "
|
|
74
|
+
"Remove": "Xóa",
|
|
75
75
|
"Filter dimensions": "Các chiều lọc",
|
|
76
76
|
"Main dimensions": "Các chiều chính",
|
|
77
77
|
"Your dimensions": "Các chiều dữ liệu của bạn",
|
|
78
78
|
"Dimension recommended with selected data": "Chiều được đề xuất với dữ liệu đã chọn",
|
|
79
79
|
"All items": "Tất cả các mục",
|
|
80
|
-
"Automatically include all items": "",
|
|
81
|
-
"Select all {{- dimensionTitle}} items. With this option, new items added in the future will be automatically included.": "",
|
|
82
|
-
"Manually select items...": "",
|
|
83
|
-
"Nothing found in {{- dimensionTitle}}": "",
|
|
80
|
+
"Automatically include all items": "Tự động bao gồm tất cả các mục",
|
|
81
|
+
"Select all {{- dimensionTitle}} items. With this option, new items added in the future will be automatically included.": "Chọn tất cả mục {{- dimensionTitle}}. Với tùy chọn này, mục mới sẽ được tự động thêm vào trong tương lai.",
|
|
82
|
+
"Manually select items...": "Chọn mục theo cách thủ công...",
|
|
83
|
+
"Nothing found in {{- dimensionTitle}}": "Không tìm thấy gì trong {{- dimensionTitle}}",
|
|
84
84
|
"Search": "Tìm kiếm",
|
|
85
|
-
"Nothing found for {{- searchTerm}}": "",
|
|
86
|
-
"Delete {{fileType}}": "",
|
|
87
|
-
"This {{fileType}} and related interpretations will be deleted. Continue?": "",
|
|
85
|
+
"Nothing found for {{- searchTerm}}": "Không tìm thấy gì cho {{- searchTerm}}",
|
|
86
|
+
"Delete {{fileType}}": "Xóa {{fileType}}",
|
|
87
|
+
"This {{fileType}} and related interpretations will be deleted. Continue?": "{{fileType}}này và các diễn giải liên quan sẽ bị xóa. Tiếp tục?",
|
|
88
88
|
"Delete": "Xóa",
|
|
89
89
|
"File": "Tập tin",
|
|
90
90
|
"New": "Mới",
|
|
91
|
-
"Open…": "",
|
|
92
|
-
"Save": "Lưu
|
|
93
|
-
"Save…": "",
|
|
94
|
-
"Save as…": "",
|
|
95
|
-
"Rename…": "",
|
|
96
|
-
"Translate…": "",
|
|
97
|
-
"Share…": "",
|
|
98
|
-
"Get link…": "",
|
|
91
|
+
"Open…": "Mở...",
|
|
92
|
+
"Save": "Lưu",
|
|
93
|
+
"Save…": "Lưu...",
|
|
94
|
+
"Save as…": "Lưu dưới dạng…",
|
|
95
|
+
"Rename…": "Đổi tên...",
|
|
96
|
+
"Translate…": "Dịch...",
|
|
97
|
+
"Share…": "Chia sẻ...",
|
|
98
|
+
"Get link…": "Lấy đường dẫn liên kết...",
|
|
99
99
|
"Open in this app": "Mở trong ứng dụng này",
|
|
100
100
|
"Close": "Đóng lại",
|
|
101
|
-
"Rename {{fileType}}": "",
|
|
101
|
+
"Rename {{fileType}}": "Đổi tên {{fileType}}",
|
|
102
102
|
"Name": "Tên",
|
|
103
103
|
"Description": "Miêu tả",
|
|
104
104
|
"Rename": "Đổi tên",
|
|
105
|
-
"{{- objectName}} (copy)": "",
|
|
106
|
-
"Save {{fileType}} as": "",
|
|
105
|
+
"{{- objectName}} (copy)": "{{- objectName}}(copy)",
|
|
106
|
+
"Save {{fileType}} as": "Lưu {{fileType}}thành",
|
|
107
107
|
"event report": "báo cáo sự kiện",
|
|
108
|
-
"line list": "",
|
|
108
|
+
"line list": "danh sách dòng",
|
|
109
109
|
"map": "bản đồ",
|
|
110
|
-
"visualization": "",
|
|
110
|
+
"visualization": "trực quan hóa",
|
|
111
111
|
"Edit": "Chỉnh sửa",
|
|
112
112
|
"Write a reply": "Viết phản hồi",
|
|
113
|
-
"Post reply": "",
|
|
114
|
-
"Delete failed": "
|
|
115
|
-
"Could not update comment": "",
|
|
116
|
-
"Enter comment text": "",
|
|
113
|
+
"Post reply": "Đăng phản hồi",
|
|
114
|
+
"Delete failed": "Xóa thất bại",
|
|
115
|
+
"Could not update comment": "Không thể cập nhật bình luận",
|
|
116
|
+
"Enter comment text": "Nhập văn bản bình luận",
|
|
117
117
|
"Update": "Cập nhật",
|
|
118
|
-
"Viewing interpretation: {{- visualisationName}}": "",
|
|
119
|
-
"Could not load interpretation": "",
|
|
120
|
-
"The interpretation couldn’t be displayed. Try again or contact your system administrator.": "",
|
|
121
|
-
"Hide interpretation": "",
|
|
118
|
+
"Viewing interpretation: {{- visualisationName}}": "Xem diễn giải:{{- visualisationName}}",
|
|
119
|
+
"Could not load interpretation": "Không thể tải diễn giải",
|
|
120
|
+
"The interpretation couldn’t be displayed. Try again or contact your system administrator.": "Không thể hiển thị diễn giải. Hãy thử lại hoặc liên hệ với quản trị viên hệ thống của bạn.",
|
|
121
|
+
"Hide interpretation": "Ẩn diễn giải",
|
|
122
122
|
"Write an interpretation": "Viết diễn giải",
|
|
123
|
-
"Other people viewing this interpretation in the future may see more data.": "",
|
|
124
|
-
"Post interpretation": "",
|
|
123
|
+
"Other people viewing this interpretation in the future may see more data.": "Những người khác xem bản diễn giải này trong tương lai có thể thấy nhiều dữ liệu hơn.",
|
|
124
|
+
"Post interpretation": "Đăng diễn giải",
|
|
125
125
|
"Interpretations": "Diễn giải ",
|
|
126
126
|
"Reply": "Trả lời",
|
|
127
127
|
"{{count}} replies": "{{count}} câu trả lời",
|
|
128
|
-
"View replies": "",
|
|
128
|
+
"View replies": "Xem trả lời",
|
|
129
129
|
"Unlike": "Không thích",
|
|
130
130
|
"Like": "Thích",
|
|
131
|
-
"See interpretation": "",
|
|
132
|
-
"Open in app": "",
|
|
131
|
+
"See interpretation": "Xem diễn giải",
|
|
132
|
+
"Open in app": "Mở trong ứng dụng",
|
|
133
133
|
"Share": "Chia sẻ",
|
|
134
134
|
"Manage sharing": "Quản lý chia sẻ",
|
|
135
|
-
"Could not update interpretation": "",
|
|
136
|
-
"Enter interpretation text": "",
|
|
135
|
+
"Could not update interpretation": "Không thể cập nhật diễn giải",
|
|
136
|
+
"Enter interpretation text": "Nhập nội dung cho diễn giải",
|
|
137
137
|
"Not available offline": "Không có cho ngoại tuyến",
|
|
138
138
|
"Created by": "Được tạo bởi",
|
|
139
139
|
"Anyone": "Bất kỳ ai",
|
|
140
|
-
"Only you": "",
|
|
140
|
+
"Only you": "Chỉ bạn",
|
|
141
141
|
"Others": "Khác",
|
|
142
|
-
"Not supported by this app yet": "",
|
|
142
|
+
"Not supported by this app yet": "Chưa được ứng dụng này hỗ trợ",
|
|
143
143
|
"Filter by name": "Lọc bằng tên",
|
|
144
144
|
"Created": "Đã tạo",
|
|
145
145
|
"Last updated": "Lần cập nhật cuối",
|
|
146
146
|
"Type": "Loại",
|
|
147
147
|
"Clear filters": "Bỏ lọc",
|
|
148
|
-
"{{firstItemIndex}}-{{lastItemIndex}} of {{totalNumberOfItems}}": "",
|
|
148
|
+
"{{firstItemIndex}}-{{lastItemIndex}} of {{totalNumberOfItems}}": "{{firstItemIndex}}-{{lastItemIndex}} của {{totalNumberOfItems}}",
|
|
149
149
|
"Open": "Mở",
|
|
150
|
-
"Couldn't load items": "",
|
|
151
|
-
"There was a problem loading items. Try again or contact your system administrator.": "",
|
|
152
|
-
"No items found. Create a new to get started.": "",
|
|
153
|
-
"No items found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
150
|
+
"Couldn't load items": "Không thể tải danh mục",
|
|
151
|
+
"There was a problem loading items. Try again or contact your system administrator.": "Đã xảy ra sự cố khi tải mục. Hãy thử lại hoặc liên hệ với quản trị viên hệ thống của bạn.",
|
|
152
|
+
"No items found. Create a new to get started.": "Không tìm thấy mục nào. Hãy tạo một cái mới để bắt đầu.",
|
|
153
|
+
"No items found. Try adjusting your search or filter options to find what you're looking for.": "Không tìm thấy mục nào. Hãy thử điều chỉnh tùy chọn tìm kiếm hoặc bộ lọc để tìm những gì bạn đang tìm kiếm.",
|
|
154
154
|
"Create new": "Tạo mới",
|
|
155
|
-
"Open a visualization": "",
|
|
156
|
-
"Loading visualizations": "",
|
|
157
|
-
"Couldn't load visualizations": "",
|
|
158
|
-
"There was a problem loading visualizations. Try again or contact your system administrator.": "",
|
|
159
|
-
"No visualizations found. Click New visualization to get started.": "",
|
|
160
|
-
"No visualizations found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
161
|
-
"New visualization": "",
|
|
162
|
-
"Open a map": "",
|
|
163
|
-
"Loading maps": "",
|
|
164
|
-
"Couldn't load maps": "",
|
|
165
|
-
"There was a problem loading maps. Try again or contact your system administrator.": "",
|
|
166
|
-
"No maps found. Click New map to get started.": "",
|
|
167
|
-
"No maps found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
168
|
-
"New map": "",
|
|
169
|
-
"Open a line list": "",
|
|
170
|
-
"Loading line lists": "",
|
|
171
|
-
"Couldn't load line lists": "",
|
|
172
|
-
"There was a problem loading line lists. Try again or contact your system administrator.": "",
|
|
173
|
-
"No line lists found. Click New line list to get started.": "",
|
|
174
|
-
"No line lists found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
175
|
-
"New line list": "",
|
|
155
|
+
"Open a visualization": "Mở một hình ảnh trực quan",
|
|
156
|
+
"Loading visualizations": "Đang tải hình ảnh trực quan",
|
|
157
|
+
"Couldn't load visualizations": "Không thể tải hình ảnh trực quan",
|
|
158
|
+
"There was a problem loading visualizations. Try again or contact your system administrator.": "Đã xảy ra sự cố khi tải hình ảnh trực quan. Hãy thử lại hoặc liên hệ với quản trị viên hệ thống của bạn.",
|
|
159
|
+
"No visualizations found. Click New visualization to get started.": "Không tìm thấy hình ảnh trực quan nào. Nhấp vào Hình ảnh trực quan mới để bắt đầu.",
|
|
160
|
+
"No visualizations found. Try adjusting your search or filter options to find what you're looking for.": "Không tìm thấy hình ảnh trực quan. Hãy thử điều chỉnh tùy chọn tìm kiếm hoặc bộ lọc để tìm nội dung bạn đang tìm kiếm.",
|
|
161
|
+
"New visualization": "Hình ảnh trực quan mới",
|
|
162
|
+
"Open a map": "Mở một bản đồ",
|
|
163
|
+
"Loading maps": "Đang tải bản đồ",
|
|
164
|
+
"Couldn't load maps": "Không thể tải bản đồ",
|
|
165
|
+
"There was a problem loading maps. Try again or contact your system administrator.": "Đã xảy ra sự cố khi tải bản đồ. Hãy thử lại hoặc liên hệ với quản trị viên hệ thống của bạn.",
|
|
166
|
+
"No maps found. Click New map to get started.": "Không tìm thấy bản đồ. Nhấp vào Bản đồ mới để bắt đầu.",
|
|
167
|
+
"No maps found. Try adjusting your search or filter options to find what you're looking for.": "Không tìm thấy bản đồ. Hãy thử điều chỉnh tùy chọn tìm kiếm hoặc bộ lọc để tìm thông tin bạn đang tìm kiếm.",
|
|
168
|
+
"New map": "Bản đồ mới",
|
|
169
|
+
"Open a line list": "Mở một danh sách dòng",
|
|
170
|
+
"Loading line lists": "Đang tải danh sách dòng",
|
|
171
|
+
"Couldn't load line lists": "Không thể tải danh sách dòng",
|
|
172
|
+
"There was a problem loading line lists. Try again or contact your system administrator.": "Đã xảy ra sự cố khi tải danh sách dòng. Hãy thử lại hoặc liên hệ với quản trị viên hệ thống của bạn.",
|
|
173
|
+
"No line lists found. Click New line list to get started.": "Không tìm thấy danh sách dòng nào. Bấm vào Danh sách dòng mới để bắt đầu.",
|
|
174
|
+
"No line lists found. Try adjusting your search or filter options to find what you're looking for.": "Không tìm thấy danh sách dòng nào. Hãy thử điều chỉnh tùy chọn tìm kiếm hoặc bộ lọc để tìm những gì bạn đang tìm kiếm.",
|
|
175
|
+
"New line list": "Danh sách dòng mới",
|
|
176
176
|
"Options": "Tùy chọn",
|
|
177
177
|
"Hide": "Ẩn",
|
|
178
|
-
"{{count}} org units": "",
|
|
179
|
-
"{{count}} levels": "",
|
|
180
|
-
"{{count}} groups": "",
|
|
181
|
-
"Selected: {{commaSeparatedListOfOrganisationUnits}}": "",
|
|
182
|
-
"Nothing selected": "",
|
|
178
|
+
"{{count}} org units": "{{count}} đơn vị",
|
|
179
|
+
"{{count}} levels": "{{count}} cấp độ",
|
|
180
|
+
"{{count}} groups": "{{count}} nhóm",
|
|
181
|
+
"Selected: {{commaSeparatedListOfOrganisationUnits}}": "Đã chọn: {{commaSeparatedListOfOrganisationUnits}}",
|
|
182
|
+
"Nothing selected": "Không có gì được chọn",
|
|
183
183
|
"User organisation unit": "Đơn vị người dùng",
|
|
184
|
-
"User sub-units": "Đơn
|
|
185
|
-
"User sub-x2-units": "Đơn
|
|
186
|
-
"Select a level": "Chọn
|
|
184
|
+
"User sub-units": "Đơn vị con của người dùng",
|
|
185
|
+
"User sub-x2-units": "Đơn vị con cấp 2 của người dùng",
|
|
186
|
+
"Select a level": "Chọn cấp độ",
|
|
187
187
|
"Select a group": "Chọn nhóm",
|
|
188
188
|
"Deselect all": "Bỏ chọn tất cả",
|
|
189
189
|
"Period type": "Loại thời điểm",
|
|
@@ -200,17 +200,17 @@
|
|
|
200
200
|
"Weekly (Start Thursday)": "Hàng tuần (Bắt đầu từ Thứ Năm)",
|
|
201
201
|
"Weekly (Start Saturday)": "Hàng tuần (Bắt đầu từ Thứ Bảy)",
|
|
202
202
|
"Weekly (Start Sunday)": "Hàng tuần (Bắt đầu từ Chủ nhật)",
|
|
203
|
-
"Bi-weekly": "
|
|
203
|
+
"Bi-weekly": "Định kỳ 2 tuần",
|
|
204
204
|
"Monthly": "Hàng tháng",
|
|
205
|
-
"Bi-monthly": "
|
|
205
|
+
"Bi-monthly": "Định kỳ 2 tháng",
|
|
206
206
|
"Quarterly": "Hàng quý",
|
|
207
|
-
"Six-monthly": "
|
|
208
|
-
"Six-monthly April": "
|
|
207
|
+
"Six-monthly": "Định kỳ 6 tháng",
|
|
208
|
+
"Six-monthly April": "Định kỳ 6 tháng - Tháng 4",
|
|
209
209
|
"Yearly": "Hàng năm",
|
|
210
|
-
"Financial year (Start November)": "Năm tài chính (
|
|
211
|
-
"Financial year (Start October)": "Năm
|
|
212
|
-
"Financial year (Start July)": "Năm
|
|
213
|
-
"Financial year (Start April)": "Năm
|
|
210
|
+
"Financial year (Start November)": "Năm tài chính (Tháng 11)",
|
|
211
|
+
"Financial year (Start October)": "Năm tài chính (Tháng 10)",
|
|
212
|
+
"Financial year (Start July)": "Năm tài chính (Tháng 7)",
|
|
213
|
+
"Financial year (Start April)": "Năm tài chính (Tháng 4)",
|
|
214
214
|
"Today": "Hôm nay",
|
|
215
215
|
"Yesterday": "Hôm qua",
|
|
216
216
|
"Last 3 days": "3 ngày trước",
|
|
@@ -226,26 +226,26 @@
|
|
|
226
226
|
"Last 12 weeks": "12 tuần trước",
|
|
227
227
|
"Last 52 weeks": "52 tuần trước",
|
|
228
228
|
"Weeks this year": "Các tuần trong năm nay",
|
|
229
|
-
"This bi-week": "
|
|
230
|
-
"Last bi-week": "
|
|
231
|
-
"Last 4 bi-weeks": "4
|
|
229
|
+
"This bi-week": "Định kỳ 2 tuần hiện tại",
|
|
230
|
+
"Last bi-week": "Định kỳ 2 tuần trước",
|
|
231
|
+
"Last 4 bi-weeks": "4 Định kỳ 2 tuần trước",
|
|
232
232
|
"This month": "Tháng này",
|
|
233
233
|
"Last month": "Tháng trước",
|
|
234
234
|
"Last 3 months": "3 tháng trước",
|
|
235
235
|
"Last 6 months": "6 tháng trước",
|
|
236
236
|
"Last 12 months": "Trong 12 tháng trước",
|
|
237
237
|
"Months this year": "Tháng năm nay",
|
|
238
|
-
"This bi-month": "
|
|
239
|
-
"Last bi-month": "
|
|
240
|
-
"Last 6 bi-months": "6 kỳ 2 tháng trước",
|
|
241
|
-
"Bi-months this year": "
|
|
238
|
+
"This bi-month": "Định kỳ 2 tháng này",
|
|
239
|
+
"Last bi-month": "Định kỳ 2 tháng trước",
|
|
240
|
+
"Last 6 bi-months": "6 Định kỳ 2 tháng trước",
|
|
241
|
+
"Bi-months this year": "Định kỳ 2 tháng năm nay",
|
|
242
242
|
"This quarter": "Quý này",
|
|
243
243
|
"Last quarter": "Quý trước",
|
|
244
244
|
"Last 4 quarters": "4 quý trước",
|
|
245
245
|
"Quarters this year": "Quý năm nay",
|
|
246
|
-
"This six-month": "6 tháng này",
|
|
247
|
-
"Last six-month": "6 tháng trước",
|
|
248
|
-
"Last 2 six-month": "2
|
|
246
|
+
"This six-month": "Định kỳ 6 tháng này",
|
|
247
|
+
"Last six-month": "Định kỳ 6 tháng trước",
|
|
248
|
+
"Last 2 six-month": "2 Định kỳ 6 tháng trước",
|
|
249
249
|
"This financial year": "Năm tài chính này",
|
|
250
250
|
"Last financial year": "Năm tài chính trước",
|
|
251
251
|
"Last 5 financial years": "5 năm tài chính trước",
|
|
@@ -255,34 +255,34 @@
|
|
|
255
255
|
"Last 10 years": "10 năm trước",
|
|
256
256
|
"Days": "Ngày",
|
|
257
257
|
"Weeks": "Tuần",
|
|
258
|
-
"Bi-weeks": "
|
|
258
|
+
"Bi-weeks": "Định kỳ 2 tuần",
|
|
259
259
|
"Months": "Tháng",
|
|
260
|
-
"Bi-months": "
|
|
260
|
+
"Bi-months": "Định kỳ 2 tháng",
|
|
261
261
|
"Quarters": "Quý",
|
|
262
262
|
"Six-months": "Sáu-tháng",
|
|
263
263
|
"Financial Years": "Năm tài chính",
|
|
264
264
|
"Years": "Năm",
|
|
265
|
-
"Value: {{value}}": "",
|
|
266
|
-
"Bold text": "",
|
|
267
|
-
"Italic text": "",
|
|
268
|
-
"Link to a URL": "",
|
|
269
|
-
"Mention a user": "",
|
|
270
|
-
"Add emoji": "",
|
|
271
|
-
"Preview": "Xem
|
|
272
|
-
"Back to write mode": "",
|
|
273
|
-
"Interpretations and details": "",
|
|
274
|
-
"Translating to": "",
|
|
275
|
-
"Choose a locale": "",
|
|
276
|
-
"Base locale reference": "",
|
|
277
|
-
"Choose a locale to translate from the menu above": "",
|
|
278
|
-
"Translate: {{objectName}}": "",
|
|
279
|
-
"Save translations": "",
|
|
280
|
-
"Cannot save while offline": "",
|
|
281
|
-
"Could not load translations": "",
|
|
282
|
-
"Retry": "",
|
|
283
|
-
"Too many results. Try refining the search.": "",
|
|
284
|
-
"Search for a user": "",
|
|
285
|
-
"Searching for \"{{- searchText}}\"": "",
|
|
265
|
+
"Value: {{value}}": "Giá trị: {{value}}",
|
|
266
|
+
"Bold text": "Chữ in đậm",
|
|
267
|
+
"Italic text": "Chữ in nghiêng",
|
|
268
|
+
"Link to a URL": "Liên kết đến một URL",
|
|
269
|
+
"Mention a user": "Nhắc đến một người dùng",
|
|
270
|
+
"Add emoji": "Thêm biểu tượng cảm xúc",
|
|
271
|
+
"Preview": "Xem trước",
|
|
272
|
+
"Back to write mode": "Quay lại chế độ viết",
|
|
273
|
+
"Interpretations and details": "Diễn giải và chi tiết",
|
|
274
|
+
"Translating to": "Dịch sang",
|
|
275
|
+
"Choose a locale": "Chọn một ngôn ngữ",
|
|
276
|
+
"Base locale reference": "Dựa trên ngôn ngữ ưu tiên",
|
|
277
|
+
"Choose a locale to translate from the menu above": "Thay đổi ngôn ngữ để dịch từ menu trên",
|
|
278
|
+
"Translate: {{objectName}}": "Dịch: {{objectName}}",
|
|
279
|
+
"Save translations": "Lưu bản dịch",
|
|
280
|
+
"Cannot save while offline": "Không thể lưu khi ngoại tuyến",
|
|
281
|
+
"Could not load translations": "Không thể tải bản dịch",
|
|
282
|
+
"Retry": "Thử lại",
|
|
283
|
+
"Too many results. Try refining the search.": "Quá nhiều kết quả. Hãy thử tinh chỉnh tìm kiếm.",
|
|
284
|
+
"Search for a user": "Tìm kiếm người dùng",
|
|
285
|
+
"Searching for \"{{- searchText}}\"": "Đang tìm cho \"{{- searchText}}\"",
|
|
286
286
|
"No results found": "Không tìm thấy kết quả nào",
|
|
287
287
|
"Series": "Chuỗi Dữ Liệu",
|
|
288
288
|
"Category": "Phân loại",
|
|
@@ -301,32 +301,32 @@
|
|
|
301
301
|
"Indicator group": "Nhóm chỉ số",
|
|
302
302
|
"All groups": "Tất cả nhóm",
|
|
303
303
|
"Indicator": "Chỉ số",
|
|
304
|
-
"No indicator groups found": "",
|
|
305
|
-
"Loading indicator groups": "",
|
|
306
|
-
"Data element group": "Nhóm dữ liệu",
|
|
304
|
+
"No indicator groups found": "Không tìm thấy nhóm chỉ số nào",
|
|
305
|
+
"Loading indicator groups": "Đang tải nhóm chỉ số",
|
|
306
|
+
"Data element group": "Nhóm phần tử dữ liệu",
|
|
307
307
|
"Data element": "Phần tử dữ liệu",
|
|
308
|
-
"No data element groups found": "",
|
|
309
|
-
"Loading data element groups": "",
|
|
308
|
+
"No data element groups found": "Không tìm thấy nhóm phần tử dữ liệu nào",
|
|
309
|
+
"Loading data element groups": "Đang tải nhóm phần tử dữ liệu",
|
|
310
310
|
"Data sets": "Biểu nhập",
|
|
311
311
|
"Data set": "Tập dữ liệu",
|
|
312
|
-
"All data sets": "",
|
|
312
|
+
"All data sets": "Tất cả tập dữ liệu",
|
|
313
313
|
"Loading data sets": "Đang tải tập dữ liệu",
|
|
314
314
|
"Event data items": "Mục dữ liệu sự kiện",
|
|
315
|
-
"All programs": "",
|
|
315
|
+
"All programs": "Tất cả chương trình",
|
|
316
316
|
"Event data item": "Mục dữ liệu sự kiện",
|
|
317
317
|
"No programs found": "Không tìm thấy chương trình nào",
|
|
318
|
-
"Loading programs": "",
|
|
318
|
+
"Loading programs": "Đang tải chương trình",
|
|
319
319
|
"Program indicators": "Chỉ Số Chương Trình",
|
|
320
|
-
"Program indicator": "
|
|
320
|
+
"Program indicator": "Chỉ số chương trình",
|
|
321
321
|
"Calculations": "Tính toán",
|
|
322
322
|
"Number": "Số",
|
|
323
|
-
"Formula is empty. Add items to the formula from the lists on the left.": "",
|
|
324
|
-
"Consecutive math operators": "",
|
|
325
|
-
"Consecutive data elements": "",
|
|
326
|
-
"Starts or ends with a math operator": "",
|
|
327
|
-
"Empty parentheses": "",
|
|
328
|
-
"Missing right parenthesis )": "",
|
|
329
|
-
"Missing left parenthesis (": "",
|
|
323
|
+
"Formula is empty. Add items to the formula from the lists on the left.": "Công thức đang trống. Thêm các mục vào công thức từ danh sách bên trái.",
|
|
324
|
+
"Consecutive math operators": "Các toán tử toán học liên tiếp",
|
|
325
|
+
"Consecutive data elements": "Các phần tử dữ liệu liên tiếp",
|
|
326
|
+
"Starts or ends with a math operator": "Bắt đầu hoặc kết thúc bằng toán tử toán học",
|
|
327
|
+
"Empty parentheses": "Dấu ngoặc đơn trống",
|
|
328
|
+
"Missing right parenthesis )": "Thiếu dấu ngoặc đơn bên phải )",
|
|
329
|
+
"Missing left parenthesis (": "Thiếu dấu ngoặc đơn bên trái (",
|
|
330
330
|
"Extra Small": "Rất nhỏ",
|
|
331
331
|
"Small": "Nhỏ",
|
|
332
332
|
"Regular": "Chuẩn",
|
|
@@ -341,20 +341,20 @@
|
|
|
341
341
|
"Top": "Trên",
|
|
342
342
|
"Bottom": "Dưới",
|
|
343
343
|
"{{dynamicOuNames}} and {{lastOuName}}": "{{dynamicOuNames}} và {{lastOuName}}",
|
|
344
|
-
"{{allDynamicOuNames}} levels": "{{allDynamicOuNames}}
|
|
345
|
-
"{{allDynamicOuNames}} groups": "{{allDynamicOuNames}}
|
|
344
|
+
"{{allDynamicOuNames}} levels": "cấp độ {{allDynamicOuNames}}",
|
|
345
|
+
"{{allDynamicOuNames}} groups": "nhóm {{allDynamicOuNames}}",
|
|
346
346
|
"{{allDynamicOuNames}} levels in {{staticOuNames}}": "{{allDynamicOuNames}} cấp trong {{staticOuNames}}",
|
|
347
347
|
"{{allDynamicOuNames}} groups in {{staticOuNames}}": "{{allDynamicOuNames}} nhóm trong {{staticOuNames}}",
|
|
348
|
-
"{{percentage}}% of total x values": "",
|
|
349
|
-
"{{percentage}}% of total y values": "",
|
|
350
|
-
"{{thresholdFactor}} × IQR Q1": "",
|
|
351
|
-
"{{thresholdFactor}} × IQR Q3": "",
|
|
352
|
-
"{{thresholdFactor}} × Modified Z-score low": "",
|
|
353
|
-
"{{thresholdFactor}} × Modified Z-score high": "",
|
|
354
|
-
"{{thresholdFactor}} × Z-score low": "",
|
|
355
|
-
"{{thresholdFactor}} × Z-score high": "",
|
|
356
|
-
"Not applicable": "",
|
|
357
|
-
"Data": "
|
|
348
|
+
"{{percentage}}% of total x values": "{{percentage}}% của tổng giá trị x",
|
|
349
|
+
"{{percentage}}% of total y values": "{{percentage}}% của tổng giá trị y",
|
|
350
|
+
"{{thresholdFactor}} × IQR Q1": "{{thresholdFactor}} x IQR Q1",
|
|
351
|
+
"{{thresholdFactor}} × IQR Q3": "{{thresholdFactor}} x IQR Q3",
|
|
352
|
+
"{{thresholdFactor}} × Modified Z-score low": "{{thresholdFactor}} x Điểm Z được sửa đổi thấp",
|
|
353
|
+
"{{thresholdFactor}} × Modified Z-score high": "{{thresholdFactor}}Điểm Z được sửa đổi cao",
|
|
354
|
+
"{{thresholdFactor}} × Z-score low": "{{thresholdFactor}} x Điểm Z thấp",
|
|
355
|
+
"{{thresholdFactor}} × Z-score high": "{{thresholdFactor}} x Điểm Z cao",
|
|
356
|
+
"Not applicable": "Không áp dụng",
|
|
357
|
+
"Data": "Dữ liệu",
|
|
358
358
|
"Organisation unit": "Đơn vị",
|
|
359
359
|
"Assigned Categories": "Phân loại được chỉ định",
|
|
360
360
|
"Pivot table": "Bảng xoay",
|
|
@@ -371,18 +371,18 @@
|
|
|
371
371
|
"Year over year (line)": "Năm qua năm (dòng)",
|
|
372
372
|
"Pie": "Bánh",
|
|
373
373
|
"Radar": "Radar",
|
|
374
|
-
"Scatter": "
|
|
374
|
+
"Scatter": "Phân tán",
|
|
375
375
|
"Single value": "Giá trị đơn",
|
|
376
|
-
"Outlier table": "",
|
|
377
|
-
"All charts": "",
|
|
378
|
-
"{{seriesName}} (trend)": "",
|
|
376
|
+
"Outlier table": "Bảng ngoại lệ",
|
|
377
|
+
"All charts": "Tất cả biểu đồ",
|
|
378
|
+
"{{seriesName}} (trend)": "{{seriesName}} (xu hướng)",
|
|
379
379
|
"Trend": "Xu hướng",
|
|
380
380
|
"No legend for this series": "Không có chú giải cho chuỗi này",
|
|
381
381
|
"and {{amount}} more...": "và {{amount}} khác ...",
|
|
382
|
-
"Linear Regression": "",
|
|
382
|
+
"Linear Regression": "Hồi quy tuyến tính",
|
|
383
383
|
"Target": "Mục tiêu",
|
|
384
384
|
"Base": "Đường đáy",
|
|
385
385
|
"Axis {{axisId}}": "Trục {{axisId}}",
|
|
386
|
-
"{{count}} items": "",
|
|
386
|
+
"{{count}} items": "{{count}}mục",
|
|
387
387
|
"Reset zoom": "Đặt lại thu phóng"
|
|
388
388
|
}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.
|
|
6
|
+
exports.getIcon = exports.getDimensionType = void 0;
|
|
7
7
|
var _ui = require("@dhis2/ui");
|
|
8
8
|
var _react = _interopRequireDefault(require("react"));
|
|
9
9
|
var _DataElementIcon = _interopRequireDefault(require("../assets/DimensionItemIcons/DataElementIcon.js"));
|
|
@@ -12,7 +12,7 @@ var _CalculationIcon = _interopRequireDefault(require("./../assets/DimensionItem
|
|
|
12
12
|
var _dataSets = require("./dataSets.js");
|
|
13
13
|
var _dataTypes = require("./dataTypes.js");
|
|
14
14
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
|
-
const
|
|
15
|
+
const getDimensionType = _ref => {
|
|
16
16
|
var _dataTypes$type;
|
|
17
17
|
let {
|
|
18
18
|
type,
|
|
@@ -33,7 +33,7 @@ const getTooltipText = _ref => {
|
|
|
33
33
|
return (_dataTypes$type = _dataTypes.dataTypeMap[type]) === null || _dataTypes$type === void 0 ? void 0 : _dataTypes$type.getItemName();
|
|
34
34
|
}
|
|
35
35
|
};
|
|
36
|
-
exports.
|
|
36
|
+
exports.getDimensionType = getDimensionType;
|
|
37
37
|
const getIcon = type => {
|
|
38
38
|
switch (type) {
|
|
39
39
|
case _dataTypes.DIMENSION_TYPE_INDICATOR:
|
|
@@ -4,6 +4,6 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.TRANSFER_SELECTED_WIDTH = exports.TRANSFER_OPTIONS_WIDTH = exports.TRANSFER_HEIGHT = void 0;
|
|
7
|
-
const TRANSFER_OPTIONS_WIDTH = exports.TRANSFER_OPTIONS_WIDTH = '
|
|
8
|
-
const TRANSFER_SELECTED_WIDTH = exports.TRANSFER_SELECTED_WIDTH = '
|
|
7
|
+
const TRANSFER_OPTIONS_WIDTH = exports.TRANSFER_OPTIONS_WIDTH = '520px';
|
|
8
|
+
const TRANSFER_SELECTED_WIDTH = exports.TRANSFER_SELECTED_WIDTH = '520px';
|
|
9
9
|
const TRANSFER_HEIGHT = exports.TRANSFER_HEIGHT = '512px';
|