@dhis2/analytics 29.0.1 → 29.0.3

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 (65) hide show
  1. package/build/cjs/components/Interpretations/InterpretationModal/Comment.js +5 -1
  2. package/build/cjs/components/Interpretations/InterpretationModal/CommentUpdateForm.js +3 -1
  3. package/build/cjs/components/Interpretations/InterpretationModal/InterpretationModal.js +10 -2
  4. package/build/cjs/locales/ar/translations.json +12 -1
  5. package/build/cjs/locales/ar_IQ/translations.json +3 -1
  6. package/build/cjs/locales/ckb/translations.json +32 -12
  7. package/build/cjs/locales/cs/translations.json +14 -3
  8. package/build/cjs/locales/es/translations.json +13 -2
  9. package/build/cjs/locales/es_419/translations.json +14 -1
  10. package/build/cjs/locales/fr/translations.json +160 -149
  11. package/build/cjs/locales/hi_IN/translations.json +28 -17
  12. package/build/cjs/locales/id/translations.json +12 -1
  13. package/build/cjs/locales/km/translations.json +72 -61
  14. package/build/cjs/locales/lo/translations.json +12 -1
  15. package/build/cjs/locales/my/translations.json +4 -0
  16. package/build/cjs/locales/nb/translations.json +12 -1
  17. package/build/cjs/locales/nl/translations.json +14 -1
  18. package/build/cjs/locales/prs/translations.json +12 -1
  19. package/build/cjs/locales/ps/translations.json +12 -1
  20. package/build/cjs/locales/pt/translations.json +12 -1
  21. package/build/cjs/locales/pt_BR/translations.json +13 -2
  22. package/build/cjs/locales/ru/translations.json +12 -1
  23. package/build/cjs/locales/tet/translations.json +12 -1
  24. package/build/cjs/locales/tg/translations.json +2 -0
  25. package/build/cjs/locales/uk/translations.json +12 -1
  26. package/build/cjs/locales/ur/translations.json +12 -1
  27. package/build/cjs/locales/uz_UZ_Cyrl/translations.json +12 -1
  28. package/build/cjs/locales/uz_UZ_Latn/translations.json +12 -1
  29. package/build/cjs/locales/vi/translations.json +38 -27
  30. package/build/cjs/locales/zh/translations.json +12 -1
  31. package/build/cjs/locales/zh_CN/translations.json +12 -1
  32. package/build/cjs/modules/pivotTable/useParentSize.js +6 -9
  33. package/build/es/components/Interpretations/InterpretationModal/Comment.js +5 -1
  34. package/build/es/components/Interpretations/InterpretationModal/CommentUpdateForm.js +3 -1
  35. package/build/es/components/Interpretations/InterpretationModal/InterpretationModal.js +10 -2
  36. package/build/es/locales/ar/translations.json +12 -1
  37. package/build/es/locales/ar_IQ/translations.json +3 -1
  38. package/build/es/locales/ckb/translations.json +32 -12
  39. package/build/es/locales/cs/translations.json +14 -3
  40. package/build/es/locales/es/translations.json +13 -2
  41. package/build/es/locales/es_419/translations.json +14 -1
  42. package/build/es/locales/fr/translations.json +160 -149
  43. package/build/es/locales/hi_IN/translations.json +28 -17
  44. package/build/es/locales/id/translations.json +12 -1
  45. package/build/es/locales/km/translations.json +72 -61
  46. package/build/es/locales/lo/translations.json +12 -1
  47. package/build/es/locales/my/translations.json +4 -0
  48. package/build/es/locales/nb/translations.json +12 -1
  49. package/build/es/locales/nl/translations.json +14 -1
  50. package/build/es/locales/prs/translations.json +12 -1
  51. package/build/es/locales/ps/translations.json +12 -1
  52. package/build/es/locales/pt/translations.json +12 -1
  53. package/build/es/locales/pt_BR/translations.json +13 -2
  54. package/build/es/locales/ru/translations.json +12 -1
  55. package/build/es/locales/tet/translations.json +12 -1
  56. package/build/es/locales/tg/translations.json +2 -0
  57. package/build/es/locales/uk/translations.json +12 -1
  58. package/build/es/locales/ur/translations.json +12 -1
  59. package/build/es/locales/uz_UZ_Cyrl/translations.json +12 -1
  60. package/build/es/locales/uz_UZ_Latn/translations.json +12 -1
  61. package/build/es/locales/vi/translations.json +38 -27
  62. package/build/es/locales/zh/translations.json +12 -1
  63. package/build/es/locales/zh_CN/translations.json +12 -1
  64. package/build/es/modules/pivotTable/useParentSize.js +6 -9
  65. package/package.json +1 -1
