diff --git a/webapp/components/ImageUploader/ImageUploader.vue b/webapp/components/ImageUploader/ImageUploader.vue
index 4aac6d3a2..a02b822ae 100644
--- a/webapp/components/ImageUploader/ImageUploader.vue
+++ b/webapp/components/ImageUploader/ImageUploader.vue
@@ -21,7 +21,7 @@
@click.stop="deleteImage"
/>
- Insert a picture of file format JPG , PNG or GIF
+ {{ $t('contribution.teaserImage.supportedFormats') }}
diff --git a/webapp/locales/de.json b/webapp/locales/de.json
index adee8921c..3f993e92b 100644
--- a/webapp/locales/de.json
+++ b/webapp/locales/de.json
@@ -258,7 +258,8 @@
"newPost": "Erstelle einen neuen Beitrag",
"success": "Gespeichert!",
"teaserImage": {
- "cropperConfirm": "Bestätigen"
+ "cropperConfirm": "Bestätigen",
+ "supportedFormats": "Fügen Sie ein Bild im Dateiformat JPG, PNG oder GIF ein"
},
"title": "Titel"
},
diff --git a/webapp/locales/en.json b/webapp/locales/en.json
index 8959e3830..086997916 100644
--- a/webapp/locales/en.json
+++ b/webapp/locales/en.json
@@ -258,7 +258,8 @@
"newPost": "Create a new Post",
"success": "Saved!",
"teaserImage": {
- "cropperConfirm": "Confirm"
+ "cropperConfirm": "Confirm",
+ "supportedFormats": "Insert a picture of file format JPG , PNG or GIF"
},
"title": "Title"
},
diff --git a/webapp/locales/es.json b/webapp/locales/es.json
index 0925687fc..68c197ffe 100644
--- a/webapp/locales/es.json
+++ b/webapp/locales/es.json
@@ -256,7 +256,8 @@
"newPost": "Crear una nueva contribución",
"success": "¡Guardado!",
"teaserImage": {
- "cropperConfirm": "Confirmar"
+ "cropperConfirm": "Confirmar",
+ "supportedFormats": "Insertar una imagen de formato de archivo JPG, PNG o GIF"
},
"title": "Título"
},
diff --git a/webapp/locales/fr.json b/webapp/locales/fr.json
index e0bcf14e1..04f0a80c8 100644
--- a/webapp/locales/fr.json
+++ b/webapp/locales/fr.json
@@ -256,7 +256,8 @@
"newPost": "Créer un nouveau Post",
"success": "Enregistré!",
"teaserImage": {
- "cropperConfirm": "Confirmer"
+ "cropperConfirm": "Confirmer",
+ "supportedFormats": "Insérer une image au format de fichier JPG, PNG ou GIF"
},
"title": "Titre"
},
diff --git a/webapp/locales/it.json b/webapp/locales/it.json
index b53b863cc..075bd89da 100644
--- a/webapp/locales/it.json
+++ b/webapp/locales/it.json
@@ -261,7 +261,8 @@
"newPost": "",
"success": "",
"teaserImage": {
- "cropperConfirm": "Confermare"
+ "cropperConfirm": "Confermare",
+ "supportedFormats": "Inserisci un'immagine in formato file JPG, PNG o GIF"
},
"title": ""
},
diff --git a/webapp/locales/nl.json b/webapp/locales/nl.json
index 64643133c..ef6bc9c8e 100644
--- a/webapp/locales/nl.json
+++ b/webapp/locales/nl.json
@@ -68,7 +68,8 @@
"delete": "Bijdrage verwijderen",
"edit": "Bijdrage bewerken",
"teaserImage": {
- "cropperConfirm": "Bevestigen"
+ "cropperConfirm": "Bevestigen",
+ "supportedFormats": "Voeg een afbeelding in met het bestandsformaat JPG, PNG of GIF"
}
},
"disable": {
diff --git a/webapp/locales/pl.json b/webapp/locales/pl.json
index 0c7dd2f59..578d64914 100644
--- a/webapp/locales/pl.json
+++ b/webapp/locales/pl.json
@@ -119,7 +119,8 @@
"newPost": "Utwórz nowy wpis",
"success": "Zapisano!",
"teaserImage": {
- "cropperConfirm": "Potwierdzać"
+ "cropperConfirm": "Potwierdzać",
+ "supportedFormats": "Wstaw zdjęcie w formacie pliku JPG, PNG lub GIF"
}
},
"delete": {
diff --git a/webapp/locales/pt.json b/webapp/locales/pt.json
index 1a3efeb44..6cffc0e38 100644
--- a/webapp/locales/pt.json
+++ b/webapp/locales/pt.json
@@ -252,7 +252,8 @@
"newPost": "Criar uma nova publicação",
"success": "Salvo!",
"teaserImage": {
- "cropperConfirm": "Confirmar"
+ "cropperConfirm": "Confirmar",
+ "supportedFormats": "Insira uma imagem do formato de arquivo JPG, PNG ou GIF"
},
"title": "Título"
},
diff --git a/webapp/locales/ru.json b/webapp/locales/ru.json
index 59928a2c5..0a1b21823 100644
--- a/webapp/locales/ru.json
+++ b/webapp/locales/ru.json
@@ -256,7 +256,8 @@
"newPost": "Создать пост",
"success": "Сохранено!",
"teaserImage": {
- "cropperConfirm": "Подтвердить"
+ "cropperConfirm": "Подтвердить",
+ "supportedFormats": "Вставьте изображение файла формата JPG, PNG или GIF"
},
"title": "Заголовок"
},