-
Notifications
You must be signed in to change notification settings - Fork 34
/
en.yml
318 lines (318 loc) · 15.3 KB
/
en.yml
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
setup:
^SetupCaption: "$(^Name) v${VERSION}${VERSION_NOTE} Setup"
^UninstallCaption: "$(^Name) v${VERSION}${VERSION_NOTE} Uninstall"
SECTION_MAIN: "$(^NameDA) (required)"
SECTION_STARTMENU: "Start Menu Shortcuts"
SECTION_DESKTOP: "Desktop Shortcut"
INSTALLER_RUNNING: "$(^Name) Setup is already running"
NON_EMPTY_FOLDER_ERROR: "$(^Name) can't be installed in a non-empty folder"
OPEN_PROGRAM: "&Open $(^NameDA)"
CLEANCONFIRM: "&Remove the program's settings"
INSTALLED_HEADER: "Already Installed"
INSTALLED_TEXT: "Select the operation to perform."
INSTALLED_SAME: "$(^NameDA) v${VERSION} is already installed. Select the operation you want to perform."
INSTALLED_OLD: "An older version of $(^NameDA) is installed on your system. Select the operation you want to perform."
INSTALLED_NEW: "A newer version of $(^NameDA) is already installed! It is not recommended that you install an older version. If you really want to install this older version, it's better to uninstall the current version first. Select the operation you want to perform."
REINSTALL: "&Reinstall"
UPDATE: "Up&date"
UNINSTALL: "&Uninstall"
UNINSTALL_CURRENT: "&Uninstall current version"
NO_UNINSTALL: "&Do not uninstall"
INSTTYPE_HEADER: "Installation type"
INSTTYPE_TEXT: "Select the type of installation to perform."
INSTTYPE_INTRO: "Welcome to the $(^NameDA) setup wizard. To get started, please select the desired installation type."
INSTTYPE_STANDARD: "&Standard installation (recommended)"
INSTTYPE_STANDARD_DESC: "Install $(^NameDA) for all users on this machine."
INSTTYPE_PORTABLE: "&Portable installation"
INSTTYPE_PORTABLE_DESC: "Extract a portable version of $(^NameDA). In portable mode, all configuration data is stored in the application folder and no information is written to the registry."
EXTRACTING_FILES: "Extracting files... %s"
INETC_DOWNLOADING: "Downloading %s"
INETC_CONNECTING: "Connecting..."
INETC_SECOND: "seconds"
INETC_MINUTE: "minutes"
INETC_HOUR: "hours"
INETC_PROGRESS: "%dkB (%d%%) of %dkB @ %d.%01dkB/s"
INETC_REMAINING: " (%d %s%s remaining)"
tray:
TRAY_OPEN: "Open &Windhawk"
TRAY_LOADED_MODS: "Loaded &mods"
TRAY_TOOLKIT: "&Toolkit"
TRAY_EXIT: "E&xit"
EXITDLG_TITLE: "Exit Windhawk"
EXITDLG_CONTENT: "Windhawk will exit and all mods will be unloaded. Windhawk will be started automatically on the next system startup, unless the option below is checked."
EXITDLG_CHECKBOX_AUTOSTART: "Don't start automatically on the next system startup"
EXITDLG_BUTTON_EXIT: "E&xit Windhawk"
EXITDLG_BUTTON_CANCEL: "Cancel"
NOTIFICATION_UPDATE_APP: "A new version of Windhawk is available"
NOTIFICATION_UPDATE_APP_MOD: "A new version of Windhawk is available, and one mod can be updated"
NOTIFICATION_UPDATE_APP_MODS: "A new version of Windhawk is available, and %d mods can be updated"
NOTIFICATION_UPDATE_MOD: "One Windhawk mod can be updated"
NOTIFICATION_UPDATE_MODS: "%d Windhawk mods can be updated"
TRAYICON_TOOLTIP_UPDATE: "A new version is available"
TASKDLG_TITLE_LOADED_MODS: "Loaded mods"
TASKDLG_TITLE_TASKS_IN_PROGRESS: "Mod tasks in progress"
TASKDLG_BUTTON_OPEN_APP: "Open &Windhawk"
TASKDLG_COLUMN_MOD: "Mod"
TASKDLG_COLUMN_PROCESS: "Process"
TASKDLG_COLUMN_PID: "PID"
TASKDLG_COLUMN_STATUS: "Status"
TASKDLG_STATUS_PENDING: "Pending..."
TASKDLG_STATUS_LOADING: "Loading..."
TASKDLG_STATUS_LOADED: "Loaded"
TASKDLG_STATUS_UNLOADED: "Unloaded"
TASKDLG_TASK_INITIALIZING: "Initializing..."
TASKDLG_TASK_LOADING_SYMBOLS: "Loading symbols..."
TOOLKITDLG_TITLE: "Windhawk toolkit"
TOOLKITDLG_BUTTON_OPEN: "&Open Windhawk"
TOOLKITDLG_BUTTON_LOADED_MODS: "Loaded &mods"
TOOLKITDLG_BUTTON_EXIT: "E&xit Windhawk"
TOOLKITDLG_BUTTON_SAFE_MODE: "&Safe mode"
TOOLKITDLG_BUTTON_CLOSE: "&Close toolkit"
SAFE_MODE_TITLE: "Relaunch in safe mode"
SAFE_MODE_TEXT: "Windhawk will be relaunched with all the code injection functionality turned off."
TASKDLG_PROCESS_SUSPENDED: "(suspended)"
SAFE_MODE_DETECTED_TITLE: "Safe mode"
SAFE_MODE_DETECTED_TEXT: "Windows is running in safe mode. Would you like to enable safe mode in Windhawk? All code injection functionality will be turned off."
app:
general:
loading: "Loading..."
loadingFailed: "Loading failed, please check your internet connection"
loadingFailedTitle: "Loading failed"
loadingFailedSubtitle: "Please check your internet connection and try again"
tryAgain: "Try again"
updating: "Updating..."
installing: "Installing..."
compiling: "Compiling..."
cut: "Cut"
copy: "Copy"
paste: "Paste"
selectAll: "Select all"
appHeader:
home: "Home"
explore: "Explore"
settings: "Settings"
about: "About"
mod:
updateAvailable: "Update available"
installed: "Installed"
details: "Details"
remove: "Remove"
removeConfirm: "Are you sure you want to remove this mod?"
removeConfirmOk: "Remove mod"
removeConfirmCancel: "Cancel"
notCompiled: "Mod needs to be compiled"
editedLocally: "Mod was edited locally"
noDescription: "(no description)"
users_one: "{{formattedCount}} user"
users_other: "{{formattedCount}} users"
modDetails:
header:
installedVersion: "Installed version"
latestVersion: "Latest version"
loading: "loading..."
loadingFailed: "loading failed"
modId: "Mod identifier"
modVersion: "Mod version"
modAuthor:
title: "Mod author"
homepage: "Homepage"
github: "GitHub"
twitter: "X (Twitter)"
processes:
all: "All processes"
allBut: "All but {{list}}"
except: "{{included}} except {{excluded}}"
tooltip:
target: "Target process"
targets: "Target processes:"
excluded: "Excluded:"
update: "Update"
updateNotNeeded: "The installed version is identical to the latest version"
install: "Install"
compile: "Compile"
disable: "Disable"
enable: "Enable"
edit: "Edit"
fork: "Fork"
remove: "Remove"
details:
title: "Details"
noData: "Mod details are missing."
settings:
title: "Settings"
noData: "No mod settings are available."
saveButton: "Save settings"
sampleValue: "Sample value"
arrayItemAdd: "Add new item"
arrayItemRemove: "Remove item"
code:
title: "Source Code"
noData: "Mod source is missing."
collapseExtra: "Collapse Readme and Settings"
changelog:
title: "Changelog"
loadingFailed: "Failed to load changelog. <0>Click here</0> to view it on GitHub."
advanced:
title: "Advanced"
debugLogging:
title: "Debug logging"
description: "Can be useful for troubleshooting issues with the mod."
none: "None"
modLogs: "Mod logs"
detailedLogs: "Detailed debug logs"
showLogButton: "Show log output"
modSettings:
title: "Mod settings"
description: "Easily export or share your mod settings."
loadButton: "Load"
loadFormattedButton: "Load formatted"
saveButton: "Save"
invalidData: "Invalid JSON data"
customList:
titleInclusion: "Custom process inclusion list"
descriptionInclusion: "A custom list of additional executable file names/paths that the mod will target. The list is added to the inclusion list that the mod author defined to determine which processes to target. For each process, the mod is loaded if the executable file path matches one of the include entries and doesn't match any exclude entry."
titleExclusion: "Custom process exclusion list"
descriptionExclusion: "A custom list of additional executable file names/paths that the mod will excluded from targeting. The list is added to the exclusion list that the mod author defined to determine which processes to target. For each process, the mod is loaded if the executable file path matches one of the include entries and doesn't match any exclude entry."
processListPlaceholder: "Process names/paths, one per line, for example:"
saveButton: "Save"
includeExcludeCustomOnly:
title: "Ignore mod inclusion/exclusion lists"
description: "Ignore the mod's process inclusion/exclusion lists and use only the custom lists above."
changes:
title: "Latest Version Changes"
noData: "The installed version is identical to the latest version."
splitView: "Split view"
expandLines_one: "Expand one hidden line"
expandLines_other: "Expand {{count}} hidden lines"
home:
browse: "Browse for Mods"
installedMods:
title: "Installed Mods"
noMods: "No mods are installed"
featuredMods:
title: "Featured Mods"
noMods: "There are no featured mods that weren't installed yet"
explore: "Explore Other Mods"
explore:
search:
placeholder: "Search for mods..."
popularAndTopRated: "Popular and top rated"
popular: "Popular"
topRated: "Top rated"
newest: "Newest"
lastUpdated: "Last updated"
alphabeticalOrder: "Alphabetical order"
settings:
language:
title: "Language"
description: "Select your preferred display language for Windhawk."
contribute: "<0>Contribute a new translation</0>."
credits: "English translation by <0>John Smith</0>."
creditsLink: "mailto:[email protected]"
updates:
title: "Check for updates"
description: "Periodically check for new versions of Windhawk and of the installed mods."
devMode:
title: "Developer mode"
description: "Show actions for developers, such as creating and modifying mods."
advancedSettings: "Advanced settings"
hideTrayIcon:
title: "Hide tray icon"
description: "You will have to disable this option to exit Windhawk."
requireElevation:
title: "Require UAC elevation for running Windhawk"
description: "Windhawk requires administrator rights, but for a single-user computer, getting the UAC prompt every time can be annoying, so Windhawk bypasses it. Enable this option to require UAC elevation for running Windhawk."
dontAutoShowToolkit:
title: "Don't automatically show the toolkit dialog"
description: "By default, Windhawk automatically shows the toolkit dialog when it detects that the taskbar isn't accessible, either due to system instability or for another reason. The toolkit dialog allows to exit Windhawk, switch to safe mode, and make other operations. The toolkit dialog can also be shown with the Ctrl+Win+W keyboard shortcut."
modInitDialogDelay:
title: "Mod initialization dialog delay"
description: "Amount of milliseconds to wait before showing progress dialog for mod initialization."
moreAdvancedSettings:
title: "More advanced settings"
restartNotice: "Windhawk will be restarted to apply the settings."
saveButton: "Save and restart Windhawk"
cancelButton: "Cancel"
loggingVerbosity:
appLoggingTitle: "Windhawk logging verbosity"
engineLoggingTitle: "Windhawk engine logging verbosity"
description: "Logs can be viewed with a tool such as DebugView."
none: "None"
error: "Error"
verbose: "Verbose"
processList:
titleExclusion: "Process exclusion list"
descriptionExclusion: "A list of process names/paths that Windhawk won't inject into. Can be useful for cases when Windhawk isn't compatible with a specific program. Note that adding a process to this list will not only prevent Windhawk from customizing it, but will also prevent Windhawk from intercepting child processes that this process creates. This will cause Windhawk to load mods with a slight delay in such cases."
exclusionCriticalProcessesNotice: "The special <0>{{critical_system_processes}}</0> value can be added to the list to exclude critical system processes. Beware of removing it, as crashing one of these processes might lead to a BSOD."
titleInclusion: "Process inclusion list"
descriptionInclusion: "A list of process names/paths that Windhawk will inject into, even if they're in the exclusion list."
inclusionWithoutExclusionNotice: "The process inclusion list has no effect with an empty process exclusion list."
inclusionWithoutTotalExclusionNotice: "If you meant to exclude all processes but these, you can set \"*\" in the process exclusion list."
processListPlaceholder: "Process names/paths, one per line, for example:"
loadModsInCriticalSystemProcesses:
title: "Load mods in critical system processes"
description: "By default, Windhawk only loads mods in critical system processes if the process is targeted explicitly, i.e. is listed without wildcards in the mod's process inclusion list."
never: "Never"
onlyExplicitMatch: "Only if targeted explicitly"
always: "If targeted explicitly or implicitly (not recommended)"
about:
title: "Windhawk v{{version}}"
beta: "beta"
subtitle: "The customization marketplace for Windows and programs"
credit: "By <0>{{author}}</0>"
update:
title: "An update is available"
subtitle: "Consider updating Windhawk to get the latest features and bug fixes"
button: "More details"
links:
title: "Links"
homepage: "Homepage"
documentation: "Documentation"
builtWith:
title: "Built with"
vscodium: "A community-driven distribution of Microsoft's VSCode editor"
llvmMingw: "An LLVM/Clang/LLD based mingw-w64 toolchain"
minHook: "The minimalistic API hooking library for Windows"
others: "Other tools and libraries, and a bit of code"
installModal:
title: "Install {{mod}}"
warningTitle: "Proceed with care"
warningDescription: "Malicious mods can damage your computer or violate your privacy. Install mods only from authors whom you trust."
modAuthor: "Mod author"
homepage: "Homepage"
github: "GitHub"
twitter: "X (Twitter)"
verified: "verified"
verifiedTooltip: "We verified that this profile belongs to the mod author, but note that <0>verified</0> is not the same as <0>trusted</0>. Make sure you trust the mod author, or carefully inspect the source code before installing."
acceptButton: "Accept Risk and Install"
cancelButton: "Cancel"
createNewModButton:
title: "Create a New Mod"
devModeAction:
message: "Creating and modifying mods requires some knowledge of C/C++ development for Windows. If you're not sure what that means, perhaps these options are not for you."
hideOptionsCheckbox: "Hide all development-related options"
hideOptionsButton: "Hide options"
beginCodingButton: "Begin coding"
cancelButton: "Cancel"
safeMode:
alert: "Windhawk is running in safe mode, all code injection functionality is turned off."
offButton: "Turn off safe mode"
offConfirm: "Windhawk will be restarted to apply the settings."
offConfirmOk: "Restart Windhawk"
offConfirmCancel: "Cancel"
modPreview:
actionUnavailable: "Action is not available in preview mode"
notCompiled: "Mod needs to be compiled before it can be previewed"
sidebar:
modId: "Mod identifier"
enableMod: "Enable mod"
enableLogging: "Enable logging"
notCompiled: "Mod needs to be compiled"
compile: "Compile Mod"
compilationFailed: "Compilation failed"
preview: "Preview Mod"
showLogOutput: "Show Log Output"
exit: "Exit Editing Mode"
exitConfirmation: "Changes since the last successful compilation will be lost"
exitButtonOk: "Exit"
exitButtonCancel: "Stay"