Fixed the translation of some words into Spanish (#963)

pull/964/head
Pablo Insua 3 years ago committed by GitHub
parent 24d9cdc6a8
commit 38ef599304
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 36
      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',

Loading…
Cancel
Save