@@ -153,6 +153,7 @@
153
153
  "Share…": "Deel…",
154
154
  "Get link…": "Krijg link…",
155
155
  "Open in this app": "Openen in deze app",
156
+ "Copy to clipboard": "Kopieer naar klembord",
156
157
  "Close": "Sluit",
157
158
  "Rename {{fileType}}": "Hernoem {{fileType}}",
158
159
  "Rename": "Hernoemen",
@@ -162,10 +163,15 @@
162
163
  "line list": "lijn lijst",
163
164
  "map": "kaart",
164
165
  "visualization": "visualisatie",
166
+ "Untitled {{visualizationType}}, {{date}}": "",
167
+ "Back to all interpretations": "Terug naar alle interpretaties",
168
+ "Could not load interpretation details": "",
169
+ "The request to fetch interpretation comments failed": "",
165
170
  "Edit": "Bewerk",
166
171
  "Write a reply": "Schrijf een reactie",
172
+ "Could not post reply": "",
167
173
  "Post reply": "Reageer",
168
- "Delete failed": "Verwijderen mislukt",
174
+ "Could not delete comment": "",
169
175
  "Could not update comment": "Reactie kan niet worden bijgewerkt",
170
176
  "Enter comment text": "Voer commentaartekst in",
171
177
  "Update": "Bijwerken",
@@ -174,9 +180,12 @@
174
180
  "The interpretation couldn’t be displayed. Try again or contact your system administrator.": "De interpretatie kon niet worden weergegeven. Probeer het opnieuw of neem contact op met uw systeembeheerder.",
175
181
  "Hide interpretation": "Interpretatie verbergen",
176
182
  "Write an interpretation": "Schrijf een interpretatie",
183
+ "Could not post interpretation": "",
177
184
  "Other people viewing this interpretation in the future may see more data.": "",
178
185
  "Post interpretation": "Interpretatie posten",
179
186
  "Interpretations": "Interpretaties",
187
+ "Error loading interpretations": "",
188
+ "Could not load interpretations": "",
180
189
  "Reply": "Antwoord",
181
190
  "{{count}} replies": "{{count}} antwoord",
182
191
  "{{count}} replies_plural": "{{count}} antwoorden",
@@ -186,7 +195,9 @@
186
195
  "See interpretation": "Zie interpretatie",
187
196
  "Open in app": "",
188
197
  "Share": "Deel",
198
+ "Could not delete interpretation": "",
189
199
  "Manage sharing": "Beheer delen",
200
+ "Could not update interpretation text": "",
190
201
  "Could not update interpretation": "Kan interpretatie niet updaten",
191
202
  "Enter interpretation text": "Voer interpretatietekst in",
192
203
  "Not available offline": "Niet beschikbaar offline",
@@ -408,6 +419,7 @@
408
419
  "Data": "Gegevens",
409
420
  "Organisation unit": "Organisatieëenheid",
410
421
  "Assigned Categories": "Toegewezen categorieën",
422
+ "No value": "Geen waarde",
411
423
  "Text": "",
412
424
  "Long text": "",
413
425
  "Multi text": "",
@@ -451,6 +463,7 @@
451
463
  "Single value": "Enkele waarde",
452
464
  "Outlier table": "",
453
465
  "All charts": "Alle grafieken",
466
+ "Map": "",
454
467
  "{{seriesName}} (trend)": "{{seriesName}} (trend)",
455
468
  "Trend": "Trend",
456
469
  "No legend for this series": "Geen legende voor deze serie",
@@ -153,6 +153,7 @@
153
153
  "Share…": "",
154
154
  "Get link…": "",
155
155
  "Open in this app": "",
156
+ "Copy to clipboard": "",
156
157
  "Close": "بستن",
157
158
  "Rename {{fileType}}": "",
158
159
  "Rename": "تغییر نام",
@@ -163,10 +164,14 @@
163
164
  "map": "",
164
165
  "visualization": "",
165
166
  "Untitled {{visualizationType}}, {{date}}": "",
167
+ "Back to all interpretations": "",
168
+ "Could not load interpretation details": "",
169
+ "The request to fetch interpretation comments failed": "",
166
170
  "Edit": "تجدید",
