-
-
Notifications
You must be signed in to change notification settings - Fork 601
Expand file tree
/
Copy pathscan.json
More file actions
69 lines (69 loc) · 4.96 KB
/
Copy pathscan.json
File metadata and controls
69 lines (69 loc) · 4.96 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"abort": "Abort",
"abort-scan": "Abort scan",
"api-key-invalid": "API key invalid!",
"api-key-missing": "API key missing or invalid",
"api-key-missing-or-disabled": "API key missing or source disabled",
"api-key-missing-short": "API key missing!",
"api-key-set": "API key set",
"api-key-valid": "API key set and valid",
"calculate-hashes": "Calculate hashes",
"complete-rescan": "Complete rescan",
"complete-rescan-desc": "Total rescan of selected platforms (slowest)",
"connection-failed": "Connection failed",
"connection-in-progress": "Connection in progress...",
"connection-successful": "Connection successful",
"disabled-by-admin": "Disabled by the administrator",
"empty-hint": "Pick a scan configuration on the left and hit Scan to see live progress here.",
"empty-hint-scanning": "Platforms will appear here as the scanner discovers them.",
"firmware-found": "Firmware found: {n} file | Firmware found: {n} files",
"firmware-scanned-n": "Firmware: {n} scanned",
"firmware-scanned-with-details": "Firmware: {n_scanned_firmware} scanned, with {n_new_firmware} new",
"folder-not-scanned": "Not scanned",
"hash-calculation-disabled": "Hash calculation is disabled",
"hash-matchers": "Hash matchers",
"hashes": "Recalculate hashes",
"hashes-desc": "Recalculates hashes for selected platforms",
"hashes-disabled-tooltip": "File hash calculation disabled.<br><br>Hashes (MD5, SHA1, CRC32) are unique fingerprints that identify ROM files precisely.<br><br>Without them, Hasheous, Playmatch and RetroAchievements cannot match games to their databases, but scanning will be faster.",
"hashes-enabled-tooltip": "File hash calculation enabled.<br><br>Hashes (MD5, SHA1, CRC32) will be calculated to create unique fingerprints for each ROM file.<br><br>This enables Hasheous, Playmatch and RetroAchievements to accurately identify games in their databases.",
"identifying": "Identifying",
"info-dialog-title": "Scan reference",
"info-full-docs": "Full documentation",
"live-progress": "Live progress",
"manage-library": "Manage library",
"metadata-sources": "Metadata sources",
"new-platforms": "New platforms",
"new-platforms-desc": "Scan new platforms only (fastest)",
"no-new-roms": "No new/changed ROMs found",
"not-identified": "Not identified",
"platforms-scanned-n": "Platforms: {n} scanned",
"platforms-scanned-with-details": "Platforms: {n_scanned_platforms} scanned out of {n_total_platforms}, with {n_new_platforms} new and {n_identified_platforms} identified",
"playmatch-requires-igdb": "Select IGDB to enable Playmatch",
"quick-scan": "Quick scan",
"quick-scan-desc": "Scan new games only",
"requires-hashes": "{source} requires hash calculation to be enabled",
"roms-scanned-n": "ROMs: {n} scanned",
"roms-scanned-with-details": "ROMs: {n_scanned_roms} scanned out of {n_total_roms}, with {n_new_roms} new and {n_identified_roms} identified",
"scan": "Scan",
"scan-complete": "Scan complete",
"scan-options": "Scan options",
"scan-types": "Scan types",
"scan-types-info": "<strong>New Platforms:</strong> This will only look for platforms that are not already in RomM.<br><br><strong>Quick Scan:</strong> Scans for games that are not in the library yet (fastest).<br><br><strong>Unmatched Games:</strong> Attempts to match games that are not matched with the selected metadata sources.<br>For example, selecting IGDB and ScreenScraper will scan games that are not matched with IGDB or ScreenScraper.<br><br><strong>Update Metadata:</strong> Updates the metadata for games that have been matched with selected metadata sources using the external ID (e.g. IGDB ID).<br>For example, selecting IGDB and ScreenScraper will update the metadata for games that are matched with IGDB or ScreenScraper, and will use igdb_id and/or ssfr_id to refetch the metadata from the respective providers.<br><br><strong>Recalculate Hashes:</strong> Recalculates hashes for all files in the selected platforms.<br><br><strong>Complete Rescan:</strong> Rescans and rematches all games in the selected platforms (slowest).<br>This will wipe all existing metadata matches, including the external IDs, and attempt to match them again, like on a fresh scan. Saves, states and notes will be preserved.",
"scan-types-more-info": "More information",
"scanning": "Scanning",
"scanning-library": "Scanning library. Click to view",
"section-metadata": "Metadata",
"section-platforms": "Platforms",
"section-providers": "Providers",
"section-providers-general": "General",
"section-providers-specific": "Specific",
"section-proxies": "Proxies",
"section-scan-type": "Scan type",
"select-one-source": "Please select at least one metadata source to enrich your library with artwork and metadata",
"source-disabled": "Source disabled",
"title": "Library scan",
"unmatched-games": "Unmatched games",
"unmatched-games-desc": "Scan games with missing metadata matches",
"update-metadata": "Update metadata",
"update-metadata-desc": "Update metadata for matched games"
}