51 lines
2.3 KiB
JavaScript
Raw Normal View History

2025-02-04 20:20:25 +01:00
dict = {
2025-02-04 20:34:33 +01:00
checking_updates: `Checking for updates...`,
update_check_fail: `Failed to check for updates.`,
no_update: `You are running OpenWF Bootstrapper v<span class="local-version-full"></span>. No updates are available right now.`,
dll_to_dll_update: `You are running OpenWF Bootstrapper v<span class="local-version"></span>. This is not the latest version, but updating would require you to close the game, so don't worry about it right now.`,
dll_to_hotfix_update: `You are running OpenWF Bootstrapper v<span class="local-version"></span>. The latest hotfix for this DLL is <b class="hotfix-available"></b>. If you want, I can <a href="#" onclick="fetch('/download_latest_hotfix')">download and apply it now</a> — no restart required.`,
hotfix_to_hotfix_update: `You are running OpenWF Bootstrapper v<span class="local-version-full"></span>. The latest hotfix is <b class="hotfix-available"></b>. If you want, I can <a href="#" onclick="fetch('/download_latest_hotfix')">download and apply it now</a> — no restart required.`,
2025-02-04 20:20:25 +01:00
server_host: `Server Host`,
server_host_submit: `Change`,
logout: `Logout`,
high_damage_numbers_patch: `High Damage Numbers Patch`,
skip_mission_start_timer: `Skip Mission Start Timer`,
simulacrum_blacklisted: `Blacklisted Enemies in Simulacrum`,
simulacrum_whitelisted: `Whitelisted Enemies in Simulacrum`,
pause_always_stops_time: `Pause Always Stops Time`,
2025-04-29 01:33:13 +02:00
alternative_loading: `Alternative Loading`,
2025-02-04 20:20:25 +01:00
ee_log_in_console: `EE.log in Console`,
2025-02-05 22:02:32 +01:00
dont_resolve_labels: `Don't Resolve Labels`,
2025-02-04 20:20:25 +01:00
fov_override: `FOV Override (0 = disabled)`,
save_config: `Save changes to client_config.json`,
2025-02-06 00:05:20 +01:00
reload_label_replacements: `Reload Label Replacements`,
2025-02-04 20:20:25 +01:00
camtype: `Camera Type`,
gamecam: `Normal`,
freecam: `Freecam`,
lockcam: `Locked In Place`,
pos: `Position`,
tp_submit: `Teleport To`,
custom: `Custom`,
marker: `|TYPE| in |DIST|m`,
marker_unk: `Marker`,
marker_obj: `Objective`,
marker_target: `Target`,
marker_surcap: `Life Support Capsule`,
marker_surpup: `Life Support Module`,
marker_a: `A`,
marker_b: `B`,
marker_c: `C`,
marker_wp: `Waypoint`,
marker_focus: `Focus`,
marker_extract: `Extraction`,
enable_auto_start: `Enable Auto Start`,
disable_auto_start: `Disable Auto Start`,
clear_script_log: `Clear Script Log`,
console: `Console`,
err: `Connection to DLL lost.`,
err_retry: `Attempt to reconnect.`,
2025-01-27 11:27:05 +01:00
}