diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-01-10 00:20:40 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-01-10 00:20:40 +0000 |
commit | d2da55c0c5aa3a8847255e17ad6cdbb0d1694fda (patch) | |
tree | d3f7ef61587d99ab42fc31d32f94ec186548a9f5 /apps/workflowengine | |
parent | cbeee9c104044722050833e4d4f654f1e77891ca (diff) | |
download | nextcloud-server-d2da55c0c5aa3a8847255e17ad6cdbb0d1694fda.tar.gz nextcloud-server-d2da55c0c5aa3a8847255e17ad6cdbb0d1694fda.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/workflowengine')
-rw-r--r-- | apps/workflowengine/l10n/es.js | 3 | ||||
-rw-r--r-- | apps/workflowengine/l10n/es.json | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/apps/workflowengine/l10n/es.js b/apps/workflowengine/l10n/es.js index e8235a2a599..d58cc746b0e 100644 --- a/apps/workflowengine/l10n/es.js +++ b/apps/workflowengine/l10n/es.js @@ -80,12 +80,15 @@ OC.L10N.register( "Save" : "Guardar", "Available flows" : "Flujos disponibles", "For details on how to write your own flow, check out the development documentation." : "Para detalles acerca de cómo escribir su propio flujo, mire la documentación dedesarrollo.", + "No flows installed" : "No hay flujos instalados", + "Ask your administrator to install new flows." : "Pida a su administrador instalar nuevos flujos.", "More flows" : "Más flujos", "Browse the App Store" : "Explorar la App Store", "Show less" : "Ver menos", "Show more" : "Ver más", "Configured flows" : "Configurar flujos", "Your flows" : "Sus flujos", + "No flows configured" : "No hay flujos configurados", "matches" : "coincidencias", "does not match" : "no coincide", "is" : "es/esta", diff --git a/apps/workflowengine/l10n/es.json b/apps/workflowengine/l10n/es.json index 45ccb9f98fa..ae7840f146a 100644 --- a/apps/workflowengine/l10n/es.json +++ b/apps/workflowengine/l10n/es.json @@ -78,12 +78,15 @@ "Save" : "Guardar", "Available flows" : "Flujos disponibles", "For details on how to write your own flow, check out the development documentation." : "Para detalles acerca de cómo escribir su propio flujo, mire la documentación dedesarrollo.", + "No flows installed" : "No hay flujos instalados", + "Ask your administrator to install new flows." : "Pida a su administrador instalar nuevos flujos.", "More flows" : "Más flujos", "Browse the App Store" : "Explorar la App Store", "Show less" : "Ver menos", "Show more" : "Ver más", "Configured flows" : "Configurar flujos", "Your flows" : "Sus flujos", + "No flows configured" : "No hay flujos configurados", "matches" : "coincidencias", "does not match" : "no coincide", "is" : "es/esta", |