kibana/.i18nrc.json

41 lines
1.9 KiB
JSON
Raw Normal View History

{
"paths": {
"common.ui": "src/legacy/ui",
2018-11-29 14:14:40 +01:00
"console": "src/legacy/core_plugins/console",
"core": "src/core",
Dashboard container (#49600) * feat: 🎸 create dasboard embeddable NP plugin, move panel action * refactor: 💡 pass in getFactories() fn to "replace" action * refactor: 💡 move dashboard container actions to NP * refactor: 💡 remove action files from dashboard container in LP * refactor: 💡 move dashboard grid to NP plugin * refactor: 💡 move Embeddable SASS to the NP * refactor: 💡 move dashboard container panel to NP * refactor: 💡 move dashboard container viewport to NP * refactor: 💡 move dashboard constant to constants file * refactor: 💡 move dashboard_continaer file to NP * refactor: 💡 move dashboard_container_factory.tsx to NP * chore: 🤖 disable injected React components * feat: 🎸 fill in NP plugin * feat: 🎸 move expand panel action to NP * feat: 🎸 move replace action panel to NP * feat: 🎸 move dashboard_contaienr to NP * chore: 🤖 delete LP dasboard container plugin shim * chore: 🤖 delete LP dashboard_embeddable_container plugin * chore: 🤖 point translations to the NP plugin * test: 💍 re-enable dashboard container tests * chore: 🤖 fix TypeScript type errors * chore: 🤖 fix more TypeScript tyeps * test: 💍 fix import in .js test * feat: 🎸 use <SavedObjectFinder> in dashboard container * feat: 🎸 add full screen button to dashboard container * fix: 🐛 execute Chrome hiding only once * chore: 🤖 put back temporary type substitutions While moving this plugin file-by-file those types were not available * chore: 🤖 revert back kibana_react imports * fix: 🐛 address review comments
2019-10-31 17:56:39 +01:00
"dashboardEmbeddableContainer": "src/plugins/dashboard_embeddable_container",
"data": ["src/legacy/core_plugins/data", "src/plugins/data"],
"embeddableApi": "src/plugins/embeddable",
"esUi": "src/plugins/es_ui_shared",
"expressions_np": "src/plugins/expressions",
"expressions": "src/legacy/core_plugins/expressions",
2018-11-29 14:14:40 +01:00
"inputControl": "src/legacy/core_plugins/input_control_vis",
Dashboard container (#49600) * feat: 🎸 create dasboard embeddable NP plugin, move panel action * refactor: 💡 pass in getFactories() fn to "replace" action * refactor: 💡 move dashboard container actions to NP * refactor: 💡 remove action files from dashboard container in LP * refactor: 💡 move dashboard grid to NP plugin * refactor: 💡 move Embeddable SASS to the NP * refactor: 💡 move dashboard container panel to NP * refactor: 💡 move dashboard container viewport to NP * refactor: 💡 move dashboard constant to constants file * refactor: 💡 move dashboard_continaer file to NP * refactor: 💡 move dashboard_container_factory.tsx to NP * chore: 🤖 disable injected React components * feat: 🎸 fill in NP plugin * feat: 🎸 move expand panel action to NP * feat: 🎸 move replace action panel to NP * feat: 🎸 move dashboard_contaienr to NP * chore: 🤖 delete LP dasboard container plugin shim * chore: 🤖 delete LP dashboard_embeddable_container plugin * chore: 🤖 point translations to the NP plugin * test: 💍 re-enable dashboard container tests * chore: 🤖 fix TypeScript type errors * chore: 🤖 fix more TypeScript tyeps * test: 💍 fix import in .js test * feat: 🎸 use <SavedObjectFinder> in dashboard container * feat: 🎸 add full screen button to dashboard container * fix: 🐛 execute Chrome hiding only once * chore: 🤖 put back temporary type substitutions While moving this plugin file-by-file those types were not available * chore: 🤖 revert back kibana_react imports * fix: 🐛 address review comments
2019-10-31 17:56:39 +01:00
"inspector": "src/plugins/inspector",
"inspectorViews": "src/legacy/core_plugins/inspector_views",
"interpreter": "src/legacy/core_plugins/interpreter",
2018-11-29 14:14:40 +01:00
"kbn": "src/legacy/core_plugins/kibana",
"kbnDocViews": "src/legacy/core_plugins/kbn_doc_views",
Dashboard container (#49600) * feat: 🎸 create dasboard embeddable NP plugin, move panel action * refactor: 💡 pass in getFactories() fn to "replace" action * refactor: 💡 move dashboard container actions to NP * refactor: 💡 remove action files from dashboard container in LP * refactor: 💡 move dashboard grid to NP plugin * refactor: 💡 move Embeddable SASS to the NP * refactor: 💡 move dashboard container panel to NP * refactor: 💡 move dashboard container viewport to NP * refactor: 💡 move dashboard constant to constants file * refactor: 💡 move dashboard_continaer file to NP * refactor: 💡 move dashboard_container_factory.tsx to NP * chore: 🤖 disable injected React components * feat: 🎸 fill in NP plugin * feat: 🎸 move expand panel action to NP * feat: 🎸 move replace action panel to NP * feat: 🎸 move dashboard_contaienr to NP * chore: 🤖 delete LP dasboard container plugin shim * chore: 🤖 delete LP dashboard_embeddable_container plugin * chore: 🤖 point translations to the NP plugin * test: 💍 re-enable dashboard container tests * chore: 🤖 fix TypeScript type errors * chore: 🤖 fix more TypeScript tyeps * test: 💍 fix import in .js test * feat: 🎸 use <SavedObjectFinder> in dashboard container * feat: 🎸 add full screen button to dashboard container * fix: 🐛 execute Chrome hiding only once * chore: 🤖 put back temporary type substitutions While moving this plugin file-by-file those types were not available * chore: 🤖 revert back kibana_react imports * fix: 🐛 address review comments
2019-10-31 17:56:39 +01:00
"kbnESQuery": "packages/kbn-es-query",
2018-11-29 14:14:40 +01:00
"kbnVislibVisTypes": "src/legacy/core_plugins/kbn_vislib_vis_types",
Dashboard container (#49600) * feat: 🎸 create dasboard embeddable NP plugin, move panel action * refactor: 💡 pass in getFactories() fn to "replace" action * refactor: 💡 move dashboard container actions to NP * refactor: 💡 remove action files from dashboard container in LP * refactor: 💡 move dashboard grid to NP plugin * refactor: 💡 move Embeddable SASS to the NP * refactor: 💡 move dashboard container panel to NP * refactor: 💡 move dashboard container viewport to NP * refactor: 💡 move dashboard constant to constants file * refactor: 💡 move dashboard_continaer file to NP * refactor: 💡 move dashboard_container_factory.tsx to NP * chore: 🤖 disable injected React components * feat: 🎸 fill in NP plugin * feat: 🎸 move expand panel action to NP * feat: 🎸 move replace action panel to NP * feat: 🎸 move dashboard_contaienr to NP * chore: 🤖 delete LP dasboard container plugin shim * chore: 🤖 delete LP dashboard_embeddable_container plugin * chore: 🤖 point translations to the NP plugin * test: 💍 re-enable dashboard container tests * chore: 🤖 fix TypeScript type errors * chore: 🤖 fix more TypeScript tyeps * test: 💍 fix import in .js test * feat: 🎸 use <SavedObjectFinder> in dashboard container * feat: 🎸 add full screen button to dashboard container * fix: 🐛 execute Chrome hiding only once * chore: 🤖 put back temporary type substitutions While moving this plugin file-by-file those types were not available * chore: 🤖 revert back kibana_react imports * fix: 🐛 address review comments
2019-10-31 17:56:39 +01:00
"kibana_react": "src/legacy/core_plugins/kibana_react",
"kibana-react": "src/plugins/kibana_react",
"navigation": "src/legacy/core_plugins/navigation",
2018-11-29 14:14:40 +01:00
"regionMap": "src/legacy/core_plugins/region_map",
Dashboard container (#49600) * feat: 🎸 create dasboard embeddable NP plugin, move panel action * refactor: 💡 pass in getFactories() fn to "replace" action * refactor: 💡 move dashboard container actions to NP * refactor: 💡 remove action files from dashboard container in LP * refactor: 💡 move dashboard grid to NP plugin * refactor: 💡 move Embeddable SASS to the NP * refactor: 💡 move dashboard container panel to NP * refactor: 💡 move dashboard container viewport to NP * refactor: 💡 move dashboard constant to constants file * refactor: 💡 move dashboard_continaer file to NP * refactor: 💡 move dashboard_container_factory.tsx to NP * chore: 🤖 disable injected React components * feat: 🎸 fill in NP plugin * feat: 🎸 move expand panel action to NP * feat: 🎸 move replace action panel to NP * feat: 🎸 move dashboard_contaienr to NP * chore: 🤖 delete LP dasboard container plugin shim * chore: 🤖 delete LP dashboard_embeddable_container plugin * chore: 🤖 point translations to the NP plugin * test: 💍 re-enable dashboard container tests * chore: 🤖 fix TypeScript type errors * chore: 🤖 fix more TypeScript tyeps * test: 💍 fix import in .js test * feat: 🎸 use <SavedObjectFinder> in dashboard container * feat: 🎸 add full screen button to dashboard container * fix: 🐛 execute Chrome hiding only once * chore: 🤖 put back temporary type substitutions While moving this plugin file-by-file those types were not available * chore: 🤖 revert back kibana_react imports * fix: 🐛 address review comments
2019-10-31 17:56:39 +01:00
"server": "src/legacy/server",
2018-11-29 14:14:40 +01:00
"statusPage": "src/legacy/core_plugins/status_page",
Dashboard container (#49600) * feat: 🎸 create dasboard embeddable NP plugin, move panel action * refactor: 💡 pass in getFactories() fn to "replace" action * refactor: 💡 move dashboard container actions to NP * refactor: 💡 remove action files from dashboard container in LP * refactor: 💡 move dashboard grid to NP plugin * refactor: 💡 move Embeddable SASS to the NP * refactor: 💡 move dashboard container panel to NP * refactor: 💡 move dashboard container viewport to NP * refactor: 💡 move dashboard constant to constants file * refactor: 💡 move dashboard_continaer file to NP * refactor: 💡 move dashboard_container_factory.tsx to NP * chore: 🤖 disable injected React components * feat: 🎸 fill in NP plugin * feat: 🎸 move expand panel action to NP * feat: 🎸 move replace action panel to NP * feat: 🎸 move dashboard_contaienr to NP * chore: 🤖 delete LP dasboard container plugin shim * chore: 🤖 delete LP dashboard_embeddable_container plugin * chore: 🤖 point translations to the NP plugin * test: 💍 re-enable dashboard container tests * chore: 🤖 fix TypeScript type errors * chore: 🤖 fix more TypeScript tyeps * test: 💍 fix import in .js test * feat: 🎸 use <SavedObjectFinder> in dashboard container * feat: 🎸 add full screen button to dashboard container * fix: 🐛 execute Chrome hiding only once * chore: 🤖 put back temporary type substitutions While moving this plugin file-by-file those types were not available * chore: 🤖 revert back kibana_react imports * fix: 🐛 address review comments
2019-10-31 17:56:39 +01:00
"telemetry": "src/legacy/core_plugins/telemetry",
2018-11-29 14:14:40 +01:00
"tileMap": "src/legacy/core_plugins/tile_map",
"timelion": "src/legacy/core_plugins/timelion",
Dashboard container (#49600) * feat: 🎸 create dasboard embeddable NP plugin, move panel action * refactor: 💡 pass in getFactories() fn to "replace" action * refactor: 💡 move dashboard container actions to NP * refactor: 💡 remove action files from dashboard container in LP * refactor: 💡 move dashboard grid to NP plugin * refactor: 💡 move Embeddable SASS to the NP * refactor: 💡 move dashboard container panel to NP * refactor: 💡 move dashboard container viewport to NP * refactor: 💡 move dashboard constant to constants file * refactor: 💡 move dashboard_continaer file to NP * refactor: 💡 move dashboard_container_factory.tsx to NP * chore: 🤖 disable injected React components * feat: 🎸 fill in NP plugin * feat: 🎸 move expand panel action to NP * feat: 🎸 move replace action panel to NP * feat: 🎸 move dashboard_contaienr to NP * chore: 🤖 delete LP dasboard container plugin shim * chore: 🤖 delete LP dashboard_embeddable_container plugin * chore: 🤖 point translations to the NP plugin * test: 💍 re-enable dashboard container tests * chore: 🤖 fix TypeScript type errors * chore: 🤖 fix more TypeScript tyeps * test: 💍 fix import in .js test * feat: 🎸 use <SavedObjectFinder> in dashboard container * feat: 🎸 add full screen button to dashboard container * fix: 🐛 execute Chrome hiding only once * chore: 🤖 put back temporary type substitutions While moving this plugin file-by-file those types were not available * chore: 🤖 revert back kibana_react imports * fix: 🐛 address review comments
2019-10-31 17:56:39 +01:00
"uiActions": "src/plugins/ui_actions",
"visTypeMarkdown": "src/legacy/core_plugins/vis_type_markdown",
"visTypeMetric": "src/legacy/core_plugins/vis_type_metric",
"visTypeTable": "src/legacy/core_plugins/vis_type_table",
"visTypeTagCloud": "src/legacy/core_plugins/vis_type_tagcloud",
"visTypeTimeseries": "src/legacy/core_plugins/vis_type_timeseries",
Dashboard container (#49600) * feat: 🎸 create dasboard embeddable NP plugin, move panel action * refactor: 💡 pass in getFactories() fn to "replace" action * refactor: 💡 move dashboard container actions to NP * refactor: 💡 remove action files from dashboard container in LP * refactor: 💡 move dashboard grid to NP plugin * refactor: 💡 move Embeddable SASS to the NP * refactor: 💡 move dashboard container panel to NP * refactor: 💡 move dashboard container viewport to NP * refactor: 💡 move dashboard constant to constants file * refactor: 💡 move dashboard_continaer file to NP * refactor: 💡 move dashboard_container_factory.tsx to NP * chore: 🤖 disable injected React components * feat: 🎸 fill in NP plugin * feat: 🎸 move expand panel action to NP * feat: 🎸 move replace action panel to NP * feat: 🎸 move dashboard_contaienr to NP * chore: 🤖 delete LP dasboard container plugin shim * chore: 🤖 delete LP dashboard_embeddable_container plugin * chore: 🤖 point translations to the NP plugin * test: 💍 re-enable dashboard container tests * chore: 🤖 fix TypeScript type errors * chore: 🤖 fix more TypeScript tyeps * test: 💍 fix import in .js test * feat: 🎸 use <SavedObjectFinder> in dashboard container * feat: 🎸 add full screen button to dashboard container * fix: 🐛 execute Chrome hiding only once * chore: 🤖 put back temporary type substitutions While moving this plugin file-by-file those types were not available * chore: 🤖 revert back kibana_react imports * fix: 🐛 address review comments
2019-10-31 17:56:39 +01:00
"visTypeVega": "src/legacy/core_plugins/vis_type_vega",
"visualizations": "src/plugins/visualizations"
},
"exclude": ["src/legacy/ui/ui_render/ui_render_mixin.js"],
"translations": []
}