From afa94c5c350d2914cbad31a5eef4268cde2da7a0 Mon Sep 17 00:00:00 2001 From: Tomasz I Date: Thu, 13 Apr 2023 19:43:55 +0200 Subject: [PATCH] Create LexikFormFilterBundle.pl.yml Polish translation --- .../translations/LexikFormFilterBundle.pl.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Resources/translations/LexikFormFilterBundle.pl.yml 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"