🎉 Update component in a shared library

This commit is contained in:
Andrés Moya 2021-01-21 14:40:04 +01:00 committed by Andrey Antukh
parent 7f3ef7bb82
commit 870eff5826
10 changed files with 293 additions and 123 deletions

View file

@ -2113,6 +2113,38 @@
"es" : "Añadir “%s” como Biblioteca Compartida"
}
},
"modals.update-remote-component.message" : {
"translations" : {
"en" : "Update a component in a shared library",
"fr" : "",
"ru" : "",
"es" : "Actualizar un componente en librería"
}
},
"modals.update-remote-component.hint" : {
"translations" : {
"en" : "You are about to update a component in a shared library. This may affect other files that use it.",
"fr" : "",
"ru" : "",
"es" : "Vas a actualizar un componente en una librería compartida. Esto puede afectar a otros archivos que la usen."
}
},
"modals.update-remote-component.accept" : {
"translations" : {
"en" : "Update component",
"fr" : "",
"ru" : "",
"es" : "Actualizar componente"
}
},
"modals.update-remote-component.cancel" : {
"translations" : {
"en" : "Cancel",
"fr" : "",
"ru" : "",
"es" : "Cancelar"
}
},
"notifications.profile-deletion-not-allowed" : {
"used-in" : [ "src/app/main/ui/settings/delete_account.cljs:28" ],
"translations" : {