@dhis2/analytics 26.6.9 → 26.6.11

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.
Files changed (27) hide show
  1. package/build/cjs/__demo__/DimensionsPanel.stories.js +1 -0
  2. package/build/cjs/assets/DynamicDimensionIcon.js +12 -38
  3. package/build/cjs/components/DimensionsPanel/List/DimensionItem.js +49 -33
  4. package/build/cjs/components/DimensionsPanel/List/OptionsButton.js +7 -6
  5. package/build/cjs/components/DimensionsPanel/List/RecommendedIcon.js +1 -2
  6. package/build/cjs/components/DimensionsPanel/List/__tests__/__snapshots__/DimensionItem.spec.js.snap +239 -361
  7. package/build/cjs/components/DimensionsPanel/List/styles/DimensionItem.style.js +5 -67
  8. package/build/cjs/components/DimensionsPanel/List/styles/DimensionList.style.js +2 -2
  9. package/build/cjs/components/DimensionsPanel/List/styles/RecommendedIcon.style.js +4 -4
  10. package/build/cjs/components/DimensionsPanel/styles/DimensionsPanel.style.js +1 -1
  11. package/build/cjs/locales/index.js +20 -18
  12. package/build/cjs/locales/lo/translations.json +199 -199
  13. package/build/cjs/locales/th/translations.json +384 -0
  14. package/build/es/__demo__/DimensionsPanel.stories.js +1 -0
  15. package/build/es/assets/DynamicDimensionIcon.js +12 -38
  16. package/build/es/components/DimensionsPanel/List/DimensionItem.js +50 -34
  17. package/build/es/components/DimensionsPanel/List/OptionsButton.js +7 -6
  18. package/build/es/components/DimensionsPanel/List/RecommendedIcon.js +1 -2
  19. package/build/es/components/DimensionsPanel/List/__tests__/__snapshots__/DimensionItem.spec.js.snap +239 -361
  20. package/build/es/components/DimensionsPanel/List/styles/DimensionItem.style.js +4 -66
  21. package/build/es/components/DimensionsPanel/List/styles/DimensionList.style.js +2 -2
  22. package/build/es/components/DimensionsPanel/List/styles/RecommendedIcon.style.js +4 -4
  23. package/build/es/components/DimensionsPanel/styles/DimensionsPanel.style.js +1 -1
  24. package/build/es/locales/index.js +2 -0
  25. package/build/es/locales/lo/translations.json +199 -199
  26. package/build/es/locales/th/translations.json +384 -0
  27. package/package.json +2 -2
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "view only": "ເບິ່ງຢ່າງດຽວ",
3
3
  "view and edit": "ເບິ່ງ ແລະ ແກ້ໄຂ",
4
- "all users ({{accessLevel}})": "ຜູ້ໃຊ້ທັງໝົດ {{accessLevel}}",
4
+ "all users ({{accessLevel}})": "ຜູ້ໃຊ້ທັງໝົດ ( {{accessLevel}} )",
5
5
  "{{userOrGroup}} ({{accessLevel}})": " {{userOrGroup}} ({{accessLevel}} )",
6
6
  "Shared with {{commaSeparatedListOfUsersAndGroups}}": "ແບ່ງປັນໃຫ້ກັບ {{commaSeparatedListOfUsersAndGroups}}",
7
7
  "Not shared with any users or groups": "ບໍ່ໃຫ້ແບ່ງປັນກັບຜູ້ໃຊ້ ແລະ ກຸ່ມອື່ນ",
@@ -41,7 +41,7 @@
41
41
  "No data elements found for \"{{- searchTerm}}\"": "ບໍ່ພົບອົງປະກອບຂໍ້ມູນຂອງ \"{{- searchTerm}}\"",
42
42
  "No data elements found": "ບໍ່ພົບອົງປະກອບຂໍ໊ມູນ",
43
43
  "Drag items here, or double click in the list, to start building a calculation formula": "ລາກລາຍການມາບ່ອນນີ້, ຫຼືຄລິກສອງເທື່ອໃນລາຍການເພື່ອສ້າງສູດການຄິດໄລ່",
44
- "Math operators": "",
44
+ "Math operators": "ຕົວປະຕິບັດການຄະນິດສາດ",
45
45
  "Data Type": "ຊະນິດຂໍ້ມູນ",
46
46
  "Only {{dataType}} can be used in {{visType}}": "ມີພຽງ {{dataType}} ທີສາມາດໃຊ້ໃນ {{visType}}",
47
47
  "All types": "ທຸກຊະນິດ",
@@ -62,7 +62,7 @@
62
62
  "No calculations found for \"{{- searchTerm}}\"": "ບໍ່ພົບການຄິດໄລ່ສຳລັບ \"{{- serachTerm}}\"",
63
63
  "Nothing found for \"{{- searchTerm}}\"": "ບໍ່ພົບຫຍັງສຳລັບ \"{{- searchTerm}}\"",
64
64
  "Calculation": "ການຄິດໄລ່",
65
- "Metric type": "",
65
+ "Metric type": "ຫົວໜ່ວຍວັດແທກ",
66
66
  "All metrics": "ທຸກການປັບປຸງ",
67
67
  "Move to {{axisName}}": "ຍ້າຍໄປ {{axisName}}",
68
68
  "Add to {{axisName}}": "ເພີ່ມໃສ່ {{axisName}}",
