From 2be8db2f6a932fc5ac25f6d012ed6e7cb9f520bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Kr=C3=B3l?= Date: Tue, 8 May 2018 09:38:03 +0200 Subject: [PATCH] Update validators.pl.yml --- src/Resources/translations/validators.pl.yml | 78 +++++++++++++------- 1 file changed, 52 insertions(+), 26 deletions(-) diff --git a/src/Resources/translations/validators.pl.yml b/src/Resources/translations/validators.pl.yml index 576a8c667..f325a3c34 100755 --- a/src/Resources/translations/validators.pl.yml +++ b/src/Resources/translations/validators.pl.yml @@ -1,38 +1,64 @@ -bitbag: +bitbag_sylius_cms_plugin: block: image: - mime_types: Dozwolone są tylko pliki PNG i JPEG. - not_blank: Prześlij zdjęcie. + mime_types: Only PNG and JPEG files are allowed. + not_blank: Image cannot be blank. code: - unique: Blok o podanym kodzie już istnieje. - not_blank: Kod nie może być pusty. - min_length: Kod musi skadac sie co najmniej {{ limit }} znaków. - max_length: Kod nie może posiadać więcej niż {{ limit }} znaków. + unique: There is an existing block with this code. + not_blank: Code cannot be blank. + min_length: Code must be at least {{ limit }} characters long. + max_length: Code can not be longer than {{ limit }} characters. name: - min_lenght: Nazwa musi skadać się co najmniej z {{ limit }} znaków. - max_lenght: Nazwa nie może być dłuższa niż {{ limit }} znaków. + min_length: Name must be at least {{ limit }} characters long. + max_length: Name can not be longer than {{ limit }} characters. content: - min_lenght: Zawartość musi skadać się co najmniej z {{ limit }} znaków. + not_blank: Content cannot be blank. + min_length: Content must be at least {{ limit }} characters long. page: code: - unique: Strona o podanym kodzie już istnieje. - not_blank: Kod nie może być pusty. - min_lenght: Kod musi składać się z co najmniej {{ limit }} znaków. - max_lenght: Kod nie może być dłuższy niż {{ limit ]} znaków. + unique: There is an existing page with this code. + not_blank: Code cannot be blank. + min_length: Code must be at least {{ limit }} characters long. + max_length: Code can not be longer than {{ limit }} characters. name: - not_blank: Nazwa nie może być pusta. - min_lenght: Nazwa musi skadać się co najmniej z {{ limit }} znaków. - max_lenght: Nazwa nie może być dłuższa niż {{ limit }} znaków. + not_blank: Name cannot be blank. + min_length: Name must be at least {{ limit }} characters long. + max_length: Name can not be longer than {{ limit }} characters. slug: - not_blank: Slug nie może być pusty. - min_lenght: Slug musi posiadać minimum {{ limit }} znaków. - max_lenght: Slug nie może posiadać więcej niż {{ limit }} znaków. + not_blank: Slug cannot be blank. + min_length: Slug must be at least {{ limit }} characters long. + max_length: Slug can not be longer than {{ limit }} characters. meta_keywords: - min_lenght: Słowa kluczowe muszą posiadać minimum {{ limit }} znaków. - max lenght: Słowa kluczowe nie mogą być dłuższe niż {{ limit }} znaków. + min_length: Meta keywords must be at least {{ limit }} characters long. + max_length: Meta keywords can not be longer than {{ limit }} characters. meta_description: - min_lenght: Opis sekcji meta musi skadac sie co najmniej {{ limit }} znaków. - max_lenght: Opis sekcji meta nie może posiadać więcej niż {{ limit }} znaków. + min_length: Meta description must be at least {{ limit }} characters long. + max_length: Meta description can not be longer than {{ limit }} characters. content: - not_blank: Zawartość nie może być pusta. - min_lenght: Zawartość musi skadać się co najmniej z {{ limit }} znaków. + not_blank: Content cannot be blank. + min_length: Content must be at least {{ limit }} characters long. + frequently_asked_question: + code: + unique: There is an existing FAQ with this code. + not_blank: Code cannot be blank. + min_length: Code must be at least {{ limit }} characters long. + max_length: Code can not be longer than {{ limit }} characters. + position: + unique: There is an existing FAQ with this position. + not_blank: Position cannot be blank. + question: + not_blank: Question cannot be blank. + min_length: Question must be at least {{ limit }} characters long. + answer: + not_blank: Answer cannot be blank. + min_length: Answer must be at least {{ limit }} characters long. + section: + code: + unique: There is an existing section with this code. + not_blank: Code cannot be blank. + min_length: Code must be at least {{ limit }} characters long. + max_length: Code can not be longer than {{ limit }} characters. + name: + not_blank: Name cannot be blank. + min_length: Name must be at least {{ limit }} characters long. + max_length: Name can not be longer than {{ limit }} characters.