feat: consistent IconGridSelect sizing + descriptions + filter upgrades
- Added desc text to all 40+ grid items (EN + RU) - compact prop on all IconGridSelect in compact form sections - Fixed compact width to fill grid cells (removed width:auto) - Replaced <select> filter dropdowns with IconGridSelect on config pages - Replaced <select> provider filters with EntitySelect on tracker pages - Dashboard filters constrained to fixed widths (not full row) - Added filtering to command-template-configs and providers pages - providerTypeFilterItems() with "All" option for filter contexts
This commit is contained in:
@@ -755,6 +755,47 @@
|
||||
"allProviders": "All providers",
|
||||
"noFilterResults": "No items match the current filter."
|
||||
},
|
||||
"gridDesc": {
|
||||
"sortNone": "No sorting applied",
|
||||
"sortDate": "Sort by creation date",
|
||||
"sortRating": "Sort by star rating",
|
||||
"sortName": "Sort by file name",
|
||||
"sortRandom": "Randomize order",
|
||||
"orderDesc": "Newest or highest first",
|
||||
"orderAsc": "Oldest or lowest first",
|
||||
"albumModePerAlbum": "One message per album",
|
||||
"albumModeCombined": "All albums in one message",
|
||||
"albumModeRandom": "Pick a random album",
|
||||
"assetTypeAll": "Photos and videos",
|
||||
"assetTypePhoto": "Photos only",
|
||||
"assetTypeVideo": "Videos only",
|
||||
"memorySourceAlbums": "Scan tracked albums for On This Day matches",
|
||||
"memorySourceNative": "Use Immich native memories API",
|
||||
"localeEn": "English interface",
|
||||
"localeRu": "Russian interface",
|
||||
"modeMedia": "Send actual photo/video files",
|
||||
"modeText": "Send file names and links only",
|
||||
"allEvents": "Show all event types",
|
||||
"assetsAdded": "New files added to album",
|
||||
"assetsRemoved": "Files removed from album",
|
||||
"renamed": "Album was renamed",
|
||||
"deleted": "Album was deleted",
|
||||
"sharingChanged": "Album sharing toggled",
|
||||
"newestFirst": "Most recent events on top",
|
||||
"oldestFirst": "Oldest events on top",
|
||||
"chatActionNone": "No indicator shown",
|
||||
"chatActionTyping": "Show typing... bubble",
|
||||
"chatActionUploadPhoto": "Show uploading photo...",
|
||||
"chatActionUploadVideo": "Show uploading video...",
|
||||
"chatActionUploadDoc": "Show uploading document...",
|
||||
"chatActionRecordVideo": "Show recording video...",
|
||||
"chatActionRecordVoice": "Show recording voice...",
|
||||
"previewTelegram": "Preview with Telegram HTML format",
|
||||
"previewWebhook": "Preview as plain text",
|
||||
"providerImmich": "Self-hosted photo server",
|
||||
"providerGitea": "Self-hosted Git service",
|
||||
"providerScheduler": "Time-based scheduled messages"
|
||||
},
|
||||
"error": {
|
||||
"notFound": "Page not found",
|
||||
"goHome": "Go home"
|
||||
|
||||
Reference in New Issue
Block a user