167
171
  "Write a reply": "",
172
+ "Could not post reply": "",
168
173
  "Post reply": "",
169
- "Delete failed": "",
174
+ "Could not delete comment": "",
170
175
  "Could not update comment": "",
171
176
  "Enter comment text": "",
172
177
  "Update": "تجدید",
@@ -175,9 +180,12 @@
175
180
  "The interpretation couldn’t be displayed. Try again or contact your system administrator.": "",
176
181
  "Hide interpretation": "",
177
182
  "Write an interpretation": "",
183
+ "Could not post interpretation": "",
178
184
  "Other people viewing this interpretation in the future may see more data.": "",
179
185
  "Post interpretation": "",
180
186
  "Interpretations": "تفسیر ها",
187
+ "Error loading interpretations": "",
188
+ "Could not load interpretations": "",
181
189
  "Reply": "پاسخ",
182
190
  "{{count}} replies_0": "",
183
191
  "{{count}} replies_1": "",
@@ -187,7 +195,9 @@
187
195
  "See interpretation": "",
188
196
  "Open in app": "",
189
197
  "Share": "اشتراک",
198
+ "Could not delete interpretation": "",
190
199
  "Manage sharing": "",
200
+ "Could not update interpretation text": "",
191
201
  "Could not update interpretation": "",
192
202
  "Enter interpretation text": "",
193
203
  "Not available offline": "",
@@ -409,6 +419,7 @@
409
419
  "Data": "دیتا",
410
420
  "Organisation unit": "واحد سازمان",
411
421
  "Assigned Categories": "",
422
+ "No value": "بدون ارقام/ ارزش",
412
423
  "Text": "متن",
413
424
  "Long text": "متن طویل",
414
425
  "Multi text": "",
@@ -153,6 +153,7 @@
153
153
  "Share…": "",
154
154
  "Get link…": "",
155
155
  "Open in this app": "",
156
+ "Copy to clipboard": "",
156
157
  "Close": "بند یې کړئ",
157
158
  "Rename {{fileType}}": "",
158
159
  "Rename": "بیا نومول",
@@ -163,10 +164,14 @@
163
164
  "map": "",
164
165
  "visualization": "",
165
166
  "Untitled {{visualizationType}}, {{date}}": "",
167
+ "Back to all interpretations": "",
168
+ "Could not load interpretation details": "",
169
+ "The request to fetch interpretation comments failed": "",
166
170
  "Edit": "درست یې کړئ",
167
171
  "Write a reply": "",
172
+ "Could not post reply": "",
168
173
  "Post reply": "",
169
- "Delete failed": "",
174
+ "Could not delete comment": "",
170
175
  "Could not update comment": "",
171
176
  "Enter comment text": "",
172
177
  "Update": "تجدید یا نوي یې کړئ",
@@ -175,9 +180,12 @@
175
180
  "The interpretation couldn’t be displayed. Try again or contact your system administrator.": "",
176
181
  "Hide interpretation": "",
177
182
  "Write an interpretation": "",
183
+ "Could not post interpretation": "",
178
184
  "Other people viewing this interpretation in the future may see more data.": "",
179
185
  "Post interpretation": "",
180
186
  "Interpretations": "شفاهي ژباړې",
187
+ "Error loading interpretations": "",
188
+ "Could not load interpretations": "",
181
189
  "Reply": "ځواب ورکړئ",
182
190
  "{{count}} replies": "",
183
191
  "{{count}} replies_plural": "",
@@ -187,7 +195,9 @@
187
195
  "See interpretation": "",
188
196
  "Open in app": "",
189
197
  "Share": "شریک یې کړئ",
198
+ "Could not delete interpretation": "",
190
199
  "Manage sharing": "",
200
+ "Could not update interpretation text": "",
191
201
  "Could not update interpretation": "",
192
202
  "Enter interpretation text": "",
193
203
  "Not available offline": "",
@@ -409,6 +419,7 @@
409
419
  "Data": "مالومات (ډاټا)",
410
420
  "Organisation unit": "د سازمان واحد",
411
421
  "Assigned Categories": "",
422
+ "No value": "هېڅ ارزښت نشته",
412
423
  "Text": "ليکنه یا متن",
413
424
  "Long text": "اوږد متن",
414
425
  "Multi text": "",
@@ -153,6 +153,7 @@
153
153
  "Share…": "Partilhar...",
154
154
  "Get link…": "Obter link...",
