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:
authorNextcloud bot <bot@nextcloud.com>2022-03-18 06:15:07 +0300
committerNextcloud bot <bot@nextcloud.com>2022-03-18 06:15:07 +0300
commitfa18fe0749d8de22675c8029076891ae01e30d92 (patch)
tree68e8b9854febd59ebc1b1b0c7b562d72349874df
parent07436b24d2b9ccf4537b27c1fcbbfb7c40876360 (diff)
[tx-robot] updated from transifexv23.0.3
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--l10n/fr.js10
-rw-r--r--l10n/fr.json10
2 files changed, 20 insertions, 0 deletions
diff --git a/l10n/fr.js b/l10n/fr.js
index b666bab..22f2718 100644
--- a/l10n/fr.js
+++ b/l10n/fr.js
@@ -2,9 +2,12 @@ OC.L10N.register(
"serverinfo",
{
"CPU info not available" : "Information CPU non disponible",
+ "RAM info not available" : "Informations sur la RAM non disponibles",
+ "SWAP info not available" : "L'information SWAP n'est pas disponible",
"Users" : "Utilisateurs",
"Groups" : "Groupes",
"Links" : "Liens",
+ "Emails" : "Emails",
"Federated sent" : "Federated envoyé",
"Federated received" : "Federated reçu",
"Talk conversations" : "Conversations orales",
@@ -35,6 +38,7 @@ OC.L10N.register(
"Used" : "Utilisé",
"You will get a notification once one of your disks is nearly full." : "Vous recevrez une notification une fois que l’un de vos disques sera presque plein.",
"Files" : "Fichiers",
+ "Storages" : "Stockages",
"Free Space" : "Espace disponible",
"Network" : "Réseau",
"Hostname" : "Nom de l'hôte",
@@ -46,13 +50,19 @@ OC.L10N.register(
"IPv4" : "IPv4",
"IPv6" : "IPv6",
"Active users" : "Utilisateurs actifs",
+ "Total users" : "Nombre total d'utilisateurs",
"Shares" : "Partages",
"PHP" : "PHP",
"Version" : "Version",
+ "Memory limit" : "Limite de mémoire",
+ "Max execution time" : "Temps d'exécution maximum",
+ "Upload max size" : "Taille maximale du téléchargement",
"Database" : "Base de données",
"Type" : "Type",
"External monitoring tool" : "Outil de surveillance externe",
+ "You can connect an external monitoring tool by using this end point" : "Vous pouvez connecter un outil de surveillance externe en utilisant ce point de terminaison.",
"Appending \"?format=json\" at the end of the URL gives you the result in JSON." : "Ajoutez \"?format=json\" à la fin de l'URL pour obtenir le résultat au format JSON. ",
+ "To use an access token, please generate one then set it using the following command" : "Pour utiliser un token d'accès, veuillez en générer un puis le définir en utilisant la commande suivante",
"Then pass the token with the \"NC-Token\" header when querying the above URL." : "Puis transmettez le jeton avec l'entête \"NC-Token\" lorsque vous appelez l'URL.",
"Load average" : "Moyenne de la charge système",
"Last minute" : "Dernière minute",
diff --git a/l10n/fr.json b/l10n/fr.json
index 0177ddf..b6fe0fa 100644
--- a/l10n/fr.json
+++ b/l10n/fr.json
@@ -1,8 +1,11 @@
{ "translations": {
"CPU info not available" : "Information CPU non disponible",
+ "RAM info not available" : "Informations sur la RAM non disponibles",
+ "SWAP info not available" : "L'information SWAP n'est pas disponible",
"Users" : "Utilisateurs",
"Groups" : "Groupes",
"Links" : "Liens",
+ "Emails" : "Emails",
"Federated sent" : "Federated envoyé",
"Federated received" : "Federated reçu",
"Talk conversations" : "Conversations orales",
@@ -33,6 +36,7 @@
"Used" : "Utilisé",
"You will get a notification once one of your disks is nearly full." : "Vous recevrez une notification une fois que l’un de vos disques sera presque plein.",
"Files" : "Fichiers",
+ "Storages" : "Stockages",
"Free Space" : "Espace disponible",
"Network" : "Réseau",
"Hostname" : "Nom de l'hôte",
@@ -44,13 +48,19 @@
"IPv4" : "IPv4",
"IPv6" : "IPv6",
"Active users" : "Utilisateurs actifs",
+ "Total users" : "Nombre total d'utilisateurs",
"Shares" : "Partages",
"PHP" : "PHP",
"Version" : "Version",
+ "Memory limit" : "Limite de mémoire",
+ "Max execution time" : "Temps d'exécution maximum",
+ "Upload max size" : "Taille maximale du téléchargement",
"Database" : "Base de données",
"Type" : "Type",
"External monitoring tool" : "Outil de surveillance externe",
+ "You can connect an external monitoring tool by using this end point" : "Vous pouvez connecter un outil de surveillance externe en utilisant ce point de terminaison.",
"Appending \"?format=json\" at the end of the URL gives you the result in JSON." : "Ajoutez \"?format=json\" à la fin de l'URL pour obtenir le résultat au format JSON. ",
+ "To use an access token, please generate one then set it using the following command" : "Pour utiliser un token d'accès, veuillez en générer un puis le définir en utilisant la commande suivante",
"Then pass the token with the \"NC-Token\" header when querying the above URL." : "Puis transmettez le jeton avec l'entête \"NC-Token\" lorsque vous appelez l'URL.",
"Load average" : "Moyenne de la charge système",
"Last minute" : "Dernière minute",