content and filter were added

This commit is contained in:
“Salar 2022-10-21 13:26:23 +03:00
parent 209507833e
commit f965eaddbc

View File

@ -123,6 +123,17 @@
"title": "Search results", "title": "Search results",
"totalResults":"Total results", "totalResults":"Total results",
"nothingFound": "Nothing found" "nothingFound": "Nothing found"
},
"filters": {
"authors":"Authors",
"publicationsType": "Publications Type",
"content":"Content",
"publisher":"Publisher",
"publicationTopic":"Publication Topic",
"appliedFitlers":"Applied Fitlers",
"clearAll":"Clear All",
"enterAuthorsName":"Enter Author Name",
"showAll":"Show All"
} }
} }