155
155
  "Open in this app": "Abrir neste aplicativo",
156
+ "Copy to clipboard": "Copiar para área de transferência",
156
157
  "Close": "Fechar",
157
158
  "Rename {{fileType}}": "Renomear {{fileType}}",
158
159
  "Rename": "Renomear",
@@ -163,10 +164,14 @@
163
164
  "map": "mapa",
164
165
  "visualization": "visualização",
165
166
  "Untitled {{visualizationType}}, {{date}}": "",
167
+ "Back to all interpretations": "Voltar para todas interpretações",
168
+ "Could not load interpretation details": "",
169
+ "The request to fetch interpretation comments failed": "",
166
170
  "Edit": "Editar",
167
171
  "Write a reply": "Escreva uma resposta",
172
+ "Could not post reply": "",
168
173
  "Post reply": "Publicar resposta",
169
- "Delete failed": "Falha na eliminação",
174
+ "Could not delete comment": "",
170
175
  "Could not update comment": " Não foi possível actualizar o comentário",
171
176
  "Enter comment text": "Introduzir o texto do comentário",
172
177
  "Update": "Actualizar",
@@ -175,9 +180,12 @@
175
180
  "The interpretation couldn’t be displayed. Try again or contact your system administrator.": "Não foi possível visualizar a interpretação. Tente novamente ou contacte o administrador do sistema.",
176
181
  "Hide interpretation": " Ocultar interpretação",
177
182
  "Write an interpretation": "Escreva uma interpretação",
183
+ "Could not post interpretation": "",
178
184
  "Other people viewing this interpretation in the future may see more data.": "Outras pessoas que vejam esta interpretação no futuro poderão ver mais dados.",
179
185
  "Post interpretation": "Publicar interpretação",
180
186
  "Interpretations": "Interpretações",
187
+ "Error loading interpretations": "",
188
+ "Could not load interpretations": "",
181
189
  "Reply": "Responder",
182
190
  "{{count}} replies": "{{count}} resposta",
183
191
  "{{count}} replies_plural": "{{count}} respostas",
@@ -187,7 +195,9 @@
187
195
  "See interpretation": " Ver interpretação",
188
196
  "Open in app": " Abrir na aplicação",
189
197
  "Share": " Partilhar",
198
+ "Could not delete interpretation": "",
190
199
  "Manage sharing": "Gerir a partilha",
200
+ "Could not update interpretation text": "",
191
201
  "Could not update interpretation": "Não foi possível actualizar a interpretação",
192
202
  "Enter interpretation text": "Introduzir texto de interpretação",
193
203
  "Not available offline": "Não disponível offline",
@@ -409,6 +419,7 @@
409
419
  "Data": "Dados",
410
420
  "Organisation unit": "Unidade organizacional",
411
421
  "Assigned Categories": "Categorias atribuídas",
422
+ "No value": "Sem Valor",
412
423
  "Text": "Texto",
413
424
  "Long text": "Texto longo ",
414
425
  "Multi text": "",
@@ -153,6 +153,7 @@
153
153
  "Share…": "",
154
154
  "Get link…": "",
155
155
  "Open in this app": "",
156
+ "Copy to clipboard": "Copiar para área de transferência",
156
157
  "Close": "Fechar",
157
158
  "Rename {{fileType}}": "",
158
159
  "Rename": "Renomear",
@@ -163,10 +164,14 @@
163
164
  "map": "",
164
165
  "visualization": "",
165
166
  "Untitled {{visualizationType}}, {{date}}": "",
167
+ "Back to all interpretations": "",
168
+ "Could not load interpretation details": "",
169
+ "The request to fetch interpretation comments failed": "",
166
170
  "Edit": "Editar",
167
171
  "Write a reply": "",
172
+ "Could not post reply": "",
168
173
  "Post reply": "",
169
- "Delete failed": "Falha na exclusão",
174
+ "Could not delete comment": "",
170
175
  "Could not update comment": "",
171
176
  "Enter comment text": "",
172
177
  "Update": "Actualizar",
@@ -175,9 +180,12 @@
175
180
  "The interpretation couldn’t be displayed. Try again or contact your system administrator.": "",
176
181
  "Hide interpretation": "",
177
182
  "Write an interpretation": "",
183
+ "Could not post interpretation": "",
178
184
  "Other people viewing this interpretation in the future may see more data.": "",
179
185
  "Post interpretation": "",
180
186
  "Interpretations": "Interpretações",
