-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
52 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |