aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>2022-07-08 23:28:12 +0200
committerGitHub <noreply@github.com>2022-07-08 23:28:12 +0200
commit3358a0f0ce799d0e4a0feddf9903e43070f1057a (patch)
tree55cfb77ca412e01233b7bfdbd567e132f736a75d
parentcbca61d836ee573a469f6339c22c2891cef9428c (diff)
parent7a76a79035957451cdbf229cfaf57184b728a992 (diff)
downloadViper-3358a0f0ce799d0e4a0feddf9903e43070f1057a.tar.gz
Viper-3358a0f0ce799d0e4a0feddf9903e43070f1057a.zip
Merge branch 'main' into add-badges
-rw-r--r--CODE_OF_CONDUCT.md136
-rw-r--r--CONTRIBUTING.md60
-rw-r--r--FAQ.md7
-rw-r--r--README.md10
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
-rw-r--r--src/index.js2
-rw-r--r--src/lang/de.json160
-rw-r--r--src/lang/maintainers.json5
9 files changed, 378 insertions, 8 deletions
diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md
new file mode 100644
index 0000000..16b9495
--- /dev/null
+++ b/CODE_OF_CONDUCT.md
@@ -0,0 +1,136 @@
+<p align="center">
+ <img src="src/assets/icons/512x512.png" width="200px"><br>
+ <a href="FAQ.md">FAQ</a> |
+ <a href="CONTRIBUTING.md">Contributing</a> |
+ <a href="https://github.com/0neGal/viper/releases">Releases</a><br>
+</p>
+
+## Contributor Code of Conduct
+
+### Our Pledge
+
+We as members, contributors, and leaders pledge to make participation in our
+community a harassment-free experience for everyone, regardless of age, body
+size, visible or invisible disability, ethnicity, sex characteristics, gender
+identity and expression, level of experience, education, socio-economic status,
+nationality, personal appearance, race, religion, or sexual identity
+and orientation.
+
+We pledge to act and interact in ways that contribute to an open, welcoming,
+diverse, inclusive, and healthy community.
+
+### Our Standards
+
+Examples of behavior that contributes to a positive environment for our
+community include:
+
+ - Demonstrating empathy and kindness toward other people
+ - Being respectful of differing opinions, viewpoints, and experiences
+ - Giving and gracefully accepting constructive feedback
+ - Accepting responsibility and apologizing to those affected by our
+ mistakes, and learning from the experience
+ - Focusing on what is best not just for us as individuals, but for the
+ overall community
+
+Examples of unacceptable behavior include:
+
+ - The use of sexualized language or imagery, and sexual attention or
+ advances of any kind
+ - Trolling, insulting or derogatory comments, and personal or political
+ attacks Public or private harassment Publishing others' private
+ - information, such as a physical or email address, without their
+ explicit permission
+ - Other conduct which could reasonably be considered inappropriate in a
+ professional setting
+
+### Enforcement Responsibilities
+
+Community leaders are responsible for clarifying and enforcing our standards of
+acceptable behavior and will take appropriate and fair corrective action in
+response to any behavior that they deem inappropriate, threatening, offensive,
+or harmful.
+
+Community leaders have the right and responsibility to remove, edit, or reject
+comments, commits, code, wiki edits, issues, and other contributions that are
+not aligned to this Code of Conduct, and will communicate reasons for moderation
+decisions when appropriate.
+
+### Scope
+
+This Code of Conduct applies within all community spaces, and also applies when
+an individual is officially representing the community in public spaces.
+Examples of representing our community include using an official e-mail address,
+posting via an official social media account, or acting as an appointed
+representative at an online or offline event.
+
+### Enforcement
+
+Instances of abusive, harassing, or otherwise unacceptable behavior may
+be reported to the community leaders responsible for enforcement at <a
+href="mail:mail@0negal.com">mail@0negal.com</a> or <a
+href="https://twitter.com/0neGal">@0neGal</a> on Twitter.
+All complaints will be reviewed and investigated promptly and fairly.
+
+All community leaders are obligated to respect the privacy and security of the
+reporter of any incident.
+
+### Enforcement Guidelines
+
+Community leaders will follow these Community Impact Guidelines in determining
+the consequences for any action they deem in violation of this Code of Conduct:
+
+#### 1. Correction
+
+**Community Impact**: Use of inappropriate language or other behavior deemed
+unprofessional or unwelcome in the community.
+
+**Consequence**: A private, written warning from community leaders, providing
+clarity around the nature of the violation and an explanation of why the
+behavior was inappropriate. A public apology may be requested.
+
+#### 2. Warning
+
+**Community Impact**: A violation through a single incident or series
+of actions.
+
+**Consequence**: A warning with consequences for continued behavior. No
+interaction with the people involved, including unsolicited interaction with
+those enforcing the Code of Conduct, for a specified period of time. This
+includes avoiding interactions in community spaces as well as external channels
+like social media. Violating these terms may lead to a temporary or
+permanent ban.
+
+#### 3. Temporary Ban
+
+**Community Impact**: A serious violation of community standards, including
+sustained inappropriate behavior.
+
+**Consequence**: A temporary ban from any sort of interaction or public
+communication with the community for a specified period of time. No public or
+private interaction with the people involved, including unsolicited interaction
+with those enforcing the Code of Conduct, is allowed during this period.
+Violating these terms may lead to a permanent ban.
+
+#### 4. Permanent Ban
+
+**Community Impact**: Demonstrating a pattern of violation of community
+standards, including sustained inappropriate behavior, harassment of an
+individual, or aggression toward or disparagement of classes of individuals.
+
+**Consequence**: A permanent ban from any sort of public interaction within
+the community.
+
+### Attribution
+
+This Code of Conduct is adapted from the [Contributor Covenant][homepage],
+version 2.0, available at
+https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.
+
+Community Impact Guidelines were inspired by [Mozilla's code of conduct
+enforcement ladder](https://github.com/mozilla/diversity).
+
+[homepage]: https://www.contributor-covenant.org
+
+For answers to common questions about this code of conduct, see the FAQ at
+https://www.contributor-covenant.org/faq. Translations are available at
+https://www.contributor-covenant.org/translations.
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 0000000..f514f06
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,60 @@
+<p align="center">
+ <img src="src/assets/icons/512x512.png" width="200px"><br>
+ <a href="FAQ.md">FAQ</a> |
+ <a href="CONTRIBUTING.md">Contributing</a> |
+ <a href="https://github.com/0neGal/viper/releases">Releases</a><br>
+</p>
+
+## Contributing
+
+Generally speaking, as Viper is a FOSS (GPLv3) project any bug reports, pull requests, or other types of help, forks are appreciated, but preferably unless it's off-topic to the goals of Viper, it would be far more appreciated if you were to make a pull request, or similar, and get it upstream.
+
+**HOWEVER:** Before opening issues and pull requests and similar, please do read our <a href="CODE_OF_CONDUCT.md">code of conduct</a>, as to avoid issues.
+
+### General contributions
+
+If you're contributing, please follow <a href="CODE_OF_CONDUCT.md">code of conduct</a> as mentioned above, along with that please do not change code style. Viper uses double quotes, 1 tab per indent, and semicolons at the end of function calls.
+
+`//` for 1-2 lines of comments, max of 72 comment text width always, preferably if textwidth outside of comments also exceeds 72 characters if possible find a way to make it fit within 72 characters. Lower case comments are also generally preferred when using `//`
+
+`/* */` is useful in some cases, refer to the code example below.
+
+`() => {}` is also preffered over `function () {}` when possible.
+
+Single use functions are also generally discouraged, if a function is used once there's no need to make it a function.
+
+As shown below below:
+
+```javascript
+function foo(bar) {
+ /*
+ This is a very long comment, however, it does not exceed 72
+ characters, and instead wraps down so it fits nicely on a small
+ screen without having to mess with soft-wrapping or similar.
+ */
+ console.log(bar);
+ // and this is a comment using "//",
+ // which is two lines long
+}
+
+// examples of () => {}
+setInterval(() => {
+ foo("I RUN EVERY 1000MS");
+}, 1000)
+```
+
+With the above information you should be able to comfortably make contributions without too much hassle...
+
+### Localizing/Translating
+
+Viper has a very simple i18n system, please read below for instructions.
+
+#### Language file
+
+The language file will be a file inside the `src/lang/` folder, name it according to the [ISO 3166-1 Alpha-2 standard](https://en.m.wikipedia.org/wiki/ISO_3166-1_alpha-2) in lowercase, meaning English = en, Spanish = es, French = fr, and so on.
+
+Everything inside the file is pretty straight forward, the only special one is the `lang.title` string, please set this to `<language in english> - <language in native language>`, meaning for French it's, `French - Français`. This will be shown inside the language selection screen.
+
+#### Maintainers file
+
+If you're okay with being contacted in the future when new strings have to be localized please put your contact links inside this file, under your language. Preferably put the link to your GitHub profile as that is the easiest contact method for obvious reasons.
diff --git a/FAQ.md b/FAQ.md
index 3d78f90..3c554b9 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -1,3 +1,10 @@
+<p align="center">
+ <img src="src/assets/icons/512x512.png" width="200px"><br>
+ <a href="FAQ.md">FAQ</a> |
+ <a href="CONTRIBUTING.md">Contributing</a> |
+ <a href="https://github.com/0neGal/viper/releases">Releases</a><br>
+</p>
+
## Frequently Asked Questions (FAQ)
### How do I install Viper?
diff --git a/README.md b/README.md
index 5bf1c27..c8695e4 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,8 @@
<p align="center">
<img src="src/assets/icons/512x512.png" width="200px"><br>
- <a href="https://github.com/0neGal/viper/releases/download/v1.6.0/Viper-Setup-1.6.0.exe"><img src="assets/download.png" width="300px"></a><br>
+ <a href="https://github.com/0neGal/viper/releases/download/v1.6.1/Viper-Setup-1.6.1.exe"><img src="assets/download.png" width="300px"></a><br>
<a href="FAQ.md">FAQ</a> |
+ <a href="CONTRIBUTING.md">Contributing</a> |
<a href="https://github.com/0neGal/viper/releases">Releases</a><br>
</p>
@@ -15,9 +16,9 @@ Downloads are available on the [releases page](https://github.com/0neGal/viper/r
Please note that some versions will update themselves automatically when a new release is available (just like Origin or Steam) and some will NOT, so choose it accordingly. Only the AppImage, Flatpak and Windows Setup/Installer can auto-update.
-**Windows:** [`Viper Setup [x.y.z].exe`](https://github.com/0neGal/viper/releases/download/v1.6.0/Viper-Setup-1.6.0.exe) (auto-updates, and is recommanded), [`Viper [x.y.z].exe`](https://github.com/0neGal/viper/releases/download/v1.6.0/Viper-1.6.0.exe) (single executable, no fuss)
+**Windows:** [`Viper Setup [x.y.z].exe`](https://github.com/0neGal/viper/releases/download/v1.6.1/Viper-Setup-1.6.1.exe) (auto-updates, and is recommanded), [`Viper [x.y.z].exe`](https://github.com/0neGal/viper/releases/download/v1.6.1/Viper-1.6.1.exe) (single executable, no fuss)
-**Linux:** [`.AppImage`](https://github.com/0neGal/viper/releases/download/v1.6.0/Viper-1.6.0.AppImage) or [Flatpak](https://flathub.org/apps/details/com.github._0negal.Viper) (auto-updates), [AUR (unofficial)](https://aur.archlinux.org/packages/viper-bin), [`.deb`](https://github.com/0neGal/viper/releases/download/v1.6.0/viper-1.6.0_amd64.deb), [`.rpm`](https://github.com/0neGal/viper/releases/download/v1.6.0/Viper-1.6.0.x86_64.rpm), [`.tar.gz`](https://github.com/0neGal/viper/releases/download/v1.6.0/Viper-1.6.0.tar.gz)
+**Linux:** [`.AppImage`](https://github.com/0neGal/viper/releases/download/v1.6.1/Viper-1.6.1.AppImage) or [Flatpak](https://flathub.org/apps/details/com.github._0negal.Viper) (auto-updates), [AUR (unofficial)](https://aur.archlinux.org/packages/viper-bin), [`.deb`](https://github.com/0neGal/viper/releases/download/v1.6.1/viper-1.6.1_amd64.deb), [`.rpm`](https://github.com/0neGal/viper/releases/download/v1.6.1/Viper-1.6.1.x86_64.rpm), [`.tar.gz`](https://github.com/0neGal/viper/releases/download/v1.6.1/Viper-1.6.1.tar.gz)
<a href="https://github.com/0neGal/viper/releases"><img src="https://img.shields.io/github/v/release/0neGal/viper" alt="GitHub release (latest by date)"></a>
<img src="https://img.shields.io/github/downloads/0neGal/viper/latest/total" alt="GitHub release downloads (latest by date)">
@@ -70,9 +71,10 @@ Given that we already have so many Northstar updaters and launchers I urge peopl
Some of the existing launchers are listed below:
* Viper - A launcher, updater and mod manager with an easy to use GUI
* [ViperSH](https://github.com/0neGal/viper-sh) - A Bourne Shell, CLI only, Northstar updater and mod manager
- * [Ronin](https://github.com/MindSwipe/ronin) - a CLI only updater
* [VTOL](https://github.com/BigSpice/VTOL) - an updater and manager for mods, very feature rich
* [r2modman](https://github.com/ebkr/r2modmanPlus) - General purpose mod manager, which has support for Northstar
+ * [Papa](https://github.com/AnActualEmerald/papa/) - a CLI only installer, updater, and mod manager
+ * [FIITE](https://github.com/EladNLG/FastestInstallerInTheEast) - a minimalistic CLI installer and updater.
## Development
diff --git a/package-lock.json b/package-lock.json
index 6fce2e3..b5c05e4 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "viper",
- "version": "1.6.0",
+ "version": "1.6.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "viper",
- "version": "1.6.0",
+ "version": "1.6.1",
"license": "GPL-3.0-or-later",
"dependencies": {
"electron-updater": "^4.6.1",
diff --git a/package.json b/package.json
index eb80d7e..85acd13 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "viper",
"productName": "Viper",
- "version": "1.6.0",
+ "version": "1.6.1",
"description": "Launcher+Updater for TF|2 Northstar",
"main": "src/index.js",
"build": {
diff --git a/src/index.js b/src/index.js
index 2c03529..148e30a 100644
--- a/src/index.js
+++ b/src/index.js
@@ -209,7 +209,7 @@ ipcMain.on("newpath", (event, newpath) => {
if (newpath === false && ! win.isVisible()) {
win.send("no-path-selected");
} else {
- _sendVersionsInfo();
+ sendVersionsInfo();
if (!win.isVisible()) {
win.show();
}
diff --git a/src/lang/de.json b/src/lang/de.json
new file mode 100644
index 0000000..2657d67
--- /dev/null
+++ b/src/lang/de.json
@@ -0,0 +1,160 @@
+{
+ "lang.title": "German - Deutsch",
+
+ "cli.help.help": "Zeigt die Hilfe Nachricht an.",
+ "cli.help.debug": "Öffnet Entwickler/Debug Werkzeuge.",
+ "cli.help.version": "Gibt die Versions Informationen aus.",
+ "cli.help.cli": "Zwingt die CLI Einstellung auf \"an\".",
+ "cli.help.update": "Aktualisiert den Installationspfad von Northstar, durch den gegeben Installationspfad von Titanfall 2.",
+ "cli.help.setpath": "Setzt den Installationspfad von Titanfall 2.",
+ "cli.help.updatevp": "Aktualisiert Viper, falls dies unterstützt wird.",
+ "cli.help.novpupdates": "Überschreibt viper.json und deaktiviert das Aktualisieren von Viper.",
+ "cli.help.installmod": "Installiert einen Mod, eine ZIP-Datei oder einen Ordner.",
+ "cli.help.removemod": "Entfernt einen Mod.",
+ "cli.help.togglemod": "Aktiviert/Deaktiviert einen Mod.",
+
+ "cli.setpath.noarg": "Keine Argument für --setpath wurden angegeben!",
+
+ "cli.update.current": "Jetzige Version:",
+ "cli.update.downloading": "Wird heruntergeladen...",
+ "cli.update.checking": "Überprüfe auf Updates...",
+ "cli.update.downloaddone": "Herunterladen abgeschlossen! Extrahiere...",
+ "cli.update.finished": "Installation/Aktualisierung abeschlossen!",
+ "cli.update.uptodate": "Installation ist bereits auf dem neusten Stand (%s), aktualisieren wird übersprungen.",
+ "cli.update.uptodate.short": "Auf dem neusten stand",
+
+ "cli.autoupdates.checking": "Überprüfe Northstar auf Updates...",
+ "cli.autoupdates.available": "Ein Update für Northstar wurde gefunden!",
+ "cli.autoupdates.gamerunning": "Spiel wird ausgeführt, Northstar wird nicht aktualisiert.",
+ "cli.autoupdates.updatingns": "Updateprozess wird gestartet...",
+ "cli.autoupdates.noupdate": "Kein Update für Northstar vorhanden.",
+
+ "cli.launch.linuxerror": "Das Spiel starten ist derzeit nicht auf Linux unterstützt",
+
+ "cli.gamepath.lost": "Installationspfad wurde nicht gefunden, bitte stelle sicher das er gemountet ist!",
+
+ "cli.mods.failed": "Mod konnte nicht installiert werden!",
+ "cli.mods.removed": "Mod wurde erfolgreich entfernt!",
+ "cli.mods.toggled": "Mod wurde erfolgreich aktiviert/deaktiviert!",
+ "cli.mods.installed": "Mod wurde erfolgreich installiert!",
+ "cli.mods.cantfind": "Ein Mod mit diesem Namen konnte nicht gefunden werden!",
+ "cli.mods.notamod": "Die angegebene Datei/der angegebene Ordner ist kein Mod!",
+ "cli.mods.toggledall": "Alle Mods wurde erfolgreich aktiviert/deaktiviert!",
+ "cli.mods.improperjson": "Die mod.json vom Mod %s ist fehlerhaft!",
+
+ "gui.welcome": "Willkommen zu Viper!",
+ "gui.versions.viper": "Viper Version",
+ "gui.versions.northstar": "Northstar Version",
+ "gui.exit": "Schließen",
+ "gui.update": "Aktualisieren",
+ "gui.setpath": "Installationspfad aktualisieren.",
+
+ "gui.update.check": "Auf Update überprüfen",
+ "gui.mods": "Mods",
+ "gui.mods.count": "Installierte Mods:",
+ "gui.mods.disabledtag": "Deaktiviert",
+ "gui.mods.install": "Installiere den Mod",
+ "gui.mods.find": "Suche nach Mods",
+ "gui.mods.toggle": "Aktiviere/Deaktiviere den Mod",
+ "gui.mods.toggleall": "Aktiviere/Deaktiviere alle Mods",
+ "gui.mods.remove": "Entferne den Mod",
+ "gui.mods.removeall": "Entferne alle Mods",
+ "gui.mods.nothingselected": "Es wurde kein Mod ausgewählt.",
+ "gui.mods.toggleall.confirm": "Das Deaktivieren aller Mods kann zum Deaktiveren von Mods führen die von Northstar benötigt werden. Bist du dir sicher das du diese Aktion durchführen willst?",
+ "gui.mods.removeall.confirm": "Das Entfernen aller Mods führt meist dazu das eine Neuinstallation von Northstar nötig ist. Bist du dir sicher das du diese Aktion durchführen willst?",
+ "gui.mods.required.confirm": "Du hast einen von Northstar benötigten Mod ausgewählt, bist du dir sicher das du diese Aktion durchführen willst",
+ "gui.mods.notamod": "Kein Mod!",
+ "gui.mods.extracting": "Extrahiere den Mod...",
+ "gui.mods.installing": "Installiere den Mod...",
+ "gui.mods.installedmod": "Mod installiert!",
+ "gui.mods.dragdrop": "Drag and drop den Mod um ihn zu installieren!",
+ "gui.mods.confirmdependencies": "Dieser Mod benötigt weitere Mods, diese werden unter dieser Nachricht angezeigt. Beim drücken auf \"Ok\" stimmst du zu da diese Installiert werden.\n\n",
+
+ "gui.browser.info": "Info",
+ "gui.browser.view": "Anschauen",
+ "gui.browser.madeby": "von",
+ "gui.browser.search": "Suchen...",
+ "gui.browser.update": "Aktualisieren",
+ "gui.browser.install": "Installieren",
+ "gui.browser.reinstall": "Neuinstallieren",
+ "gui.browser.loading": "Lade Mods...",
+ "gui.browser.loadmore": "Lade mehr...",
+ "gui.browser.endoflist": "Alle Packete wurden geladen.",
+ "gui.browser.noresults": "Keine Ergebnisse...",
+ "gui.browser.filter.mods": "Mods",
+ "gui.browser.filter.skins": "Skins",
+ "gui.browser.filter.client": "Client-seitig",
+ "gui.browser.filter.server": "Server-seitig",
+
+ "gui.settings.save": "Speichern",
+ "gui.settings.discard": "Verwerfen",
+ "gui.settings.title.ns": "Northstar",
+ "gui.settings.title.language": "Sprache",
+ "gui.settings.title.updates": "Updates",
+ "gui.settings.title.misc": "Sonstiges",
+ "gui.settings.nsargs.title": "Startoptionen",
+ "gui.settings.nsargs.desc": "Hier kannst du Startoptionen für Northstar/Titanfall setzen.",
+ "gui.settings.autolang.title": "Automatische Spracherkennung",
+ "gui.settings.autolang.desc": "Beim Aktiveren versucht Viper die richtige Sprache durch deine Systemsprache zu erkennen, durch das deaktivieren ist die manuelle Auswahl aktiviert.",
+ "gui.settings.forcedlang.title": "Sprache",
+ "gui.settings.forcedlang.desc": "Wenn \"Automatische Spracherkennung\" deaktiviert ist, wird diese Option genutzt um die Sprachen zu ändern. Oft ist ein Neustart nötig!",
+ "gui.settings.autoupdate.title": "Viper Auto-Updates",
+ "gui.settings.autoupdate.desc": "Viper wird sich automatisch selbst aktualisieren!",
+ "gui.settings.nsupdate.title": "Northstar Auto-Updates",
+ "gui.settings.nsupdate.desc": "Viper wird Northstar automatisch aktualisieren, eine manuelle Aktualisierung ist trotzdem möglich.",
+ "gui.settings.excludes.title": "Behalte Datein beim aktualisieren.",
+ "gui.settings.excludes.desc": "Beim Aktualisieren von Northstar werden diese Datein nicht überschrieben. Solang du nicht weißt was du verändert solltest du diese Datein auch nicht berabeiten. Dateinamen sollte durch eine Lücke getrennt werden.",
+ "gui.settings.originkill.title": "Automatisch Origin schließen",
+ "gui.settings.originkill.desc": "When Viper sich schließt soll Origin sich auch schließen.",
+
+ "gui.update.downloading": "Herunterladen...",
+ "gui.update.extracting": "Extrahiere update...",
+ "gui.update.finished": "Fertig! Spielbereit!",
+ "gui.update.uptodate": "Bereits auf dem neusten Stand!",
+ "gui.update.available": "Ein neues update für Viper ist verfügbar willst du Viper neustarten und diese installieren?",
+
+ "gui.nsupdate.gaming.title": "Northstar Update verfübar!",
+ "gui.nsupdate.gaming.body": "Ein Update für Northstar ist verfügbar! Du kannst die Aktualisierung nach dem schließen erzwingen!",
+ "gui.server.player": "Spieler",
+ "gui.server.players": "Spieler",
+ "gui.server.servers": "Server",
+ "gui.server.offline": "Masterserver ist offline",
+
+ "gui.launch": "Starten",
+ "gui.launchvanilla": "Vanilla",
+ "gui.launchnorthstar": "Northstar",
+ "gui.installnorthstar": "Installieren",
+
+ "gui.selectpath": "Bitte wähle einen Installationspfad!",
+ "gui.gamepath.must": "Der Installationspfad muss gesetzt worden sein um Viper zu nutzen.",
+ "gui.gamepath.wrong": "Der angegebene Installationspfad ist nicht gültig!",
+ "gui.gamepath.lost": "Der angegeben Installationspfad ist nicht mehr gültig!\n\nBitte stelle sicher das die Festplatte mounted ist, oder falls sich der Installationspfad geändert hat, das du diesen auch in Viper aktualisierst!\n\nViper wird möglicherweiße bis zum nächsten Neustart nicht funktionieren!",
+
+ "gui.toast.title.installed": "Mod installiert!",
+ "gui.toast.title.failed": "Fehler beim Installieren des Mods!",
+ "gui.toast.title.malformed": "Fehlerhafte Ordnerstruktur!",
+ "gui.toast.desc.installed": "wurde installiert!",
+ "gui.toast.desc.malformed": "hat eine fehlerhafte Ordnerstruktur, falls du der Entwickler bist, solltest du dies beheben.",
+ "gui.toast.desc.failed": "Ein unbekannter Fehler ist aufgetaucht beim Installieren, die Schuld kann beim Autor liegen oder bei Viper selbst!",
+
+ "viper.menu.main": "Viper",
+ "viper.menu.release": "Release Notes",
+ "viper.menu.info": "Extras",
+ "viper.menu.info.links": "Links",
+ "viper.menu.info.credits": "Credits",
+
+ "viper.info.discord": "Tritt dem Discord bei:",
+ "viper.info.issues": "Report ein Problem mit Viper:",
+
+ "ns.menu.main": "Northstar Launcher",
+ "ns.menu.mods": "Mods",
+ "ns.menu.release": "Release Notes",
+
+ "general.mods.enabled": "Aktivierte Mods:",
+ "general.mods.disabled": "Deaktivierte Mods:",
+ "general.mods.installed": "Installierte Mods:",
+ "general.missingpath": "Installationspfad konnte nicht automatisch gefunden werden, bitte setze diesen manuell!",
+ "general.notinstalled": "Northstar ist nicht installiert!",
+ "general.launching": "Starte!",
+ "general.invalidconfig": "Deine Konfigurationsdatei ist nicht richtig formatiert, falls diese manuell verändert wurde bitte stelle sicher das alles korrekt ist.\n\nFalls du diese nicht manuell verändert hast, ist es empfohlen diese zurückzusetzen!\n\nUm sie zurückzusetzen drücke einfach auf \"Ok\".\n\nWeitere Informationen:\n"
+}
diff --git a/src/lang/maintainers.json b/src/lang/maintainers.json
index 96ad685..41ab968 100644
--- a/src/lang/maintainers.json
+++ b/src/lang/maintainers.json
@@ -10,6 +10,11 @@
"fr": [
"https://github.com/Alystrasz"
+ ],
+
+ "de": [
+ "https://github.com/DxsSucuk",
+ "https://twitter.com/memerinoto"
]
}
}