-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #139 from XanatosX/feature/change-json-translation
Change json translation files
- Loading branch information
Showing
3 changed files
with
42 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,14 @@ | ||
[ | ||
{ | ||
"key": "script-displayname", | ||
"value": "Skript ausführung" | ||
}, | ||
{ | ||
"key": "script-description", | ||
"value": "Diese Plugin erlaubt Ihnen Skript-Dateien mit dem Modular Tool Manager auszuführen" | ||
}, | ||
{ | ||
"key": "binary-displayname", | ||
"value": "Ausführbare Datei starten" | ||
}, | ||
{ | ||
"key": "binary-description", | ||
"value": "Diese Plugin erlaubt es Ihnen Binäre Dateien mit dem Modular Tool Manager auszuführen" | ||
}, | ||
{ | ||
"key": "batch", | ||
"value": "Batch-Skript" | ||
}, | ||
{ | ||
"key": "cmd", | ||
"value": "CMD-Skript" | ||
}, | ||
{ | ||
"key": "powershell", | ||
"value": "PowerShell-Skript" | ||
}, | ||
{ | ||
"key": "executable", | ||
"value": "Ausführbare-Datei" | ||
}, | ||
{ | ||
"key": "error_cant_find_script_file", | ||
"value": "Konnte das auszuführende Skript '{0}' nicht finden" | ||
}, | ||
{ | ||
"key": "error_cant_find_binary_file", | ||
"value": "Konnte ausführbare datei '{0}' nicht finden" | ||
}, | ||
{ | ||
"key": "hide", | ||
"value": "Terminal verstecken" | ||
}, | ||
{ | ||
"key": "adminRequired", | ||
"value": "Als Administrator ausführen" | ||
} | ||
] | ||
{ | ||
"script-displayname": "Skript ausführung", | ||
"script-description": "Diese Plugin erlaubt Ihnen Skript-Dateien mit dem Modular Tool Manager auszuführen", | ||
"binary-displayname": "Ausführbare Datei starten", | ||
"binary-description": "Diese Plugin erlaubt es Ihnen Binäre Dateien mit dem Modular Tool Manager auszuführen", | ||
"batch": "Batch-Skript", | ||
"cmd": "CMD-Skript", | ||
"powershell": "PowerShell-Skript", | ||
"executable": "Ausführbare-Datei", | ||
"error_cant_find_script_file": "Konnte das auszuführende Skript '{0}' nicht finden", | ||
"error_cant_find_binary_file": "Konnte ausführbare datei '{0}' nicht finden", | ||
"hide": "Terminal verstecken", | ||
"adminRequired": "Als Administrator ausführen" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,14 @@ | ||
[ | ||
{ | ||
"key": "script-displayname", | ||
"value": "Script execution" | ||
}, | ||
{ | ||
"key": "script-description", | ||
"value": "This plugin will allow you to run scrip files with the modular tool manager" | ||
}, | ||
{ | ||
"key": "binary-displayname", | ||
"value": "Start executable binary file" | ||
}, | ||
{ | ||
"key": "binary-description", | ||
"value": "This plugin will allow you to run binary executable with the modular tool manager" | ||
}, | ||
{ | ||
"key": "batch", | ||
"value": "Batch-Script" | ||
}, | ||
{ | ||
"key": "cmd", | ||
"value": "CMD-Script" | ||
}, | ||
{ | ||
"key": "powershell", | ||
"value": "PowerShell-Script" | ||
}, | ||
{ | ||
"key": "executable", | ||
"value": "Executable-File" | ||
}, | ||
{ | ||
"key": "error_cant_find_script_file", | ||
"value": "Could not find script '{0}' to execute" | ||
}, | ||
{ | ||
"key": "error_cant_find_binary_file", | ||
"value": "Could not find binary file '{0}' to run" | ||
}, | ||
{ | ||
"key": "hide", | ||
"value": "Hide command line" | ||
}, | ||
{ | ||
"key": "adminRequired", | ||
"value": "Run as Administrator" | ||
} | ||
] | ||
{ | ||
"script-displayname": "Script execution", | ||
"script-description": "This plugin will allow you to run scrip files with the modular tool manager", | ||
"binary-displayname": "Start executable binary file", | ||
"binary-description": "This plugin will allow you to run binary executable with the modular tool manager", | ||
"batch": "Batch-Script", | ||
"cmd": "CMD-Script", | ||
"powershell": "PowerShell-Script", | ||
"executable": "Executable-File", | ||
"error_cant_find_script_file": "Could not find script '{0}' to execute", | ||
"error_cant_find_binary_file": "Could not find binary file '{0}' to run", | ||
"hide": "Hide command line", | ||
"adminRequired": "Run as Administrator" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters