This repository has been archived by the owner on Sep 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Conversation
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
i need to find a reliable mirror for the sdk installation
These are the new lines required in the translation file ( language.Add("JavaInstallCheck", "Checking for Java installation");
language.Add("JavaNotFoundTitle", "Java was not found");
language.Add("JavaNotFoundMessage",
"SPCode needs Java to decompile plugins, but it couldn't get it to work properly - " +
"perhaps an absent or incorrect Java installation. " +
"Do you wish to download and install it now?");
language.Add("JavaOutdatedTitle", "Java version found is outdated");
language.Add("JavaOutdatedMessage",
"SPCode requires Java 11 SDK or later to decompile plugins. " +
"We found an outdated version in your system. " +
"Do you wish to download and upgrade it now?");
language.Add("FailedToDecompile", "failed to decompile");
language.Add("DownloadingJava", "Downloading Java");
language.Add("FetchingJava", "Fetching installation file from https://adoptopenjdk.net...");
language.Add("AmountCompleted", "completed");
language.Add("AmountDownloaded", "downloaded");
language.Add("JavaOpened", "Java installation file opened");
language.Add("JavaSuggestRestart", "After installing Java, it is highly recommended to restart SPCode.");
language.Add("JavaDownErrorTitle", "Java download error");
language.Add("JavaDownErrorMessage", "SPCode could not download Java by itself. Would you like to download it manually?");
language.Add("JavaOpenedBrowser", "Java download link opened in browser"); Following <javainstallcheck>Verificando la instalación de Java</javainstallcheck> Following this pattern, feel free to open Pull Requests to contribute with your translations! |
I just need lysis-java's license added in the About Window and this is ready for merging |
Merged to development |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
.smx
file, decompile it, and open it in a new editorTO-DO:
java -version
command as well.