@@ -70,145 +70,145 @@
70
70
  "Remove Assigned Categories": "ລົບກຸ່ມທີ່ຖືກມອບໝາຍ",
71
71
  "Add Assigned Categories": "ເພີ່ມກຸ່ມທີ່ຖືກມອບໝາຍ",
72
72
  "Remove": "ລົບອອກ",
73
- "Filter dimensions": "",
74
- "Main dimensions": "",
75
- "Your dimensions": "",
76
- "Dimension recommended with selected data": "",
77
- "All items": "",
78
- "Automatically include all items": "",
79
- "Select all {{- dimensionTitle}} items. With this option, new items added in the future will be automatically included.": "",
80
- "Manually select items...": "",
81
- "Nothing found in {{- dimensionTitle}}": "",
73
+ "Filter dimensions": "ຂະໜາດຕົວຕອງ",
74
+ "Main dimensions": "ຕົວຕອງທີ່ສຳຄັນ",
75
+ "Your dimensions": "ຂະໜາດຂອງທ່ານ",
76
+ "Dimension recommended with selected data": "ຂະໜາດທີ່ແນະນຳດ້ວຍຂໍ້ມູນທີ່ເລືອກ",
77
+ "All items": "ລາຍການທັງໝົດ",
78
+ "Automatically include all items": "ເພີ່ມລາຍການທັງໝົດໂດຍອັດຕະໂນມັດ",
79
+ "Select all {{- dimensionTitle}} items. With this option, new items added in the future will be automatically included.": "ເລືອກລາຍການທັງໝົດ {{- dimensionTitle}} ດ້ວຍຕົວເລືອກນີ້, ລາຍການໃໝ່ທີ່ເພີ່ມເຂົ້າມາໃນຄັ້ງໜ້າຈະຖືກເພີ່ມຂົ້າໂດຍອັດຕະໂນມັດ.",
80
+ "Manually select items...": "ເລືອກລາຍການດ້ວຍຕົນເອງ...",
81
+ "Nothing found in {{- dimensionTitle}}": "ບໍ່ຖືກຄົ້ນພົບໃນ {{- dimensionTitle}}",
82
82
  "Search": "ຄົນຫາ",
83
- "Nothing found for {{- searchTerm}}": "",
84
- "Delete {{fileType}}": "",
85
- "This {{fileType}} and related interpretations will be deleted. Continue?": "",
83
+ "Nothing found for {{- searchTerm}}": "ບໍ່ຖືກຄົ້ນພົບສຳລັບ {{- searchTerm}}",
84
+ "Delete {{fileType}}": "ລົບ {{fileType}}",
85
+ "This {{fileType}} and related interpretations will be deleted. Continue?": "{{fileType}} ນີ້ ແລະ ການຮັບຂໍ້ມູນທີ່ກ່ຽວຂ້ອງຈະຖືກລົບ. ສືບຕໍ່ບໍ່?",
86
86
  "Delete": "ລົບ",
87
87
  "File": "ເອກະສານ",
88
88
  "New": "ສ້າງໃຫມ່",
89
- "Open…": "",
89
+ "Open…": "ເປີດ...",
90
90
  "Save": "ບັນທຶກ",
91
- "Save…": "",
92
- "Save as…": "",
93
- "Rename…": "",
94
- "Translate…": "",
95
- "Share…": "",
96
- "Get link…": "",
97
- "Open in this app": "",
91
+ "Save…": "ບັນທຶກ...",
92
+ "Save as…": "ບັນທຶກເປັນ...",
93
+ "Rename…": "ປ່ຽນຊື່...",
94
+ "Translate…": "ແປ...",
95
+ "Share…": "ແບ່ງປັນ...",
96
+ "Get link…": "ເອົາລິ້ງ...",
97
+ "Open in this app": "ເປີດແອ໋ບນີ້",
98
98
  "Close": "ປິດ",
99
- "Rename {{fileType}}": "",
99
+ "Rename {{fileType}}": "ປ່ຽນຊື່ {{fileType}}",
100
100
  "Name": "ຊື່",
101
101
  "Description": "ລາຍລະອຽດ",
102
102
  "Rename": "ປ່ຽນຊື່",
103
- "{{- objectName}} (copy)": "",
104
- "Save {{fileType}} as": "",
105
- "event report": "",
106
- "line list": "",
107
- "map": "",
108
- "visualization": "",
103
+ "{{- objectName}} (copy)": "{{- ຊື່ອົງປະກອບ}} (copy)",
104
+ "Save {{fileType}} as": "ບັນທຶກ {{fileType}} ເປັນ",
105
+ "event report": "ລາຍງານເຫດການ",
106
+ "line list": "ບັນຊີລາຍຊື່",
107
+ "map": "ແຜນທີ່",
108
+ "visualization": "ການສ້າງພາບຂໍ້ມູນ",
109
109
  "Edit": "ແກ້ໄຂ",
110
- "Write a reply": "",
111
- "Post reply": "",
112
- "Delete failed": "",
113
- "Could not update comment": "",
114
- "Enter comment text": "",
110
+ "Write a reply": "ຂຽນການຕອບກັບ",
111
+ "Post reply": "ຕອບກ່ອນໜ້າ",
112
+ "Delete failed": "ການລົບລົ້ມເຫຼວ",
113
+ "Could not update comment": "ບໍ່ສາມາດອັບເດດຄຳເຫັນໄດ້",
114
+ "Enter comment text": "ປ້ອນຄຳເຫັນ",
115
115
  "Update": "ປັບປຸງ",
