diff --git a/src/localization/en.json b/src/localization/en.json index fd4aff02..fd174422 100644 --- a/src/localization/en.json +++ b/src/localization/en.json @@ -1858,7 +1858,18 @@ "world_id": "World ID" }, "no_results": "No results found", - "invalid_file": "Invalid file selected. Please select a valid VRChat screenshot." + "invalid_file": "Invalid file selected. Please select a valid VRChat screenshot.", + "section_location": "Location", + "section_players": "Players", + "section_file_info": "File Info", + "section_note": "Note", + "section_actions": "Actions", + "col_date": "Date", + "col_world": "World", + "col_players": "Players", + "col_resolution": "Resolution", + "back_to_results": "Back to {count} results", + "result_count": "{count} results" }, "set_world_tags": { "header": "Set World Tags", diff --git a/src/views/Tools/ScreenshotMetadata.vue b/src/views/Tools/ScreenshotMetadata.vue index df86610d..aaa97a51 100644 --- a/src/views/Tools/ScreenshotMetadata.vue +++ b/src/views/Tools/ScreenshotMetadata.vue @@ -1,5 +1,5 @@ +