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 ac5fc24 commit b4890c8Copy full SHA for b4890c8
ui/src/locales/it-IT.json
@@ -66,11 +66,12 @@
66
"search.use_view.list": "Usa la vista a lista",
67
"search.use_view.compact": "Usa la vista compatta",
68
"search.sorted_by": "Ordina per",
69
- "search.sort_type.name": "Nome (a-z)",
70
- "search.sort_type.downloads": "Numero di Download",
71
- "search.sort_type.views": "Visualizzazioni",
+ "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": "nome",
76
"search.sorted_by.downloads": "downloads",
77
"search.sorted_by.views": "visualizzazioni",
0 commit comments