translationService.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "copyright": "Licensed Materials - Property of IBM. IBM Cognos Products: BI Cloud(C) Copyright IBM Corp. 2018. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.",
  3. "features": [
  4. {
  5. "id": "com.ibm.bi.dashboard.translationService",
  6. "collectionItems": [
  7. {
  8. "containerId": "com.ibm.bi.dashboard.serviceExtension",
  9. "id": "com.ibm.bi.dashboard.translationService",
  10. "name": "TranslationService",
  11. "class": "dashboard-core/js/dashboard/services/TranslationService"
  12. }
  13. ]
  14. },
  15. {
  16. "id": "com.ibm.bi.dashboard.language.edit",
  17. "contextMenus": [
  18. {
  19. "id": "editLanguage",
  20. "containerId": "com.ibm.bi.dashboard.languageMenu",
  21. "actionController": "dashboard-core/js/dashboard/glass/controllers/EditLanguageActionHandler",
  22. "type": "MenuContribution",
  23. "items": [
  24. {
  25. "id": "editLanguage",
  26. "label": "%editLanguage",
  27. "weight": 5
  28. }
  29. ]
  30. }
  31. ]
  32. },
  33. {
  34. "id": "com.ibm.bi.dashboard.language.switch",
  35. "contextMenus": [
  36. {
  37. "id": "switchLanguage",
  38. "containerId": "com.ibm.bi.dashboard.languageMenu",
  39. "actionController": "dashboard-core/js/dashboard/glass/controllers/SwitchLanguageActionHandler",
  40. "type": "MenuContribution",
  41. "items": [
  42. {
  43. "id": "switchLanguage",
  44. "label": "%switchLanguage",
  45. "weight": 4
  46. }
  47. ]
  48. }
  49. ]
  50. },
  51. {
  52. "id": "com.ibm.bi.dashboard.language.remove",
  53. "contextMenus": [
  54. {
  55. "id": "removeLanguage",
  56. "containerId": "com.ibm.bi.dashboard.languageMenu",
  57. "actionController": "dashboard-core/js/dashboard/glass/controllers/RemoveLanguageActionHandler",
  58. "type": "MenuContribution",
  59. "items": [
  60. {
  61. "id": "removeLanguage",
  62. "label": "%removeLanguage",
  63. "weight": 3
  64. }
  65. ]
  66. }
  67. ]
  68. },
  69. {
  70. "id": "com.ibm.bi.dashboard.language.setAsDefault",
  71. "contextMenus": [
  72. {
  73. "id": "setAsDefault",
  74. "containerId": "com.ibm.bi.dashboard.languageMenu",
  75. "actionController": "dashboard-core/js/dashboard/glass/controllers/SetDefaultLanguageActionHandler",
  76. "type": "MenuContribution",
  77. "items": [
  78. {
  79. "id": "setDefaultLanguage",
  80. "label": "%setDefaultLanguage",
  81. "weight": 2
  82. }
  83. ]
  84. }
  85. ]
  86. },
  87. {
  88. "id": "com.ibm.bi.dashboard.language.download",
  89. "contextMenus": [
  90. {
  91. "id": "download",
  92. "containerId": "com.ibm.bi.dashboard.languageMenu",
  93. "actionController": "dashboard-core/js/dashboard/glass/controllers/DownloadLanguageActionHandler",
  94. "type": "MenuContribution",
  95. "items": [
  96. {
  97. "id": "downloadLanguage",
  98. "label": "%downloadLanguage",
  99. "weight": 1
  100. }
  101. ]
  102. }
  103. ]
  104. }
  105. ]
  106. }