116
- "Viewing interpretation: {{- visualisationName}}": "",
117
- "Could not load interpretation": "",
118
- "The interpretation couldn’t be displayed. Try again or contact your system administrator.": "",
119
- "Hide interpretation": "",
120
- "Write an interpretation": "",
121
- "Other people viewing this interpretation in the future may see more data.": "",
122
- "Post interpretation": "",
116
+ "Viewing interpretation: {{- visualisationName}}": "ເບິ່ງຂໍ້ຄວາມ: {{- visualisationName}}",
117
+ "Could not load interpretation": "ບໍ່ສາມາດໂຫຼດຂໍ້ຄວາມ",
118
+ "The interpretation couldn’t be displayed. Try again or contact your system administrator.": "ຂໍ້ຄວາມບໍ່ສາມາດສະແດງໄດ້, ລອງອີກຄັ້ງ ຫຼື ຕິດຕໍ່ຜູ້ເບິ່ງແຍງລະບົບຂອງທ່ານ",
119
+ "Hide interpretation": "ເຊື່ອງຂໍ້ຄວາມ",
120
+ "Write an interpretation": "ຂຽນຂໍ້ຄວາມ",
121
+ "Other people viewing this interpretation in the future may see more data.": "ຄົນອື່ນໆທີ່ເບິ່ງຂໍ້ຄວາມໃນຄັ້ງໜ້າອາດຈະເຫັນຂໍ້ມູນເພີ່ມ",
122
+ "Post interpretation": "ຮັບຂໍ້ມູນກ່ອນໜ້າ",
123
123
  "Interpretations": "ການແປຂໍ້ມູນ",
124
124
  "Reply": "ຕອບກັບ",
125
- "{{count}} replies": "",
126
- "View replies": "",
125
+ "{{count}} replies": "{{count}} ການຕອບກັບ",
126
+ "View replies": "ເບິ່ງການຕອບກັບ",
127
127
  "Unlike": "ບໍ່ມັກ",
128
128
  "Like": "ມັກ",
129
- "See interpretation": "",
130
- "Open in app": "",
129
+ "See interpretation": "ສະແດງຂໍ້ຄວາມ",
130
+ "Open in app": "ເປີດໃນແອ໋ບ",
131
131
  "Share": "ເຜີຍແຜ່",
132
- "Manage sharing": "",
133
- "Could not update interpretation": "",
134
- "Enter interpretation text": "",
135
- "Bold text": "",
136
- "Italic text": "",
137
- "Link to a URL": "",
138
- "Mention a user": "",
139
- "Add emoji": "",
140
- "Preview": "",
141
- "Back to write mode": "",
142
- "Too many results. Try refining the search.": "",
143
- "Search for a user": "",
144
- "Searching for \"{{- searchText}}\"": "",
145
- "No results found": "",
146
- "Not available offline": "",
132
+ "Manage sharing": "ຈັດການການເຜີຍແຜ່",
133
+ "Could not update interpretation": "ບໍ່ສາມາດອັບເດດຂໍ້ຄວາມ",
134
+ "Enter interpretation text": "ປ້ອນຂໍ້ຄວາມ",
135
+ "Bold text": "ຕົວອັກສອນເຂັ້ມ",
136
+ "Italic text": "ຕົວອັກສອນສະຫຼ່ຽງ",
137
+ "Link to a URL": "ເຊື່ອມຕໍ່ກັບ URL",
138
+ "Mention a user": "ກ່າວເຖິງຜູ້ໃຊ້",
139
+ "Add emoji": "ເພີ່ມ emoji",
140
+ "Preview": "ເບິ່ງຕົວຢ່າງ",
141
+ "Back to write mode": "ກັບໄປທີ່ໂໝດຂຽນ",
142
+ "Too many results. Try refining the search.": "ຜົນໄດ້ຮັບຫຼາຍເກີນໄປ. ປັບປຸງການຄົ້ນຫາ.",
143
+ "Search for a user": "ຄົ້ນຫາຜູ້ໃຊ້",
144
+ "Searching for \"{{- searchText}}\"": "ຄົ້ນຫາ \"{{- searchText}}\"",
145
+ "No results found": "ບໍ່ພົບຜົນການຊອກຫາ",
146
+ "Not available offline": "ບໍ່ສາມາດໃຊ້ໄດ້ອອບລາຍ",
147
147
  "Created by": "ສ້າງໂດຍ",
148
- "Anyone": "",
149
- "Only you": "",
150
- "Others": "Others",
151
- "Not supported by this app yet": "",
152
- "Filter by name": "Filter by name",
148
+ "Anyone": "ທຸກຄົນ",
149
+ "Only you": "ທ່ານຄົນດຽວ",
150
+ "Others": "ອື່ນໆ",
151
+ "Not supported by this app yet": "ແອັບນີ້ຍັງບໍ່ສາມາດຮອງຮັບເທື່ອ",
152
+ "Filter by name": "ກັ່ນຕອງຈາກຊື່",
153
153
  "Created": "ສ້າງແລ້ວ",
154
154
  "Last updated": "ປັບປຸງ​ຄັ້ງຫລ້າສຸດ",
155
- "Type": "Type",
155
+ "Type": "ຊະນິດ",
156
156
  "Clear filters": "ປັບປຸງເຄື່ອງມືຄັດຈ້ອນ",
