diff --git a/server/i18n/locales/de.json b/server/i18n/locales/de.json index 6813c477..5bb7d29b 100644 --- a/server/i18n/locales/de.json +++ b/server/i18n/locales/de.json @@ -294,7 +294,7 @@ "activeInactiveUsers": "Aktive/inaktive Benutzer", "activeUsers": "Aktive Benutzer", "allVersionsCombined": "Alle Versionen zusammen", - "availableRam": "({freeRam} / {totalRam})", + "availableRam": "({usedRam} / {totalRam})", "biggestGamesOnServer": "Größte Spiele auf dem Server", "biggestGamesToDownload": "Die größten Spiele zum Herunterladen", "cpuUsage": "CPU Nutzung", diff --git a/server/i18n/locales/en_us.json b/server/i18n/locales/en_us.json index 62c07a35..9870758f 100644 --- a/server/i18n/locales/en_us.json +++ b/server/i18n/locales/en_us.json @@ -347,7 +347,7 @@ "activeInactiveUsers": "Active/inactive users", "activeUsers": "Active users", "allVersionsCombined": "All versions combined", - "availableRam": "({freeRam} / {totalRam})", + "availableRam": "({usedRam} / {totalRam})", "biggestGamesOnServer": "Biggest games on server", "biggestGamesToDownload": "Biggest games to download", "cpuUsage": "CPU usage", diff --git a/server/i18n/locales/fr.json b/server/i18n/locales/fr.json index 44f79823..14c2bd91 100644 --- a/server/i18n/locales/fr.json +++ b/server/i18n/locales/fr.json @@ -294,7 +294,7 @@ "activeInactiveUsers": "Utilisateurs actifs/inactifs", "activeUsers": "Utilisateurs actifs", "allVersionsCombined": "Toutes les versions combinées", - "availableRam": "({freeRam} / {totalRam})", + "availableRam": "({usedRam} / {totalRam})", "biggestGamesOnServer": "Les plus gros jeux sur le serveur", "biggestGamesToDownload": "Les plus gros jeux à télécharger", "cpuUsage": "Utilisation du processeur", diff --git a/server/pages/admin/index.vue b/server/pages/admin/index.vue index 3706da16..f84243b8 100644 --- a/server/pages/admin/index.vue +++ b/server/pages/admin/index.vue @@ -131,7 +131,9 @@