From a990291547b15c53bf7915e979dd99601b1c1b84 Mon Sep 17 00:00:00 2001 From: Nicky <111157596+xNickyDev@users.noreply.github.com> Date: Sun, 24 May 2026 10:22:38 +0200 Subject: [PATCH 01/16] New translations package.nls.json (Spanish) [ci skip] --- package.nls.es.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 package.nls.es.json diff --git a/package.nls.es.json b/package.nls.es.json new file mode 100644 index 0000000..e0ff9d1 --- /dev/null +++ b/package.nls.es.json @@ -0,0 +1,32 @@ +{ + "extension.description": "Official Visual Studio Code Extension for ForgeScript.", + "command.createConfig.title": "Create config file (.forgevsc.json)", + "command.reloadFunctionMetadata.title": "Fetch function metadata. Use with caution!", + "command.searchGuides.title": "Search Guides", + "command.reloadGuideMetadata.title": "Refresh Guides", + "command.openGuide.title": "Open Guide", + "command.previewGuide.title": "Preview Guide", + "command.favoriteGuide.title": "Add to Favorites", + "command.unfavoriteGuide.title": "Remove from Favorites", + "command.createGuide.title": "Create Guide", + "command.openGuideExternal.title": "Open Guide (External)", + "command.openExtensionSettings.title": "Open Extension Settings", + "view.guides.title": "Guides", + "view.guides.welcome": "No guides available.\n[$(refresh) Reload Guides](command:forgevsc.reloadGuideMetadata)\n[$(add) Create Guide](command:forgevsc.createGuide)", + "config.global.enabledWorkspaces.description": "List of workspace names where ForgeVSC is enabled. Leave empty to enable the extension for all workspaces.", + "config.workspace.additionalPackages.description": "Additional packages/extensions to fetch metadata from. By default, installed Forge packages are detected automatically. This property is only needed if metadata fetching fails or you want to include extra packages.", + "config.workspace.customFunctionPaths.description": "Path(s) to your custom functions folder(s). This is used to generate metadata and to provide full extension feature support for your custom functions.", + "config.workspace.colors.function.name.description": "The highlight color used for function names.", + "config.workspace.colors.function.dollar.description": "The highlight color used for function dollar signs ($).", + "config.workspace.colors.function.semicolon.description": "The highlight color used for function semicolons (;).", + "config.workspace.colors.operators.negation.description": "The highlight color used for the negation operator (!).", + "config.workspace.colors.operators.silent.description": "The highlight color used for the silent operator (#).", + "config.workspace.colors.operators.count.description": "The highlight color used for the count operator (@[x]).", + "config.workspace.colors.operators.countDelimiter.description": "The highlight color used for the count operator delimiter (separator).", + "config.workspace.features.folding.description": "Whether folding for multi-line function contents should be enabled.", + "config.workspace.features.hoverInfo.description": "Whether hover info cards for functions and operators should be enabled.", + "config.workspace.features.suggestions.description": "Whether suggestions for bracket placement should be enabled.", + "config.workspace.features.signatureHelp.description": "Whether signature help for function arguments should be enabled.", + "config.workspace.features.diagnostics.description": "Whether diagnostics for function validation should be enabled.", + "config.workspace.features.autocompletion.description": "Whether autocompletion for functions and arguments should be enabled." +} From d12d01975f3a7930784e4ba6429dc70f3b141717 Mon Sep 17 00:00:00 2001 From: Nicky <111157596+xNickyDev@users.noreply.github.com> Date: Sun, 24 May 2026 10:22:40 +0200 Subject: [PATCH 02/16] New translations package.nls.json (German) [ci skip] --- package.nls.de.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 package.nls.de.json diff --git a/package.nls.de.json b/package.nls.de.json new file mode 100644 index 0000000..e0ff9d1 --- /dev/null +++ b/package.nls.de.json @@ -0,0 +1,32 @@ +{ + "extension.description": "Official Visual Studio Code Extension for ForgeScript.", + "command.createConfig.title": "Create config file (.forgevsc.json)", + "command.reloadFunctionMetadata.title": "Fetch function metadata. Use with caution!", + "command.searchGuides.title": "Search Guides", + "command.reloadGuideMetadata.title": "Refresh Guides", + "command.openGuide.title": "Open Guide", + "command.previewGuide.title": "Preview Guide", + "command.favoriteGuide.title": "Add to Favorites", + "command.unfavoriteGuide.title": "Remove from Favorites", + "command.createGuide.title": "Create Guide", + "command.openGuideExternal.title": "Open Guide (External)", + "command.openExtensionSettings.title": "Open Extension Settings", + "view.guides.title": "Guides", + "view.guides.welcome": "No guides available.\n[$(refresh) Reload Guides](command:forgevsc.reloadGuideMetadata)\n[$(add) Create Guide](command:forgevsc.createGuide)", + "config.global.enabledWorkspaces.description": "List of workspace names where ForgeVSC is enabled. Leave empty to enable the extension for all workspaces.", + "config.workspace.additionalPackages.description": "Additional packages/extensions to fetch metadata from. By default, installed Forge packages are detected automatically. This property is only needed if metadata fetching fails or you want to include extra packages.", + "config.workspace.customFunctionPaths.description": "Path(s) to your custom functions folder(s). This is used to generate metadata and to provide full extension feature support for your custom functions.", + "config.workspace.colors.function.name.description": "The highlight color used for function names.", + "config.workspace.colors.function.dollar.description": "The highlight color used for function dollar signs ($).", + "config.workspace.colors.function.semicolon.description": "The highlight color used for function semicolons (;).", + "config.workspace.colors.operators.negation.description": "The highlight color used for the negation operator (!).", + "config.workspace.colors.operators.silent.description": "The highlight color used for the silent operator (#).", + "config.workspace.colors.operators.count.description": "The highlight color used for the count operator (@[x]).", + "config.workspace.colors.operators.countDelimiter.description": "The highlight color used for the count operator delimiter (separator).", + "config.workspace.features.folding.description": "Whether folding for multi-line function contents should be enabled.", + "config.workspace.features.hoverInfo.description": "Whether hover info cards for functions and operators should be enabled.", + "config.workspace.features.suggestions.description": "Whether suggestions for bracket placement should be enabled.", + "config.workspace.features.signatureHelp.description": "Whether signature help for function arguments should be enabled.", + "config.workspace.features.diagnostics.description": "Whether diagnostics for function validation should be enabled.", + "config.workspace.features.autocompletion.description": "Whether autocompletion for functions and arguments should be enabled." +} From cc513ad0651b21e886c0bf309dd603bf7dcced10 Mon Sep 17 00:00:00 2001 From: Nicky <111157596+xNickyDev@users.noreply.github.com> Date: Sun, 24 May 2026 10:22:41 +0200 Subject: [PATCH 03/16] New translations bundle.l10n.json (Spanish) [ci skip] --- translations/bundle.l10n.es.json | 56 ++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 translations/bundle.l10n.es.json diff --git a/translations/bundle.l10n.es.json b/translations/bundle.l10n.es.json new file mode 100644 index 0000000..4310b66 --- /dev/null +++ b/translations/bundle.l10n.es.json @@ -0,0 +1,56 @@ +{ + "Source": "Source", + "Documentation": "Documentation", + "Guide": "Guide", + "*No guide content available.*": "*No guide content available.*", + "No guides available.": "No guides available.", + "Search guides... (e.g. author:Nicky package:ForgeScript)": "Search guides... (e.g. author:Nicky package:ForgeScript)", + "Filter": "Filter", + "Favorited Guides": "Favorited Guides", + "Favorites": "Favorites", + "# 404: Guide Not Found\n\nNo metadata was found for this guide.": "# 404: Guide Not Found\n\nNo metadata was found for this guide.", + "No guide found for this function.": "No guide found for this function.", + "Could not open guide search.": "Could not open guide search.", + "Successfully fetched guide metadata!": "Successfully fetched guide metadata!", + "Negation Operator": "Negation Operator", + "The negation operator disables any possible output of a function. This can be useful for functions that return a \"status\" after execution, such as booleans or numbers.": "The negation operator disables any possible output of a function. This can be useful for functions that return a \"status\" after execution, such as booleans or numbers.", + "Silent Operator": "Silent Operator", + "The silent operator will suppress any error a function might throw and stops further code execution as well.": "The silent operator will suppress any error a function might throw and stops further code execution as well.", + "Count Operator": "Count Operator", + "The count operator directly counts the values of a possible array output from a function using a delimiter (separator). This operator only takes in **1 character**.": "The count operator directly counts the values of a possible array output from a function using a delimiter (separator). This operator only takes in **1 character**.", + "$(circle-slash) {0} Disabled": "$(circle-slash) {0} Disabled", + "Open Extension Settings": "Open Extension Settings", + "{0} Extension Details": "{0} Extension Details", + "Reload": "Reload", + "Open Settings": "Open Settings", + "Extension is disabled for this workspace. Reload recommended.": "Extension is disabled for this workspace. Reload recommended.", + "Extension has been enabled. Reload to fully activate.": "Extension has been enabled. Reload to fully activate.", + "This function is deprecated and its use is discouraged. It may be removed in upcoming releases. Use a supported alternative if available.": "This function is deprecated and its use is discouraged. It may be removed in upcoming releases. Use a supported alternative if available.", + "Function `{0}` is deprecated. Use an available alternative instead": "Function `{0}` is deprecated. Use an available alternative instead", + "This is an experimental function. It may not work as expected and is not guaranteed to be stable. Expect bugs, changes, or removal.": "This is an experimental function. It may not work as expected and is not guaranteed to be stable. Expect bugs, changes, or removal.", + "Function `{0}` has invalid operator order": "Function `{0}` has invalid operator order", + "Function `{0}` has duplicated operators supplied": "Function `{0}` has duplicated operators supplied", + "Function `{0}` requires brackets": "Function `{0}` requires brackets", + "Function `{0}` is missing brace closure": "Function `{0}` is missing brace closure", + "Function `{0}` is missing argument `{1}`": "Function `{0}` is missing argument `{1}`", + "$(folder) Workspace Settings": "$(folder) Workspace Settings", + "Workspace": "Workspace", + "Folder": "Folder", + "$(account) User Settings": "$(account) User Settings", + "Global": "Global", + "Which extension settings would you like to open?": "Which extension settings would you like to open?", + "The custom configuration file is deprecated and maintained only for legacy compatibility. Please use extension settings instead.": "The custom configuration file is deprecated and maintained only for legacy compatibility. Please use extension settings instead.", + "Dismiss": "Dismiss", + "Open a workspace folder first.": "Open a workspace folder first.", + "Open": "Open", + "Overwrite": "Overwrite", + "Extension config file already exists.": "Extension config file already exists.", + "Cancel": "Cancel", + "$(root-folder) Workspace Root": "$(root-folder) Workspace Root", + "Default": "Default", + "$(folder) VSCode Folder": "$(folder) VSCode Folder", + "Where do you want to create the config file?": "Where do you want to create the config file?", + "Config file overwritten successfully!": "Config file overwritten successfully!", + "Successfully created config file!": "Successfully created config file!", + "Successfully fetched function metadata!": "Successfully fetched function metadata!" +} \ No newline at end of file From 96d1e810ce8a4a418ff82a858b6005e833dbc0b6 Mon Sep 17 00:00:00 2001 From: Nicky <111157596+xNickyDev@users.noreply.github.com> Date: Sun, 24 May 2026 10:22:42 +0200 Subject: [PATCH 04/16] New translations bundle.l10n.json (German) [ci skip] --- translations/bundle.l10n.de.json | 56 ++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 translations/bundle.l10n.de.json diff --git a/translations/bundle.l10n.de.json b/translations/bundle.l10n.de.json new file mode 100644 index 0000000..4310b66 --- /dev/null +++ b/translations/bundle.l10n.de.json @@ -0,0 +1,56 @@ +{ + "Source": "Source", + "Documentation": "Documentation", + "Guide": "Guide", + "*No guide content available.*": "*No guide content available.*", + "No guides available.": "No guides available.", + "Search guides... (e.g. author:Nicky package:ForgeScript)": "Search guides... (e.g. author:Nicky package:ForgeScript)", + "Filter": "Filter", + "Favorited Guides": "Favorited Guides", + "Favorites": "Favorites", + "# 404: Guide Not Found\n\nNo metadata was found for this guide.": "# 404: Guide Not Found\n\nNo metadata was found for this guide.", + "No guide found for this function.": "No guide found for this function.", + "Could not open guide search.": "Could not open guide search.", + "Successfully fetched guide metadata!": "Successfully fetched guide metadata!", + "Negation Operator": "Negation Operator", + "The negation operator disables any possible output of a function. This can be useful for functions that return a \"status\" after execution, such as booleans or numbers.": "The negation operator disables any possible output of a function. This can be useful for functions that return a \"status\" after execution, such as booleans or numbers.", + "Silent Operator": "Silent Operator", + "The silent operator will suppress any error a function might throw and stops further code execution as well.": "The silent operator will suppress any error a function might throw and stops further code execution as well.", + "Count Operator": "Count Operator", + "The count operator directly counts the values of a possible array output from a function using a delimiter (separator). This operator only takes in **1 character**.": "The count operator directly counts the values of a possible array output from a function using a delimiter (separator). This operator only takes in **1 character**.", + "$(circle-slash) {0} Disabled": "$(circle-slash) {0} Disabled", + "Open Extension Settings": "Open Extension Settings", + "{0} Extension Details": "{0} Extension Details", + "Reload": "Reload", + "Open Settings": "Open Settings", + "Extension is disabled for this workspace. Reload recommended.": "Extension is disabled for this workspace. Reload recommended.", + "Extension has been enabled. Reload to fully activate.": "Extension has been enabled. Reload to fully activate.", + "This function is deprecated and its use is discouraged. It may be removed in upcoming releases. Use a supported alternative if available.": "This function is deprecated and its use is discouraged. It may be removed in upcoming releases. Use a supported alternative if available.", + "Function `{0}` is deprecated. Use an available alternative instead": "Function `{0}` is deprecated. Use an available alternative instead", + "This is an experimental function. It may not work as expected and is not guaranteed to be stable. Expect bugs, changes, or removal.": "This is an experimental function. It may not work as expected and is not guaranteed to be stable. Expect bugs, changes, or removal.", + "Function `{0}` has invalid operator order": "Function `{0}` has invalid operator order", + "Function `{0}` has duplicated operators supplied": "Function `{0}` has duplicated operators supplied", + "Function `{0}` requires brackets": "Function `{0}` requires brackets", + "Function `{0}` is missing brace closure": "Function `{0}` is missing brace closure", + "Function `{0}` is missing argument `{1}`": "Function `{0}` is missing argument `{1}`", + "$(folder) Workspace Settings": "$(folder) Workspace Settings", + "Workspace": "Workspace", + "Folder": "Folder", + "$(account) User Settings": "$(account) User Settings", + "Global": "Global", + "Which extension settings would you like to open?": "Which extension settings would you like to open?", + "The custom configuration file is deprecated and maintained only for legacy compatibility. Please use extension settings instead.": "The custom configuration file is deprecated and maintained only for legacy compatibility. Please use extension settings instead.", + "Dismiss": "Dismiss", + "Open a workspace folder first.": "Open a workspace folder first.", + "Open": "Open", + "Overwrite": "Overwrite", + "Extension config file already exists.": "Extension config file already exists.", + "Cancel": "Cancel", + "$(root-folder) Workspace Root": "$(root-folder) Workspace Root", + "Default": "Default", + "$(folder) VSCode Folder": "$(folder) VSCode Folder", + "Where do you want to create the config file?": "Where do you want to create the config file?", + "Config file overwritten successfully!": "Config file overwritten successfully!", + "Successfully created config file!": "Successfully created config file!", + "Successfully fetched function metadata!": "Successfully fetched function metadata!" +} \ No newline at end of file From 0d5cb642c503da2ce435ac40716fcdab7b057661 Mon Sep 17 00:00:00 2001 From: Nicky <111157596+xNickyDev@users.noreply.github.com> Date: Sun, 24 May 2026 11:43:38 +0200 Subject: [PATCH 05/16] Update source file package.nls.json [ci skip] --- package.nls.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 package.nls.json diff --git a/package.nls.json b/package.nls.json new file mode 100644 index 0000000..e0ff9d1 --- /dev/null +++ b/package.nls.json @@ -0,0 +1,32 @@ +{ + "extension.description": "Official Visual Studio Code Extension for ForgeScript.", + "command.createConfig.title": "Create config file (.forgevsc.json)", + "command.reloadFunctionMetadata.title": "Fetch function metadata. Use with caution!", + "command.searchGuides.title": "Search Guides", + "command.reloadGuideMetadata.title": "Refresh Guides", + "command.openGuide.title": "Open Guide", + "command.previewGuide.title": "Preview Guide", + "command.favoriteGuide.title": "Add to Favorites", + "command.unfavoriteGuide.title": "Remove from Favorites", + "command.createGuide.title": "Create Guide", + "command.openGuideExternal.title": "Open Guide (External)", + "command.openExtensionSettings.title": "Open Extension Settings", + "view.guides.title": "Guides", + "view.guides.welcome": "No guides available.\n[$(refresh) Reload Guides](command:forgevsc.reloadGuideMetadata)\n[$(add) Create Guide](command:forgevsc.createGuide)", + "config.global.enabledWorkspaces.description": "List of workspace names where ForgeVSC is enabled. Leave empty to enable the extension for all workspaces.", + "config.workspace.additionalPackages.description": "Additional packages/extensions to fetch metadata from. By default, installed Forge packages are detected automatically. This property is only needed if metadata fetching fails or you want to include extra packages.", + "config.workspace.customFunctionPaths.description": "Path(s) to your custom functions folder(s). This is used to generate metadata and to provide full extension feature support for your custom functions.", + "config.workspace.colors.function.name.description": "The highlight color used for function names.", + "config.workspace.colors.function.dollar.description": "The highlight color used for function dollar signs ($).", + "config.workspace.colors.function.semicolon.description": "The highlight color used for function semicolons (;).", + "config.workspace.colors.operators.negation.description": "The highlight color used for the negation operator (!).", + "config.workspace.colors.operators.silent.description": "The highlight color used for the silent operator (#).", + "config.workspace.colors.operators.count.description": "The highlight color used for the count operator (@[x]).", + "config.workspace.colors.operators.countDelimiter.description": "The highlight color used for the count operator delimiter (separator).", + "config.workspace.features.folding.description": "Whether folding for multi-line function contents should be enabled.", + "config.workspace.features.hoverInfo.description": "Whether hover info cards for functions and operators should be enabled.", + "config.workspace.features.suggestions.description": "Whether suggestions for bracket placement should be enabled.", + "config.workspace.features.signatureHelp.description": "Whether signature help for function arguments should be enabled.", + "config.workspace.features.diagnostics.description": "Whether diagnostics for function validation should be enabled.", + "config.workspace.features.autocompletion.description": "Whether autocompletion for functions and arguments should be enabled." +} From a4fb9387a6811466836fa0aaf3fb726c5f163a9a Mon Sep 17 00:00:00 2001 From: Nicky <111157596+xNickyDev@users.noreply.github.com> Date: Sun, 24 May 2026 11:43:39 +0200 Subject: [PATCH 06/16] Update source file bundle.l10n.json [ci skip] --- translations/bundle.l10n.json | 56 +++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 translations/bundle.l10n.json diff --git a/translations/bundle.l10n.json b/translations/bundle.l10n.json new file mode 100644 index 0000000..4310b66 --- /dev/null +++ b/translations/bundle.l10n.json @@ -0,0 +1,56 @@ +{ + "Source": "Source", + "Documentation": "Documentation", + "Guide": "Guide", + "*No guide content available.*": "*No guide content available.*", + "No guides available.": "No guides available.", + "Search guides... (e.g. author:Nicky package:ForgeScript)": "Search guides... (e.g. author:Nicky package:ForgeScript)", + "Filter": "Filter", + "Favorited Guides": "Favorited Guides", + "Favorites": "Favorites", + "# 404: Guide Not Found\n\nNo metadata was found for this guide.": "# 404: Guide Not Found\n\nNo metadata was found for this guide.", + "No guide found for this function.": "No guide found for this function.", + "Could not open guide search.": "Could not open guide search.", + "Successfully fetched guide metadata!": "Successfully fetched guide metadata!", + "Negation Operator": "Negation Operator", + "The negation operator disables any possible output of a function. This can be useful for functions that return a \"status\" after execution, such as booleans or numbers.": "The negation operator disables any possible output of a function. This can be useful for functions that return a \"status\" after execution, such as booleans or numbers.", + "Silent Operator": "Silent Operator", + "The silent operator will suppress any error a function might throw and stops further code execution as well.": "The silent operator will suppress any error a function might throw and stops further code execution as well.", + "Count Operator": "Count Operator", + "The count operator directly counts the values of a possible array output from a function using a delimiter (separator). This operator only takes in **1 character**.": "The count operator directly counts the values of a possible array output from a function using a delimiter (separator). This operator only takes in **1 character**.", + "$(circle-slash) {0} Disabled": "$(circle-slash) {0} Disabled", + "Open Extension Settings": "Open Extension Settings", + "{0} Extension Details": "{0} Extension Details", + "Reload": "Reload", + "Open Settings": "Open Settings", + "Extension is disabled for this workspace. Reload recommended.": "Extension is disabled for this workspace. Reload recommended.", + "Extension has been enabled. Reload to fully activate.": "Extension has been enabled. Reload to fully activate.", + "This function is deprecated and its use is discouraged. It may be removed in upcoming releases. Use a supported alternative if available.": "This function is deprecated and its use is discouraged. It may be removed in upcoming releases. Use a supported alternative if available.", + "Function `{0}` is deprecated. Use an available alternative instead": "Function `{0}` is deprecated. Use an available alternative instead", + "This is an experimental function. It may not work as expected and is not guaranteed to be stable. Expect bugs, changes, or removal.": "This is an experimental function. It may not work as expected and is not guaranteed to be stable. Expect bugs, changes, or removal.", + "Function `{0}` has invalid operator order": "Function `{0}` has invalid operator order", + "Function `{0}` has duplicated operators supplied": "Function `{0}` has duplicated operators supplied", + "Function `{0}` requires brackets": "Function `{0}` requires brackets", + "Function `{0}` is missing brace closure": "Function `{0}` is missing brace closure", + "Function `{0}` is missing argument `{1}`": "Function `{0}` is missing argument `{1}`", + "$(folder) Workspace Settings": "$(folder) Workspace Settings", + "Workspace": "Workspace", + "Folder": "Folder", + "$(account) User Settings": "$(account) User Settings", + "Global": "Global", + "Which extension settings would you like to open?": "Which extension settings would you like to open?", + "The custom configuration file is deprecated and maintained only for legacy compatibility. Please use extension settings instead.": "The custom configuration file is deprecated and maintained only for legacy compatibility. Please use extension settings instead.", + "Dismiss": "Dismiss", + "Open a workspace folder first.": "Open a workspace folder first.", + "Open": "Open", + "Overwrite": "Overwrite", + "Extension config file already exists.": "Extension config file already exists.", + "Cancel": "Cancel", + "$(root-folder) Workspace Root": "$(root-folder) Workspace Root", + "Default": "Default", + "$(folder) VSCode Folder": "$(folder) VSCode Folder", + "Where do you want to create the config file?": "Where do you want to create the config file?", + "Config file overwritten successfully!": "Config file overwritten successfully!", + "Successfully created config file!": "Successfully created config file!", + "Successfully fetched function metadata!": "Successfully fetched function metadata!" +} \ No newline at end of file From 1ac35b85130454f49bc5878208ecc48468430e38 Mon Sep 17 00:00:00 2001 From: Nicky <111157596+xNickyDev@users.noreply.github.com> Date: Sun, 24 May 2026 11:43:41 +0200 Subject: [PATCH 07/16] New translations package.nls.json (German) [ci skip] --- package.nls.de.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/package.nls.de.json b/package.nls.de.json index e0ff9d1..476f14f 100644 --- a/package.nls.de.json +++ b/package.nls.de.json @@ -1,18 +1,18 @@ { - "extension.description": "Official Visual Studio Code Extension for ForgeScript.", - "command.createConfig.title": "Create config file (.forgevsc.json)", + "extension.description": "Offizielle Visual Studio Code-Erweiterung für ForgeScript.", + "command.createConfig.title": "Konfigurationsdatei erstellen (.forgevsc.json)", "command.reloadFunctionMetadata.title": "Fetch function metadata. Use with caution!", "command.searchGuides.title": "Search Guides", - "command.reloadGuideMetadata.title": "Refresh Guides", - "command.openGuide.title": "Open Guide", - "command.previewGuide.title": "Preview Guide", + "command.reloadGuideMetadata.title": "Leitfäden aktualisieren", + "command.openGuide.title": "Leitfaden öffnen", + "command.previewGuide.title": "Leitfaden-Vorschau", "command.favoriteGuide.title": "Add to Favorites", "command.unfavoriteGuide.title": "Remove from Favorites", - "command.createGuide.title": "Create Guide", - "command.openGuideExternal.title": "Open Guide (External)", - "command.openExtensionSettings.title": "Open Extension Settings", - "view.guides.title": "Guides", - "view.guides.welcome": "No guides available.\n[$(refresh) Reload Guides](command:forgevsc.reloadGuideMetadata)\n[$(add) Create Guide](command:forgevsc.createGuide)", + "command.createGuide.title": "Leitfaden erstellen", + "command.openGuideExternal.title": "Leitfaden öffnen (External)", + "command.openExtensionSettings.title": "Erweiterungseinstellungen öffnen", + "view.guides.title": "Leitfäden", + "view.guides.welcome": "Keine Leitfäden verfügbar.\\n[$(refresh) Leitfäden aktualisieren](command:forgevsc.reloadGuideMetadata)\\n[$(add) Leitfaden erstellen](command:forgevsc.createGuide)", "config.global.enabledWorkspaces.description": "List of workspace names where ForgeVSC is enabled. Leave empty to enable the extension for all workspaces.", "config.workspace.additionalPackages.description": "Additional packages/extensions to fetch metadata from. By default, installed Forge packages are detected automatically. This property is only needed if metadata fetching fails or you want to include extra packages.", "config.workspace.customFunctionPaths.description": "Path(s) to your custom functions folder(s). This is used to generate metadata and to provide full extension feature support for your custom functions.", From 17ccf1268b94cf20139d5f287ffad066160605ee Mon Sep 17 00:00:00 2001 From: Nicky <111157596+xNickyDev@users.noreply.github.com> Date: Sun, 24 May 2026 11:43:42 +0200 Subject: [PATCH 08/16] New translations bundle.l10n.json (Spanish) [ci skip] --- translations/bundle.l10n.es.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/translations/bundle.l10n.es.json b/translations/bundle.l10n.es.json index 4310b66..4bffab2 100644 --- a/translations/bundle.l10n.es.json +++ b/translations/bundle.l10n.es.json @@ -7,7 +7,7 @@ "Search guides... (e.g. author:Nicky package:ForgeScript)": "Search guides... (e.g. author:Nicky package:ForgeScript)", "Filter": "Filter", "Favorited Guides": "Favorited Guides", - "Favorites": "Favorites", + "Favorites": "Favoritos", "# 404: Guide Not Found\n\nNo metadata was found for this guide.": "# 404: Guide Not Found\n\nNo metadata was found for this guide.", "No guide found for this function.": "No guide found for this function.", "Could not open guide search.": "Could not open guide search.", @@ -18,7 +18,7 @@ "The silent operator will suppress any error a function might throw and stops further code execution as well.": "The silent operator will suppress any error a function might throw and stops further code execution as well.", "Count Operator": "Count Operator", "The count operator directly counts the values of a possible array output from a function using a delimiter (separator). This operator only takes in **1 character**.": "The count operator directly counts the values of a possible array output from a function using a delimiter (separator). This operator only takes in **1 character**.", - "$(circle-slash) {0} Disabled": "$(circle-slash) {0} Disabled", + "$(circle-slash) {0} Disabled": "$(circle-slash) {0} Desactivado", "Open Extension Settings": "Open Extension Settings", "{0} Extension Details": "{0} Extension Details", "Reload": "Reload", @@ -45,7 +45,7 @@ "Open": "Open", "Overwrite": "Overwrite", "Extension config file already exists.": "Extension config file already exists.", - "Cancel": "Cancel", + "Cancel": "Cancelar", "$(root-folder) Workspace Root": "$(root-folder) Workspace Root", "Default": "Default", "$(folder) VSCode Folder": "$(folder) VSCode Folder", From 8fca1a39f7aa6b38108e2a4f101e75a2f924de62 Mon Sep 17 00:00:00 2001 From: Nicky <111157596+xNickyDev@users.noreply.github.com> Date: Sun, 24 May 2026 11:43:43 +0200 Subject: [PATCH 09/16] New translations bundle.l10n.json (German) [ci skip] --- translations/bundle.l10n.de.json | 50 ++++++++++++++++---------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/translations/bundle.l10n.de.json b/translations/bundle.l10n.de.json index 4310b66..860d526 100644 --- a/translations/bundle.l10n.de.json +++ b/translations/bundle.l10n.de.json @@ -1,15 +1,15 @@ { - "Source": "Source", - "Documentation": "Documentation", - "Guide": "Guide", - "*No guide content available.*": "*No guide content available.*", - "No guides available.": "No guides available.", + "Source": "Quelle", + "Documentation": "Dokumentation", + "Guide": "Leitfaden", + "*No guide content available.*": "*Kein Leitfaden-Inhalt verfügbar.*", + "No guides available.": "Keine Leitfäden verfügbar.", "Search guides... (e.g. author:Nicky package:ForgeScript)": "Search guides... (e.g. author:Nicky package:ForgeScript)", "Filter": "Filter", - "Favorited Guides": "Favorited Guides", - "Favorites": "Favorites", - "# 404: Guide Not Found\n\nNo metadata was found for this guide.": "# 404: Guide Not Found\n\nNo metadata was found for this guide.", - "No guide found for this function.": "No guide found for this function.", + "Favorited Guides": "Favorisierte Leitfäden", + "Favorites": "Favoriten", + "# 404: Guide Not Found\n\nNo metadata was found for this guide.": "# 404: Leitfaden nicht gefunden\\n\\nFür diesen Leitfaden wurden keine Metadaten gefunden.", + "No guide found for this function.": "Kein Leitfaden für diese Funktion gefunden.", "Could not open guide search.": "Could not open guide search.", "Successfully fetched guide metadata!": "Successfully fetched guide metadata!", "Negation Operator": "Negation Operator", @@ -18,11 +18,11 @@ "The silent operator will suppress any error a function might throw and stops further code execution as well.": "The silent operator will suppress any error a function might throw and stops further code execution as well.", "Count Operator": "Count Operator", "The count operator directly counts the values of a possible array output from a function using a delimiter (separator). This operator only takes in **1 character**.": "The count operator directly counts the values of a possible array output from a function using a delimiter (separator). This operator only takes in **1 character**.", - "$(circle-slash) {0} Disabled": "$(circle-slash) {0} Disabled", - "Open Extension Settings": "Open Extension Settings", - "{0} Extension Details": "{0} Extension Details", - "Reload": "Reload", - "Open Settings": "Open Settings", + "$(circle-slash) {0} Disabled": "$(circle-slash) {0} Deaktiviert", + "Open Extension Settings": "Erweiterungseinstellungen öffnen", + "{0} Extension Details": "{0} Erweiterungsdetails", + "Reload": "Aktualisieren", + "Open Settings": "Einstellungen öffnen", "Extension is disabled for this workspace. Reload recommended.": "Extension is disabled for this workspace. Reload recommended.", "Extension has been enabled. Reload to fully activate.": "Extension has been enabled. Reload to fully activate.", "This function is deprecated and its use is discouraged. It may be removed in upcoming releases. Use a supported alternative if available.": "This function is deprecated and its use is discouraged. It may be removed in upcoming releases. Use a supported alternative if available.", @@ -30,25 +30,25 @@ "This is an experimental function. It may not work as expected and is not guaranteed to be stable. Expect bugs, changes, or removal.": "This is an experimental function. It may not work as expected and is not guaranteed to be stable. Expect bugs, changes, or removal.", "Function `{0}` has invalid operator order": "Function `{0}` has invalid operator order", "Function `{0}` has duplicated operators supplied": "Function `{0}` has duplicated operators supplied", - "Function `{0}` requires brackets": "Function `{0}` requires brackets", + "Function `{0}` requires brackets": "Funktion `{0}` erfordert Klammern", "Function `{0}` is missing brace closure": "Function `{0}` is missing brace closure", "Function `{0}` is missing argument `{1}`": "Function `{0}` is missing argument `{1}`", - "$(folder) Workspace Settings": "$(folder) Workspace Settings", - "Workspace": "Workspace", - "Folder": "Folder", - "$(account) User Settings": "$(account) User Settings", + "$(folder) Workspace Settings": "$(folder) Arbeitsbereich-Einstellungen", + "Workspace": "Arbeitsbereich", + "Folder": "Ordner", + "$(account) User Settings": "$(account) Benutzer-Einstellungen", "Global": "Global", "Which extension settings would you like to open?": "Which extension settings would you like to open?", "The custom configuration file is deprecated and maintained only for legacy compatibility. Please use extension settings instead.": "The custom configuration file is deprecated and maintained only for legacy compatibility. Please use extension settings instead.", - "Dismiss": "Dismiss", + "Dismiss": "Verwerfen", "Open a workspace folder first.": "Open a workspace folder first.", - "Open": "Open", - "Overwrite": "Overwrite", + "Open": "Öffnen", + "Overwrite": "Überschreiben", "Extension config file already exists.": "Extension config file already exists.", - "Cancel": "Cancel", + "Cancel": "Abbrechen", "$(root-folder) Workspace Root": "$(root-folder) Workspace Root", - "Default": "Default", - "$(folder) VSCode Folder": "$(folder) VSCode Folder", + "Default": "Standard", + "$(folder) VSCode Folder": "$(folder) VSCode-Ordner", "Where do you want to create the config file?": "Where do you want to create the config file?", "Config file overwritten successfully!": "Config file overwritten successfully!", "Successfully created config file!": "Successfully created config file!", From 14bc425a917e46e194ce98f6b6259222f7b9c746 Mon Sep 17 00:00:00 2001 From: Nicky <111157596+xNickyDev@users.noreply.github.com> Date: Sun, 24 May 2026 11:53:42 +0200 Subject: [PATCH 10/16] New translations package.nls.json (Spanish) [ci skip] --- package.nls.es.json | 33 +-------------------------------- 1 file changed, 1 insertion(+), 32 deletions(-) diff --git a/package.nls.es.json b/package.nls.es.json index e0ff9d1..0967ef4 100644 --- a/package.nls.es.json +++ b/package.nls.es.json @@ -1,32 +1 @@ -{ - "extension.description": "Official Visual Studio Code Extension for ForgeScript.", - "command.createConfig.title": "Create config file (.forgevsc.json)", - "command.reloadFunctionMetadata.title": "Fetch function metadata. Use with caution!", - "command.searchGuides.title": "Search Guides", - "command.reloadGuideMetadata.title": "Refresh Guides", - "command.openGuide.title": "Open Guide", - "command.previewGuide.title": "Preview Guide", - "command.favoriteGuide.title": "Add to Favorites", - "command.unfavoriteGuide.title": "Remove from Favorites", - "command.createGuide.title": "Create Guide", - "command.openGuideExternal.title": "Open Guide (External)", - "command.openExtensionSettings.title": "Open Extension Settings", - "view.guides.title": "Guides", - "view.guides.welcome": "No guides available.\n[$(refresh) Reload Guides](command:forgevsc.reloadGuideMetadata)\n[$(add) Create Guide](command:forgevsc.createGuide)", - "config.global.enabledWorkspaces.description": "List of workspace names where ForgeVSC is enabled. Leave empty to enable the extension for all workspaces.", - "config.workspace.additionalPackages.description": "Additional packages/extensions to fetch metadata from. By default, installed Forge packages are detected automatically. This property is only needed if metadata fetching fails or you want to include extra packages.", - "config.workspace.customFunctionPaths.description": "Path(s) to your custom functions folder(s). This is used to generate metadata and to provide full extension feature support for your custom functions.", - "config.workspace.colors.function.name.description": "The highlight color used for function names.", - "config.workspace.colors.function.dollar.description": "The highlight color used for function dollar signs ($).", - "config.workspace.colors.function.semicolon.description": "The highlight color used for function semicolons (;).", - "config.workspace.colors.operators.negation.description": "The highlight color used for the negation operator (!).", - "config.workspace.colors.operators.silent.description": "The highlight color used for the silent operator (#).", - "config.workspace.colors.operators.count.description": "The highlight color used for the count operator (@[x]).", - "config.workspace.colors.operators.countDelimiter.description": "The highlight color used for the count operator delimiter (separator).", - "config.workspace.features.folding.description": "Whether folding for multi-line function contents should be enabled.", - "config.workspace.features.hoverInfo.description": "Whether hover info cards for functions and operators should be enabled.", - "config.workspace.features.suggestions.description": "Whether suggestions for bracket placement should be enabled.", - "config.workspace.features.signatureHelp.description": "Whether signature help for function arguments should be enabled.", - "config.workspace.features.diagnostics.description": "Whether diagnostics for function validation should be enabled.", - "config.workspace.features.autocompletion.description": "Whether autocompletion for functions and arguments should be enabled." -} +{} From e3155e0904fe45ac9ffd771f6f2d342390107a9a Mon Sep 17 00:00:00 2001 From: Nicky <111157596+xNickyDev@users.noreply.github.com> Date: Sun, 24 May 2026 11:53:44 +0200 Subject: [PATCH 11/16] New translations package.nls.json (German) [ci skip] --- package.nls.de.json | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/package.nls.de.json b/package.nls.de.json index 476f14f..6444ddf 100644 --- a/package.nls.de.json +++ b/package.nls.de.json @@ -1,32 +1,11 @@ { "extension.description": "Offizielle Visual Studio Code-Erweiterung für ForgeScript.", "command.createConfig.title": "Konfigurationsdatei erstellen (.forgevsc.json)", - "command.reloadFunctionMetadata.title": "Fetch function metadata. Use with caution!", - "command.searchGuides.title": "Search Guides", "command.reloadGuideMetadata.title": "Leitfäden aktualisieren", "command.openGuide.title": "Leitfaden öffnen", - "command.previewGuide.title": "Leitfaden-Vorschau", - "command.favoriteGuide.title": "Add to Favorites", - "command.unfavoriteGuide.title": "Remove from Favorites", "command.createGuide.title": "Leitfaden erstellen", "command.openGuideExternal.title": "Leitfaden öffnen (External)", "command.openExtensionSettings.title": "Erweiterungseinstellungen öffnen", "view.guides.title": "Leitfäden", - "view.guides.welcome": "Keine Leitfäden verfügbar.\\n[$(refresh) Leitfäden aktualisieren](command:forgevsc.reloadGuideMetadata)\\n[$(add) Leitfaden erstellen](command:forgevsc.createGuide)", - "config.global.enabledWorkspaces.description": "List of workspace names where ForgeVSC is enabled. Leave empty to enable the extension for all workspaces.", - "config.workspace.additionalPackages.description": "Additional packages/extensions to fetch metadata from. By default, installed Forge packages are detected automatically. This property is only needed if metadata fetching fails or you want to include extra packages.", - "config.workspace.customFunctionPaths.description": "Path(s) to your custom functions folder(s). This is used to generate metadata and to provide full extension feature support for your custom functions.", - "config.workspace.colors.function.name.description": "The highlight color used for function names.", - "config.workspace.colors.function.dollar.description": "The highlight color used for function dollar signs ($).", - "config.workspace.colors.function.semicolon.description": "The highlight color used for function semicolons (;).", - "config.workspace.colors.operators.negation.description": "The highlight color used for the negation operator (!).", - "config.workspace.colors.operators.silent.description": "The highlight color used for the silent operator (#).", - "config.workspace.colors.operators.count.description": "The highlight color used for the count operator (@[x]).", - "config.workspace.colors.operators.countDelimiter.description": "The highlight color used for the count operator delimiter (separator).", - "config.workspace.features.folding.description": "Whether folding for multi-line function contents should be enabled.", - "config.workspace.features.hoverInfo.description": "Whether hover info cards for functions and operators should be enabled.", - "config.workspace.features.suggestions.description": "Whether suggestions for bracket placement should be enabled.", - "config.workspace.features.signatureHelp.description": "Whether signature help for function arguments should be enabled.", - "config.workspace.features.diagnostics.description": "Whether diagnostics for function validation should be enabled.", - "config.workspace.features.autocompletion.description": "Whether autocompletion for functions and arguments should be enabled." + "view.guides.welcome": "Keine Leitfäden verfügbar.\\n[$(refresh) Leitfäden aktualisieren](command:forgevsc.reloadGuideMetadata)\\n[$(add) Leitfaden erstellen](command:forgevsc.createGuide)" } From 6d5d2aaaab63ad94520193c7b4cb25f5a12ff512 Mon Sep 17 00:00:00 2001 From: Nicky <111157596+xNickyDev@users.noreply.github.com> Date: Sun, 24 May 2026 11:53:45 +0200 Subject: [PATCH 12/16] New translations bundle.l10n.json (Spanish) [ci skip] --- translations/bundle.l10n.es.json | 57 +------------------------------- 1 file changed, 1 insertion(+), 56 deletions(-) diff --git a/translations/bundle.l10n.es.json b/translations/bundle.l10n.es.json index 4bffab2..9e26dfe 100644 --- a/translations/bundle.l10n.es.json +++ b/translations/bundle.l10n.es.json @@ -1,56 +1 @@ -{ - "Source": "Source", - "Documentation": "Documentation", - "Guide": "Guide", - "*No guide content available.*": "*No guide content available.*", - "No guides available.": "No guides available.", - "Search guides... (e.g. author:Nicky package:ForgeScript)": "Search guides... (e.g. author:Nicky package:ForgeScript)", - "Filter": "Filter", - "Favorited Guides": "Favorited Guides", - "Favorites": "Favoritos", - "# 404: Guide Not Found\n\nNo metadata was found for this guide.": "# 404: Guide Not Found\n\nNo metadata was found for this guide.", - "No guide found for this function.": "No guide found for this function.", - "Could not open guide search.": "Could not open guide search.", - "Successfully fetched guide metadata!": "Successfully fetched guide metadata!", - "Negation Operator": "Negation Operator", - "The negation operator disables any possible output of a function. This can be useful for functions that return a \"status\" after execution, such as booleans or numbers.": "The negation operator disables any possible output of a function. This can be useful for functions that return a \"status\" after execution, such as booleans or numbers.", - "Silent Operator": "Silent Operator", - "The silent operator will suppress any error a function might throw and stops further code execution as well.": "The silent operator will suppress any error a function might throw and stops further code execution as well.", - "Count Operator": "Count Operator", - "The count operator directly counts the values of a possible array output from a function using a delimiter (separator). This operator only takes in **1 character**.": "The count operator directly counts the values of a possible array output from a function using a delimiter (separator). This operator only takes in **1 character**.", - "$(circle-slash) {0} Disabled": "$(circle-slash) {0} Desactivado", - "Open Extension Settings": "Open Extension Settings", - "{0} Extension Details": "{0} Extension Details", - "Reload": "Reload", - "Open Settings": "Open Settings", - "Extension is disabled for this workspace. Reload recommended.": "Extension is disabled for this workspace. Reload recommended.", - "Extension has been enabled. Reload to fully activate.": "Extension has been enabled. Reload to fully activate.", - "This function is deprecated and its use is discouraged. It may be removed in upcoming releases. Use a supported alternative if available.": "This function is deprecated and its use is discouraged. It may be removed in upcoming releases. Use a supported alternative if available.", - "Function `{0}` is deprecated. Use an available alternative instead": "Function `{0}` is deprecated. Use an available alternative instead", - "This is an experimental function. It may not work as expected and is not guaranteed to be stable. Expect bugs, changes, or removal.": "This is an experimental function. It may not work as expected and is not guaranteed to be stable. Expect bugs, changes, or removal.", - "Function `{0}` has invalid operator order": "Function `{0}` has invalid operator order", - "Function `{0}` has duplicated operators supplied": "Function `{0}` has duplicated operators supplied", - "Function `{0}` requires brackets": "Function `{0}` requires brackets", - "Function `{0}` is missing brace closure": "Function `{0}` is missing brace closure", - "Function `{0}` is missing argument `{1}`": "Function `{0}` is missing argument `{1}`", - "$(folder) Workspace Settings": "$(folder) Workspace Settings", - "Workspace": "Workspace", - "Folder": "Folder", - "$(account) User Settings": "$(account) User Settings", - "Global": "Global", - "Which extension settings would you like to open?": "Which extension settings would you like to open?", - "The custom configuration file is deprecated and maintained only for legacy compatibility. Please use extension settings instead.": "The custom configuration file is deprecated and maintained only for legacy compatibility. Please use extension settings instead.", - "Dismiss": "Dismiss", - "Open a workspace folder first.": "Open a workspace folder first.", - "Open": "Open", - "Overwrite": "Overwrite", - "Extension config file already exists.": "Extension config file already exists.", - "Cancel": "Cancelar", - "$(root-folder) Workspace Root": "$(root-folder) Workspace Root", - "Default": "Default", - "$(folder) VSCode Folder": "$(folder) VSCode Folder", - "Where do you want to create the config file?": "Where do you want to create the config file?", - "Config file overwritten successfully!": "Config file overwritten successfully!", - "Successfully created config file!": "Successfully created config file!", - "Successfully fetched function metadata!": "Successfully fetched function metadata!" -} \ No newline at end of file +{} \ No newline at end of file From bc3bd4c79e7306ec04bd517c14fd65a65d805aa2 Mon Sep 17 00:00:00 2001 From: Nicky <111157596+xNickyDev@users.noreply.github.com> Date: Sun, 24 May 2026 11:53:46 +0200 Subject: [PATCH 13/16] New translations bundle.l10n.json (German) [ci skip] --- translations/bundle.l10n.de.json | 30 +----------------------------- 1 file changed, 1 insertion(+), 29 deletions(-) diff --git a/translations/bundle.l10n.de.json b/translations/bundle.l10n.de.json index 860d526..7ec1096 100644 --- a/translations/bundle.l10n.de.json +++ b/translations/bundle.l10n.de.json @@ -2,55 +2,27 @@ "Source": "Quelle", "Documentation": "Dokumentation", "Guide": "Leitfaden", - "*No guide content available.*": "*Kein Leitfaden-Inhalt verfügbar.*", "No guides available.": "Keine Leitfäden verfügbar.", - "Search guides... (e.g. author:Nicky package:ForgeScript)": "Search guides... (e.g. author:Nicky package:ForgeScript)", "Filter": "Filter", "Favorited Guides": "Favorisierte Leitfäden", "Favorites": "Favoriten", "# 404: Guide Not Found\n\nNo metadata was found for this guide.": "# 404: Leitfaden nicht gefunden\\n\\nFür diesen Leitfaden wurden keine Metadaten gefunden.", "No guide found for this function.": "Kein Leitfaden für diese Funktion gefunden.", - "Could not open guide search.": "Could not open guide search.", - "Successfully fetched guide metadata!": "Successfully fetched guide metadata!", - "Negation Operator": "Negation Operator", - "The negation operator disables any possible output of a function. This can be useful for functions that return a \"status\" after execution, such as booleans or numbers.": "The negation operator disables any possible output of a function. This can be useful for functions that return a \"status\" after execution, such as booleans or numbers.", - "Silent Operator": "Silent Operator", - "The silent operator will suppress any error a function might throw and stops further code execution as well.": "The silent operator will suppress any error a function might throw and stops further code execution as well.", - "Count Operator": "Count Operator", - "The count operator directly counts the values of a possible array output from a function using a delimiter (separator). This operator only takes in **1 character**.": "The count operator directly counts the values of a possible array output from a function using a delimiter (separator). This operator only takes in **1 character**.", "$(circle-slash) {0} Disabled": "$(circle-slash) {0} Deaktiviert", "Open Extension Settings": "Erweiterungseinstellungen öffnen", "{0} Extension Details": "{0} Erweiterungsdetails", "Reload": "Aktualisieren", "Open Settings": "Einstellungen öffnen", - "Extension is disabled for this workspace. Reload recommended.": "Extension is disabled for this workspace. Reload recommended.", - "Extension has been enabled. Reload to fully activate.": "Extension has been enabled. Reload to fully activate.", - "This function is deprecated and its use is discouraged. It may be removed in upcoming releases. Use a supported alternative if available.": "This function is deprecated and its use is discouraged. It may be removed in upcoming releases. Use a supported alternative if available.", - "Function `{0}` is deprecated. Use an available alternative instead": "Function `{0}` is deprecated. Use an available alternative instead", - "This is an experimental function. It may not work as expected and is not guaranteed to be stable. Expect bugs, changes, or removal.": "This is an experimental function. It may not work as expected and is not guaranteed to be stable. Expect bugs, changes, or removal.", - "Function `{0}` has invalid operator order": "Function `{0}` has invalid operator order", - "Function `{0}` has duplicated operators supplied": "Function `{0}` has duplicated operators supplied", "Function `{0}` requires brackets": "Funktion `{0}` erfordert Klammern", - "Function `{0}` is missing brace closure": "Function `{0}` is missing brace closure", - "Function `{0}` is missing argument `{1}`": "Function `{0}` is missing argument `{1}`", "$(folder) Workspace Settings": "$(folder) Arbeitsbereich-Einstellungen", "Workspace": "Arbeitsbereich", "Folder": "Ordner", "$(account) User Settings": "$(account) Benutzer-Einstellungen", "Global": "Global", - "Which extension settings would you like to open?": "Which extension settings would you like to open?", - "The custom configuration file is deprecated and maintained only for legacy compatibility. Please use extension settings instead.": "The custom configuration file is deprecated and maintained only for legacy compatibility. Please use extension settings instead.", "Dismiss": "Verwerfen", - "Open a workspace folder first.": "Open a workspace folder first.", "Open": "Öffnen", "Overwrite": "Überschreiben", - "Extension config file already exists.": "Extension config file already exists.", "Cancel": "Abbrechen", - "$(root-folder) Workspace Root": "$(root-folder) Workspace Root", "Default": "Standard", - "$(folder) VSCode Folder": "$(folder) VSCode-Ordner", - "Where do you want to create the config file?": "Where do you want to create the config file?", - "Config file overwritten successfully!": "Config file overwritten successfully!", - "Successfully created config file!": "Successfully created config file!", - "Successfully fetched function metadata!": "Successfully fetched function metadata!" + "$(folder) VSCode Folder": "$(folder) VSCode-Ordner" } \ No newline at end of file From 9af02aa5447073bc47e3c96fd0c46903938c2de2 Mon Sep 17 00:00:00 2001 From: Nicky <111157596+xNickyDev@users.noreply.github.com> Date: Sun, 24 May 2026 12:40:57 +0200 Subject: [PATCH 14/16] New translations package.nls.json (German) [ci skip] --- package.nls.de.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.nls.de.json b/package.nls.de.json index 6444ddf..ed7e52d 100644 --- a/package.nls.de.json +++ b/package.nls.de.json @@ -7,5 +7,5 @@ "command.openGuideExternal.title": "Leitfaden öffnen (External)", "command.openExtensionSettings.title": "Erweiterungseinstellungen öffnen", "view.guides.title": "Leitfäden", - "view.guides.welcome": "Keine Leitfäden verfügbar.\\n[$(refresh) Leitfäden aktualisieren](command:forgevsc.reloadGuideMetadata)\\n[$(add) Leitfaden erstellen](command:forgevsc.createGuide)" + "view.guides.welcome": "Keine Leitfäden verfügbar.\n[$(refresh) Leitfäden aktualisieren](command:forgevsc.reloadGuideMetadata)\\n[$(add) Leitfaden erstellen](command:forgevsc.createGuide)" } From e15dc60fcdadaf63bab3265fbf7ce06ed6a6b56b Mon Sep 17 00:00:00 2001 From: Nicky <111157596+xNickyDev@users.noreply.github.com> Date: Sun, 24 May 2026 12:40:58 +0200 Subject: [PATCH 15/16] New translations bundle.l10n.json (German) [ci skip] --- translations/bundle.l10n.de.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translations/bundle.l10n.de.json b/translations/bundle.l10n.de.json index 7ec1096..4fe4545 100644 --- a/translations/bundle.l10n.de.json +++ b/translations/bundle.l10n.de.json @@ -6,7 +6,7 @@ "Filter": "Filter", "Favorited Guides": "Favorisierte Leitfäden", "Favorites": "Favoriten", - "# 404: Guide Not Found\n\nNo metadata was found for this guide.": "# 404: Leitfaden nicht gefunden\\n\\nFür diesen Leitfaden wurden keine Metadaten gefunden.", + "# 404: Guide Not Found\n\nNo metadata was found for this guide.": "# 404: Leitfaden nicht gefunden\n\nFür diesen Leitfaden wurden keine Metadaten gefunden.", "No guide found for this function.": "Kein Leitfaden für diese Funktion gefunden.", "$(circle-slash) {0} Disabled": "$(circle-slash) {0} Deaktiviert", "Open Extension Settings": "Erweiterungseinstellungen öffnen", From 17987bb3200c2d0baa125a6e8895f9ec87c54307 Mon Sep 17 00:00:00 2001 From: Nicky <111157596+xNickyDev@users.noreply.github.com> Date: Sun, 24 May 2026 13:39:58 +0200 Subject: [PATCH 16/16] New translations package.nls.json (German) [ci skip] --- package.nls.de.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.nls.de.json b/package.nls.de.json index ed7e52d..9a26408 100644 --- a/package.nls.de.json +++ b/package.nls.de.json @@ -7,5 +7,5 @@ "command.openGuideExternal.title": "Leitfaden öffnen (External)", "command.openExtensionSettings.title": "Erweiterungseinstellungen öffnen", "view.guides.title": "Leitfäden", - "view.guides.welcome": "Keine Leitfäden verfügbar.\n[$(refresh) Leitfäden aktualisieren](command:forgevsc.reloadGuideMetadata)\\n[$(add) Leitfaden erstellen](command:forgevsc.createGuide)" + "view.guides.welcome": "Keine Leitfäden verfügbar.\n[$(refresh) Leitfäden aktualisieren](command:forgevsc.reloadGuideMetadata)\n[$(add) Leitfaden erstellen](command:forgevsc.createGuide)" }