mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
Fixed books cover image ratio.
This commit is contained in:
parent
c1a1bc0135
commit
1c88d21abf
@ -18,7 +18,7 @@ return [
|
|||||||
'description' => 'Beschreibung',
|
'description' => 'Beschreibung',
|
||||||
'role' => 'Rolle',
|
'role' => 'Rolle',
|
||||||
'cover_image' => 'Titelbild',
|
'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
|
* Actions
|
||||||
|
@ -19,7 +19,7 @@ return [
|
|||||||
'description' => 'Description',
|
'description' => 'Description',
|
||||||
'role' => 'Role',
|
'role' => 'Role',
|
||||||
'cover_image' => 'Cover image',
|
'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
|
* Actions
|
||||||
*/
|
*/
|
||||||
|
@ -18,7 +18,7 @@ return [
|
|||||||
'description' => 'Descripción',
|
'description' => 'Descripción',
|
||||||
'role' => 'Rol',
|
'role' => 'Rol',
|
||||||
'cover_image' => 'Imagen de portada',
|
'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
|
* Actions
|
||||||
*/
|
*/
|
||||||
|
@ -18,7 +18,7 @@ return [
|
|||||||
'description' => 'Description',
|
'description' => 'Description',
|
||||||
'role' => 'Rôle',
|
'role' => 'Rôle',
|
||||||
'cover_image' => 'Image de couverture',
|
'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
|
* Actions
|
||||||
*/
|
*/
|
||||||
|
@ -18,7 +18,7 @@ return [
|
|||||||
'description' => 'Beschrijving',
|
'description' => 'Beschrijving',
|
||||||
'role' => 'Rol',
|
'role' => 'Rol',
|
||||||
'cover_image' => 'Omslagfoto',
|
'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
|
* Actions
|
||||||
*/
|
*/
|
||||||
|
@ -18,7 +18,7 @@ return [
|
|||||||
'description' => 'Descrição',
|
'description' => 'Descrição',
|
||||||
'role' => 'Regra',
|
'role' => 'Regra',
|
||||||
'cover_image' => 'Imagem de capa',
|
'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
|
* Actions
|
||||||
*/
|
*/
|
||||||
|
@ -18,7 +18,7 @@ return [
|
|||||||
'description' => 'Popis',
|
'description' => 'Popis',
|
||||||
'role' => 'Rola',
|
'role' => 'Rola',
|
||||||
'cover_image' => 'Obal knihy',
|
'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
|
* Actions
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user