diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-07-04 00:29:35 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-07-04 00:29:35 +0000 |
commit | e36c9d606278968f53f26c11f21deda4fd5512af (patch) | |
tree | 9dcca93c5e24ef87e109695d642d20031ed9725c /apps/workflowengine | |
parent | 2c0169f0125ff1274f20f9ba66276f8ad9fcf8f1 (diff) | |
download | nextcloud-server-e36c9d606278968f53f26c11f21deda4fd5512af.tar.gz nextcloud-server-e36c9d606278968f53f26c11f21deda4fd5512af.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/gl.js | 4 | ||||
-rw-r--r-- | apps/workflowengine/l10n/gl.json | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/apps/workflowengine/l10n/gl.js b/apps/workflowengine/l10n/gl.js index e2eacb84331..6e7c011d4a9 100644 --- a/apps/workflowengine/l10n/gl.js +++ b/apps/workflowengine/l10n/gl.js @@ -28,7 +28,7 @@ OC.L10N.register( "%s renamed %s" : "%s renomeado %s", "%s copied %s" : "%s copiado %s", "%s assigned %s to %s" : "%s asignado %s a %s", - "Operation #%s does not exist" : "Non existe a operación num. %s ", + "Operation #%s does not exist" : "Non existe a operación nº %s ", "Entity %s does not exist" : "Non existe a entidade %s", "Entity %s is invalid" : "A entidade %s é incorrecta", "No events are chosen." : "Non foi escollido ningún evento.", @@ -42,7 +42,7 @@ OC.L10N.register( "Check %s is invalid" : "A proba %s é incorrecta", "Check %s is not allowed with this entity" : "A proba %s non está permitida con esta entidade", "The provided check value is too long" : "O valor de comprobación fornecido é demasiado longo", - "Check #%s does not exist" : "Non existe a proba num. %s ", + "Check #%s does not exist" : "Non existe a proba nº %s ", "Check %s is invalid or does not exist" : "A proba %s é incorrecta ou non existe", "Flow" : "Fluxo", "Nextcloud workflow engine" : "Motor de fluxo de traballo de Nextcloud", diff --git a/apps/workflowengine/l10n/gl.json b/apps/workflowengine/l10n/gl.json index cd195bb8b94..1d2ef1ffce2 100644 --- a/apps/workflowengine/l10n/gl.json +++ b/apps/workflowengine/l10n/gl.json @@ -26,7 +26,7 @@ "%s renamed %s" : "%s renomeado %s", "%s copied %s" : "%s copiado %s", "%s assigned %s to %s" : "%s asignado %s a %s", - "Operation #%s does not exist" : "Non existe a operación num. %s ", + "Operation #%s does not exist" : "Non existe a operación nº %s ", "Entity %s does not exist" : "Non existe a entidade %s", "Entity %s is invalid" : "A entidade %s é incorrecta", "No events are chosen." : "Non foi escollido ningún evento.", @@ -40,7 +40,7 @@ "Check %s is invalid" : "A proba %s é incorrecta", "Check %s is not allowed with this entity" : "A proba %s non está permitida con esta entidade", "The provided check value is too long" : "O valor de comprobación fornecido é demasiado longo", - "Check #%s does not exist" : "Non existe a proba num. %s ", + "Check #%s does not exist" : "Non existe a proba nº %s ", "Check %s is invalid or does not exist" : "A proba %s é incorrecta ou non existe", "Flow" : "Fluxo", "Nextcloud workflow engine" : "Motor de fluxo de traballo de Nextcloud", |