-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy patheng.json
77 lines (77 loc) · 4.72 KB
/
eng.json
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
70
71
72
73
74
75
76
77
{
"yes": "Yes",
"no": "No",
"run": "Start Charm Extraction",
"total-files": "Total Files: ",
"files-done": "Files Done: ",
"input-dir": "Input video location: ",
"frame-dir": "Frame location: ",
"skipping-frames": "Skipping frame extraction: ",
"skip-frames": "Skip frames extraction\n (Recover from previous run)",
"skip-charms": "Skip charm extraction (Why??)",
"delete-frames": "Delete old frames",
"deleting-frames": "Deleting existing frames: ",
"save-charms": "Save charms",
"autosaving": "Autosaving Charms: ",
"autosave-files": "Autosave charm files",
"change-input": "Change input directory",
"change-frames": "Change frames directory",
"done": "Charm extration complete",
"not-saved": "Your charms were not saved. Make sure to save them or copy them before exiting.\nYou can also simply copy them to your clipboard with the button.",
"60-fps": "60 fps video detected, skipping 50% of the frames",
"fn-total-charm": "{}, Total Estimated charms/frames found: {}",
"detect-non-seq": "Detecting non-sequential duplicate frames",
"non-seq-diff": "Reduced frames from {} to {}",
"total-input": "Total input files to scan: {}",
"parsing-skills-slots": "Parsing skills and slots",
"validate-fix": "Validating and fixing charms",
"logger-skill-less": "Skill-less charm found in {}",
"logger-charm-error": "An error occured when extracting charm on {}. Error: {}",
"current-file": "File being scanned: ",
"frames-found": "Unique Charm Frames: ",
"unique-frames": "True Unique Frames: ",
"charms-found": "Total Charms Found: ",
"unique-charms": "Unique Charms: ",
"file-progress": "File Progress",
"done-scanning": "Done Scanning Files",
"step-1-name": "Extracting Frames",
"step-2-name": "Extracting charms from frames",
"charms-saved": "Your charms were saved to \"{0}\" and \"{1}\".\nTo use on MHR-Wiki, you'll want the contents of \"{1}\"",
"copy-to-clipboard": "Copy encoded charms to clipboard",
"copied-to-clipboard": "Encoded charms were copied to the clipboard.",
"recording-language": "MHR game language: ",
"tess-download-pack": "Downloading {} language pack to: {}",
"tess-download-done": "Finished downloading language pack",
"tess-found-language": "Language pack was found",
"tess-permission-denied": "Could not download language pack to location, overriding TESSDATA_PREFIX.",
"lang-permission-denied": "Could not download language file, keeping old version",
"skill-cor-permission-denied": "Could not download new skill corrections, keeping old version",
"skill-permission-denied": "Could not download new skills, keeping old skills",
"done-repairing": "Finished fixing skills",
"skill-img": "Skill image:",
"parsed-text": "Text parsed from image",
"level": "Skill Level:",
"true-skill-name": "Enter real skill name (case insensitive)",
"cancel-skill": "Skip this charm",
"empty-skill": "Skill is empty",
"enter-skill": "Enter name",
"charms-to-fix": "Charms to fix:",
"repair-charms": "Fix Parsing Errors",
"new-version": "A New Version is Available",
"new-app-update": "A new version for Utsushi's Charm is available (You: {}, New: {}), do you want to download it?",
"new-skill-update": "New skills were released in-game (You: {}, New: {}), do you want to update your skill list?",
"new-app-language-update": "An updated language file for Utsushi's Charm is available (You: {}, New: {}), do you want to download it?",
"new-skill-correction-update": "New automatic skill corrections were submitted (You: {}, New: {}), do you download them?",
"wiki-button": "Open MHR Set Searcher",
"wiki-clipboard": "Copy URL",
"wiki-attempt": "Attempting to open the website...",
"tess-wait-5-retry": "Waiting 5 seconds before trying to download the language pack again...",
"tess-url-error": "A URL error occured, this might be a DNS issue... retrying",
"tess-cannot-download": "Unable to download Tesseract language pack.",
"tess-not-found": "Tesseract was not found. Please install it, and if it is installed, pass it as a command line option at least once. If you have done both and it still isn't found, please open an issue on Github.",
"remove-black-bars": "Remove black bars\nMay work with windowed capture",
"remove-black-bars-info": "The app will attempt to remove black bars.\nIt should work if you are recording in windowed mode.\nThis should be useful if your switch isn't properly scaled (TV Size setting).\nThis is 100% experimental (and somewhat random). Fix your videos before you complain :)",
"upd-ignore": "Ignore",
"add-as-is": "Add skill as-is",
"non-16:9": "Non-16:9 video detected, attempting to crop"
}