From efc4958e19d2ed7ef5f8bc18b88c4abf56ce8cfa Mon Sep 17 00:00:00 2001 From: Thomas Camlong <49837342+ajnart@users.noreply.github.com> Date: Thu, 25 Aug 2022 12:10:18 +0200 Subject: [PATCH] New translations ping.json (French) --- public/locales/fr/modules/ping.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 public/locales/fr/modules/ping.json diff --git a/public/locales/fr/modules/ping.json b/public/locales/fr/modules/ping.json new file mode 100644 index 000000000..403c8027b --- /dev/null +++ b/public/locales/fr/modules/ping.json @@ -0,0 +1,11 @@ +{ + "descriptor": { + "name": "Ping", + "description": "Allows you to check if the service is up or returns a specific HTTP status code." + }, + "states": { + "online": "Online {{response}}", + "offline": "Offline {{response}}", + "loading": "Loading..." + } +} \ No newline at end of file