We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4baa4f commit bdb9828Copy full SHA for bdb9828
ui/src/locales/pl-PL.json
@@ -66,11 +66,12 @@
66
"search.use_view.list": "Use list view",
67
"search.use_view.compact": "Use compact view",
68
"search.sorted_by": "Sorted by",
69
- "search.sort_type.name": "Name (a-z)",
70
- "search.sort_type.downloads": "Download count",
71
- "search.sort_type.views": "View count",
+ "search.sort_type.name": "Name",
+ "search.sort_type.downloads": "Downloads",
72
"search.sort_type.published": "Published",
73
"search.sort_type.updated": "Last Updated",
+ "search.sort_mode.asc": "Ascending",
74
+ "search.sort_mode.desc": "Descending",
75
"search.sorted_by.name": "name",
76
"search.sorted_by.downloads": "downloads",
77
"search.sorted_by.views": "views",
0 commit comments