Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
translation adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
Katsute committed Aug 31, 2024
1 parent 2e02a97 commit f4cc0e7
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions en/readme.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,34 @@
"header.img_rating": "Rating",
"header.img_installs": "Installs",
"header.img_downloads": "Downloads",
"description": "Add multiple background images for the window, editors, sidebars, or the panel. Load backgrounds from file, glob, or URL. Transition between multiple background images.",
"description": "Add multiple background images for the window, editors, sidebars, or the panel. Load backgrounds from file, [glob](https://github.com/isaacs/node-glob#glob-primer), or URL. Transition between multiple background images.",
"installation._": "Installation",
"installation.description": "* Install from the Visual Studio Marketplace.\nInstall directly from VSCode using the id katsute.`code-background`.",
"installation.description": " - Install from the Visual Studio Marketplace.\n - Install directly from VSCode using the id katsute.`code-background`.",
"installation.usage._": "Usage",
"installation.usage.description": "1. Type `Background: Configuration` in the command pallette or press the **Background** tab in the statusbar.\n2. Select where you want to add a background (Window, Editor, Sidebar, Panel).\n3. Add backgrounds and change how it should be displayed.\n4. Use `Background: Install` or press the install button.",
"installation.usage.description": " 1. Type `Background: Configuration` in the command pallette or press the **Background** tab in the statusbar.\n 2. Select where you want to add a background (Window, Editor, Sidebar, Panel).\n 3. Add backgrounds and change how it should be displayed.\n 4. Use `Background: Install` or press the install button.",
"features._": "Features",
"features.multiple_backgrounds._": "Multiple Backgrounds",
"features.multiple_backgrounds.description": "Add background images for the whole window, editors, sidebars, or the panel. Transition between multiple background images.",
"features.multiple_backgrounds.img_window": "Full Window",
"features.multiple_backgrounds.img_other": "Editor, Sidebar, and Terminal",
"features.multiple_backgrounds.img_slideshow": "Slideshow",
"features.configuration._": "Configuration Menu",
"features.configuration.description": "Type `Background: Configuration` in the command pallette or press the Background tab in the statusbar to access the configuration menu.",
"features.configuration.description": "Type `Background: Configuration` in the command pallette or press the **Background** tab in the statusbar to access the configuration menu.",
"features.path._": "Glob, URL, and Environment Variable Support",
"features.path.description": "Add background images by file, folder, glob, or URL.\n**⚠️ Use only **`/`** for directories\nnode-glob only accepts `/` as path separators, `\\` is reserved for escape characters.",
"features.path.description": "> Add background images by file, folder, glob, or URL.\n>\n> **⚠️ Use only **`/`** for directories\nnode-glob only accepts `/` as path separators, `\\` is reserved for escape characters.",
"commands._": "Commands",
"commands.command": "Command",
"commands.description": "Description",
"configuration._": "Configuration",
"configuration.description": "Use the `Background: Configuration` command to access the configuration menu.\n\nBackground properties are saved as arrays so you can have different options for different UI elements.\n\nThe order settings are saved in is:\n0. Window\n1. Editor\n2. Sidebar\n3. Panel",
"configuration.description": "Use the `Background: Configuration` command to access the configuration menu.\n\nBackground properties are saved as arrays so you can have different options for different UI elements.\n\nThe order settings are saved in is:\n 0. Window\n 1. Editor\n 2. Sidebar\n 3. Panel",
"configuration.table_key": "Key",
"configuration.table_type": "Type",
"configuration.table_description": "Description",
"environment._": "Environment Variables",
"environment.variable": "Variable",
"environment.description": "Description",
"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."
"license": "This extension is released under the [GNU General Public License (GPL) v2.0](https://github.com/KatsuteDev/Background/blob/main/LICENSE)."
}

0 comments on commit f4cc0e7

Please sign in to comment.