157
- "{{firstItemIndex}}-{{lastItemIndex}} of {{totalNumberOfItems}}": "",
157
+ "{{firstItemIndex}}-{{lastItemIndex}} of {{totalNumberOfItems}}": "{{firstItemIndex}} {{lastItemIndex}} ຂອງ {{totalNumberOfItems}}",
158
158
  "Open": "ເປີດ",
159
- "Couldn't load items": "",
160
- "There was a problem loading items. Try again or contact your system administrator.": "",
161
- "No items found. Create a new to get started.": "",
162
- "No items found. Try adjusting your search or filter options to find what you're looking for.": "",
159
+ "Couldn't load items": "ບໍ່ສາມາດໂຫຼດລາຍການໄດ້",
160
+ "There was a problem loading items. Try again or contact your system administrator.": "ມີບັນຫາໃນການໂຫຼດລາຍການ. ລອງອີກຄັ້ງ ຫຼື ຕິດຕໍ່ຜູ້ດູແລລະບົບຂອງທ່ານ.",
161
+ "No items found. Create a new to get started.": "ບໍ່ພົບລາຍການທີ່ຄົ້ນຫາ. ສ້າງໃໝ່ເພື່ອເລີ່ມຕົ້ນ.",
162
+ "No items found. Try adjusting your search or filter options to find what you're looking for.": "ບໍ່ພົບລາຍການ. ລອງປັບຕົວເລືອກການຄົ້ນຫາ ຫຼື ຕົວກອງເພື່ອສິ່ງທີ່ທ່ານກໍາລັງຄົ້ນຫາ.",
163
163
  "Create new": "ສ້າງໃໝ່",
164
- "Open a visualization": "",
165
- "Loading visualizations": "",
166
- "Couldn't load visualizations": "",
167
- "There was a problem loading visualizations. Try again or contact your system administrator.": "",
168
- "No visualizations found. Click New visualization to get started.": "",
169
- "No visualizations found. Try adjusting your search or filter options to find what you're looking for.": "",
170
- "New visualization": "",
171
- "Open a map": "",
172
- "Loading maps": "",
173
- "Couldn't load maps": "",
174
- "There was a problem loading maps. Try again or contact your system administrator.": "",
175
- "No maps found. Click New map to get started.": "",
176
- "No maps found. Try adjusting your search or filter options to find what you're looking for.": "",
177
- "New map": "",
178
- "Open a line list": "",
179
- "Loading line lists": "",
180
- "Couldn't load line lists": "",
181
- "There was a problem loading line lists. Try again or contact your system administrator.": "",
182
- "No line lists found. Click New line list to get started.": "",
183
- "No line lists found. Try adjusting your search or filter options to find what you're looking for.": "",
184
- "New line list": "",
164
+ "Open a visualization": "ເປີດພາບຂໍ້ມູນ",
165
+ "Loading visualizations": "ໂຫຼດພາບຂໍ້ມູນ",
166
+ "Couldn't load visualizations": "ບໍ່ສາມາດໂຫຼດພາບຂໍ້ມູນ",
167
+ "There was a problem loading visualizations. Try again or contact your system administrator.": "ມີບັນຫາໃນການໂຫຼດພາບຂໍ້ມູນ. ລອງອີກຄັ້ງ ຫຼື ຕິດຕໍ່ຜູ້ດູແລລະບົບຂອງທ່ານ.",
168
+ "No visualizations found. Click New visualization to get started.": "ບໍ່ພົບພາບຂໍ້ມູນ. ຄລິກ ເພີ່ມພາບຂໍ້ມູນໃໝ່ ເພື່ອເລີ່ມຕົ້ນ.",
169
+ "No visualizations found. Try adjusting your search or filter options to find what you're looking for.": "ບໍ່ພົບພາບຂໍ້ມູນ. ລອງປັບຕົວເລືອກການຄົ້ນຫາ ຫຼື ຕົວກອງເພື່ອສິ່ງທີ່ທ່ານກໍາລັງຄົ້ນຫາ.",
170
+ "New visualization": "ພາບຂໍ້ມູນໃໝ່",
171
+ "Open a map": "ເປີດແຜນທີ່",
172
+ "Loading maps": "ໂຫຼດແຜນທີ່",
173
+ "Couldn't load maps": "ບໍ່ສາມາດໂຫຼດແຜນທີ່",
174
+ "There was a problem loading maps. Try again or contact your system administrator.": "ພົບບັນຫາໃນການ3ຫຼດແຜນທີ່. ລອງໃໝ່ອີກຄັ້ງ ຫຼື ຕິດຕໍ່ຜູ້ດູແລລະບົບ",
175
+ "No maps found. Click New map to get started.": "ບໍ່ພົບແຜນທີ່. ຄລິກສ້າງແຜນທີ່ໃໝ່ເພື່ອເລີ່ມຕົ້ນ",
176
+ "No maps found. Try adjusting your search or filter options to find what you're looking for.": "ບໍ່ພົບແຜນທີ່. ລອງປັບຕົວເລືອກການຄົ້ນຫາ ຫຼື ຕົວກອງເພື່ອສິ່ງທີ່ທ່ານກໍາລັງຄົ້ນຫາ.",
177
+ "New map": "ແຜນທີ່ໃໝ່",
178
+ "Open a line list": "ເປີດບັນຊີລາຍຊື່",
179
+ "Loading line lists": "ໂຫຼດບັນຊີລາຍຊື່",
180
+ "Couldn't load line lists": "ບໍ່ສາມາດໂຫຼດບັນຊີລາຍຊື່",
181
+ "There was a problem loading line lists. Try again or contact your system administrator.": "ພົບບັນຫາໃນການໂຫຼດບັນຊີລາຍຊື່. ລອງອີກຄັ້ງ ຫຼື ຕິດຕໍ່ຜູ້ດູແລລະບົບຂອງທ່ານ.",
182
+ "No line lists found. Click New line list to get started.": "ບໍ່ພົບບັນຊີລາຍຊື່. ຄລິກເພີ່ມບັນຊີລາຍຊື່ໃໝ່ເພື່ອເລີ່ມຕົ້ນ.",
183
+ "No line lists found. Try adjusting your search or filter options to find what you're looking for.": "ບໍ່ພົບບັນຊີລາຍຊື່. ລອງປັບຕົວເລືອກການຄົ້ນຫາ ຫຼື ຕົວກອງເພື່ອສິ່ງທີ່ທ່ານກໍາລັງຄົ້ນຫາ.",
184
+ "New line list": "ເພີ່ມບັນຊີລາຍຊື່ໃໝ່",
185
185
  "Options": "ຈັດການ",
