Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--l10n/fr.js2
-rw-r--r--l10n/fr.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/l10n/fr.js b/l10n/fr.js
index 4da300e..383a960 100644
--- a/l10n/fr.js
+++ b/l10n/fr.js
@@ -2,7 +2,7 @@ OC.L10N.register(
"serverinfo",
{
"CPU info not available" : "Information CPU non disponible",
- "Load average: {cpu} (last minute)" : "Moyenne de la charge : (CPU) (dernière minute)",
+ "Load average: {cpu} (last minute)" : "Moyenne de la charge : {cpu} (dernière minute)",
"RAM: Total: {memTotalBytes}/Current usage: {memUsageBytes}" : "RAM : Total : {memTotalBytes}/Utilisation actuelle : {memUsageBytes}",
"RAM info not available" : "Informations sur la RAM non disponibles",
"SWAP: Total: {swapTotalBytes}/Current usage: {swapUsageBytes}" : "SWAP : Total : {swapTotalBytes}/Utilisation actuelle : {swapUsageBytes}",
diff --git a/l10n/fr.json b/l10n/fr.json
index 2db8602..81e6d75 100644
--- a/l10n/fr.json
+++ b/l10n/fr.json
@@ -1,6 +1,6 @@
{ "translations": {
"CPU info not available" : "Information CPU non disponible",
- "Load average: {cpu} (last minute)" : "Moyenne de la charge : (CPU) (dernière minute)",
+ "Load average: {cpu} (last minute)" : "Moyenne de la charge : {cpu} (dernière minute)",
"RAM: Total: {memTotalBytes}/Current usage: {memUsageBytes}" : "RAM : Total : {memTotalBytes}/Utilisation actuelle : {memUsageBytes}",
"RAM info not available" : "Informations sur la RAM non disponibles",
"SWAP: Total: {swapTotalBytes}/Current usage: {swapUsageBytes}" : "SWAP : Total : {swapTotalBytes}/Utilisation actuelle : {swapUsageBytes}",