cloudstack/ui/tests/mockData/MigrateWizard.mock.json
Hoang Nguyen d258da5524
UI: Upgrade to Vue3 library (#5151)
* add new vue 3 library & and 2.x (beta)

* edit config files, settings, utils, store,... corresponding to Vue 3

* edit layout and config to suit the new library

* fix header & side menu

* components, autogenview

* fix dashboard & compute

* compute: fix form errors

* storage: fix form & template by vue3

* networks: fix form & template by vue3

* image: fix form & template by vue3

* project: fix by vue3 library

* user: fix by vue3

* iam: fix by vue3

* fix zoneWizard & tooltip click event

* fix infra > physicalnetwork & visible modal

* fix infra by vue3 & antdv 2x

* fix offerings by vue3

* fix plugin by vue3

* fix form & action form

* update the ant-design latest version

* fix icon, style dark mode, menu

* fix unittest

* fix babel plugins not found

* add name,ref missing & callback i18n not found

* fix slot & info icon

* fix unit test

* fix tooltip label of form item

* fix lint errors

* using global app, globalProperties

* add focus directive & edit the position of ctrl+Enter

* upgrage Vue 3 version

* fix main UT

* fix build failed

* using `optionFilterProp="label"' & fix build fail

* fix UT with new code

* fix icons of undefined

* fix error run app

* fix selectbox options

* add vue version for clear storage

* fix template

* fix template of iprange form

* fix warning test UT

* fix conflit

* fix build failed

* fix error run app the first time after upgrade

* fix auto-complete & watch object/array

* fix error run application

* fix error build

* fix form, icon, template & locales

* fix conflit & form

* remove slot errors

* fix error build & test UT

* fix error template

* Add licenses for missing files

* add scroll to first errors

* add scroll to first errors

* fix select filter, tag event

* add shallowRef async component are missing

* fix css, upgrade vue-cropper version

* fix css

* fix vue 3 coding for new components

* Remove unused components

* fixes `this` not found in @/roles

* fix redirect after login again when session expired error

* fix openKeys menu & watch router

* fixes

* fix build failed

* fixes

* fixes ut

* fixes

* fixes eslint

* fixes

* fixes

* fixes css

* fix menu sidebar css

* fix some css icon, images

* fix build fail

* fixes

* fixes

* fixes

* fixes

* fix publicip resource

* fixes ut

* fixes

* fixes

* fixes layout mode

* fixes dropdown filter columns

* fixes dashboard & hidden setting for normal user

* fixes

* fixes layout

* fixes avatar

* fixes

* Add missing else

* Fix query in routable paths

Co-authored-by: davidjumani <dj.davidjumani1994@gmail.com>
2022-03-09 09:47:09 -03:00

105 lines
3.0 KiB
JSON

{
"messages": {
"en": {
"name": "name-en",
"Suitability": "Suitability-en",
"cpuused": "cpuused-en",
"memused": "memused-en",
"select": "select-en",
"ok": "ok-en",
"message.load.host.failed": "Failed to load hosts",
"message.migrating.vm.to.host.failed": "Failed to migrate VM to host",
"label.name": "label.name",
"label.suitability": "label.suitability",
"label.cpuused": "label.cpuused",
"label.memoryallocated": "label.memoryallocated",
"label.memused": "label.memused",
"label.select": "label.select",
"label.search": "label.search",
"label.total": "label.total",
"label.items": "label.items",
"label.page": "label.page",
"label.ok": "label.ok",
"label.cluster": "label.cluster",
"label.pod": "label.pod",
"label.storage.migration.required": "label.storage.migration.required",
"message.request.failed": "message.request.failed",
"label.migrating": "label.migrating",
"message.success.migrating": "message.success.migrating",
"message.migrating.failed": "message.migrating.failed",
"message.migrating.processing": "message.migrating.processing",
"error.fetching.async.job.result": "error.fetching.async.job.result",
"label.hostid": "label.hostid",
"message.migrate.instance.to.host": "message.migrate.instance.to.host",
"label.cancel": "label.cancel",
"label.migrate.with.storage": "label.migrate.with.storage",
"message.migrate.with.storage": "message.migrate.with.storage"
},
"de": {
"name": "name-de",
"Suitability": "Suitability-de",
"cpuused": "cpuused-de",
"memused": "memused-de",
"select": "select-de",
"ok": "ok-de",
"message.load.host.failed": "Failed to load hosts",
"message.migrating.vm.to.host.failed": "Failed to migrate VM to host"
}
},
"routes": [
{
"name": "testRouter1",
"path": "/test-router-1",
"meta": {
"name": "vm",
"icon": "play-circle-outlined"
},
"component": {}
},
{
"name": "testRouter2",
"path": "/test-router-2",
"meta": {
"name": "vm",
"icon": "play-circle-outlined"
},
"component": {}
},
{
"name": "testRouter3",
"path": "/test-router-3",
"meta": {
"name": "test-router-3",
"icon": "play-circle-outlined"
},
"component": {}
},
{
"name": "testRouter4",
"path": "/test-router-4",
"meta": {
"name": "vm",
"icon": "play-circle-outlined"
},
"component": {}
},
{
"name": "testRouter5",
"path": "/test-router-5",
"meta": {
"name": "vm",
"icon": "play-circle-outlined"
},
"component": {}
},
{
"name": "testRouter6",
"path": "/test-router-6",
"meta": {
"name": "vm",
"icon": "play-circle-outlined"
},
"component": {}
}
]
}