Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
42ff953
New translations package.nls.json (German)
xNickyDev May 25, 2026
d12be55
New translations bundle.l10n.json (German)
xNickyDev May 25, 2026
329e74c
New translations package.nls.json (Russian)
xNickyDev May 25, 2026
5676c88
New translations bundle.l10n.json (Russian)
xNickyDev May 25, 2026
6e7e618
New translations package.nls.json (Greek)
xNickyDev May 25, 2026
935a20f
New translations bundle.l10n.json (Greek)
xNickyDev May 25, 2026
fad71d1
New translations package.nls.json (Turkish)
xNickyDev May 25, 2026
383952d
New translations bundle.l10n.json (Turkish)
xNickyDev May 25, 2026
32801d9
New translations package.nls.json (Turkish)
xNickyDev May 25, 2026
e9899e0
New translations package.nls.json (Indonesian)
xNickyDev May 25, 2026
11c1bb0
New translations bundle.l10n.json (Indonesian)
xNickyDev May 25, 2026
138d4e0
New translations bundle.l10n.json (Spanish)
xNickyDev May 25, 2026
c2be5b8
New translations package.nls.json (Russian)
xNickyDev May 25, 2026
b8fbe85
New translations bundle.l10n.json (Russian)
xNickyDev May 25, 2026
0a5ca4b
New translations bundle.l10n.json (Turkish)
xNickyDev May 25, 2026
57fd5e5
Update source file package.nls.json
xNickyDev May 27, 2026
eb9f942
New translations package.nls.json (Portuguese)
xNickyDev May 27, 2026
b086f56
New translations package.nls.json (Portuguese, Brazilian)
xNickyDev May 27, 2026
7ff0e6c
New translations bundle.l10n.json (Portuguese)
xNickyDev May 27, 2026
8c81b86
New translations bundle.l10n.json (Portuguese, Brazilian)
xNickyDev May 27, 2026
e77daf4
New translations package.nls.json (German)
xNickyDev May 30, 2026
8ee6059
New translations bundle.l10n.json (German)
xNickyDev May 30, 2026
9e6be3d
Update source file package.nls.json
xNickyDev May 30, 2026
463f242
Update source file bundle.l10n.json
xNickyDev May 30, 2026
e860045
New translations package.nls.json (German)
xNickyDev May 30, 2026
d32b067
New translations bundle.l10n.json (German)
xNickyDev May 30, 2026
1d6e2b3
New translations bundle.l10n.json (Russian)
xNickyDev May 30, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion package.nls.de.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
{
"extension.description": "Offizielle Visual Studio Code-Erweiterung für ForgeScript.",
"command.createConfig.title": "Konfigurationsdatei erstellen (.forgevsc.json)",
"command.reloadFunctionMetadata.title": "Funktions-Metadaten abrufen. Mit Vorsicht verwenden!",
"command.searchGuides.title": "Leitfäden suchen",
"command.reloadGuideMetadata.title": "Leitfäden aktualisieren",
"command.openGuide.title": "Leitfaden öffnen",
"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)"
"view.guides.welcome": "Keine Leitfäden verfügbar.\n[$(refresh) Leitfäden aktualisieren](command:forgevsc.reloadGuideMetadata)\n[$(add) Leitfaden erstellen](command:forgevsc.createGuide)",
"config.workspace.colors.function.name.patternError": "Eingabe muss eine gültige Hex-Farbe sein, z. B. #AC75FF",
"config.workspace.colors.function.dollar.patternError": "Eingabe muss eine gültige Hex-Farbe sein, z. B. #FE7CEB",
"config.workspace.colors.function.semicolon.patternError": "Eingabe muss eine gültige Hex-Farbe sein, z. B. #C586C0",
"config.workspace.colors.arguments.condition.patternError": "Eingabe muss eine gültige Hex-Farbe sein, z. B. #4FC1FF",
"config.workspace.colors.operators.negation.patternError": "Eingabe muss eine gültige Hex-Farbe sein, z. B. #4FA3FF",
"config.workspace.colors.operators.silent.patternError": "Eingabe muss eine gültige Hex-Farbe sein, z. B. #FF9F43",
"config.workspace.colors.operators.count.patternError": "Eingabe muss eine gültige Hex-Farbe sein, z. B. #33D17A",
"config.workspace.colors.operators.countDelimiter.patternError": "Eingabe muss eine gültige Hex-Farbe sein, z. B. #76E3A0"
}
1 change: 1 addition & 0 deletions package.nls.el.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions package.nls.id.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
9 changes: 9 additions & 0 deletions package.nls.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,21 @@
"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.name.patternError": "Input must be a valid hex color, e.g. #AC75FF",
"config.workspace.colors.function.dollar.description": "The highlight color used for function dollar signs ($).",
"config.workspace.colors.function.dollar.patternError": "Input must be a valid hex color, e.g. #FE7CEB",
"config.workspace.colors.function.semicolon.description": "The highlight color used for function semicolons (;).",
"config.workspace.colors.function.semicolon.patternError": "Input must be a valid hex color, e.g. #C586C0",
"config.workspace.colors.arguments.condition.description": "The highlight color used for argument condition operators.",
"config.workspace.colors.arguments.condition.patternError": "Input must be a valid hex color, e.g. #4FC1FF",
"config.workspace.colors.operators.negation.description": "The highlight color used for the negation operator (!).",
"config.workspace.colors.operators.negation.patternError": "Input must be a valid hex color, e.g. #4FA3FF",
"config.workspace.colors.operators.silent.description": "The highlight color used for the silent operator (#).",
"config.workspace.colors.operators.silent.patternError": "Input must be a valid hex color, e.g. #FF9F43",
"config.workspace.colors.operators.count.description": "The highlight color used for the count operator (@[x]).",
"config.workspace.colors.operators.count.patternError": "Input must be a valid hex color, e.g. #33D17A",
"config.workspace.colors.operators.countDelimiter.description": "The highlight color used for the count operator delimiter (separator).",
"config.workspace.colors.operators.countDelimiter.patternError": "Input must be a valid hex color, e.g. #76E3A0",
"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.",
Expand Down
1 change: 1 addition & 0 deletions package.nls.pt-BR.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions package.nls.pt-PT.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
3 changes: 3 additions & 0 deletions package.nls.ru.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"view.guides.title": "Руководства"
}
5 changes: 5 additions & 0 deletions package.nls.tr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"command.createConfig.title": "Yapılandırma dosyası oluştur (.forgevsc.json)",
"command.favoriteGuide.title": "Favorilere Ekle",
"command.unfavoriteGuide.title": "Favorilerden Kaldır"
}
14 changes: 13 additions & 1 deletion translations/bundle.l10n.de.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"*(Conditional)*": "*(Konditional)*",
"Source": "Quelle",
"Documentation": "Dokumentation",
"Guide": "Leitfaden",
Expand All @@ -12,17 +13,28 @@
"Open Extension Settings": "Erweiterungseinstellungen öffnen",
"{0} Extension Details": "{0} Erweiterungsdetails",
"Reload": "Aktualisieren",
"Later": "Später",
"Open Settings": "Einstellungen öffnen",
"Function `{0}` is deprecated. Use an available alternative instead": "Funktion `{0}` ist veraltet. Verwenden Sie stattdessen eine verfügbare Alternative",
"Function `{0}` requires brackets": "Funktion `{0}` erfordert Klammern",
"$(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?": "Welche Erweiterungseinstellungen möchten Sie öffnen?",
"Dismiss": "Verwerfen",
"Open": "Öffnen",
"Overwrite": "Überschreiben",
"Extension config file already exists.": "Konfigurationsdatei für Erweiterungen existiert bereits.",
"Cancel": "Abbrechen",
"Default": "Standard",
"$(folder) VSCode Folder": "$(folder) VSCode-Ordner"
"$(folder) VSCode Folder": "$(folder) VSCode-Ordner",
"Where do you want to create the config file?": "Wo möchten Sie die Konfigurationsdatei erstellen?",
"Config file overwritten successfully!": "Konfigurationsdatei erfolgreich überschrieben!",
"Successfully created config file!": "Konfigurationsdatei erfolgreich erstellt!",
"Successfully fetched function metadata!": "Funktions-Metadaten erfolgreich abgerufen!",
"Deprecated": "Veraltet",
"Experimental": "Experimentell",
"since": "seit"
}
1 change: 1 addition & 0 deletions translations/bundle.l10n.el.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
7 changes: 6 additions & 1 deletion translations/bundle.l10n.es.json
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
{}
{
"*(Conditional)*": "*(Condicional)*",
"Documentation": "Documentación",
"Filter": "Filtro",
"Folder": "Carpeta"
}
1 change: 1 addition & 0 deletions translations/bundle.l10n.id.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
2 changes: 2 additions & 0 deletions translations/bundle.l10n.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@
"Open Extension Settings": "Open Extension Settings",
"{0} Extension Details": "{0} Extension Details",
"Reload": "Reload",
"Later": "Later",
"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.",
"Package sources or custom function paths have changed. Reload to refresh function metadata.": "Package sources or custom function paths have changed. Reload to refresh function metadata.",
"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.",
Expand Down
1 change: 1 addition & 0 deletions translations/bundle.l10n.pt-BR.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions translations/bundle.l10n.pt-PT.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
9 changes: 9 additions & 0 deletions translations/bundle.l10n.ru.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"*(Conditional)*": "*(Условный)*",
"Source": "Источник",
"Documentation": "Документация",
"Filter": "Фильтр",
"Favorites": "Избранное",
"Later": "Позже",
"Folder": "Папка"
}
5 changes: 5 additions & 0 deletions translations/bundle.l10n.tr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"Favorites": "Favoriler",
"Default": "Varsayılan",
"Experimental": "Deneysel"
}