186
186
  "Hide": "ເຊື່ອງ",
187
- "{{count}} org units": "",
188
- "{{count}} levels": "",
189
- "{{count}} groups": "",
190
- "Selected: {{commaSeparatedListOfOrganisationUnits}}": "",
191
- "Nothing selected": "",
192
- "User organisation unit": "",
187
+ "{{count}} org units": "{{count}} ໜ່ວຍງານອົງການ",
188
+ "{{count}} levels": "{{count}} ຂັ້ນ",
189
+ "{{count}} groups": "{{count}} ກຸ່ມ",
190
+ "Selected: {{commaSeparatedListOfOrganisationUnits}}": "ເລືອກ {{commaSeparatedListOfOrganisationUnits}}",
191
+ "Nothing selected": "ບໍ່ມີຫຍັງເລືອກ",
192
+ "User organisation unit": "ຫນ່ວຍງານການຈັດຕັ້ງຂອງຜູ້ໃຊ້",
193
193
  "User sub-units": "ຫົວໜ່ວຍຍ່ອຍຂອງທ່ານ",
194
194
  "User sub-x2-units": "ຫົວໜ່ວຍຍ່ອຍຂັ້ນສອງຂອງທ່ານ",
195
- "Select a level": "",
196
- "Select a group": "",
195
+ "Select a level": "ເລືອກຂັ້ນ",
196
+ "Select a group": "ເລືອກກຸ່ມ",
197
197
  "Deselect all": "ຍົກເລີກການເລືອກທັງໝົດ",
198
198
  "Period type": "ແບບຊ່ວງເວລາ",
199
199
  "Year": "ປີ",
200
- "Select year": "",
200
+ "Select year": "ເລືອກປີ",
201
201
  "Period": "ຊ່ວງເວລາ",
202
- "Selected Periods": "",
202
+ "Selected Periods": "ເລືອກຊ່ວງເວລາ",
203
203
  "Relative periods": "​ໄລ​ຍະ​ເວ​ລາ​ໄກ້​ຄຽງ",
204
204
  "Fixed periods": "ໄລຍະເວລາທີ່ໄດ້ກຳນົດ",
205
205
  "No periods selected": "ບໍ່ທັນໄດ້ເລືອກໄລຍະເວລາ",
206
206
  "Daily": "ທຸກໆມື້",
207
207
  "Weekly": "ເປັນອາທິດ",
208
- "Weekly (Start Wednesday)": "",
209
- "Weekly (Start Thursday)": "",
210
- "Weekly (Start Saturday)": "",
211
- "Weekly (Start Sunday)": "",
208
+ "Weekly (Start Wednesday)": "ເປັນອາທິດ (ເລີ່ມຈາກວັນພຸດ)",
209
+ "Weekly (Start Thursday)": "ເປັນອາທິດ (ເລີ່ມຈາກວັນພະຫັດ)",
210
+ "Weekly (Start Saturday)": "ເປັນອາທິດ (ເລີ່ມຈາກວັນເສົາ)",
211
+ "Weekly (Start Sunday)": "ເປັນອາທິດ (ເລີ່ມຈາກວັນອາທິດ)",
212
212
  "Bi-weekly": "ສອງອາທິດຕໍ່ຄັ້ງ",
213
213
  "Monthly": "ລາຍເດືອນ",
214
214
  "Bi-monthly": "ທຸກໆສອງເດືອນ",
@@ -216,7 +216,7 @@
216
216
  "Six-monthly": "ແຕ່ລະ 6 ເດືອນ",
217
217
  "Six-monthly April": "ແຕ່ລະຫົກເດືອນ ແລະ ເດືອນເມສາ",
218
218
  "Yearly": "ລາຍປີ",
219
- "Financial year (Start November)": "",
219
+ "Financial year (Start November)": "ສົກປີງົບປະມານ (ເລີ່ມແຕ່ເດືອນພະຈິກ)",
220
220
  "Financial year (Start October)": "ສົກປີງົບປະມານ (ເລີ່ມແຕ່ເດືອນຕຸລາ)",
221
221
  "Financial year (Start July)": "ສົກປີງົບປະມານ (ເລີ່ມແຕ່ເດືອນມິຖຸນາ)",
222
222
  "Financial year (Start April)": "ສົກປີງົບປະມານ (ເລີ່ມແຕ່ເດືອນເມສາ)",
@@ -225,7 +225,7 @@
225
225
  "Last 3 days": "3 ມື້ກ່ອນ",
226
226
  "Last 7 days": "7 ມື້ກ່ອນ",
227
227
  "Last 14 days": "14 ມື້ກ່ອນ",
228
- "Last 30 days": "Last 30 days",
228
+ "Last 30 days": "30 ມື້ກ່ອນ",
229
229
  "Last 60 days": "60 ມື້ກ່ອນ",
230
230
  "Last 90 days": "90 ມື້ກ່ອນ",
231
231
  "Last 180 days": "180 ມື້ກ່ອນ",
@@ -248,20 +248,20 @@
248
248
  "Last bi-month": "ສອງເດືອນກ່ອນທ້າຍປີ",
249
249
  "Last 6 bi-months": "6 ຂອງສອງເດືອນສຸດທ້າຍ",
250
250
  "Bi-months this year": "ສອງເດືອນ ຂອງປີນີ້",
251
- "This quarter": "ໄຕມານີ້",
251
+ "This quarter": "ໄຕມາດນີ້",
252
252
  "Last quarter": "ໄຕມາດຜ່ານມາ",
253
253
  "Last 4 quarters": "4 ໄຕມາດຍ້ອນຫຼັງ",
254
254
  "Quarters this year": "​ໄຕຼມາດ​ໃນ​ປີ",
255
255
  "This six-month": "6 ເດືອນນີ້",
256
256
  "Last six-month": "6 ເດືອນຜ່ານມາ",
257
- "Last 2 six-month": "",
257
+ "Last 2 six-month": "ສອງ 6 ເດືອນຜ່ານມາ",
258
258
  "This financial year": "ສົກປີງົບປະມານຂອງປິນີ້",
259
259
  "Last financial year": "​ສົກ​ປີ​ງົບ​ປະ​ມານ​ປີ​ກາຍ",
260
260
  "Last 5 financial years": "​ສົກ​ປິ​ງົບ​ປະ​ມານ 5ປີ​ຜ່ານ​ມາ",
261
261
  "This year": "ປີນີ້",
262
262
  "Last year": "ປີກາຍ",
263
263
  "Last 5 years": "5 ປີຍ້ອນຫຼັງ",
264
- "Last 10 years": "",
264
+ "Last 10 years": "10 ປີຍ້ອນຫຼັງ",
265
265
  "Days": "ມື້",
266
266
  "Weeks": "ອາທິດ",
267
267
  "Bi-weeks": "ສອງເທື່ອຕໍ່ທິດ",
@@ -269,116 +269,116 @@
269
269
  "Bi-months": "2ເດືອນ",
270
270
  "Quarters": "ໄຕມາດ",
271
271
  "Six-months": "6 ເດືອນ",
272
- "Financial Years": "",
272
+ "Financial Years": "ສົກປີງົບປະມານ",
273
273
  "Years": "ປີ",
274
- "Interpretations and details": "",
275
- "Translating to": "",
276
- "Choose a locale": "",
277
- "Base locale reference": "",
278
- "Choose a locale to translate from the menu above": "",
279
- "Translate: {{objectName}}": "",
280
- "Save translations": "",
281
- "Cannot save while offline": "",
282
- "Could not load translations": "",
283
- "Retry": "",
274
+ "Interpretations and details": "ຂໍ້ມູນ ແລະ ລາຍລະອຽດ",
275
+ "Translating to": "ແປເປັນ",
276
+ "Choose a locale": "ເລືອກສະຖານທີ່ເກີດເຫດ",
277
+ "Base locale reference": "ການອ້າງອີງຈາກສະຖານທີ່ເກີດເຫດ",
278
+ "Choose a locale to translate from the menu above": "ເລືອກສະຖານທີ່ເກີດເຫດເພື່ອແປຈາກລາຍການຂັ້ນເທິງ",
279
+ "Translate: {{objectName}}": "ແປ {{objectName}}",
280
+ "Save translations": "ບັນທຶກການແປ",
281
+ "Cannot save while offline": "ບໍ່ສາມາດບັນທຶກແບບອອບລາຍ",
282
+ "Could not load translations": "ບໍ່ສາມາດໂຫຼດການແປ",
283
+ "Retry": "ລອງໃໝ່",
284
284
  "Series": "ແທ່ງ",
285
285
  "Category": "ລວງນອນ",
286
- "Filter": "Filter",
287
- "Columns": "",
288
- "Rows": "",
289
- "Points": "",
290
- "Reporting rate": "",
291
- "Reporting rate on time": "",
292
- "Actual reports": "",
293
- "Actual reports on time": "",
294
- "Expected reports": "",
295
- "Program": "Program",
296
- "Select a program": "",
286
+ "Filter": "ຕົວກອງ",
287
+ "Columns": "ຖັນ",
288
+ "Rows": "ແຖວ",
289
+ "Points": "ຄະແນນ",
290
+ "Reporting rate": "ອັດຕາການລາຍງານ",
291
+ "Reporting rate on time": "ອັດຕາການລາຍງານຕົງເວລາ",
292
+ "Actual reports": "ລາຍງານຕົວຈິງ",
293
+ "Actual reports on time": "ລາຍງານຕົວຈິງຕົງເວລາ",
294
+ "Expected reports": "ລາຍງານທີ່ຄາດໄວ້",
295
+ "Program": "ໂປແກຼມ",
296
+ "Select a program": "ເລືອກໂປແກຼມ",
297
297
  "Indicators": "ຕົວຊີ້ວັດ",
