-
+
+
+
+
+
+ {{ t('Edit photo') }}
+
+
+
-
-
- {{ t('Select a file') }}
-
-
-
+
+
+
+
+
+
-
-
{{ editFormData }}
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ t('Select a file') }}
+
+
+ {{
+ t(
+ 'components.editPictureForm.allowedFilesText',
+ {
+ allowedContentTypes:
+ allowedContentTypes,
+ }
+ )
+ }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
es:
Edit photo: Editar foto
Select from computer: Seleccionar desde ordenador
Import from external URL: Importar desde URL externa
+ Vertical: Vertical
+ Normal: Normal
+ Panoramic: Panorámica
+ Orientation: Orientación
+ File: Fichero
+ This photo provider doesn't allow remote downloads: Este proveedor de fotos no permite descargas remotas
+ Rotate left: Girar a la izquierda
+ Rotate right: Girar a la derecha
diff --git a/src/i18n/en/index.js b/src/i18n/en/index.js
index ea8769c58..e8d10e8b4 100644
--- a/src/i18n/en/index.js
+++ b/src/i18n/en/index.js
@@ -1102,5 +1102,8 @@ export default {
addToPinned: 'Add to pinned',
removeFromPinned: 'Remove from pinned',
},
+ editPictureForm: {
+ allowedFilesText: 'Allowed file types: { allowedContentTypes }',
+ },
},
};
diff --git a/src/i18n/es/index.js b/src/i18n/es/index.js
index 9f407ab0b..67e3a2c29 100644
--- a/src/i18n/es/index.js
+++ b/src/i18n/es/index.js
@@ -1102,5 +1102,8 @@ export default {
addToPinned: 'Añadir a fijados',
removeFromPinned: 'Eliminar de fijados',
},
+ editPictureForm: {
+ allowedFilesText: 'Tipos de archivo permitidos: { allowedContentTypes }',
+ },
},
};