Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Create LexikFormFilterBundle.pl.yml #367

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions Resources/translations/LexikFormFilterBundle.pl.yml
Original file line number Diff line number Diff line change
@@ -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"