-
Notifications
You must be signed in to change notification settings - Fork 1
/
en-US.json
95 lines (95 loc) · 5.73 KB
/
en-US.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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"all-clear-btn": "All Clear",
"backup-dialog-all-checked-label": "Check all",
"backup-dialog-pub-checked-label": "Check all public",
"backup-export-btn-name": "Export",
"backup-export-dialog-title": "Export Settings",
"backup-export-success": "Settings exported.",
"backup-export-tooltip": "Export current settings.(Please be careful to handle personal information when transferring to others.)",
"backup-import-btn-name": "Import",
"backup-import-dialog-title": "Import Settings",
"backup-import-tooltip": "Import settings from Json file.(JavaScript is also executed at the moment of import! If it is someone else's file, please be careful that the JavaScript is not malicious.)",
"cancel-btn": "Cancel",
"conversion-complete": "Conversion Complete.",
"convert-btn": "Convert",
"convert-form-author-name": "Mod Author Name",
"convert-form-author-name-helper": "[Optional]",
"convert-form-author-placeholder": "Name",
"convert-form-dar-helper": "[Required] Path of dir containing \"DynamicAnimationReplacer\".",
"convert-form-dar-helper2": "\"C:\\[...]/Mod Name/\" -> Convert 1st & 3rd person",
"convert-form-dar-helper3": "\"[...]/animations/DynamicAnimationReplacer\" -> Convert 3rd person",
"convert-form-dar-label": "DAR(source) Directory",
"convert-form-mapping-1st-label": "Mapping Table Path(For _1st_person)",
"convert-form-mapping-help-link-name": "What is the mapping file?",
"convert-form-mapping-helper": "[Optional] File path that helps map priority number to a section name.",
"convert-form-mapping-helper2": "Help: ",
"convert-form-mapping-label": "Mapping Table Path",
"convert-form-mod-name": "Mod Name",
"convert-form-mod-name-helper": "[Optional]",
"convert-form-oar-helper": "[Optional] Creates a OAR path in specified directory.(e.g. \"NewMod\" -> \"NewMod/meshes/[...])\"",
"convert-form-oar-helper2": "If not specified, an OAR is created at the same level as the DAR.",
"convert-form-oar-label": "OAR(destination) Directory",
"converting-btn": "Converting...",
"css-preset-list-item0": "Custom",
"css-preset-list-item1": "Preset1",
"css-preset-list-item2": "Preset2",
"css-preset-list-item3": "Preset3",
"css-preset-list-item4": "Preset4",
"css-preset-list-label": "CSS Preset",
"css-preset-list-tooltip": "You can choose a CSS preset.",
"css-preset-list-tooltip2": "Note: Editing \"Preset\" will overwrite \"Custom\".",
"custom-css-label": "Currently applied CSS",
"custom-js-auto-run-label": "JS Auto run",
"custom-js-auto-run-tooltip": "Automatically run JavaScript on every page transition.(If disabled, it will automatically reload to apply the settings.)",
"custom-js-auto-run-tooltip2": "This configuration item will not be activated unless manually selected by the user.",
"custom-js-label": "Custom JavaScript(Please do not execute untrusted scripts)",
"editor-mode-list-label": "Editor Mode",
"hide-dar-btn": "Hide DAR",
"hide-dar-btn-tooltip": "After conversion, add \".mohidden\" to all DAR files to hide them.(For MO2 user)",
"hide-dar-btn-tooltip2": "INFO: This will be effective when the destination of the OAR output is not specified.",
"import-lang-btn": "Import Language",
"import-lang-tooltip": "Import any language from a Json file. (automatically reloads for validation).",
"import-lang-tooltip2": "Note: For invalid Json, fall back to English. (See Wiki for how to write Json)",
"lang-preset-auto": "Auto",
"lang-preset-custom": "Custom",
"lang-preset-label": "Language",
"log-level-list-label": "Log Level",
"log-level-list-tooltip": "Minor log level encompasses the more critical log levels. (i.e. Error ⊂ Info)",
"log-level-list-tooltip2": "Debug: Logs data on the way of the converted condition.",
"log-level-list-tooltip3": " Info: Log the conversion time.",
"log-level-list-tooltip4": "Error: Logs nothing but errors.",
"mapping-wiki-url-leaf": "wiki#what-is-the-mapping-file",
"notice-limit": "Limit",
"notice-position-bottom-center": "Bottom Center",
"notice-position-bottom-left": "Bottom Left",
"notice-position-bottom-right": "Bottom Right",
"notice-position-list-label": "Notice Position",
"notice-position-top-center": "Top Center",
"notice-position-top-left": "Top Left",
"notice-position-top-right": "Top Right",
"open-log-btn": "Open log",
"open-log-dir-btn": "Log(dir)",
"open-log-dir-tooltip": "Open the log storage location.",
"open-log-tooltip": "Open current log file.(Rotate to a new log file each time the application is launched.)",
"progress-btn": "ProgressBar",
"progress-btn-tooltip": "Display detail progress",
"progress-btn-tooltip2": "",
"remove-oar-btn": "Remove OAR",
"remove-oar-failed": "Not found \"OpenAnimationReplacer\" directory",
"remove-oar-specify-error": "DAR or OAR dir must be specified.",
"remove-oar-success": "Removed OAR directory.",
"remove-oar-tooltip": "Find and delete OAR dir from \"OAR(destination) Directory\"(or \"DAR(source) Directory*\" if not specified).",
"run-parallel-btn-tooltip": "Use multi-threading.",
"run-parallel-btn-tooltip2": "Note: More than twice the processing speed can be expected, but the concurrent processing results in thread termination timings being out of order, so log writes will be out of order as well, greatly reducing readability of the logs.",
"run-parallel-label": "Run Parallel",
"select-btn": "Select",
"tab-label-backup": "Backup",
"tab-label-editor": "Editor / Preset",
"tab-label-lang": "Language",
"tab-label-notice": "Notice",
"unhide-dar-btn": "Unhide DAR",
"unhide-dar-btn-tooltip": "Unhide DAR files hidden by \"Hide DAR\".(For MO2 user)",
"unhide-dar-failed": "Could not find files with \".mohidden\" extension",
"unhide-dar-specify-error": "DAR dir must be specified.",
"unhide-dar-success": "Redisplay of DAR directory."
}