|
936 | 936 | "DESCRIPTION_OPEN_PREFS_IN_SPLIT_VIEW": "false to disable opening preferences file in split view", |
937 | 937 | "DESCRIPTION_OPEN_USER_PREFS_IN_SECOND_PANE": "false to open user preferences file in left/top pane", |
938 | 938 | "DESCRIPTION_PATH": "Path specific settings", |
939 | | - "DESCRIPTION_PHP_CODE_INTELLIGENCE": "false to disable PHP code intelligence (Intelephense). Setting it back to true offers the language server download again.", |
| 939 | + "DESCRIPTION_PHP_CODE_INTELLIGENCE": "false to disable PHP code intelligence (Intelephense). Setting it back to true downloads the language server again automatically.", |
940 | 940 | "DESCRIPTION_PHP_LICENSE_KEY": "Intelephense premium licence key (or an absolute path to a key file) enabling premium features like rename and code actions. Not needed if your licence is already in the standard global intelephense licence file.", |
941 | 941 | "DESCRIPTION_PHP_TOOLING_CONFIGURATION": "PHP Tooling default configuration settings", |
942 | 942 | "DESCRIPTION_PREF_HINTS": "Enable/disable Preferences code hints", |
943 | 943 | "DESCRIPTION_PROXY": "The URL of the proxy server used for extension installation", |
944 | 944 | "DESCRIPTION_PURE_CODING_SURFACE": "true to enable code only mode and hide all other UI elements in {APP_NAME}", |
945 | | - "DESCRIPTION_PYTHON_CODE_INTELLIGENCE": "false to disable Python code intelligence (Pyrefly). Setting it back to true offers the language server download again.", |
| 945 | + "DESCRIPTION_PYTHON_CODE_INTELLIGENCE": "false to disable Python code intelligence (Pyrefly). Setting it back to true downloads the language server again automatically.", |
946 | 946 | "DESCRIPTION_QUICK_VIEW_ENABLED": "true to enable Quick View", |
947 | 947 | "DESCRIPTION_RECENT_FILES_NAV": "Enable/disable navigation in recent files", |
948 | 948 | "DESCRIPTION_RULERS_COLORS": "An array of ruler colors corresponding to the rulers option in the editor. Eg: [\"#3d3d3d\", \"red\"]", |
|
2135 | 2135 | "LIVE_PREVIEW_SHOW_STYLES_BAR": "Show Styles Bar", |
2136 | 2136 | "LOCATION": "Location :", |
2137 | 2137 | "LOGIN_REFRESH": "Check Login Status", |
2138 | | - "LSP_INSTALL_POWERED_BY": "Powered by", |
2139 | 2138 | "MALFORMED_URL": "The URL is invalid. Please check that you entered it correctly.", |
2140 | 2139 | "MANAGE_LICENSE_DIALOG_TITLE": "Manage Licenses", |
2141 | 2140 | "MARKED_FOR_DISABLING": "Marked for disabling", |
|
2220 | 2219 | "PHOENIX_TOUR_NEW_PROJECT": "Open or create a new project from here", |
2221 | 2220 | "PHOENIX_TOUR_NEXT_BTN": "Next", |
2222 | 2221 | "PHOENIX_TOUR_STEP_OF": "{0} of {1}", |
2223 | | - "PHP_BENEFIT_COMPLETIONS": "Completions", |
2224 | | - "PHP_BENEFIT_COMPLETIONS_SUB": "smart suggestions as you type", |
2225 | | - "PHP_BENEFIT_DOCS": "Docs on hover", |
2226 | | - "PHP_BENEFIT_DOCS_SUB": "function help right in the editor", |
2227 | | - "PHP_BENEFIT_ERRORS": "Error checking", |
2228 | | - "PHP_BENEFIT_ERRORS_SUB": "mistakes flagged as you code", |
2229 | | - "PHP_BENEFIT_NAV": "Navigation", |
2230 | | - "PHP_BENEFIT_NAV_SUB": "go to definition and find usages", |
2231 | 2222 | "PHP_EXECUTABLE_NOT_FOUND": "PHP runtime not found. Install the PHP7 runtime and update “executablePath” in PHP Preferences appropriately. This enables PHP-related tooling such as Code Hints, Parameter Hints, Jump To Definition and more.", |
2232 | | - "PHP_INSTALLING": "Setting up PHP support — downloading the language server…", |
2233 | | - "PHP_INSTALL_DIALOG_SIZE": "9 MB download", |
2234 | | - "PHP_INSTALL_DIALOG_TEXT": "Advanced completions, error checking, docs and more for PHP.", |
2235 | | - "PHP_INSTALL_DIALOG_TITLE": "Install PHP Code Intelligence", |
| 2223 | + "PHP_INSTALLING": "Setting up PHP support — downloading the language server (9 MB)…", |
2236 | 2224 | "PHP_INSTALL_DONE": "PHP code intelligence is ready.", |
2237 | | - "PHP_INSTALL_ENABLE": "Install", |
2238 | 2225 | "PHP_INSTALL_FAILED": "Could not set up PHP support: {0}. {APP_NAME} will retry when you open a PHP file again.", |
2239 | | - "PHP_INSTALL_LATER_INFO": "You can always install later — the install bar appears whenever a PHP file is open.", |
2240 | | - "PHP_INSTALL_MESSAGE": "Install advanced PHP code intelligence?", |
2241 | | - "PHP_INSTALL_NOT_NOW": "Not Now", |
| 2226 | + "PHP_INSTALL_STOP": "Stop setting up PHP support ({APP_NAME} will try again on the next launch)", |
2242 | 2227 | "PHP_INSTALL_TITLE": "PHP Code Intelligence", |
2243 | | - "PHP_PANEL_TEXT": "PHP code intelligence is off. Install the Intelephense language server (free, ~9 MB download) for completions, error checking, docs and go to definition.", |
2244 | | - "PHP_POWERED_BY_INTELEPHENSE": "Powered by Intelephense", |
| 2228 | + "PHP_INSTALL_WAITING_NETWORK": "Waiting for an internet connection to set up PHP support…", |
2245 | 2229 | "PHP_PROCESS_SPAWN_ERROR": "Error code {0} encountered while starting the PHP process.", |
2246 | 2230 | "PHP_SERVER_ERROR_TITLE": "Error", |
2247 | 2231 | "PHP_SERVER_MEMORY_LIMIT_INVALID": "The memory limit you provided is invalid. Review the PHP preferences to set the correct value.", |
|
2317 | 2301 | "PUSH_SHORTCUT": "Push to remote…", |
2318 | 2302 | "PUSH_SHORTCUT_AHEAD": "Push to remote ({0} ahead)…", |
2319 | 2303 | "PUSH_TO": "Push to", |
2320 | | - "PYTHON_BENEFIT_COMPLETIONS": "Completions", |
2321 | | - "PYTHON_BENEFIT_COMPLETIONS_SUB": "smart suggestions as you type", |
2322 | | - "PYTHON_BENEFIT_DOCS": "Docs on hover", |
2323 | | - "PYTHON_BENEFIT_DOCS_SUB": "function help right in the editor", |
2324 | | - "PYTHON_BENEFIT_ERRORS": "Error checking", |
2325 | | - "PYTHON_BENEFIT_ERRORS_SUB": "mistakes flagged as you code", |
2326 | | - "PYTHON_BENEFIT_FORMAT": "Formatting", |
2327 | | - "PYTHON_BENEFIT_FORMAT_SUB": "one-command code cleanup with Ruff", |
2328 | | - "PYTHON_BENEFIT_NAV": "Navigation", |
2329 | | - "PYTHON_BENEFIT_NAV_SUB": "go to definition and find usages", |
2330 | | - "PYTHON_INSTALLING": "Setting up Python support — downloading the language tools…", |
2331 | | - "PYTHON_INSTALL_DIALOG_SIZE": "25 MB download", |
2332 | | - "PYTHON_INSTALL_DIALOG_TEXT": "Advanced completions, error checking, docs and formatting for Python.", |
2333 | | - "PYTHON_INSTALL_DIALOG_TITLE": "Install Python Code Intelligence", |
| 2304 | + "PYTHON_INSTALLING": "Setting up Python support — downloading the language tools (25 MB)…", |
2334 | 2305 | "PYTHON_INSTALL_DONE": "Python code intelligence is ready.", |
2335 | | - "PYTHON_INSTALL_ENABLE": "Install", |
2336 | 2306 | "PYTHON_INSTALL_FAILED": "Could not set up Python support: {0}. {APP_NAME} will retry when you open a Python file again.", |
2337 | | - "PYTHON_INSTALL_LATER_INFO": "You can always install later — the install bar appears whenever a Python file is open.", |
2338 | | - "PYTHON_INSTALL_MESSAGE": "Install advanced Python code intelligence?", |
2339 | | - "PYTHON_INSTALL_NOT_NOW": "Not Now", |
| 2307 | + "PYTHON_INSTALL_STOP": "Stop setting up Python support ({APP_NAME} will try again on the next launch)", |
2340 | 2308 | "PYTHON_INSTALL_TITLE": "Python Code Intelligence", |
2341 | | - "PYTHON_PANEL_TEXT": "Python code intelligence is off. Install the Pyrefly language server and Ruff formatter (free, ~25 MB download) for completions, error checking, docs, formatting and go to definition.", |
2342 | | - "PYTHON_POWERED_BY_PYREFLY": "Powered by Pyrefly", |
| 2309 | + "PYTHON_INSTALL_WAITING_NETWORK": "Waiting for an internet connection to set up Python support…", |
2343 | 2310 | "Q_UNDO_CHANGES": "Reset changes to file <span class='dialog-filename'>{0}</span>?", |
2344 | 2311 | "READ_DIRECTORY_ENTRIES_ERROR": "An error occurred when reading the contents of the directory <span class='dialog-filename'>{0}</span>. (error {1})", |
2345 | 2312 | "REBASE_RESULT": "Rebase result", |
|
0 commit comments