From 1dd7d29bf22693bee4315e4b02861b488e713182 Mon Sep 17 00:00:00 2001 From: Alfresco Build <8039454+alfresco-build@users.noreply.github.com> Date: Fri, 11 Jul 2025 14:03:29 +0200 Subject: [PATCH] New Crowdin translations by GitHub Action (#11008) Co-authored-by: Crowdin Bot --- lib/content-services/src/lib/i18n/es.json | 4 ++-- lib/content-services/src/lib/i18n/fr.json | 4 ++-- lib/content-services/src/lib/i18n/it.json | 4 ++-- lib/content-services/src/lib/i18n/pt.json | 4 ++-- lib/core/src/lib/i18n/es.json | 2 +- lib/core/src/lib/i18n/fr.json | 2 +- lib/core/src/lib/i18n/it.json | 2 +- lib/core/src/lib/i18n/pt.json | 2 +- 8 files changed, 12 insertions(+), 12 deletions(-) diff --git a/lib/content-services/src/lib/i18n/es.json b/lib/content-services/src/lib/i18n/es.json index fa3e56fe9d..9f59c321e3 100644 --- a/lib/content-services/src/lib/i18n/es.json +++ b/lib/content-services/src/lib/i18n/es.json @@ -184,8 +184,8 @@ "DUPLICATED_CATEGORY": "Ya se añadió esa categoría", "CREATE_CATEGORIES": "Error al crear las categorías", "EXISTING_CATEGORIES": "Algunas de las categorías ya existen", - "SPECIAL_CHARACTERS": "Category name cannot contain prohibited characters", - "ENDS_WITH_DOT": "Category name cannot end with a dot" + "SPECIAL_CHARACTERS": "El nombre de la categoría no puede contener caracteres prohibidos", + "ENDS_WITH_DOT": "El nombre de la categoría no puede acabar en punto" }, "CATEGORIES_SEARCH_PLACEHOLDER": "Categorías de búsqueda" }, diff --git a/lib/content-services/src/lib/i18n/fr.json b/lib/content-services/src/lib/i18n/fr.json index 03806edb7c..0cc61daf80 100644 --- a/lib/content-services/src/lib/i18n/fr.json +++ b/lib/content-services/src/lib/i18n/fr.json @@ -184,8 +184,8 @@ "DUPLICATED_CATEGORY": "La catégorie est déjà ajoutée", "CREATE_CATEGORIES": "Erreur lors de la création des catégories", "EXISTING_CATEGORIES": "Certaines catégories existent déjà", - "SPECIAL_CHARACTERS": "Category name cannot contain prohibited characters", - "ENDS_WITH_DOT": "Category name cannot end with a dot" + "SPECIAL_CHARACTERS": "Le nom de la catégorie ne peut pas contenir de caractères interdits", + "ENDS_WITH_DOT": "Le nom de catégorie ne peut pas se terminer par un point" }, "CATEGORIES_SEARCH_PLACEHOLDER": "Recherche de catégories" }, diff --git a/lib/content-services/src/lib/i18n/it.json b/lib/content-services/src/lib/i18n/it.json index 7f941982c2..d55fbd58af 100644 --- a/lib/content-services/src/lib/i18n/it.json +++ b/lib/content-services/src/lib/i18n/it.json @@ -184,8 +184,8 @@ "DUPLICATED_CATEGORY": "La categoria è già stata aggiunta", "CREATE_CATEGORIES": "Errore durante la creazione delle categorie", "EXISTING_CATEGORIES": "Alcune categorie esistono già", - "SPECIAL_CHARACTERS": "Category name cannot contain prohibited characters", - "ENDS_WITH_DOT": "Category name cannot end with a dot" + "SPECIAL_CHARACTERS": "Il nome della categoria non può contenere caratteri vietati", + "ENDS_WITH_DOT": "Il nome della categoria non può terminare con un punto" }, "CATEGORIES_SEARCH_PLACEHOLDER": "Cerca categorie" }, diff --git a/lib/content-services/src/lib/i18n/pt.json b/lib/content-services/src/lib/i18n/pt.json index 2cef6c221e..679880b076 100644 --- a/lib/content-services/src/lib/i18n/pt.json +++ b/lib/content-services/src/lib/i18n/pt.json @@ -184,8 +184,8 @@ "DUPLICATED_CATEGORY": "Categoria já adicionada", "CREATE_CATEGORIES": "Erro ao criar categorias", "EXISTING_CATEGORIES": "Algumas categorias já existem", - "SPECIAL_CHARACTERS": "Category name cannot contain prohibited characters", - "ENDS_WITH_DOT": "Category name cannot end with a dot" + "SPECIAL_CHARACTERS": "O nome da categoria não pode conter caracteres proibidos", + "ENDS_WITH_DOT": "O nome da categoria não pode terminar com um ponto" }, "CATEGORIES_SEARCH_PLACEHOLDER": "Categorias de Pesquisa" }, diff --git a/lib/core/src/lib/i18n/es.json b/lib/core/src/lib/i18n/es.json index 6f9182b970..736cda10dd 100644 --- a/lib/core/src/lib/i18n/es.json +++ b/lib/core/src/lib/i18n/es.json @@ -453,7 +453,7 @@ "RESET": "Reiniciar", "THUMBNAILS": "Miniaturas de documento", "THUMBNAILS_PANLEL_CLOSE": "Cerrar panel de miniaturas", - "LOADING": "Document is loading" + "LOADING": "El documento se está cargando" }, "PAGE_LABEL": { "SHOWING": "Mostrando", diff --git a/lib/core/src/lib/i18n/fr.json b/lib/core/src/lib/i18n/fr.json index 4d19845870..d4b04bbfae 100644 --- a/lib/core/src/lib/i18n/fr.json +++ b/lib/core/src/lib/i18n/fr.json @@ -453,7 +453,7 @@ "RESET": "Réinitialiser", "THUMBNAILS": "Miniatures des documents", "THUMBNAILS_PANLEL_CLOSE": "Fermer le panneau des miniatures", - "LOADING": "Document is loading" + "LOADING": "Chargement du document en cours" }, "PAGE_LABEL": { "SHOWING": "Affichage en cours", diff --git a/lib/core/src/lib/i18n/it.json b/lib/core/src/lib/i18n/it.json index 785a5c0c49..e4d192eaf5 100644 --- a/lib/core/src/lib/i18n/it.json +++ b/lib/core/src/lib/i18n/it.json @@ -453,7 +453,7 @@ "RESET": "Reimposta", "THUMBNAILS": "Miniature documento", "THUMBNAILS_PANLEL_CLOSE": "Chiudi pannello miniature", - "LOADING": "Document is loading" + "LOADING": "Il documento è in fase di caricamento" }, "PAGE_LABEL": { "SHOWING": "Visualizzazione di", diff --git a/lib/core/src/lib/i18n/pt.json b/lib/core/src/lib/i18n/pt.json index 3f7e0d0ff1..475f0f5b2f 100644 --- a/lib/core/src/lib/i18n/pt.json +++ b/lib/core/src/lib/i18n/pt.json @@ -453,7 +453,7 @@ "RESET": "Redefinir", "THUMBNAILS": "Miniaturas do documento", "THUMBNAILS_PANLEL_CLOSE": "Fechar painel de miniaturas", - "LOADING": "Document is loading" + "LOADING": "O documento está sendo carregado" }, "PAGE_LABEL": { "SHOWING": "A mostrar",