mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 01:26:11 -08:00
Merge branch 'main' of https://github.com/jokob-sk/Pi.Alert
This commit is contained in:
@@ -2,6 +2,7 @@ function pia_draw_graph_online_history(pia_js_graph_online_history_time, pia_js_
|
||||
var xValues = pia_js_graph_online_history_time;
|
||||
new Chart("OnlineChart", {
|
||||
type: "bar",
|
||||
scaleIntegersOnly: true,
|
||||
data: {
|
||||
labels: xValues,
|
||||
datasets: [{
|
||||
@@ -60,4 +61,4 @@ function pia_draw_graph_online_history(pia_js_graph_online_history_time, pia_js_
|
||||
}
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"de_de": {
|
||||
"About_Title": "Open Source Network Guard",
|
||||
"About_Design": "Designed for:",
|
||||
"About_Exit": "Sign out",
|
||||
"About_Exit": "Abmelden",
|
||||
"Gen_Delete": "Löschen",
|
||||
"Gen_Cancel": "Abbrechen",
|
||||
"Gen_Okay": "Ok",
|
||||
@@ -401,8 +401,8 @@
|
||||
"Systeminfo_General_Date": "Datum:",
|
||||
"Systeminfo_General_Date2": "Datum2:",
|
||||
"Systeminfo_General_TimeZone": "Zeitzone:",
|
||||
"Systeminfo_This_Client": "Dieser Mandant",
|
||||
"Systeminfo_Client_User_Agent": "Benutzeragent:",
|
||||
"Systeminfo_This_Client": "Dieses Gerät",
|
||||
"Systeminfo_Client_User_Agent": "Browser-Bezeichnung:",
|
||||
"Systeminfo_Client_Resolution": "Browserauflösung:",
|
||||
"Systeminfo_CPU": "CPU",
|
||||
"Systeminfo_CPU_Vendor": "CPU-Anbieter:",
|
||||
@@ -458,7 +458,7 @@
|
||||
"Systeminfo_Services_Description": "Dienstbeschreibung",
|
||||
"Systeminfo_System": "System",
|
||||
"Systeminfo_System_Architecture": "Architektur:",
|
||||
"Systeminfo_System_AVG": "AVG laden:",
|
||||
"Systeminfo_System_AVG": "Systemauslastung:",
|
||||
"Systeminfo_System_Kernel": "Kernel:",
|
||||
"Systeminfo_System_OSVersion": "Betriebssystem:",
|
||||
"Systeminfo_System_Running_Processes": "Laufende Prozesse:",
|
||||
@@ -662,4 +662,4 @@
|
||||
"Donations_Platforms": "Sponsor platforms",
|
||||
"Donations_Others": "Others"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user