187
+ "Error loading interpretations": "",
188
+ "Could not load interpretations": "",
181
189
  "Reply": "Responder",
182
190
  "{{count}} replies": "",
183
191
  "{{count}} replies_plural": "",
@@ -187,7 +195,9 @@
187
195
  "See interpretation": "",
188
196
  "Open in app": "",
189
197
  "Share": "Partilhar",
198
+ "Could not delete interpretation": "",
190
199
  "Manage sharing": "",
200
+ "Could not update interpretation text": "",
191
201
  "Could not update interpretation": "",
192
202
  "Enter interpretation text": "",
193
203
  "Not available offline": "",
@@ -367,7 +377,7 @@
367
377
  "Event data item": "",
368
378
  "No programs found": "",
369
379
  "Loading programs": "",
370
- "Program indicators": "",
380
+ "Program indicators": "Indicador do programa",
371
381
  "Program indicator": "",
372
382
  "Calculations": "",
373
383
  "Option": "Opção",
@@ -409,6 +419,7 @@
409
419
  "Data": "Dados",
410
420
  "Organisation unit": "Unidade organizacional",
411
421
  "Assigned Categories": "",
422
+ "No value": "Sem Valor",
412
423
  "Text": "Texto",
413
424
  "Long text": "",
414
425
  "Multi text": "",
@@ -155,6 +155,7 @@
155
155
  "Share…": "",
156
156
  "Get link…": "",
157
157
  "Open in this app": "Открыть в данном приложении",
158
+ "Copy to clipboard": "Копировать в буфер обмена",
158
159
  "Close": "Закрыть",
159
160
  "Rename {{fileType}}": "Переименовать {{fileType}}",
160
161
  "Rename": "Переименовать",
@@ -165,10 +166,14 @@
165
166
  "map": "Карта",
166
167
  "visualization": "визуализация",
167
168
  "Untitled {{visualizationType}}, {{date}}": "",
169
+ "Back to all interpretations": "Назад к интерпритациям",
170
+ "Could not load interpretation details": "",
171
+ "The request to fetch interpretation comments failed": "",
168
172
  "Edit": "Редактировать",
169
173
  "Write a reply": "Написать ответ",
174
+ "Could not post reply": "",
170
175
  "Post reply": "",
171
- "Delete failed": "Не удалось удалить",
176
+ "Could not delete comment": "",
172
177
  "Could not update comment": "",
173
178
  "Enter comment text": "",
174
179
  "Update": "Обновить",
@@ -177,9 +182,12 @@
177
182
  "The interpretation couldn’t be displayed. Try again or contact your system administrator.": "",
178
183
  "Hide interpretation": "",
179
184
  "Write an interpretation": "Написать перевод",
185
+ "Could not post interpretation": "",
180
186
  "Other people viewing this interpretation in the future may see more data.": "",
181
187
  "Post interpretation": "",
182
188
  "Interpretations": "Interpretations",
189
+ "Error loading interpretations": "",
190
+ "Could not load interpretations": "",
183
191
  "Reply": "Ответить",
184
192
  "{{count}} replies_0": "{{count}} ответ",
185
193
  "{{count}} replies_1": "{{count}} отвечает",
@@ -191,7 +199,9 @@
191
199
  "See interpretation": "",
192
200
  "Open in app": "",
193
201
  "Share": "Поделиться",
202
+ "Could not delete interpretation": "",
194
203
  "Manage sharing": "Управление совместным доступом",
204
+ "Could not update interpretation text": "",
195
205
  "Could not update interpretation": "",
196
206
  "Enter interpretation text": "",
197
207
  "Not available offline": "Недоступно в автономном режиме",
@@ -419,6 +429,7 @@
419
429
  "Data": "Данные",
420
430
  "Organisation unit": "Организационная единица",
421
431
  "Assigned Categories": "Назначенные категории",
432
+ "No value": "Нет значения",
422
433
  "Text": "Текст",
423
434
  "Long text": "Длинный текст",
424
435
  "Multi text": "",
@@ -152,6 +152,7 @@
152
152
  "Share…": "",
153
153
  "Get link…": "",
154
154
  "Open in this app": "",
155
+ "Copy to clipboard": "",
155
156
  "Close": "Taka",
156
157
  "Rename {{fileType}}": "",
157
158
  "Rename": "Tau naran foun",
@@ -162,10 +163,14 @@
162
163
  "map": "",
163
164
  "visualization": "",
164
165
  "Untitled {{visualizationType}}, {{date}}": "",
166
+ "Back to all interpretations": "",
167
+ "Could not load interpretation details": "",
168
+ "The request to fetch interpretation comments failed": "",
165
169
  "Edit": "Edita",
166
170
  "Write a reply": "",
171
+ "Could not post reply": "",
167
172
  "Post reply": "",
168
- "Delete failed": "",
173
+ "Could not delete comment": "",
169
174
  "Could not update comment": "",
170
175
  "Enter comment text": "",
171
176
  "Update": "Atualiza",
@@ -174,9 +179,12 @@
174
179
  "The interpretation couldn’t be displayed. Try again or contact your system administrator.": "",
175
180
  "Hide interpretation": "",
176
181
  "Write an interpretation": "",
182
+ "Could not post interpretation": "",
177
183
  "Other people viewing this interpretation in the future may see more data.": "",
178
184
  "Post interpretation": "",
179
185
  "Interpretations": "Interpretasoens",
186
+ "Error loading interpretations": "",
187
+ "Could not load interpretations": "",
180
188
  "Reply": "Hatán",
181
189
  "{{count}} replies": "",
182
190
  "View replies": "",
@@ -185,7 +193,9 @@
185
193
  "See interpretation": "",
186
194
  "Open in app": "",
187
195
  "Share": "Partilla",
196
+ "Could not delete interpretation": "",
188
197
  "Manage sharing": "",
198
+ "Could not update interpretation text": "",
189
199
  "Could not update interpretation": "",
190
200
  "Enter interpretation text": "",
191
201
  "Not available offline": "",
@@ -404,6 +414,7 @@
404
414
  "Data": "Dadus",
405
415
  "Organisation unit": "Unidade organizasional",
406
416
  "Assigned Categories": "",
417
+ "No value": "Laiha valor",
407
418
  "Text": "Textu",
408
419
  "Long text": "",
409
420
  "Multi text": "",
@@ -153,6 +153,7 @@
153
153
  "Share…": "",
154
154
  "Get link…": "",
155
155
  "Open in this app": "",
156
+ "Copy to clipboard": "",
156
157
  "Close": "Пӯшидан",
157
158
  "Rename {{fileType}}": "",
158
159
  "Rename": "Ивази ном",
@@ -409,6 +410,7 @@
409
410
  "Data": "Иттилоот",
410
411
  "Organisation unit": "Воҳиди сохторӣ",
411
412
  "Assigned Categories": "",
413
+ "No value": "Лутфан интихоб кунед",
412
414
  "Text": "Матн",
413
415
  "Long text": "",
414
416
  "Multi text": "",
@@ -155,6 +155,7 @@
155
155
  "Share…": "",
156
156
  "Get link…": "",
157
157
  "Open in this app": "Відкрити в цьому додатку",
158
+ "Copy to clipboard": "Копіювати в буфер обміну",
158
159
  "Close": "Закрити",
159
160
  "Rename {{fileType}}": "Перейменувати {{fileType}}",
160
161
  "Rename": "Перейменувати",
@@ -165,10 +166,14 @@
165
166
  "map": "мапа",
166
167
  "visualization": "",
167
168
  "Untitled {{visualizationType}}, {{date}}": "",
169
+ "Back to all interpretations": "Повернутися до всіх інтерпретацій",
170
+ "Could not load interpretation details": "",
171
+ "The request to fetch interpretation comments failed": "",
168
172
  "Edit": "Редагувати",
169
173
  "Write a reply": "Написати відповідь",
174
+ "Could not post reply": "",
170
175
  "Post reply": "",
171
- "Delete failed": "Не вдалося видалити",
176
+ "Could not delete comment": "",
172
177
  "Could not update comment": "",
173
178
  "Enter comment text": "",
174
179
  "Update": "Оновити",
@@ -177,9 +182,12 @@
177
182
  "The interpretation couldn’t be displayed. Try again or contact your system administrator.": "",
178
183
  "Hide interpretation": "",
179
184
  "Write an interpretation": "Написати інтерпретацію",
185
+ "Could not post interpretation": "",
180
186
  "Other people viewing this interpretation in the future may see more data.": "",
181
187
  "Post interpretation": "",
182
188
  "Interpretations": "Інтерпретації",
189
+ "Error loading interpretations": "",
190
+ "Could not load interpretations": "",
183
191
  "Reply": "Відповісти",
184
192
  "{{count}} replies_0": "{{count}} відповідей",
185
193
  "{{count}} replies_1": "{{count}} відповідей",
@@ -191,7 +199,9 @@
191
199
  "See interpretation": "",
192
200
  "Open in app": "",
193
201
  "Share": "Поділитися",
202
+ "Could not delete interpretation": "",
194
203
  "Manage sharing": "Керування спільним доступом",
204
+ "Could not update interpretation text": "",
195
205
  "Could not update interpretation": "",
196
206
  "Enter interpretation text": "",
197
207
  "Not available offline": "Недоступно в автономному режимі",
@@ -419,6 +429,7 @@
419
429
  "Data": "Дані",
420
430
  "Organisation unit": "Організаційний підрозділ",
421
431
  "Assigned Categories": "",
432
+ "No value": "Відсутнє значення",
422
433
  "Text": "Текст",
423
434
  "Long text": "Довгий текст",
424
435
  "Multi text": "",
@@ -153,6 +153,7 @@
153
153
  "Share…": "",
154
154
  "Get link…": "",
155
155
  "Open in this app": "",
156
+ "Copy to clipboard": "",
156
157
  "Close": "بند",
157
158
  "Rename {{fileType}}": "",
158
159
  "Rename": "نام بدلو",
@@ -163,10 +164,14 @@
163
164
  "map": "",
164
165
  "visualization": "",
165
166
  "Untitled {{visualizationType}}, {{date}}": "",
167
+ "Back to all interpretations": "",
168
+ "Could not load interpretation details": "",
169
+ "The request to fetch interpretation comments failed": "",
166
170
  "Edit": "ترمیم",
167
171
  "Write a reply": "",
172
+ "Could not post reply": "",
168
173
  "Post reply": "",
169
- "Delete failed": "حذف ناکام ہوگیا",
174
+ "Could not delete comment": "",
170
175
  "Could not update comment": "",
171
176
  "Enter comment text": "",
172
177
  "Update": "اپڈیٹ",
@@ -175,9 +180,12 @@
175
180
  "The interpretation couldn’t be displayed. Try again or contact your system administrator.": "",
176
181
  "Hide interpretation": "",
177
182
  "Write an interpretation": "",
183
+ "Could not post interpretation": "",
178
184
  "Other people viewing this interpretation in the future may see more data.": "",
179
185
  "Post interpretation": "",
180
186
  "Interpretations": "تشریحات",
187
+ "Error loading interpretations": "",
188
+ "Could not load interpretations": "",
181
189
  "Reply": "جواب",
182
190
  "{{count}} replies": "",
183
191
  "{{count}} replies_plural": "",
@@ -187,7 +195,9 @@
187
195
  "See interpretation": "",
188
196
  "Open in app": "",
189
197
  "Share": "بانٹیں",
198
+ "Could not delete interpretation": "",
190
199
  "Manage sharing": "",
200
+ "Could not update interpretation text": "",
191
201
  "Could not update interpretation": "",
192
202
  "Enter interpretation text": "",
193
203
  "Not available offline": "",
@@ -409,6 +419,7 @@
409
419
  "Data": "ڈیٹا",
410
420
  "Organisation unit": "تنظیم یونٹ",
411
421
  "Assigned Categories": "",
422
+ "No value": "کوئی قدر نہیں",
412
423
  "Text": "مواد",
413
424
  "Long text": "لمبا مواد",
414
425
  "Multi text": "",
@@ -152,6 +152,7 @@
152
152
  "Share…": "",
153
153
  "Get link…": "",
154
154
  "Open in this app": "Ушбу иловада очинг",
155
+ "Copy to clipboard": "Буферга нусха олиш",
155
156
  "Close": "Ёпиш",
156
157
  "Rename {{fileType}}": "Қайта номлаш {{fileType}}",
157
158
  "Rename": "Қайта номлашч",
@@ -162,10 +163,14 @@
162
163
  "map": "харита",
163
164
  "visualization": "Визуализация",
164
165
  "Untitled {{visualizationType}}, {{date}}": "",
166
+ "Back to all interpretations": "Жами талқинларга қайтиш",
167
+ "Could not load interpretation details": "",
168
+ "The request to fetch interpretation comments failed": "",
165
169
  "Edit": "Таҳрирлаш",
166
170
  "Write a reply": "Изоҳ ёзинг",
171
+ "Could not post reply": "",
167
172
  "Post reply": "",
168
- "Delete failed": "Ўчириш амалга ошмади",
173
+ "Could not delete comment": "",
169
174
  "Could not update comment": "",
170
175
  "Enter comment text": "",
171
176
  "Update": "Янгилаш",
@@ -174,9 +179,12 @@
174
179
  "The interpretation couldn’t be displayed. Try again or contact your system administrator.": "",
175
180
  "Hide interpretation": "",
176
181
  "Write an interpretation": "Талқин ёзиш",
182
+ "Could not post interpretation": "",
177
183
  "Other people viewing this interpretation in the future may see more data.": "",
178
184
  "Post interpretation": "",
179
185
  "Interpretations": "Талқинлар",
186
+ "Error loading interpretations": "",
187
+ "Could not load interpretations": "",
180
188
  "Reply": "Изоҳ",
181
189
  "{{count}} replies": "{{count}} изоҳлар",
182
190
  "View replies": "",
@@ -185,7 +193,9 @@
185
193
  "See interpretation": "",
186
194
  "Open in app": "",
187
195
  "Share": "Улашиш",
196
+ "Could not delete interpretation": "",
188
197
  "Manage sharing": "Улашишни бошқариш",
198
+ "Could not update interpretation text": "",
189
199
  "Could not update interpretation": "",
190
200
  "Enter interpretation text": "",
191
201
  "Not available offline": "Оффлайн режимда мавжуд эмас",
@@ -404,6 +414,7 @@
404
414
  "Data": "Маълумот",
405
415
  "Organisation unit": "Ташкилий бўлим",
406
416
  "Assigned Categories": "Белгиланган Категориялар",
417
+ "No value": "Қиймат йўқ",
407
418
  "Text": "Матн",
408
419
  "Long text": "Узун матн",
409
420
  "Multi text": "",
@@ -152,6 +152,7 @@
152
152
  "Share…": "",
153
153
  "Get link…": "",
154
154
  "Open in this app": "Ushbu ilovada oching",
155
+ "Copy to clipboard": "Buferga nusxa olish",
155
156
  "Close": "Yopmoq",
156
157
  "Rename {{fileType}}": "Qayta nomlash {{fileType}}",
157
158
  "Rename": "Қайта номлаш",
@@ -162,10 +163,14 @@
162
163
  "map": "xarita",
163
164
  "visualization": "",
164
165
  "Untitled {{visualizationType}}, {{date}}": "",
166
+ "Back to all interpretations": "Jami talqinlarga qaytish",
167
+ "Could not load interpretation details": "",
168
+ "The request to fetch interpretation comments failed": "",
165
169
  "Edit": "Tahrirlash",
166
170
  "Write a reply": "Izoh yozing",
171
+ "Could not post reply": "",
167
172
  "Post reply": "",
168
- "Delete failed": "Oʼchirish amalga oshmadi",
173
+ "Could not delete comment": "",
169
174
  "Could not update comment": "",
170
175
  "Enter comment text": "",
171
176
  "Update": "Янгилаш",
@@ -174,9 +179,12 @@
174
179
  "The interpretation couldn’t be displayed. Try again or contact your system administrator.": "",
175
180
  "Hide interpretation": "",
176
181
  "Write an interpretation": "Talqin yozish",
182
+ "Could not post interpretation": "",
177
183
  "Other people viewing this interpretation in the future may see more data.": "",
178
184
  "Post interpretation": "",
179
185
  "Interpretations": "Talqinlar",
186
+ "Error loading interpretations": "",
187
+ "Could not load interpretations": "",
180
188
  "Reply": "Javob",
181
189
  "{{count}} replies": "",
182
190
  "View replies": "",
@@ -185,7 +193,9 @@
185
193
  "See interpretation": "",
186
194
  "Open in app": "",
187
195
  "Share": "Улашиш",
196
+ "Could not delete interpretation": "",
188
197
  "Manage sharing": "Ulashishni boshqarish",
198
+ "Could not update interpretation text": "",
189
199
  "Could not update interpretation": "",
190
200
  "Enter interpretation text": "",
191
201
  "Not available offline": "",
@@ -404,6 +414,7 @@
404
414
  "Data": "Maʼlumot",
405
415
  "Organisation unit": "Ташкилий бирлик",
406
416
  "Assigned Categories": "Belgilangan Kategoriyalar",
417
+ "No value": "Qiymat yoʼq",
407
418
  "Text": "Matn",
408
419
  "Long text": "Uzun matn",
409
420
  "Multi text": "",