flexmonster 2.9.79 → 2.9.81

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 (52) hide show
  1. package/flexmonster.css +1 -1
  2. package/flexmonster.full.js +2420 -2416
  3. package/flexmonster.js +2308 -2304
  4. package/flexmonster.min.css +1 -1
  5. package/localizations/de.json +2 -0
  6. package/localizations/en.json +516 -506
  7. package/localizations/es.json +10 -8
  8. package/localizations/fr.json +3 -1
  9. package/localizations/hu.json +3 -1
  10. package/localizations/id.json +2 -0
  11. package/localizations/it.json +3 -1
  12. package/localizations/nl.json +2 -0
  13. package/localizations/pt.json +3 -1
  14. package/localizations/th.json +2 -0
  15. package/localizations/tr.json +2 -0
  16. package/localizations/uk.json +572 -570
  17. package/localizations/zh.json +3 -1
  18. package/package.json +1 -1
  19. package/theme/accessible/flexmonster.css +1 -1
  20. package/theme/accessible/flexmonster.min.css +1 -1
  21. package/theme/blackorange/flexmonster.css +1 -1
  22. package/theme/blackorange/flexmonster.min.css +1 -1
  23. package/theme/brightorange/flexmonster.css +1 -1
  24. package/theme/brightorange/flexmonster.min.css +1 -1
  25. package/theme/dark/flexmonster.css +1 -1
  26. package/theme/dark/flexmonster.min.css +1 -1
  27. package/theme/flexmonster-base.less +1 -1
  28. package/theme/green/flexmonster.css +1 -1
  29. package/theme/green/flexmonster.min.css +1 -1
  30. package/theme/lightblue/flexmonster.css +1 -1
  31. package/theme/lightblue/flexmonster.min.css +1 -1
  32. package/theme/macos/flexmonster.css +1 -1
  33. package/theme/macos/flexmonster.min.css +1 -1
  34. package/theme/midnight/flexmonster.css +1 -1
  35. package/theme/midnight/flexmonster.min.css +1 -1
  36. package/theme/old/flexmonster.css +1 -1
  37. package/theme/old/flexmonster.min.css +1 -1
  38. package/theme/orange/flexmonster.css +1 -1
  39. package/theme/orange/flexmonster.min.css +1 -1
  40. package/theme/purple/flexmonster.css +1 -1
  41. package/theme/purple/flexmonster.min.css +1 -1
  42. package/theme/softdefault/flexmonster.css +1 -1
  43. package/theme/softdefault/flexmonster.min.css +1 -1
  44. package/theme/stripedblue/flexmonster.css +1 -1
  45. package/theme/stripedblue/flexmonster.min.css +1 -1
  46. package/theme/stripedteal/flexmonster.css +1 -1
  47. package/theme/stripedteal/flexmonster.min.css +1 -1
  48. package/theme/teal/flexmonster.css +1 -1
  49. package/theme/teal/flexmonster.min.css +1 -1
  50. package/theme/yellow/flexmonster.css +1 -1
  51. package/theme/yellow/flexmonster.min.css +1 -1
  52. package/toolbar/flexmonster.toolbar.js +16 -6
@@ -362,7 +362,9 @@
362
362
  "excelCsvChartsExportError": "Eine Grafik kann nicht nach Microsoft Excel oder CSV ausgegeben werden.",
363
363
  "exportError": "Fehler bei der ausgabe. Ein unerwarteter Fehler ist aufgetreten.",
364
364
  "exportFontLoadingError": "Fehler beim Laden der Schriftart. Ein unerwarteter Fehler ist aufgetreten.",
365
+ "exportImageToPdfTooLargeError": "Das Bild ist zu groß, um als PDF exportiert zu werden. Bitte verkleinern Sie die Grafik.",
365
366
  "exportProgress": "Ausgabe in arbeit...",
367
+ "fileLoadingIncomplete": "Die Datei ist zu groß und kann aufgrund der Browserbeschränkungen nicht vollständig geladen werden.",
366
368
  "flatTableIsNotSupported": "Eine flache Tabelle wird für die Datenquelle {0} nicht unterstützt.",
367
369
  "inappropriateFileFormat": "Das format der Datendatei ist ungültig.",
368
370
  "invalidDataSource": "Ungültige Datenquelle oder Katalog. Bitte überpfüen. <br/><br/><u><a href='https://www.flexmonster.com/doc/typical-errors/#invalid-datasource' target='_blank'>Mehr Informationen zu diesem Fehler</a></u>",