diff --git a/Resources/translations/LexikFormFilterBundle.pl.yml b/Resources/translations/LexikFormFilterBundle.pl.yml new file mode 100644 index 0000000..c8800e6 --- /dev/null +++ b/Resources/translations/LexikFormFilterBundle.pl.yml @@ -0,0 +1,17 @@ +boolean: + yes_or_no: "Tak lub Nie" + yes: "Tak" + no: "Nie" + +number: + equal: "Równy" + greater_than: "Większy niż" + greater_than_equal: "Większy lub Równy" + lower_than: "Mniejszy niż" + lower_than_equal: "Mniejszy lub Równy" + +text: + starts: "Zaczyna się na" + ends: "Kończy się na" + equals: "Równy" + both: "Zawiera"