From 07e9ab12e7465cdffbab482d6be32cf4e0b6be5d Mon Sep 17 00:00:00 2001 From: Katsute <58778985+Katsute@users.noreply.github.com> Date: Mon, 2 Sep 2024 17:39:16 -0400 Subject: [PATCH] help and package translations --- en/readme.json | 21 ++++++++++++++++++++- en/translations.json | 27 ++++++++++++++++++++++++++- 2 files changed, 46 insertions(+), 2 deletions(-) diff --git a/en/readme.json b/en/readme.json index c07dfb9..53770d0 100644 --- a/en/readme.json +++ b/en/readme.json @@ -32,5 +32,24 @@ "environment.desc_workspace": "Current VSCode project folder", "environment.desc_home": "Current user's home directory", "environment.desc_env": "System environment variable", - "license": "This extension is released under the [GNU General Public License (GPL) v2.0](https://github.com/KatsuteDev/Background/blob/main/LICENSE)." + "license": "This extension is released under the [GNU General Public License (GPL) v2.0](https://github.com/KatsuteDev/Background/blob/main/LICENSE).", + "help.commonIssues": "Common Issues", + "help.corrupt._": "Code installation is corrupt", + "help.corrupt.description": "This warning may appear after running the uninstall command, reopen VSCode for this to disappear.\n\nIf this warning still appears after an uninstall, reinstall [VSCode](https://code.visualstudio.com/download).", + "help.fix._": "VSCode stopped working [#46](https://github.com/KatsuteDev/Background/issues/46)", + "help.fix.description": "This extension modifies an internal file to make backgrounds work, if VSCode stops working replace `%LocalAppData%\\Programs\\Microsoft VS Code\\resources\\app\\out\\vs\\workbench\\workbench.desktop.main.js` with `workbench.desktop.main-backup.js`.\n\nThis extension also modifies `%LocalAppData%\\Programs\\Microsoft VS Code\\resources\\app\\product.json`, replace with `product-backup.json` if VSCode stops working.", + "help.missing._": "Backgrounds are missing on workspace", + "help.missing.description": "The workspace setting will use whatever settings are set for that workspace, it does not fallback to the global setting.", + "help.inverted._": "Opacity is inverted", + "help.inverted.description": "As of 3.0.0, opacity has been switched from 0 visible and 1 invisible to 1 visible and 0 invisible, use the **useInvertedOpacity** option if you want the old behavior.", + "help.uninstall._": "Disable/uninstall doesn't remove background", + "help.uninstall.description": "Backgrounds are not removed on extension disable or uninstall, you must run the **Background: Uninstall** command to remove backgrounds.", + "help.window._": "Background doesn't work on window buttons (minimize/maximize/close) [#178](https://github.com/KatsuteDev/Background/issues/178)", + "help.window.description": "These buttons are controlled by the system and not VSCode; and can not be modified by this extension.", + "help.wsl._": "(Windows) Doesn't work on WSL [#27](https://github.com/KatsuteDev/Background/issues/27#issuecomment-1233610914)", + "help.wsl.description": "Backgrounds can not be changed while running this extension in a remote WSL window. Backgrounds must be changed by making changes in the main VSCode window, then opening the remote WSL window.", + "help.readonly._": "(Mac) read-only file system [#76](https://github.com/KatsuteDev/Background/issues/76)", + "help.readonly.description": "This extension doesn't natively support Mac, write permissions must be granted to the VSCode application:\n\n1. Move `Visual Studio Code.app` from `Download` to the `Application` directory.\n2. Run `sudo chmod -R a+rwx '/Applications/Visual Studio Code.app'` to grant write permissions.", + "help.snap._": "(Linux) snap: read-only file system [#140](https://github.com/KatsuteDev/Background/issues/140#issuecomment-1503820398)", + "help.snap.description": "Applications installed using [snap](https://snapcraft.io/) are inherently read-only, install VSCode using [deb](https://code.visualstudio.com/download) or [rpm](https://code.visualstudio.com/download)." } \ No newline at end of file diff --git a/en/translations.json b/en/translations.json index 0e0dcd2..37c2be7 100644 --- a/en/translations.json +++ b/en/translations.json @@ -1,3 +1,28 @@ { - + "name": "Background", + "description": "The most advanced background image extension for VSCode", + "contributes.command.install": "Install", + "contributes.command.uninstall": "Uninstall", + "contributes.command.reload": "Reload", + "contributes.command.configuration": "Configuration", + "contributes.command.changelog": "Changelog", + "contributes.command.Help": "Help", + "contributes.configuration.windowBackgrounds": "The list of files, globs, or URLs to pull background images from.\n\n* Use only `/` for directories, `\\` is reserved for escape characters.\n\n* Image URLs must be served over HTTPS.", + "contributes.configuration.editorBackgrounds": "The list of files, globs, or URLs to pull background images from.\n\n* Use only `/` for directories, `\\` is reserved for escape characters.\n\n* Image URLs must be served over HTTPS.", + "contributes.configuration.sidebarBackgrounds": "The list of files, globs, or URLs to pull background images from.\n\n* Use only `/` for directories, `\\` is reserved for escape characters.\n\n* Image URLs must be served over HTTPS.", + "contributes.configuration.panelBackgrounds": "The list of files, globs, or URLs to pull background images from.\n\n* Use only `/` for directories, `\\` is reserved for escape characters.\n\n* Image URLs must be served over HTTPS.", + "contributes.configuration.backgroundAlignment": "The background image alignment.", + "contributes.configuration.backgroundAlignmentValue": "If `#background.backgroundAlignment#` is set to `Manual`, this is the literal value for the `background-position` css property.", + "contributes.configuration.backgroundBlur": "The background image blur amount in css units.", + "contributes.configuration.backgroundOpacity": "The background opacity, make sure this number is not to high, otherwise you may not be able to see the UI and revert this change.\n\n`1` is fully visible and `0` is invisible. If `#background.useInvertedOpacity#` is true, this logic is inverted.", + "contributes.configuration.backgroundRepeat": "The background image repeat.", + "contributes.configuration.backgroundSize": "The background image size.", + "contributes.configuration.backgroundSizeValue": "If `#background.windowBackgroundSize#` is set to `Manual`, this is the literal value for the `background-size` css property.", + "contributes.configuration.backgroundChangeTime": "How long in seconds before the background should automatically change.\n\nSet to `0` to always use the same image.", + "contributes.configuration.autoInstall": "Automatically installs backgrounds and reloads the window on startup if changes are detected or VSCode updates.\n\nThis option is disabled when you run the uninstall command.", + "contributes.configuration.renderContentAboveBackground": "Render content like images, PDFs, and markdown previews above the background.", + "contributes.configuration.useInvertedOpacity": "Use an inverted opacity, so 0 is fully visible and 1 is invisible.", + "contributes.configuration.smoothImageRendering": "Use smooth image rendering rather than pixelated rendering when resizing images.", + "contributes.configuration.settingScope": "Where to save and load background settings.\n\nThis does not automatically update the background on workspace change, you need to also turn on `#background.autoInstall#`.", + "contributes.configuration.CSS": "Apply raw CSS to VSCode." } \ No newline at end of file