From 38ef599304225c8cd9111acbe60910bdf01851b8 Mon Sep 17 00:00:00 2001 From: Pablo Insua Date: Tue, 27 Sep 2022 19:02:03 +0200 Subject: [PATCH] Fixed the translation of some words into Spanish (#963) --- lib/src/translations/toolbar.i18n.dart | 36 +++++++++++++------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/lib/src/translations/toolbar.i18n.dart b/lib/src/translations/toolbar.i18n.dart index f76b9196..d0af83f0 100644 --- a/lib/src/translations/toolbar.i18n.dart +++ b/lib/src/translations/toolbar.i18n.dart @@ -304,7 +304,7 @@ extension Localization on String { 'Paste a link': 'Pega un enlace', 'Ok': 'Ok', 'Select Color': 'Selecciona un color', - 'Gallery': 'Galeria', + 'Gallery': 'Galería', 'Link': 'Enlace', 'Please first select some text to transform into a link.': 'Por favor selecciona primero un texto para transformarlo ' @@ -316,23 +316,23 @@ extension Localization on String { 'Zoom': 'Zoom', 'Saved': 'Guardado', 'Text': 'Texto', - 'What is entered is not a link': 'El link ingresado no es válido', - 'Resize': 'Resize', - 'Width': 'Width', - 'Height': 'Height', - 'Size': 'Size', - 'Small': 'Small', - 'Large': 'Large', - 'Huge': 'Huge', - 'Clear': 'Clear', - 'Font': 'Font', - 'Search': 'Search', - 'matches': 'matches', - 'showing match': 'showing match', - 'Prev': 'Prev', - 'Next': 'Next', - 'Camera': 'Camera', - 'Video': 'Video', + 'What is entered is not a link': 'El link introducido no es válido', + 'Resize': 'Redimensionar', + 'Width': 'Ancho', + 'Height': 'Alto', + 'Size': 'Tamaño', + 'Small': 'Pequeño', + 'Large': 'Grande', + 'Huge': 'Muy grande', + 'Clear': 'Borrar', + 'Font': 'Fuente', + 'Search': 'Buscar', + 'matches': 'resultados', + 'showing match': 'mostrar resultado', + 'Prev': 'Anterior', + 'Next': 'Siguiente', + 'Camera': 'Cámara', + 'Video': 'Vídeo', }, 'tr': { 'Paste a link': 'Bağlantıyı Yapıştır',