-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ENG-4965 implement manager and scenario step one #1507
Conversation
Requested publication of version |
Requested publication of version |
src/locales/it.js
Outdated
@@ -1610,5 +1611,6 @@ export default { | |||
'componentRepository.refreshBundleVersions': 'Aggiorna le versioni disponibili del bundle', | |||
'componentRepository.bundle.installVersionsRefreshed': 'Aggiornato', | |||
'componentRepository.hub.epcInstalledTip': 'Per aggiornare il menu EPC, aggiorna la pagina di AppBuilder nel tuo browser', | |||
'ecr.componentUninstallError': 'Message error - Is not possible to uninstall the {name} component because it is used by the following components:', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it should be written in italian
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
src/locales/pt.js
Outdated
@@ -1030,5 +1031,6 @@ export default { | |||
'componentRepository.refreshBundleVersions': 'Atualizar as versões disponíveis do pacote', | |||
'componentRepository.bundle.installVersionsRefreshed': 'Atualizado', | |||
'componentRepository.hub.epcInstalledTip': 'Para atualizar corretamente o menu EPC, atualize a página do AppBuilder em seu navegador', | |||
'ecr.componentUninstallError': 'Message error - Is not possible to uninstall the {name} component because it is used by the following components:', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and this one in PT :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
Requested publication of version |
1 similar comment
Requested publication of version |
Requested publication of version |
ENG-4965 and ENG-4964