mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
added translations for text
This commit is contained in:
parent
ae681ccad3
commit
df4347f07c
@ -21,7 +21,7 @@
|
||||
@click.stop="deleteImage"
|
||||
/>
|
||||
<div v-if="!hasImage" class="supported-formats">
|
||||
Insert a picture of file format JPG , PNG or GIF
|
||||
{{ $t('contribution.teaserImage.supportedFormats') }}
|
||||
</div>
|
||||
</vue-dropzone>
|
||||
<div v-show="showCropper" class="crop-overlay">
|
||||
|
||||
@ -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"
|
||||
},
|
||||
|
||||
@ -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"
|
||||
},
|
||||
|
||||
@ -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"
|
||||
},
|
||||
|
||||
@ -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"
|
||||
},
|
||||
|
||||
@ -261,7 +261,8 @@
|
||||
"newPost": "",
|
||||
"success": "",
|
||||
"teaserImage": {
|
||||
"cropperConfirm": "Confermare"
|
||||
"cropperConfirm": "Confermare",
|
||||
"supportedFormats": "Inserisci un'immagine in formato file JPG, PNG o GIF"
|
||||
},
|
||||
"title": ""
|
||||
},
|
||||
|
||||
@ -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": {
|
||||
|
||||
@ -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": {
|
||||
|
||||
@ -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"
|
||||
},
|
||||
|
||||
@ -256,7 +256,8 @@
|
||||
"newPost": "Создать пост",
|
||||
"success": "Сохранено!",
|
||||
"teaserImage": {
|
||||
"cropperConfirm": "Подтвердить"
|
||||
"cropperConfirm": "Подтвердить",
|
||||
"supportedFormats": "Вставьте изображение файла формата JPG, PNG или GIF"
|
||||
},
|
||||
"title": "Заголовок"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user