feat(web): show recording_date on search rows; flag estimated count as approximate (#61)

This commit is contained in:
2026-06-08 13:45:35 +02:00
parent 1cdfa21259
commit 30da072d96
5 changed files with 9 additions and 5 deletions
+2 -2
View File
@@ -28,8 +28,8 @@
"loadError": "Search is unavailable",
"unavailable": "Search is not available on this server",
"loadMore": "Load more",
"resultCount_one": "{{count}} result",
"resultCount_other": "{{count}} results",
"resultCount_one": "~{{count}} result",
"resultCount_other": "~{{count}} results",
"selectPrompt": "Select a result to see the full record"
},
"fields": {
+2 -2
View File
@@ -28,8 +28,8 @@
"loadError": "Sök är inte tillgängligt",
"unavailable": "Sök är inte tillgängligt på den här servern",
"loadMore": "Visa fler",
"resultCount_one": "{{count}} träff",
"resultCount_other": "{{count}} träffar",
"resultCount_one": "~{{count}} träff",
"resultCount_other": "~{{count}} träffar",
"selectPrompt": "Välj en träff för att se hela posten"
},
"fields": {