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,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"