298
298
  "Indicator group": "ກຸ່ມຂອງຕົວຊີ້ວັດ",
299
- "All groups": "",
299
+ "All groups": "ກຸ່ມທັງໝົດ",
300
300
  "Indicator": "ຕົວຊີ້ວັດ",
301
- "No indicator groups found": "",
302
- "Loading indicator groups": "",
303
- "Data element group": "ກຸ່ມຂອລອົງປະກອບຂໍ້ມູນ",
304
- "Data element": "Data Element",
305
- "No data element groups found": "",
306
- "Loading data element groups": "",
301
+ "No indicator groups found": "ບໍ່ພົບກຸ່ມຕົວຊີ້ວັດ",
302
+ "Loading indicator groups": "ໂຫຼດກຸ່ມຕົວຊີ້ວັດ",
303
+ "Data element group": "ກຸ່ມຂອງອົງປະກອບຂໍ້ມູນ",
304
+ "Data element": "ອົງປະກອບຂໍ້ມູນ",
305
+ "No data element groups found": "ບໍ່ພົບກຸ່ມອົງປະກອບຂໍ້ມູນ",
306
+ "Loading data element groups": "ໂຫຼດກຸ່ມອົງປະກອບຂໍ້ມູນ",
307
307
  "Data sets": "ແບບຟອມ",
308
- "Data set": "Data set\\:",
309
- "All data sets": "",
310
- "Loading data sets": "",
308
+ "Data set": "ແບບຟອມ",
309
+ "All data sets": "ແບບຟອມທັງໝົດ",
310
+ "Loading data sets": "ໂຫຼດແບບຟອມ",
311
311
  "Event data items": "ຂໍ້ມູນລາຍບຸກຄົນ",
312
- "All programs": "",
313
- "Event data item": "",
314
- "No programs found": "",
315
- "Loading programs": "",
312
+ "All programs": "ໂປແກຼມທັງໝົດ",
313
+ "Event data item": "ຂໍ້ມູນລາຍບຸກຄົນ",
314
+ "No programs found": "ບໍ່ພົບໂປແກຼມ",
315
+ "Loading programs": "ໂຫຼດໂປແກຼມ",
316
316
  "Program indicators": "ຕົວຊີ້ວັດສະເພາະວຽກຂອງຂະແໜງ",
317
- "Program indicator": "Program Indicator Management",
318
- "Calculations": "",
317
+ "Program indicator": "ໂປແກຼມຕົວຊີ້ວັດ",
318
+ "Calculations": "ຄິດໄລ່",
319
319
  "Number": "ຈຳນວນ",
320
- "Formula is empty. Add items to the formula from the lists on the left.": "",
321
- "Consecutive math operators": "",
322
- "Consecutive data elements": "",
323
- "Starts or ends with a math operator": "",
324
- "Empty parentheses": "",
325
- "Missing right parenthesis )": "",
326
- "Missing left parenthesis (": "",
327
- "Extra Small": "",
320
+ "Formula is empty. Add items to the formula from the lists on the left.": "ສູດຄຳນວນຫວ່າງເປົ່າ. ເພີ່ມລາຍການໃສ່ສູດຈາກລາຍການຂ້າງຊ້າຍ.",
321
+ "Consecutive math operators": "ຕົວປະຕິບັດການຄະນິດສາດຕາມລຳດັບ",
322
+ "Consecutive data elements": "ອົງປະກອບຂໍ້ມູນຕາມລຳດັບ",
323
+ "Starts or ends with a math operator": "ເລີ່ມຕົ້ນ ຫຼື ສິ້ນສຸດດ້ວຍຕົວປະຕິບັດການຄະນິດສາດ",
324
+ "Empty parentheses": "ວົງເລັບວ່າງເປົ່າ",
325
+ "Missing right parenthesis )": "ຂາດວົງເລັບຂວາ )",
326
+ "Missing left parenthesis (": "ຂາດວົງເລັບຊ້າຍ (",
327
+ "Extra Small": "ນ້ອຍສຸດ",
328
328
  "Small": "ນ້ອຍ",
329
- "Regular": "Regular",
329
+ "Regular": "ທຳມະດາ",
330
330
  "Large": "ໃຫຍ່",
331
- "Extra Large": "",
331
+ "Extra Large": "ໃຫຍ່ສຸດ",
332
332
  "Left": "ຊ້າຍ",
333
- "Center": "",
333
+ "Center": "ກາງ",
334
334
  "Right": "ຂວາ",
335
335
  "Start": "Start",
336
- "Middle": "",
337
- "End": "",
336
+ "Middle": "ກາງ",
337
+ "End": "ຈົບ",
338
338
  "Top": "ເທິງສຸດ",
339
339
  "Bottom": "ລຸ່ມສຸດ",
340
- "{{dynamicOuNames}} and {{lastOuName}}": "",
341
- "{{allDynamicOuNames}} levels": "",
342
- "{{allDynamicOuNames}} groups": "",
343
- "{{allDynamicOuNames}} levels in {{staticOuNames}}": "",
344
- "{{allDynamicOuNames}} groups in {{staticOuNames}}": "",
345
- "{{percentage}}% of total x values": "",
346
- "{{percentage}}% of total y values": "",
347
- "{{thresholdFactor}} × IQR Q1": "",
348
- "{{thresholdFactor}} × IQR Q3": "",
349
- "{{thresholdFactor}} × Modified Z-score low": "",
350
- "{{thresholdFactor}} × Modified Z-score high": "",
351
- "{{thresholdFactor}} × Z-score low": "",
352
- "{{thresholdFactor}} × Z-score high": "",
340
+ "{{dynamicOuNames}} and {{lastOuName}}": "{{dynamicOuNames}} ແລະ {{lastOuName}}",
341
+ "{{allDynamicOuNames}} levels": "{{allDynamicOuNames}} ຂັ້ນ",
342
+ "{{allDynamicOuNames}} groups": "{{allDynamicOuNames}} ກຸ່ມ",
343
+ "{{allDynamicOuNames}} levels in {{staticOuNames}}": "{{allDynamicOuNames}} ຂັ້ນໃນ {{staticOuNames}}",
344
+ "{{allDynamicOuNames}} groups in {{staticOuNames}}": "{{allDynamicOuNames}} ກຸ່ມໃນ {{staticOuNames}}",
345
+ "{{percentage}}% of total x values": "{{percentage}} % ລວມຂອງຄ່າ x",
346
+ "{{percentage}}% of total y values": "{{percentage}} % ລວມຂອງຄ່າ y",
347
+ "{{thresholdFactor}} × IQR Q1": "{{thresholdFactor}} x IQR Q1",
348
+ "{{thresholdFactor}} × IQR Q3": "{{thresholdFactor}} x IQR Q3",
349
+ "{{thresholdFactor}} × Modified Z-score low": "{{thresholdFactor}} x ແກ້ໄຂຄະແນນ z ຕ່ຳ",
350
+ "{{thresholdFactor}} × Modified Z-score high": "{{thresholdFactor}} x ແກ້ໄຂຄະແນນ z ສູງ",
351
+ "{{thresholdFactor}} × Z-score low": "{{thresholdFactor}} x ຄະແນນ z ຕ່ຳ",
352
+ "{{thresholdFactor}} × Z-score high": "{{thresholdFactor}} x ຄະແນນ z ສູງ",
353
353
  "Data": "ຂໍ້ມູນ",
354
354
  "Organisation unit": "​ຫົວ​ໜ່ວຍ​ການ​ຈັດ​ຕັ້ງ",
355
- "Assigned Categories": "",
355
+ "Assigned Categories": "ຈັດໝວດໝູ່",
356
356
  "Pivot table": "ແບບຕາຕະລາງໄພວ໋ອດ",
357
- "Area": "",
358
- "Stacked area": "",
359
- "Bar": "",
360
- "Stacked bar": "",
357
+ "Area": "ພື້ນທີ່",
358
+ "Stacked area": "ພື້ນທີ່ຊ້ອນກັນ",
359
+ "Bar": "ແຖບ",
360
+ "Stacked bar": "ແຖບຊ້ອນກັນ",
361
361
  "Column": "ຖັນ",
362
- "Year over year (column)": "",
363
- "Stacked column": "",
364
- "Gauge": "",
365
- "Line": "",
362
+ "Year over year (column)": "ປີຕໍ່ປີ (ຖັນ)",
363
+ "Stacked column": "ຖັນຊ້ອນກັນ",
364
+ "Gauge": "ເຄື່ອງວັດແທກ",
365
+ "Line": "ເສັ້ນ",
366
366
  "Line list": "ລາຍການລາຍບຸກຄົນ",
367
- "Year over year (line)": "",
368
- "Pie": "",
369
- "Radar": "",
370
- "Scatter": "",
371
- "Single value": "",
372
- "Outlier table": "",
373
- "All charts": "",
374
- "{{seriesName}} (trend)": "",
367
+ "Year over year (line)": "ປີຕໍ່ປີ (ເສັ້ນ)",
368
+ "Pie": "ພາຍ",
369
+ "Radar": "ເຣດາ",
370
+ "Scatter": "ກະແຈກກະຈາຍ",
371
+ "Single value": "ຄ່າດຽວ",
372
+ "Outlier table": "ຕາຕະລາງທີ່ເກີນກວ່າ",
373
+ "All charts": "ຕາຕະລາງທັງຫມົດ",
374
+ "{{seriesName}} (trend)": "{{seriesName}} (ແນວໂນ້ມ)",
375
375
  "Trend": "ແນວໂນ້ມ",
376
- "No legend for this series": "",
377
- "and {{amount}} more...": "",
378
- "Linear Regression": "",
376
+ "No legend for this series": "ບໍ່ມີນິຍາມສຳລັບຊຸດນີ້",
377
+ "and {{amount}} more...": "ແລະ {{amount}} ເພີ່ມ...",
378
+ "Linear Regression": "ການຖົດຖອຍແບບເສັ້ນ",
379
379
  "Target": "ເປົ້າໝາຍ",
380
380
  "Base": "ຖານ",
381
- "Axis {{axisId}}": "",
382
- "{{count}} items": "",
383
- "Reset zoom": ""
381
+ "Axis {{axisId}}": "ແກນ {{axisId}}",
382
+ "{{count}} items": "{{count}} ລາຍການ",
383
+ "Reset zoom": "ຣີເຊັດຊູມ"
384
384
  }