Skip to content

Commit 38ef599

Browse files
authored
Fixed the translation of some words into Spanish (singerdmx#963)
1 parent 24d9cdc commit 38ef599

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

lib/src/translations/toolbar.i18n.dart

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ extension Localization on String {
304304
'Paste a link': 'Pega un enlace',
305305
'Ok': 'Ok',
306306
'Select Color': 'Selecciona un color',
307-
'Gallery': 'Galeria',
307+
'Gallery': 'Galería',
308308
'Link': 'Enlace',
309309
'Please first select some text to transform into a link.':
310310
'Por favor selecciona primero un texto para transformarlo '
@@ -316,23 +316,23 @@ extension Localization on String {
316316
'Zoom': 'Zoom',
317317
'Saved': 'Guardado',
318318
'Text': 'Texto',
319-
'What is entered is not a link': 'El link ingresado no es válido',
320-
'Resize': 'Resize',
321-
'Width': 'Width',
322-
'Height': 'Height',
323-
'Size': 'Size',
324-
'Small': 'Small',
325-
'Large': 'Large',
326-
'Huge': 'Huge',
327-
'Clear': 'Clear',
328-
'Font': 'Font',
329-
'Search': 'Search',
330-
'matches': 'matches',
331-
'showing match': 'showing match',
332-
'Prev': 'Prev',
333-
'Next': 'Next',
334-
'Camera': 'Camera',
335-
'Video': 'Video',
319+
'What is entered is not a link': 'El link introducido no es válido',
320+
'Resize': 'Redimensionar',
321+
'Width': 'Ancho',
322+
'Height': 'Alto',
323+
'Size': 'Tamaño',
324+
'Small': 'Pequeño',
325+
'Large': 'Grande',
326+
'Huge': 'Muy grande',
327+
'Clear': 'Borrar',
328+
'Font': 'Fuente',
329+
'Search': 'Buscar',
330+
'matches': 'resultados',
331+
'showing match': 'mostrar resultado',
332+
'Prev': 'Anterior',
333+
'Next': 'Siguiente',
334+
'Camera': 'Cámara',
335+
'Video': 'Vídeo',
336336
},
337337
'tr': {
338338
'Paste a link': 'Bağlantıyı Yapıştır',

0 commit comments

Comments
 (0)