mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-24 20:02:35 +01:00
Fixed books cover image ratio.
This commit is contained in:
parent
c1a1bc0135
commit
1c88d21abf
@ -18,7 +18,7 @@ return [
|
||||
'description' => 'Beschreibung',
|
||||
'role' => 'Rolle',
|
||||
'cover_image' => 'Titelbild',
|
||||
'cover_image_description' => 'Das Bild sollte in einem Verhältnis von Höhe zu Breite von 1.6: 1 sein.',
|
||||
'cover_image_description' => 'Das Bild sollte in einem Verhältnis von Höhe zu Breite von 1.7: 1 sein.',
|
||||
|
||||
/**
|
||||
* Actions
|
||||
|
@ -19,7 +19,7 @@ return [
|
||||
'description' => 'Description',
|
||||
'role' => 'Role',
|
||||
'cover_image' => 'Cover image',
|
||||
'cover_image_description' => 'The image should be in a height/width ratio of 1.6:1.',
|
||||
'cover_image_description' => 'The image should be in a height/width ratio of 1.7:1.',
|
||||
/**
|
||||
* Actions
|
||||
*/
|
||||
|
@ -18,7 +18,7 @@ return [
|
||||
'description' => 'Descripción',
|
||||
'role' => 'Rol',
|
||||
'cover_image' => 'Imagen de portada',
|
||||
'cover_image_description' => 'La imagen debe estar en una relación altura / anchura de 1.6: 1.',
|
||||
'cover_image_description' => 'La imagen debe estar en una relación altura / anchura de 1.7: 1.',
|
||||
/**
|
||||
* Actions
|
||||
*/
|
||||
|
@ -18,7 +18,7 @@ return [
|
||||
'description' => 'Description',
|
||||
'role' => 'Rôle',
|
||||
'cover_image' => 'Image de couverture',
|
||||
'cover_image_description' => 'L\'image devrait avoir un rapport d\'aspect 1.6: 1',
|
||||
'cover_image_description' => 'L\'image devrait avoir un rapport d\'aspect 1.7: 1',
|
||||
/**
|
||||
* Actions
|
||||
*/
|
||||
|
@ -18,7 +18,7 @@ return [
|
||||
'description' => 'Beschrijving',
|
||||
'role' => 'Rol',
|
||||
'cover_image' => 'Omslagfoto',
|
||||
'cover_image_description' => 'De afbeelding moet in een hoogte / breedte verhouding van 1.6: 1 zijn.',
|
||||
'cover_image_description' => 'De afbeelding moet in een hoogte / breedte verhouding van 1.7: 1 zijn.',
|
||||
/**
|
||||
* Actions
|
||||
*/
|
||||
|
@ -18,7 +18,7 @@ return [
|
||||
'description' => 'Descrição',
|
||||
'role' => 'Regra',
|
||||
'cover_image' => 'Imagem de capa',
|
||||
'cover_image_description' => 'A imagem deve estar em uma relação de aspecto 1.6: 1.',
|
||||
'cover_image_description' => 'A imagem deve estar em uma relação de aspecto 1.7: 1.',
|
||||
/**
|
||||
* Actions
|
||||
*/
|
||||
|
@ -18,7 +18,7 @@ return [
|
||||
'description' => 'Popis',
|
||||
'role' => 'Rola',
|
||||
'cover_image' => 'Obal knihy',
|
||||
'cover_image_description' => 'Obraz by mal mať pomer strán 1.6: 1.',
|
||||
'cover_image_description' => 'Obraz by mal mať pomer strán 1.7: 1.',
|
||||
/**
|
||||
* Actions
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user