You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: frontend/src/assets/locales/en_US.json
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -102,13 +102,15 @@
102
102
"tip": {
103
103
"general": "Tip: First launch may be slow. Please wait.",
104
104
"choose_version_dropdown": "Use the dropdown on the right to switch versions quickly.",
105
-
"open_version_settings_gear": "Click the gear to open Version Settings; customize icon and enable isolation.",
106
-
"mods_drag": "On the Mods page, drag-and-drop .zip/.dll onto the card to import.",
105
+
"open_version_settings_gear": "Hover the Current Version badge and click the gear in the tooltip to open Version Settings; supports icon customization and isolation.",
107
106
"mods_import_button": "Use the “Import .zip/.dll” button on the Mods card to pick files.",
108
-
"mods_open_folder": "Click “Open Folder” on the Mods card to manage plugin files directly.",
107
+
"mods_open_folder_requirement": "Select a version before opening the Mods folder.",
109
108
"download_versions": "Install Release/Preview on the Download page; it appears in the dropdown afterward.",
110
109
"content_counts_card": "The Content card shows counts of worlds, resource and behavior packs.",
111
-
"file_manager_pick": "File Manager supports multi-select and returns paths to Mods import."
110
+
"file_manager_pick": "File Manager supports multi-select and returns paths to Mods import.",
111
+
"settings_base_root": "Settings lets you change content base path; default %LOCALAPPDATA%\\LeviLauncher.",
112
+
"directory_write_check": "Save only to writable directories; non-writable directories are disabled.",
113
+
"drag_import_unsupported": "Drag-and-drop import is unsupported; use Import .zip/.dll or File Manager."
0 commit comments