feat(web): show recording_date on search rows; flag estimated count as approximate (#61)
This commit is contained in:
@@ -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": {
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user