You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dist/assets/locales/de_guide.json
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,7 @@
39
39
"download": "Eventanzeige herunterladen",
40
40
"download1": "Laden Sie eine Version der Eventanzeige aus dem offiziellen Repository (Link dazu oben) herunter. Die Version ist eine .zip-Datei, die alle notwendigen Dateien enthält und sofort gehostet werden kann.",
41
41
"download2": "Entpacken Sie den Inhalt der .zip-Datei. Für die meisten aktuellen Betriebssysteme kann dies durch einen Rechtsklick auf die Datei und die Auswahl von 'Alle extrahieren...' durchgeführt werden.",
42
+
"git": "Alternativ können Sie die Dateien auch mit git klonen, wenn Sie mit Versionskontrollsystemen vertraut sind. Öffnen Sie ein Terminal und führen Sie den folgenden Befehl aus:",
42
43
"setup": "Einrichten eines lokalen Servers",
43
44
"setup1": "Öffnen Sie ein Terminal (Eingabeaufforderung, PowerShell oder Terminal) und folgen Sie folgende Befehle:",
Copy file name to clipboardExpand all lines: dist/assets/locales/en_guide.json
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -37,8 +37,9 @@
37
37
"prerequisites3": "Download and install either Python or Node.js, if not already installed. Follow the official installation instructions for the installation.",
38
38
"prerequisites4": "For most UNIX based systems (Linux, macOS), Python is usually pre-installed. For Windows, it is possible to install a python version from the Microsoft Store.",
39
39
"download": "Download Event Display",
40
-
"download5": "Download a release of the event display from the official repository (link above). The release is a .zip file containing all necessary files and can be hosted out of the box.",
41
-
"download6": "Extract the contents of the .zip file. For most recent operating systems, this can be done by right-clicking the file and selecting 'Extract All...'.",
40
+
"download1": "Download a release of the event display from the official repository (link above). The release is a .zip file containing all necessary files and can be hosted out of the box.",
41
+
"download2": "Extract the contents of the .zip file. For most recent operating systems, this can be done by right-clicking the file and selecting 'Extract All...'.",
42
+
"git": "Alternatively, if you are familiar with version control systems, you can also clone the files using git. Open a terminal and run the following command:",
42
43
"setup": "Setting up a Local Server",
43
44
"setup1": "Open a terminal (Command Prompt, PowerShell, or Terminal) and follow these commands:",
0 commit comments