diff --git a/public/language/fr/admin/advanced/database.json b/public/language/fr/admin/advanced/database.json index 82112b8001..dbf8bf2c69 100644 --- a/public/language/fr/admin/advanced/database.json +++ b/public/language/fr/admin/advanced/database.json @@ -18,16 +18,16 @@ "mongo.resident-memory": "Mémoire résidente", "mongo.virtual-memory": "Mémoire virtuelle", "mongo.mapped-memory": "Configuration de mémoire", - "mongo.bytes-in": "Bytes In", - "mongo.bytes-out": "Bytes Out", - "mongo.num-requests": "Number of Requests", + "mongo.bytes-in": "Octets entrés", + "mongo.bytes-out": "Octets sortants", + "mongo.num-requests": "Nombre de requêtes", "mongo.raw-info": "Informations brutes MongoDB", "redis": "Redis", "redis.version": "Version de Redis", - "redis.keys": "Keys", - "redis.expires": "Expires", - "redis.avg-ttl": "Average TTL", + "redis.keys": "Clés", + "redis.expires": "Expire", + "redis.avg-ttl": "TTL moyen", "redis.connected-clients": "Clients connectés", "redis.connected-slaves": "Esclaves connectés", "redis.blocked-clients": "Clients bloqués", @@ -36,10 +36,10 @@ "redis.total-connections-recieved": "Connexions totales reçues", "redis.total-commands-processed": "Commandes totales exécutées", "redis.iops": "Opérations instantanées par seconde", - "redis.iinput": "Instantaneous Input Per Second", - "redis.ioutput": "Instantaneous Output Per Second", - "redis.total-input": "Total Input", - "redis.total-output": "Total Ouput", + "redis.iinput": "Entrée instantanée par seconde", + "redis.ioutput": "Sortie instantanée par seconde", + "redis.total-input": "Total des entrées", + "redis.total-output": "Total des sorties", "redis.keyspace-hits": "Keyspace Hits", "redis.keyspace-misses": "Keyspace Misses", diff --git a/public/language/fr/email.json b/public/language/fr/email.json index 2e3802c165..0105fb5a03 100644 --- a/public/language/fr/email.json +++ b/public/language/fr/email.json @@ -1,6 +1,6 @@ { - "test-email.subject": "Test Email", - "password-reset-requested": "Password Reset Requested!", + "test-email.subject": "Email Test", + "password-reset-requested": "Demande de réinitialisation de mot de passe!", "welcome-to": "Bienvenue sur %1", "invite": "Invitation de %1", "greeting_no_name": "Bonjour", diff --git a/public/language/fr/notifications.json b/public/language/fr/notifications.json index ccfd135db4..3bd87c7968 100644 --- a/public/language/fr/notifications.json +++ b/public/language/fr/notifications.json @@ -8,7 +8,7 @@ "outgoing_link_message": "Vous quittez %1", "continue_to": "Continuer vers %1", "return_to": "Revenir à %1", - "new_notification": "You have a new notification", + "new_notification": "Vous avez une nouvelle notification", "you_have_unread_notifications": "Vous avez des notifications non-lues", "all": "Tout", "topics": "Sujets", diff --git a/public/language/sr/email.json b/public/language/sr/email.json index daa935e47d..2965377f4f 100644 --- a/public/language/sr/email.json +++ b/public/language/sr/email.json @@ -1,6 +1,6 @@ { - "test-email.subject": "Test Email", - "password-reset-requested": "Password Reset Requested!", + "test-email.subject": "Пробна е-пошта", + "password-reset-requested": "Захтевано је поништавање лозинке!", "welcome-to": "Добродошли на %1", "invite": "Позивница од %1", "greeting_no_name": "Здраво", diff --git a/public/language/sr/notifications.json b/public/language/sr/notifications.json index 2c021cbd22..24e4c2feb0 100644 --- a/public/language/sr/notifications.json +++ b/public/language/sr/notifications.json @@ -8,7 +8,7 @@ "outgoing_link_message": "Сада напуштате %1", "continue_to": "Продужи на %1", "return_to": "Врати се на %1", - "new_notification": "You have a new notification", + "new_notification": "Имате ново обавештење", "you_have_unread_notifications": "Имате непрочитана обавештења.", "all": "Све", "topics": "Теме",