chore: fix en i18n file filter missing some keys

This commit is contained in:
ZhaiSoul 2025-03-11 10:04:07 +08:00
parent a857d24740
commit 2dc6283727

View File

@ -47,5 +47,18 @@
}, },
"review": { "review": {
"showReviewed": "Show Reviewed" "showReviewed": "Show Reviewed"
},
"explore": {
"settings": {
"title": "Settings",
"defaultView": "Default View",
"defaultView.desc": "When no filters are selected, display a summary of the most recent tracked objects per label, or display an unfiltered grid.",
"defaultView.summary": "Summary",
"defaultView.unfilteredGrid": "Unfiltered Grid",
"gridColumns": "Grid Columns",
"gridColumns.desc": "Select the number of columns in the grid view.",
"searchSource": "Search Source",
"searchSource.desc": "Choose whether to search the thumbnails or descriptions of your tracked objects."
}
} }
} }