|
@@ -907,6 +907,7 @@
|
|
|
"operator-sort": "sort",
|
|
|
"operator-comment": "comment",
|
|
|
"operator-has": "has",
|
|
|
+ "operator-limit": "limit",
|
|
|
"predicate-archived": "archived",
|
|
|
"predicate-ended": "ended",
|
|
|
"predicate-all": "all",
|
|
@@ -928,6 +929,7 @@
|
|
|
"operator-sort-invalid": "sort of '%s' is invalid",
|
|
|
"operator-status-invalid": "'%s' is not a valid status",
|
|
|
"operator-has-invalid": "%s is not a valid existence check",
|
|
|
+ "operator-limit-invalid": "%s is not a valid limit. Limit should be a positive integer.",
|
|
|
"next-page": "Next Page",
|
|
|
"previous-page": "Previous Page",
|
|
|
"heading-notes": "Notes",
|