From 6ad0188bd3816c9f2f34bf08ebbbc980d5eaa334 Mon Sep 17 00:00:00 2001 From: "Weblate (bot)" Date: Tue, 17 Jan 2023 09:58:49 +0100 Subject: [PATCH] fix: translated using Weblate Currently translated at 100.0% (639 of 639 strings) fix: translated using Weblate (Spanish) Currently translated at 100.0% (635 of 635 strings) fix: translated using Weblate (French) Currently translated at 100.0% (635 of 635 strings) Co-authored-by: Hosted Weblate Co-authored-by: Nathan Co-authored-by: gallegonovato Translate-URL: https://hosted.weblate.org/projects/komga/webui/es/ Translate-URL: https://hosted.weblate.org/projects/komga/webui/fr/ Translation: komga/webui Co-authored-by: Nathan Co-authored-by: gallegonovato --- komga-webui/src/locales/es.json | 8 ++++++++ komga-webui/src/locales/fr.json | 2 ++ 2 files changed, 10 insertions(+) diff --git a/komga-webui/src/locales/es.json b/komga-webui/src/locales/es.json index 2fe55afa8f..76329c3d4b 100644 --- a/komga-webui/src/locales/es.json +++ b/komga-webui/src/locales/es.json @@ -205,6 +205,7 @@ "filename": "Nombre del archivo", "filter_no_matches": "El filtro activo no tiene coincidencias", "genre": "Género", + "go_to_collection": "Ir a la colección", "go_to_library": "Ir a la biblioteca", "go_to_readlist": "Ir a lista de lectura", "go_to_series": "Ir a serie", @@ -346,6 +347,7 @@ "button_confirm": "Guardar cambios", "dialog_title_multiple": "Editar {count} libro | Editar {count} libros", "dialog_title_single": "Editar {book}", + "field_alternate_title": "Título alternativo", "field_isbn": "ISBN", "field_isbn_error": "Debe ser un código ISBN 13 válido", "field_link_label": "Etiqueta", @@ -393,6 +395,7 @@ "field_import_comicinfo_collections": "Colecciones", "field_import_comicinfo_readlists": "Listas de lectura", "field_import_comicinfo_series": "Metadatos de serie", + "field_import_comicinfo_series_append_volume": "Añadir un volumen al título de la serie", "field_import_epub_book": "Metadatos de libro", "field_import_epub_series": "Metadatos de serie", "field_import_local_artwork": "Portada local", @@ -455,6 +458,7 @@ "tab_poster": "Portada", "tab_sharing": "Compartiendo", "tab_tags": "Etiquetas", + "tab_titles": "Otros títulos", "tags_notice_multiple_edit": "Estás editando las etiquetas de varias series. Esto sobreescribirá las etiquetas existentes en cada una." }, "edit_user": { @@ -810,6 +814,10 @@ "tooltip_too_big": "¡Archivo muy grande!", "tooltip_user_uploaded": "Subido por usuario" }, + "titles_more": { + "less": "Menos títulos", + "more": "Más títulos" + }, "user_roles": { "ADMIN": "Administrador", "FILE_DOWNLOAD": "Descarga de archivos", diff --git a/komga-webui/src/locales/fr.json b/komga-webui/src/locales/fr.json index db4f6c8191..be6988c2cf 100644 --- a/komga-webui/src/locales/fr.json +++ b/komga-webui/src/locales/fr.json @@ -205,6 +205,7 @@ "filename": "Nom du fichier", "filter_no_matches": "Aucun résultats avec les filtres actuels", "genre": "Genre", + "go_to_collection": "Aller à la collection", "go_to_library": "Aller à la bibliothèque", "go_to_readlist": "Aller à la liste de lecture", "go_to_series": "Aller à la série", @@ -393,6 +394,7 @@ "field_import_comicinfo_collections": "Collections", "field_import_comicinfo_readlists": "Listes de lecture", "field_import_comicinfo_series": "Métadonnées de la série", + "field_import_comicinfo_series_append_volume": "Ajouter le volume au titre de la série", "field_import_epub_book": "Métadonnées du livre", "field_import_epub_series": "Métadonnées de la série", "field_import_local_artwork": "Couverture locale",