-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
63 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,46 @@ | ||
<?php | ||
|
||
return [ | ||
// UI Elements | ||
'all' => 'All', | ||
'clear_filters' => 'Clear filter', | ||
'default' => 'Default', | ||
'entries' => '{0} entries|{1} entry|[2,*] entries', | ||
'all' => 'All', | ||
'value' => 'Value', | ||
'to' => 'to', | ||
'value' => 'Value', | ||
|
||
// Conditions | ||
'any' => ':', | ||
'contains' => ' contains', | ||
'doesnt_contain' => ' does not contain', | ||
'doesnt_end_with' => ' does not end with', | ||
'doesnt_exist' => ' does not exist', | ||
'doesnt_match' => ' does not match pattern', | ||
'doesnt_start_with' => ' does not start with', | ||
'ends_with' => ' ends with', | ||
'equals' => ' equals', | ||
'exists' => ' exists', | ||
'gt' => ' more than', | ||
'gte' => ' at least', | ||
'in' => ' is in', | ||
'is' => ':', | ||
'is_after' => ' is after', | ||
'is_alpha' => ' is alphabetical', | ||
'is_alpha_numeric' => ' is alphanumeric', | ||
'is_before' => ' is before', | ||
'is_email' => ' is email', | ||
'is_embeddable' => ' is embeddable', | ||
'is_empty' => ' is empty', | ||
'is_numeric' => ' is numeric', | ||
'is_url' => ' is URL', | ||
'isnt' => ' is not', | ||
'lt' => ' less than', | ||
'lte' => ' at most', | ||
'matches' => ' matches', | ||
'not' => ' not', | ||
'not_in' => ' is not in', | ||
'null' => ' is null', | ||
'regex' => ' matches ', | ||
'starts_with' => ' starts with', | ||
'query_scope' => ':', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters