first commit

This commit is contained in:
2025-03-12 17:06:23 +01:00
commit 2241f7131f
13185 changed files with 1692479 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
fields:
allegro_auction{name}:
required:
msg: "Proszę podać nazwę aukcji."
sfStringValidator:
max: 50
max_error: "Nazwa aukcji musi być krótsza niż 50 znaków."
allegro_auction{allegro_category_id}:
required:
msg: "Proszę wybrać kategorię."
allegro_auction{images}:
stAllegroImageValidator:
msg: "Liczba eksportowanych zdjęć nie może być większa niż 8."

View File

@@ -0,0 +1,10 @@
fields:
config{long_list}:
required:
msg: Podaj liczbę produktów na liście pełnej
sfNumberValidator:
min: 1
min_error: Minimalna wartość to 1.
type: integer
type_error: Podaj liczbę całkowitą
nan_error: Podaj liczbę całkowitą

View File

@@ -0,0 +1,9 @@
fields:
product{code}:
required:
msg: Podaj kod produktu
stProductCodeValidator:
check_primary_key: false
product{name}:
required:
msg: Podaj nazwę produktu

View File

@@ -0,0 +1,44 @@
fields:
product{code}:
required:
msg: Podaj kod produktu
stProductCodeValidator:
product{name}:
required:
msg: Podaj nazwę produktu
product{uom}:
sfStringValidator:
max: 32
product{stock}:
sfNumberValidator:
min: 0
min_error: Stan magazynowy nie może być mniejszy od 0
type: any
type_error: Podaj liczbę
nan_error: Podaj liczbę
product{min_qty}:
sfNumberValidator:
min: 0.01
min_error: Minimalna ilość musi być większa od 0
type: any
type_error: Podaj liczbę
nan_error: Podaj liczbę
product{weight}:
sfNumberValidator:
min: 0
min_error: Waga produktu nie może być mniejsza od 0
type: any
type_error: Podaj liczbę
nan_error: Podaj liczbę
product{main_page_order}:
sfNumberValidator:
min: 0
min_error: Minimalna wartość nie może być mniejsza od 0
type: integer
type_error: Podaj liczbę
nan_error: Podaj liczbę
product{edit_image}:
file: True
stAssetFileValidator:
mime_types: "@web_images"

View File

@@ -0,0 +1,6 @@
fields:
product_has_sf_asset{gallery_edit_image_name}:
sfRegexValidator:
match: No
match_error: Nazwa pliku może zawierać wyłącznie litery alfabetu angielskiego (a-z), cyfry (0-9) oraz znaki _-
pattern: "/[^a-z0-9_-]/i"

View File

@@ -0,0 +1,12 @@
fillin:
enabled: true
fields:
online_files{name}:
required:
msg: Proszę podać nazwę
online_files{filename}:
required:
msg: Proszę podać plik
file: true

View File

@@ -0,0 +1,11 @@
fillin:
enabled: true
fields:
online_codes{name}:
required:
msg: Proszę podać nazwę
online_codes{code}:
required:
msg: Proszę podać kod

View File

@@ -0,0 +1,12 @@
fillin:
enabled: true
fields:
online_files{name}:
required:
msg: Proszę podać nazwę
online_files{filename}:
required:
msg: Proszę podać plik
file: true

View File

@@ -0,0 +1,12 @@
fillin:
enabled: true
fields:
online_files{name}:
required:
msg: Proszę podać nazwę
online_files{filename}:
required:
msg: Proszę podać plik
file: true

View File

@@ -0,0 +1,18 @@
fields:
product_has_positioning{title}:
sfStringValidator:
max: 255
max_error: Tytuł strony jest niepoprawny. Maksymalna długość to 255 znaków.
product_has_positioning{keywords}:
sfStringValidator:
max: 255
max_error: Słowa kluczowe są niepoprawne. Maksymalna długość to 255 znaków.
product_has_positioning{description}:
sfStringValidator:
max: 65000
max_error: Opis strony jest niepoprawny. Maksymalna długość to 65000 znaków.
product_has_positioning{product_url}:
required:
msg: Wprowadź nazwę dla przyjaznego linku
stPropelSeoUrlValidator:
auto_fillin_field: "product_has_positioning[product_url]"

View File

@@ -0,0 +1,30 @@
fields:
config{cut_name_num_group}:
required:
msg: Podaj liczbę znaków, po których ma być skracana nazwa
sfNumberValidator:
min: 1
min_error: Minimalna liczba znaków to 1.
type: integer
type_error: Podaj liczbę całkowitą
nan_error: Podaj liczbę całkowitą
config{cut_description_num_group}:
required:
msg: Podaj liczbę znaków, po których ma być skracany opis
sfNumberValidator:
min: 1
min_error: Minimalna liczba znaków to 1.
type: integer
type_error: Podaj liczbę całkowitą
nan_error: Podaj liczbę całkowitą
config{other_products_num}:
required:
msg: Podaj liczbę produktów wyświetlanych w Polecamy produkty
sfNumberValidator:
min: 1
min_error: Minimalna liczba produktów to 1.
max: 30
max_error: Maksymalna liczba produktów to 30.
type: integer
type_error: Podaj liczbę całkowitą
nan_error: Podaj liczbę całkowitą

View File

@@ -0,0 +1,8 @@
fields:
review{score}:
sfNumberValidator:
nan_error: Podaj ocenę produktu
min: 1
min_error: Minimalna ocena wynosi 1
max: 5
max_error: Maksymalna ocena wynosi 5