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', 'Paste a link': 'Pega un enlace',
'Ok': 'Ok', 'Ok': 'Ok',
'Select Color': 'Selecciona un color', 'Select Color': 'Selecciona un color',
'Gallery': 'Galeria', 'Gallery': 'Galería',
'Link': 'Enlace', 'Link': 'Enlace',
'Please first select some text to transform into a link.': 'Please first select some text to transform into a link.':
'Por favor selecciona primero un texto para transformarlo ' 'Por favor selecciona primero un texto para transformarlo '
@ -316,23 +316,23 @@ extension Localization on String {
'Zoom': 'Zoom', 'Zoom': 'Zoom',
'Saved': 'Guardado', 'Saved': 'Guardado',
'Text': 'Texto', 'Text': 'Texto',
'What is entered is not a link': 'El link ingresado no es válido', 'What is entered is not a link': 'El link introducido no es válido',
'Resize': 'Resize', 'Resize': 'Redimensionar',
'Width': 'Width', 'Width': 'Ancho',
'Height': 'Height', 'Height': 'Alto',
'Size': 'Size', 'Size': 'Tamaño',
'Small': 'Small', 'Small': 'Pequeño',
'Large': 'Large', 'Large': 'Grande',
'Huge': 'Huge', 'Huge': 'Muy grande',
'Clear': 'Clear', 'Clear': 'Borrar',
'Font': 'Font', 'Font': 'Fuente',
'Search': 'Search', 'Search': 'Buscar',
'matches': 'matches', 'matches': 'resultados',
'showing match': 'showing match', 'showing match': 'mostrar resultado',
'Prev': 'Prev', 'Prev': 'Anterior',
'Next': 'Next', 'Next': 'Siguiente',
'Camera': 'Camera', 'Camera': 'Cámara',
'Video': 'Video', 'Video': 'Vídeo',
}, },
'tr': { 'tr': {
'Paste a link': 'Bağlantıyı Yapıştır', 'Paste a link': 'Bağlantıyı Yapıştır',

Loading…
Cancel
Save